@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////////////////////////

共通css

///////////////////////////////////////////////////////*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-moz-osx-font-smoothing: grayscale;
	background-color: #f8f4e5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.visually-hidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}
.overflow-hidden {
	overflow: hidden;
}
#wrapper {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
#wrapper {
	min-width: 100%;
	width: 100%;
}
}
#loading {
	position: fixed;
	left: 50%;
	top: 40%;
	width: 30px;
	margin-left: -15px;
}
#loader-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(248, 244, 229, 1);
	z-index: 99999999;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.6em solid rgba(58, 23, 2, 0.2);
	border-right: 0.6em solid rgba(58, 23, 2, 0.2);
	border-bottom: 0.6em solid rgba(58, 23, 2, 0.2);
	border-left: 0.6em solid #323232;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/* =Container
-------------------------------------------------------*/
#container {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 414px) {
}
/* =Header
-------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	padding: 50px 80px 70px;
	margin: 0 auto;
	/*animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header .logo-head {
	position: absolute;
	top: 50px;
	left: 80px;
	/*width: 12.667vw;*/
	max-width: 200px;
	z-index: 99;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
header .logo-head .logo-type {
	display: block;
	width: 78.94737%;
	margin: 10px auto 0;
}
/*---------- nav default ----------*/
header .nav-wrap {
	/*position: relative;*/
	float: right;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
header .nav-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header .nav-wrap .gnav {
	float: left;
}
header .nav-wrap .sub-nav {
	float: right;
}
header .nav-wrap a {
	text-decoration: none;
	color: #242424;
}
header .nav-wrap ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;/*line-height: 1.4;*/
}
header .nav-wrap ul li {
	text-align: center;
}
header .nav-wrap ul li > * {
	vertical-align: middle;
}
/*---- gnav ----*/
header .nav-wrap .gnav {
	display: table;
	margin-right: 30px;
	margin-top: -0.5em;
}
header .nav-wrap .gnav li {
	display: table-cell;
	text-align: center;
	padding: 0 20px;
}
header .nav-wrap .gnav li > * {
	vertical-align: middle;
}
header .nav-wrap .gnav li span {
	display: block;
	font-size: 1.1rem;
	line-height: 1.2;
}
header .nav-wrap .gnav li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #242424;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header .nav-wrap .gnav li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/*----- active -----*/
#sigEvent header .nav-wrap .gnav li.gnavi-1 a::after, #sigFeature header .nav-wrap .gnav li.gnavi-2 a::after, #sigTrip header .nav-wrap .gnav li.gnavi-3 a::after, #sigGourmet header .nav-wrap .gnav li.gnavi-4 a::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media screen and (max-width: 1024px) {
header {
	padding: 20px 20px;
}
header .nav-wrap {
/*display: none;*/
}
header .nav-wrap .gnav {
	display: none;
}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 414px) {
header {
	padding: 12px 4%;
}
}

@media (min-width: 1920px) {
header {
	font-size: 1.5rem;
}
}
/*----- sub nav -----*/
.sub-nav > ul {
/*display: table;*//*padding-left: 50px;*/
}
.sub-nav > ul > li {
	/*display: table-cell;*//*margin-right: 2em;*/
	display: inline-block;
	background-color: #fff;
	margin-left: 10px;
	vertical-align: top;
}
.sub-nav > ul > li:hover {
	/*color: #fff;*/
	background-color: #fff352;
}
.sub-nav > ul > li:last-child {
	background-color: #fff352;
}
/*.sub-nav > ul > li:last-child:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: all .3s;
	transition: all .3s;
}*/
.sub-nav > ul > li:last-child a {
	padding: 3px 10px 7px;
	font-size: 1.4rem;
}
.sub-nav > ul > li:hover > a {
/*color: #fff;*/

}
.sub-nav > ul > li > a {
	display: block;
	padding: 5px 10px 5px;
	/*margin:0 30px;*/
	transition: all .2s ease-in;
	line-height: 1.5;
}
/*-- search --*/
.sub-nav .search-wrap {
	padding: 0;
	position: relative;
}
.sub-nav .search-wrap label {
	display: block;
	padding: 3px 10px 7px;
	cursor : pointer;
	line-height: 1.5;
}

@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, .sub-nav .search-wrap label img {
width:16px;
} /* IE11 */
}
.sub-nav .search-wrap label:hover {
	filter: alpha(opacity=0.6);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.sub-nav .search-wrap input#search-icon {
	display: none;
}
.sub-nav .search-wrap .search-inner {
	position: absolute;
	right: 0;
	height: 0;
	width: 22.5em;
	overflow: hidden;
	opacity: 0;
	transition: 0s;
	background-color: #fff352;
	padding: 10px;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sub-nav .search-wrap input:checked ~ .search-inner {
	height: auto;
	opacity: 1;
	transition: 0.8s;
}
.sub-nav .search-box {
	border: solid 1px #fff;
	background-color: #fff;
	padding: 10px 10px;
	font-size: 100%;
	border-radius: 4px;
	vertical-align: 0.1em;
	width: 18em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sub-nav .search-btn {
	margin: 0 0 -6px 0.5em;
	width: 2em;
}
/*----- google translate -----*/
.goog-te-gadget-simple img {
	width: auto;
}
.goog-te-gadget-simple {
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-right: none !important;
	/*font-size: 10pt;*/
	padding: 4px 2px 4px 10px !important;
}
.goog-te-menu-value span {
	color: #323232 !important;
}

/*.goog-te-menu2 {
    background-color: #ffffff;
    text-decoration: none;
    border: none !important;
    overflow: hidden;
    padding: 4px;
}
.goog-te-menu2-item .text,
.goog-te-menu2-item:link .text,
.goog-te-menu2-item:visited .text,
.goog-te-menu2-item:active .text {
	color:#242424 !important;
	}*/

@media screen and (max-width: 1024px) {
.sub-nav .subnavi-1, .sub-nav .subnavi-3 {
	display: none;
}
.sub-nav {
	margin-top: 1px;
	margin-right: 40px;
}
.goog-te-gadget-simple {
	padding: 0px 2px 1px 10px !important;
}
}

@media screen and (max-width: 414px) {
.sub-nav {
	margin-top: 7px;
	margin-right: 35px;
}
.goog-te-gadget-simple {
	padding: 0px 2px 0 2px !important;
}
.goog-te-menu-value span {
	font-size: 11px;
}
}
/* =StickyHeader
-------------------------------------------------------*/
#stickyHeader {
	background-color: rgba(242,235,209,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 80px;
	height: 60px;
	min-width: 1200px;
	display: none;
	/*z-index: 2147483647;*/
	z-index: 1041;
	/*border-bottom: solid 1px #efefef;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#stickyHeader .logo-head {
	float: left;
	position: static;
	padding-top: 0;/*top:50px;
	left:80px;*//*max-width: 190px;*/
}
#stickyHeader .logo-head .logo-symbol {
	display: inline-block;
	width: 40px;
	line-height: 0;
}
#stickyHeader .logo-head .logo-type {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	margin: 4px 0 0 10px;
}

@media all and (-ms-high-contrast:none) { /* IE11 */
 *::-ms-backdrop, #stickyHeader .logo-head .logo-type {
 width:100px;
}
}
#stickyHeader .nav-wrap {
	margin-top: 3px;
}
#stickyHeader .nav-wrap .gnav {
	margin-top: 2px;
}
#stickyHeader .sub-nav .search-wrap input#search-icon-sticky {
	display: none;
}
#stickyHeader .sub-nav .search-box {
	background-color: #fff;
}

