@charset "utf-8";
/* CSS Document */

#second_contents{
	
}

/* ページタイトル
-----------------------------------------*/
#pagetitle{
	position: relative;
	width: 100%;
}
#pagetitle div{
	width: calc(100% - 100px);
	margin-left: 100px;
    background: url(../images/bg_pagetitle.jpg) no-repeat top center;
	background-size: cover;
    padding: 150px 0;
}
#pagetitle h2{
	font-size: 1.8rem;
	font-weight: bold;
}
#pagetitle h2 span{
	display: block;
	font-size: 5rem;
	margin-bottom: 15px;
	
}
@media screen and (min-width:768px) {
#pagetitle h2{
	position: absolute;
	top: 50%;
	left: 180px;
	transform: translateY(-50%);
}
}
@media screen and (max-width:767px) {
#pagetitle div{
	width: 100%;
	margin-left: 0;
    font-size: 2.4rem;
    padding: 60px 0;
}
#pagetitle h2{
	font-size: 1.5rem;
	left: 20px;
	text-align: center;
}
#pagetitle h2 span{
	font-size: 3.8rem;
	
}
}



/* セカンドページ共通
-----------------------------------------*/
#contents_frame{
    max-width: 1280px;
    margin: 0 auto;
	padding: 100px 40px;
}
@media screen and (max-width:767px) {
#contents_frame{
	padding: 60px 20px;
}
}



/*----- ボタン -----*/
.btn_default{
    width: 320px;
    margin: 80px auto 0 auto;
    line-height: 80px;
    border: solid 1px #000;
    text-align: center;
}
.btn_default a{
    position: relative;
    display: block;
    font-size: 1.8rem;
}
.btn_default a::after{
    display: block;
    content: '\f061';
    font: var(--fa-font-solid);
    font-size: 1.2rem;
    color: #fff;
    background: #c9a063;
    padding: 5px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
@media screen and (max-width:767px) {
.btn_default{
    margin: 40px auto 0 auto;
    line-height: 60px;
}
.btn_default a{
    font-size: 1.6rem;
}
}

/*----- テーブル -----*/
#second_contents table{
    width: 100%;
	border-top: solid 1px rgba(0,0,0,.1);
}
@media screen and (min-width:768px) {
#second_contents th,
#second_contents td{
	padding: 20px;
	border-bottom: solid 1px rgba(0,0,0,.1);
}
#second_contents th{
	font-weight: bold;
	width: 280px;
}
}
@media screen and (max-width:767px) {
#second_contents th,
#second_contents td{
    display: block;
}
#second_contents th{
    padding: 10px 0 5px 0;
    font-weight: bold;
}
#second_contents td{
    padding: 0 0 10px 0;
    border-bottom: solid 1px rgba(0,0,0,.1);
}
}


/*----- ページング -----*/
.wp-pagenavi{
    margin: 60px 0 0 0;
    text-align: center;
}
    .wp-pagenavi a{
        display: inline-block;
        padding: 3px 10px;
        border: solid 1px #000;
        margin: 0 3px;
        text-decoration: none;
        color: #000;
    }
    .wp-pagenavi a:hover{
        background: #000;
        opacity: 1;
        color: #fff;
    }
    .wp-pagenavi span.current{
        display: inline-block;
        padding: 3px 10px;
        border: solid 1px #000;
        margin: 0 3px;
        background: #000;
        color: #fff;
    }
    .wp-pagenavi span.pages{
        margin: 0 15px 0 0;
    }
@media screen and (max-width:767px) {
.wp-pagenavi{
    margin: 20px 0 0 0;
}
    .wp-pagenavi .page,
    .wp-pagenavi .current,
    .wp-pagenavi span.extend{
        display: none !important;
    }
}


/* Chill-Spotとは
-----------------------------------------*/
#a_main p{
	margin: 80px 0;
	line-height: 2;
}
@media screen and (min-width:768px) {
#a_main p{
	text-align: center;
}
}
@media screen and (max-width:767px) {
#a_main p{
	margin: 30px 0;
	line-height: 1.8;
}
}

#a_main ul{
	background: rgba(0,0,0,.1);
	padding: 40px;
}
#a_main li:nth-child(n+2){
	margin-top: 40px;
}
#a_main li dl{
	line-height: 1.8;
}
#a_main li dt{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
@media screen and (min-width:768px) {
#a_main li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#a_main li:nth-child(2n){
	flex-direction: row-reverse;
}
#a_main li figure{
	width: 55%;
	max-width: 600px;
}
#a_main li dl{
	width: 40%;
}
}
@media screen and (max-width:767px) {
#a_main ul{
	padding: 20px;
}
#a_main li:nth-child(n+2){
	margin-top: 30px;
}
#a_main li dt{
	font-size: 1.8rem;
	margin: 10px 0 5px 0;
}
}



