/*base*/
body{
/*	font-family: 'NotoSansJapanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}
a{color: #333; text-decoration: none; transition: .7s;}
a img{transition: .7s;}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
h1, h3{font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;}
body.guide h3,
#faq h3{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
}
section h2{ margin-bottom: 48px;}
li{list-style: none;}
.pc{display: block;}
.sp{display: none;}
.wrapper{width: 1080px; margin: 0 auto;}
/*HEADER*/
.icon-area,.icon-area ul{
    position: relative;
    z-index: 1000;
}
.icon-area li {
    position: fixed;
    top: 2%;
    width: 100px;
    height: 54px;
    overflow: hidden;
    text-align: center;
}
.icon-area li.icon1{
    right: 7.5%;
}
.icon-area li.icon2{
    right: 1.5%;
}
.icon-area li.icon3{
    right: 13.5%;
}
.icon-area li a{
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}
.icon-area li br{
    display: none;
}
.icon-area li a img{
    width: 12px;
}
@media screen and (max-width: 1440px){
    .icon-area li.icon2{
        right: 1%;
    }
    .icon-area li.icon1{
        right: 7.5%;
    }
}
@media screen and (max-width: 1240px){
    .icon-area li.icon1{
        right: 10.5%;
    }
    .icon-area li.icon3{
        right: 20.5%;
    }
}
.drawer-nav{
    z-index: 2000 !important;
}
.pc-menunav{
    width: 100%;
    background: #333333;
    position: fixed;
    bottom: 0;
    height: 54px;
    z-index: 100;
    display: none;
}
.pc-menunav a, .pc-menunav li{
    color: #f5f5f5;
}
.pc-menunav li > div{
    padding-top: 16px;
}
.pc-menunav li a{
    padding-top: 16px;
}
.pc-menunav nav > ul > li{
    width: 12%;
    float: left;
    font-size: 72%;
    text-align: center;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__single .menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #333;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
}
.menu__single:hover > .menu__second-level {
    top: -200px;
    visibility: visible;
    opacity: 1;
    top: -293px;
}
.single2:hover > .menu__second-level {
    top: -100px;
}
.single5:hover > .menu__second-level {
    top: -250px;
}
.menu__second-level li{
    padding: 17px 0 17px 10px;
}
.menu > .menu__single {
    position: relative;
}
.menu__single:hover{
    background: #333;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.bx-wrapper img.sp{display: none;}
.media-list li{
    width: 26%;
    margin: 2%;
    padding: 1%;
    display: inline-block; 
    vertical-align: top;
    border: 1px solid #f6f6f6;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
}
.media-list h2{
    font-size: 150%;
line-height: 1.6;
}
.media-list p{
    line-height: 2;
    word-wrap: break-word;
}
.media-image{
    width: 90%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto 7%;
}
.media-image img{
    width: 110%;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 780px){
}
@media screen and (max-width: 414px){
    .icon-area li{
        width: 32px;
        height: 32px;
        top: 1.8%;
    }
    .media-list li{width: 94%;}
    .media-image{margin-top: 5%;}
    .icon-area li.icon1{
    right: 27%;
    }
    .icon-area li.icon2{
        right: 15%;
    }
    .bx-wrapper img.sp{display: block;}
    .icon-area li a{font-size: 5px;}
    .icon-area li {
        width: 40px;
        height: 40px;}
    .icon-area li a img{
        width: 60%;
    }
    .icon-area li{width: 54px;}
    .icon-area li br{
        display: block;
    }
    .icon-area li.icon3{
        right: 38.5%;
    }
}

/*Information*/
#information .info-area2{
    width: 880px;
    margin: 0 auto;
}
#information .main-content{
    margin-top: 14%;
}
#information .catarea{
    padding-bottom: 2%;
    border-bottom: 1px solid #f0f0f0;
    display: block;
}
#information .catarea > div{
    padding: 0 1%;
    display: inline-block;
}
#information .catarea > div:first-child{
    border-right: 1px solid #333;
    padding-left: 0;
}
#information .info-area2 li{
    width: 90%;
    padding: 5%;
    border: 1px solid #e8e8e8;
    margin: 4% auto 2%;
}
#information .info-area2 li h3{
    font-size: 140%;
    margin: 2% 0;
}
#information .info-area2 li p{
    line-height: 1.8;
}
#information .info-area2 > a{
    margin-top:-20%;
    padding-top:20%;
}
.linearea{
    
}
.linearea img{margin: 0 auto;}
@media screen and (max-width: 780px){
    
}
@media screen and (max-width: 414px){
   #information .info-area2{
        width: 100%;
        padding: 5% 0;
    }
    #information .info-area2 li h3{
        margin: 7% 0;
    }
    .linearea img{
        width: 70%;
    }
}
/*About*/
.concept li{
    width: 880px;
    margin: 80px auto 40px;
}
.concept li:nth-child(odd) > div:first-child,
.concept li:nth-child(even) > div:first-child{
    width: 35%;
    float: left;
}
.concept li:nth-child(even) > div:first-child{
    float: right;
}
.concept li:nth-child(odd) > div:last-child,
.concept li:nth-child(even) > div:last-child{
    width: 60%;
    float: right;
}
.concept li:nth-child(even) > div:last-child{
    float: left;
}
section .concept li h2{
    line-height: 1.8;
    margin-bottom: 24px;
    margin-top: 24px;
    text-align: left;
}
.concept li p{
    line-height: 1.8;
    margin-bottom: 16px;
}
.concept li h3{
    font-size: 160%;
    margin-bottom: 5%;
}
.concept2 li h3{
    line-height: 1.8;
}
.concept2 li{
    border-bottom: 1px solid #333;
    padding-bottom: 3%;
}
.concept2 li:last-child{
    border: none;
}
.concept-title{
    border-top: 3px solid #333;
    padding-top: 5%;
}
.concept-title span{
    font-size: 80%;
}
.main-content{
    margin-bottom: 10%;
}
#about .head-content2{
        margin-top: 10%;
    }
.head-content2 img{width: 100%;}
@media screen and (max-width: 780px){
    
}
@media screen and (max-width: 414px){
    #about .head-content2{
        margin-top: 20%;
    }
    .concept li{width: 100%;}
    .concept li:nth-child(2n+1) > div:first-child, .concept li:nth-child(2n) > div:first-child{
        float: none;
        margin: 0 auto;
        width: 50%;
    }
    .concept li:nth-child(2n+1) > div:last-child, .concept li:nth-child(2n) > div:last-child{
        width: 100%;
        float: none;
    }
    
}
/*About*/

/*TOP*/
#top section{position: relative; max-width: 100%; padding: 80px 0 80px; border-bottom: #c8c8c8 solid 1px; background: #fff;}
#top section:last-child{border: none;}
img{max-width: 100%;height: auto;}
h2{font-size: 180%; text-align: center; font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;}
main{position: relative;}

