@charset "utf-8";

/* ============================================================================================== */
/* Global                                                                                         */
/* ============================================================================================== */

html {
	font-size: 62.5%;
	background-color: #faf9f6;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	-webkit-overflow-scrolling: touch;
}

div,section,
header, footer {
	box-sizing: border-box;
}

.inner-wrap.border {
	-webkit-border-image-width: 0;
	border-image-width: 0;
	border-width: 0;
	background-color: #faf9f6;
}

/* font */
/*
.information__header .information__ttl-main,
.customer-ttl,
.inside-prog-header__ttl {
	font-family: "FOT-あられ Std DB", sans-serif;
}

/* ----- */

/* ============================================================================================== */
/* loading                                                                                        */
/* ============================================================================================== */

.loading {
	height: calc(100vh - 60px);
	width: 100%;
	position: relative;
	z-index: 999;
	transition: background 0.5s ease 0.5s;
	opacity: 1;
}

.loading:after {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(../images/common/img-loading.gif);
	width: 85px;
	height: 85px;
	z-index: 9999999;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
}

.main-contents {
	opacity: 0;
	transition: opacity 0.5s ease 0.5s;
}

.load .loading {
	background-color: transparent;
	height: auto;
	opacity: 0;
	display: none;
}

.load .main-contents {
	opacity: 1;
}

/* ============================================================================================== */
/* global-header                                                                                  */
/* ============================================================================================== */

header#global-header {
	padding: 12px 0;
	position: fixed;
	top: 0;
	z-index: 1050;
	width: 100%;
	background-color: #faf9f6;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;

}

header#global-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	z-index: 300;
	border-bottom: 4px solid;
	border-image-source: url(../images/common/img-border_bk_10px.png);
	border-image-slice: 12;
	border-image-repeat: repeat;
	border-image-outset: 0.5px;
	border-image-width: 0 0 4px;
	border-style: solid;
	border-width: 0 0 4px;
	pointer-events: none;
}

#global-header .w-state--reg {
	position: relative;
}

.header-scroll-wrap {
	line-height: 0
}

/* global logo */

#global-header .g-logo {
	display: block;
	line-height: 0;
}

.g-logo__img-wrap {
	width: 93px;
	display: block;
	line-height: 0;
}

.g-header-inner .g-logo__img {
	display: none;
}

figure {
	overflow: hidden;
	line-height: 0;
}

/* ============================================================================================== */
/* button                                                                                         */
/* ============================================================================================== */

#nav__btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 18px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	z-index: 300;
}

.nav__btn-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.nav__btn-bar span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 25px;
	height: 3px;
	-webkit-transition: all .3s steps(3);
	transition: all .3s steps(3);
	border-top: 3px solid #000;
}

.nav__btn-bar span.bar-1 {
	top: 0px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.nav__btn-bar span.bar-2 {
	top: 8px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	opacity: 1;
}

.nav__btn-bar span.bar-3 {
	top: 16px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

/* btn open */
.sp-open .nav__btn-bar .bar-1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-open .nav__btn-bar .bar-2 {
	opacity: 0;
}

.sp-open .nav__btn-bar .bar-3 {
	top: 17px;
	left: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* global navigation */

#g-nav {
	width: 70%;
	max-width: 350px;
	min-width: 220px;
	height: 100%;
	z-index: 300;
	position: fixed;
	top: 46px;
	right: 0;
	background-color: #faf9f6;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	/*-webkit-transition: transform .3s ease;
	transition: transform .3s ease;*/
	-webkit-transition: transform .3s steps(6);
	transition: transform .3s steps(6);
	padding: 10px;
	box-sizing: border-box;
	/*overflow-y: scroll;*/
	overflow-y: auto;
}

.sp-open #g-nav {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	/*width: 100%;*/
}

/* global navigation overlay */

.overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 500;
	/*-webkit-transition: all .1s ease;
	transition: all .1s ease;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.overlay:after {
	content: "";
	visibility: hidden;
	position: fixed;
	top: 40%;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,0);
	font-size: 40px;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.sp-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,0.4);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.sp-open .overlay:after {
	visibility: visible;
	color: rgba(255,255,255,0.8);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* global navigation inner */

#global-header .nav-section {
	border-bottom: 1px solid #000;
	border-image-source: url(../images/common/img-border_bk_5px.png);
	border-image-slice: 12;
	border-image-repeat: repeat;
	border-image-outset: 0px;
	border-image-width: 0 0 4px;
	border-style: solid;
	/*border-width: 0 0 4px;*/
}

#global-header .nav-inner {
	position: relative;
}

#global-header .nav-inner:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	/*height: calc(100% - 50px);*/
	height: calc(100% - 45px);
	border: 4px solid;
	border-image-source: url(../images/common/img-border_bk_10px.png);
	border-image-slice: 12;
	border-image-repeat: repeat;
	border-image-outset: 0;
	border-image-width: 4px;
	border-style: solid;
	border-width: 1px;
	pointer-events: none;
}

.nav-section {
	padding: 12px 0;
}

.nav-section:last-child {
	padding-bottom: 120px;
	border-bottom: 0 !important;
	border-image: unset !important;
}

.nav-section .g-nav__list,
.nav-section .g-nav-sub__list {
	/*width: calc(100% - 40px);*/
	width: calc(100% - 24px);
	margin: 0 auto;
}

.g-nav__list .g-nav__item {
	margin-bottom: 5px;
}

.g-nav__list .g-nav__item a {
	text-align: left;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.1;
	width: auto;
	min-width: auto;
	padding: 3px;
}

.g-nav__item:last-child {
	margin-bottom: 0;
}

.g-nav__item a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	transition: none;
}

.g-nav__item a[target="_blank"] svg.i-svg--s {
	width: 18px !important;
	height: 18px !important;
	margin-left: 10px;
}


/* nav tel */

.call {
	margin-bottom: 8px;
}

.call svg {
	margin-right: 0;
}

.g-nav-sub__list .call {
	font-size: 2.0rem;
	font-weight: 600;
	padding: 0 0 0 3px;
	color: #000;
}

/* nav attention（ご意見・お問い合わせ） */

.nav-attention.g-nav__item {
	font-weight: 700;
	margin-bottom: 10px;
}

.nav-attention svg {
	margin-right: 2px;
}

.nav-attention.g-nav__item a {
	/*text-decoration: underline;*/
	font-weight: 600 !important;
	/*font-size: 1.08rem !important;*/
	letter-spacing: -0.03rem;
	/*color: rgba(0,0,0,0.8) !important;*/
}

/* global navigation sub（お問い合わせ以下） */

.nav-section-sub__title {
	margin-bottom: 8px;
	padding: 0 2px;
	line-height: 1.3;
	font-size: 1.2rem;
}

.g-nav-sub__list .g-nav__item {
	margin-bottom: 4px;
	display: block;
	line-height: 1;
}