/* ご利用方法
-----------------------------------------*/
.howtouse_box:nth-child(n+2){
	margin-top: 100px;
}
.howtouse_box h3{
	font-size: 2.6rem;
	font-weight: bold;
	border-top: solid 1px #c9a063;
	padding: 30px 0;
}
.howtouse_box section{
	background: rgba(0,0,0,.1);
	padding: 40px;
}
.howtouse_box section h4{
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: solid 1px rgba(0,0,0,.2);
	padding-bottom: 20px;
	position: relative;
	
}
.howtouse_box section h4:before {
    content: '';
    background-color: #c9a063;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -1.5px;
    left: 0;
}
@media screen and (max-width:767px) {
.howtouse_box:nth-child(n+2){
	margin-top: 60px;
}
.howtouse_box h3{
	font-size: 2rem;
	padding: 15px 0;
}
.howtouse_box section{
	padding: 20px;
}
.howtouse_box section h4{
	font-size: 1.8rem;
	padding-bottom: 15px;
	
}
}


#h_feature ul{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
#h_feature li{
	width: calc((100% - 180px) / 4);
	text-align: center;
}
#h_feature li dl{
	margin-top: 20px;
}
#h_feature li dt{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (min-width:768px) {
#h_feature li{
	width: calc((100% - 180px) / 4);
}
}
@media screen and (max-width:767px) {
#h_feature ul{
	margin-top: 20px;
	flex-wrap: wrap;
}
#h_feature li{
	width: calc((100% - 20px) / 2);
}
#h_feature li:nth-child(n+3){
	margin-top: 30px;
}
#h_feature li dl{
	margin-top: 10px;
}
#h_feature li dt{
	font-size: 1.6rem;
	margin-bottom: 5px;
}
}

#h_step{
	margin-top: 40px;
}
#h_step li figure{
    position: relative;
	width: 300px;
}
#h_step li figure::after{
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    background: #c9a063;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 3.8rem;
}
#h_step li:nth-child(1) figure::after{
    content: '1';
}
#h_step li:nth-child(2) figure::after{
    content: '2';
}
#h_step li:nth-child(3) figure::after{
    content: '3';
}
#h_step li:nth-child(4) figure::after{
    content: '4';
}
#h_step li dt{
	font-size: 2rem;
	font-weight: bold;
}
#h_step li dd{
	margin-top: 20px;
	line-height: 1.8;
}
#h_step li dd span{
	display: block;
	font-size: 1.5rem;
	margin-top: 10px;
}
#h_private{
	margin-top: 40px;
}
#h_private h4 + p{
	margin-top: 40px;
	line-height: 1.8;
}
#h_private h4 + p span{
	display: block;
	margin-top: 10px;
	font-size: 1.5rem;
}
@media screen and (min-width:768px) {
#h_step li{
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
#h_step li dl{
	width: calc(100% - 340px);
}
}
@media screen and (max-width:767px) {
#h_step{
	margin-top: 20px;
}
#h_step li{
	margin-top: 30px;
}
#h_step li figure{
	width: 200px;
	margin: 0 auto;
}
#h_step li dt{
	margin-top: 15px;
	font-size: 1.8rem;
}
#h_step li dd{
	margin-top: 10px;
}
#h_step li dd span,
#h_private h4 + p span{
	margin-top: 5px;
	font-size: 1.3rem;
}
#h_private{
	margin-top: 30px;
}
#h_private h4 + p{
	margin-top: 30px;
}
#h_private .btn_default{
	margin-top: 30px !important;
}
}

.h_payment{
	margin-top: 40px;
}
.h_payment figure{
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width:767px) {
.h_payment:nth-child(n+2){
	margin-top: 30px;
}
.h_payment figure{
	margin-top: 20px;
}
}

.f_menu{
	margin-top: 40px;
}
.f_menu table{
	width: 100%;
	margin-top: 40px;
}
.f_menu th{
	position: relative;
}
.f_menu th span{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: left;
}
.f_menu td{
	text-align: right;
}
.h_attention,
.f_menu p{
	text-align: right;
	margin-top: 20px;
}
.f_menu h4 span{
	font-size: 1.6rem;
	margin-left: 20px;
}
.f_menu ul{
	margin-top: 40px;
	list-style: disc inside;
	line-height: 2;
}
@media screen and (min-width:768px) {
.f_menu th{
	width: 80% !important;
}
}
@media screen and (max-width:767px) {
.f_menu{
	margin-top: 30px;
}
.f_menu table{
	margin-top: 30px;
}
}