/*TOP-ITEM*/
.items ul{
	width: 800px;
	margin: 0 auto;
}
.items ul li{margin-top: 40px;}
.items ul li > div img{float: right; width: 80%;}
.items ul li > div{width: 50%; float: left; position: relative;}
.items ul li div div{
	padding-top: 20%;
}
.items ul li div div h3{font-size: 200%; margin-bottom: 24px; line-height: 1.5; font-weight: lighter; font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
.items ul li div div h3 span{ color: #dcdcdc; font-size: 80%; }
.buttonarea{border: 1px solid #333; padding: 8px 24px 8px 12px; position: relative; transition: .6s;}
.buttonarea:before{content: '>'; position: absolute; right: 8%;}
.buttonarea2:after{content: '>'; padding-left: 3%;}
.buttonarea:hover{
	background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
	color: #fff;
	border: none;
}
/*TOP-ITEM2*/
.links{
    text-align: center;
}
.links > div{
    text-align: center;
    width: 35%;
    margin: 2%;
    display: inline-block;
}
/*LINK-CONTENT*/
.link-content{
    text-align: center;
}
.link-content li{
    width: 160px;
    display: inline-block;
    margin: 0 5%;
}
/*TOP-CONTENT*/
.gray{background: #fafafa;}
.nayami{margin: 0 auto 0; text-align: center; width: 1040px;}
.nayami li{display: inline-block; float: left; width: 33.33333%;}
.nayami li img{display: block; width: 95%; margin: 0 auto;}
.about-box{background: #231815; position: relative; width: 540px; height: 180px; margin: 48px auto 0;}
.about-box > div{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 17%;
    bottom: 0;
    width: 66%;
    color: #fff;
    text-align: center;
}
.about-box > div img{margin-bottom: 8px;}
.about-box a{position: absolute; margin: auto; left: 0; right: 0; bottom: 8%; color: #fafafa; text-align: center;}
a:hover, a:hover img{opacity: .7;}
#top .bx-wrapper{
    z-index: -100;
/*    position: fixed;*/
    top: -5%;
    left: 0;
    width: 100vw;
/*    height: 100vh;*/
}
#top .bx-wrapper{
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    border: 0px;
}

/*INFO*/
.info-biyou li{
	width: 250px;
	height: 250px;
	margin-right: 26px;
	float: left;
	overflow: hidden;
	position: relative;
}
.info-biyou li:last-child{
	margin-right: 0;
}
.info-biyou li a > div.info-image{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover !important;
    background-position-x: center !important;
}
.info-biyou li a > div.info-image:hover{
	opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.info-biyou li .info-biyou-text{position: absolute; bottom: 0; background-color: rgba(0,0,0,.6); width: 100%; height: 30%;}
.biyou-cat{border: 1px solid #fafafa; font-size: 70%; padding: 2px 8px; color: #fafafa; display: inline-block; margin: 8px 0 0 8px;}
.biyou-cat a{color: #f5f5f5;}
.info-biyou-text h3{color: #fafafa;padding: 8px;font-weight: 400; line-height: 1;}
.content-more{
	float: right;
	margin-top: -8%;
}
.info-area{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.info-area li{
	border-bottom: 1px solid #000;
	padding: 32px 0;
	display: inline-block;
	width: 100%;
}
.info-cat, .info-day, .info-title{display: inline-block;}
.info-cat, .info-day{margin-right: 2%;}
.info-cat{background: #333; padding: 2px 8px; color: #fafafa;text-align: center;min-width: 98px;font-size: 90%;}
.info-title{max-width: 78%; vertical-align: middle;}
.info-area li:last-child{border: none;}

/*RANKING*/
.bk{background: #231815 !important;}
.bk h2{color: #fafafa;}
.a-rank i{
	text-align: center;
	display: block;
	font-size: 120%;
	color: #f0f0f0;
	margin-bottom: 8%;
}
.a-rank i span{
	font-size: 200%;
}
.a-rank li{
	width: 20%;
	float: left;
}
.a-rank li img{
	width: 160px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.a-rank li .r-name{
	text-align: center;
	color: #fafafa;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.5;
        font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.relation-items li .r-name{color: #333;}
.a-rank li .r-name
.m-rank i{color: #505050;}
i.rank1{color: #ffb743;}
i.rank2{color: #bcb3b1;}
i.rank3{color: #a36959;}
.m-rank .r-image{
/*	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
    padding: 16px 0;
}
.m-rank li:last-child .r-image{
/*    border-right: 1px solid #000;*/
}
.m-rank li .r-name{color: #000;}

/*LINEUP*/
.rank-base2,.relation-base{width: 1080px; overflow-x: scroll; margin: 0 auto;}
.item-lineup{width: 1620px;}
.item-lineup li{
    width: 180px;
    height: auto;
    float: left;
    text-align: center;
}
.item-lineup li.line2{
    width: 360px;
    height: auto;
    float: left;
    text-align: center;
}
.item-lineup h3{
    font-size: 80%;
    font-weight: 400;}
.item-lineup p{font-size: 80%; line-height: 1.8;}
.line-title > div{
    color: #fafafa;
}
.pickup-list li{
    width: 45%;
    margin: 2%;
    display: inline-block;
    border: 1px solid #666666;
    height: 180px;
}
.items2 ul,
.items3{
	width: 800px;
	margin: 0 auto;
}
.items3{
    width: 784px;
}
.items2 ul,
.items3{
    text-align: center;
}
.items2 ul li div > div{
    width: 50%;
    float: left;
}
.items2 ul li div > div h3{
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 400;
    line-height: 1.3;
    display: inline-block;
    margin-top: 16%;
    font-size: 120%;
    transition: .7s;
}
.items2 ul li div > div:hover{
    color: #dd4873;
}
.items2 ul li div > div.pick-tokushu{
    background-color: #222222;
    color: #fafafa;
    width: 60%;
    padding: 3%;
}
.items3 li{
    width: 30%;
    border: 1px solid #666666;
    display: inline-block;
    margin: 1.3%;
    position: relative;
}
.items3 li img{
    border-bottom: 1px solid #c0c0c0;
}
.items3 li .pick-tokushu{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #222222;
    color: #fafafa;
    padding: 3%;
}
.items3 li h3{
    padding: 5% 2%;
}

.line2-2 > div{
    width: 178px;
    float: left;
    margin: 12px 0;
    padding: 12px 0 12px 0;
    border: 1px solid #333;
}
.line-content{
    margin: 12px 0;
    padding: 12px 0 12px 0;
    border: 1px solid #333;
}
.pointer {
    width: 160px;
    height: 32px;
    position: relative;
    background: #333333;
  }
  .daynaight{
      display: inline-block;
  }
  .daynaight img{
      width: 24px;
      margin: 2px;
  }
/*  .pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }*/
  .pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #333333;
    border-top: 32px solid transparent;
/*    border-bottom: 40px solid transparent;*/
  }
  .pointer > div{
        position: absolute;
        top: 8px;
        margin: auto;
        left: 0;
        right: 0;
  }
  .pointer2 {
    width: 340px;
    height: 32px;
    position: relative;
    background: #333333;
  }
/*  .pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }*/
  .pointer2:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #333333;
    border-top: 32px solid transparent;
/*    border-bottom: 40px solid transparent;*/
  }
  .pointer2 > div{
        position: absolute;
        top: 8px;
        margin: auto;
        left: 0;
        right: 0;
        color: #fafafa;
  }
  .line-title > div.point-tile,
  .line-title2 > div.point-tile
  {font-weight: 800; color: #333; margin-top: 12px; line-height: 1.2;}
  .point-tile span{font-size: 75%; font-weight: 400;}

/*FOOTER*/
#footer{
    background: #fff;
    margin-bottom: 54px;
}
.footerlink{
	text-align: center;
        padding-bottom: 16px;
}
.footerlink li{
	display: inline-block;
}
.footerlink li:before{
	content: '';
	border-left: 1px solid #000;
	padding-left: 24px;
}
.footerlink li:after{content: ''; padding-right: 24px;}
.footerlink li:last-child:after{
	border-right: 1px solid #000;
}
#footer > div{
	background: #4c4c4c;
	padding: 80px 40px;
	
}
.foot-logo{
	width: 280px;
    display: block;
    margin: 0 auto;
}
.footer-brand{
	width: 720px;
	margin: 80px auto;
}
.footer-logo{
    text-align: center;
    display: block;
    color: #fafafa;
}
.mokuteki{
	width: 720px;
	margin: 0 auto;
}
.mokuteki .mokuteki-title{
	font-size: 160%;
	color: #fafafa;
	text-align: center;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
}
.mokuteki ul{
	margin: 24px auto;
        text-align: center;
}
.mokuteki ul li{
	width: 25%;
        padding: 2% 2%;
        float: left;
        margin: 2%;
        border: 1px dotted #fafafa;
        text-align: center;
        display: inline-block;
}
.mokuteki ul li a{color: #fafafa;}
.footer-brand li{
	width: 29%;
	float: left;
	padding: 0 2%;
}
.footer-brand li img{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.footer-brand li h3{
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-top: 24px;
}
.footerlast{background: #4c4c4c;}
.footerlast a{color: #fafafa;}
.footerlast li:before{
	content: '';
	border-left: 1px solid #fafafa;
	padding-left: 24px;
}
.footerlast li:last-child:after{
	border-right: 1px solid #fafafa;
}
#footer > div.footer-last{padding: 24px 0; margin-top: 0;}
.copylight{text-align: center; color: #fafafa; margin-top: 32px;}

/*ITEM*/
.b-line{width: 50px;margin: 16px auto; border-top: 1px solid #333;}
.main-content > span, .doctor-messege > span, .main-content2 div.wrapper > span{text-align: center; color: #da3c41; font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400; display: block; line-height: 1;}
/*FLOW*/
#flow .head-content{
    margin-top: 10%;
    position: relative;
}
#flow .flow-back{
    position: relative;
    width: 100%;
}
#flow .flow-fv1,
#flow .flow-fv2,
#flow .flow-fv3,
#flow .flow-fv4{
    position: absolute;
    z-index: 10;
}
.flow-fv1{
    left: 44%;
    width: 6%;
    top: 18.8%;
}
.flow-fv2{
    top: 6.6%;
    width: 8%;
    left: 50%;
}
.flow-fv3{
    top: 9.8%;
    width: 7%;
    left: 58%;
}
.flow-fv4{
    width: 6%;
    top: 15.2%;
    left: 65%;
}
#flow section h2, .doctor-messege h2, #information h2{
    margin-bottom: 0px;
    line-height: 1;
}
.doctor-text{margin-top: 5%;}
#flow .main-content{
    background: #fcfcfc;
    padding: 80px 0;
    position: relative;
}
#flow .main-list{
    width: 1080px;
    margin: 80px auto;
}
#flow .main-list li > div{
    width: 494px;
    margin: 0 auto;
    background: #fff;
    padding: 2%;
    position: relative;
    display: flex;
    display: inline-block;
    vertical-align: top;
    box-shadow: 4px 4px 4px rgba(255,255,255,.6);
}
#flow .main-list li:after{
    content:'';
    position: absolute;
    bottom: -15%;
    width: 90px;
    margin: auto;
    left: 40%;
    right: 0;
    background:url("../images/yaji.png");    
    background-size:contain;
    vertical-align:middle;
    height: 24px;
    background-repeat: no-repeat;
}
#flow .main-list li:last-child:after{
     content:'';
     background: none;
}
.flow-title{
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 120%;
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    padding: 4% 0;
    line-height: 1.4;
}
#flow .main-list li div>div.flow-content h3{
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    font-size: 135%;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 6%;
    line-height: 1.2;
    margin-bottom: 8px;
}
#flow .main-list li div>div.flow-content h3 span{
    font-size: 70%;
}
#flow .main-list li{
    position: relative;
    margin-top: 8%;
    text-align: center;
}
#flow .main-list li div>div.flow-content{
    width: 60%;
    float: left;
    text-align: center;
}
#flow .main-list li div>div.flow-content p{
    padding: 2%;
    text-align: left;
    line-height: 1.5;
    font-size: 90%;
    height: 80px;
    overflow-y: scroll;
}
#flow .main-list li div>div.flow-image{
    width: 40%;
    float: left;
    display: inline-block;
}
#flow .main-list li div>div.flow-image img{
    vertical-align: bottom;
    margin-top: 15%;
}
.movie-link{
    background: #F0F0F0;
    border: 1px solid #666;
    display: block;
    position: relative;
    margin-top: 3%;
    padding: 3% 0;
}
.movie-link:before{
    position: absolute;
    content: '▶';
    left: 25%;
}
.more-link{
    border: 1px solid #666;
    display: block;
    position: relative;
    margin-top: 3%;
    padding: 3% 0;
}
.more-link:before{
    position: absolute;
    content: '>';
    left: 25%;
}

/*商品ページ*/

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    cursor :pointer;
    transition: all 0.2s;
    border-bottom: 1px dotted #666666;
    position: relative;
    padding-left: 16px;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
    position: absolute;
    left: 0;
}
.accbox2 label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
    position: absolute;
    left: 16px;
    top: 35%;
}
/*ラベルホバー時*/
.accbox label:hover {
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}
/*div.accshow:last-child{
    height: auto;
    padding: 5px;
    opacity: 1;
}*/

.accbox .accshow p {
    margin: 15px 10px;
    text-align: justify;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
.question{
    margin: 5% auto;
    width: 800px;
}
.question div h3{
    width: 94%;
    padding: 1% 3%;
    background: #888888;
    color: #fafafa;
    font-size: 130%;
}
.question div p{
    padding: 5%;
    width: 90%;
    background: #f5f5f5;
    margin-bottom: 3%;
    line-height: 1.6;
}

/*商品画像のところ*/
.items-image{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}
.items-image > img{
    position: relative;
}
.winning-point{
    width: 120px;
    position: absolute;
    bottom: 0;
}
/*.winning-point li{
    width: 100px;
    display: inline-block;
}*/
.items-content{
    width: 50%;
    height: auto;
    float: left;
    margin-top: 2%;
}
.items-top-word{
    font-size: 180%;
}
.items-category{
    margin-top: 5%;
    display: inline-block;
    padding: 2%;
    background: #333;
    color: #fafafa;
}
.item-point{background: #ad9d73;}
.items-content h1{
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
    font-size: 180%;
    margin: 3% 0 2%;
}
.items-content h1 span{
    font-size: 80%;
}
.items-content p{line-height: 1.8;}
.items-content p.price-reg{color: rgb(218, 60, 65); line-height: 1;}
.price-reg span{font-size: 140%;}
.items-content .daynaight{margin: 5% 0;}
.items-content img{height: auto;}
.items-content h2{
    font-size: 140%;
    margin: 8% 0 4%;
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
    color: rgb(218, 60, 65);
    line-height: 1.4;
    text-align: left;
    text-align: center;
    border: 1px solid rgb(218, 60, 65);
    padding: 2%;
}
.items-content h2 small,.items-content h3 small{
    font-size: 50%;
}
.items-content h4, .items-content h5,.items-content h3{
    font-size: 130%;
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
    margin-top: 5%;
}
.item-discription img{
    display: block;
    margin: 4% auto 2%;
    max-width: 80%;
}
.item-discription ul,.item-discription ul li{
    list-style-type: disc;
}
.item-discription ul{
    padding-left: 4%;
    line-height: 2;
    margin: 5% 0;
}
.items-area{
    border-bottom: 1px solid #333333;
}
small{font-size: 70%;}
.items-main{margin: 10% 0 5%;}
.relation-items{padding: 2%;}
.relation-items h2,
.question h2{
    font-size: 180%;
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
    text-align: left;
    text-align: center;
}
.relation-items .price-reg{
    color: rgb(218, 60, 65);
}
.relation-cat{
/*    color: #b9b9b9;*/
}
.buy-button{
    margin-top: 5%;
}
.buy-button li,
.set-list ul li div{
    display: inline-block;
    padding: 3% 10%;
    position: relative;
}
.set-list ul li div{
    font-size: 85%;
    padding: 3% 14%;
    color: #fff;
}
.set-list ul li div a{
    color: #fff;
}
.set-list ul li span,
.set-list ul li.reg-color > a{
    color: #b63b4d;
}
.buy-button li:before,
.set-list ul li div:before{
    position: absolute;
    content: '»';
    left: 4%;
    font-size: 140%;
    line-height: 1;
    top: 21%;
    color: #fff;
}
.buy-button li.regular,
.set-list ul li div.regular{
    background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}
.set-list ul li div{
    margin-top: 12px;
    line-height: 1.6;
}
.buy-button li.normal,
.set-list ul li div.normal{
    background-color: #E4E4E1;
 background-image: radial-gradient(at top center, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%), linear-gradient(to top, rgba(255,255,255,0.1) 0%, rgba(143,152,157,0.60) 100%);
    background-blend-mode: normal, multiply;
}
.buy-button li a{
    color: #fff;
}
@media screen and (max-width: 780px){
    
}
@media screen and (max-width: 414px){
    .items-image, .items-content {
    width: 100%;
    float: none;
}
.buy-button{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    left: 0;
    z-index: 1000;
}
.buy-button li {
    display: inline-block;
    padding: 3% 0;
    width: 49%;
    line-height: 1.3;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    font-size: 120%;
}

.buy-button li:before{
    font-size: 160%;
    line-height: 1;
    top: 32%;
}
#group .buy-button li::before{
    top: 16%;
}
.relation-items h2{margin-bottom: 5%;}
section.relation-items{padding: 5% !important}
/*.reg-price{color: rgb(218, 60, 65);}*/
}

/*商品ページここまで*/

/*成分*/
.compo > li,
#compo2{
    border: 2px solid #d4d4d4;
    border-radius: 12px;
    padding: 5%;
    margin: 4% 1.5%;
}
.compo > li h3{
    font-size: 160%;
    margin-bottom: 1%;
    color: #da3c41;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 3%;
}
.compo > li h3 a{
    color: #da3c41;
}
.compo-list li{
    width: 11%;
    text-align: center;
    display: inline-block;
    margin-right: 3%;
}
.compo-list li p{
    margin-top: -10px;
    margin-bottom: 40px;
}
.compo-main{margin-top: 5%;}
.compo-main li{
    width: 27%;
    border: 1px solid #d4d4d4;
    padding: 1.5%;
    float: left;
    margin: 1.5%;
}
.compo-main li img{
    float: left;
    width: 20%;
}
.compo-main p{
    margin-top: 7%;
    font-size: 140%;
    padding-left: 30%;
}
.compo h1{line-height: 1.6;}
.compo h1 small{font-size: 70%; }
#compo .set-list li{margin-top: 0;}
/*FAQ*/
#faq,
#compo{
    margin-top: 14%;
}
#compo2 p{
    padding: 1.5%;
    line-height: 2;
    margin-top: 3%;
}
#compo2 h1{color: #da3c41;}
#compo2{margin-bottom: 10%;}
.compo-single .compo-list li p{
    margin-bottom: 0;
    margin-top: -16px !important;
}
.compo-single .compo-list{
    padding: 2% 5%;
    background: #fafafa;
    margin-top: 5%;
}
.compo-single .set-list li h3{
    color: #222222;
}
.compo-single .compo-list li{width: 16%;}
@media screen and (max-width: 414px){
    .compo-main li{width: 43%; padding: 4% 1.5%;}
    .compo-main p{width: 96%; font-size: 110%;}
    .compo-list li {
        width: 29%;
        text-align: center;
        display: inline-block;
        margin-right: 3%;
    }
    .compo-list li p {
        margin-bottom: 0px;
        font-size: 80%;
    }
    .compo p{
        margin-top: 16px;
        line-height: 1.6;
    }
}
#faq h1,
#compo h1{
    text-align: center;
    font-size: 180%;
}
.faq-title .f1, .faq-title h3{
    margin-left: 3%;
}
.accbox label.faq-title{
    background: #e9e9e9;
    border: none;
}
.f1{
    display: inline-block;
    padding: 3px 8px;
    background: #9d9d9d;
    margin-bottom: 12px;
    color: #fafafa;
}
.accbox label.faq-title h3{
    font-size: 120%;
    font-weight: 400;
}
.answer{
    background: #f5f5f5;
    line-height: 2;
}
.answer p{
    padding: 3%;
}
.accbox2{
    width: 80%;
    margin: 0 auto 3%;
}
.cp_ipselect {
    position: relative;
    display: block;
    overflow: hidden;
    width: 80%;
    height: 100%;
    margin: 2em auto;
    border-radius: 3px;
    color: #ffffff;
    }
    .cp_ipselect > i.toggle {
    position: absolute;
    z-index: 4;
    top: 16px;
    right: 1.5em;
    color: #ffffff;
    }
    .cp_ipselect .cp_sl07_arrowup:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    pointer-events: none;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    -webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
    transition: all 250ms cubic-bezier(.4,.25,.3,1);
    }
    .cp_ipselect .cp_sl07_arrowdown:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    pointer-events: none;
    border-top: 6px solid #ffffff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
    transition: all 250ms cubic-bezier(.4,.25,.3,1);
    }
    .cp_ipselect .cp_sl07_title, .cp_ipselect .cp_sl07_selectlabel {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 1em;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: #da3c41;
    }
    .cp_ipselect > input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    }
    .cp_ipselect > input:checked ~ i.toggle.cp_sl07_arrowdown {
    display: none;
    }
    .cp_ipselect > input:checked ~ i.toggle.cp_sl07_arrowup {
    display: block;
    }
    .cp_ipselect > input:checked div.options label.option .cp_sl07_title {
    display: none !important;
    }
    .cp_ipselect > input:not(:checked) {
    z-index: 4;
    }
    .cp_ipselect > input:not(:checked) ~ label.option > span.cp_sl07_title {
    display: none;
    }
    .cp_ipselect > input:not(:checked) ~ i.toggle.cp_sl07_arrowup {
    display: none;
    }
    .cp_ipselect > input:not(:checked) ~ i.toggle.cp_sl07_arrowdown {
    display: block;
    }
    .cp_ipselect > span.cp_sl07_selectlabel {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    border-top: 0;
    }
    .cp_ipselect label.option {
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    transition: all 1s ease-out;
    }
    .cp_ipselect label.option span.cp_sl07_title {
    position: relative;
    z-index: 2;
    transition: 0.3s ease-out;
    }
    .cp_ipselect label.option span.cp_sl07_title:hover {
    color: #ffffff;
    background: #1b2538;
    }
    .cp_ipselect label.option input {
    display: none;
    }
    .cp_ipselect label.option input:checked ~ span.cp_sl07_title {
    position: absolute;
    z-index: 3;
    top: 0;
    display: block;
    width: 100%;
    color: inherit;
    border-top: 0;
    background: #1b2538;
    box-shadow: none;
    }