.g-nav-sub__list .g-nav__item:last-child {
	margin-bottom: 0;
}

.g-nav-sub__list .g-nav__item a {
	font-size: 1.4rem;
	font-weight: 500;
	width: auto;
	padding: 4px 2px;
}

/* global navigation sns */

.sns-nav .g-nav__item a {
	font-size: 1.2rem;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
}

/* ----- */

.svg__item {
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center;
	align-items: center;
}

/* セクション毎のヘッダー内 title */

.information__header .information__ttl-main {
	font-size: 2.0rem;
	margin-bottom: 1.8rem;
	display: block;
}

.information__header .information__ttl-sub {
	font-size: 1.1rem;
	display: block;
}

/* ============================================================================================== */
/* Layout                                                                                         */
/* ============================================================================================== */

/* basic layout */

main {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.7;
}

.all-wrap {
	width: 100%;
	/*height: 100%;*/
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	background-color: #faf9f6;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	min-width: 320px;
}

.child .main-contents-wrap {
	margin-top: 46px;
	min-height: 100vh;
}

.main-contents-wrap.border {
	-webkit-border-image-width: 0;
	border-image-width: 0;
	border-width: 0;
}

.child .main-wrap {
	margin-bottom: 45px;
}

.w-state--reg {
	width: calc(100% - 40px);
	max-width: 980px;
	margin: 0 auto;
	position: static;
}

.w-state--wid {
	width: calc(100% - 40px);
	max-width: 1140px;
	margin: 0 auto;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* ============================================================================================== */
/* Layout - main / main-wrapper                                                                   */
/* ============================================================================================== */

/* 
 * document elements
 * base,layout
 */

/* document elements --------------------------------------------- */

/* 見出しの装飾 */

.h-underline {
	position: relative;
	padding-bottom: 1.2em;
}

.h-underline:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	margin: auto;
	background: currentColor;
	content: "";
	opacity: 0.3;
}

/* 脚注 */

.footnote {
	display: flex;
}

.inline-footnote {
	display: inline-flex;
}

.footnote,
.inline-footnote {
	position: relative;
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 40px;
	padding-left: 1.25em;
	font-size: 1.1rem;
	line-height: 1.3;
	color: rgb(119,119,119);
	list-style: none;
}

.footnote li,
.inline-footnote li {
	position: relative;
	margin-bottom: 0.5em;
	display: inline-block;
}

.footnote:last-child,
.footnote li:last-child,
.inline-footnote:last-child,
.inline-footnote li:last-child {
	margin-bottom: 0;
}

.footnote li:before,
.inline-footnote li:before {
	position: absolute;
	right: calc(100% + 3px);
	content: "※ ";
	white-space: nowrap;
}

.order-footnote {
	display: flex;
}

.inline-order-footnote {
	display: inline-flex;
}

.order-footnote,
.inline-order-footnote {
	position: relative;
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 40px;
	padding-left: 2.25em;
	font-size: 1.1rem;
	line-height: 1.3;
	color: rgb(119,119,119);
	list-style: none;
	counter-reset: footnote-num;
}

.order-footnote li,
.inline-order-footnote li {
	position: relative;
	margin-bottom: 0.5em;
	display: inline-block;
}

.order-footnote:last-child,
.order-footnote li:last-child,
.inline-order-footnote:last-child,
.inline-order-footnote li:last-child {
	margin-bottom: 0;
}

.order-footnote li:before,
.inline-order-footnote li:before {
	position: absolute;
	right: calc(100% + 3px);
	counter-increment: footnote-num;
	content: "※" counter(footnote-num) ". ";
	white-space: nowrap;
}

.inline-footnote,
.inline-order-footnote {
	padding-left: 0;
}

.inline-footnote li:before,
.inline-order-footnote li:before {
	position: relative;
	right: 0;
}

/* 表 */

.table {
	width: 100%;
}

.table--d-border {
	
}

.table--d-border th,
.table--d-border td {
	padding: 20px 0;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	vertical-align: middle;
}

.table--d-border tr:last-child > * {
	border-bottom: none;
}

/* 分割線 */

.divider {
	border: none;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 30px 0;
}

.divider--dotted {
	border-top: 1px dotted rgba(0,0,0,0.1);
}

.divider--dashed {
	border-top: 1px dashed rgba(0,0,0,0.1);
}

.divider--double {
	border-top: 3px double rgba(0,0,0,0.1);
}

.divider--inherit {
	margin: inherit;
}

.divider--0 {
	margin: 0;
}

.divider--xs {
	margin: 10px 0;
}

.divider--s {
	margin: 20px 0;
}

.divider--r {
	margin: 30px 0;
}

.divider--l {
	margin: 40px 0;
}

.divider--xl {
	margin: 50px 0;
}

.divider--xxl {
	margin: 60px 0;
}

/* image divider */

[class*="img-divider"] {
	border-image-source: url(../images/common/img-border_bk_10px.png);
	border-image-slice: 10;
	border-image-repeat: round;
	border-image-outset: 0;
	margin: 0 auto;
}

.img-divider {
	border-image-width: 5px 0 0 0;
	height: 5px;
}

.img-divider--double {
	border-image-width: 5px 0;
	height: 10px;
}

/*
hr {
	margin: 1.5em 0;
}

[class*="img-divider"] {
	border-image-source: url(/asset/images/common/img-border_bk_10px.png);
	border-image-slice: 32;
	border-image-repeat: round;
	border-image-outset: 0;
	
}
.img-divider {
	border-image-width: 16px 0 0 0;
	height: 16px;
}
.img-divider--s {
	border-image-width: 8px 0 0 0;
	height: 8px;
}
.img-divider--xs {
	border-image-width: 2px 0 0 0;
	height: 2px;
}
*/

/* base,layout --------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 700;
	font-size: 1.4rem;
	color: rgba(0,0,0,1);
	box-sizing: border-box;
}

.main {
	
}

.c-section {
	margin-bottom: 60px;
}

.c-section--sub {
	margin-bottom: 60px;
}

.c-section--primary {
	margin-bottom: 60px;
}

.c-section--secondary {
	margin-bottom: 60px;
}

.c-section--media {
	margin-bottom: 60px;
}

.c-section--0 {
	margin-bottom: 0 !important;
}

.c-section--xs {
	margin-bottom: 10px;
}

.c-section--s {
	margin-bottom: 20px;
}

.c-section--m {
	margin-bottom: 30px;
}

.c-section--ml {
	margin-bottom: 40px;
}

.c-section--l {
	margin-bottom: 80px;
}

.c-section--xl {
	margin-bottom: 100px;
}

.c-section > *:last-child,
.c-section--sub > *:last-child,
.c-section--primary > *:last-child,
.c-section--secondary > *:last-child,
.c-section--media > *:last-child {
	margin-bottom: 0;
}

/* type : border */

