@charset "UTF-8";

/* home */
body.home{
	padding: 0;
}
#main.home{}

#main.home #mv {
	position: relative;
}
#main.home #mv ul{
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 5;
    width: 25%;
}
#main.home #mv ul li{
    margin-bottom: 5%;
}
/*#main.home #mv ul li span{
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 10px;
    margin-right: 1em;
}
#main.home #mv ul li a{
    display: flex;
    align-items: center;
    background-color: #f30;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 10px 10px 10px 60px;
    background-image: url(../img/common/icon-shop.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}*/

#main.home #mv .slide{
	position: absolute;
	z-index: 1;
	height: 100vh;
	width: 100%;
}
#main.home #mv .splide{
	position: absolute;
	z-index: 1;
	height: 100vh;
	width: 100%;
}
#main.home #mv .splide .slide{
    position: static;
}
#main.home #mv .splide .slide figure{
    height: 100%;
}
#main.home #mv .splide .slide figure img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#main.home #mv .slide .swiper-slide .pic1{
	background-image: url('../img/home/MV.jpg');
}
#main.home #mv .slide .swiper-slide .pic2{
	background-image: url('../img/home/MV2.jpg');
}
#main.home #mv .slide .swiper-slide .pic3{
	background-image: url('../img/home/MV3.jpg');
}
#main.home #mv .slide .swiper-slide .pic4{
	background-image: url('../img/home/MV4.jpg');
}
#main.home #mv .slide .swiper-slide .pic5{
	background-image: url('../img/home/MV5.jpg');
}
#main.home #mv .slide .swiper-slide .pic6{
	background-image: url('../img/home/MV6.jpg');
}

#main.home #mv .slide .pic{
	background-size: cover;
	background-position: center center;
	height: 100vh;
}

#main.home #mv .inner2 {
	position: relative;
	height: 100vh;
	/*background-image: url("../img/home/MV.jpg");
	background-position: center top;
	background-size: cover;*/
	z-index: 2;
    width: 90%;
    max-width: none;
}
#main.home #mv p.pop {
	position: absolute;
	width: 200px;
	top: 140px;
	left: 3%;
	z-index: 10;
}
#main.home #mv img {
}
#main.home #mv dl {
	position: absolute;
	right: 0%;
	bottom: 20%;
	font-weight: 700;
	text-align: right;
}
#main.home #mv dt {
	color: #FFEAB1;
	font-size: 6rem;
}
#main.home #mv dd {
	color: #fff;
	font-size:2.4rem;
}
#main.home #mv .scr {
	position: absolute;
	left: 50%;
	bottom: 2%;
	width: 50px;
	margin-left: -25px;
}
#main.home p.exps{
	background: #F0EFF0;
	padding: 50px 0 0 0;
}
#main.home p.exps a{
    display: block;
	max-width: 480px;
	margin: auto;
    text-align: center;
    background: #f30;
    color: #fff;
    padding: 15px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
}
#main.home p.exps a:after{
    content: "";
    position: absolute;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
    width: 12px;
    height: 12px;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(135deg);
}
#main.home .corona {
	background: #F0EFF0;
	padding: 50px 0;
}
#main.home .corona a {
	display: block;
	max-width: 480px;
	margin: auto;
}
#main.home .corona p{
    text-align: center;
    margin-top: 15px;
    font-size: 1.6rem;
}
#main.home .corona p a{
    color: #f30;
}
#main.home .corona dl{
	max-width: 700px;
	width: 90%;
	background: #f30;
	padding: 15px;
	margin: 0 auto 20px auto;
	color: #fff;
	text-align: center;
}
#main.home .corona dt{
	color: #FFFD00;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

#main.home .corona dd{
	font-size: 1.4rem;
}

#main.home #area1 {
	background: url("../img/home/home1.jpg");
	background-size: cover;
	padding: 100px 0;
}
#main.home #area1 dl {
	text-align: center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#main.home #area1 dt {
	font-size: 3.2rem;
	margin: 40px 0;
}
@media screen and (max-width: 1100px) {
#main.home #area1 dt{
	font-size: 3vw;
}
}
#main.home #area1 dd {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.3em;
}
#main.home #area1 span {
	background: #f30;
	color: #fff;
	display: inline-block;
}
#main.home #area1 .logo {
	width: 100px;
	margin: auto;
}
#main.home #area1 .logo img {
}

#main.home #area2 {
	background: #F0EFF0;
	padding: 100px 0;
}
#main.home #area2 h2 {
	text-align: center;
	margin-bottom: 50px;
}
#main.home #area2 h2 span {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	display: block;
	margin: auto;
	color: #BBA15C;
	font-size: 5rem;
	line-height: 1;
}
#main.home #area2 h2 em {
	display: inline-block;
	margin: auto;
	font-size: 1.4rem;
	background: #BBA15C;
	color: #fff;
	padding: 2px 25px;
}
#main.home #area2 .inner2 {
}
#main.home .flex {
	justify-content: center;
}
#main.home .flex:after{
}
#main.home #area2 .item {
	width: 32%;
	/*width: 24%;*/
	margin: 1% 0.5%;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#main.home  #area2 .item dl {
	padding: 15px;
}
#main.home #area2 .item dt {
	font-size: 1.4rem;
	color: #BBA15C;
	font-weight: 700;
	margin-bottom: 10px;
}
#main.home #area2 .item span {
	display: block;
	font-size:1.2rem;
	color: #666;
	font-weight: 500;
}
#main.home #area2 .item dd {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
}
#main.home #area2 .item a {
}
#main.home #area2 .item figure {
	background: #000;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#main.home #area2 .item figure a {
	display: block;
}
#main.home #area2 .item figure a span {
}
#main.home #area2 .item figure img{
}
#main.home #area2 .back {
	text-align: right;
	margin: 2em 0 0 0;
}
#main.home #area2 .back a {
	text-decoration: underline;
}

#main.home #area3 {
	background: #000;
	color: #fff;
	padding: 90px 0;
}
#main.home #area3 h2 {
	text-align: center;
	font-size: 3.6rem;
	color: #BBA15C;
}
#main.home #area3 h2 span {
	font-family: 'Oswald', sans-serif;
	color: #FFEAB1;
}
#main.home #area3 h2 em {
	color: #FFEAB1;
	font-size: 7rem;
	font-family: 'EB Garamond', serif;
	line-height: 1;
	font-style:italic;
	font-weight: 700;
}
#main.home #area3 p.txt{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin: 25px 0 50px 0;
}
#main.home #area3 .inner2 .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 40px 0;
}
#main.home #area3 .inner2 .item:nth-of-type(2n){
	flex-direction: row;
}
#main.home #area3 .inner2 .item dl {
	width: 50%;
}
#main.home #area3 .inner2 .item dt {
	font-size: 2.8rem;
	color: #FFEAB1;
	line-height: 1.3;
	position: relative;
	display: flex;
	align-items: center;
}
#main.home #area3 .inner2 .item dt span {
	font-family: 'EB Garamond', serif;
	line-height: 1;
	font-style:italic;
	font-weight: 500;
	font-size: 8rem;

}
#main.home #area3 .inner2 .item dd {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 1em 0;
}
#main.home #area3 .inner2 .item dd em{
    display: block;
    font-style: normal;
    font-size: 90%;
    margin-top: 5px;
}
#main.home #area3 .inner2 .item dd a {
	display: inline-block;
	border-radius: 50px;
	padding: 15px 80px;
	margin: 25px 0 0 0;
	background: rgb(255,234,177);
background: -moz-linear-gradient(left, rgba(255,234,177,1) 0%, rgba(255,208,88,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,234,177,1) 0%,rgba(255,208,88,1) 100%);
background: linear-gradient(to right, rgba(255,234,177,1) 0%,rgba(255,208,88,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeab1', endColorstr='#ffd058',GradientType=1 );
}
#main.home #area3 .inner2 .item .pic {
	position: relative;
	width: 45%;
}
#main.home #area3 .inner2 .item .pic span {
	position: absolute;
	font-size: 1rem;
	right: 5px;
	bottom: 5px;
}
#main.home #area3 .inner2 .item .pic span.bk{
	color: #333;
}
#main.home #area3 .a3a{
	margin-bottom: 90px;
	justify-content: space-between;
}
#main.home #area3 .a3a dl{
	width: 32%;
	background: #2E2D2D;
	margin: 1% 0;
	padding: 45px 15px;
	text-align: center;
}
#main.home #area3 .a3a dt{
	margin-bottom: 25px;
}
#main.home #area3 .a3a dt img{
	height: 120px;
}
#main.home #area3 .a3a dd{
	font-size: 1.8rem;
	font-weight: 700;
}
#main.home #area3 .a3a dd em{
    display: block;
    font-style: normal;
    font-size: 60%;
    margin-top: 5px;
}
#main.home #area3 .a3a dd span{
	display: block;
	font-size: 1.2rem;
	font-weight: 300;
}

#main.home #area4 {
	background: #F0EFF0;
	padding: 90px 0;
}
#main.home #area4 .inner {
}
#main.home #area4 h2 {
	text-align: center;
	margin-bottom: 50px;
}
#main.home #area4 h2 span {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	display: block;
	margin: auto;
	color: #BBA15C;
	font-size: 5rem;
	line-height: 1;
}
#main.home #area4 h2 em {
	display: inline-block;
	margin: auto;
	font-size: 1.4rem;
	background: #BBA15C;
	color: #fff;
	padding: 2px 5px;
}
.splide__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media screen and (max-width: 901px){
	body.home{
		/*padding: 60px 0 0 0;*/
	}
    #main.home #mv ul{
        top: auto;
        bottom: 25vw;
        width: 95%;
        left: 2.5%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2vw 2vw;
    }
    #main.home #mv ul li{
        width: 48%;
        margin: 0;
        max-width: 500px;
    }
    /*#main.home #mv ul li span{
        padding: 0 5px;
        margin-right: .5em;
    }
    #main.home #mv ul li a{
        font-size: 3.5vw;
        padding: 10px 10px 10px 40px;
        background-size: 20px;
        width: 100%;
    }*/
#main.home #mv .slide{
	height: calc(100vh - 60px);
	width: 100%;
	overflow: hidden;
}
	#main.home #mv .inner2 {
		width: 100%;
		height: calc(100vh - 60px);
	}