@media screen and (max-width: 414px){
   .accbox2{width: 100%;}
   .faq-title .f1, .faq-title h3 {
    margin-left: 8%;
    line-height: 1.6;
    }
    .f1{margin-bottom: 6px;}
    #faq, #compo {
        margin-top: 22%;
    }
}


/*会社情報や特定商取引*/
#company article,
#salon article{margin: 200px auto 10%;}
#company article > div section{
    width: 70%;
    float: left;
}
#company article > div aside{
    width: 24%;
    float: right;
    background: #e9e9e9;
}
#company article h1,
#salon article h1{
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
    font-size: 180%;
    text-align: center;
    margin-bottom: 5%;
}
#company article h1 span,
#salon article h1 span{
    font-size: 80%;
}
#company article section table{
    width: 100%;
    border-top: 4px solid #222;
    border-bottom: 4px solid #222;
}
#company article section table td{
    padding: 4%;
    line-height: 1.6;
    letter-spacing: 1px;
    border-bottom: 1px dotted #666666;
}
#company article section > h3{
    margin: 32px 0 8px;
}
#company article section > p{
    line-height: 1.6;
    margin-bottom: 8px;
    text-align: justify;
}
#company article section table th{
    border-bottom: 1px dotted #666666;
    width: 20%;
}
#company aside ul li{
    padding: 7%;
    border-bottom: 1px solid #f5f5f5;
}
#company aside ul li.active{
    background: #6e6e6e;
}
#company aside ul li.active a{
    color: #fafafa;
}
#company aside ul li:hover{
    background: #6e6e6e;
    transition: .7s;
}
#company aside ul li:hover a{
    color: #fafafa;
}
#company .listarea{margin: 24px 0;}
#company .listarea li{padding: 2% 0;}
.guide h3{font-size: 140%; color: #da3c41; margin: 24px 0 16px;}
.guide .box-end{border-bottom: 4px solid #222;padding: 32px 0;}
.guide p{margin-bottom: 12px; line-height: 1.8;}
.daikin th {
    border-bottom: 2px solid #e60012;
}
.daikin th, .daikin td {
    display: block;
    padding: 8px 0;
}
#company table.daikin{
    border: none;
    margin-bottom: 24px;
}
.daikin th {
    border-bottom: 2px solid #e60012;
}
.daikin td {
    line-height: 2;
}
.box-end strong{color: #da3c41;}

.daikin th, .daikin td {
    display: block;
    padding: 8px 0;
    text-align: left;
}
.daikin tr {
    display: inline-block;
    width: 29%;
}
.daikin td.t-right{text-align: right}
#company article section table.daikin th{
    width: auto;
    vertical-align: top;
}
.sub-content2 p{
    line-height: 2;
}
.sub{
    border-bottom: 4px solid #333;
    margin-bottom: 40px;
    padding: 5%;
}
.sub img{
    display: block;
    margin: 0 auto;
}
.president{margin-bottom: 15%;}
/*.president img{
    float: left;
    margin: 0 4% 2% 0;
}*/
.president p{
    line-height: 2;
    margin-bottom: 18px;
}
.image-box{
    width: 237px;
    height: 300px;
    float: left;
    margin: 0 4% 2% 0;
    overflow: hidden;
    border-radius: 24px 0 24px 0;
}
.tarn{text-align: center;width: 90%;margin: 0 auto;}
.tarn li{
    width: 28%;
    display: inline-block;
    margin: 24px 2%;
    font-size: 80%;
    vertical-align: top;
}
.tarn li img{
    width: 100%;
    height: auto;
}
.tarn li.tarn-step{
    position: relative;
}
.tarn li.tarn-step:after{
    content: '▶';
    color: red;
    position: absolute;
    right: -14%;
    top: 35%;
    font-size: 24px;
}
.doctor-area{
    background: #fdfffc;
    height: 260px;
    display: block;
    width: 90%;
    margin: 40px auto;}
.doctor-area > img{
    display: block;
    height: auto;
    width: 36%;
    float: left;}
.doctor-area > div{
    width: 64%;
    float: right;
    margin-top: 8%;
    text-align: center;
}
.doctor-area > div img{
    display: block;
    width: 60%;
    margin: 0 auto 16px;
}
@media screen and (max-width: 780px){
}
@media screen and (max-width: 414px){
    #company article > div section,
    #company article > div aside{
    width: 100%;
    float: none;
    }
    #company article section table th{width: 25%;}
    #company article > div aside{margin-top: 10%;}
    #company aside ul li{padding: 4%;}
    .doctor-area{background: none;}
    .doctor-area > img{
        float: none;
        width: 70%;
        margin: 0 auto;
    }
    .doctor-area > div{width: 100%;}
    .doctor-area > div img{width: 86%;}
    .doctor-area > div{font-size: 80%; float: none;}
    .doctor-area{height: auto;}
    #group .buy-button{position: initial;}
    .image-box{
        float: none;
        margin: 0 auto 6%;
    }
    .tarn li.tarn-step::after {
    content: '▼';
    top: auto;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20%;
}
}
/*会社情報や特定商取引ここまで*/
/*セットページ*/
#group .head-content2{
    width: 100%;
    /*height: 558px;*/
    position: relative;
    overflow-y: hidden;
    margin-top: 10%;
}
#group .head-content2 >img{
    width: 100%;
    height: auto;
    position: relative;
}
#group .head-content2 .wrapper div{
    width: 720px;
    position: absolute;
    top: 0;
    text-align: left;
    padding-top: 7%;
    line-height: 1.6;
}
.media .head-content2 .wrapper div{
    color: #fafafa;
}
.serum .head-content2 .wrapper div{color: #fafafa;}
#group .head-content2 .wrapper div h1{
    text-align: left;
    font-size: 240%;
    margin-bottom: 24px;
    font-weight: lighter;
}
#group .head-content2 .wrapper div h1 span{
    font-size: 70%;
}
#group .head-content2 .wrapper div p{
    width: 80%;
    font-size: 200%;
}
#group .main-content .wrapper > p{
    font-size: 140%;
    padding: 6% 20%;
    text-align: center;
    line-height: 1.8;
}
#group .main-content .doctor-messege{
    width: 800px;
    margin: 0 auto 80px;
    padding: 40px;
    border: 1px solid #f1e7c8;
    line-height: 2;
}
.set-list{
    text-align: center;
    margin-bottom: 15%;
}
.set-list li{
    width: 33%;
    display: inline-block;
    line-height: 1.8;
    vertical-align: bottom;
    margin-top: 5%;
}
.set-list ul{
    margin-top: 2% 0;
}
.set-list ul li{
    width: 40%;
    line-height: 1.2;
}
.set-list li img{
    width: 50%;
}
.set-list li h3{
    font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;
    font-size: 140%;
    line-height: 1;
    color: #da3c41;
}