.c-section--border {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
}

/* type : card */

.c-section--card {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05);
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

.c-section--card--m {
	box-shadow: 0 5px 15px rgba(0,0,0,0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

.c-section--card--l {
	box-shadow: 0 14px 25px rgba(0,0,0,0.12), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

.c-section--card--xl {
	box-shadow: 0 28px 50px rgba(0,0,0,0.12), 0 1px 4px rgba(0, 0, 0, 0.05);
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

/* option : padding */

.c-padding--xs {
	padding: 5px;
	box-sizing: border-box;
}

.c-padding--s {
	padding: 10px;
	box-sizing: border-box;
}

.c-padding--m {
	padding: 20px;
	box-sizing: border-box;
}

.c-padding--l {
	padding: 30px;
	box-sizing: border-box;
}

.c-padding--xl {
	padding: 40px;
	box-sizing: border-box;
}

.c-padding--xxl {
	padding: 50px;
	box-sizing: border-box;
}

.c-padding-remove {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* grid layout --------------------------------------------- */

.l-block {
	display: flex;
	margin: 0 auto 0 -40px;
	padding: 0;
	list-style: none;
}

.l-block > * {
	flex-basis: 100%;
	margin: 0 0 0 40px;
}

.l-block > *:last-child {
	margin-bottom: 0;
}

.l-block > * > *:last-child {
	margin-bottom: 0;
}

/* 画像メインのカラム */
.l-block .lb-item--img {
	
}
.l-block .lb-item--img img {
	width: 100%;
}

/* margin */

.l-block-m--small {
	margin-left: -20px;
}
.l-block-m--small > * {
	margin: 0 0 0 20px;
}

.l-block-m--medium {
	margin-left: -40px;
}
.l-block-m--medium > * {
	margin: 0 0 0 40px;
}

.l-block-m--large {
	margin-left: -60px;
}
.l-block-m--large > * {
	margin: 0 0 0 60px;
}

.l-block-m--collapse {
	margin-left: 0;
}
.l-block-m--collapse > * {
	margin: 0;
}

/* 幅指定 */

.l-block             .lb-w--10p { flex-basis: calc(10% - 40px); }
.l-block-m--collapse .lb-w--10p { flex-basis: 10%; }
.l-block-m--small    .lb-w--10p { flex-basis: calc(10% - 20px); }
.l-block-m--medium   .lb-w--10p { flex-basis: calc(10% - 40px); }
.l-block-m--large    .lb-w--10p { flex-basis: calc(10% - 60px); }

.l-block             .lb-w--20p { flex-basis: calc(20% - 40px); }
.l-block-m--collapse .lb-w--20p { flex-basis: 20%; }
.l-block-m--small    .lb-w--20p { flex-basis: calc(20% - 20px); }
.l-block-m--medium   .lb-w--20p { flex-basis: calc(20% - 40px); }
.l-block-m--large    .lb-w--20p { flex-basis: calc(20% - 60px); }

.l-block             .lb-w--30p { flex-basis: calc(30% - 40px); }
.l-block-m--collapse .lb-w--30p { flex-basis: 30%; }
.l-block-m--small    .lb-w--30p { flex-basis: calc(30% - 20px); }
.l-block-m--medium   .lb-w--30p { flex-basis: calc(30% - 40px); }
.l-block-m--large    .lb-w--30p { flex-basis: calc(30% - 60px); }

.l-block             .lb-w--40p { flex-basis: calc(40% - 40px); }
.l-block-m--collapse .lb-w--40p { flex-basis: 40%; }
.l-block-m--small    .lb-w--40p { flex-basis: calc(40% - 20px); }
.l-block-m--medium   .lb-w--40p { flex-basis: calc(40% - 40px); }
.l-block-m--large    .lb-w--40p { flex-basis: calc(40% - 60px); }

.l-block             .lb-w--50p { flex-basis: calc(50% - 40px); }
.l-block-m--collapse .lb-w--50p { flex-basis: 50%; }
.l-block-m--small    .lb-w--50p { flex-basis: calc(50% - 20px); }
.l-block-m--medium   .lb-w--50p { flex-basis: calc(50% - 40px); }
.l-block-m--large    .lb-w--50p { flex-basis: calc(50% - 60px); }

.l-block             .lb-w--60p { flex-basis: calc(60% - 40px); }
.l-block-m--collapse .lb-w--60p { flex-basis: 60%; }
.l-block-m--small    .lb-w--60p { flex-basis: calc(60% - 20px); }
.l-block-m--medium   .lb-w--60p { flex-basis: calc(60% - 40px); }
.l-block-m--large    .lb-w--60p { flex-basis: calc(60% - 60px); }

.l-block             .lb-w--70p { flex-basis: calc(70% - 40px); }
.l-block-m--collapse .lb-w--70p { flex-basis: 70%; }
.l-block-m--small    .lb-w--70p { flex-basis: calc(70% - 20px); }
.l-block-m--medium   .lb-w--70p { flex-basis: calc(70% - 40px); }
.l-block-m--large    .lb-w--70p { flex-basis: calc(70% - 60px); }

.l-block             .lb-w--80p { flex-basis: calc(80% - 40px); }
.l-block-m--collapse .lb-w--80p { flex-basis: 80%; }
.l-block-m--small    .lb-w--80p { flex-basis: calc(80% - 20px); }
.l-block-m--medium   .lb-w--80p { flex-basis: calc(80% - 40px); }
.l-block-m--large    .lb-w--80p { flex-basis: calc(80% - 60px); }

.l-block             .lb-w--90p { flex-basis: calc(90% - 40px); }
.l-block-m--collapse .lb-w--90p { flex-basis: 90%; }
.l-block-m--small    .lb-w--90p { flex-basis: calc(90% - 20px); }
.l-block-m--medium   .lb-w--90p { flex-basis: calc(90% - 40px); }
.l-block-m--large    .lb-w--90p { flex-basis: calc(90% - 60px); }

.l-block             .lb-w--100p { flex-basis: calc(100% - 40px); }
.l-block-m--collapse .lb-w--100p { flex-basis: 100%; }
.l-block-m--small    .lb-w--100p { flex-basis: calc(100% - 20px); }
.l-block-m--medium   .lb-w--100p { flex-basis: calc(100% - 40px); }
.l-block-m--large    .lb-w--100p { flex-basis: calc(100% - 60px); }

/* ============================================================================================== */
/* Layout - global                                                                                */
/* ============================================================================================== */

/* global footer */

#global-footer {
	border-top: 5px solid;
	position: relative;
}

#global-footer .notice p {
	font-size: 1.0rem;
	color: rgba(0,0,0,0.7);
	line-height: 1.8;
}

#global-footer .copy {
	font-size: 1.0rem;
	color: rgba(0,0,0,0.7);
	margin-top: 15px;
	display: block;
}

.g-footer-inner .w-state--reg {
	position: relative;
}

.g-footer-inner .w-state--reg:before {
	width: 67px;
	height: 70px;
	background-image: url(../images/common/img-deco2.png);
	top: -60px;
	left: -20px;
}

/* copyright */

#global-footer aside {
	padding: 40px 0;
	/*border-top: 1px solid rgba(0,0,0,0.1);*/
	position: relative !important;
}

/* ----- */

.g-footer-inner .w-state--reg:before,
#global-footer aside:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 180;
}