/*#stickyHeader .sub-nav > ul > li > a {
	padding: 20px 25px 0;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 414px) {
}
/* =Devices other
-------------------------------------------------------*/
.devices-other {
	display: none;
}

@media screen and (max-width: 1024px) {
.devices-other {
	display: block;
}
header .logo-head {
	float: left;
	width: auto;
	position: static;
	padding-top: 0;
}
header .logo-head .logo-symbol {
	display: inline-block;
	width: 40px;
	line-height: 0;
}
header .logo-head .logo-type {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	margin: 4px 0 0 10px;
}
.devices-other .search-wrap .search-inner {
	width: 100%;
	overflow: hidden;
	background-color: #fff352;
	padding: 1rem .75rem 1rem 2.5rem;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.devices-other .search-box {
	border: solid 1px #fff;
	background-color: #fff;
	padding: 10px 10px;
	font-size: 100%;
	border-radius: 4px;
	vertical-align: 0.1em;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.devices-other .search-btn {
	margin: 0 0 -3px 5%;
	width: 10%;
}
}

@media screen and (max-width: 414px) {
header .logo-head .logo-symbol {
	width: 36px;
}
header .logo-head .logo-type {
	width: 80px;
	margin: 7px 0 0 6px;
}
}
/* =Drawer
-------------------------------------------------------*/
.drawer-open {
	overflow: hidden !important;
}
.drawer-nav {
	position: fixed;
	z-index: 101;
	top: 0;
	overflow: hidden;
	width: 26rem;
	height: 100%;
	color: #222;
	background-color: #fcfbf5;
}
.drawer-brand {
	font-size: 1.5rem;
	line-height: 3.75rem;
	display: block;
	/*padding-right: .75rem;
  padding-left: 2.5rem;*/
	padding: 1rem 0 1rem 0;
	margin: 1rem .75rem 1rem 2.5rem;
	text-decoration: none;
	border-top: solid 1px #666;/*background-color: #2e8e92;*/
}
.drawer-menu {
	margin: 0;
	padding: 80px 0 0 0;
	list-style: none;
}
.drawer-menu-item {
	font-size: 1.5rem;
	display: block;
	padding: .75rem .75rem .75rem 2.5rem;
	text-decoration: none;
	color: #242424;
}
.drawer-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent;
}
/*! overlay */

.drawer-overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}
.drawer-open .drawer-overlay {
	display: block;
}
/* add */
.drawer-menu a {
	color: #242424 !important;
	text-decoration: none !important;
}
.drawer-menu a.drawer-brand {
	color: #999 !important;
}
/*----- Right -----*/
.drawer--right .drawer-nav {
	right: -26rem;
	-webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}
/*.drawer--right.drawer-open .drawer-hamburger {
	right: 26rem;
}*/
/*----- Hamburger -----*/
.drawer-hamburger {
	position: fixed;
	z-index: 104;
	top: 0;
	display: block;
	box-sizing: content-box;
	width: 2.5rem;
	padding: 0;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: .75rem;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@media screen and (max-width: 414px) {
.drawer-hamburger {
	padding-top: 20px;
	padding-right: 4%;
}
}
.drawer-hamburger:hover {
	cursor: pointer;
	background-color: transparent;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #222;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	position: absolute;
	top: -10px;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon:after {
	top: 10px;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
	top: 0;/*background-color: #fff;*/
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*----- Accessibility -----*/
.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}
/*----- Dropdown -----*/
.drawer-dropdown-menu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.drawer-dropdown-menu a {
	color: #666 !important;
	font-size: 1.3rem;
}
.drawer-dropdown-menu > li {
	width: 100%;
	list-style: none;
}
.drawer-dropdown-menu-item {
	line-height: 3.75rem;
	display: block;
	padding: 0;
	padding-right: .75rem;
	/*padding-left: 1.5rem;*/
	padding-left: 4rem;
	text-decoration: none;
	color: #222;
}
.drawer-dropdown-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent;
}
/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
	display: block;
}
/*! drawer-caret */

.drawer-dropdown .drawer-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
/*! open */

.drawer-dropdown.open .drawer-caret {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* =Social
-------------------------------------------------------*/
#social-wrap {
	position: absolute;
	top: 12vw;
	right: 25px;
	z-index: 99;
}
#social-wrap ul li {
	display: block;
	width: 30px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
#social-wrap {
	padding: 50px 20px 20px;
	position: inherit;
	top: auto;
	right: auto;
	text-align: center;
}
#social-wrap ul li {
	display: inline-block;
	margin: 0 10px;
}
}

@media screen and (max-width: 414px) {
#social-wrap {
	padding: 50px 4% 20px;
}
}
/* =Hot word
-------------------------------------------------------*/
#hotword-wrap {
	padding: 0 80px;
}
#hotword-wrap section {
	width: 64%;
	margin: 60px auto 0;
	padding-top: 60px;
	border-top: 1px solid #f2ebd1;
}
#hotword-wrap section .headline {
	font-size: 1.8rem;
	text-align: center;
}
#hotword-wrap section ul {
	margin-top: 30px;
}
#hotword-wrap section ul li {
	display: inline-block;
	margin: 0 5px 10px;
	line-height: 1;
}
#hotword-wrap section ul li a {
	display: block;
	text-decoration: none;
	border-radius: 14px;
	border: 1px solid transparent;
	background-color: #fff;
	padding: 3px 8px;
	color: #242424;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#hotword-wrap section ul li a:hover {
	border: 1px solid #f2ebd1;
	color: #999;
}

@media screen and (max-width: 1024px) {
#hotword-wrap {
	padding: 0 20px;
}
}

@media screen and (max-width: 768px) {
#hotword-wrap section {
	width: 100%;
}
}

@media screen and (max-width: 414px) {
#hotword-wrap {
	padding: 0 4%;
}
}
/* =Banner
-------------------------------------------------------*/
#banner-wrap {
	padding: 0 80px;
	margin-top: 80px;
}
#banner-wrap ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#banner-wrap ul li {
	float: left;
	width: 17.46269%;
	margin-right: 3.13433%;
	margin-bottom: 30px;
}
#banner-wrap ul li:nth-child(5n) {
	margin-right: 0;
}

@media screen and (max-width: 1024px) {
#banner-wrap {
	padding: 0 20px;
	margin-top: 50px;
}
#banner-wrap ul li {
	width: 22.56098%;
	margin-right: 3.25203%;
	margin-bottom: 20px;
}
#banner-wrap ul li:nth-child(5n) {
	margin-right: 3.25203%;
}
#banner-wrap ul li:nth-child(4n) {
	margin-right: 0;
}
}

@media screen and (max-width: 414px) {
#banner-wrap {
	padding: 0 4%;
}
#banner-wrap ul li {
	width: 48%;
	margin-right: 4%;
}
#banner-wrap ul li:nth-child(5n) {
	margin-right: 0;
}
#banner-wrap ul li:nth-child(5) {
	margin-right: 4%;
}
#banner-wrap ul li:nth-child(2n) {
	margin-right: 0;
}
}
/* =Footer
-------------------------------------------------------*/
footer {
	font-size: 1.3rem;
	margin-top: 100px;
}
footer a {
	display: block;
	text-decoration: none !important;
}
footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover, footer a:active {
	color: #96afc7;
}
footer #footer-wrap {
	background-color: #005c93;
	color: #fff;
	padding: 80px;
}
footer #footer-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
footer nav#footer-nav > ul {
	margin-bottom: 30px;
}
footer nav#footer-nav > ul > li {
	background: url(/assets/common/img/dot-white.gif) no-repeat left 1.2em;
	background-size: 30px 1px;
}
footer nav#footer-nav > ul > li > ul {
	padding-left: 40px;
}
footer nav#footer-nav > ul > li > ul > li {
	display: inline-block;
	padding: 5px 15px;
}
footer .footer-bottom {
	position: relative;
	margin-top: 60px;
}
footer .footer-bottom #footer-address-wrap .footer-logo {
	display: inline-block;
	width: 80px;
	line-height: 1;
}
footer .footer-bottom #footer-address-wrap .footer-address {
	display: inline-block;
	margin-top: 10px;
	margin-left: 20px;
	vertical-align: top;
}
footer .footer-bottom #copyright {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 1.2rem;
	text-align: right;
}