#main.home #mv .slide .swiper-slide .pic1{
	background-image: url('../img/home/MV-sp.jpg');
}
#main.home #mv .slide .swiper-slide .pic2{
	background-image: url('../img/home/MV2-sp.jpg');
	background-position: center center;
}
#main.home #mv .slide .swiper-slide .pic3{
	background-image: url('../img/home/MV3-sp.jpg');
	background-position: center center;
}
#main.home #mv .slide .swiper-slide .pic4{
	background-image: url('../img/home/MV4-sp.jpg');
	background-position: center center;
}
#main.home #mv .slide .swiper-slide .pic5{
	background-image: url('../img/home/MV-sp.jpg');
}
#main.home #mv .slide .swiper-slide .pic6{
	background-image: url('../img/home/MV2-sp.jpg');
	background-position: center center;
}
	#main.home #mv{
	}
#main.home #mv p.pop {
	top: 5%;
	right: 5%;
	width: 120px;
}
	#main.home #mv p {
	}
	#main.home #mv img {
	}
	#main.home #mv dl {
		top: 30%;
        text-align: center;
        width: 100%;
	}
	#main.home #mv dt {
		font-size: 10vw;
		line-height: 1.4;
	}
	#main.home #mv dd {
		font-size:4vw;
	}
	#main.home #mv .scr {
	}
#main.home p.exps{
	padding: 10% 5% 0 5%;
}
#main.home p.exps a{
    padding: 10px;
    border-radius: 20px;
    font-size: 4vw;
}
#main.home p.exps a:after{
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    width: 9px;
    height: 9px;
    right: 15px;
    margin-top: -6px;
}
	#main.home .corona {
		padding: 10% 5%;
	}
	#main.home .corona a {
	}

	#main.home #area1 {
		padding: 10% 0;
	}
	#main.home #area1 dl {
		text-align: center;
	}
	#main.home #area1 dt {
		font-size: 4.5vw;
		line-height: 1.4;
		margin: 40px 0 20px 0;
	}
	#main.home #area1 dd {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
	#main.home #area1 span {
		background: #f30;
		color: #fff;
		display: inline-block;
	}
	#main.home #area1 .logo {
		width: 70px;
	}
	#main.home #area1 .logo img {
	}

	#main.home #area2 {
		padding: 10% 0;
	}
	#main.home #area2 h2 {
		margin-bottom: 10%;
	}
	#main.home #area2 h2 span {
	}
	#main.home #area2 h2 em {
	}
	#main.home #area2 .inner2 {
	}
	#main.home .flex {
		/*display: block;*/
	}
	#main.home #area2 .item {
		width: 48%;
		margin-bottom: 5%;
	}
	#main.home  #area2 .item dl {
		padding: 5px;
	}
	#main.home #area2 .item dt {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#main.home #area2 .item span {
		font-size:1.4rem;
	}
	#main.home #area2 .item dd {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main.home #area2 .item a {
	}
	#main.home #area2 .item figure {
		height: auto;
	}
	#main.home #area2 .item figure a {
		display: block;
	}
	#main.home #area2 .item figure a span {
	}
	#main.home #area2 .item figure img{
	}
	#main.home #area2 .back {
	}
	#main.home #area2 .back a {
	}

	#main.home #area3 {
		padding: 10% 0;
	}
	#main.home #area3 h2 {
		font-size: 5vw;
	}
	#main.home #area3 h2 span {
		font-size: 9vw;
	}
	#main.home #area3 h2 em {
		font-size: 12vw;
	}
	#main.home #area3 p.txt{
		font-size: 1.6rem;
		margin: 5% 5% 5% 5%;
	}
	#main.home #area3 .inner2 .item {
		display: block;
		margin: 10% 0;
	}
	#main.home #area3 .inner2 .item:nth-of-type(2n){
	}
	#main.home #area3 .inner2 .item dl {
		width: 100%;
	}
	#main.home #area3 .inner2 .item dt {
		font-size: 2.4rem;
	}
	#main.home #area3 .inner2 .item dt span {
		font-size: 5rem;

	}
	#main.home #area3 .inner2 .item dd {
		font-size: 1.6rem;
		margin: 1em 0 2em 0;
	}
	#main.home #area3 .inner2 .item dd a {
		display: block;
		text-align: center;
		padding: 15px 0px;
	}
	#main.home #area3 .inner2 .item .pic {
		width: 100%;
	}
	#main.home #area3 .inner2 .item .pic span {
	}
	#main.home #area3 .a3a{
		margin-bottom: 10%;
	}
	#main.home #area3 .a3a dl{
		width: 33%;
		margin:0.5% 0;
		padding: 20px 5px;
	}
	#main.home #area3 .a3a dt{
		margin-bottom: 15px;
	}
	#main.home #area3 .a3a dt img{
		height: 50px;
	}
	#main.home #area3 .a3a dd{
		font-size: 1.5vw;
		line-height: 1.5;
	}
	#main.home #area3 .a3a dd span{
		display: none;
	}

	#main.home #area4 {
		padding: 10% 0;
	}
	#main.home #area4 .inner {
	}
	#main.home #area4 h2 {
		margin-bottom: 50px;
	}
	#main.home #area4 h2 span {
	}
	#main.home #area4 h2 em {
	}
}

/* faq */
#main.faq{
	padding: 0 0 100px 0;
}
#main.faq ul.tab{
	display: flex;
	flex-wrap: wrap;
}
#main.faq ul.tab li{
	margin: 0 10px 10px 0;
}
#main.faq ul.tab li a{
display: inline-block;
	color: #705825;
	border: 1px solid #705825;
	border-radius: 12px;
	padding: 5px 20px;
}
#main.faq ul.tab li.active a{
	background: #705825;
	color: #fff;
}
#main.faq h3{
	font-size: 3rem;
	font-weight: 300;
	color: #705825;
	border-bottom: 3px solid #705825;
	margin: 40px 0 20px 0;
}
#main.faq .accToggler {
    background: #fbe6af;
    color: #333;
	margin: 25px 0 0 0;
}
#main.faq .accContent {
    display: none;
    border: none;
    background: transparent;
}
.accToggler em::before, .accToggler em::after {
    background: #000;
}
#main.faq .accContent span {
    color: #000;
}

@media screen and (max-width: 901px){
	#main.faq{
		padding: 0 0 10% 0;
	}
	#main.faq h3{
		font-size: 2.4rem;
	}
	#main.faq .accToggler {
		margin: 10px 0 0 0;
	}
}

/* equip */
#main.equip{}
#main.equip #area1{}
#main.equip #area1 dl.dl1{
	text-align: center;
}
#main.equip #area1 dl.dl1 dt{
	max-width: 420px;
	margin: auto;
}
#main.equip #area1 dl.dl1 dd{
	font-synthesis: 1.8rem;
	font-weight: 700;
	line-height: 2;
	margin: 30px 0;
}
#main.equip #area1 dl.dl2{
	/*background: #fff;
	box-shadow: 3px 2px 5px rgba(0,0,0,0.2);*/
	text-align: center;
	padding: 35px;
	margin: 50px 0 70px 0;
}
#main.equip #area1 dl.dl2 dt{
	/*width: 150px;*/
	margin: auto;
	margin-bottom: 35px;
}
#main.equip #area1 dl.dl2 dd{
	font-size: 1.4rem;
	line-height: 2;
}
#main.equip #area1 dl.dl2 dd span{
	display: block;
	color: #f30;
}
#main.equip #area2{}
#main.equip #area2 p.btns{
    margin-bottom: 50px;
    text-align: center;
}
#main.equip #area2 p.btns a{
    position: relative;
    background: #f30;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding: 5px 20px;
    color: #fff;
}
#main.equip #area2 .acc1{
    position: relative;
    background-image: url(../img/equipment/equip3.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 90px 0;
    cursor: pointer;
}
#main.equip #area2 .acc1.a2{
    background-image: url(../img/equipment/equip4.jpg);
}
#main.equip #area2 .acc1.a3{
    background-image: url(../img/equipment/equip5.jpg);
}
#main.equip #area2 .acc1.a4{
    background-image: url(../img/equipment/equip6.jpg);
}
#main.equip #area2 .acc1.a5{
    background-image: url(../img/equipment/equip7.jpg);
}
#main.equip #area2 .acc1 h3{
    font-size: 1.4rem;
    color: #FFEAB1;
    margin-bottom: 15px;
}
#main.equip #area2 .acc1 h3 span{
    display: block;
    font-size: 4.8rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}
#main.equip #area2 .acc1 p.txt{
    padding: 10px;
    max-width: 880px;
    margin: auto;
    font-size: 1.7rem;
    font-weight: 700;
}
#main.equip #area2 .acc1 p.txt span{
    color: #f30;
}
#main.equip #area2 .acc1 p.icn{
   width: 50px;
    height: 50px;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -25px;
    border: 2px solid #FFEAB1;
    border-radius: 50%;
}
#main.equip #area2 .acc1 p.icn em{
    display: inline-block;
}
#main.equip #area2 .acc1 p.icn em::before,
#main.equip #area2 .acc1 p.icn em::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 5%;
  margin: -5% 0 0 -30%;
  background: #FFEAB1;
}
#main.equip #area2 .acc1 p.icn em::after {
  transform: rotate(90deg);
}
#main.equip #area2 .acc1.active p.icn em::before{
  transform: rotate(45deg);
  opacity:0;
}
#main.equip #area2 .acc1.active p.icn em::after{
  transform: rotate(-180deg);
}
#main.equip #area2 .mashine{
    background: #000;
    padding: 100px 0;
    display: none;
}
#main.equip #area2 .mashine .inner2{
    background: #fff;
    padding: 40px;
}
#main.equip #area2 .mashine dl.dl2{
    background: #EFEFEF;
    padding: 100px 100px 50px 100px;
}
#main.equip #area2 .mashine dl.dl2 dt span{
    display: block;
    font-size: 2.4rem;
    margin: auto;
    text-align: center;
    margin: 1em 0 1em;
    font-weight: 700;
}
#main.equip #area2 .mashine dl.dl2 dd{
    text-align: center;
}
#main.equip #area2 .mashine dl.dl2 dd span{
    display: inline-block;
    text-align: left;
    max-width: 480px;
    margin: auto;
}
#main.equip #area2 .mashine .m1{
    display: flex;
    align-items: center;
    padding: 5% 10%;
}
#main.equip #area2 .mashine .m1 .pic{
    width: 40%;
}
#main.equip #area2 .mashine .m1 dl{
    width: 55%;
}
#main.equip #area2 .mashine .m1 dt{
    font-size: 2.4rem;
    font-weight: 700;
}
#main.equip #area2 .mashine .m1 dd{
    font-size: 1.4rem;
    color: #666;
    margin: 1em 0 0 0;
}
#main.equip #area2 .mashine .m1 dd img{
    height: 40px;
    margin-right: 10px;
}
#main.equip #area2 .mashine .m1 dd span{
	display: block;
	font-size: 1.4rem;
	margin: 1em 0 0 0;
}
#main.equip #area2 .mashine .m1 dd em,
#main.equip #area2 .mashine .m1 dd a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#main.equip #area2 .mashine .m1 dd strong{
    display: block;
    font-weight: 900;
    padding: 2px;
}
#main.equip #area2 .mashine .m1 dd ul.icn{
    display: flex;
    flex-wrap: wrap;
}
#main.equip #area2 .mashine .m1 dd ul.icn li{
    background: #e9e3d7;
    color: #705825;
    padding: 2px 15px;
    margin: 2px;
}