.g-footer .img-divider {
	height: 0;
	opacity: 0.1;
}

#global-footer aside:after {
	width: 38px;
	height: 70px;
	background-image: url(../images/common/img-deco3.png);
	right: 0;
	bottom: 30px;
}

#global-footer .g-logo__link {
	margin-bottom: 10px;
}

#global-footer .g-logo__txt {
	font-size: 1.4rem;
	display: block;
	line-height: 1.4;
}

#global-footer .g-logo__txt-sub {
	font-size: 1.0rem;
	display: block;
}

.g-footer-logo {
	margin-bottom: 8px;
}

.g-footer-info {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.7);
	/*margin-bottom: 3px;*/
	line-height: 1.6;
}

/* footer 電話番号 */

.tel__list li {
	display: block;
	white-space: nowrap;
}

.call.tel-num {
	font-size: 2.5rem;
	font-weight: 600;
	color: #000 !important;
	margin-bottom: 0;
	line-height: 1.4;
}

.call.tel-num svg {
	margin-right: 2px;
}

/* ----- */

.g-footer-inner {
	position: relative;
}

.g-footer-contents {
	margin: 35px 0;
	position: relative;
	z-index: 200;
}

.footer__link,
.footer__link-related {
	margin: 20px 0;
}

.g-footer__list {
	font-size: 0
}

.g-footer__item {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
}

.g-footer__item a {
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
}

/* フッターメニュー */
.footer__link .g-footer__item {
	margin-right: 15px;
}

/* フッター 採用サイトバナー */
.g-footer__bnr {
	max-width: calc(100% - 10px);
	width: 280px;
	margin-top: 10px;
}

/* フッター 関連サイト */

.footer__link-related .g-footer__item {
	margin-bottom: 0;
}

.footer__link-related .g-footer__list {
	overflow: hidden;
	width: 100%;
}

.footer__link-related .g-footer__item {
	display: inline-block;
	margin-right: 20px;
}

.footer__link-related .g-footer__item img {
	filter: grayscale(100%);
	opacity: 0.7;
	height: 40px;
	width: auto;
}

/* utility */

.util-right-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	display: none;
}

.util-wrap.border {
	-webkit-border-image-width: 0;
	border-image-width: 0;
	width: calc(100% - 40px);
	display: none;
}

.util__list {
	margin-bottom: 12px;
}

.ulil__item.g-vacancy .util__link {
	padding: 8px 26px;
	line-height: 1;
	text-align: center;
	font-size: 1.0rem;
	border: 3px solid;
	border-image-source: url(../images/common/img-border_bk_5px.png);
	border-image-slice: 12;
	border-image-repeat: repeat;
	border-image-outset: 0.7px;
	border-image-width: 4px;
	border-style: solid;
	border-width: 4px;
	background-color: #000 !important;
}

.ulil__item.g-vacancy .util__link:hover {
	background-color: transparent !important;
	color: #000 !important;
}

.util__link.txt__link {
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 700;
}

/* IE only */

html.msie .ulil__item.g-vacancy .util__link {
	display: -ms-grid !important;
}

/* topic path */

.topic-path p {
	display: block;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.5;
}

.topic-path a {
	text-decoration: none;
}

/* section */

.section__header-inner {
	padding: 45px 0;
}

/* ----- */

.section-frame {
	position: relative;
	width: 100%;
	/*border-image-source: url(../images/common/img-border_wt_10px.png);
	border-image-slice: 14;
	border-image-repeat: repeat;
	border-image-outset: 0;
	border-image-width: 8px;
	border-style: solid;
	border-width: 5px;
	background-color: #000;*/
}

.section-frame:after {
	border-image-source: url(../images/common/img-border_wt_10px.png);
	border-image-slice: 14;
	border-image-repeat: repeat;
	border-image-outset: 1px;
	border-image-width: 8px;
	border-style: solid;
	border-width: 8px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	height: 100%;
	pointer-events: none;
	line-height: 0;
	box-sizing: border-box;
}

/* safari, iphone only  */

/*html.safari .section-frame:after,
html.iphone .section-frame:after {
	border-image: unset;
}*/

/* ----- */

.information-headline {
	position: relative;
	z-index: 400;
}

.information__ttl-wrap {
	color: #fff;
	margin: 0 auto;
}

.information-rel__item.btn {
	background-color: #FFF;
	color: rgba(0,0,0,0.8);
}

.pickup__list,
.enjoy__list {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	z-index: 100;
	font-size: 0;
	opacity: 1 !important;
	margin-bottom: 20px;
}

.pickup__list .information-rel__item a {
	padding: 20px 20px 0;
	height: 100%;
}

/* safari only */

html.safari .pickup__list .information-rel__item a {
	height: auto;
}

/* ----- */

.pickup__list .information-rel__item a {
	padding: 0;
	align-items: stretch;
	position: relative;
}

.information-rel__body .information-rel__ttl {
	font-size: 1.3rem;
	line-height: 1.3;
	display: block;
	margin-bottom: 8px;
}

.information-rel__body .information-rel__txt {
	font-size: 1.2rem;
	display: block;
}

.pickup__list .information-rel__txt {
	overflow: hidden;
}

.pickup__list .information-rel__ttl {
	font-size: 1.6rem;
}

.event__list .information-rel__txt,
.campaign__list .information-rel__txt {
	overflow: hidden;
}

.event__list .information-rel__txt,
.campaign__list .information-rel__txt {
	margin: 0 auto 0.4em;
}

.information-rel__more {
	text-align: right;
	padding: 12px 0;
	font-size: 1.1rem;
	font-weight: 700;
	border-top: 1px solid rgba(0,0,0,0.1);
	line-height: 1;
	color: #777777;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.information-rel__more span {
	margin-right: 10px;
}

.negative-wrap {
	margin: -43px auto 0;
}

.pickup__list .information-rel__body {
	display: block;
	position: relative;
	z-index: 400;
}

.information-rel__img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 100;
}

/* mask */