@media screen and (max-width: 1024px) {
footer {
	margin-top: 80px;
}
footer #footer-wrap {
	padding: 50px 20px;
}
}

@media screen and (max-width: 768px) {
footer .footer-bottom #copyright {
	position: inherit;
	text-align: left;
	margin-top: 40px;
}
}

@media screen and (max-width: 414px) {
footer {
	margin-top: 50px;
}
footer #footer-wrap {
	padding: 50px 4%;
}
footer .footer-bottom #footer-address-wrap .footer-logo {
	display: block;
	width: 120px;
	margin: 0 auto 30px;
}
footer .footer-bottom #footer-address-wrap .footer-address {
	margin-top: 0;
	margin-left: 0;
}
}
/*=======================================================

構成要素

=======================================================*/

/*----- contents-headline -----*/
#contents-headline-wrap {
	padding: 80px 80px 50px;
}
#contents-headline-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents-headline-wrap .contents-headline-group {
	width: 81.015625%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents-headline-wrap .contents-headline-group .headline {
	display: inline-block;
	font-size: 3.6rem;
	/*text-align: center;*/
	line-height: 1;
	margin-bottom:10px;
}
#contents-headline-wrap .contents-headline-group .headline span {
	font-size: 1.6rem;
	vertical-align: bottom;
}
#contents-headline-wrap .contents-headline-group span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
}
#contents-headline-wrap .contents-headline-group .line {
	border-top: 1px solid #242424;
	width: 50px;
	margin: -10px 20px 0;
}
/* add search */
#contents-headline-wrap .contents-headline-group ul {
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
}
#contents-headline-wrap .contents-headline-group ul li {
	font-size: 1.6rem;
	display: inline-block;
}
#contents-headline-wrap .contents-headline-group ul li:after {
	content: "/";
	margin : 0 0.5em;
}
#contents-headline-wrap .contents-headline-group ul li:last-child:after {
	content: none;
	margin : 0;
}
/* none-search */
/*#contents-headline-wrap .none-search-group {
	margin-bottom:130px;
}*/
/*----- Search -----*/
#contents-headline-wrap .search-group {
	width: 81.015625%;
	float: right;
	padding: 20px;
	margin-top: 30px;
	background-color: #f2ebd1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents-headline-wrap .search-group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* two-column */
#contents-headline-wrap .search-group ul.two-column > li {
	float: left;
	width: 42%;
}
#contents-headline-wrap .search-group ul.two-column > li:last-child {
	float: right;
	width: 55%;
}
#contents-headline-wrap .search-group ul.two-column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents-headline-wrap .search-group ul.two-column > li .btn {
	display: table;
	width: 100%;
}
#contents-headline-wrap .search-group ul.two-column > li .btn a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none !important;
	padding: 0 10px;
	background-color: #fff;
	border: solid 1px #0068b7;
	color: #0068b7 !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
#contents-headline-wrap .search-group ul.two-column > li a:hover {
	background-color: #0068b7;
	border: solid 1px transparent;
	color: #fff !important;
}
/* three-column */
#contents-headline-wrap .search-group ul.three-column > li {
	float: left;
	width: 27%;
	margin-right:3%
}
#contents-headline-wrap .search-group ul.three-column > li:last-child {
	float: right;
	width: 40%;
	margin-right:0;
}
#contents-headline-wrap .search-group ul.three-column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents-headline-wrap .search-group ul.three-column > li .btn {
	display: table;
	width: 100%;
}
#contents-headline-wrap .search-group ul.three-column > li .btn a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none !important;
	padding: 0 10px;
	background-color: #fff;
	border: solid 1px #0068b7;
	color: #0068b7 !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
#contents-headline-wrap .search-group ul.three-column > li a:hover {
	background-color: #0068b7;
	border: solid 1px transparent;
	color: #fff !important;
}

#contents-headline-wrap .search-group dl {
	position: relative;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #0068b7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents-headline-wrap .search-group dl dt {
	margin-right: 50px;
	padding: 10px 0 8px 15px;
}
#contents-headline-wrap .search-group dl dt input {
	width: 100%;
	height: 40px;
	line-height: 1;
	background: none;
	border: none;
}
#contents-headline-wrap .search-group dl dd {
	position: absolute;
	top: 0;
	right: 0;
}
#contents-headline-wrap .search-group dl dd button {
	display: block;
	padding: 10px 0;
	background: none;
	border: none;
}
#contents-headline-wrap .search-group dl dd button span {
	display: block;
	width: 40px;
	height: 40px;
	background: url('/assets/common/img/icon-search-blue.svg') no-repeat 0 center;
	background-size: 60%;
}
#contents-headline-wrap .search-group input::placeholder {
 font-size:1.4rem;
 color: #ccc;
}
#contents-headline-wrap .reset-btn-box {
	margin-top:20px;
}
#contents-headline-wrap .reset-btn-box .resetBtn {
	display:inline-block;
	width: auto;
	border: solid 1px transparent;
	text-align: center;
	background-color: #666 !important;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	padding: 8px 20px;
	font-size: 100%;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#contents-headline-wrap .reset-btn-box .resetBtn:hover {
	border: solid 1px #666;
	background-color:transparent !important;
	color:#666;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* Pop up Search */
ul.popup-search {
	margin-top: 10px;
}
ul.popup-search li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.popup-search-line {
	display: inline-block;
	margin-bottom: 10px;
	background-color: #242424;
	color: #fff;
	border-radius: 4px;
	padding: 3px 10px;
	line-height: 1;
	margin-top: 30px;
}
.popup-submit-box {
	text-align:center;
	margin-top:30px;
}
.popup-submit-box ul li {
	display:inline-block;
	list-style-type:none;
	margin:0 10px;
}
.popup-submit-box .submitBtn {
	width: 7em;
	border: solid 1px #0068b7;
	text-align: center;
	background-color: #0068b7 !important;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 100%;
	border-radius: 20px;
}



#search-category ul.popup-search li {
	display:block !important;
}

