@charset "utf-8";

/* ----------------------------------------
	基本設定
---------------------------------------- */

*{
	margin:0;
	padding:0;
	}

html{
	height:100%;
	}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif,sans-serif;
	font-size:14px;
    background-color:#f4ebe0;
	-webkit-text-size-adjust: 100%;
}

img{
	border:0;
	vertical-align:bottom;
	}

p{
	margin:0;
	padding:0;
	}

ul{
	list-style:none;
	margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
    letter-spacing: 0.06rem;
	}



#window{
	width: 100%;
	height: 100;
}

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,label,dl,dt,dd {
margin:0;
padding:0;
list-style:none;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

a:visited{
	color: #000;
}


/* ----------------------------------------
	topへ戻る
---------------------------------------- */
header{
    background-color: #fff;
    position: relative;
    }

.headtop{
    width: 100%;
    background: rgba(244,235,224,0.3);
    height: 90px;
}

.headtop_inner{
    width: 99%;
    margin: 0 auto;
}

.headtop_inner h2{
    font-size: 1rem;
    letter-spacing: 0.06rem;
    font-family: 'Zen Old Mincho', serif;
}

.head_contact{
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Zen Old Mincho', serif;
}

.head_contact2{
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Zen Old Mincho', serif;
}

.head_contact a:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/section/line_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.head_contact2 a:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/section/mail_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.main-visual{
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}

.maintxt{
    position: absolute;
    top: 40%;
    left: 65%;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.06rem;
    font-family: 'Zen Old Mincho', serif;

}
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
 /* 左からフェードイン */
.slide-left {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: all 1s ease-out;
 }

.slide-bottom {
   opacity: 0;
   transform: translate(0, 20px);
   transition: all 1.3s 0s ease-out;
 }
.slide-bottom-lg {
   opacity: 0;
   transform: translate(0, 40px);
   transition: all 1.3s 0s ease-out;
 }
.slide-top {
    opacity: 0;
    transform: translate(0, -20px);
    transition: all 1s ease-out;
 }
.slide-top-lg {
    opacity: 0;
    transform: translate(0, -40px);
    transition: all 1s ease-out;
 }

.sec2_inner ul:nth-child(2),
.sec4_inner ul li:nth-child(2),
.sec5_bl ul li:nth-child(2),
.sec4_option:nth-child(2){
    transition-delay: .2s;
}
.sec2_inner ul:nth-child(3),
.sec4_inner ul li:nth-child(3),
.sec5_bl ul li:nth-child(3){
    transition-delay: .4s;
}
.sec5_bl ul li:nth-child(4){
    transition-delay: .6s;
}
.sec5_bl ul li:nth-child(5){
    transition-delay: .8s;
}
.sec5_bl ul li:nth-child(6){
    transition-delay: .9s;
}



.maintxt_lg{
    font-size: 1.4rem;
    font-weight: 600;
}

.sec1{
    position: relative;
}

ul.maintxt2{
    background: rgba(255,255,255,0.9);

}

ul.maintxt2 li:first-child{
    text-align: center;
    width: 80%;
    font-weight: 700;
}

ul.maintxt2 li:last-child{
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
}

section h2{
    text-align: center;
    font-weight: 700;
}

.sec2_inner{
    width: 80%;
    margin:0 auto 60px;
    max-width: 1200px;
}

.sec2_inner ul{
    text-align: center;
}

.sec2_inner ul li{
    margin-bottom: 5px;
}

.sec3,.sec9{
    background-color:#fff;
    padding-top: 60px;
}
.sec3_inner{
    width: 90%;
    margin:0 auto 60px;
    max-width: 1200px;
}

.sec3_inner h3{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
}

.sec3_inner h3 span{
    background: linear-gradient(transparent 40%, #f7cec2 40%);
}

.sec3_inner h4{
    text-align: center;
}

.wear_box{
    margin: 50px 0;
}

.wear_box_ttl1{
    background-color: #e75742;
}

.wear_box_ttl2{
    background-color: #f7931e;
}

.wear_box ul li img{
    margin-bottom: 10px;
}

.sec3_tolist_2 {
    background-color: #c1272d;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3rem;
    font-weight: 600;
}

.sec4{
    background-color: #e8dcc8;
    padding-bottom:60px;
}

.sec4_txt{
    width: 80%;
    max-width: 1200px;
    font-weight: 600;
}



.sec4_inner ul{
    width: 80%;
    margin:0 auto 15px;
    max-width: 1200px;
}

.sec4_inner ul li{
    text-align: center;
    background-color: #fff;
}

.sec4_inner p{
    font-size: 1.2rem;
    text-align: center;
}


.sec4_col1{
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-family: 'Satisfy', cursive;
}
.sec4_col2{
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.sec4_col3{
    font-size: 1.0rem;
    margin-bottom: 15px;
}
.sec4_col4{
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.sec4_col5{
font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 15px;
    letter-spacing: 0.02rem;
}
.sec4_col5 span{
    border-bottom: 4px dotted #5b525282;
}
.sec4_oder{
    width: 75%;
    margin:70px auto 0;
    padding: 10px 5% 10px 4%;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.04rem;
}
.sec4_oder i {
    margin-left: 10px;
}
.og{
        color:#f7931e;
}
.red{
    color: #c8161d;
}
.dai{
    color: #e45827;
}
.og_bg{
    background-color:#f7931e;
}
.red_bg{
    background-color:#c8161d;
}
.dai_bg{
    background-color:#e45827;
}

.sec4_op_wrap{
    width: 80%;
    margin:0 auto;
    max-width: 1200px;
}

.sec4_option{
    background-color: #fff;
    padding: 5% 7%;
    margin: 0 auto 80px;
    border-radius: 10px;
    position: relative;
}
.sec4_option h3{
    display: inline;
/*    color: #e75742;*/
    font-weight: 600;
    font-size: 1.2rem;
}


.op_img{
    width: 90%;
    max-width: 660px;
    margin: 20px auto 20px;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 15%);
}

.sec4_option ul{
    width: 90%;
    text-align: center;
    margin:0 auto;
}


.sec4_option ul li:first-child{
    font-size: 1.8rem;
/*    letter-spacing: 0.4rem;*/
/*    font-weight: 600;*/
    margin-bottom: 15px;
    font-family: 'Satisfy', cursive;
}

.sec4_option ul li:nth-child(2){
    letter-spacing: 0.2rem;
    border-bottom: 2px dotted #5b525282;
    margin-bottom: 10px;
}

.sec4_option ul li:nth-child(3){
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 500;
}

.sec4_option ul li span{
    font-size: 2.2rem;
    margin-left: 10px;
    font-weight: 600;
}

.sec4_op_icon{
    display: flex;
    justify-content:space-between;
}

/*li.sec4_op_icon div {
    width: 23%;
}*/

.sec4_op_icon img{
    max-width: 77px;
}

.sec4_option ul li ol li{
    font-size: 1rem;
}

.sec4 h3{
    text-align: center;
}

.sec4_other{
    width: 60%;
    max-width: 1200px;
    background-color: #fff;
    padding: 30px 5%;
    margin: 0 auto 60px;
}

.sec4_other dl{
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1rem;
    padding: 20px 0;
}

.sec4_other dt {
    text-align: center;
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #5b525282;
}

.sec4_other dd {
    text-align: center;
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #5b525282;
}
.sec5_point{
    position: absolute;
}

.sec5{
    position: relative;
    background-color: #fff;
    padding-top: 60px;
}
.sec5_inner{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

span.simp_txt{
    font-size: 1.3rem;
    background-color: #f3e575;
    margin-right:0.3rem;
        padding: 0 0.2rem;
}


.sec5 h3 {
    position: relative;
    margin: 1.5em auto;
    padding: 12px 0;
    color: #fff;
    background: #9e005d;
    border-radius: 30px;
    text-align: center;
}

.sec5 h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-top: 20px solid #9e005d;
}

.sec5_inner p{
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 600;

}

.sec5_inner ul{
    position: relative;
}


.sec5_inner ul li:nth-child(2){
/*    width: 65%;
    padding: 45px 0 0 0;*/
}

.sec5_bl_box_ttl{
    text-align: center;
    color: #fff;
    background-color: #2e3192;
    font-weight: 500;
    border: 1px #2e3192 solid;
}
.sec5_bl_box{
    border: 1px #2e3192 solid;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 2;
    letter-spacing: 0.08rem;
}

.ribbon_red{
    background-color: #f7cec2;
}


.sec5_bl_spot {
    position: relative;
    margin: 1.5em 35px 20px;
    color: #fff;
    font-size: 0.9rem;
    background: #9e005d;
    border-radius: 30px;
    line-height: 4;
}

.sec5_bl_spot:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #9e005d;
}

.sec5_bl_price{
    /* position: absolute; */
    text-align: center;
    line-height: 1.3;
}

.sec5_bl_price span{
    font-weight: 700;
    letter-spacing: 0.02rem;
}
.sec5_ye{
    background-color: #f3e575;
    position: relative;
    padding-bottom: 40px;
}

.sec5_ye h5{
    text-align: center;
    font-weight: 600;
}
.ribbon_img{
    max-width: 600px;
    margin: 0 auto;
}

.sec5_ye h4 {
    color: #2e3192;
    text-align: center;
    letter-spacing: 0.2rem;
}

.sec5_ye ul{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.sec5_ye ul li{
    background-color: #fff;
    padding: 50px 3%;
    position: relative;
    text-align: center;
}

.sec5_ye_ttl{
    font-size: 28px;
}

.sec5_ye ul li img {
    margin-bottom: 20px;
    text-align: center;
}

.sec5_num{
    position: absolute;
    color: #f3e575;
    font-weight: 600;
    font-family: 'Antonio', sans-serif;
    font-style: italic;
}

.sec5_ye ul li p span.sec5_ttl{
    color: #2e3192;
    font-size: 1.6rem;
    font-weight: 600;
}
.sec5_ye ul li p span.sec5_att{
    font-size: 0.7rem;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
}

.sec5_ye ul li p {
    font-weight: 600;
}
.sec5_bl{
    background-color: #2e3192;
    position: relative;
}

.sec5_bl h5{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

.sec5_bl ul li{
    background-color: #fff;
    border-radius: 10px;
    font-size: 0.9rem;
    background-repeat: no-repeat;
    position: relative;
}
.sec5_bl ul li span{
    font-weight: 600;
    text-align: center;
    font-size: 1.0rem;
}

.sec5_bl ul li:first-child{
    background-image: url(../images/section/sec5_icon3.png);
}


.sec5_bl ul li:nth-child(2){
    background-image: url(../images/section/sec5_icon4.png);
}


.sec5_bl ul li:nth-child(3){
    background-image: url(../images/section/sec5_icon5.png);
}


.sec5_bl ul li:nth-child(4){
    background-image: url(../images/section/sec5_icon6.png);
}


.sec5_bl ul li:nth-child(5){
    background-image: url(../images/section/sec5_icon7.png);
}

.sec5_bl ul li:nth-child(6){
    background-image: url(../images/section/sec5_icon8.png);
}
.sec6_wh{
    background-color: #fff;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
    text-align: center;
    position: relative;
    padding: 40px 0;
}

.sec6_wh h4{
    font-weight: 600;
    margin-bottom:15px;
}

.sec6_wh h5{
    color: #f15a24;
    font-weight: 600;
}

.sec6_beige{
    background-color:#f4ebe0;
    padding-top: 40px;
}

.sec6_beige figure img{
    max-width: 1150px;
}

.sec6_con_wrap{
    background-color: #fff;
}

.sec6_con{
    text-align: center;
    border-right: 1px solid #c1272d;
    border-left: 1px solid #c1272d;
    border-bottom: 1px solid #c1272d;
    margin: -50px auto 0;
    padding: 70px 0px 30px;
    position: relative;
    border-radius: 0 0 20px 20px;
}
.sec6_ttl{
    max-width: 900px;
    margin: 20px auto 40px;
}

.sec6_con ul li h6{
    color: #c1272d;
    font-weight: 600;
    margin-bottom: 5px;
}

.sec6_con ul li figure{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    width: 100%;
}

.sec6_con ul li p span{
    font-size: 0.9rem;
    font-weight: normal;
}

.redmore{
    position: absolute;
    left:50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.sec6 article{
    background-color: #fff;
    background-image:url(../images/section/sec6_bg.jpg);
    background-position: right 120% bottom 10%;
    background-repeat: no-repeat;
}

.sec6 article figure{
    text-align: center;
}
.sec6 article ul{
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
}
.sec6 article ul li{
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}

.sec6 article ul li:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    background: url(../images/section/sec6_check.png) no-repeat left center;
    top: 5px;
    left: 0;
    }


.sec7{
    background-color: #fff;
    padding:40px 0;
}

.sec7_inner{
    width: 80%;
    margin:0 auto;
    max-width: 1200px;
}
.sec7_inner ul{
    margin-bottom: 40px;
}

.sec7_inner ul li:first-child{
    text-align: center;
    margin-right:1%;
    font-size: 1.2rem;
    font-weight: 600;
}
.sec7_inner ul li:nth-child(2){
    max-width: 190px;
}

.sec8_inner{
    width: 80%;
    max-width: 1024px;
    margin:0 auto;
    position: relative;
}


.sec8_inner h5{
    background-color: #fff;
    margin-top: 40px;
    font-weight: 600;

}

.sec9_qu_wrap{
    display: flex;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec9_redcircle{
    font-size: 1.0rem;
    color: #fff;
    max-width: 45px;
    border-radius: 100%;
    padding: 10px;
    background: #c1272d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec9_redcircle::before {/* 擬似要素で正円を作る */
      display: block;
      content: '';
      padding-top: 100%;
}

.sec9_inner h5 span{
    color: #c1272d;
    font-weight: 600;
}

footer{
    font-family: 'Zen Old Mincho', serif;
}

.footop{
    background-color: #beb3a3;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding:60px 0;
}
.foot_cont_wrap{
/*    position: relative;*/
    height: 90px;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.foot_contact,.foot_contact2{
    margin: 0 40px 0 0;
    font-size: 1.4rem;
    line-height: 90px;
}
.foot_contact{
    margin-right:2rem;
}

.foot_contact a,.foot_contact2 a{
    margin: 0 0 0 0;
    font-weight: 600;
    text-align: center;
    display: block;
/*    position: absolute;*/
/*    top: 0px;*/
    color: #fff;
    transition: 1s;
    height: 90px;
    width: 300px;
    border:1px solid #fff;
    letter-spacing: 0.3rem;
}

.foot_contact a {
    /*background-color: #c97a7a;*/
/*    right: 180px;*/

}
.foot_contact2 a {
    /*background-color: #000;*/
/*    right: 0;*/
}

.foot_contact a:before,.foot_contact2 a:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.foot_contact a:before{
    background-image: url(../images/section/line_icon.png);
}
.foot_contact2 a:before{
    background-image: url(../images/section/mail_icon.png);
}


/*.foot_contact {
    border:1px solid #fff;
    padding: 22px 5% 22px 4%;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3rem;
}*/
.foot_contact img{
    width: 35px;
}

.foot_contact i{
    margin-left: 20px;
}

.footop p{
    text-align: center;
}

.footbtm{
    background-color: #fff;
    padding:60px 0 20px;
}

.footbtm h4{
    text-align: center;
}

.sns_logo{
    display: flex;
    justify-content: space-between;
    margin:40px auto;
}

.sns_logo ul{
    text-align: center;
    margin-bottom: 60px;
}

.sns_logo ul li img{
    max-width: 62px;
}

.copy{
    font-size: 0.9rem;
    text-align: center;
}

/*規約のページ*/

.kiyaku_page{
    background-color: #fff;
}
.kiyaku_wrap{
    width:100%;
}

.kiyaku_inner {
    max-width: 1100px;
    margin: 0 auto 40px;
    width: 95%;
}

#kiyaku h2{
        width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    font-size: 24px;
    margin: 1.5em 0 2.27em 0;
}
#kiyaku .kiyaku_txt{
        font-size: 12px;
}

#kiyaku h3{
    font-size: 14px;
    background-color: #f1f1f1;
    padding: 20px 30px 15px 30px;
    color: #000000;
}


#kiyaku ol li {
    line-height: 24px;
    font-size: 12px;
    color: #000000;
}
.help_page_no_num{
    list-style-type: none;
}

.help_page_lg_num{
    list-style-type: decimal;
}
.help_page_sm_num{
    list-style-type: lower-latin
}

.con_signup{
    width: 80%;
    margin:0 auto;
    border:1px solid #000;
    padding:20px;
}
.doui_txt{
    text-align: center;
    font-size: 14px;
}

.check_txt{
text-align: center;
}
.regist-off {
    width: 85%;
    margin: 20px auto 0;
    padding: 10px 5% 10px 4%;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-size: 12px;
    color: #fff;
    background-color: #666;
}
.regist-on {
        width: 85%;
    margin: 20px auto 0;
    padding: 10px 5% 10px 4%;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-size: 12px;
    color: #fff;
    background-color: #c8161d;
}


/*セレクト画面*/

.img_select ul li::before{
  content: '';
  display: block;
}
.img_select ul li{
    text-align: center;
}
.img_select ul li span{

}

.img_select ul li:first-child{
    background-image: url(../images/select/dress.jpg);
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 100vh;
}

.img_select ul li:last-child{
    background-image: url(../images/select/waso.jpg);
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 100vh;
}

.img_select ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin: 0 auto;
}

.img_select ul li a:hover {
    color: #f2f2f2;
}

.img_select ul li a {
    background-color: #e6da9b;
    border: 1px solid #e6da9b;
    border-radius: 35px;
}

.img_select ul li a:hover {
    background-color: #B99b00;
    border: 1px solid #333;
}

.img_select ul li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -35px;
    transform: rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #333;
}