.img-mask {
	-webkit-mask-image: url(../images/common/img-mask.png);
	mask-image: url(../images/common/img-mask.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

/* Firefox only */

html.firefox .img-mask {
	mask-image: none;
}

html.firefox .pickup__list .information-rel__img {
	mask-image: none;
}

/* ----- */

.pickup__list .information-rel__img {
	border-radius: 3px 3px 0 0;
}

.pickup__list .information-rel__img figure {
	border-radius: 3px 3px 0 0;
}

.information-rel__img:before {
	content: "";
	display: block;
}

.information-rel__item .information-rel__img figure {
	line-height: 0;
	font-size: 0;
	position: relative;
	width: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease; 
	border-radius: 3px;
}

.information-rel__item a .information-rel__img figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 2;
	line-height: 0;
	font-size: 0;
	opacity: 0;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	background-color: rgba(0,0,0,0.1);
	background-attachment: scroll;
	background-image: linear-gradient(25deg, rgba(195, 113, 0, 0.2), rgb(0, 0, 0) 75%),url(../images/common/kv_layer_overlay.gif);
	background-image: url(../images/common/kv_layer_overlay.gif);
	background-size: 100%;
	mix-blend-mode: darken;
}

/* iphone only  */

html.iphone .information-rel__item a .information-rel__img figure:before {
	display: none;
}

/* Chrome, Safari only */

html.chrome .information-rel__item a .information-rel__img figure:before,
html.safari .information-rel__item a .information-rel__img figure:before {
	transition: none;
}

/* IE, Edge only */

html.msie .information-rel__item a:hover .information-rel__img figure:before,
html.edge .information-rel__item a:hover .information-rel__img figure:before {
	opacity: 0.4;
}

/* ----- */

.pickup__list .information-rel__img figure,
.enjoy__list .information-rel__img figure {
	position: relative;
	overflow: hidden;
}

.pickup__list .information-rel__img figure:after,
.enjoy__list .information-rel__img figure:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 62%;
}

.information-rel__img figure img {
	display: block;
	width: 100%;
}

.pickup__list .information-rel__img figure img,
.enjoy__list .information-rel__img figure img,
.information-rel-writer__img figure img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.object-fit .pickup__list .information-rel__img figure img,
.object-fit .enjoy__list .information-rel__img figure img {
	-webkit-object-fit: cover;
	object-fit: cover;
	-webkit-object-position: 50% 50%;
	object-position: 50% 50%;
	height: 100%;
}

/* tanoshimu wtiter img */

.information__list .information-rel-writer__img {
	width: 34px;
	height: 34px;
	display: block;
	position: relative;
	z-index: 100;
	margin-right: 10px;
}

.information__list .information-rel-writer__img figure {
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 34px;
	max-height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50px;
}

.information-rel-writer__img figure img {
	display: block;
	height: 100%;
	min-height: 34px;
}

.object-fit .information-rel-writer__img figure img {
	-webkit-object-fit: cover;
	object-fit: cover;
	-webkit-object-position: 50% 50%;
	object-position: 50% 50%;
	min-height: 34px;
}

.no-object-fit .information-rel-writer__img figure img {
	height: auto;
}

/* oyado omise list */

.oyado .pickup__list .information-rel__img figure,
.omise .pickup__list .information-rel__img figure {
	background-color: rgba(0,0,0,0.03);
}

.information-rel-write__date {
	font-size: 1.0rem;
	color: rgba(0,0,0,1);
	margin-top: 25px;
	display: block;
	line-height: 1;
	letter-spacing: -0.001rem;
}

.information-rel__body {
	text-align: left;
	width: calc(100% - 40px);
	margin: 0 auto;
	line-height: 1.6;
}

.information__ttl-sub-wrap {
	margin: 0 auto 18px;
}

.section__ttl {
	font-size: 1.4rem;
}

.section__ttl .heading__icn {
	width: 20px;
	margin-right: 8px;
	line-height: 0;
	display: inline-block;
}

.cat-enjoy__list {
	overflow: hidden;
}

.cat-enjoy__list .section-cat__item {
	display: inline-block;
	margin-right: 10px;
}

/* ----- */

.enjoy__list .information-rel__txt-wrap {
	position: relative;
}

/* oyado, kushitsu */

.plan-detail__detail-list {
	background-color: transparent;
	padding: 0;
	margin-bottom: 10px;
}

.plan-detail__detail-list .i_svg {
	margin-right: 8px;
}

.plan-detail__detail-list li {
	font-size: 1.2rem;
	padding: 10px 0;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

.plan-detail__detail-list li:first-child {
	padding-top: 0;
}

.plan-detail__detail-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.plan-detail__detail-list__item dl {
	overflow: hidden;
	width: 100%;
}

.detail__item-head {
	display: inline-block;
	/*min-width: 120px;*/
	white-space: nowrap;
	margin-right: 5px;
}

.detail__item-content {
	/*float: right;*/
	display: inline-block;
}

/* ----- */

.oyado-footer {
	padding-top: 10px;
}

.oyado-footer__btn {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.oyado-footer__btn .btn {
	border-image-source: url(../images/common/img-border_bk_10px.png);
	border-image-slice: 10;
	border-image-repeat: repeat;
	border-image-outset: 2px;
	border-image-width: 3px;
	border-style: solid;
	border-width: 3px;
	/*border-color: transparent;*/
	border-radius: 0;
	background-color: rgba(0,0,0,0.85);
	transition: 0.2s ease;
	color: #fff !important;
}

/* ----- */

.oyado-footer__btn .btn:hover {
	background-color: #000 !important;
}

.oyado-footer-info-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.oyado-footer-info-inner {
	width: 100%;
	display: block;
}

.oyado-footer-info__list {
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
}

.oyado-footer-name {
	margin-bottom: 6px;
	display: block;
	width: 100%;
	text-align: left !important;
	font-size: 1.3rem;
}

.oyado-footer-info__item {
	font-size: 1.1rem;
}

.oyado-footer-info__item dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.oyado-footer-info__item dt {
	margin-right: 10px;
}

/* border */

.border {
	width: 100%;
	height: 100%;
}

[class*="border"] {
	border-image-source: url(/asset/images/common/img-border_bk_10px.png);
	border-image-slice: 30;
	border-image-repeat: round;
	border-image-outset: 0;
	border-style: solid;
	border-width: 3px;
}

.border {
	-webkit-border-image-width: 16px 0 0 0;
	border-image-width: 16px 0 0 0;
}

.border--s {
	-webkit-border-image-width: 8px 0 0 0;
	border-image-width: 8px 0 0 0;
}

.border--xs {
	-webkit-border-image-width: 2px 0 0 0;
	border-image-width: 2px 0 0 0;
}

.section__header:after {
	/*border-image-outset: 0.8px 0.5px 1.5px;*/
	border-image-outset: 5px 1px 4px;
}

/* Webkit only */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sub-contents.border {
		border-top: 1px solid;
	}
}

/* ----- */

hr {
	margin: 1.5em 0;
}

/* modal */

.uk-modal-title {
	font-weight: 700;
}

.mdl-wrap {
	height: 100%;
}

.uk-modal-dialog {
	width: 800px;
	pointer-events: auto;
	/*padding: 0 !important;
	height: 100%;*/
	overflow-y: hidden;
}

/* modal close */

.mdl-toggle {
	display: inline-block;
	float: right;
	margin: 10px 30px 0;
}

.mdl-toggle svg {
	margin: 0;
}

/* iframe */

iframe {
	clear: both;
}

/* 特典用モーダル */

.tokuten_modal .uk-modal-body {
	padding: 0;
	height: 100%;
}

.tokuten_modal .mdl-wrap {
	background-color: #faf9f6;
}

.tokuten_modal iframe {
	height: 100%;
}

/* お宿 important text 包括 */

.plan-sub-info-wrap {
	width: 100%;
}

.plan-sub-info {
	display: inline-block;
	margin-right: 3px;
}

/* お宿 important text（部屋数限定表示等） */

.important-txt {
	color: #f25c47;
	line-height: 1.4;
	margin-right: 12px;
	font-size: 1.2rem !important;
	display: inline-block;
}

.important-txt strong {
	color: inherit;
}

.important-txt.tokuten-mdl {
	line-height: 1;
	color: #766d52;
}

.important-txt .i-svg {
	margin-right: 6px !important;
}

/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */
/* iPhone 6 over */

@media screen and (min-width: 374px) {

	.section__ttl {
		font-size: 1.6rem;
	}

	#g-nav {
		width: 60%;
	}

	/* footer nav tel */

	.g-footer-info {
		display: flex;
		align-items: center;
	}

	.g-footer-info .call.tel-num {
		margin-right: 10px;
	}

}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                        */