@media screen and (max-width: 1024px) {
#contents-headline-wrap {
	padding: 80px 20px 30px;
}
#contents-headline-wrap .contents-headline-group {
	width: 100%;
	float: none;
}
/*----- Search -----*/
#contents-headline-wrap .search-group {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 414px) {
#contents-headline-wrap {
	padding: 50px 4% 20px;
}
#contents-headline-wrap .contents-headline-group .headline {
	/*font-size: 3.2rem;*/
	font-size: 2.5rem;
	line-height: 1.2;
}
#contents-headline-wrap .contents-headline-group .headline span {
	/*margin-bottom:5px;*/
	margin-bottom:0;
}
#contents-headline-wrap .contents-headline-group span {
	/*margin-top: 5px;*/
	margin-top: 0;
}
#contents-headline-wrap .contents-headline-group .line {
	display:none;
}
/*----- Search -----*/
/* two-column */
#contents-headline-wrap .search-group ul.two-column > li .btn a,
#contents-headline-wrap .search-group ul.three-column > li .btn a {
	height: 40px;
	border-radius: 20px;
	padding: 0 3px;
	font-size: 1.2rem;
}
/* three-column */
#contents-headline-wrap .search-group ul.three-column > li {
	float: left;
	width: 48%;
	margin-right:4%;
	margin-bottom:10px;
}
#contents-headline-wrap .search-group ul.three-column > li:nth-child(2n) {
	margin-right:0;
}
#contents-headline-wrap .search-group ul.three-column > li:last-child {
	float: left;
	width: 100%;
	margin-right:0;
	margin-bottom:0;
}
#contents-headline-wrap .search-group {
	padding: 10px;
}
#contents-headline-wrap .search-group dl {
	height: 40px;
	border-radius: 20px;
}
#contents-headline-wrap .search-group dl dt {
	margin-right: 40px;
	padding: 4px 0 8px 10px;
}
#contents-headline-wrap .search-group dl dt input {
	height: 24px;
}
#contents-headline-wrap .search-group dl dd button {
	padding: 5px 0;
}
#contents-headline-wrap .search-group dl dd button span {
	width: 30px;
	height: 30px;
}
#contents-headline-wrap .search-group input::placeholder {
 font-size:1.2rem;
}
#contents-headline-wrap .reset-btn-box .resetBtn {
	font-size:1.2rem;
}
}
/* =Index Content
-------------------------------------------------------*/
#index-list-wrap {
	padding: 100px 60px 0;
}
#index-list-wrap .index-list-group {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
#index-list-wrap .index-list-group > li {
	position: relative;
	/*float: left;*/
	width: 23.91304%;
	margin-right: 1.44928%;
	margin-bottom: 40px;
	padding: 0 1.44928% 20px;
	background: url(/assets/common/img/bg-item.gif) no-repeat right bottom;
	background-size: 290px 290px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#index-list-wrap .index-list-group > li:nth-child(2n) {
	background-size: 145px 145px;
}
#index-list-wrap .index-list-group > li:nth-child(4n) {
	margin-right: 0;
}
#index-list-wrap .index-list-group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#index-list-wrap .index-list-group > li a {
	text-decoration: none;
	color: #242424;
}
#index-list-wrap .index-list-group > li .icon-head {
	display: block;
	width: 40px;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 99;
}
#index-list-wrap .index-list-group > li a:hover dl dd {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#index-list-wrap .index-list-group > li dl {
	background-color: #fff;
	/*-webkit-box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);*/
}
#index-list-wrap .index-list-group > li dl dt {
	display: block;
	overflow: hidden;
}
#index-list-wrap .index-list-group > li dl dt img {
	-moz-transition: -moz-transform 2s ease;
	-webkit-transition: -webkit-transform 2s ease;
	-o-transition: -o-transform 2s ease;
	-ms-transition: -ms-transform 2s ease;
	transition: transform 2s ease;
}
#index-list-wrap .index-list-group > li a:hover dl dt img {
	-moz-transition: -moz-transform 2s ease !important;
	-webkit-transition: -webkit-transform 2s ease !important;
	-o-transition: -o-transform 2s ease !important;
	-ms-transition: -ms-transform 2s ease !important;
	transition: transform 2s ease !important;
	transition-duration: 2s !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
#index-list-wrap .index-list-group > li dl dd {
	position: relative;
	padding: 20px;
}
/* tag-icon */
#index-list-wrap .index-list-group > li dl dd .tag-icon-default {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 1rem;
	height: 24px;
	border: 1px solid #23abd6;
	border-radius: 12px;
	color: #23abd6;
	padding: 5px 10px 0;
	font-size: 1.3rem;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#index-list-wrap .index-list-group > li dl dd .tag-icon-free {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 1rem;
	height: 24px;
	border: 1px solid #d6a123;
	border-radius: 12px;
	color: #d6a123;
	padding: 5px 10px 0;
	font-size: 1.3rem;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#index-list-wrap .index-list-group > li dl dd .tag-icon-end {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 1rem;
	height: 24px;
	border: 1px solid transparent;
	background-color: #474747;
	border-radius: 12px;
	color: #fff;
	padding: 5px 10px 0;
	font-size: 1.3rem;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#index-list-wrap .index-list-group > li dl dd .tag-icon-pr {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 1rem;
	height: 24px;
	border: 1px solid transparent;
	background-color: #f2ebd1;
	border-radius: 12px;
	color: #858171;
	padding: 5px 10px 0;
	font-size: 1.3rem;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* hashtag */
#index-list-wrap .index-list-group > li .hashtag {
	/*padding-right: 30px;
	margin-top: 20px;*/
	padding: 0 20px 20px 20px;
}
#index-list-wrap .index-list-group > li .hashtag li {
	display: inline-block;
	font-size: 1.2rem;
	color: #999;
	margin-right: 10px;
	margin-top: 5px;
}
#index-list-wrap .index-list-group > li .hashtag li a:link,
#index-list-wrap .index-list-group > li .hashtag li a:visited { color: #999; }
#index-list-wrap .index-list-group > li .hashtag li a:hover,
#index-list-wrap .index-list-group > li .hashtag li a:active { color: #ccc; }
#index-list-wrap .index-list-group > li .arrow {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 20px;
}
/* add 2026 */
#index-list-wrap .index-list-group > li .index-list-card {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
#index-list-wrap {
	padding: 50px 20px 0;
}
#index-list-wrap .index-list-group > li {
	width: 32%;
	margin-right: 2%;
	padding: 0 2% 20px;
}
#index-list-wrap .index-list-group > li:nth-child(4n) {
	margin-right: 2%;
}
#index-list-wrap .index-list-group > li:nth-child(3n) {
	margin-right: 0;
}
}

@media screen and (max-width: 768px) {
#index-list-wrap .index-list-group > li {
	position: relative;
	float: left;
	width: 48%;
	margin-right: 4%;
	padding: 0 2% 20px;
}
#index-list-wrap .index-list-group > li:nth-child(3n) {
	margin-right: 4%;
}
#index-list-wrap .index-list-group > li:nth-child(2n) {
	margin-right: 0;
}
}

@media screen and (max-width: 414px) {
#index-list-wrap {
	padding: 50px 4% 0;
}
#index-list-wrap .index-list-group > li {
	float: none;
	width: 100%;
	margin-right: 0;
	padding: 0 4% 20px;
}
#index-list-wrap .index-list-group > li:nth-child(4n) {
	margin-right: 0;
}
#index-list-wrap .index-list-group > li:nth-child(3n) {
	margin-right: 0;
}
#index-list-wrap .index-list-group > li .icon-head {
	left: 0;
}
}
/* Pagination */
ul.list-pagination {
	text-align: center;
	margin-top: 30px;
}
ul.list-pagination li {
	display: inline-block;
	margin: 0 5px;
}
ul.list-pagination li a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	width: 28px;
	height: 28px;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
	background-color: #22819f;
	border: 1px solid transparent;
	color: #fff;
	border-radius: 4px;
	padding-top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-pagination li:hover a, ul.list-pagination li.select a {
	background-color: transparent;
	border: 1px solid #22819f;
	color: #22819f;
}
ul.list-pagination li span {
	display: block;
	height: 28px;
	text-align: center;
	color: #22819f;
}
ul.list-pagination li .arrow-next, ul.list-pagination li .arrow-prev {
	position: relative;
	display: inline-block;
}
ul.list-pagination li .arrow-next::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
}
ul.list-pagination li:hover .arrow-next::before {
	border-top: solid 1px #22819f;
	border-right: solid 1px #22819f;
}
ul.list-pagination li .arrow-prev::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -2px;
}
ul.list-pagination li:hover .arrow-prev::before {
	border-top: solid 1px #22819f;
	border-right: solid 1px #22819f;
}