.set-list li h3 span{
    font-size: 70%;
}
.set-list2{
    width: 880px;
    margin: 0 auto;
}
.set-list2 li{
    margin-top: 10%;
}
#group .set-list2 li{margin-top: 0%;}
#group .set-list2 li{margin: 1% 0 5%;}
#group .set-list2 > li{margin-top: 6%;}
.set-list2 li:first-child{
    margin-top: 0;
}
.set-list2 li > div:first-child{
    width: 30%;
}
.set-list2 li > div:last-child{
    width: 60%;
}
.set-list2 li:nth-child(odd) > div:first-child{
    float: left;
}
.set-list2 li:nth-child(even) > div:first-child{
    float: right;
}
.set-list2 li:nth-child(odd) > div:last-child{
    float: right;
}
.set-list2 li:nth-child(even) > div:last-child{
    float: left;
}
.set-list2 .r-name h3{
    font-size: 200%;
    margin: 3% 0;
}
.set-list2 .r-name h3 span{
    font-size: 70%;
}
.set-list2 .r-name .price-base{
    margin: 2% 0;
}
.set-list2 .r-name .price-reg{
    margin-bottom: 3%;
}
.set-list2 .r-name div p{
    line-height: 1.6;
}
.set-list2 .r-name div{margin-bottom: 5%;}
/*#item4038 .price-reg,
#item4038 .buy-button .regular,
#item4038 .reg-color,
.none .r-name ul{
    display: none;
}*/
/*li#item4038{margin-bottom: 11%;}*/
li.none{margin-bottom: 9%;}
/*#item4038 .r-name > a{
    display: block;
    margin-bottom: 5%;
}*/