#h_attention ul{
	margin-top: 40px;
}
#h_attention li{
	list-style: disc inside;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
#h_attention li:nth-child(n+2){
	margin-top: 5px;
}
@media screen and (max-width:767px) {
#h_attention ul{
	margin-top: 30px;
}
}


/* 店舗案内
-----------------------------------------*/
#shop table{
	margin-top: 80px;
}
#shop #googlemap{
	margin-top: 60px;
    position: relative;
    width: 100%;
    padding-top: 60%;
    height: 0;
}
#shop #googlemap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
@media screen and (max-width:767px) {
#shop table{
	margin-top: 40px;
}
#shop #googlemap{
	margin-top: 40px;
    padding-top: 80%;
}
}

/* よくある質問
-----------------------------------------*/
#faq li:nth-child(n+2){
	margin-top: 20px;
}
#faq .summary{
	cursor: pointer;
	font-weight: bold;
	padding: 20px 20px 20px 60px;
	background: rgba(0,0,0,.1);
	position: relative;
}
#faq .summary::-webkit-details-marker {
	display: none;
}
#faq .summary::before{
	content: 'Q';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 3.2rem;
	color: #c9a063;
}
#faq .answer{
	overflow: hidden;
}
#faq .answerInner{
	padding: 20px;
	line-height: 1.8;
}
#faq .answerInner a{
	text-decoration: underline;
}




/* お知らせ
-----------------------------------------*/
#news ul{
    border-top: solid 1px rgba(0,0,0,.2);
}
#news li{
    border-bottom: solid 1px rgba(0,0,0,.2);
    padding: 25px 20px;
}
@media screen and (min-width:768px) {
#news li{
    display: flex;
}
#news li span{
    margin-right: 80px;
}
}
@media screen and (max-width:767px) {
#news li{
    padding: 20px 0;
}
#news li span{
    display: block;
    margin-bottom: 10px;
}
}


#news article h3{
	font-size: 2.6rem;
	font-weight: bold;
	border-top: solid 1px #c9a063;
	border-bottom: solid 1px rgba(0,0,0,.2);
	padding: 30px 0;
}
#news article h3 span{
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 10px;
}
#news article div{
	margin-top: 40px;
	line-height: 1.8;
}
#news article div p:nth-child(n+2){
    margin-top: 20px;
}
#news article div strong,
#news article div em{
    font-weight: bold;
}
#news article div a{
    text-decoration: underline;
}
#news article div ul,
#news article div ol{
    margin-top: 20px;
}
#news article div ul li{
    list-style: disc inside;
    margin-left: 1em;
    text-indent: -1em;
}
#news article div ol li{
    list-style: decimal inside;
    margin-left: 1em;
    text-indent: -1em;
}
#news article div p img{
    max-width: 100%;
}
#news article div .bold{
    font-weight: bold;
}
@media screen and (max-width:767px) {
#news article h3{
	font-size: 2rem;
}
#news article h3 span{
	font-size: 1.3rem;
}
#news article div p:nth-child(n+2),
#news article div ul,
#news article div ol{
    margin-top: 20px;
}
#news article div p{
    text-align: left !important;
}
#news .btn_default{
	margin-top: 80px;
}
}


/* FC制度
-----------------------------------------*/
#fc_main h3{
	font-size: 2.6rem;
	font-weight: bold;
	border-top: solid 1px #c9a063;
	padding: 30px 0;
}
@media screen and (max-width:767px) {
#fc_main h3{
	font-size: 2rem;
	padding: 15px 0;
}
}

#fc_main dl{
	line-height: 1.8;
	margin-top: 40px;
}
#fc_main dt{
	font-size: 2rem;
	font-weight: bold;
}
#fc_main dd{
	margin-top: 20px;
}
@media screen and (max-width:767px) {
#fc_main dl{
	margin-top: 30px;
}
#fc_main dt{
	font-size: 1.8rem;
}
#fc_main dd{
	margin-top: 15px;
}
}