@media screen and (max-width: 414px) {
ul.list-pagination li {
	margin: 0 3px;
}
}
/* archive */
#archive-wrap {
	padding: 0 80px;
	margin-top: 80px;
}
#archive-wrap section {
	background-color: #f2ebd1;
	text-align: center;
	padding: 40px 80px;
}
#archive-wrap section .headline {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#archive-wrap section ul li {
	display: inline-block;
}
#archive-wrap section ul li a {
	text-decoration: none;
}
#archive-wrap section ul li a:link, #archive-wrap section ul li a:visited {
	color: #242424;
}
#archive-wrap section ul li a:hover, #archive-wrap section ul li a:active {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#archive-wrap section ul li:after {
	content: "｜";
	margin : 0 1em;
}
#archive-wrap section ul li:last-child:after {
	content : none;
}

@media screen and (max-width: 1024px) {
#archive-wrap {
	padding: 0 20px;
}
#archive-wrap section {
	padding: 40px;
}
}

@media screen and (max-width: 768px) {
#archive-wrap section {
	padding: 20px;
}
}

@media screen and (max-width: 414px) {
#archive-wrap {
	padding: 0 4%;
}
#archive-wrap section {
	padding: 4%;
}
}
/* =Articles
-------------------------------------------------------*/
#articles-wrap {
	padding: 100px 80px 0;
}
#articles-wrap .articles-container {
	max-width: 960px;
	margin: 0 auto;
	word-break: break-all;
}
#articles-wrap .articles-headline-group .update-txt {
	text-align: right;
	color: #6a6a6a;
}
#articles-wrap .articles-headline-group .headline {
	font-size: 3.2rem;
	margin-top: 10px;
	line-height: 1.4;
}
/* tag-icon */
#articles-wrap .articles-headline-group .tag-icon-default {
	display: inline-block;
	margin-top: 20px;
	margin-right:10px;
	height: 24px;
	border: 1px solid #23abd6;
	border-radius: 12px;
	color: #23abd6;
	font-size: 1.3rem;
	padding: 5px 10px 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#articles-wrap .articles-headline-group .tag-icon-free {
	display: inline-block;
	margin-top: 20px;
	margin-right:10px;
	height: 24px;
	border: 1px solid #d6a123;
	border-radius: 12px;
	color: #d6a123;
	font-size: 1.3rem;
	padding: 5px 10px 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#articles-wrap .articles-headline-group .tag-icon-end {
	display: inline-block;
	margin-top: 20px;
	margin-right:10px;
	height: 24px;
	border: 1px solid transparent;
	background-color: #474747;
	border-radius: 12px;
	color: #fff;
	font-size: 1.3rem;
	padding: 5px 10px 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#articles-wrap .articles-headline-group .tag-icon-pr {
	display: inline-block;
	margin-top: 20px;
	margin-right:10px;
	height: 24px;
	border: 1px solid transparent;
	background-color: #f2ebd1;
	border-radius: 12px;
	color: #858171;
	font-size: 1.3rem;
	padding: 5px 10px 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#articles-wrap .mainvisual {
	margin-top: 80px;
}
/*----- body -----*/
#articles-wrap .articles-body {
	position: relative;
	margin-top: 80px;
}
#articles-wrap .articles-body .article-content {
	max-width: 700px;
	margin: 0 auto;
}
#articles-wrap .articles-body .article-content .btn {
	margin-top: 20px;
}
/*text*/
#articles-wrap .articles-body .article-content strong {
	font-weight:bold;
}
#articles-wrap .articles-body .article-content em {
	font-style:italic;
}

/*image*/
#articles-wrap .articles-body .article-content img {
	width:auto;
	height:auto;
}

/*block image*/
#articles-wrap .articles-body .article-content .wp-block-image {
	margin-top:50px;
}
#articles-wrap .articles-body .article-content .wp-block-image img {
	width:auto;
	height:auto;
}
#articles-wrap .articles-body .article-content .wp-block-image figcaption {
	font-size: 1.2rem;
	margin-top: 10px;
}
#articles-wrap .articles-body .cap {
	font-size: 1.2rem;
	margin-top: 10px;
}

/*headline*/
#articles-wrap .articles-body .article-content h2 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 60px;
	}
#articles-wrap .articles-body .article-content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 40px;
	}
#articles-wrap .articles-body .article-content h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 30px;
	}
#articles-wrap .articles-body .article-content p {
	margin-top: 50px;
}
#articles-wrap .articles-body .article-box-headline {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 60px;
}
#articles-wrap .articles-body .article-box-txt {
	margin-top: 50px;
}
/*list*/
#articles-wrap .articles-body .article-content ul {
	list-style-type:disc;
	margin-left:1.5em;
	margin-top:50px;
}
#articles-wrap .articles-body .article-content ol {
	list-style-type:decimal;
	margin-left:1.5em;
	margin-top:50px;
}
#articles-wrap .articles-body .article-content ul.tag-list {
	margin-left:0;
}
#articles-wrap .articles-body .article-content ul.tag-list {
}
/*table*/
#articles-wrap .articles-body table.table-1 {
	margin-top: 80px;
}
#articles-wrap .articles-body .wp-block-table {
	overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#articles-wrap .articles-body .wp-block-table::-webkit-scrollbar {
 height: 5px;
}
#articles-wrap .articles-body .wp-block-table::-webkit-scrollbar-track {
 background: #F1F1F1;
}
#articles-wrap .articles-body .wp-block-table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
#articles-wrap .articles-body .wp-block-table table thead,
#articles-wrap .articles-body .wp-block-table table tbody {
	width: 100%;
  display:table;
}
#articles-wrap .articles-body .wp-block-table table {
	margin-top: 60px;
	border-collapse: collapse;
	border: solid 1px #e5dfc6;
	width: 100%;
}

#articles-wrap .articles-body .wp-block-table table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background-color: #f2ebd1;
	border: solid 1px #e5dfc6;
	padding: 20px;
}
#articles-wrap .articles-body .wp-block-table table td {
	border: solid 1px #e5dfc6;
	padding: 20px;
}

/*block buttons*/
#articles-wrap .articles-body .article-content .wp-block-buttons {
	margin-top:30px;
	}
#articles-wrap .articles-body .article-content .wp-block-buttons .wp-block-button {
	width:auto;
	max-width: auto;
}
#articles-wrap .articles-body .article-content .wp-block-buttons .wp-block-button a {
	width:auto;
	max-width: auto;
	padding: 0 20px;
	}
/*----- Nearby info -----*/
#articles-wrap .articles-body .nearby-info {
	margin-top:100px;
	}