@media screen and (min-width: 541px) {

	/* global navigation */

	#g-nav {
		max-width: 300px;
	}

	.g-nav-sub__list .g-nav__item a {
		font-size: 1.1rem;
	}

	.ulil__item.g-vacancy .util__link {
		font-size: 1.1rem;
	}

	.section__ttl {
		font-size: 1.8rem;
	}

	.pickup__list {
		width: calc(100% - 40px);
		margin-bottom: 0;
	}

	/* ----- */

	.oyado-footer .oyado-intro__data {
		margin: 0 auto;
	}

	.oyado-intro__data {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.oyado-footer-info__item dl {
		display: block;
	}

	.oyado-intro__data li {
		margin: 0 30px 10px 0;
		text-align: left;
	}

	.oyado-intro__data li dt {
		display: block;
		margin-right: 0;
	}

	.oyado-intro__data li dd {
		display: block;
	}

	.section__ttl .heading__icn {
		width: 25px;
	}

}

/* ---------------------------------------------------------------------------------------------- */
/* iPad (768px)                                                                                   */

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

	h1,h2,h3,h4,h5,h6 {
		font-size: 1.5rem;
	}

	/*.nav-section .g-nav__list,
	.nav-section .g-nav-sub__list {
		width: calc(100% - 80px);
	}*/

	.information-rel__body .information-rel__ttl {
		font-size: 1.8rem;
	}

	.event__list-wrap .information-rel__ttl,
	.campaign__list-wrap .information-rel__ttl,
	.enjoy__list-wrap .information-rel__ttl {
		font-size: 1.4rem;
	}

	.cat-enjoy__list .section-cat__item {
		margin-right: 20px;
	}

	/* oyado, kushitsu */

	.plan-detail__detail-list {
		margin-bottom: 20px;
		padding: 0 0 0 25px;
	}

	/* important text */

	.important-txt {
		font-size: 1.3rem !important;
	}

	/* footer nav tel */

	.g-footer-info {
		display: block;
	}

	.g-footer-info .call.tel-num {
		margin-right: 0;
	}

}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1025px) {

	body {
		padding: 5px;
	}

	/*body:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		border-image-source: url(../images/common/img-border_bk_30px.png);
		border-image-slice: 24;
		border-image-repeat: repeat;
		border-image-outset: 0;
		border-image-width: 4px;
		border-style: solid;
		border-width: 4px;
		pointer-events: none;
		z-index: 1100;
	}*/

	h1,h2,h3,h4,h5,h6 {
		font-size: 1.6rem;
	}

	main {
		font-size: 1.4rem;
	}

	.all-wrap-inner {
		padding: 0;
		position: relative;
		z-index: 1000;
	}

	/* global navigation overlay */

	.overlay {
		display: none;
	}

	/* loading */

	.loading:after {
		left: 160px;
		width: 120px;
		height: 120px;
	}

	.plan-detail__detail-list {
		padding: 10px 0 0 25px;
	}

	/* global nav */

	.nav-section .g-nav__list,
	.nav-section .g-nav-sub__list {
		width: auto;
	}

	#global-header .nav-inner {
		margin-bottom: 30px;
		height: auto;
	}

	#global-header .nav-inner:after {
		border: 0;
		border-image-width: 0;
	}

	.g-nav__list .g-nav__item {
		margin-bottom: 2px;
	}

	.nav-section-sub__title {
		font-size: 1.1rem;
		padding: 0 3px;
	}

	/* topic path */

	.topic-path {
		margin-right: 20px;
	}

	.topic-path p {
		padding: 0;
		font-size: 1.2rem;
	}

	/* ----- */

	.inner-wrap {
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.inner-wrap.border {
		-moz-border-image-width: 16px;
		-webkit-border-image-width: 16px;
		border-image-width: 16px;
		border-width: 3px;
	}

	#nav__btn {
		display: none;
	}

	.nav-section {
		padding: 12px;
	}

	/* Chrome only */

	html.chrome .nav-section {
		padding: 10px;
	}

	/* ----- */

	.all-wrap {
		overflow: visible;
		position: relative;
		padding: 10px;
	}

	.all-wrap:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-image-source: url(../images/common/img-border_bk_30px.png);
		border-image-slice: 14;
		border-image-repeat: repeat;
		border-image-outset: 0;
		border-image-width: 8px;
		border-style: solid;
		border-width: 8px;
		border-color: #000;
		pointer-events: none;
		z-index: 1100;
	}

	/* Chrome, IE only */

	html.chrome .all-wrap {
		border-image-source: url(../images/common/img-border_bk_30px.png);
		border-image-slice: 14;
		border-image-repeat: repeat;
		border-image-outset: 0;
		border-image-width: 8px;
		border-style: solid;
		border-width: 8px;
		border-color: #000;
		padding: 5px;
	}

	html.chrome .all-wrap:before {
		display: none;
	}

	/* ----- */

	.child .main-wrap {
		margin-bottom: 80px;
	}

	.main-contents-wrap {
		width: calc(100% - 160px);
		margin-top: 0;
	}

	.main-contents-wrap.border {
		border-image-width: 10px 10px 0 15px;
		border-width: 5px 3px 0 4px;
	}

	.child .main-contents-wrap {
		margin-top: 0;
	}

	.section__header:after {
		border-image-outset: 1px 1px 1.5px;
	}

	/* global header */

	header#global-header {
		padding: 0;
		width: 160px;
		height: 100%;
		display: inline-block;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		background-color: transparent;
		-moz-border-image-width: 0;
		-webkit-border-image-width: 0;
		border-image-width: 0;
		/*overflow-y: scroll;*/
		-webkit-overflow-scrolling: touch;
		/*-ms-overflow-style:none;
		overflow: -moz-scrollbars-none;*/
		overflow: visible;
	}

	header#global-header:after {
		display: none;
	}

	/* IE only */

	html.msie header#global-header {
		position: relative;
	}

	/* ----- */

	header#global-header.section-frame:before {
		display: none;
	}

	/*header#global-header::-webkit-scrollbar {
		display:none;
	}*/

	/* global logo */

	header .g-logo {
		border-image-source: url(../images/common/img-border_bk_10px.png);
		border-image-slice: 30;
		border-image-repeat: repeat;
		border-image-outset: 1px;
		-moz-border-image-width: 0 0 16px;
		-webkit-border-image-width: 0 0 16px;
		border-image-width: 0 0 16px;
		width: calc(100% - 2px);
		margin: 0 2px;
	}

	/* safari only */

	html.safari header .g-logo {
		width: 100%;
		margin: 0 auto;
	}

	header .g-logo__link {
		background-color: #000;
		/*width: 161px;
		height: 160px;*/
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		border-bottom: 0;
		padding: 5px;
	}

	.g-logo__img-wrap {
		/*width: 125px;*/
		width: 100%;
	}

	.g-header-inner .g-logo__img {
		display: block;
	}

	.g-logo-sp__img {
		display: none;
	}

	.header-scroll-wrap {
		width: 100% !important;
		display: inline-block;
		overflow: visible;
		/*overflow-y: scroll;*/
		overflow-x: hidden;
		height: 100%;
	}

	/* global navigation */

	#g-nav-wrap.w-state--reg {
		width: 100% !important;
	}

	#g-nav {
		opacity: 1;
		width: 100%;
		min-width: auto;
		display: block;
		position: relative;
		top: 0;
		right: auto;
		height: calc(100vh - 158px);
		background-color: transparent;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		padding: 0;
		overflow-y: auto;
		/*-ms-overflow-style: none;*/
	}

	/* IE only */

	html.msie #g-nav {
		overflow-y: visible;
		height: 100%;
	}

	/* ----- */

	/*.g-nav::-webkit-scrollbar {
		display: none;
	}*/

	.g-nav__list .g-nav__item .g-nav__anchor {
		font-size: 1.3rem;
		line-height: 1.2;
		width: 100%;
	}

	.g-nav__list .g-nav__item .g-nav__anchor[target="_blank"] {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.g-nav__list .g-nav__item .g-nav__anchor[target="_blank"] svg.i-svg--s {
		width: 24px !important;
		height: 24px !important;
		margin-right: 0;
	}

	.g-nav__item .g-nav__anchor,
	.util__list .util__item .txt__link {
		padding: 5px 2px;
		border-image-slice: 12;
		border-image-repeat: repeat;
		border-image-outset: 1px;
		border-image-width: 4px;
		border-style: solid;
		border-color: transparent;
		border-width: 1px;
	}

	/* Windows Chrome only */

	html.windows.chrome .g-nav__item .g-nav__anchor,
	html.windows.chrome .util__list .util__item .txt__link {
		border-width: 0;
	}

	/* safari only */

	html.safari .g-nav__item .g-nav__anchor,
	html.safari .util__list .util__item .txt__link {
		border-color: transparent
	}

	/* ----- */

	.nav-attention.g-nav__item a {
		font-size: 1.08rem !important;
	}

	/* ----- */

	#g-nav .pc-hidden {
		display: none;
	}

	.g-nav-sub__list .g-nav__item .g-nav__anchor {
		width: 100%;
	}

	.g-nav-sub__list .g-nav__item a {
		padding: 4px 3px;
	}

	/* nav attention（ご意見・お問い合わせ） */

	/*.nav-attention.g-nav__item a {
		color: rgba(0,0,0,1) !important;
	}*/

	/*.nav-attention svg {
		display: none;
	}*/

	/* utility */

	.util-right-wrap {
		display: -webkit-flex;
		display: flex;
	}

	.util-wrap.border {
		display: block;
		margin: 0 auto 0 0;
		z-index: 450;
		background-color: #faf9f6;
		text-align: right;
		-moz-border-image-width: 0 0 16px;
		-webkit-border-image-width: 0 0 16px;
		border-image-width: 0 0 16px;
		width: 100% !important;
		max-width: none !important;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

	/* Webkit only */

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.util-wrap {
			border-bottom: 5px solid;
		}
	}

	/* ----- */

	.util-inner {
		padding: 10px 20px 15px;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		min-height: 60px;
		z-index: 100;
	}

	/* Firefox only */

	html.firefox .util-inner {
		min-height: 70px;
	}

	/* ----- */

	.util-wrap:after {
		content: "";
		position: absolute;
		left: 5px;
		top: -20px;
		background-image: url(../images/common/img-deco1.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 165px;
		height: 82px;
		z-index: -10;
	}

	/* safari, IE only */

	html.safari .util-wrap:after,
	html.msie .util-wrap:after {
		left: 180px;
		z-index: 1;
	}

	/* ----- */

	.util__list {
		display: inline-block;
		white-space: nowrap;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.util__item {
		display: inline-block;
		margin-right: 15px;
	}

	.util__item:last-child {
		margin-right: 0;
	}

	.util__link.txt__link {
		font-size: 1.1rem;
		line-height: 1.6;
		padding: 4px 10px 4px 8px !important;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		border-radius: 0px;
	}

	.call {
		font-size: 1.3rem;
	}

	/* nav tel */

	.g-nav-sub__list .call {
		font-size: 1.65rem;
		font-weight: 600;
		margin-bottom: 4px;
	}

	/* Safari, Windows only */

	html.windows .g-nav-sub__list .call,
	html.safari .g-nav-sub__list .call {
		font-size: 1.46rem;
	}

	/* main */

	.main-wrap {
		height: auto;
		width: 100%;
		background-color: #faf9f6; 
		text-align: center;
	}

	.main-contents {
		width: 100%;
		display: inline-block;
		text-align: left;
		margin: 0;
	}

	.w-state--wid {
		width: calc(100% - 80px);
	}

	.w-state--reg {
		width: calc(100% - 120px);
	}

	/* IE only */
	/*
	html.msie .w-state--reg {
		width: calc(100% - 60px);
	}
	*/
	/* Edge only */
	/*
	html.edge .w-state--reg {
		width: calc(100% - 60px);
	}
	*/
	/* ----- */

	.child-wrap {
		background-color: #faf9f6; 
	}

	/* section */

	.section__header-inner {
		padding: 60px 0;
	}

	.section__ttl .heading__icn {
		width: 30px;
	}

	/* article */

	.pickup__list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}


	.pickup__list .information-rel__item {
		width: calc((100% / 3) - (60px / 3));
		margin: 0 0 30px 0;
	}

	.pickup__list .information-rel__item:last-child {
		margin-right: 0;
	}

	.information__header .information__ttl-main {
		font-size: 3.2rem;
		margin-bottom: 1.6rem;
	}

	.information__header .information__ttl-sub {
		font-size: 1.3rem;
	}

	.information__ttl-sub {
		font-size: 1.3rem;
	}

	.information-rel__body .information-rel__ttl {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}

	.information-rel__body .information-rel__num {
		font-size: 1.2rem;
	}

	.information-rel-write__date {
		font-size: 1.0rem;
	}

	.pickup__list .information-rel__ttl {
		font-size: 2rem;
		margin: 3px 0 20px;
	}

	.pickup__list .information-rel__txt {
		font-size: 1.3rem;
	}

	.enjoy__list .information-rel__ttl,
	.event__list-wrap .information-rel__ttl {
		font-size: 1.5rem;
	}

	.event__list .information-rel__ttl {
		margin-bottom: 12px;
		letter-spacing: -0.02rem;
	}

	.event__list .information-rel__date {
		font-size: 1.1rem;
	}

	/* IE, Edge only */

	html.msie .event__list .information-rel__date .i-svg,
	html.edge .event__list .information-rel__date .i-svg {
		display: none;
	}

	/* oyado, kushitsu */

	.oyado-footer .oyado-intro__data {
		margin: 0 auto;
	}

	.oyado-footer .oyado-intro__data li {
		margin-bottom: 0;
	}

	.plan-detail__detail-list {
		margin-bottom: 40px;
	}

	.oyado-footer-info__item dt {
		margin-right: 0;
	}

	/* Edge only */

	/*html.edge .pickup__list .information-rel__item {
		margin: 0 30px 0 0;
	}*/

	/* modal */

	.uk-modal-body {
		/*padding: 20px 40px 30px;*/
	}

	.mdl-toggle {
		margin: 15px 40px 0;
	}

	/* 黒川温泉を五感で楽しむ category */

	.cat-enjoy__list .section-cat__item {
		margin-right: 15px;
	}

	.p--underline {
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}

	/* footer */

	footer {
		width: 100%;
		height: auto !important;
	}

	#global-footer .g-logo__img-wrap {
		width: 100px;
	}

	#global-footer .copy {
		text-align: right;
		margin-top: 0;
	}

	#global-footer .notice p {
		font-size: 1.1rem;
	}

	.footer__link .g-footer__item {
		margin: 0 20px 15px 0;
	}

	.footer__link-related .g-footer__item {
		margin: 0 30px 5px 0;
	}

	.g-footer-contents {
		margin: 50px 20px 40px 0 !important;
		display: inline-block;
		vertical-align: top;
		width: calc((100% / 3) - 3px);
		padding: 10px 0 10px 30px;
		border-left: 1px solid rgba(0,0,0,0.1);
	}

	.g-footer-contents:first-child {
		padding-left: 0;
		border-left: 0 !important;
	}

	.footer__link-related {
		padding-top: 0;
		margin-right: 0;
	}

	.g-footer-inner {
		display: -webkit-flex;
		display: flex;
	}

	.g-footer-inner .w-state--reg {
		display: -webkit-flex;
		display: flex;
	}

	.g-footer-inner .w-state--reg:before {
		top: 0px;
		left: -75px;
	}

	#global-footer aside {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}

	#global-footer aside:after {
		right: 0px;
		bottom: 65px;
	}

	/* hover */

	.g-nav__item .g-nav__anchor:hover,
	.util__list .util__item .txt__link:hover,
	.util__item.g-vacancy .util__link:hover {
		background-color: #000;
		color: #fff;
		border-image-source: url(../images/common/img-border_bk_5px.png);
	}

	.g-nav__item .g-nav__anchor:hover svg,
	.util__item.g-vacancy .util__link:hover svg {
		fill: #fff;
	}

	a:hover .p--underline {
		border-bottom: 2px solid transparent;
	}

	.information-rel__item a:hover .information-rel__img figure:before {
		opacity: 0.1;
	}

	.footer__link-related .g-footer__item img {
		height: 35px;
	}

}