#fc_main ol{
	background: rgba(0,0,0,.1);
	padding: 40px;
	margin-top: 60px;
	line-height: 1.8;
}
#fc_main ol li{
	font-size: 1.8rem;
	font-weight: bold;
}
#fc_main ol > li:nth-child(n+2){
	margin-top: 40px;
}
#fc_main li ul{
	margin-top: 15px;
}
#fc_main li ul li{
	list-style: disc inside;
	font-size: 1.6rem;
	font-weight: normal;
}
@media screen and (max-width:767px) {
#fc_main ol{
	padding: 20px;
	margin-top: 40px;
}
#fc_main ol li{
	font-size: 1.6rem;
}
#fc_main ol > li:nth-child(n+2){
	margin-top: 30px;
}
#fc_main li ul{
	margin-top: 10px;
}
#fc_main li ul li{
	font-size: 1.5rem;
}
}


#fc_contact{
	margin-top: 100px;
}
#fc_contact dt{
	font-size: 1.8rem;
	font-weight: bold;
}
#fc_contact dd{
	margin-top: 40px !important;
}
@media screen and (min-width:768px) {
#fc_contact dt{
	text-align: center;
}
}
@media screen and (max-width:767px) {
#fc_contact{
	margin-top: 50px;
}
#fc_contact dt{
	font-size: 1.6rem;
}
#fc_contact dd{
	margin-top: 30px !important;
}
}



/* プライバシーポリシー
-----------------------------------------*/
#privacy p,
#privacy dl{
	line-height: 1.8;
}
#privacy dt{
	margin-top: 40px;
	font-size: 1.8rem;
	font-weight: bold;
}
#privacy dd{
	margin-top: 15px;
}
#privacy dd ul{
	margin-top: 10px;
	list-style: disc inside;
}
#privacy #date{
	margin-top: 80px;
	text-align: right;
}
@media screen and (max-width:767px) {
#privacy dt{
	margin-top: 30px;
	font-size: 1.6rem;
}
#privacy dd{
	margin-top: 10px;
}
#privacy #date{
	margin-top: 50px;
}
}


/* お問い合わせ
-----------------------------------------*/
#contact_form{
	border-top: solid 1px rgba(0,0,0,.2);
}
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form textarea{
    padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
    width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
}
#contact_form input[name="tel[data][0]"],
#contact_form input[name="tel[data][1]"],
#contact_form input[name="tel[data][2]"]{
    width: auto !important;
}
.wpcf7-file{
	width: 100%;
}
.wpcf7-file:last-child{
	margin-top: 15px;
}

.wpcf7-list-item{
	margin-left: 0 !important;
	margin-right: 30px !important;
}
#contact_form input[type=radio],
#contact_agree input[type=checkbox]{
	display: none;
}
#contact_form input[type=radio] + span,
#contact_agree input[type=checkbox] + span{
	position: relative;
	padding-left: 25px;
}
#contact_agree input[type=checkbox] + span{
	padding-left: 30px !important;
}
#contact_form input[type=radio] + span:after,
#contact_form input[type=radio] + span:before,
#contact_agree input[type=checkbox] + span:after,
#contact_agree input[type=checkbox] + span:before{
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	transform: translateY(-50%);
}
#contact_form input[type=radio] + span:after {
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
#contact_form input[type=radio] + span:before {
	left: 4px;
	width: 10px; 
	height: 10px;
	background: #c9a063;
	border-radius: 50%;
	opacity: 0;
}
#contact_agree input[type=checkbox] + span:after{
  width: 16px;
  height: 16px;
  left: 5px;
  border: 1px solid #777;
}
#contact_agree input[type=checkbox] + span:before{
  width: 5px;
  height: 12px;
  left: 6px;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  border-right: 2px solid #c9a063;
  border-bottom: 2px solid #c9a063;
  opacity: 0; /* 透明 */
}
#contact_form input[type=radio]:checked + span:before,
#contact_agree input[type=checkbox]:checked + span:before{
	opacity: 1;
}
#contact_type .wpcf7-list-item{
	line-height: 1.8;
}



@media screen and (max-width:767px) {
#contact_form input[type="text"],
#contact_form textarea{
    font-size: 16px;
}
#contact_form textarea{
    height: 200px;
}
#contact_type .wpcf7-list-item{
	display: block;
}
}