.img_select ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    height: 1px;
    background-color: #333;
}

/*１着レンタル*/


.sp-ren_txt{
    position: relative;
}

.sp-ren_txt span:after{
    content: '';
    display: inline-block;
    width: 55px;
    height: 55px;
    background-image: url(../images/section/sp-ren_aka.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -40px;
    right: -40px;
}
.sp-ren_txt img{
    position: absolute;
    z-index: 10000;
}
.sp-ren_txt span{
    background-color: #f15a24;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    display: block;
    position: relative;
}
.sp-ren-2{
    text-align: center;
}

.spotrental ul{
    background-color: #fff;
}
.spotrental ul li{
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #f15a24;
    padding: 20px 3%;
    justify-content: space-between;
}
.spotrental ul li:last-child{
    border-bottom: none;
}
.spotrental ul li h5 img{
    width: 49%;
}
.spotrental ul li div{
    font-weight: 600;
}


/* -----------------------
    Pankuzu
-------------------------- */
.pankuzu{
    width: 90%;
    margin: 0 auto 0;
    max-width: 960px;
    background-color: #fff;
    padding-top:20px;
}
.pankuzu ul li{
    display: inline-block;
    font-size: 0.9rem;
}

.pankuzu ul li:first-child:after{
    content:">";
    margin: 0 0 0 10px;
}

/* -----------------------
問い合わせ
-------------------------- */

.contact_area{
    background-color: #fff;
}


.sec3_inner table.out_tbl{
    width: 85%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.0rem;
}

.attention{
    color: #c1272d;
    padding-left: 5px;
}



.sec3_inner table.out_tbl caption {
    padding-bottom: 20px;
    font-size: 1.0rem;
    color: #c1272d;
}

.sec3_inner table.in_tbl{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

.sec3_inner table th{
    text-align: left;
/*  margin-right: 1%;*/
    padding:5px 1% 5px 0;
    border-top: 1px solid #a9a9a9;
    border-right: solid 6px white;
    font-weight: normal;
}

.sec3_inner table td{
    text-align: left;
    position: relative;
    padding: .7em .2em;
    border-top: 1px solid #d3d3d3;
}

.sec3_inner table td span{
    font-size:0.9em;
}

.sec3_inner table td span.fm_num{
    margin-right: 10px;
}

.sec3_inner table input[type=email],
.sec3_inner table input[type=text]
{
    width: 100%;
    line-height: 35px;
    background-color: #f2f1eb;
    border: 0 none;
    height: 35px;
    margin: 0;
/*    padding: 5px 9px;*/
    letter-spacing: .05em;
}
.sec3_inner table textarea{
    background-color: #f2f1eb;
    width: 100%;
    height: 140px;
    border: 0 none;
/*    padding: 8px 9px;*/
}

.res_date{
    line-height:2.2em;
}

.sec3_inner table input[type=date],
.sec3_inner table input[type=time]
{
    width: 45%;
    line-height: 35px;
    background-color: #f2f1eb;
    border: 0 none;
    height: 35px;
    margin: 0;
    letter-spacing: .05em;
}

.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.sec3_inner table.in_tbl{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

.con_btn{
    background-color: #4a473c;
    text-align: center;
    border: 0 none;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 1.1em;
    letter-spacing: .1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
}

.col_news {
    text-align: center;
    padding: 40px 0;
    line-height: 1.8;
    margin: 30px auto 50px;
}


.col_news h6 {
    font-weight: 800;
    font-size: 1.6em;
    margin: 0 auto 30px auto;
    letter-spacing: 1px;
    /* background: linear-gradient(transparent 70%, #a7d6ff 70%); */
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #ff00d4;
    width: 80%;
    max-width: 640px;
}

.col_news h6:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #000;
}

.col_news p {
    font-size: 1.2em;
    max-width: 960px;
    width: 95%;
    margin: 0 auto 20px;
    /* letter-spacing: 1px; */
    font-weight: 600;
}




/*タブレット＆PC*/
@media screen and (min-width: 897px){

header h1{
    margin:0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
ul.maintxt2 li:first-child{
    margin:0 auto 35px;
}
.sec3_tolist_2 i {
    margin-left: 20px;
}
.sec3_tolist_2 {
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
    transition: all 0.2s linear 0s, opacity 400ms ease 0s;
}

.sec5_bl_price{
    padding: 30px 0 20px;
}
.sec5_bl_price span{
    font-size: 2.2rem;
}
.sec5_inner:after{
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    border-top: 45px solid #fff;
    border-right: 128.5px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 128.5px solid transparent;
    content: '';
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    z-index: 1000;
}
.sec5_ye:after{
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    border-top: 45px solid #f3e575;
    border-right: 128.5px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 128.5px solid transparent;
    content: '';
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    z-index: 1000;
}
.sec5_ye{
    padding-top: 80px;
}
.sec5_inner{
    padding-bottom: 60px;
}
.sec5_bl{
    padding-top: 80px;
}
.sec4_inner{
    margin-bottom: 150px;
}
.mb50pc {
    margin-bottom: 50px;
}


.sec4_inner ul li{
    padding:50px 2%;
}
.sec4_inner ul li h3{
    font-weight: 700;
    font-size: 1.6rem;
}
.sec5 h4{
    font-size: 2.2rem;
    color: #2e3192;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 0.2rem;
}
.sec5_att{
    font-size: 0.7rem;
    text-align: left;
    margin-top: 10px;
}
.sec5_bl ul{
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1200px;
}

.sec5_bl ul li{
    padding: 15px 17px;
    width: 11%;
    height: 170px;
    background-size: 50%;
    background-position: bottom 5px right 10px;
}
.sec5_num{
    font-size: 6.2rem;
}

.sec5_ye h4 {
    font-size: 2.2rem;
    margin-bottom: 40px;
}
.sec5_ye ul li p {
    line-height: 1.8;
}

.sec5_bl ul li:nth-child(2):after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -6px;
}

.sec5_bl ul li:nth-child(3):after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -6px;
}

.sec5_bl ul li:nth-child(4):after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -6px;
}

.sec5_bl ul li:nth-child(5):after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -6px;
}