#articles-wrap .articles-body .nearby-info h2 {
	font-size:1.8rem;
	margin-bottom:20px;
}
#articles-wrap .articles-body .nearby-info ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#articles-wrap .articles-body .nearby-info ul {
	margin-left:0;
}
#articles-wrap .articles-body .nearby-info ul li {
	position:relative;
	float:left;
	width:28.5714%;
	margin-right:7.14286%;
	margin-bottom:50px;
}
#articles-wrap .articles-body .nearby-info ul li:nth-child(3n) {
	margin-right:0;
}
#articles-wrap .articles-body .nearby-info ul li dl dd.nearby-info-txt {
	margin: 15px 0;
}
#articles-wrap .articles-body .nearby-info ul li .categorytag {
	display: inline-block;
	font-size: 1.2rem;
	color: #999;
	padding-right: 30px;
}
#articles-wrap .articles-body .nearby-info ul li .arrow {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
}
#articles-wrap .articles-body .nearby-info ul li a {
	text-decoration: none;
	color: #242424;
}
#articles-wrap .articles-body .nearby-info ul li a:hover .nearby-info-txt,
#articles-wrap .articles-body .nearby-info ul li a:hover .categorytag {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* Share SNS */
#articles-wrap .articles-body .share-sns {
	position:absolute;
	top:0;
	left:0;
	background-color:#f2ebd1;
	padding:35px 0;
}
#articles-wrap .articles-body .share-sns .headline {
	text-align:center;
	margin-top:0;
}
#articles-wrap .articles-body .share-sns ul {
	margin-left:0;
	margin-top:0;
}
#articles-wrap .articles-body .share-sns ul li {
	display:block;
	width:30px;
	margin:15px 25px 0;
}
@media screen and (max-width: 1024px) {
#articles-wrap {
	padding: 50px 20px 0;
}
#articles-wrap .articles-body .share-sns {
	position: inherit;
	margin-top:30px;
	padding:20px;
}
#articles-wrap .articles-body .share-sns .headline {
	display:none;
}
#articles-wrap .articles-body .share-sns ul li {
	display:inline-block;
	margin:0 15px 0 0;
}
#articles-wrap .articles-body .share-sns ul li:last-child {
	margin-right:0;
}
}

@media screen and (max-width: 768px) {
#articles-wrap .articles-body .article-content {
	max-width: 100%;
}
}

@media screen and (max-width: 414px) {
#articles-wrap {
	padding: 50px 4% 0;
}
#articles-wrap .articles-headline-group .headline {
	font-size: 2.0rem;
}
#articles-wrap .mainvisual {
	margin-top: 30px;
}
/*----- body -----*/
#articles-wrap .articles-body {
	margin-top: 30px;
}
/*#articles-wrap .articles-body .article-content .article-box {
	margin-top: 50px;
}*/
/*headline*/
#articles-wrap .articles-body .article-content h2 {
	margin-top: 30px;
	}
#articles-wrap .articles-body .article-content h3 {
	margin-top: 30px;
	}
#articles-wrap .articles-body .article-content p {
	margin-top: 30px;
}
#articles-wrap .articles-body .article-box-headline {
	margin-top: 30px;
}
#articles-wrap .articles-body .article-box-txt {
	margin-top: 30px;
}
/*list*/
#articles-wrap .articles-body .article-content ul {
	margin-top:30px;
}
#articles-wrap .articles-body .article-content ol {
	margin-top:30px;
}
/*table*/
#articles-wrap .articles-body table.table-1 {
	margin-top: 50px;
}
#articles-wrap .articles-body .wp-block-table table {
	margin-top: 30px;
}
/*----- Nearby info -----*/
#articles-wrap .articles-body .nearby-info {
	margin-top:50px;
	}
#articles-wrap .articles-body .nearby-info ul li {
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
#articles-wrap .articles-body .nearby-info ul li:nth-child(3n) {
	margin-right:4%;
}
#articles-wrap .articles-body .nearby-info ul li:nth-child(2n) {
	margin-right:0;
}
}
/* =Special List
-------------------------------------------------------*/
#special-list-wrap {
	padding: 0 80px;
	margin-top: 80px;
}
#special-list-wrap ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#special-list-wrap section {
	border-top: 1px solid #ddd5b6;
	padding-top: 80px;
}
/* sigSpecial */
#sigSpecial #special-list-wrap section {
	border-top: none;
	padding-top: 20px;
	margin-bottom:60px;
}
@media screen and (max-width: 414px) {
	#sigSpecial #special-list-wrap section {
		margin-bottom:0;
	}
}
/**/
#special-list-wrap ul li {
	float: left;
	width: 16.4179%;
	margin-right: 4.477612%;
}
#special-list-wrap ul li:last-child {
	margin-right: 0;
}
#special-list-wrap ul li dl dd {
	position: relative;
	padding: 20px 0 40px;
}
#special-list-wrap ul li dl dd .arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
}
#special-list-wrap ul li a {
	text-decoration: none;
	color: #242424;
}
#special-list-wrap ul li:hover dl dd {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#special-list-wrap ul li .headline {
	font-size: 1.6rem;
}
#special-list-wrap ul li .headline span {
	display: block;
	font-size: 1.4rem;
}
#special-list-wrap ul li .special-list-txt {
	color: #727272;
	margin-top: 15px;
}
#special-list-wrap .btn-group {
	margin: 80px 80px 0;
	text-align: center;
}
#special-list-wrap .btn-default {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
#special-list-wrap {
	padding: 0 20px;
	margin-top: 50px;
}
#special-list-wrap section {
	padding-top: 50px;
}
#special-list-wrap .btn-group {
	margin: 50px 20px 0;
}
}

@media screen and (max-width: 768px) {
#special-list-wrap ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
}
#special-list-wrap ul li:nth-child(3n) {
	margin-right: 0;
}
#special-list-wrap .btn-group {
	margin-top: 0;
}
}

@media screen and (max-width: 414px) {
#special-list-wrap {
	padding: 0 4%;
	margin-top: 50px;
}
#special-list-wrap section {
	padding-top: 50px;
}
#special-list-wrap ul li {
	float: none;
	width: 92%;
	margin: 0 auto 40px;
}
#special-list-wrap ul li:last-child, #special-list-wrap ul li:nth-child(3n) {
	margin-right: auto;
}
#special-list-wrap .btn-group {
	margin: 0 4%;
}
}

/* ======================================================
sigPage
=======================================================*/
#sigPage #content-wrap img {
	width:auto;
	height:auto;
}
#sigPage #content-wrap {
	padding: 100px 80px 0;
}
#sigPage #content-wrap .content-inner {
	max-width: 960px;
	margin: 0 auto;
}
#sigPage #content-wrap .content-inner:last-child {
	margin-bottom: 0;
}
#sigPage #content-wrap .content-inner h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom:10px;
	line-height:1.5;
}
#sigPage #content-wrap .content-inner h3 {
	font-size: 2.2rem;
	margin-bottom:10px;
}
#sigPage #content-wrap .content-inner h4 {
	font-size: 1.8rem;
	margin-bottom:10px;
}
#sigPage #content-wrap .content-inner .content-group {
	background-color: #fcfbf5;
	padding: 50px;
	margin-top: 50px;
	margin-bottom:80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*text*/