/*カレンダー */
.xo-months > table{
    width: 46% !important;
    display: inline-block;
    vertical-align: top;
}
.mgt80{margin-top: 80px;}
#top section#xo_event_calendar-2{
        padding: 0;
        border-bottom: none;
    }
@media screen and (max-width: 1240px){
    #group .head-content2 .wrapper div{
        padding-top: 3%;
    }
    .media .head-content2 .wrapper div{
        padding-top: 18%;
    }
}
@media screen and (max-width: 780px){
}
@media screen and (max-width: 414px){
    #group .main-content .wrapper > p{
        padding: 6%;
        margin: 10% 0;
    }
    .set-list li h3{font-size: 105%;height: 30px;}
    .set-list li{
        width: 49.5%;
        margin-bottom: 24px;
    }
    .set-list li#item4038{
        vertical-align: top;
    }
    #item4038 .r-name > a{margin-bottom: 0;}
    #group .head-content2 .wrapper div{
        width: 90%;
    }
    #group .head-content2 .wrapper div h2{
        line-height: 1;
        margin-bottom: 8px;
    }
    #group .head-content2 .wrapper div p{
        width: 100%;
    }
    #group .head-content2{margin-top: 20%;}
    #group .relation-cat{font-size: 80%;}
    .set-list ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    #group .main-content .doctor-messege{
        width: 90%;
        padding: 5%;
        background: #fcfcfc;
    }
    .set-list2{width: 100%;}
    .set-list2 li > div:first-child{width: 100%;}
    .set-list2 li > div:first-child img{
        width: 40%;
        margin: 0 auto;
        display: block;
    }
    .set-list2 li > div:last-child {
        width: 90%;
        padding: 5%;
    }
    .set-list2 .r-name .price-base{
        margin: 7% 0 2%;
    }
    .set-list2 .r-name .price-reg {
        margin-bottom: 8%;
    }
    .set-list2 .r-name .buttonarea{
        font-size: 100%;
    }
    items-top-word {
        font-size: 160%;
        line-height: 1.2;
    }
    #group .head-content2 .wrapper div h1{
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .relation-cat{
        font-size: 60%;
    }
    .xo-months > table{width: 100% !important;}
    .mgt80{margin-top: 68px;}
    .link-content{margin-bottom: 28px;}
    .tarn li{width: 80%;}
}
/*商品一覧*/
.item-head{
    height: 468px;
    margin-top: 10%;
    margin-bottom: 5%;
    background: #f5f5f5;
    padding: 40px;
}
.regular .item-head{background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);}
.head-text{
    width: 40%;
    float: left;
    font-size: 160%;
    line-height: 1.8;
    padding: 10%;
}
.regular .keizoku{
    width: 80%;
    margin: 24px;
}
.regu-title{
    margin-top: 80px;
    margin-bottom: 0;
}
.item-regu{
    position: absolute;
    top: 10%;
}
.head-text span{
    font-size: 70%;
}
#item h1{
    text-align: center;
    font-size: 180%;
}
.regu-box{
    width: 820px;
    padding: 40px;
    margin: 40px auto 0;
    text-align: center;
/*    border: 1px solid #da3c41;*/
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
}
.regu-box .flow {
    text-align: center;
}
.regu-box .flow img {
    margin: 48px 24px;
}
.regu-box h2{
    color: #da3c41;
    line-height: 1.5;
}
.regu-box h2 span{
    color: #222;
    font-size: 70%;
}
.regu-box h2 span span{
    font-size: 160%;
}
.head-image{
    width: 40%;
    float: left;
    position: relative;
    height: 468px;
}
@media screen and (max-width: 414px){
    .regular .item-head{padding: 5%;}
    .regu-box{width: 90%;
    padding: 5%;}
    .regular section .regu-box h2{
        margin-bottom: 10% !important;
    }
    .regu-box p{
        padding: 0 5%;
        line-height: 1.8;
    }
    .regu-box .flow img{
        width: 90%;
        margin: 5%;
    }
    .daikin tr {
        display: inline-block;
        width: 49%;
        font-size: 90%;
    }
}
.item1{
    position: absolute;
    top: 27%;
    width: 12.5%;
}
.item2{
    position: absolute;
    top: 27%;
    right: 0;
    width: 12.5%;
}
.item3{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}
.item4{
    position: absolute;
    bottom: 0;
}
.item5{
    position: absolute;
    width: 70%;
    top: 26%;
    margin: auto;
    left: 0;
    right: 0;
}
#item .set-list li h3{color: #333;}