.sec5_bl ul li:nth-child(6):after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -6px;
}
li.sec4_op_icon div {
    width: 24%;
}
}


/*タブレット＆スマホ*/
@media screen and (max-width: 896px){
.sec5_bl ul{
    width: 90%;
    margin: 0 auto;
}

.sec5_bl ul li:after {
    border-top: 15px solid #f3e575;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sec5_bl ul li:last-child:after {
    border:none;
}
}

/*タブレットのみ*/
@media screen and (min-width: 481px) and (max-width: 896px) {
.sec5_bl ul li {
    background-size: 14%;
}
.sec5_bl ul li {
    padding: 35px 25% 35px 5%;
    width: 70%;
    margin-bottom: 30px;
    position: relative;
    background-size: 25%;
    background-position: bottom 5px right 5px;
}
}







/* -----------------------
	共通
-------------------------- */

.fw_600{
    font-weight: 600;
}

.mb40{
	margin-bottom: 40px;
}

img {
    width: 100%;
    height: auto;
}
.mt20{
	margin-top: 20px;
}

.mt60{
	margin-top: 60px;
}
.mt40{
	margin-top: 40px;
}

.mr5{
	margin-right: 10px;
}
.mt20mb10{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt30mb30{
	margin-top: 30px;
	margin-bottom: 30px;
}

.mb25{
    margin-bottom: 25px;
}
.mr3per{
    margin-right: 3%;
}
.mr4per{
    margin-right: 4%;
}
.mb50{
    margin-bottom: 50px;
}
.mr1p{
    margin-right: 1%;
}






#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #292727;
  opacity: 0.6;
  border-radius: 50%;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}








/* ----------------------------------------
	topへ戻る
---------------------------------------- */	

#page-top {
	display:none;
    position: fixed;
    bottom: 60px;
    right: 20px;
}



/* ----------------------------------------
	共有
---------------------------------------- */

/* ---リセット---- */	

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,label,dl,dt,dd {
margin:0;
padding:0;
list-style:none;
}