#sigPage #content-wrap .content-inner .content-group strong {
	font-weight:bold;
}
#sigPage #content-wrap .content-inner .content-group em {
	font-style:italic;
}
/*list*/
#sigPage #content-wrap .content-inner .content-group ul li {
	list-style-type:disc;
	margin-left:1.5em;
	margin-bottom:15px;
}
#sigPage #content-wrap .content-inner .content-group ul li:last-child {
	margin-bottom:0;
}
#sigPage #content-wrap .content-inner .content-group ol li {
	list-style-type:decimal;
	margin-left:1.5em;
	margin-bottom:15px;
}
#sigPage #content-wrap .content-inner .content-group ol li:last-child {
	margin-bottom:0;
}
#sigPage #content-wrap .content-inner .content-group ol li p:first-child {
	font-weight: bold;
}
#sigPage #content-wrap .content-inner .content-group hr {
	display: block;
	border:none;
	border-top: 1px solid #f2ebd1;
	margin: 50px 0;
}
/*list add border*/
#sigPage #content-wrap .content-inner .content-group ul.border li,
#sigPage #content-wrap .content-inner .content-group ol.border li {
	list-style-type: decimal;
	list-style-position: inside;
	border-bottom: 1px solid #f2ebd1;
	margin-bottom: 50px;
	text-indent: -1.0em;
	padding-left: 1.5em;
	padding-bottom: 50px;
}
#sigPage #content-wrap .content-inner .content-group ul.border li:last-child
#sigPage #content-wrap .content-inner .content-group ol.border li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* privacy */
#sigPage #content-wrap .content-inner .content-group ol.privacy-list > li {
	list-style-position: inside;
	border-bottom: 1px solid #f2ebd1;
	margin: 0 0 50px 0;
	padding-bottom: 50px;
}
#sigPage #content-wrap .content-inner .content-group ol.privacy-list > li::marker {
  font-size: 2rem;
  font-weight: bold;
}
#sigPage #content-wrap .content-inner .content-group ol.privacy-list > li .title {
  font-size: 2rem;
  font-weight: bold;
}
#sigPage #content-wrap .content-inner .content-group ol.privacy-list > li ul li {
	list-style-type: disc;
	margin-bottom: 0;
}

/*block buttons*/
#sigPage .wp-block-buttons {
	margin-top:30px;
	}
#sigPage .wp-block-buttons .wp-block-button {
	width:auto;
	max-width: auto;
}
#sigPage .wp-block-buttons .wp-block-button a {
	width:auto;
	max-width: auto;
	padding: 0 20px;
	}
/*img*/
#sigPage #content-wrap .content-inner .content-group img {
	width:auto;
	height:auto;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-image {
	margin-top:20px;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-gallery {
	margin-top:20px;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-gallery li.blocks-gallery-item {
	display: inline-block;
	list-style-type:none;
	margin:0 10px 0 0;
}
/*btn*/
#sigPage #content-wrap .btn-group {
	margin-top:10px;
}
#sigPage #content-wrap .btn-group .wp-block-button {
	display: inline-block;
	margin:0 10px 0 0;
	width: auto;
	max-width: 100%;
}
#sigPage #content-wrap .btn-group .wp-block-button a {
	width: auto;
	max-width: 100%;
	padding: 0 20px;
}
/*table*/
#sigPage #content-wrap .content-inner .content-group .wp-block-table {
	overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-table::-webkit-scrollbar {
 height: 5px;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-table::-webkit-scrollbar-track {
 background: #F1F1F1;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-table table thead,
#sigPage #content-wrap .content-inner .content-group .wp-block-table table tbody {
	width: 100%;
  display:table;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-table table {
	margin-top: 60px;
	border-collapse: collapse;
	border: solid 1px #e5dfc6;
	width: 100%;
}

#sigPage #content-wrap .content-inner .content-group .wp-block-table table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background-color: #f2ebd1;
	border: solid 1px #e5dfc6;
	padding: 20px;
}
#sigPage #content-wrap .content-inner .content-group .wp-block-table table td {
	border: solid 1px #e5dfc6;
	padding: 20px;
}
@media screen and (max-width: 1024px) {
#sigPage #content-wrap {
	padding: 50px 20px 0;
}
}

@media screen and (max-width: 414px) {
#sigPage #content-wrap {
	/*padding: 50px 4% 0;*/
	padding: 0 4%;
}
#sigPage #content-wrap .content-inner h2 {
	font-size: 1.8rem;
}
#sigPage #content-wrap .content-inner h3 {
	font-size: 1.6rem;
}
#sigPage #content-wrap .content-inner .content-group {
	padding: 20px;
	margin-top:30px;
}
/*btn*/
#sigPage #content-wrap .btn-group .wp-block-button {
	margin-right: 5px;
}
#sigPage #content-wrap .btn-group .wp-block-button a {
	padding: 0 10px;
}
/*table*/
#sigPage #content-wrap .content-inner .content-group .wp-block-table table {
	margin-top: 30px;
}
}

/* =coupon
-------------------------------------------------------*/
#sigPage #content-wrap {}
/* Headline */
#sigPage #content-wrap .search-result:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigPage #content-wrap .search-result .headline-group {
	position: relative;
}
#sigPage #content-wrap .search-result .headline-group .headline {
	position: relative;
	display: inline-block;
	font-size: 2.0rem;
	padding-left: 15px;
	padding-right: 20px;
	background-color: #f8f4e5;
	z-index: 99;
}
#sigPage #content-wrap .search-result .headline-group .headline p {
	position: relative;
	z-index: 99;
}
#sigPage #content-wrap .search-result .headline-group .headline p span {
	display: inline-block;
}
#sigPage #content-wrap .search-result .headline-group .headline p span:after {
	content: "/";
	margin : 0 0.5em;
}
#sigPage #content-wrap .search-result .headline-group .headline p span:last-child:after {
	content: "";
	margin : 0;
}
#sigPage #content-wrap .search-result .headline-group .headline > span {
	content: "";
	display: block;
	background-color: #fff352;
	position: absolute;
	left: 0;
	height: 10px;
	width: 90px;
	top: 19px;
	margin-top: -5px;
	font-size: 1px;
	line-height: 1px;
}
#sigPage #content-wrap .search-result .headline-group .line {
	display: block;
	background-color: #f2ebd1;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
#sigPage #content-wrap .result-txt {
	display:inline-block;
	background-color:#333;
	color:#fff;
	padding:10px 15px;
	margin-top:20px;
	margin-right:20px;
	font-size:1.4rem;
	border-radius:10px;
	line-height:1;
	height:47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sigPage #content-wrap .content-inner .result-txt { /* coupon top */
	/*margin-bottom:20px;*/
	margin-top:0;
}
#sigPage #content-wrap .result-txt span {
	display:inline-block;
	margin-right:5px;
	font-size:2.4rem;
	font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
}
#sigPage #content-wrap .reset-btn-box {
	display:inline-block;
	margin-top:20px;
	line-height:1;
	vertical-align:top;
}
#sigPage #content-wrap .content-inner .reset-btn-box { /* coupon top */
	/*margin-bottom:20px;*/
	margin-top:0;
}
#sigPage #content-wrap .reset-btn-box .resetBtn {
	width: auto;
	border: solid 1px transparent;
	text-align: center;
	background-color: #666 !important;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	padding: 10px;
	font-size: 100%;
	border-radius: 10px;
	height:47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#sigPage #content-wrap .reset-btn-box:hover .resetBtn {
	border: solid 1px #666;
	background-color:transparent !important;
	color:#666;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 414px) {
#sigPage #content-wrap .result-txt {
	margin-right:15px;
	font-size:1.2rem;
	height:40px;
}
#sigPage #content-wrap .result-txt span {
	font-size:1.8rem;
}
#sigPage #content-wrap .reset-btn-box .resetBtn {
	font-size:1.2rem;
	height:40px;
}
}

#sigPage #content-wrap .search-result-group {
	background-color: #fcfbf5;
	padding: 50px;
	margin-top: 50px;
	margin-bottom:80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sigPage #content-wrap .search-result-group .google-maps {
	margin-top:0;
}
#sigPage #content-wrap .search-group ul.three-column > li {
	float: left;
	width: 27%;
	margin-right:3%;
	margin-left:0;
	margin-bottom:0;
	list-style-type:none;
}
#sigPage #content-wrap .search-group ul.three-column > li:last-child {
	float: right;
	width: 40%;
	margin-right:0;
}
#sigPage #content-wrap .search-group ul.three-column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigPage #content-wrap .search-group ul.three-column > li .btn {
	display: table;
	width: 100%;
}
#sigPage #content-wrap .search-group ul.three-column > li .btn a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none !important;
	padding: 0 10px;
	background-color: #fff;
	border: solid 1px #0068b7;
	color: #0068b7 !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