.shimi section.main-content,
.shiwa section.main-content,
.keana section.main-content{
    background-image: linear-gradient(to top, #fffffe 0%, #ffefd8 100%);
    width: 100%;
    position: relative;
    padding: 4% 0;
}
.shiwa section.main-content{
    background-image: linear-gradient(to top, #d5d4d0 0%, #f1f1f1 1%, #ececec 31%, #efeeec 75%, #f7f7f7 100%);
}
.keana section.main-content{
    background-image: linear-gradient(-225deg, #fffdfd 0%, #fff0ee 48%, #FFF5F6 100%);
}

.parallax {
	width: 100%;
	height: 100%;
        position: absolute !important;
        top: 0;
}
.aligncenter, .center{
    display: block;
    margin: 0 auto;
}
.nayami-box{
    width: 90%;
    padding: 32px 5%;
    background: rgba(255,255,255,.5);
    border-radius: 20px;
    margin: 5% auto;
    line-height: 2;
}
.nayami-box2{
    width: 90%;
    padding: 40px 5%;
    border-radius: 20px;
    margin: 5% auto;
    line-height: 2;
}
.nayami-box h3,
.nayami-box2 h3{
    text-align: center;
    font-size: 140%;
    margin: 0% 0 4%;
    background: #9c9b9b;
    color: #fff;
}
.nayami-box2 h3{
    color: #fafafa;
    background: #333;
}
.nayami-box h2, .nayami-box2 h2{
    font-size: 180%;
    line-height: 1.3;
    margin-bottom: 3%;
    margin-top: 4%;
}
.nayami-box p, .nayami-box2 p{
    text-align: justify;
    margin-bottom: 4%;
    letter-spacing: 0px;
}
.type-n li{
    width: 90%;
    padding: 5%;
    margin: 1% auto 2%;
    background: rgba(249,254,254, .7);
}
.type-n li > div:first-child{
    width: 26%;
    float: left;
}
.type-n li > div:last-child{
    width: 68%;
    float: right;
}
.nayami-box .type-n h3{
    margin-top: 0;
    background: #ff6f7a;
    line-height: 1;
    padding: 8px 0;
}
.nayami-box .type-n h3 span{
    font-size: 70%;
}
.nayami-box .type-n p{
    font-size: 90%;
}
/*.nayami-box h2 {text-align: left;}*/
/*.image-left > div:first-child,
.image-right > div:first-child{
    width: 240px;
    height: 336px;
    border-radius: 12px;
    overflow: hidden;
    float: left;
}*/
.nayami-content .wrapper{
    width: 780px;
    margin: 0 auto;
}
/*.image-right > div:first-child{float: right;}
.image-left > div:last-child,
.image-right > div:last-child{
    width: 400px;
    float: right;
}
.image-right > div:last-child{float: left;}*/
.alignleft{
    float: left;
    margin: 0 5% 5% 0;
}
.main-content2 h2{
    margin-bottom: 0; 
}
.main-content2 div.wrapper > span{
    margin-bottom: 10%;
}
.main-content2{
    padding-bottom: 10%;
}
.list-text li {
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    width: 42%;
    float: left;
    padding: 2%;
    min-height: 437px;
}
.list-text li p {
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
.list-text h3{font-size: 120%;}

/*商品ページ*/
.point-r li>div {
    background: #ff0000;
    color: #fff;
    padding: 0px 16px;
    border-radius: 29px;
    text-align: center;
    margin: -28px auto 10px;
    width: 60px;
}
.item-discription ul.point-r{
    padding-left: 0;
}
.point-r {
    width: 100%;
    margin: 32px auto;
    text-align: center;
}
.point-r li {
    background: #fff;
    border: 1px solid #ff0000;
    padding: 16px 0 32px;
    display: inline-block;
    width: 45%;
    margin: 2%;
    vertical-align: top;
    height: 60px;
}
.point-r2 li {
    background: #fff;
    border: 1px solid #ff0000;
    padding: 0;
    display: inline-block;
    width: 46%;
    margin: 1%;
    vertical-align: top;
    height: auto;
}
.point-r2 li h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 0;
    color: #ff0000;
}
.point-r li h4 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 0;
    padding: 0 5%;
    line-height: 1.5;
}
.point-l {
    text-align: center;
    margin-top: 80px;
}
.point-l i {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    font-style: italic;
}
.point-l i span {
    font-size: 24px;
}
.set2 h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 24px;
}
.set2 h3 span {
    font-size: 24px;
    line-height: 1;
}
.red {
    color: #e60012;
}
.items-content .item-discription h3{
    line-height: 1.8;
}
.items-content .item-discription h3.red{
    line-height: 1.1;
}
.items-content .item-discription .item-3ten > div h3 {
    margin-bottom: 24px;
    margin-top: 0px;
    line-height: 1.6;
    font-size: 200%;
}
.item-3ten > div ul li {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ff0835;
    border-radius: 8px;
}
.item-3ten > div h4 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    line-height: 1.2;
}
.item-3ten > div h4 span {
    font-size: 14px;
}
.item-3ten > div h4 span b{
    font-size: 180%;
    font-weight: 400;
 }
 /*.back-g {
    background-color: #f8f8f8;
    padding: 24px 0;
    margin: 64px 0;
    position: relative;
}*/
 #top .bx-wrapper{
     z-index: 5000;
 }
@media screen and (max-width: 780px){
    
}