@media screen and (min-width: 1280px) {

	.w-state--reg {
		width: calc(100% - 150px);
	}

	/* IE only */

	/*html.msie .w-state--reg {
		width: calc(100% - 60px);
	}*/

	/* Edge only */

	/*html.edge .w-state--reg {
		width: calc(100% - 60px);
	}*/

	.pickup__list .information-rel__item {
		width: calc((100% / 3) - (80px / 3));
		max-width: 300px;
		margin: 0 0 40px 0;
	}

	.plan-detail__detail-list li {
		font-size: 1.3rem;
	}

	/* footer */

	.g-footer .w-state--reg {
		max-width: initial;
	}

	/* footer nav tel */

	.g-footer-contents {
		margin: 65px 20px 50px 0 !important;
	}

}

@media screen and (min-width: 1441px) {

	/* plan */

	.plan-detail__detail-list li {
		padding: 15px 0;
	}

	/* footer */

	#global-footer .g-logo__txt br {
		display: none;
	}

	.g-logo__txt-sub {
		display: inline-block !important;
	}

	.g-footer-info {
		display: flex;
		align-items: center;
	}

	.g-footer-info .fax-num {
		font-size: 1.3rem;
	}

	.g-footer-info .call.tel-num {
		margin-right: 10px;
	}

}


/* 画像貼り付けバナー（pc／sp切り替え） */

.img__anchor-wrap {
	margin: 15px auto;
	line-height: 0;
}

.img__anchor {
	position: relative;
}

.img__anchor:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 2;
	line-height: 0;
	font-size: 0;
	opacity: 0;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	background-color: rgba(0,0,0,0.1);
	background-attachment: scroll;
	background-image: linear-gradient(25deg, rgba(195, 113, 0, 0.2), rgb(0, 0, 0) 75%),url(../images/common/kv_layer_overlay.gif);
	background-image: url(../images/common/kv_layer_overlay.gif);
	background-size: auto;
	mix-blend-mode: darken;
}

.img__anchor:hover:before {
	opacity: 0.1;
}

/* PC、SP 画像切り替え */

.img--sp {
	display: block;
}

.img--pc {
	display: none;
}

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

	.img__anchor-wrap {
		margin: 20px auto;
	}

	.img--sp {
		display: none;
	}

	.img--pc {
		display: block;
	}

}