#sigPage #content-wrap .search-group {
	margin-top:20px;
}
#sigPage #content-wrap .search-group ul.three-column > li a:hover {
	background-color: #0068b7;
	border: solid 1px transparent;
	color: #fff !important;
}
#sigPage #content-wrap .search-group dl {
	position: relative;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #0068b7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sigPage #content-wrap .search-group dl dt {
	margin-right: 50px;
	padding: 10px 0 8px 15px;
}
#sigPage #content-wrap .search-group dl dt input {
	width: 100%;
	height: 40px;
	line-height: 1;
	background: none;
	border: none;
}
#sigPage #content-wrap .search-group dl dd {
	position: absolute;
	top: 0;
	right: 0;
}
#sigPage #content-wrap .search-group dl dd button {
	display: block;
	padding: 10px 0;
	background: none;
	border: none;
}
#sigPage #content-wrap .search-group dl dd button span {
	display: block;
	width: 40px;
	height: 40px;
	background: url('/assets/common/img/icon-search-blue.svg') no-repeat 0 center;
	background-size: 60%;
}
#sigPage #content-wrap .search-group input::placeholder {
 font-size:1.4rem;
 color: #ccc;
}
#sigPage #content-wrap ul.gmap-pin {
	margin-top:20px;
}
#sigPage #content-wrap ul.gmap-pin li {
	display: inline-block;
	margin:10px 20px 0 0;
}
#sigPage #content-wrap ul.gmap-pin li span.pin {
	display:inline-block;
	margin-right:5px;
	width:15px;
}
#sigPage #content-wrap ul.gmap-pin li span.pin img {
	width:100%;
}
@media screen and (max-width: 414px) {
#sigPage #content-wrap .search-result .headline-group .headline {
	font-size:1.6rem;
}
#sigPage #content-wrap .search-result .headline-group .headline > span {
	top: 15px;
}
#sigPage #content-wrap .search-result-group {
	padding: 20px;
	margin-top: 30px;
}
#sigPage #content-wrap .search-group ul.three-column > li .btn a {
	height: 40px;
	border-radius: 20px;
	padding: 0 3px;
	font-size: 1.2rem;
}
#sigPage #content-wrap .search-group ul.three-column > li {
	float: left;
	width: 48%;
	margin-right:4%;
	margin-bottom:10px;
}
#sigPage #content-wrap .search-group ul.three-column > li:nth-child(2n) {
	margin-right:0;
}
#sigPage #content-wrap .search-group ul.three-column > li:last-child {
	float: left;
	width: 100%;
	margin-right:0;
	margin-bottom:0;
}
#sigPage #content-wrap .search-group dl {
	height: 40px;
	border-radius: 20px;
}
#sigPage #content-wrap .search-group dl dt {
	margin-right: 40px;
	padding: 4px 0 8px 10px;
}
#sigPage #content-wrap .search-group dl dt input {
	height: 24px;
}
#sigPage #content-wrap .search-group dl dd button {
	padding: 5px 0;
}
#sigPage #content-wrap .search-group dl dd button span {
	width: 30px;
	height: 30px;
}
#sigPage #content-wrap .search-group input::placeholder {
 font-size:1.2rem;
}
#sigPage #content-wrap ul.gmap-pin li {
	font-size:1.3rem;
}
#sigPage #content-wrap ul.gmap-pin li span.pin {
	width:12px;
}
}
/* Search list */
#sigPage #content-wrap .search-result-group ul.search-list {
	}
#sigPage #content-wrap .search-result-group ul.search-list > li {
	position:relative;
	margin-bottom:50px;
	}
#sigPage #content-wrap .search-result-group ul.search-list > li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#sigPage #content-wrap .search-result-group ul.search-list > li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigPage #content-wrap .search-result-group ul.search-list > li .street-name {
	float:left;
	width:25%;
	margin-right:5%;
	font-size:2.0rem;
	font-weight:bold;
}
#sigPage #content-wrap .search-result-group ul.search-list > li .street-name span {
	display:block;
	font-size:1.3rem;
	color:#999;
}
#sigPage #content-wrap .search-result-group ul.search-list > li dl.street-outline {
	float:left;
	width:70%;
	padding-right:120px;
	padding-left:5%;
	border-left:1px solid #f2ebd1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sigPage #content-wrap .search-result-group ul.search-list > li dl.street-outline dt {
	float:left;
	width:5em;
	clear:both;
	padding-bottom:10px;
}
#sigPage #content-wrap .search-result-group ul.search-list > li dl.street-outline dd {
	padding-left:6em;
	padding-bottom:10px;
}
#sigPage #content-wrap .search-result-group ul.search-list > li dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigPage #content-wrap .search-result-group ul.search-list > li .btn-box {
	position:absolute;
	top:0;
	right:0;
	width:90px;
}
#sigPage #content-wrap .search-result-group .list-pagination {
	margin-top:100px;
}
@media screen and (max-width: 1024px) {
#sigPage #content-wrap .search-result-group ul.search-list > li {
	border-bottom:1px solid #f2ebd1;
	padding-bottom:40px;
	}
	#sigPage #content-wrap .search-result-group ul.search-list > li .street-name {
	float:none;
	width:100%;
	margin-right:0;
	line-height:1.4;
}
#sigPage #content-wrap .search-result-group ul.search-list > li dl.street-outline {
	float:none;
	width:100%;
	padding-right:120px;
	padding-left:0;
	border-left:none;
	margin-top:10px;
}
#sigPage #content-wrap .search-result-group ul.search-list > li dl.street-outline dt {
	padding-bottom:5px;
}
#sigPage #content-wrap .search-result-group ul.search-list > li dl.street-outline dd {
	padding-bottom:5px;
}
}
@media screen and (max-width: 414px) {
#sigPage #content-wrap .search-result-group ul.search-list > li {
	padding-bottom:60px;
	margin-bottom:30px;
	}
#sigPage #content-wrap .search-result-group ul.search-list > li:last-child {
	padding-bottom:60px;
	}
#sigPage #content-wrap .search-result-group ul.search-list > li dl.street-outline {
	padding-right:0;
}
#sigPage #content-wrap .search-result-group ul.search-list > li .btn-box {
	top:auto;
	right:auto;
	bottom:20px;
	left:50%;
	margin-left:-45px;
}
#sigPage #content-wrap .search-result-group .google-maps {
	padding-bottom: 120%;
}
#sigPage #content-wrap .search-result-group .list-pagination {
	margin-top:30px;
}
}
/* =google map
-------------------------------------------------------*/
.google-maps {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top:60px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.google-maps #gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* =tag
-------------------------------------------------------*/
ul.tag-list {
	margin-top:20px;
}
ul.tag-list li {
	display: inline-block;
	margin: 0 5px 10px;
	line-height: 1;
}
ul.tag-list li a {
	display: block;
	text-decoration: none;
	border-radius: 14px;
	border: 1px solid transparent;
	background-color: #fff;
	padding: 3px 8px;
	color: #242424;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul.tag-list li a:hover {
	border: 1px solid #f2ebd1;
	color: #999;
}
/* =toTop
-------------------------------------------------------*/
#toTop {
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: 30px;
}

@media screen and (max-width: 414px) {
#toTop {
	bottom: 30px;
	right: 15px;
}
}
/* マウスオーバー透過
-------------------------------------------------------*/
#wrapper a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#wrapper a:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
}
img {
	width: 100%;
	max-width: 100%; /*height: auto;*/
}