@media screen and (max-width: 901px){
    #main.equip #area1{}
    #main.equip #area1 dl.dl1{
    }
    #main.equip #area1 dl.dl1 dt{
        width: 70%;
        margin: 10% auto 0 auto;
    }
    #main.equip #area1 dl.dl1 dd{
        font-size: 1.5rem;
    }
    #main.equip #area1 dl.dl2{
        padding: 0;
        margin: 5% 0;
    }
    #main.equip #area1 dl.dl2 dt{
        /*width: 200px;*/
        margin-bottom: 25px;
    }
    #main.equip #area1 dl.dl2 dd{
        font-size: 1.6rem;
    }
    #main.equip #area1 dl.dl2 dd span{
    }

    #main.equip #area2{}
    #main.equip #area2 .acc1{
        padding: 20% 0 5% 0;
		background-position: center center;
    }
    #main.equip #area2 .acc1 h3{
    }
    #main.equip #area2 .acc1 h3 span{
        font-size: 7vw;
    }
    #main.equip #area2 .acc1 p.txt{
        font-size: 1.6rem;
        padding: 0 10%;
    }
    #main.equip #area2 .acc1 p.txt span{
    }
    #main.equip #area2 .acc1 p.icn{
        right: 50%;
        top: 20px;
        margin-top: 0;
        margin-right: -25px;
    }
    #main.equip #area2 .acc1 p.icn em{
    }
    #main.equip #area2 .acc1 p.icn em::before,
    #main.equip #area2 .acc1 p.icn em::after {
    }
    #main.equip #area2 .acc1 p.icn em::after {
    }
    #main.equip #area2 .acc1.active p.icn em::before{
    }
    #main.equip #area2 .acc1.active p.icn em::after{
    }
    #main.equip #area2 .mashine{
        padding: 5% 0;
    }
    #main.equip #area2 .mashine .inner2{
        padding: 5%;
    }
    #main.equip #area2 .mashine dl.dl2{
        padding: 5%;
    }
    #main.equip #area2 .mashine dl.dl2 dt span{
        font-size: 3.5vw;
        text-align: center;
        display: block;
    }
    #main.equip #area2 .mashine dl.dl2 dd{
    }

    #main.equip #area2 .mashine dl.dl2 dd span{
    }
    #main.equip #area2 .mashine .m1{
        display: block;
        padding: 5% 0%;
    }
    #main.equip #area2 .mashine .m1 .pic{
        width: 80%;
        margin: auto;
        margin-bottom: 1em;
		display: none;
    }
    #main.equip #area2 .mashine .m1 dl{
        width: 100%;
		border-bottom: 1px solid #ccc;
		padding: 0 0 5% 0;
    }
    #main.equip #area2 .mashine .m1 dt{
        font-size: 2rem;
    }
    #main.equip #area2 .mashine .m1 dd{

    }
    #main.equip #area2 .mashine .m1 dd img{
        height: 30px;
    }
    #main.equip #area2 .mashine .m1 dl .pict{
		width: 80%;
        margin: auto;
        margin-bottom: 1em;
    }
	#main.equip #area2 .mashine .m1 dl .pict img{
		width: 100%;
		height: auto;
		margin: 0;
	}
}

/* complete */
#main.complete{
	padding: 0 0 10vw 0;
}
#main.complete #area1{}
#main.complete #area1 h3{
	text-align: center;
	font-size: 5rem;
	margin-bottom: 50px;
}
#main.complete #area1 h3 span{
	display: block;
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 20px;
}
#main.complete #area1 p.t1{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 2em;
}
#main.complete #area1 p.t2{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 2em;
}
#main.complete #area1 p.back{
	text-align: center;
	margin-bottom: 40px;
}
#main.complete #area1 p.back a{
	font-size: 3rem;
	background: rgb(255,149,149);
    background: -moz-linear-gradient(left, rgba(255,149,149,1) 0%, rgba(229,16,16,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
    background: linear-gradient(to right, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9595', endColorstr='#e51010',GradientType=1 );
    color: #fff;
    padding: 20px 50px;
    border-radius: 18px;
	display: inline-block;
}
#main.complete #area1 p.print{
	text-align: center;
}
#main.complete #area1 p.print a{
	font-size: 2rem;
	background: #EAD61F;
    color: #333;
    padding: 15px 50px;
    border-radius: 30px;
	display: inline-block;
}

#main.complete #area1 .a1a{
	border: 5px solid #333;
	background: #fff;
	padding: 5% 10%;
	margin: 5vw 0 10vw 0;
}
#main.complete #area1 .a1a .p1{
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	display: flex;
	align-items: center;
}
#main.complete #area1 .a1a .p1 span{
	margin-right: 20px;
	font-family: 'Josefin Sans', sans-serif;
font-weight: 600;
font-size: 3.5rem;
color: #fff;
background: #000;
width: 60px;
height: 60px;
line-height: 70px;
display: block;
text-align: center;
}
#main.complete #area1 .a1a .p2{
	width: 430px;
	text-align: center;
	background: #000;
	color: #fff;
	margin: 50px auto 10px auto;
	padding: 20px 0;
	font-size: 3.4rem;
	font-weight: 700;
}
#main.complete #area1 .a1a .p3{
	text-align: center;
}
#main.complete #area1 .a1a .p3 span{
	text-decoration: underline;
	color: #f30;
}
#main.complete #area1 .a1a .doui a{
	display: block;
	padding: 10px 0;
    font-size: 2.4rem;
	border-radius: 12px;
	background: #EAD61F;
	color: #333;
}
#main.complete #area1 .a1a .doui a:before{
	content: "";
	display: inline-block;
	background-image: url("../img/common/icon-note-b.png");
	background-size: cover;
	width: 20px;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
#main.complete #area1 .a1a dl{
	margin: 50px 0;
	text-align: center;
}
#main.complete #area1 .a1a dt{
	margin-bottom: 1em;
}
#main.complete #area1 .a1a dd{
	max-width: 500px;
	margin: auto;
}
#main.complete #area1 .a1a dd span{
	font-size: 2rem;
	background: rgb(255,149,149);
    background: -moz-linear-gradient(left, rgba(255,149,149,1) 0%, rgba(229,16,16,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
    background: linear-gradient(to right, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9595', endColorstr='#e51010',GradientType=1 );
    color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
	display: inline-block;
	margin: 20px 0 50px 0;
}
#main.complete #area1 .a1a dd span a{
	color: #fff;
}
#main.complete #area1 .a1a .p4{
	margin: 50px 0;
}

#main.complete #area1 .a1a dl.dl2{
	background: #f30;
	padding: 5% 5% 2% 5%;
	color: #fff;
}
#main.complete #area1 .a1a dl.dl2 dt{
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#main.complete #area1 .a1a dl.dl2 dd{
	text-align: left;
	width: 100%;
	max-width: none;
}
#main.complete #area1 .a1a dl.dl2 dd dl{
	margin: 0;
}
#main.complete #area1 .a1a dl.dl2 dd dt{
	text-align: left;
	border: none;
	font-size: 1.8rem;
	margin-bottom: 0;
}
#main.complete #area1 .a1a dl.dl2 dd dd{
	margin-bottom: 1em;
}

@media screen and (max-width: 901px) {
	#main.complete{
	}
	#main.complete #area1{}
	#main.complete #area1 h3{
		font-size: 5vw;
		margin: 10vw 0;
	}
	#main.complete #area1 h3 span{
		font-size: 5vw;
	}
	#main.complete #area1 p.t1{
		font-size: 1.6rem;
	}
	#main.complete #area1 p.t2{
		font-size: 1.4rem;
	}
	#main.complete #area1 p.back{
	}
	#main.complete #area1 p.back a{
		font-size: 2rem;
		padding: 15px 50px;
		border-radius: 20px;
	}
	#main.complete #area1 p.print{
		display: none;
	}
	#main.complete #area1 p.print a{
	}

	#main.complete #area1 .a1a{
		border: 3px solid #333;
		padding: 5% 5%;
	}
	#main.complete #area1 .a1a .p1{
		font-size: 1.8rem;
		display: block;
	}
	#main.complete #area1 .a1a .p1.pp{
		text-align: center;
	}
	#main.complete #area1 .a1a .p1 span{
		margin: 10px auto;
	font-size: 2.5rem;
	width: 40px;
	height: 40px;
	line-height: 40px;
	}
	#main.complete #area1 .a1a .p2{
		width: 100%;
		margin: 30px auto 10px auto;
		padding: 10px 0;
		font-size: 2.7rem;
	}
	#main.complete #area1 .a1a .p3{
	}
	#main.complete #area1 .a1a .p3 span{
	}
	#main.complete #area1 .a1a dl{
		margin: 30px 0;
	}
	#main.complete #area1 .a1a dt{
	}
	#main.complete #area1 .a1a dd{
	}
	#main.complete #area1 .a1a dd span{
		font-size: 1.6rem;
		padding: 10px 50px;
		border-radius: 30px;
		margin: 10px 0 30px 0;
	}
	#main.complete #area1 .a1a dd span a{
		color: #fff;
	}
	#main.complete #area1 .a1a .p4{
		margin: 20px 0;
	}
}