#contact_form > label > span:first-child{
	font-weight: bold;
	position: relative;
}
#contact_form > label > span:first-child span.required::after{
	display: inline-block;
	content: '必須';
	position: absolute;
	font-size: 1.5rem;
    line-height: 24px;
    top: calc(50% - 12px);
    right: 40px;
    padding: 0 10px;
    background: #c9a063;
    color: #fff;
}
.wpcf7-not-valid-tip{
	margin-top: 5px;
	color: #c96363 !important;
}
#contact_attention{
	margin-top: 40px;
	line-height: 1.8;
}
#contact_attention li{
	text-indent: -1em;
	margin-left: 1em;
}
#contact_agree{
	text-align: center;
	margin-top: 60px;
	line-height: 1.8;
}
#contact_agree a{
	text-decoration: underline;
}
#contact_agree dd{
	margin-top: 15px;
	font-weight: bold;
}
#contact_agree dd span.required::after{
	display: inline-block;
	content: '必須';
	font-size: 1.5rem;
    line-height: 24px;
    padding: 0 10px;
    background: #c9a063;
    color: #fff;
	margin-left: 20px;
}
@media screen and (min-width:768px) {
#contact_form > label{
	display: flex;
	align-items: center;
	padding: 25px 20px;
	border-bottom: solid 1px rgba(0,0,0,.2);
}
#contact_form > label > span:first-child{
    width: 320px;
}
#contact_form > label > span:last-child{
    width: calc(100% - 320px);
}
}
@media screen and (max-width:767px) {
#contact_form > label > span{
	display: block;
	width: 100%;
}
#contact_form > label > span:first-child{
	padding: 20px 0 10px 0;
}
#contact_form > label > span:last-child{
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,.3);
}
#contact_form > label > span:first-child span.required::after{
    right: 0;
}
#contact_form input[type="text"],
#contact_form textarea{
    font-size: 16px;
}
#contact_form textarea{
    height: 200px;
}
}

.wpcf7-response-output{
	border-color: #c96363 !important;
	padding: 10px 20px !important;
	margin: 0 !important;
	text-align: center !important;
	color: #c96363 !important;
}

#btn_form{
	margin: 60px auto 0 auto;
	width: 320px;
}
#btn_form input,
.wpcf7cp-cfm-submit-btn{
	display: block;
	width: 320px;
	line-height: 80px;
	border: solid 1px #000;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all .3s;
			transition: all .3s;
	position: relative;
}
#btn_form input:hover,
.wpcf7cp-cfm-submit-btn:hover{
	opacity: .7;
}
@media screen and (max-width:767px) {
#btn_form{
	margin: 40px auto 0 auto;
}
#btn_form input,
.wpcf7cp-cfm-submit-btn{
	line-height: 60px;
}
}

#contact table{
    width: 100%;
	border-top: solid 1px rgba(0,0,0,.3);
}
#contact th,
#contact td{
    vertical-align: middle;
    border-bottom: solid 1px rgba(0,0,0,.3);
	padding: 30px 20px;
}
#contact th p{
	white-space: nowrap;
	font-weight: bold;
}
@media screen and (min-width:768px) {
#contact th{
    width: 320px;
}
}
@media screen and (max-width:767px) {
#contact th,
#contact td{
    display: block;
    border-bottom: none;
}
#contact th{
    padding: 20px 0 5px 0;
}
#contact td{
    padding: 0 0 20px 0;
	border-bottom: solid 1px rgba(0,0,0,.3);
}
}

.wpcf7cp-btns{
	margin: 60px auto 0 auto;
}
.wpcf7cp-cfm-edit-btn{
	display: block;
	width: 320px;
	line-height: 80px;
	background: rgba(0, 0, 0, .1);
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all .3s;
			transition: all .3s;
}

.wpcf7cp-cfm-edit-btn:hover{
	opacity: .7;
}
@media screen and (min-width:768px) {
.wpcf7cp-btns{
	margin: 60px auto 0 auto !important;
	width: 680px;
	display: flex;
	justify-content: center;
}
.wpcf7cp-cfm-submit-btn{
	margin-left: 40px;
}
}
@media screen and (max-width:767px) {
.wpcf7cp-btns{
	margin: 40px auto 0 auto !important;
	width: 320px;
}
.wpcf7cp-cfm-edit-btn{
	line-height: 60px;
	font-size: 1.6rem;
}
}


.screen-reader-response,
.wpcf7cp-form-hide #contact_attention,
.wpcf7cp-form-hide #btn_form{
	display: none;
}

#thanks_txt{
	line-height: 1.8;
}
#thanks_txt dt{
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 20px;
}
@media screen and (min-width:768px) {
#thanks_txt{
	text-align: center;
}
}
@media screen and (max-width:767px) {
#thanks_txt dt{
    font-size: 1.8rem;
    margin-bottom: 15px;
}
}