@media screen and (max-width: 414px){
    .concierge{
        width: 95%;
    }
    .nayami-content .wrapper{width: 90%;}
    .nayami-box,.nayami-box2{width: 90%;}
    .head-image {
        width: 80%;
        height: 100%;
        padding: 86% 0 0;
        margin: 0 10%;
        position: relative;
    }
    .item1 {
        position: absolute;
        top: 27%;
        width: 12.5%;
    }
    .item2 {
    position: absolute;
    top: 27%;
    right: 0;
    width: 12.5%;
    }
    .item3 {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
    }
    .item4 {
        position: absolute;
        bottom: 0;
    }
    .item5 {
        position: absolute;
        width: 70%;
        top: 26%;
        margin: auto;
        left: 0;
        right: 0;
    }
    .item-head{height: auto;}
    .head-text, .head-image{float: none; width: 100%;}
    .head-image{
    padding: 86% 0 0;
    margin: 0 10%;
    width: 80%;
    }
    .item-head .wrapper{
        padding: 0;
        width: 100%;
    }
    .sp{display: block;}
	.pc{display: none;}
	body{font-size: 80%;}
	/*TOP-ITEM*/
	.items ul{width: 90%; padding: 0 5%;}
	.items ul li div div h3{
		font-weight: lighter;
	    line-height: 1;
	    font-size: 140%;
	    letter-spacing: 1px;
	}
	.items ul li > div {width: 60%;}
	.items ul li > div:last-child {width: 40%;}
	.items ul li div div {padding-top: 10%;}
	.buttonarea:before{top: 35%;}
	.buttonarea{font-size: 80%;}
	.nayami{width: 90%; padding: 0 5%;}
	.nayami li{width: 100%; margin-bottom: 16px;}
	.about-box{width: 80%; height: 160px;}
	.about-box img{width: 100%;}
        .regular .keizoku{margin: 24px 0; width: 100%;}
	.sp-info-biyou{
		width: 100%;
	}
	.sp-info-biyou li{
/*		border-left: 1px solid #000;
		border-top: 1px solid #000;
		border-right: 1px solid #000;*/
                border: 1px solid #000;
		height: 80px;
                margin-bottom: 8px;
	}
	.sp-info-biyou li:last-child{
		border-bottom: 1px solid #000;
	}
	.sp-info-biyou .info-image{
		width: 40%;
		height: 100%;
		float: left;
	}
	.content-more{
		 float: none; 
	    margin-top: 8%;
	    text-align: center;
	    padding: 5%;
	}
	.sp-info-biyou .biyou-cat{border: 1px solid #000; color: #000;}
	.sp-info-biyou .info-biyou-text h3{color: #000;}
	.sp-info-biyou .info-biyou-text{width: 60%; float: right;}
	.info-title {
	    max-width: 100%;
	    vertical-align: middle;
	    margin-top: 16px;
	    line-height: 1.5;
	}
	.wrapper{width: 90%; padding: 0 5%;}
	.rank-base,.relation-base {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .a-rank{width: 1080px;}
    /*FOOTER*/
    .footer-brand,.mokuteki{width: 100%;}
    .a-rank i {
	    font-size: 160%;
	    margin-bottom: 4%;
	}
	#footer > div{
		padding: 10% 5%;
	}
    #footer{margin-top: 15%;}
    #top #footer{margin-top: 0%;}
	.footer-brand li h3 {
	    margin-top: 16px;
	    line-height: 1.5;
	}
	.cp_ipselect {
		position: relative;
		display: block;
		overflow: hidden;
		width: 90%;
		height: 100%;
		margin: 2em auto;
		border-radius: 3px;
		color: #ffffff;
		}
		.foot-logo{width: 50%;}
		.footerlink li:first-child{border-top: 1px dotted #fafafa;}
		.footerlink li {
	    width: 100%;
	    padding: 4% 0;
	    border-bottom: 1px dotted #fafafa;
		}
		.footerlink li:before, .footerlink li:after, .footerlink li:last-child:after{padding: 0; border: none;}
		#head .logo {
		    width: 148px !important;
		    height: 60px !important;
		}
                #head{
                    position: fixed !important;
                    z-index: 4000;
                }
                
                /*ITEM*/
                .item-head{position: relative; margin-bottom: 80px;margin-top: 18%;}
                .head-text{
                    width: 94%;
                    padding: 0%;
                    font-size: 150%;
                    line-height: 2;
                    position: relative;
                }
                #item section h2{margin-bottom: 0;}
                .item-content > span{text-align: center; color: #da3c41; font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400; display: block;}
                .item-list{text-align: center; margin: 20% 0;}
                .item-list li{display: inline-block; width: 49.5%; vertical-align: top;}
                .item-list li h3{font-family: "trajan-pro-3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;line-height: 1.5;}
                .item-list li p.genre, .item-list li p.price{line-height: 1.5; font-size: 80%;}
                .list2{margin: 10% 0;}
                .list2 .item-list{text-align: center; margin: 10% 0 20%;}
                .sptop{margin-top: 18% !important;}
                #container{margin-top: 100vh;}
                .rank-base2{width: 100%;}
                .links{width: 96%; padding: 5% 2%;}
                .links > div{width: 95%; margin: 2%;}
                .link-content li{width: 90%; padding: 8px 0; margin-bottom: 3%;}
                .link-content li img{width: 120px; margin: 0 auto; display: block;}
                .fb{border: 1px solid #3351A2;}
                .insta{border: 1px solid #000000;}
                .hiroo{border: 1px solid #70A43F;}
                #flow .head-content{margin-top: 15%;}
                #flow .main-list{
                    width: 90%;
                    margin: 5% auto;
                }
                #flow .main-list li > div {
                    width: 92%;
                    margin: 0 auto;
                    background: #fff;
                    padding: 4%;
                    position: relative;
                    display: flex;
                    display: inline-block;
                    vertical-align: top;
                }
                #flow .main-list li div > div.flow-content h3{
                    font-size: 110%;
                }
                #flow .main-list li{margin-top: 16%;}
                .flow-fv1{
                    left: 44%;
                    width: 10.5%;
                    top: 20.6%;
                }
                .flow-fv2{
                    top: 15.3%;
                    width: 15.5%;
                    left: 53%;
                }
                .flow-fv3{
                    top: 16.6%;
                    width: 13.5%;
                    left: 67%;
                }
                .flow-fv4{
                    width: 10.5%;
                    top: 19.5%;
                    left: 80%;
                }
                #top section{
                    padding: 60px 0 5%;
                }
                .bx-wrapper img.pc{
                    display: none;
                }
                .bx-wrapper{margin-top: 18%;
                }
                .pc-menunav{display: none !important;}
                .biyou-cat a{color: #333;}
                #maincopy span{font-size: 80%;}
                .winning-point{width: 74px;}
                .question{
                    margin: 5% auto;
                    width: 90%;
                    padding: 0 5%;
                }
                .question div h3{padding: 3%;}
                #top .bx-wrapper{top: 0;}
                #company article {
                    margin: 21% auto 10%;
                }
                #company article h1 span {
                    font-size: 60%;
                }
                .image-left > div:first-child,
                .image-right > div:first-child{
                    float: none;
                    margin: 0 auto 48px;
                }
                .image-left > div:last-child,
                .image-right > div:last-child{
                    width: 100%;
                    float: none;
                }
                .pickup-list-sp ul{
                    text-align: center;
                }
                .pickup-list-sp li{
                    width: 45%;
                    float: left;
                    border: 1px solid #222222;
                    margin: 2%;
                }
                .items2 ul{width: 96%; padding: 0 2% 5%;}
                .items2 ul.pickup-list-sp li div > div{width: 100%;}
                .items2 ul.pickup-list-sp li img{margin: 8% 0;}
                .items2 ul.pickup-list-sp li h3{margin-top: 0;margin-bottom: 8%;}
                .items2 ul.pickup-list-sp li div > div.pick-tokushu{
                    display: inline-block;
                    width: auto;
                    padding: 3%;
                    min-width: 40%;
                    margin: 2%;
                }
                .pickup-list-sp li.pick-list2{width: 94.5%;}
                .items2 ul.pickup-list-sp li.pick-list2 div > div{
                    width: 64%;
                    float: left;
                }
                .items2 ul.pickup-list-sp li.pick-list2 div > div:last-child{
                    width: 36%;
                    float: right;
                }
                .items2 ul.pickup-list-sp li.pick-list2 img{margin: 0;}
                .items2 ul.pickup-list-sp li.pick-list2 div > div.pick-tokushu{
                    width: 30%;
                }
                .items2 ul li.pick-list2 div > div h3{
                    margin: 8% 0 0 0;
                }
                .items3{
                    width: 92%;
                    padding: 0 4%;
                }
                .items2 ul li{
                    height: auto;
                    vertical-align: top;
                }
                .items2 ul li div > div {
                width: 100%;
                float: none;}
                .items2 ul li div > div h3{margin: 5% 0;}
                .items3 li{width: 100%; margin: 1.3% 0;}
                .items3 li h3 {
                    padding: 10% 2%;
                    font-size: 120%;
                }
                .items3 li img, .items2 ul li img{display: block; border: none;}
                .pickimage{
                    width: 36%;
                    float: right;
                }
                .alignleft{
                    float: none;
                    margin: 2% auto;
                    display: block;
                }
                .nayami-box h2, .nayami-box2 h2{
                    letter-spacing: -2px;
                }
                .point-r li {
                    background: #fff;
                    border: 1px solid #ff0000;
                    padding: 16px 0 32px;
                    display: inline-block;
                    width: 90%;
                    margin: 5%;
                    vertical-align: top;
                    height: auto;
                }
                .items-content h2{
                    font-size: 136%;
                    line-height: 1.8;
                }
                .item-discription .item-3ten img {
                    max-width: 50%;
                }
}
/*#item4750 .buy-button{
    display: none;
}*/
/*#item4750 .price-base,
#item4750 .price-reg {
    display: none;
}*/
#item4747 small,
#item4907 .normal,
#item4907 .price-base,
#item4907 ul li.reg-item{
    display: none !important;
}
/*#top main{
    z-index: 4900;
}
#top .bx-wrapper a{
    z-index: 9999;
}*/