/* company */
#main.company{
	padding: 0 0 100px 0;
}
#main.company h3{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 5rem;
}
#main.company #area1{}
#main.company #area1 div{
	background: #eaeaea;
	padding: 30px;
}
#main.company #area1 table{
	width: 100%;
}
#main.company #area1 th{
	color: #ae975e;
	border-bottom: 3px solid #ae975e;
	text-align: left;
	padding: 10px 20px;
}
#main.company #area1 td{
	padding: 10px 20px;
	border-bottom: 1px solid #333;
}

@media screen and (max-width: 901px) {
		#main.company{
			padding: 0 0 10% 0;
		}
		#main.company h3{
			font-size: 7vw;
		}
		#main.company #area1{}
		#main.company #area1 div{
			padding: 5% 5% 10% 5%;
		}
		#main.company #area1 table{
		}
		#main.company #area1 th{
			display: block;
			border-bottom: 1px solid #ae975e;
			padding: 10px 0px;
		}
		#main.company #area1 td{
			display: block;
			padding: 10px 0px;
		}
}

/* privacy */
#main.privacy{
	padding: 0 0 100px 0;
}
#main.privacy #area1{}
#main.privacy #area1 div{
	background: #eaeaea;
	padding: 80px;
}
#main.privacy #area1 div p{
	margin-bottom: 2em;
}
#main.privacy #area1 div p a{
    text-decoration: underline;
    color: #2045D6;
}
@media screen and (max-width: 901px){
		#main.privacy{
			padding: 0 0 10% 0;
		}
		#main.privacy #area1{}
		#main.privacy #area1 div{
			padding: 5%;
		}
		#main.privacy #area1 div p{
			margin-bottom: 2em;
		}
}

/* gym */
#main.gym{
	padding-bottom: 100px;
}
#main.gym #area1{}
#main.gym #area1 .shop{
	background: #f4eee2;
	padding: 40px;
	margin-bottom: 50px;
	position: relative;
}
#main.gym #area1 .shop.new:after{
    content: "NEW OPEN";
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    position: absolute;
    color: white;
    background: #ff7470;
    left: 0;
    top: 0;
    padding: 5px 15px;
}
#main.gym #area1 .shop a{
	display: block;
}
#main.gym #area1 .shop h3{
	font-size: 2.4rem;
	margin-bottom: 20px;
	width: 65%;
}
#main.gym #area1 .shop h3 span{
	display: block;
	border-top: 2px solid #333;
	font-weight: 300;
}

#main.gym #area1 .shop h3 em{
	display: inline-block;
	color: #f30;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-left: 1em;
}
#main.gym #area1 .shop h3 em.e1{
	background-color: #f30;
    color: #fff;
    line-height: 1;
    padding: 5px;
}
#main.gym #area1 .shop .logo{
	width: 90px;
	position: absolute;
	top: 40px;
	right: 40px;
}
#main.gym #area1 .shop .tk{
	width: 80px;
	position: absolute;
	top: 35px;
	right: 150px;
}
#main.gym #area1 .shop .a1a{
	flex-direction: row-reverse;
	align-items: flex-start;
}
#main.gym #area1 .shop dl{
	width: 40%;
}
#main.gym #area1 .shop dt{
	margin-bottom: 20px;
    position: relative;
}
#main.gym #area1 .shop dt span{
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    font-size: 1.2rem;
}
#main.gym #area1 .shop dd{
	font-size: 1.4rem;
	line-height: 1.5;
}
#main.gym #area1 .shop dd.dd2{
	background: #f30;
	color: #fff;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	font-size: 2rem;
	margin: 10px 0 0 0;
}
#main.gym #area1 .shop dd.dd2 span{
	display: block;
	font-size: 1.2rem;
}
#main.gym #area1 .shop dd.dd3{
	margin: 10px 0 0 0;
}
#main.gym #area1 .shop dd.dd3 ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#main.gym #area1 .shop dd.dd3 li{
    width: 100%;
    margin: 0;
}
#main.gym #area1 .shop dd.dd3 li a{
    display: block;
	background: #f30;
	color: #fff;
	border-radius: 8px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	font-size: 2rem;
    position: relative;
    overflow: hidden;
}
#main.gym #area1 .shop dd.dd3 li a em{
    font-size: 1.6rem;
}
#main.gym #area1 .shop dd.dd3 li span{
    display: block;
    text-align: center;
    margin: 5px;
    color: #f30;
}
#main.gym #area1 .shop dd.dd3 li.exp{
    width: 100%;
    margin-top: 7px;
}
#main.gym #area1 .shop dd.dd3 li.exp a{
    flex-direction: column;
    background-color: #FFE700;
    color: #333;
}
#main.gym #area1 .shop dd.dd3 li.exp a em{
    display: block;
}
#main.gym #area1 .shop ul{
	width:55%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main.gym #area1 .shop li{
	width: 49%;
	margin: 0 1% 1% 0;
	vertical-align: bottom;
}
#main.gym #area1 .shop li img{
	vertical-align: bottom;
}


@media screen and (max-width: 901px){
		#main.gym{
			padding-bottom: 10%;
		}
		#main.gym #area1{}
		#main.gym #area1 .shop{
			padding: 10% 5% 5% 5%;
			margin-bottom: 5%;
		}
		#main.gym #area1 .shop h3{
			font-size: 2rem;
			width: 100%;
			margin-bottom: 10px;
		}
		#main.gym #area1 .shop h3 span{
		}
	#main.gym #area1 .shop h3 em{
        display: block;
        margin-left: 0em;
        font-size: 1.6rem;
    }
    #main.gym #area1 .shop h3 em.e1 {
        display: inline-block;
        margin-left: 1em;
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
		#main.gym #area1 .shop .logo{
			width: 13%;
			top: 3%;
			right: 5%;
		}
        #main.gym #area1 .shop .tk{
            width: 11%;
			top: 3%;
			right: 22%;
        }
		#main.gym #area1 .shop .a1a{
			display: block;
		}
		#main.gym #area1 .shop dl{
			width: 100%;
			margin-bottom: 20px;
		}
		#main.gym #area1 .shop dt{
		}
		#main.gym #area1 .shop dd{
			font-size: 1.6rem;
		}
		#main.gym #area1 .shop ul{
			width:100%;
		}
		#main.gym #area1 .shop li{
			margin: 0 0 1.5% 0;
		}
		#main.gym #area1 .shop li img{
		}
        #main.gym #area1 .shop dd.dd3 li a{
            padding: 0 0;
            font-size: 4vw;
            height: 70px;
        }
}

/* gyms */
#main.gyms{}
#main.gyms #area1{}
#main.gyms #area1 p{
	font-size: 1.8rem;
	max-width: 900px;
	margin: 100px auto;
}
#main.gyms #area1 p a{
    background: #f30;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    margin: auto;
    padding: 5px 0;
    width: 250px;
}
#main.gyms #area2 {
	background: #F0EFF0;
	padding: 100px 0;
}
#main.gyms h3 {
	text-align: center;
	margin-bottom: 50px;
}
#main.gyms h3 span {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	display: block;
	margin: auto;
	color: #BBA15C;
	font-size: 5rem;
	line-height: 1;
}
#main.gyms h3 em {
	display: inline-block;
	margin: auto;
	font-size: 1.4rem;
	background: #BBA15C;
	color: #fff;
	padding: 2px 25px;
}
#main.gyms #area2 .flex{
	justify-content: center;
}
#main.gyms #area2 .item {
	width: 24%;
	margin: 1% 0.5%;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#main.gyms  #area2 .item dl {
	padding: 15px;
}
#main.gyms #area2 .item dt {
	font-size: 1.4rem;
	color: #BBA15C;
	font-weight: 700;
	margin-bottom: 10px;
}
#main.gyms #area2 .item span {
	display: block;
	font-size:1.2rem;
	color: #666;
	font-weight: 500;
}
#main.gyms #area2 .item dd {
	font-weight: 700;
	font-size: 2.4rem;
}
#main.gyms #area2 .item a {
}
#main.gyms #area2 .item figure {
	background: #000;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#main.gyms #area2 .item figure a {
	display: block;
}
#main.gyms #area2 .item figure a span {
}
#main.gyms #area2 .item figure img{
}

#main.gyms #area3{
	padding: 100px 0 0 0;
}
#main.gyms #area3 ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
#main.gyms #area3 li{
	width: 33%;
	height: 300px;
	overflow: hidden;
}
#main.gyms #area3 li img{
	width: 200%;
	max-width: none;
}
#main.gyms #area3 p.movbtn{
    max-width: 350px;
    width: 70%;
    margin: 30px auto 0 auto;
}

#main.gyms #area4{
	background: #efeeed;
	padding: 100px 0;
}
#main.gyms #area4 iframe{
	width: 100%;
}
#main.gyms #area4 dl{
	text-align: center;
}
#main.gyms #area4 dt{
	font-size: 2.4rem;
	font-weight: 700;
	margin: 1em 0;
}
#main.gyms #area4 dd{
}
#main.gyms #area5,
#main.gyms .area5{
	padding: 100px 0;
}
#main.gyms .area5{
    padding: 0;
}
#main.gyms #area5 ul,
#main.gyms .area5 ul{
	max-width: 800px;
	margin: auto;
}
#main.gyms #area5 li,
#main.gyms .area5 li{
	margin: 0 0 50px 0;
}
#main.gyms #area5 li em,
#main.gyms .area5 li em{
    display: block;
    text-align: center;
    margin: 5px;
    color: #f30;
}
#main.gyms #area5 li a,
#main.gyms .area5 li a{
	display: block;
	font-size: 3.6rem;
	text-align: center;
	color:#fff;
	padding: 10px 0;
    background: #d53a4a;
}
#main.gyms #area5 li:nth-of-type(2) a{
	background: #e5de38;
	color:#333;
}
#main.gyms #area5 li a:before,
#main.gyms .area5 li a:before{
	content: "";
	display: inline-block;
	background-image: url("../img/common/icon-note-w.png");
	background-size: cover;
	width: 40px;
	height: 50px;
	vertical-align: middle;
	margin-right: 20px;
}
#main.gyms #area5 li:nth-of-type(2) a:before{
	background-image: url("../img/common/icon-note-b.png");
}
#main.gyms #area5 li span,
#main.gyms .area5 li span{
	font-size: 1.2rem;
	display: block;
	margin: 15px 0 0 0;
}

