
.pc-none{display:none;}
.sp-none{display:block;}
/* =========================================================
		kiyaku
========================================================= */
.kiyaku_bg{
	   background: url("/cp/img/bg2.webp") repeat top center; position: relative; background-size: 100%;
	padding: 4% 0;
	letter-spacing: 0.3px;
}
.kiyaku_area{background: rgba(255, 255, 255, 0.9); max-width: 900px; width: 80%; margin: 0 auto; padding: 6% 5% 6%; line-height: 1.7; color: #000;}
.kiyaku_area .kiyaku_title1{
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: 600;
}
.kiyaku_area .kiyaku_copy {
    font-size: 16px;
	padding-bottom: 8px;
}

.kiyaku_area .kiyaku_copy1b {
    font-size: 16px;
	padding: 15px 0 3px;;
}

.kiyaku_area .kiyaku_copy2 {
    font-size: 15px;
	padding-left: 8px;
}
.kiyaku_area .kiyaku_copy3 {
    font-size: 15px;
	padding-bottom: 8px;
}
.kiyaku_area .kiyaku_title {
    margin: 3.5% 0 5px;
	font-size: 18px;
}

.kiyaku_sub_title{margin: 18px 0 3px; font-size: 15px;}
.nopmargin{margin-top: 0;}


.kiyaku_area li {
    padding-left: 1em;
    text-indent: -1em;
}
.kiyaku_area .kiyaku_att3 li{
	 padding-left: 2.5em;
    text-indent: -2.5em;
}
.kiyaku_att_txt{font-size: 12px !important;}
.kiyaku_area li {
    font-size: 15px;
	padding-bottom: 5px;
}
.kiyaku_area p a{
	color: #00968f;
	
}
.kiyaku_area p a:hover{
	opacity: 0.7;
}
.home_btn {margin: 20px auto 20px;}
.home_btn_r a{
	display: block;
    width: 240px;
    padding: 19px 0 19px;
    margin: 30px auto 15px;
    background-color: #1b0000;
    border: 2px solid #1b0000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    position: relative;
    line-height: 1;
    border-radius: 3em;
}
.home_btn_r a:hover{
    background-color: #fff;
    border: 2px solid #1b0000;
    color: #1b0000;
   
}

/* =========================================================
           footer
========================================================= */
.flex_l {flex-direction: row-reverse;}
footer{background: #00968f; color: #fff; letter-spacing: 0;}
/* ---footer-----*/
footer #contact{border-bottom: 1px solid #fff; padding: 45px 0 55px;}
footer a{color: #fff;}
footer .contactcon{display: flex; justify-content: space-between; max-width: 920px; width: 92%; margin: 0 auto; color: #fff;}
footer .contactcon h4{font-size: 20px; padding: 6px 0; letter-spacing: 0;}
footer .contactcon .f_logo{width: 200px; margin-top: 20px;}

footer .footer_inner{width: 950px; margin: 0 auto; padding: 30px 0 40px;}

.l-footer_notice{font-size: 14px; line-height: 1.5;}
footer .copyr{font-size: 13px; letter-spacing: 0px; text-align: center;}

footer .hp_link a {
    border: 1px solid #fff;
    padding: 13px 32px;
    margin: 10px auto 5px;
    font-size: 14px;
    font-weight: 600;
    display: table;
	transition: 0.2s;
}
footer .hp_link a:hover{background: #fff; color: #00968f;}
.l-footer_sub_caution{display: flex; justify-content: center; padding: 25px 0 40px;}
.l-footer_sub_caution ._image img{width: 40px;}
.l-footer_sub_caution ._lead{font-size: 13px;
    line-height: 1.5;
    padding-left: 10px;}

/* =========================================================
		top age modal
========================================================= */


button {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: inherit;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


#wrap{
	display: none
	
	
}

.modal {
     display: block;
	background: #f8f1e1;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200000;
	  }
#ageModal .modal__bg {
 background:#00968f;
	flex-direction: column;
align-items: center;
position: fixed;
	display: flex;

}

.modal .modal__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.modal .modal__contents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#ageModal .modal__contentsInner {
    display: block;
    position: absolute;
    left: 50%;
    top: 47%;
    padding: 0;
    transform: translate(-50%,-50%);
    background-size: contain;
 
}

#ageModal .age__dewarsLogo {
    width: 210px;
    margin: 0 auto 0;
}


#ageModal .age__txt {
  margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 1.3;
	color: #fff
}

#ageModal .age__txt span {
    display: block;
    margin-top: 14px;
    font-size:26px;
 font-weight: 500;
}


#ageModal .age__btns {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}



      #ageModal .age__btns > li {
      
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s; }
        #ageModal .age__btns > li:nth-of-type(1) {
          float: left; }
        #ageModal .age__btns > li:nth-of-type(2) {
          float: right; }
       


#ageModal .age__btns>li {
    width: 45%;
    margin: 0 2%;
}

button {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: inherit;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lock1{position: fixed; width: 100%;}
.age__btns button{
	    border: 2px solid #fff;
    padding: 12px 0;
	    width: 100%;
    font-size: 15px;
    font-weight: 600;
	color: #fff;
}
.age__btns button:hover{
  background: #fff;
	color: #00968f;
	opacity: 1;
}
.modal .copyr{letter-spacing: 0; font-size: 12px; text-align: center; color: #fff;
 position: absolute;
	bottom:5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 90%;
}
/* =========================================================
		top age modal 2
========================================================= */
#ageModal .modal__contents2 .age__dewarsLogo {width: 270px;}
#ageModal .modal__contents2 .age__txt span {margin: 10px 0 15px; font-size: 28px;}
.modal__contents2 #birthday{
	    padding: 10px;
    border: solid 1px #fff;
    font-size: 20px;
    line-height: 1.68;
    background-color: #fff;
    height: 30px;
	width: 265px;
	margin: 5px auto 17px;
	text-align: center;
}
.modal__contents2 #submit_age{
	display: block;
    width: 120px;
    padding: 15px 0 15px;
    margin: 0 auto 0;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    position: relative;
    line-height: 1;
    border-radius: 3em;
}
.modal__contents2 #submit_age:disabled{background-color: #8bc8c5; color: #fff; cursor: inherit; opacity: 0.8;}