/*202008add*/
.af-message > div{
    width: 40%;
    float: left;
    padding: 5%;
    height: 280px;
}
.af-message p{
    color: #fff;
    text-align: center;
    font-size: 170%;
}
.back_black{
    background: #231815;
}
.text-center{
    text-align: center;
}
.button-af{
    background: #ff5555;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 8px 32px;
    display: inline-block;
    margin-top: 2rem;
}
.button-af2{
    background: #ff5555;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 16px 48px;
    display: inline-block;
    margin-top: 2rem;
}
.af-message2{
    background: url('/images/af_back2_re.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
}
.mt8{
    margin-top: 8%;
}
.mt5{
    margin-top: 5%;
}
.mt3{
    margin-top: 3%;
}
.sns_icon li{
    width: 20%;
    float: left;
}
.sns_icon img{
    width: 70%;
    margin: 5% auto;
    display: block;
}
.b1{
    font-size: 160%;
}
.b2{
    font-size: 200%;
}
.b3{
    font-size: 240%;
}
.af-contents h2{
    margin-bottom: 0;
}
.af-contents2{
    padding: 5% 0;
}
.af_point li{
    padding: 2%;
    background: #fff;
    width: 820px;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.af_point li p{
    font-size: 130%;
    padding-left: 5%;
}
.af_point li:nth-child(1):before,
.af_point li:nth-child(2):before,
.af_point li:nth-child(3):before,
.af_point li:nth-child(4):before,
.af_point li:nth-child(5):before{
    content: '1';
    font-size: 300%;
    position: absolute;
    top: -7%;
    left: 2%;
    font-style: italic;
    font-weight: lighter;
}
.af_point li:nth-child(2):before{
    content: '2';
}
.af_point li:nth-child(3):before{
    content: '3';
}
.af_point li:nth-child(4):before{
    content: '4';
}
.af_point li:nth-child(5):before{
    content: '5';
}
.af-ttl2{
    color: #da3c41;
}
.kiyaku-area{
    width: 780px;
    border: 1px solid #f5f5f5;
    padding: 20px;
    height: 360px;
    overflow-y: scroll;
    margin: 0 auto;
}
#head .logo2 {
    width: 380px;
    height: auto;
    position: fixed;
    z-index: 100;
    top: 2%;
    left: 2%;
}
.hoshu1{
    width: 30%;
    float: left;
}
.hoshu2{
    width: 70%;
    float: left;
}
.hoshu2 p{
    margin-top: 3%;
}
.hoshu2 div{
    font-weight: 600;
    font-size: 540%;
    color: #da3c40;
}
.hoshu2 div small{
    font-size: 70%;
}
@media screen and (min-width: 1440px){
    .af-message > div{
        height: 340px;
    }
}
@media screen and (max-width: 480px){
    .af-message > div{
        width: 90%;
    }
    .af-message > div{
        height: auto;
        min-height: 200px;
    }
    .sns_icon li {
        width: 32%;
        float: none;
        display: inline-block;
    }
    .sns_icon img {
        width: 90%;
    }
    .af_point li{
        width: 90%;
    }
    .af_point li {
        padding: 5%;
    }
    .af_point li p{
        padding-left: 10%;
    }
    .af_point li:nth-child(1):before, .af_point li:nth-child(2):before, .af_point li:nth-child(3):before, .af_point li:nth-child(4):before, .af_point li:nth-child(5):before {
        top: -1%;
        left: 5%;
    }
    .kiyaku-area{
        width: 90%;
        padding: 5%;
    }
    .button-af{
        margin-top: 1rem;
    }
    #head .logo2{
        width: 45%;
        top: 1.5%;
    }
    .hoshu1{
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .hoshu1 img{
        width: 40%;
        margin-top: 5%;
    }
    .hoshu2{
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .hoshu2 div{
        font-size: 400%;
    }
    .hoshu2 div small{
        font-size: 50%;
    }
}
.wpcf7{
    width: 780px;
    padding: 1rem;
    background: #fafafa;
    margin: 0 auto;
}
.wpcf7 p{
    text-align: left;
    margin-bottom: 1rem;
}
.wpcf7 p input{
    border: none;
    width: 100%;
    padding: 16px 0;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
/*    background: #ffe9e9;*/
    background: #fff;
    padding: 8px;
    margin: 4px;
    border-radius: 4px;
    color: #333;
}
.wpcf7-list-item input{
    width: auto !important;
}
.wpcf7 span.wpcf7-list-item {
    margin: .5rem;
}
.wpcf7-submit{
    background: #ff5555;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 16px 48px;
    display: inline-block;
    margin-top: 2rem;
    border-radius: 0px;
}
@media screen and (max-width: 480px){
    .wpcf7{
        width: 90%;
        padding: 5%;
    }
}
#attention-text{
    display: none;
}
#item123 #attention-text{
    display: block;
    color: red;
    font-size: 16px;
    margin-top: 1.5rem;
}


.set-list2 .r-name{
    float: right;
}
@media screen and (max-width: 480px){
    .set-list2 .r-name{
    float: none;
}
.items3 li .pick-tokushu{
        padding: 1% 2%;
}
}
.area__list{
    width: 600px;
    margin: 0 auto;
}
.area__list td:first-child{
    background: #666;
    color: #fff;
    padding: 8px 16px;
    width: 80px;
}
.area__list td a{
    text-decoration: underline;
}
.area__list td:first-child a{
    color: #fff;
}
.area__list td{
    padding: 8px;
    background: #f5f5f5;
    text-align: center;
    border-collapse: separate;
}
.area__contents{
    margin: 16px auto;
    width: 800px;
}
.area__contents ul li{
    border: 2px solid #333;
    padding: 8px;
    margin-bottom: 16px;
}
.area__contents ul li > div{
    margin: 16px;
}
.area__contents h2,
.entry_salon h2{
    font-size: 24px;
    background: #f5f5f5;
    margin: 24px 0 8px;
}
.entry_salon h2{
    background: #666;
    color: #fafafa;
    padding: 12px;
}
.area__contents h3{
    font-size: 16px;
    background: #fafafa;
    margin: 24px 0 8px;
    display: inline-block;
    padding: 8px 12px;
}
.area__contents__image{
    width: 240px;
    height: 180px;
    float: left;
}
.area__contents__txt{
    width: 476px;
    height: auto;
    float: right;
}
.area__contents__txt h4{
    font-size: 18px;
}
.area__contents__table{
    font-size: 14px;
    margin-top: 24px;
}
.area__contents__table td:first-child{
    width: 74px;
}
.area__contents__table td{
    padding: 8px 0;
    border-bottom: 1px dotted #d6d6d6;
}
.area__contents__table td:last-child{
    padding-left: 12px;
}
#salon article h1{
    margin-bottom: 0;
}
.salon_ttl{
    margin-bottom: 5%;
    text-align: center;
}
.entry_salon{
    margin-top: 80px;
}
.nayami2 li{
    float: none;
    margin: 48px auto 0;
}

@media screen and (max-width: 480px){
    .area__list,
    .area__contents{
        width: 95%;
        margin: 0 2.5%;
    }
    #salon article {
        margin: 80px auto 10%;
    }
    .area__contents h2{
        font-size: 20px;
    }
    .area__contents__image{
        float: none;
        margin: 0 auto;
    }
    .area__contents__txt{
        width: 100%;
        float: none;
    }
    .area__contents__table {
        font-size: 12px;
        margin-top: 8px;
    }
    .area__contents__txt h4 {
        font-size: 18px;
        margin-top: 24px;
    }
    .nayami2 li{
        float: none;
        margin: 24px auto 0;
    }
}