#main.gyms #voice{
	background: #f4eee2;
	padding: 5vw 0;
}
#main.gyms #voice dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#main.gyms #voice dt{
	width: 120px;
}
#main.gyms #voice dd{
	width: calc(100% - 150px);
	font-size: 1.4rem;
}
#main.gyms #voice dd span{
	display: block;
	font-weight: 700;
	font-size: 2rem;
	color: #BBA15C;
}

#main.gyms #area1 .a1b {
	border: 1px solid #4c4b4c;
	border-radius: 0px;
	padding: 30px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    justify-content: center;
    gap: 2%;
    max-width: 850px;
    margin: 0 auto 50px auto;
}
#main.gyms #area1 .a1b dl{
	display: block;
	margin: 2% 0;
	width: 45%;
}
#main.gyms #area1 .a1b dl:nth-of-type(1){
    display: none;
}
#main.gyms #area1 .a1b dt{
	text-align: center;
}
#main.gyms #area1 .a1b dt img{
	height: 80px;
}
#main.gyms #area1 .a1b dd{
	width: 100%;
	font-size: 1.2rem;
}
#main.gyms #area1 .a1b dd span{
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	margin: 10px 0 5px 0;
}
#main.gyms #area1 .a1b dd em{
	color: #f30;
}
#main.gyms #area1 h3{
	text-align: center;
	color: #705825;
	font-size: 3rem;
	font-weight: 700;
	margin: 3em 0 1em 0;
}
#main.gyms #qa {
	background: #F0EFF0;
	padding: 90px 0;
}
#main.gyms #qa .inner {
}
#main.gyms #qa h2 {
	text-align: center;
	margin-bottom: 50px;
}
#main.gyms #qa h2 span {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	display: block;
	margin: auto;
	color: #BBA15C;
	font-size: 5rem;
	line-height: 1;
}
#main.gyms #qa h2 em {
	display: inline-block;
	margin: auto;
	font-size: 1.4rem;
	background: #BBA15C;
	color: #fff;
	padding: 2px 5px;
}
#main.gyms #area1 ul.icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main.gyms #area1 ul.icons li{
    width: 32%;
    margin: 0.5%;
}

#main.gyms figure.fig1{
    max-width: 800px;
    width: 90%;
    margin: auto;
}
#main.gyms figure.fig1 span{
    display: block;
    color: #f30;
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}
#main.gyms p.tk{
    max-width: 1200px;
    width: 90%;
    margin: 5% auto;
}
#main.gyms #area3 .figs{
    margin-bottom: 5%;
}
#main.gyms p.link2{
	text-align: center;
	margin: 5% auto 0 auto;
    max-width: 700px;
    /*display: none;*/
}
#main.gyms p.park{
	text-align: center;
	margin: 10% auto 0 auto;
    max-width: 500px;
    /*display: none;*/
}
/*#main.gyms p.link2 a {
    max-width: 350px;
    width: 90%;
	display: block;
	padding: 15px 0px;
	margin: 25px auto 0 auto;
	background: rgb(234, 255, 0);
}
#main.gyms p.link2 a:hover {
    background-color: #333;
    color: #fff;
    opacity: 1;
}*/

@media screen and (max-width: 901px){
		#main.gyms #area1 p{
			font-size: 1.8rem;
			max-width: 900px;
			margin: 10% auto;
		}
		#main.gyms #area2 {
			padding: 10% 0;
		}
	#main.gyms #area2 .item {
		width: 49%;
        margin: 0 0.5%;
		margin-bottom: 5%;
	}
	#main.gyms  #area2 .item dl {
		padding: 5px;
	}
	#main.gyms #area2 .item dt {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#main.gyms #area2 .item span {
		font-size:1.4rem;
	}
	#main.gyms #area2 .item dd {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main.gyms #area2 .item a {
	}
	#main.gyms #area2 .item figure {
		height: auto;
	}
	#main.gyms #area2 .item figure a {
		display: block;
	}
	#main.gyms #area2 .item figure a span {
	}
	#main.gyms #area2 .item figure img{
	}
		#main.gyms #area3{
			padding: 10% 0 5% 0;
		}
		#main.gyms #area3 ul{
		}
		#main.gyms #area3 li{
			width: 33%;
			height: 100px;
		}
		#main.gyms #area3 li img{
			margin-top: -50px;
		}
		#main.gyms #area4{
			padding: 10% 0;
		}
		#main.gyms #area4 iframe{
		}
		#main.gyms #area4 dl{
		}
		#main.gyms #area4 dt{
			font-size: 2.4rem;
			font-weight: 700;
			margin: 1em 0;
		}
		#main.gyms #area4 dd{
		}
		#main.gyms #area5{
			padding: 10% 0;
		}
		#main.gyms #area5 ul,
        #main.gyms .area5 ul{
			max-width: 800px;
			margin: auto;
		}
		#main.gyms #area5 li,
        #main.gyms .area5 li{
			margin: 0 0 20px 0;
		}
		#main.gyms #area5 li a,
        #main.gyms .area5 li a{
			font-size: 2.4rem;
		}
		#main.gyms #area5 li:nth-of-type(2) a{
		}
		#main.gyms #area5 li a:before,
        #main.gyms .area5 li a:before{
			width: 20px;
			height: 30px;
			margin-right: 10px;
		}
		#main.gyms #area5 li:nth-of-type(2) a:before{
		}
		#main.gyms #area5 li span,
        #main.gyms .area5 li span{
			font-size: 1.4rem;
		}
		
	#main.gyms #voice{
	}
	#main.gyms #voice dl{
		flex-direction: column;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#main.gyms #voice dt{
		width: 100px;
	}
	#main.gyms #voice dd{
		width: 100%;
		font-size: 1.6rem;
	}
	#main.gyms #voice dd span{
		font-size: 2.2rem;
		text-align: center;
		margin: .5em 0;
	}
	
		#main.gyms #area1 h3{
			font-size: 3.5vw;
			margin: 3em 0 1em 0;
		}
		#main.gyms #area1 .a1b {
			padding: 2.5% 5%;
            justify-content: space-between;
            gap: 0;
		}
		#main.gyms #area1 .a1b dl{
			margin: 2.5% 0;
			width: 48%;
		}
		#main.gyms #area1 .a1b dt{
			width: 100%;
			margin-bottom: 10px;
		}
		#main.gyms #area1 .a1b dt img{
			height: 50px;
		}
		#main.gyms #area1 .a1b dd{
			width: 100%;
		}
		#main.gyms #area1 .a1b dd span{
			margin-bottom: 10px;
			font-size: 3vw;
			letter-spacing: 0;
			font-feature-settings: "palt";
		}
		#main.gyms #area1 .a1b dd em{
		}
	#main.gyms #qa {
		padding: 10% 0;
	}
	#main.gyms #qa .inner {
	}
	#main.gyms #qa h2 {
		margin-bottom: 50px;
	}
	#main.gyms #qa h2 span {
	}
	#main.gyms #qa h2 em {
	}
    #main.gyms #area1 ul.icons{
    }
    #main.gyms #area1 ul.icons li{
        width: 49%;
    }
}

/* corona */
#main.corona{}
#main.corona #area1{
	padding: 0 0 100px 0;
}
#main.corona #area1 p.pic{
	margin-bottom: 100px;
}
#main.corona #area1 dl.dl1{
	text-align: center;
}
#main.corona #area1 dl.dl1 dt{
	color: #705825;
	font-size: 2.4rem;
	font-weight: 700;
}
#main.corona #area1 dl.dl1 dt span{
	display: block;
	font-size: 3.6rem;
}
#main.corona #area1 dl.dl1 dd{
	line-height: 2;
	margin: 2em 0;
}
#main.corona #area1 .a1a{
	display: flex;
}
#main.corona #area1 .a1a dl{
	width: 48%;
	margin: 0 0 4% 0;
	background: #4c4b4c;
	color: #fff;
	padding: 50px;
}
#main.corona #area1 .a1a dt{
	text-align: center;
}
#main.corona #area1 .a1a dt img{
	width: auto;
	height: 180px;
}
#main.corona #area1 .a1a dt span{
	display: block;
	font-size: 2.4rem;
	margin: 1em 0;
}
#main.corona #area1 .a1a dd{}
#main.corona #area1 h3{
	text-align: center;
	color: #705825;
	font-size: 3.6rem;
	font-weight: 700;
	margin: 3em 0 1em 0;
}
#main.corona #area1 .a1b {
	border: 5px solid #4c4b4c;
	border-radius: 50px;
	padding: 70px;
}
#main.corona #area1 .a1b dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0;
}
#main.corona #area1 .a1b dt{
	width: 200px;
	text-align: center;
}
#main.corona #area1 .a1b dt img{
	height: 100px;
}
#main.corona #area1 .a1b dd{
	width: calc(100% - 210px);
}
#main.corona #area1 .a1b dd span{
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
}
#main.corona #area1 .a1b dd em{
	color: #f30;
}
#main.corona #area1 p.clean{
	text-align: center;
}
#main.corona #area1 p.clean span{
	display: block;
}
#main.corona #area1 p.clean a{
	color:#374BF6;
}

