/* =========================================================
		common
========================================================= */
body{font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif; font-size:16px;line-height:1.6; margin:0;padding:0;min-width:100%;letter-spacing:0.3px;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative; color: #fff; font-feature-settings: 'palt' 1;}
a{text-decoration: none; color: #1b0000; transition: all .3s;}
.pc-none{display:none;}
.sp-none{display:block;}
img{width:100%;} .clear{clear:both;} select::-ms-expand{display:none;}
button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;appearance:none;}
.flex_l{flex-direction: row-reverse;}
.en{font-family: "Stolzl-Medium"; font-weight: 700;}
.tblue{color: #00968f;}
.sfont{font-size: 0.7em;}
/* =========================================================
	about
========================================================= */
.about_bg{background: url("../img/bg1.webp") repeat top center; position: relative; background-size: 100%;}
#about{padding: 55px 0 85px;}
#about h2{padding: 0 0 26px; text-align: center; font-size: 45px; color: #00968f; line-height:1.4; transition-duration: .4s;}
#about h2 .en{font-size:1.23em; line-height:1;}
#about .about_copy{text-align: center; font-size: 22px; font-weight:600; font-style: italic; line-height:1.3; position: relative; z-index: 5; color: #a26d4c;}
.gradient{background: linear-gradient(135deg, #45281d 0%, #7c5039 33%, #9f694b 66%, #5d3829 100%) ;
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
	text-fill-color: transparent;}
#about .about_copy span{background: linear-gradient(transparent 75%, #bae3e1 8%); padding-bottom: 0;}




/* =========================================================
	present
========================================================= */
#present{background: url("../img/bg2.jpg") repeat top center; position: relative; background-size: 100%; padding: 75px 0 85px;}
#present .inner{width: 92%; max-width: 940px; margin: 0 auto;}
.co_ttl{font-weight: 900; text-align: center; font-size: 60px; line-height: 1;}
.co_sub_ttl{text-align: center; font-size: 22px; font-weight: 600;}
#present .present_area{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 42px;}
#present .present_area li{width: 47.5%; margin-bottom: 42px;}
#present .present_area li img{filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));}
.present_att{font-size: 12px; margin-top: -15px; text-indent: -1em; padding-left: 1em;}





/* =========================================================
	howto
========================================================= */
#howto .inner{width: 92%; max-width: 920px; margin: 0 auto; padding: 75px 0 80px;}
#howto .step_area{display: flex; margin: 45px auto 20px;}
#howto .step_area li{width: 30%;}
#howto .step_area .step_arrow{width: 5%; position: relative;}
#howto .step_area li dl{background: #fff; padding:20px 23px 22px; border: 2px solid #00968f; margin-bottom: 5px; height: 370px;}
#howto .step_area li dt{width:38%; margin: 0 auto 24px;}
#howto .step_area li .step_icon{width: 75%; margin: 0 auto 17px;}
#howto .step_area li .step_copy{font-size: 15px; text-align: left; color: #000;}
#howto .step_area li .step_copy h4{color: #00968f; font-size: 19px;line-height: 1.4; padding-bottom: 10px;}
#howto .step_att{font-size: 12px; color: #000; padding-top: 2px; line-height: 1.35; text-indent: -1em; padding-left: 1em;}
.step_arrow div{ 
	position: absolute;
	top:39%;
  left:50%;
  transform: translate(-50%, -36%);
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #00968f;
  border-right: 0;}


.kiyaku_btn a {
    display: block;
    width: 180px;
    padding: 15px 0;
    margin: 0 auto 0;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    position: relative;
    line-height: 1;
    transition: all .3s;
}
.kiyaku_btn a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 7%;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.kiyaku_btn a:hover{background: #000; color: #fff;}
.kiyaku_btn a:hover:after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.kiyaku_att {
    font-size: 13px;
    text-align: center;
    padding-top: 15px;
	color: #000;
}

.link_bg{background: rgba(0,150,143,0.15); padding: 80px 0 70px;}
.link_btn_area{width: 92%; margin: 0 auto; display: flex; justify-content: center; margin: 0 auto;}
.cp_store_link a {
    position: relative;
    display: block;
    width: 350px;
    padding: 28px 0 23px;
    margin: 0 12px;
    background-color: #d30a0a;
    border: 3px solid #d30a0a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    position: relative;
    line-height: 1;
    border-radius: 6px;
}
.cp_store_link a .subcopy {
    background-color: #fff;
    border: 2px solid #d30a0a;
    color: #d30a0a;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    padding: 8px 0;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.cp_store_link a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 5%;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.cp_store_link a:hover{transform: scale(1.02,1.02); opacity: 0.8;}


/* =========================================================
		footer
========================================================= */
footer{background: #00968f;}
/* ---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;}

.totop {
 
   background: #000;
  
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0;
    z-index: 999;
    text-align: right;
    right: 0;
    bottom: 0;
    position: relative;
    opacity: 1;
    position: fixed;
    bottom: 0;
    opacity: 0.8;
    display: none;
    z-index: 1;
    
}
.totop a {
 
      display: inline-block;
    position: relative;
    width: 41px;
    height: 40px;
}

.totop a::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    vertical-align: middle;
    right: 34%;
    top: 15px;
}

/* =========================================================
		inview
========================================================= */

.inview1{
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s;
  transition-delay: 0.2s;
	
}
.inview1.delay2{
  transition-delay: 0.4s; 
}
.inview1.delay3{
  transition-delay: 0.5s; 
}
.inview1.delay4{
  transition-delay: 0.6s; 
}
.inview1.delay5{
  transition-delay: 0.7s; 
}

.inview1.show{
  opacity: 1;
  transform: translateY(0px); 
}

/* =========================================================
		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;}



/* =========================================================
	kiyaku regulation
========================================================= */
/* ---regulation----*/
.kiyaku_bg{
	   background: url("../img/bg2.webp") repeat top center; position: relative; background-size: 100%;
	padding: 4% 0;
}
.kiyaku_area{background: rgba(255, 255, 255, 1); 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: 0.55em;
    text-indent: -0.55em;
}
.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_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;
   
}
/* =========================================================
	store
========================================================= */

#store{background: url("../img/bg2.webp") repeat top center; position: relative; background-size: 100%; padding: 4% 0 5%;}

.store_area{color: #00968f; border: 2px solid #00968f; padding: 2px 30px; margin: 0 auto 3px; font-size: 20px; border-radius: 4px; display: table; font-weight: 600;}
.store_ttl{color: #00968f; font-size: 40px; font-weight: 600; text-align: center; padding:0 0 40px;}



.store_con {
    background: rgba(255, 255, 255, 1);
    max-width: 840px;
    width: 80%;
    margin: 0 auto;
    padding: 4% 6% 3%;
    line-height: 1.65;
}

.store_con .store_info{padding-bottom: 20px; margin-bottom: 27px; border-bottom: 1px dotted #a5d7d5; display: flex; align-items: flex-end;}
.store_con .store_info:last-child{border-bottom: none; margin-bottom: 15px;}
.store_con .store_detail{width: 82%; margin-right: 2%}
.store_con .store_detail .area_icon{background: #B7846C; padding: 1px; text-align: center; width: 78px; font-weight: 500; border-radius: 3px; font-size: 13px; color: #fff;}
.store_con .store_detail h3{font-size: 24px; color:#00968f; padding-bottom: 4px; margin-top: 3px;}
.store_con .store_detail .address{font-size: 16px; padding-bottom: 1px; color: #000;}
.store_con .store_detail .tel{font-size: 16px; color: #000;}

.store_con .store_link{width: 16%; margin-bottom: 8px;}
.store_con .store_link a{display: block;
        padding: 13px 0;
        margin: 0 auto 0;
        border: 1px solid #00968f;
        color: #00968f;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-align: center;
        text-decoration: none;
        position: relative;
        line-height: 1;
        transition: all .3s;
font-weight: 500;}

.store_con .store_link a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 7%;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 1px solid #00968f;
    border-right: 1px solid #00968f;
}
.store_link a:hover{background: #00968f; color: #fff;}
.store_link a:hover:after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}









@media screen and (max-width: 900px) {
#howto .step_area li .step_copy h4 {font-size: 16px; letter-spacing: 0;}
#howto .step_area li .step_copy {font-size: 14px;}
#howto .step_area li dl {padding: 20px 15px 22px;}
#howto .step_area li dl {height: 330px;}	
}