@media screen and (max-width: 901px){
		#main.corona{}
		#main.corona #area1{
			padding: 0 0 10% 0;
		}
		#main.corona #area1 p.pic{
			margin-bottom: 10%;
		}
		#main.corona #area1 dl.dl1{
		}
		#main.corona #area1 dl.dl1 dt{
			font-size: 3vw;
		}
		#main.corona #area1 dl.dl1 dt span{
			font-size: 5vw;
		}
		#main.corona #area1 dl.dl1 dd{
			margin: 1em 0 2em 0;
		}
		#main.corona #area1 .a1a{
			display:block;
		}
		#main.corona #area1 .a1a dl{
			width: 100%;
			padding: 5%;
		}
		#main.corona #area1 .a1a dt{
		}
		#main.corona #area1 .a1a dt img{
			height: 130px;
		}
		#main.corona #area1 .a1a dt span{
			font-size: 2rem;
			margin: 1em 0;
		}
		#main.corona #area1 .a1a dd{}
		#main.corona #area1 h3{
			font-size: 3.5vw;
			margin: 3em 0 1em 0;
		}
		#main.corona #area1 .a1b {
			border: 3px solid #4c4b4c;
			border-radius: 20px;
			padding: 5%;
		}
		#main.corona #area1 .a1b dl{
			display: block;
			margin: 40px 0;
			text-align: center;
		}
		#main.corona #area1 .a1b dt{
			width: 100%;
			margin-bottom: 10px;
		}
		#main.corona #area1 .a1b dt img{
			height: 80px;
		}
		#main.corona #area1 .a1b dd{
			width: 100%;
		}
		#main.corona #area1 .a1b dd span{
			margin-bottom: 10px;
		}
		#main.corona #area1 .a1b dd em{
		}
}

/* contact */
main.contact{
}

main.contact #area01{
}
main.contact .a1a{
}
main.contact .a1a p.p1{
	margin-bottom:50px;
}
main.contact .a1a .tbl{
	padding:60px 90px;
	box-sizing:border-box;
}
main.contact .a1a .tbl table{
}
main.contact .a1a .tbl th{
	width:210px;
	text-align:left;
	padding:12px 0;
	position:relative;
	font-weight:700;
	vertical-align:top;
}
main.contact .a1a .tbl td{
	padding:12px 0 12px 70px;
}
main.contact .a1a .tbl span.hs{
	display:inline-block;
	background:#c4e0e3;
	color:#333;
	padding:2px 10px;
	position:absolute;
	right:0;
	font-size: 1.4rem;
}
main.contact dl.dl1{
	margin:40px auto 60px auto;
}
main.contact dl.dl1 dt{
	font-weight:700;
	color:#1a4555;
	margin-bottom:1em;
}
main.contact dl.dl1 dd{
	line-height:2;
	font-size:1.4rem;
}
main.contact dl.dl1 dd a{
	text-decoration:underline;
	font-weight:500;
	color:#1484ae;
}

.contact .form form button,
.contact .form form textarea,
.contact .form form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact .form form input[type="submit"],
.contact .form form input[type="reset"]{
	line-height:1.2;
	border: none;
	text-align:center;
	border-radius:0;
	padding:30px 0px;
	font-size:1.8rem;
	font-weight: 700;
	line-height:1;
	background:#000;
	color:#fff;
	max-width:320px;
	width:100%;
	margin:50px auto 100px auto;
	display:block;
	background-image: url("../img/common/sankaku-w.png");
	background-size:10px;
	background-repeat:no-repeat;
	background-position:90% center;
	cursor:pointer;
}
.contact .form form input.btn{
	border-radius:60px;
}
select::-ms-expand {
    display: none;
}
.contact .form form input[type="text"],
.contact .form form input[type="tel"],
.contact .form form input[type="email"],
.contact .form form textarea {
	padding: 15px 15px;
	font-size:14px;
	width:100%;
	box-sizing:border-box;
}
.contact .form form .inp{
	background:#eeeeee;
  width:400px !important;
}
.contact .form form .inp2{
	background:#eeeeee;
	width:100px !important;
}
.contact .form form .inp4{
	background:#eeeeee;
	width:150px !important;
}
.contact .form form input[type="button"],
.contact .form form input[type="file"]{
	border-radius:3px;
	padding:8px 10px;
	font-size:20px;
	line-height:1;
	background:#1a4555;
	color:#fff;
	max-width:420px;
	margin:50px auto 100px auto;
}
.contact .form form textarea{
	width:100% !important;
	height:180px !important;
	background:#eeeeee;
}
.contact .form form input[type="text"]:focus,
.contact .form form input[type="tel"]:focus,
.contact .form form input[type="email"]:focus,
.contact .form form textarea:focus {
}



.contact .form form ::placeholder{
	color:#999;
}
.contact .form form .mwform-radio-field{
	margin:0 1em 0 0;
}
.contact .form form .check{
	text-align:center;
}
.contact .form form .mwform-checkbox-field{
	display:inline-block;
	margin:0 10px 0 0;
}
.contact .form form .mwform-checkbox-field a{
	text-decoration:underline;
}
.contact.recentry .form form .mwform-radio-field {
	display:inline-block;
}

.radio {
        display: none; /* まず、＜input＞タグの表示を消します*/
    }
    .radios label {
        position: relative;/* ＜label＞を位置の指標になる指示を書きます*/
        display: inline-block;
        padding: 3px 3px 3px 35px;
        cursor: pointer;
    }
    .radio+span::before,/* ＜span＞タグの疑似要素を作ります*/
    .radio+span::after {
        position: absolute;
        content: '';
        top: 50%;
        border-radius: 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .radio+span::before {
        left: 0;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        background: #f3f3f3;/* ラジオボタンの元の色の指定*/
        border: 1px solid #ccc;
    }
    .radio+span:hover::before {
        background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
    }
    .radio+span::after {
        opacity: 0;
        left: 5px;
        width: 16px;
        height: 16px;
        margin-top: -7px;
        background: #333;/* ラジオボタンのチェックした時の色の指定*/
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    .radio:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
        background: #fff;
        border: 1px solid #ccc;/* ラジオボタンのチェックした時の枠の線の指定*/
    }
    .radio:checked + span::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
	
.check {
        display: none; /* まず、＜input＞タグの表示を消します*/
    }
    .checks label {
        position: relative;/* ＜label＞を位置の指標になる指示を書きます*/
        display: inline-block;
        padding: 3px 3px 3px 45px;
        cursor: pointer;
    }
    .check+span::before,/* ＜span＞タグの疑似要素を作ります*/
    .check+span::after {
        position: absolute;
        content: '';
        top: 50%;
        border-radius: 3px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .check+span::before {
        left: 0;
        width: 34px;
        height: 34px;
        margin-top: -18px;
        background: #f3f3f3;/* ラジオボタンの元の色の指定*/
        border: 1px solid #ccc;
    }
    .check+span:hover::before {
        background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
    }
    .check+span::after {
        opacity: 0;
        left: 4px;
        width: 28px;
        height: 28px;
        margin-top: -14px;
        background: #333;/* ラジオボタンのチェックした時の色の指定*/
        -webkit-transform: scale(2);
        transform: scale(2);
		border-radius:0;
    }
    .check:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
        background: #fff;
        border: 1px solid #ccc;/* ラジオボタンのチェックした時の枠の線の指定*/
    }
    .check:checked + span::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
.contact .form .agree{
	text-align: center;
	margin: 40px 0 0 0;
}
.contact .form .agree span.hs{
	position: static !important;
	vertical-align: middle;
}

main.contact dl.agr{
	text-align: left;
	margin: 5em 0;
	padding: 15px;
	background: #eee;
}
main.contact dl.agr dt{
	font-weight: 700;
}
main.contact dl.agr dd{
	height: 200px;
	font-size: 1.4rem;
	overflow: auto;
}
@media screen and (max-width: 801px) {
main.contact{
}
	main.contact h3{
		margin-bottom:20px;
	}
	main.contact h3 span{
		font-size: 3rem;
		display:block;
	}
	main.contact h3 em{
		font-size: 1.6rem;
	}
	main.contact h3 em em{
		display:none;
	}
	main.contact .txt{
		line-height:1.7;
		margin-bottom:5%;
	}
	main.contact #area01{
	}
	main.contact .a1a{
		padding:5% 0;
	}
	main.contact .a1a p.p1{
		margin-bottom:5%;
	}
	main.contact .a1a .tbl{
		padding:0;
	}
	main.contact .a1a .tbl table{
	}
	main.contact .a1a .tbl th{
		display:block;
		width:100%;
		padding:10px 10px 0 10px;
		box-sizing:border-box;
	}
	main.contact .a1a .tbl td{
		padding:10px;
		box-sizing:border-box;
		display:block;
		width:100%;
	}
	main.contact .a1a .tbl span.hs{
		display:inline-block;
		margin-left:10px;
		padding:2px 10px;
		position: static;
	}
	main.contact dl.dl1{
		margin:5% auto;
	}
	main.contact dl.dl1 dt{
	}
	main.contact dl.dl1 dd{
		line-height:1.7;
		font-size:1.6rem;
	}
	
	.contact .form form button,
	.contact .form form textarea,
	.contact .form form select {
	}
	.contact .form form input[type="submit"],
	.contact .form form input[type="reset"]{
		padding:15px 0px;
		font-size:1.8rem;
		margin:5% auto 10% auto;
		background-image:url(../img/common/icon-arr3.png);
		background-size: 20px;
		background-position: 90% center;
		background-repeat:no-repeat;
		width:90%;
	}
	.contact .form form input[type="text"],
	.contact .form form input[type="tel"],
	.contact .form form input[type="email"],
	.contact .form form textarea {
	}
	.contact .form form .inp{
	  width:100% !important;
	}
	.contact .form form .inp2{
		width:20% !important;
	}
	.contact .form form .inp4{
		width:30% !important;
	}
	.contact .form form input[type="button"],
	.contact .form form input[type="file"]{
	}
	.contact .form form textarea{
		width:100% !important;
		height:150px !important;
	}
	.contact .form form input[type="text"]:focus,
	.contact .form form input[type="tel"]:focus,
	.contact .form form input[type="email"]:focus,
	.contact .form form textarea:focus {
	}
	
	#main.contact .custom {
	  width:100%;
	}
	#main.contact .custom > select {
	}
	#main.contact .custom:after {
	}
	
	.contact .form form ::placeholder{
	}
	.contact .form form .mwform-radio-field{
		margin:0 0 0 0;
		/*display:block;*/
	}
	.contact .form form .check{
	}
	.contact .form form .mwform-checkbox-field{
	}
	.contact .form form .mwform-checkbox-field a{
	}
	
main.contact .thanks{
	font-size:1.4rem;
	text-align:center;
	padding:5% 0;
}

}

/* price */
#main.price{}
#main.price #area1{}
#main.price #area1 h3{
	font-size: 1.8rem;
	line-height: 1;
	margin: 5em 0 .5em 0;
}
#main.price #area1 h3 span{
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;
font-size: 5rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	line-height: 1;
}
#main.price #area1 h3 em.aft{
    font-size: 1.4rem;
    color: #f30;
    font-weight: normal;
}
#main.price #area1 h3.h3b em{
	color:#f30;
}
#main.price #area1 h3.h3b span{
	display: block;
}
#main.price #area1 h4{
	font-size: 3rem;
	color: #705825;
	margin: 0 50px;
	margin-top: 20px;
}
#main.price #area1 dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 50px 10px 50px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
	line-height: 1.2;
}
#main.price #area1 dl.dl2{
    flex-wrap: wrap;
}
#main.price #area1 dl.dl2 .dt2{
    width: 100%;
}
#main.price #area1 dl.shops{
    flex-wrap: wrap;
    margin: 5px 50px 15px 50px;
    border: none;
}
#main.price #area1 dl.shops dt{
    font-size: 1.6rem;
}
#main.price #area1 dl.shops dd {
    width: 100%;
}
#main.price #area1 dl.shops dd em{
    font-style: normal;
    font-weight: normal;
    color: #f30;
}
#main.price #area1 dl.shops dd ul{
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
}
#main.price #area1 dl.shops dd li{
    background: #d7cebf;
    padding: 3px 5px;
    margin: 2px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
}
#main.price #area1 dl.shops dd li.sp{
    background-color: #f30;
    color: #fff;
}
#main.price #area1 dt{
	font-size: 2.4rem;
	font-weight: 700;
}
#main.price #area1 dt span{
	color:#f30;
}
#main.price #area1 dt em{
	font-size: 1.8rem;
}
#main.price #area1 dt em.em2{
    font-weight: 300;
    display: block;
    color: #f30;
    font-size: 1.4rem;
}
#main.price #area1 dt em.em3{
	font-size: 1.4rem;
}
#main.price #area1 dd{
	font-size: 2.4rem;
	font-weight: 700;
}
#main.price #area1 dd span{
	font-size: 4rem;
	/*color: #f30;*/
}
#main.price #area1 dd strong{
	font-size: 4rem;
}
#main.price #area1 dd em{
	position: relative;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
#main.price #area1 dd em:after{
	/*content: "(税別)";
	display: block;
	position: absolute;
	font-size: 1rem;
	top: -1.5em;
	left: 0;
	width: 100%;
	white-space: nowrap;
	letter-spacing: 0;*/
}
#main.price #area1 dl.dl5{
	display: block;
	margin: 0 50px 10px 50px;
	padding: 10px 0 5px 0;
	border-bottom: none;
	line-height: 1.2;
}
#main.price #area1 dl.dl5 dt{
	font-size: 1.4rem;
	font-weight: 400;
}
#main.price #area1 dl.dl5 dd{
	font-size: 1.4rem;
	font-weight: 400;
    padding-left: 1em
}
#main.price #area1 dl.dl5 dd dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	margin: 0;
	padding: 0;
	border-bottom: none;
	line-height: 1.2;
}
#main.price #area1 dl.dl5 dd dt{
    width: 90px;
    position: relative;
}
#main.price #area1 dl.dl5 dd dt span{
    font-size: 1.4rem;
    font-weight: 400;
    color: #333;
    position: absolute;
    top: 0em;
    right: 0;
}
#main.price #area1 dl.dl5 dd dd{
    width: calc(100% - 100px);
    padding: 0;
}
#main.price #area1 dl.dl5 dd ul{
    list-style: decimal;
    margin-left: 1.5em
}
#main.price #area1 dl.dl5 dd li{
}

#main.price #area1 p.p1{
	margin: 0 50px;
	font-size: 1.4rem;
}
#main.price #area1 p.p2{
	margin: 0 50px;
	font-size: 1.4rem;
	color: #f30;
}
#main.price #area1 ul.ul1{
	margin: 0 50px;
	font-size: 1.3rem;
}
#main.price #area1 ul.ul1 li{
    margin-left: 1em;
    text-indent: -1em;
}
#main.price #area1 .a1a{
	background: #d7cebf;
	padding: 30px 0;
	margin: 50px 50px;
}
#main.price #area1 .a1a h4{
    margin: 0 50px 10px 50px;
}
#main.price #area1 .a1b{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
#main.price #area1 .a1b p.pic{
	width: 40%;
}
#main.price #area1 .a1b div{
	width: 55%;
}
#main.price #area1 .a1b div strong{
	font-weight: 700;
	display: block;
	margin: 1em 0 0 0;
}
#main.price #area1 .a1b ul{
	font-weight: 700;
}
#main.price #area1 .a1b li{}
#main.price #area1 .a1b li span{
	color: #f30;
}
#main.price #area1 p.p3{
	text-align: center;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 700;
}


#main.price hr{
	border-top: 1px solid #333;
	max-width: 1200px;
	width: 90%;
	margin: 5vw auto;
}

#main.price #area2{
}
#main.price #area2 .a2a{
	position: relative;
	max-width: 800px;
	margin: auto;
	border: 2px solid #000;
	background: #fff;
	padding: 50px;
	margin-top: 100px;
	min-height: 250px;
}
#main.price #area2 .a2a span{
	position: absolute;
	background: #000;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 3.8rem;
	display: block;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	top: -35px;
	left: 50px;
}
#main.price #area2 .a2a dl{
	width: 60%;
}
#main.price #area2 .a2a dt{
	font-size: 2.4rem;
	font-weight: 700;
}
#main.price #area2 .a2a dd{}
#main.price #area2 .a2a dd em{
	text-decoration: underline;
	color: #f30;
	display: block;
}
#main.price #area2 .a2a strong{
	display: block;
	margin: 1em 0;
}
#main.price #area2 .a2a a{
	text-decoration: underline;
	color:#2045D6;
}
#main.price #area2 .a2a p.pic{
	position: absolute;
	width: 30%;
	top: 50px;
	right: 50px;
}

#main.price #area3{
	padding: 100px 0;
}
#main.price #area3 ul{
	max-width: 800px;
	margin: auto;
}
#main.price #area3 li{
	margin: 0 0 50px 0;
}
#main.price #area3 li a{
	display: block;
	font-size: 3.6rem;
	text-align: center;
	color:#fff;
	background: #d53a4a;
	padding: 10px 0;
}
#main.price #area3 li:nth-of-type(2) a{
	background: #e5de38;
	color:#333;
}
#main.price #area3 li a:before{
	content: "";
	display: inline-block;
	background-image: url("../img/common/icon-note-w.png");
	background-size: cover;
	width: 40px;
	height: 50px;
	vertical-align: middle;
	margin-right: 20px;
}
#main.price #area3 li:nth-of-type(2) a:before{
	background-image: url("../img/common/icon-note-b.png");
}
#main.price #area3 li span{
	font-size: 1.2rem;
	display: block;
	margin: 15px 0 0 0;
}

#main.price #news {
	background: #F0EFF0;
	padding: 100px 0;
}
#main.price #news h3 {
	text-align: center;
	margin-bottom: 50px;
}
#main.price #news h3 span {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	display: block;
	margin: auto;
	color: #BBA15C;
	font-size: 5rem;
	line-height: 1;
}
#main.price #news h3 em {
	display: inline-block;
	margin: auto;
	font-size: 1.4rem;
	background: #BBA15C;
	color: #fff;
	padding: 2px 25px;
}
#main.price #news .inner2 {
}
#main.price #news .flex {
	justify-content: center;
}
#main.price #news .flex:after{
}
#main.price #news .item {
	/*width: 32%;*/
	width: 24%;
	margin: 0 0.5% 3% 0.5%;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#main.price #news .item dl {
	padding: 15px;
}
#main.price #news .item dt {
	font-size: 1.4rem;
	color: #BBA15C;
	font-weight: 700;
	margin-bottom: 10px;
}
#main.price #news .item span {
	display: block;
	font-size:1.2rem;
	color: #666;
	font-weight: 500;
}
#main.price #news .item dd {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
}
#main.price #news .item a {
}
#main.price #news .item figure {
	background: #000;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#main.price #news .item figure a {
	display: block;
}
#main.price p.link{
	text-align: center;
	margin: 5% 0 0 0;
}
#main.price p.link a {
	display: inline-block;
	border-radius: 50px;
	padding: 15px 80px;
	margin: 25px 0 0 0;
	background: rgb(255,234,177);
background: -moz-linear-gradient(left, rgba(255,234,177,1) 0%, rgba(255,208,88,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,234,177,1) 0%,rgba(255,208,88,1) 100%);
background: linear-gradient(to right, rgba(255,234,177,1) 0%,rgba(255,208,88,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeab1', endColorstr='#ffd058',GradientType=1 );
}
#main.price p.link2{
	text-align: center;
	margin: 1% 0 0 0;
}
#main.price p.link2 a {
	/*display: inline-block;
	border-radius: 50px;
	padding: 15px 80px;
	margin: 25px 0 0 0;
	background: #f30;
    color: #fff;*/
    text-align: center;
    margin: 2% auto 0 auto;
    max-width: 700px;
    display: block;
}

@media screen and (max-width: 901px){
		#main.price{}
		#main.price #area1{}
		#main.price #area1 h3{
		}
		#main.price #area1 h3 span{
			font-size: 4rem;
		}
		#main.price #area1 h3.h3b em{
		}
        #main.price #area1 h3 em.aft{
            display: block;
        }
		#main.price #area1 h3.h3b span{
		}
		#main.price #area1 h4{
			font-size: 2.6rem;
			margin: 0 0px;
		}
		#main.price #area1 dl{
			margin: 0 0px 10px 0px;
			padding: 0 0 10px 0;
		}
        #main.price #area1 dl.dl5{
            margin: 0 0px 10px 0px;
			padding: 5px 0;
        }
        #main.price #area1 dl.dl5 dd dt{
            width: 80px
        }
        #main.price #area1 dl.dl5 dd dd{
            width: calc(100% - 80px);
        }
		#main.price #area1 dt{
			font-size: 1.8rem;
		}
		#main.price #area1 dt span{
		}
		#main.price #area1 dt em{
		display: block;
		}
		#main.price #area1 dd{
			font-size: 1.8rem;
		}
		#main.price #area1 dd span{
			font-size: 3rem;
		}
		#main.price #area1 dd strong{
			font-size: 3rem;
		}
		#main.price #area1 dd em{
			display: block;
			text-align: right;
		}
		#main.price #area1 dd em:after{
		}
		#main.price #area1 p.p1{
			margin: 0 0px;
			margin-bottom: 1em;
		}
		#main.price #area1 p.p2{
			margin: 0 0px;
		}
        #main.price #area1 ul.ul1{
            margin: 0 0px;
			margin-bottom: 1em;
        }
		#main.price #area1 .a1a{
			padding: 15px;
			margin: 20px 0;
		}
        #main.price #area1 .a1a h4{
            margin: 0 0 10px 0;
        }
		#main.price #area1 .a1b{
			display: block;
		}
		#main.price #area1 .a1b p.pic{
			width: 100%;
		}
		#main.price #area1 .a1b div{
			width: 100%;
			margin: 5% 0;
		}
		#main.price #area1 .a1b div strong{
		}
		#main.price #area1 .a1b ul{
		}
		#main.price #area1 .a1b li{}
		#main.price #area1 .a1b li span{
		}
		#main.price #area1 p.p3{
			text-align: left;
			font-size: 1.6rem;
			line-height: 1.7;
		}

		#main.price hr{
		}

		#main.price #area2{
		}
		#main.price #area2 .a2a{
			padding: 5%;
			margin-top: 10%;
			min-height: 250px;
		}
		#main.price #area2 .a2a span{
			font-size: 2.4rem;
			width: 40px;
			line-height: 40px;
			height: 40px;
			top: -20px;
			left: 5%;
		}
		#main.price #area2 .a2a dl{
			width: 100%;
			margin: 5% 0
		}
		#main.price #area2 .a2a dt{
			font-size: 2.4rem;
			font-weight: 700;
		}
		#main.price #area2 .a2a dd{}
		#main.price #area2 .a2a dd em{
		}
		#main.price #area2 .a2a strong{
		}
		#main.price #area2 .a2a a{
		}
		#main.price #area2 .a2a p.pic{
			position: static;
			width: 100%;
			margin: 5% 0 0 0;
		}
		#main.price #area3{
			padding: 10% 0;
		}
		#main.price #area3 ul{
			max-width: 800px;
			margin: auto;
		}
		#main.price #area3 li{
			margin: 0 0 20px 0;
		}
		#main.price #area3 li a{
			font-size: 2.4rem;
		}
		#main.price #area3 li a:before{
			width: 20px;
			height: 30px;
			margin-right: 10px;
		}
		#main.price #area3 li span{
			font-size: 1.4rem;
		}
		
#main.price #news {
			padding: 10% 0;
		}
	#main.price #news h3 {
		margin-bottom: 10%;
	}
	#main.price #news h3 span {
	}
	#main.price #news h3 em {
	}
	#main.price #news .inner2 {
	}
	#main.price #news .flex {
		/*display: block;*/
	}
	#main.price #news .item {
		width: 48%;
		margin-bottom: 5%;
	}
	#main.price #news .item dl {
		padding: 5px;
	}
	#main.price #news .item dt {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#main.price #news .item span {
		font-size:1.4rem;
	}
	#main.price #news .item dd {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main.price #news .item a {
	}
	#main.price #news .item figure {
		height: auto;
	}
	#main.price #news .item figure a {
		display: block;
	}
		#main.price p.link a {
			padding: 15px 0px;
			width: 100%;
		}
    #main.price p.link2 a {
        padding: 15px 0px;
        width: 100%;
    }
}

/* news */
#main.news{
	padding: 0 0 100px 0;
}

#main.news h3{
	font-size: 3rem;
	font-weight: 700;
	color: #705825;
	border-bottom: 3px solid #705825;
	margin: 40px 0 20px 0;
}
#main.news h3 span{
	font-size: 2rem;
	margin: 0 1em 0 0;
	display: inline-block;
}
#main.news .posts{
}
#main.news .posts p{
	margin: 0 0 1em 0;
}
#main.news .posts h4{
	font-size: 2.4rem;
	color: #705825;
}
#main.news .posts ul.list{
    margin: 0 0 1em 0;
    border: 1px solid #705825;
    padding: 15px 15px;
}
#main.news .posts ul.list li{
    list-style: disc;
    margin-left: 1.5em;
}
#main.news .posts ul.list.dec li{
    list-style: decimal;
    text-indent: 0;
}
#main.news .posts ul.pic{
    margin: 0 0 1em 0;
    display: flex;
    flex-wrap: wrap;
}
#main.news .posts ul.pic li{
    width: 50%;
}

#main.news .shop{
	padding: 30px;
	background: #d7cebf;
	margin: 3em 0;
}
#main.news .back{}
#main.news .back a {
    line-height: 1.2;
    border: none;
    text-align: center;
    border-radius: 0;
    padding: 30px 0px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    background: #000;
    color: #fff;
    max-width: 320px;
    width: 100%;
    margin: 50px auto 100px auto;
    display: block;
    background-image: url(../img/common/sankaku-w.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 90% center;
    cursor: pointer;
}
#main.news ul.list{
    margin: 1em 0;
}
#main.news ul.list li{
    margin-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 901px){
	#main.news{
		padding: 0 0 10% 0;
	}
	#main.news h3{
		font-size: 2.4rem;
	}

}


/* free */
#main.free {
    padding: 0 0 100px 0;
}
#main.free #area1{
    padding: 100px 0 0 0;
}
#main.free #area1 .a1a{
    display: flex;
    justify-content: space-between;
}
#main.free #area1 .a1a p.p1{
    width: 47%;
}
#main.free #area1 .a1a p.p1 em{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
#main.free #area1 .a1a figure{
    width: 50%;
}
#main.free #area1 .a1b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: right;
}
#main.free #area1 .a1b:nth-of-type(2){
    flex-direction: row-reverse;
    text-align: left;
}
#main.free #area1 .a1b h4{
    width: 47%;
    font-weight: 300;
}
#main.free #area1 .a1b figure{
    width: 50%;
}
#main.free #area1 .a1b figcaption{
    font-size: 1.2rem;
    display: block;
}
#main.free #area1 ul.link{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}
#main.free #area1 ul.link li{
    margin: 1em;
}
#main.free #area1 ul.link li a{
    background: #EAD61F;
    color: #333;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
}
#main.free #area1 .fig2{
    max-width: 600px;
    margin: 40px auto;
}
#main.free #area1 ul.sp{
    background: #fff;
    padding: 20px 30px;
    margin: 30px 0;
}
#main.free #area1 ul.sp li{
    font-weight: 700;
    color: #f30;
    list-style: disc;
    margin-left: 1.5em;
}
#main.free #area1 ul.sp li a{
    font-weight: 300;
}
#main.free #area1 ul em{
    color: #333;
}

#main.free #area1 .a2a{
	position: relative;
	max-width: 800px;
	margin: auto;
	border: 2px solid #000;
	background: #fff;
	padding: 50px;
	margin-top: 100px;
	min-height: 250px;
}
#main.free #area1 .a2a span{
	position: absolute;
	background: #000;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 3.8rem;
	display: block;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	top: -35px;
	left: 50px;
}
#main.free #area1 .a2a dl{
	width: 60%;
}
#main.free #area1 .a2a dt{
	font-size: 2.4rem;
	font-weight: 700;
}
#main.free #area1 .a2a dd{}
#main.free #area1 .a2a dd em{
	display: block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
}
#main.free #area1 .a2a strong{
	display: block;
	margin: 1em 0;
}
#main.free #area1 .a2a p.pic{
	position: absolute;
	width: 30%;
	top: 50px;
	right: 50px;
}

#main.free #area1 h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #705825;
    border-bottom: 3px solid #705825;
    margin: 40px 0 20px 0;
}
#main.free #area1 h4 {
    font-size: 2.4rem;
    color: #705825;
}
#main.free #area1 ul.p2{
}
#main.free #area1 ul.p2 li{
    margin-left: 1.1em;
    text-indent: -1.1em;
}
@media screen and (max-width: 901px){
    #main.free {
        padding: 0 0 10% 0;
    }
    #main.free #area1{
        padding: 10% 0 0 0;
    }
    #main.free #area1 .a1a{
        display: block;
    }
    #main.free #area1 .a1a p.p1{
        width:100%;
        margin-top: 5%;
    }
    #main.free #area1 .a1a p.p1 em{
    }
    #main.free #area1 .a1a figure{
        width: 100%;
    }
    #main.free #area1 .a1b{
        display: block;
        margin-bottom: 5%;
        text-align: left;
    }
    #main.free #area1 .a1b:nth-of-type(2){
        flex-direction: row-reverse;
        text-align: left;
    }
    #main.free #area1 .a1b h4{
        width: 100%;
    }
    #main.free #area1 .a1b figure{
        width: 100%;
    }
    #main.free #area1 .a1b figcaption{
    }
    #main.free #area1 ul.link{
        display: block;
        text-align: center;
    }
    #main.free #area1 ul.link li{
    }
    #main.free #area1 ul.link li a{
        padding: 10px 0px;
        display: block;
    }
    #main.free #area1 .fig2{
        margin: 20px auto;
    }
    #main.free #area1 ul.sp{
        padding: 10px 20px;
        margin: 15px 0;
    }
    #main.free #area1 ul.sp li{
        margin-left: 1em;
    }
    #main.free #area1 ul.sp li a{
    }
    #main.free #area1 ul em{
    }

    #main.free #area1 .a2a{
        padding: 5%;
        margin-top: 10%;
        min-height: 250px;
    }
    #main.free #area1 .a2a span{
        font-size: 2.4rem;
        width: 40px;
        line-height: 40px;
        height: 40px;
        top: -20px;
        left: 5%;
    }
    #main.free #area1 .a2a dl{
        width: 100%;
        margin: 5% 0
    }
    #main.free #area1 .a2a dt{
        font-size: 2.4rem;
        font-weight: 700;
    }
    #main.free #area1 .a2a dd{}
    #main.free #area1 .a2a dd em{
    }
    #main.free #area1 .a2a strong{
    }
    #main.free #area1 .a2a a{
    }
    #main.free #area1 .a2a p.pic{
        position: static;
        width: 100%;
        margin: 5% 0 0 0;
    }

#main.free #area1 h3 {
    font-size: 5vw;
    margin: 40px 0 20px 0;
}
#main.free #area1 h4 {
    font-size: 4vw;
}
}

