@charset "utf-8";

html{
/*	scroll-behavior: smooth;*/
}
html,body{
	display: block;
	box-sizing: border-box;
	font-family:  YakuHanJP, "Noto Sans JP";
	overflow-x: hidden;
}
ul,li,h1,h2,h3,h4{
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #6d6e71;
	letter-spacing: 0.04em;

}
article{
	background-color: #fff;
}
main{
	display: block;
	max-width: 100%;
}
img{
	max-width: 100%;
	display: block;
}
ul li{
	list-style-type: none;
}
p{
	font-size: 14px;
	line-height: 1.6em;
	color: #6d6e71;
	letter-spacing: 0.04em;
}
p.center{
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.04em;
	color: #6d6e71;
	text-align: center;
}
p.center.note{
	line-height: 1em;
	margin-top: -0.5em;
}
p span{
	font-weight: bold;
}
p span.small{
  font-size: 0.8em;
  font-weight: normal;
  line-height: 0;
}
a{
	color: #6d6e71;
	text-decoration: none;
}
article{
	display: block;
	width: 100%;
	color: #6d6e71;
}
article.on{
	margin-left:88%;
}

.h_btn{
	display: block;
	width: 10%;
	height: 30px;
	position: fixed;
	z-index: 99999;
	top: 18px;
	left: 15px;
  cursor: pointer;
}

.h_btn span{
	height: 2px;
	width: 25px;
	display: block;
	background-color:#f3a8bb;
	position: absolute;
	z-index: 99999;
	transition: .3s;
}
.h_btn.close span:nth-child(1){
	top: 5px;
}
.h_btn.close span:nth-child(2){
	top: 0;
	bottom: 0;
	margin: auto;
}
.h_btn.close span:nth-child(3){
	bottom: 5px;
}
.h_btn.opennow span:nth-child(1){
	top: 20px;
	left: 0;
	transform: rotate(45deg);
}
.h_btn.opennow span:nth-child(3){
	top: 20px;
	left: 0;
	transform: rotate(-45deg);
}
.h_btn.opennow span:nth-child(2){
	display: none;
}
#sp_nav.off{
	display: none;
}
#sp_nav.on{
	width: 100%;
}
#sp_nav .btn.open span:nth-child(2){
	top: 0;
	left: 0;
	transform: rotate(-45deg);
}
#sp_nav nav{
	background-color: #fff;
	padding: 80px 30px 20px 30px;
	z-index: 999;
}
#sp_nav nav ul li{
	border-bottom: 1px solid #a7a9ac;
	display: block;
	padding: 10px 10px;
	text-align: center;
	font-size: 18px;
}

#sp_nav{
  z-index:9999;
	left: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 75%;
  height: auto;
  transition: .3s;
  /*padding: 0 40px 0 0;*/
  /*background-color: #fff;*/
  box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
  background-color: #fff;
}
#sp_nav.off{
	left: -100%;
}
#sp_nav .slide-inner {
  overflow: auto;
  overflow-x: hidden;
}

/*@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 80px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    
    animation-name: shiny;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}*/
/*@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}*/
@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
.shiny-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform : translate(0, 45px);
}
.fadein_active {
  opacity: 1;
  transition-delay: 0s;
  transform : translate(0, 0);
}
iframe {
    width: 100%;
    height: 500px;
}
#movie iframe{
    height: 676px;
}

footer #sp_footer_nav nav{
	position: fixed;
	bottom:0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	transition: .3s;
	z-index: 999;
	padding-bottom: env(safe-area-inset-bottom);
}
footer #sp_footer_nav.navclose nav{
	bottom: -80px;
    position: fixed;
}

footer #sp_footer_nav nav ul{
	display: flex;
	flex-wrap: wrap;
}
footer #sp_footer_nav nav ul li{
	width: calc(100% / 4);
	box-sizing: border-box;
	padding: 2px;
}
footer #sp_footer_nav nav ul li a.off{
	pointer-events: none;
	color: #ccc;
}
footer #sp_footer_nav nav ul li:nth-child(5),
footer #sp_footer_nav nav ul li:nth-child(6){
	width: 50%;

}
footer #sp_footer_nav nav ul li:nth-child(5) a,
footer #sp_footer_nav nav ul li:nth-child(6) a{
	background-size: auto 15px;
	background-repeat: no-repeat;
	background-position: left 10px center;
}
footer #sp_footer_nav nav ul li:nth-child(5) a{
	background-image: url(../img/nav_yen.png);
}
footer #sp_footer_nav nav ul li:nth-child(6) a{
	background-image: url(../img/nav_access.png);
}
footer #sp_footer_nav nav ul li a{
	background-color: #f7b9c6;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 0.02em;
}
footer #sp_footer_nav nav .footer_nav_btn{
	position: absolute;
	top: -26px;
	/*background-color: #a7a9ac;*/
	color: #fff;
/*	border:3px solid #fff;
*/	padding: 5px 30px 5px 5px;
	font-weight: bold;
	z-index: -1;
	font-size: 12px;
	letter-spacing: 0.1em;
	width: 75px;
	background-image: url(../img/close_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

footer #sp_footer_nav nav .footer_nav_btn .close,
footer #sp_footer_nav nav .footer_nav_btn .open{
	display: inline-block;
	vertical-align: top;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	position: relative;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn span{
	display: block;
	background-color: #fff;
	height: 3px;
	width: 15px;
	position: absolute;
	left: 5px;
	top: 5px;
	transition: .3s;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.close_btn span{
	left: 0;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.close_btn span:nth-child(1){
	transform: rotate(45deg);
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.close_btn span:nth-child(2){
	transform: rotate(-45deg);
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.open_btn span:nth-child(1){
	transform: rotate(-55deg);
	left: -1px;
	width: 13px;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.open_btn span:nth-child(2){
	transform: rotate(55deg);
	right: -1px;
	width: 13px;
}

footer #sp_footer_nav nav .footer_nav_btn .open{
	display: none;
}
footer #sp_footer_nav nav .footer_nav_btn.opennow .open{
	display: none!important;
}
.gridbox{
	display: flex;
}
header{
	padding: 10px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 9999;
	box-sizing: border-box;
}
header .inner_pc{
	display: flex;
	align-items: center;
}
header h1{
	width: 40%;
	display: block;
	margin-left: 10%;
	padding: 7px;
}
header h1 a{
	padding-top: 3px;
	display: block;
}
header a.btn{
	width: 45%;
	margin-left: 2%;
}
header a.btn img{
	display: block;
}

h3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

h3.nomal{
	text-align: left;
}
h3.h3_line{
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px solid #6d6e71;
	border-bottom: 1px solid #6d6e71;
	padding: 5px 0;
}
h3.bgcolor{
	background-color: #a7a9ac;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

#main_img img{
	display: block;
	width: 100%;
}
#about{
	background-image: url(../img/about_bg.png);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px 20px 50px;
}
#about .gridbox{
	display: block;
}
#about .img_box{
	width: 62%;
	padding-left: 7%;
	padding-top: 20px;
}
#about .txt_box{
	padding-top: 20px;
	border-bottom: 1px solid;
}

#message{
	box-sizing: border-box;
}
#message .gridbox .ttl_box{
	width: 46px;
	background-color: #d1d3d4;
	position: relative;
}
#message h2 {
    top: 50%;
    position: absolute;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#message .gridbox .ttl_box img{
	display: inline-block;
	vertical-align: middle;
}
#message .gridbox .txt_box{
	width: calc(100% - 46px);
	padding: 20px;
	/*background-color: #e6e7e8;*/
	box-sizing: border-box;
}
#message .gridbox .txt_box h3{
	width: 170px;
	padding: 10px 0;
}
#message .gridbox .gridbox{
	padding-top: 20px;
	justify-content: space-between;
}
#message .gridbox .gridbox a{
	max-width: 90px;
	width: calc(100% - 180px);
	margin-top: 8px;
}
#message .gridbox .gridbox .sign{
	max-width: 201px;
	width: 53%;
	margin-left: auto;
	margin-top: -30px;
}
#movie{
	width: 100%;
	padding: 30px 0;
}
#movie .line{
	padding-top: 20px;
	width: 100%;
}
#method {
	background-color: #ffe9ed;
}
#method .method_main{
	position: relative;
	display: block;
	min-height: 400px;
}
#method .method_main h2{
	width: 100px;
	position: absolute;
	right: 0;
	top:0;
	z-index: 10;
}
#method .method_main .method_img1{
	width: 80%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 8;
}
#method .method_main .method_img2{
	width: 35%;
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 9;
}
#method .left_line{
	border-left:10px solid #fadce2;
	padding:20px;
	box-sizing: border-box;
	position: relative;
}
/*#method .left_line:after{
	content: "";
	display: block;
	width: 100%;
	background-color: #fff;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
#method .left_line h2{
	width: 120px;
}
#method .left_line h3{
	margin-top: 20px;
	margin-bottom: 10px;
}
#method .left_line p{
	position: relative;
	z-index: 10;
}

#method .left_line dl{
	margin: 0;
	position: relative;
}
#method .left_line .whitebk{
	display: block;
	width: calc(100% + 40px);
    margin-left: -20px;
    padding:0 20px 20px;
    box-sizing: border-box;
}
#method .left_line dl,
#method .left_line dl dt{
	position: relative;
	z-index: 10;
}
#method .left_line dl dt.more_dt a {
    display: block;
    width: 100%;
}
#method .left_line dl dd {
    display: none;
}

#method .left_line dl dt{
	padding: 15px 0 5px;
	display: block;
	font-weight: 600;
	border-bottom: 1px solid #a7a9ac;
}
#method .left_line dl dt,
#method .left_line dl dd{
	font-size: 14px;
}
#method .left_line dl dd{
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 1.6em;
}
#method .left_line dl .more_btn{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	right: 5px;
	width: 15px;
	height: 15px;
}
.method_modal.remodal {
    padding: 30px 10px 50px!important;
}
.method_modal .remodal-close{
    left: auto;
    right: 0;
}
.method_modal .remodal-close:before{
    font-size: 40px;
    top: -40px;
    left:auto;
    color:#fff;
	font-family: "Noto Sans JP"!important;
    
}
.method_modal.remodal p.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#method .left_line dl.method_bg dt.more_dt{
	margin-bottom: 8px;
    padding: 10px;
    background-color: #fff;
}
#course{
	padding:0; 
}
#course h2 {
    padding: 30px 20px 30px;
    border-top: 8px solid #6d6e71;
    border-bottom: 8px solid #6d6e71;
    background: #e6e6e6;
    position: relative;
    margin: 10px 0;
}
#course h2::before, #course h2::after {
    content: "";
    display: block;
    background: #6d6e71;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 0;
}
#course h2::after{
    top: auto;
	bottom:5px;
}
#course h3.h3_line{
	margin-bottom: 30px;
}
#course .course_inner{
	display: block;
	width: calc(100% - 40px);
	color: #000;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	position: relative;
	/*padding-bottom: 30px;*/
	padding-bottom: 5px;
	margin: 0 20px 20px;
}
#course .course_inner h4 img{
	width: 100%;
}
#course p.line{
	padding: 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#course .course_inner p{
	color: #111;
}
#course .course_inner p.course_detail{
	font-weight: bold;
	font-size: 22px;
}
#course .course_inner p.course_detail.hubsub{
	margin-bottom: 1.5em;
}
#course .course_inner p.course_detail .course_name{
		position: relative;
}
#course .course_inner span.course_detail_sub{
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: absolute;
	bottom: -22px;
	left: 0;
	letter-spacing: 0;
}
#course .course_inner .price{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
    width: 94%;
    margin: 0 auto;
}
#course .course_inner .price img{
	width: 160px;
	display: block;
	margin:0 auto;
}

#course .course_inner .price p{
	font-size: 10px;
	margin:0;
	padding: 0;
}
#course .course_inner .sub_txt{
	background-color: #f3f3f4;
	padding: 10px 20px;
	font-weight: bold;
	width:calc(100% - 20px);
	margin:10px auto;
	font-size: 12px;
	box-sizing: border-box;
	white-space: nowrap;
	text-align: center;
}
#course .course_inner p.last{
	font-size: 10px;
	text-align: right;
	display: block;
	padding-right: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#course a.btn{
	margin-top: 20px;
	display: block;
}
.course_inner02 {
    margin: 0 20px;
}

#flow_chart{
	background-image: url(../img/flow_chart_bg.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 150px 20px 20px;
	margin:30px 0;
	background-color: #ffdce1;
}
#flow_chart a{
	margin-bottom: 10px;
	display: block;
}
#flow_chart p{
	white-space: nowrap;
}
#faq{
	padding: 0 10px 10px;
	background-color: #dfe0e1;
}
#faq h2{
	padding-bottom: 20px;
}
#faq .qa_box{
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	color: #a7a9ac;
}
#faq .qa_box h3{
	color: #a7a9ac;
}
#faq .qa_box dt{
	position: relative;
}
#faq .qa_box dt .more_btn span,
#faq .qa_box dd .more_btn2 span,
#method .left_line dt .more_btn span{
	width: 15px;
	height: 2px;
	display: block;
	background-color: #a7a9ac;
	position: absolute;
}
#faq .qa_box dt .more_btn span:nth-child(1),
#faq .qa_box dd .more_btn2 span:nth-child(1),
#method .left_line dt .more_btn span:nth-child(1){
	top: 18px;
	right: 10px;
}
#faq .qa_box dt .more_btn span:nth-child(2),
#faq .qa_box dd .more_btn2 span:nth-child(2),
#method .left_line dt .more_btn span:nth-child(2){
	top: 18px;
	right: 10px;
	transform: rotate(-90deg);
	transition: .3s;
}
#method .left_line dt .more_btn span:nth-child(1),
#method .left_line dt .more_btn span:nth-child(2){
	top: 0;
	bottom: 0;
	margin: auto;
}

#faq .qa_box dt .more_btn.more_open span:nth-child(1),
#faq .qa_box dd .more_btn2.more_open span:nth-child(1),
#method .left_line dt .more_btn.more_open span:nth-child(1){
	width: 12px;
	transform: rotate(-45deg);
	right: 18px;
}
#faq .qa_box dt .more_btn.more_open span:nth-child(2),
#faq .qa_box dd .more_btn2.more_open span:nth-child(2),
#method .left_line dt .more_btn.more_open span:nth-child(2){
	width: 12px;
	transform: rotate(45deg);
	right: 10px;
}
#faq .qa_box h4{
	background-color: #a7a9ac;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	font-size: 12px;

}
#faq .qa_box h4 img{
	max-height: 100%;
	max-width: 100%;
    width: auto;
}
#faq .qa_box h4.faq_1 img{
	width:150px;
}
#faq .qa_box h4.faq_2 img{
	width: 70px;
}
#faq .qa_box h4.faq_4 img{
	width:140px;
}
#faq .qa_box h4.faq_3 img{
	width: 90px;
}
#faq .qa_box h4.faq_5 img{
	width: 140px;
}
#faq .qa_box h4.faq_6 img{
	width: 130px;
}
#faq .qa_box h4.faq_7 img{
	width: 120px;
}
#faq .qa_box h4 span:nth-child(2){
	padding-top: 2px;
	white-space: nowrap;
}
#faq .qa_box dl + dl{
	padding-top: 20px;
}
#faq .qa_box dt{
	padding: 10px;
	border-top: 1px solid #a7a9ac;
	font-size: 16px;
	font-weight: 500;

}
#faq .qa_box dd{
	font-size: 14px;
/*	padding: 20px;*/
	box-sizing: border-box;
	margin: 0;
	line-height: 1.6em;
}
#faq .qa_box dl{
	border-bottom: 1px solid #a7a9ac;
}
#faq .qa_box dt:nth-child(1){
	border-top: none;
}
#faq .qa_box dd ul{
	border-top: 1px solid #a7a9ac;
}
#faq .qa_box dd li{
	border-bottom: 1px solid #a7a9ac;
}
#faq .qa_box dd li:last-child{
	border-bottom: none;
	margin-bottom: 20px;
}
#faq .qa_box dd .more_btn2{
	position: relative;
	width: 100%;
	display: block;
	background-image: url(../img/icon_q.svg);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: left 5px center;
	padding: 10px 30px 10px 30px;
	color: #a7a9ac;
	font-size: 14px;
	font-weight: 500;
	box-sizing: border-box;
}
#faq .qa_box dd .more_box2{
	padding: 10px 30px;
	color: #a7a9ac;
}
#faq .qa_box dd .more_box2 p{
	color: #a7a9ac;
}
#faq .qa_box dd .more_box2 p a{
	color: inherit;
	text-decoration: underline;
}
#faq .qa_box dd .more_box2 p.small{
	font-size: 12px;
	margin:0;
}
#faq .qa_box dd .more_box2 ul.number{
	border-top: none;
}
#faq .qa_box dd .more_box2 ul.number li{
	color:#a7a9ac;
	border: none;
}
#salon_list{
	padding-top: 20px;
	padding-bottom: 30px;
}
#salon_list h2{
	background-color: #fbdce2;
	padding: 30px 30px 0;
	margin-bottom: 30px;
}
#salon_list dl {
    border-bottom: 1px solid #a7a9ac;
}
#salon_list dt.more_dt {
    padding: 10px;
    border-top: 1px solid #a7a9ac;
    font-size: 16px;
    font-weight: 500;
    position: relative;
	font-weight: bold;
    text-align: center;
    color: #414042;
}
#salon_list dt.more_dt.new {
    position: relative;
}
#salon_list dt.more_dt.new::before {
    content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(/img/new_icon.svg);
    background-size: 25px;
    background-position: left 25px center;
	position: absolute;
	top: 18%;
}
#salon_list dt .more_btn span {
    width: 15px;
    height: 2px;
    display: block;
    background-color: #a7a9ac;
    position: absolute;
}
#salon_list dt .more_btn span:nth-child(1) {
    top: 18px;
    right: 10px;
}
#salon_list dt .more_btn span:nth-child(2) {
    top: 18px;
    right: 10px;
    transform: rotate(-90deg);
    transition: .3s;
}
#salon_list dt .more_btn.more_open span:nth-child(1), #salon_list dt .more_btn2.more_open span:nth-child(1){
    width: 12px;
    transform: rotate(-45deg);
    right: 18px;
}
#salon_list dt .more_btn.more_open span:nth-child(2), #salon_list dt .more_btn2.more_open span:nth-child(2){
    width: 12px;
    transform: rotate(45deg);
    right: 10px;
}
#salon_list dd.more_box {
    margin: 0;
}
#salon_list .salon_detail{
	/*padding: 20px 10px;*/
	/*padding: 30px 10px 20px;*/
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin:0 auto;
}
#salon_list .salon_detail + .salon_detail{
	border-top: 2px solid #6d6e71;
}
#salon_list .salon_detail h4 {
    background: #fdbac6;
}
#salon_list .salon_detail h3{
	display: block;
	position: relative;
	width: 100%;
	margin:0 auto 30px;
	font-size: 24px;
	background-image: url(../img/line_w.svg);
	background-repeat: repeat-x;
	background-size: 139px auto;
	background-position: center;
}

#salon_list .salon_detail h3 span{
	text-align: center;
	width: 100%;
	color: #414042;
	background-color: #fff;
	position: relative;
	z-index: 5;
	padding: 0 10px;
}
#salon_list h4{
	background-color: #a7a9ac;
	color: #fff;
	font-size: 14px;
	margin: 20px 0 10px;
	padding: 5px 0;
	box-sizing: border-box;
	display: block;
	text-align: center;

}
#salon_list .salon_detail p{
	margin-bottom: 20px;
}
#salon_list .salon_detail .pc_right p.open {
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #414042;
}
#salon_list .salon_detail .pc_right p.open {
    font-weight: 800;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #414042;
	z-index: 1;
}
#salon_list .salon_detail .pc_right p.open span{
    position: relative;
	z-index: 2;
}
#salon_list .salon_detail .pc_right p.open span::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 3px;
    height: 8px;
    background: #f3a8bb;
    z-index: -1;
}
#salon_list .salon_detail:first-of-type p{
	margin-bottom: 5px;
}
#salon_list .salon_detail .small {
    font-size: 11.2px;
}
#salon_list .salon_detail p.small{
	font-size: 10px;
	padding-bottom: 10px;
}
#salon_list .salon_detail .tel_mail_inner{
	margin-top: 20px;
}
#salon_list .salon_detail .tel_mail_inner a{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#salon_list .salon_detail .tel_mail_inner a img{
	width: 13px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
#salon_list .salon_detail .train_info{
	border: 2px dotted #ccc;
	padding: 10px;
	box-sizing: border-box;
}
#salon_list .salon_detail .train_info span{
	display: block;
	margin-top: 10px;
	background-color: #6d6e72;
	max-width: 96%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#salon_list .salon_detail a.btn.g_map{
	width: 100%;
	border: 2px solid #6d6e71;
	background-color: #fff;
	padding: 5px;
	display: block;
	margin:20px auto 10px;
	font-size: 14px;
	font-weight: 500;
	box-sizing: border-box;
}
#salon_list .salon_detail a.btn.g_map img{
	width: 13px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}


#salon_list .salon_detail .tel_mail{
	display: flex;
	margin-bottom: 10px;
}
#salon_list .salon_detail .tel_mail a{
	width: 49%;
	font-size: 14px;
	background-color: #6d6e71;
	color: #fff;
	font-weight: 500;
	padding: 8px;
	display: block;
	box-sizing: border-box;
}
#salon_list .salon_detail .tel_mail a img{
/*	width: 13px;*/
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: auto;
    height: 15px;
}
#salon_list .salon_detail .tel_mail a.mail{
	margin-left: 2%;
}
#salon_list .line{
	width: 100%;
	padding: 50px 0 0;
}
#salon_list .salon_box{
	padding: 0 20px;
	box-sizing: border-box;
}
#salon_list iframe {
    width: 100%;
	height: 400px;
}
#salon_list .salon_detail .gridbox.links{
	width: 100%;
	display: flex;
		margin:20px auto;
	max-width: 500px;
}
#salon_list .salon_detail .gridbox.links a{
	width: 49%;
	/*background-color: #6d6e71;*/
	background: linear-gradient(#979799, #706f74);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding: 8px 0 12px;
}
#salon_list .salon_detail .gridbox.links a span{
	position: relative;
	padding-left: 1.4em;
}
#salon_list .salon_detail .gridbox.links a.tel span::before {
    content: "";
    display: block;
    width: 15px;
    height: 17px;
    background-image: url(/img/icon_tel.svg);
    background-size: cover;
    background-position: left center;
    position: absolute;
    left: 0;
    top: 3px;
}
#salon_list .salon_detail .gridbox.links a.mail span{
	position: relative;
	padding-left: 2.4em;
}
#salon_list .salon_detail .gridbox.links a.mail span::before{
	content: "";
    display: block;
    width: 26px;
    height: 15px;
    background-image: url(../img/icon_mail.svg);
    background-size: cover;
    background-position: left center;
    position: absolute;
    left: 0;
    top: 4px;
}
/*#salon_list .salon_detail .gridbox.links a.tel{
	background-image: url(../img/icon_tel.svg);
		background-size: 25%;
		background-position: left 20px center;
}
#salon_list .salon_detail .gridbox.links a.mail{
	background-image: url(../img/icon_mail.svg);
		background-size: 20px;
			background-position: left 15px center;
}*/
#salon_list .salon_detail .gridbox.links a + a{
	margin-left: 2%;
}
#salon_list a.btn.last {
    margin: 5% auto 5%;
}


#interview {
    padding-bottom: 60px;
}
#interview h2{
	padding: 80px 20px 60px;
	background-image: url(../img/interview_bg.svg);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: right 10% center;
}
#interview li.interview_inner img.interview_txt{
		padding: 0 20px;
		box-sizing: border-box;
}
#interview li.interview_inner {
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: right 20px bottom 26px;
    padding-top: 30px;
}
#interview li.interview_inner.no1{
	background-image: url(../img/ib_01.svg);
}
#interview li.interview_inner.no2{
	background-image: url(../img/ib_02.svg);
}
#interview li.interview_inner.no3{
	background-image: url(../img/ib_03.svg);
}
#interview li.interview_inner.no4{
	background-image: url(../img/ib_04.svg);
}
#interview li.interview_inner.no5{
	background-image: url(../img/ib_05.svg);
}
#interview li.interview_inner.no6{
	background-image: url(../img/ib_06.svg);
}
#interview li.interview_inner.no7{
	background-image: url(../img/ib_07.svg);
}
#interview li.interview_inner.no8{
	background-image: url(../img/ib_08.svg);
}
#interview li.interview_inner.no9{
	background-image: url(../img/ib_09.svg);
}
#interview li.interview_inner.no10{
	background-image: url(../img/ib_010.svg);
	background-size: 70px;
}
#interview li.interview_inner p{
	color: #111;
	padding: 0;
	width: calc(100% - 40px);
		box-sizing: border-box;
		margin: 0 auto;
		font-weight: 500;
		border-bottom: 1px solid #111;
}
#interview li.interview_inner p + .page_slider{
	margin-top: 20px;
}
#interview li.interview_inner a.btn{
	width: calc(100% - 40px);
	display: block;
	margin:5px 0 0 20px;
}
#interview a.btn.moremovie_btn{
	width: calc(100% - 40px);
	margin:50px auto;
	display: block;
	box-sizing: border-box;
}

.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
#interview .page_slider{
	width: 100%;
    /*padding: 0 30px;
    background-color: #111;*/
}
#interview .page_slider .slick-slide li{
	width: calc(100% - 60px);
	display: block;
}
#interview .page_slider .slick-slide a{
	    max-width: calc(100vw - 60px);
	display: block;
	margin: 0 auto;
}
#interview .page_slider .slick-prev,
#interview .page_slider .slick-next,
#main_img .page_slider .slick-prev,
#main_img .page_slider .slick-next,
#salon_list .page_slider .slick-prev,
#salon_list .page_slider .slick-next{
	background-repeat: no-repeat!important;
    height: 30px!important;
    background-size: contain!important;
    background-position: center!important;
	top: 60%;
	z-index: 2;
}
#main_img .page_slider .slick-prev,
#main_img .page_slider .slick-next,
#salon_list .page_slider .slick-prev,
#salon_list .page_slider .slick-next{
	top: 50%;
}
#interview .page_slider .slick-prev,
#salon_list .page_slider .slick-prev{
    left: 5px;
   background-image: url(../img/yajirushi_prev.png)!important;
}
#interview .page_slider .slick-next,
#salon_list .page_slider .slick-next{
    right: 5px;
    background-image: url(../img/yajirushi_next.png)!important;
}
#salon_list .page_slider .slick-prev {
    left: -32px;
}
#salon_list .page_slider .slick-next {
    right: -32px;
}
#main_img .page_slider .slick-prev{
    left: 5px;
   background-image: url(../img/yajirushi_prev02.png)!important;
}
#main_img .page_slider .slick-next{
    right: 5px;
    background-image: url(../img/yajirushi_next02.png)!important;
}
#main_img .slick-dots{
	display: none!important;
}
#interview .page_slider .slick-prev:before,
#interview .page_slider .slick-next:before,
#main_img .page_slider .slick-prev:before,
#main_img .page_slider .slick-next:before,
#salon_list .page_slider .slick-prev:before,
#salon_list .page_slider .slick-next:before{
	display: none!important;
}
#interview .page_slider .bg_clack{
	background-color: #111;
}
#interview .page_slider .q_title {
	margin-bottom: 20px;
	height: 45px;
}
#interview .page_slider .q_title p {
	border-bottom: 0;
}
#interview .page_slider .q_title img {
    max-width: 100%;
}
#salon_list .slider_wrap {
    padding: 0 12%;
    background: #ccc;
    margin: 20px auto 40px;
    display: block;
    width: 70%;
}

#present{
	background-color: #ffdce1;
	padding: 10px;
	box-sizing: border-box;
}
#present .present_inner{
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
#present .present_inner h2{
	width: 100%;
	padding: 30px 0 20px;
}
#present .present_inner p{
	color: #111;
	border-bottom: 2px solid #111;
	padding-bottom: 20px;
}
#present p.border{
	border: 2px dotted #ccc;
	padding: 10px;
	box-sizing: border-box;
}
#news{
	position: relative;
}
#news:before{
	content: "";
	display: block;
	background-color: #d1d3d4;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#news img.news_main{
	padding:  40px 20px 0;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}
#news h2{
	width: 80px;
	display: block;
	margin: 20px auto 10px;
}
#news .news_list{
	padding: 20px;
	box-sizing: border-box;
}
#news .news_list a{
	font-size: 12px;
}
#news .news_list a.important_news{
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #a7a9ac;
	padding: 5px 0;
	display: block;
	color: #111;
	background-image: url(../img/yajirushi.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: right center;
}
#news .news_list ul {
	margin-top: 20px;
}

#news .news_list ul li{
	display: flex;
	border-bottom: 1px solid #a7a9ac;
	padding: 10px 0 2px 0;
	margin-left: 0;
}

#news .news_list ul li span{
	width: 65px;
	font-size: 10px;
	color: #fff;
	background-color: #414042;
	padding: 2px 5px;
	display: block;
	box-sizing: border-box;
	margin: 0;
	height: 19px;
}
#news .news_list ul li a{
	width: calc(100% - 65px);
	display: block;
	box-sizing: border-box;
	padding: 0 30px 3px 10px;
	color: #111;
	background-image: url(../img/yajirushi.svg);
	/*background-size: auto 50%;*/
	background-size:12px 12px;
	background-repeat: no-repeat;
	background-position: right center;
}
#news a.btn{
	display: block;
	margin:30px 20px;
	box-sizing: border-box;
}
.line.last{
	display: block;
	width: 100%;
	margin:20px 0;
}

footer{
	padding-bottom: 100px;
}
footer .footer_nav2{
	display: block;
	background-color: #a7a9ac;
}
footer .footer_nav2 ul{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
footer .footer_nav2 ul li{
	position: relative;
}
footer .footer_nav2 ul li a{
	color: #fff;
	font-size: 11px;
	text-align: center;
	display: block;
	padding: 5px 0;
}
footer .footer_nav2 ul li:nth-child(1){
width: 26%;
}
footer .footer_nav2 ul li:nth-child(2){
width: 46%;
}
footer .footer_nav2 ul li:nth-child(3){
	width: 28%;
}
footer .footer_nav2 ul li:nth-child(4),
footer .footer_nav2 ul li:nth-child(5){
	width: 35%;
}
footer .footer_nav2 ul li:nth-child(6) {
    width: 100%;
}
footer .footer_nav2 ul li:nth-child(4){
	margin-left: 15%;
}
footer .footer_nav2 ul li:nth-child(1):after,
footer .footer_nav2 ul li:nth-child(2):after,
footer .footer_nav2 ul li:nth-child(4):after,
footer .footer_nav2 ul li:nth-child(5):after{
	content: "/";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 12px;
	height: 14px;
}
footer p.copy{
	background-color: #6d6e71;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	font-size: 12px;
	margin: 0;
}

 /*タブ切り替え全体のスタイル*/
.tabs {
  /*padding-bottom: 40px;*/
  background-color: #f3f3f4;
  width: 100%;
  margin: 0 auto;
}
#salon_list .tabs{
	/*background-color: #b6b7b8;*/
}
#salon_list .tab_content{
	background-color: #fff;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100% / 3 - 1px);
  height: 50px;
  background-color: #b6b7b8;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding-top: 8px;
}
.tab_item span{
	font-size: 12px;
	font-weight: normal;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding:0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#kagurazaka:checked ~ #kagurazaka_content,
#kawaguchi:checked ~ #kawaguchi_content,
#shinsaibashi:checked ~ #shinsaibashi_content,
#first:checked ~ #first_content,
#all:checked ~ #all_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #f3f3f4;
  color: #111;
}

.remodal{
	width: 90%!important;
	padding: 30px 10px 10px!important;
}
.remodal .modal_image{
	width: 60%;
	margin:20px auto;
}
.remodal p,.remodal a{
	text-align: left;
	display: block;
	margin:0; 
	color: #111;
}
.remodal a{
	font-weight: 600;
	margin:5px 0;
}
.remodal a img{
	display: inline-block;
	width: 16px;
	padding-right: 5px;
	vertical-align: middle;
}
.remodal h3.name{
	text-align: left;
	font-weight: 400;
	margin:30px 0 20px;
	color: #111;
}
/***下層ページ▽****/
.page_content{
	box-sizing: border-box;
	color: #414042;
}
h1.page_ttl{
	display: block;
	padding: 30px 0;
	text-align: center;
	margin: 0 auto;
}
h1.page_ttl span{
	font-size: 13px;
	color: #111;
	line-height: 26px;
}
.page_content h2{
	font-size: 18px;
	text-align: center;
	margin:10px 0 20px;
	line-height: 1.6em;
}
.page_content h3{
	font-size: 16px;
	margin:10px 0 20px;
	line-height: 1.6em;
	text-align: left;
}
.page_content h3.h3_border{
	padding-bottom: 10px;
    display: block;
    position: relative;
    width:100%;
    margin: 20px auto;
    text-align: center;
}
.page_content h3.h3_border span img{
	width: 20%;
	margin: 0 auto;
	display: block;
}
.page_content h3.h3_border span:before,
.page_content h3.h3_border span:after{
    content: "";
    display: block;
    width: 35%;
    height: 1px;
    background-color: #b6b7b8;
    position: absolute;
    top: 40%;
}
.page_content h3.h3_border span:before{
	left: 0;
}
.page_content h3.h3_border span:after{
	right: 0;
}
.page_content h4{
	color: #111;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}
.page_content h4.bgcolor,
.page_content h3.bgcolor{
	background-color: #a7a9ac;
	padding: 5px;
	color: #fff;
}
.page_content h4.bgcolor + p,
.page_content h3.bgcolor + p{
	margin-top: 10px;
}
.page_content h4.info_icon{
	background-image: url(../img/flow/icon_ex.svg);
	background-size: 14px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.page_content p.info_icon{
	background-image: url(../img/flow/icon_ex.svg);
	background-size: 14px auto;
	background-position: left top 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
}
.page_content p.small{
	font-size: 12px;
	margin-top: 5px;
}
.page_content ul li{
	padding-left: 0.5em;
	font-size: 14px;
	line-height: 1.6em;
}
.page_content ul li:first-letter{
	margin-left: -0.5em;
}
.page_content ul.number li{
	padding-left: 1em;
}
.page_content ul.number li:first-letter{
	margin-left: -1em;
}
.page_content div.bgcolor{
	background-color: #f3f3f4;
	box-sizing: border-box;
	padding: 10px;
}
.page_content div.bgcolor.small{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.page_content div.bgcolor p,
.page_content div.bgcolor ul li{
	color: #111;
}
.page_content div.bgcolor ul li{
	font-size: 12px;
	line-height: 1.6em;
}
.page_content ul.infomation li{
	background-image: url(../img/flow/icon_ex.svg);
	background-size: 14px auto;
	background-position: left top 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
.page_content ul.infomation li:first-letter{
	margin-left: 0;
}
.page_content ul.bgcolor_list li{
	background-color: #a7a9ac;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.06em;
	border-radius: 15px;
	margin-bottom: 10px;
}
.page_content div.bgcolor ul.bgcolor_list li{
	color: #fff;
	font-size: 14px;

}

.page_content div.bgcolor ul.bgcolor_list li.one_line span{
		font-size: 12px;
		letter-spacing: -0.02em;
}
.page_content ul.bgcolor_list li span{
	font-weight: 400;
	font-size: 
}
.page_content dt{
	background-color: #a7a9ac;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.page_content dd{
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
	    color: #6d6e71;
    margin:0 0 30px 0;
}
.page_content dd iframe{
	max-width: 100%;
}
.page_content dl ul li{
	line-height: 1.6em;
}
.page_content dl a{
	text-decoration: underline;
}
.page_content a.news_link{
	font-weight: 600;
	font-size: 14px;
	margin:30px 0 40px;
	display: block;
	text-decoration: underline;
	padding-left: 0.8em;
	width: 280px;
}
.page_content a.news_link:first-letter{
	margin-left: -0.8em;
}
.page_content p.link_txt {
	text-align: center;
}
.page_content p.link_txt a{
	max-width: 500px;
	width: 100%;
	display: block;
	margin:5px auto 20px;
}
/***下層ページ△****/
/***ニュースページ▽****/
#news_page .page_content{
	padding: 0 20px;
	
}
#news_page h1.page_ttl{
	width: 120px;
	display: block;
}
#news_page .news_day{
	background-color: #414042;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	display: block;
	width: 80px;
	margin: 10px auto;
	text-align: center;
}
#news_page p{
	margin-bottom: 20px;
}
#news_page ul li{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6em;
}
#news_page .news_inner ul.note li {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -0.6em;
    font-weight: normal;
}
#news_page .news_inner ul.note.star li {
	font-weight: 600;
}
#news_page span.news_line{
	display: block;
	margin: 20px 0;
	width: 100%;
	height: 2px;
	background-color: #a7a9ac;
}
#news_page .btn.back{
	width: calc(100% - 20px);
	margin: 50px auto;
	display: block;
}
/***ニュースページ△****/

/***FLOWページ▽****/
#flow_page .page_content{
	padding: 0 20px;
	
}
#flow_page h1.page_ttl{
	width: 200px;
	display: block;
}
#flow_page .tabs{
	background-color: #fff;
}
#flow_page .tab_item{
	width: 50%;
	border-top: 1px solid #b6b7b8;
	border-left: 1px solid #b6b7b8;
	border-right: 1px solid #b6b7b8;
	border-bottom: 1px solid #414042;
	box-sizing: border-box;
}
#flow_page .tabs input:checked + .tab_item{
	background-color: #fff;
	border-top: 1px solid #414042;
	border-left: 1px solid #414042;
	border-right: 1px solid #414042;
	border-bottom: 1px solid #fff;
}
#flow_page .tab_content{
	border-bottom: 1px solid #414042;
	border-left: 1px solid #414042;
	border-right: 1px solid #414042;
}
#flow_page .flow_inner.step{
	padding: 10px;
	box-sizing: border-box;
}
#flow_page .page_content h3.h3_border{
	margin-bottom: 0;
}
#flow_page .page_content h2{
	margin-top: 0;
	color: #a7a9ac;
	padding-bottom: 15px;
	border-bottom: 1px solid #b6b7b8;
}
#flow_page .tab_content a.btn{
	margin: 10px 20px;
}
/***FLOWページ△****/

/***会社概要ページ▽****/
#company_page .page_content{
	padding: 0 20px;
	
}
#company_page h1.page_ttl{
	width: 250px;
	display: block;
}
/***会社概要ページ△****/
/***プライバシーポリシーページ▽****/
#privacy_page .page_content{
	padding: 0 20px;
	
}
#privacy_page h1.page_ttl{
	width: 250px;
	display: block;
}
/***プライバシーポリシーページ△****/
/***利用規約ページ▽****/
#terms_page .page_content{
	padding: 0 20px;
	
}
#terms_page h1.page_ttl{
	width: 280px;
	display: block;
}
/***利用規約ページ△****/
/***未成年のお客様ページ▽****/
#minor_page .page_content{
	padding: 0 20px;
	
}
#minor_page h1.page_ttl{
	width: 250px;
	display: block;
}
#minor_page .page_content a.btn{
	margin:30px 0 50px;
	display: block;

}
/***未成年のお客様ページ△****/
/***お問い合わせページ▽****/
#contact_page .page_content{
	padding: 0 20px;
	
}
#contact_page h1.page_ttl{
	width: 200px;
	display: block;
}
#contact_page .page_content a.btn{
	margin:30px 0 50px;
	display: block;
}
/***お問い合わせページ△****/
#about,#interview,#course,#faq,#salon_list,#method,#flow_chart{
	position: relative;
}
#about_jump,#interview_jump,#course_jump,
#faq_jump,#salon_list_jump,#method_jump,#flow_chart_jump{
	width: 1px;
	height: 1px;
	position: absolute;
	top: -60px;
}
.event_info{
	display: block;
	padding: 30px 0;
}
/***特定商取引法に基づく表記▽****/
#tokushoho_page h1.page_ttl{
	width: 700px;
	display: block;
}
#tokushoho_page .small{
	display: block;
	padding-top: 0.8em;
	font-size: 0.8em;
}
#tokushoho_page .small a{
	font-size: 1em;
}
.tokushoho {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-top: 1px solid #a7a9ac;
	font-size: 14px;
    color: #6d6e71;
	border: 1px solid #a7a9ac;
}
table.tokushoho th{
    font-weight: normal;
    background: #a7a9ac;
    width: 176px;
    color: #fff;
    border-bottom: 1px solid #eee;
}
table.tokushoho tr:last-of-type th{
    border-bottom: 1px solid #a7a9ac;
}
.tokushoho td {
    margin: 0;
    padding: 1em 1em;
    border-bottom: 1px solid #a7a9ac;
    vertical-align: middle;
}


/*
 * ==============================================
 * ■画面の横幅が769px以上 (PC)
 * ==============================================
 */
@media screen and (min-width : 481px ){
.sp{
	display: none!important;
}
a:hover,a:hover img{
	opacity: 0.6;
}
a,p{
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.06em;
	font-size: 14px;
}
p.center{
letter-spacing: 0.06em;
}
.inner_pc{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	max-width: 95%;
}
main{
	padding-top: 120px;
}
header,.pc_header_nav{
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 9999;
}
header{
	background-color: #fff;
}
.pc_header_nav{
	background-color: #a7a9ac;
	top: 78px;
}
.pc_header_nav ul{
	max-width: 900px;
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
}

.pc_header_nav ul li a{
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	padding: 0 16px;
	position: relative;
    letter-spacing: 0.15em;
}
.pc_header_nav ul li a:after{
	content: "/";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
/*	bottom: 0;*/
	margin: auto;
	color: #fff;
	font-size: 12px;
	height: 14px;
}
.pc_header_nav ul li:nth-child(8) a:after{
	content: none;
}
header .inner_pc{
	display: flex;
	position: relative;
	justify-content: space-between;
}
header .pc.pc_h_btn{
	width: 150px;
	display: block;
	/*padding-top: 15px;*/
}
header h1{
	width: 214px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-top: 5px;
}
header a.btn{
	width: 238px;
}
header a.btn02 {
    position: absolute;
    right: 250px;
	/*width: 144px;*/
	width: 215px;
	height: 58px;
	top: 0;
}
header a.btn02 img{
	/*width: 144px;*/
	width: 215px;
	height: 58px;
}
#main_img .slick-dotted.slick-slider,#salon_list .slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
#about {
	background-image: url(../img/about_bg_pc_2.png);
	background-size: contain;
    background-repeat: repeat-x;
	padding: 40px 20px 50px;
}
#about .inner_pc{
	background-image: url(../img/about_bg_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#about h3{
	width: 100px;
}
#about .gridbox{
	display: flex;
}
#about .gridbox .img_box{
	width: 490px;
	box-sizing: border-box;
	padding-top: 30px;
}
#about .gridbox .txt_box{
	width:calc(100% - 490px);
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 40px;
	border-bottom: 0;
}
#about .gridbox .txt_box h2{
	width: 254px;
	padding-top: 142px;
}
#about .gridbox .txt_box h3{
	text-align: left;
	margin-top: 30px;
}
#about .gridbox .txt_box p{
	text-align: left;
	padding-right: 20px;
}
#message{
	border: none;
}
#message .gridbox .ttl_box{
	width: 147px;
}
#message .gridbox .txt_box{
	width: calc(100% - 147px);
	padding: 50px;
	box-sizing: border-box;
}
#message .gridbox .txt_box h3{
	width: 197px;
}
#message .gridbox .gridbox a{
	width: 150px;
	max-width: 150px;
}
#message .gridbox .gridbox .sign{
	width: 196px;
	margin-left: auto;
}

#movie img{
	width: 100%;
}
/*iframe#movie1 {
    height: 676px;
}*/
.line img{
	width: 100%;
	display: block;
}
#method{
	position: relative;
}
#method:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background-image: url(../img/method_pc_bg.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top;
	z-index: 1;
	background-color: #fff;
}

#method .left_line:after{
	display: none;
}
#method .inner_pc{
	display: flex;
	flex-flow: row-reverse;
	z-index: 2;
	position: relative;
}
#method .method_main .method_img1{
	width: 413px;
	right: 0;
}
#method .method_main .method_img2{
	width: 210px;
	right: 300px;
	left: auto;
	top: 300px;
}
#method .method_main{
	width: 50%;
}
#method .left_line{
	width: 50%;
	border-left: none;
	padding: 70px 50px 200px;
	box-sizing: border-box;
	background-image: none;
}
#method .left_line h2{
	width:225px;
	margin:20px auto;
}
#method .left_line h3{
	padding: 10px 0;
	text-align: center;
}
.method_modal.remodal {
    padding: 120px!important;
	max-width: 857px;
}

h3.h3_line{
	font-size: 14px;
}
h3.bgcolor{
	font-size: 18px;
}
#course h2{
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin: 40px 0;
}
#course h2 img{
	width: 720px;
	display: inline;
}
#course .pc_gridbox{
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
#course .pc_gridbox .course_inner{
	max-width: 550px;
	width: 49%;
	border: 1px solid #a7a9ac;
}
#course .course_inner p.course_detail,
#course .course_inner .price,
#course .course_inner p{
	box-sizing: border-box;
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}
#course .course_inner p{
	padding: 0 30px;
}
#course .course_inner p.course_detail {
    font-size: 20px;
    height: 20px;
}
#course .course_inner h4{
	height: 100px;
}
#course .course_inner .price img{
	width: 200px;
    max-width: 48%;
	padding: 10px 0 0;
}
#course .course_inner .sub_txt{
		padding-bottom: 10px;
		
	}
/*#course .course_inner:nth-child(1) .price img:nth-child(1){
	width: 40%;
}
#course .course_inner:nth-child(1) .price img:nth-child(2){
	width: 60%;
}*/

#course a.btn{
	width: 500px;
	margin:50px auto;
}
#flow_chart{
	background-image: none;
	background-color: #ffdce1;
	padding: 0;
}
#flow_chart .inner_pc{
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 0 60px;
}
#flow_chart .inner_pc .pc_gridbox{
	display: flex;
	width: 850px;
	max-width: 100%;
	margin: 20px auto 0;
}
#flow_chart .inner_pc a.btn{
	width: 400px;
	display: block;
	margin:0 auto;
}
#faq h2{
	width: 705px;
	margin:0 auto;
	display: block; 
	padding-bottom: 10px;
}
#faq h3{
	font-size: 20px;
	margin-bottom: 30px;
}
#faq .qa_box{
	padding: 40px;
}
#faq .qa_box h4{
	font-size: 16px;
}
#faq .qa_box dd{
	font-size: 16px;
}
#faq .qa_box dt{
	padding: 18px 10px;
	font-size: 20px;
	font-weight: 600;
}
#faq .qa_box dd{
	/*padding: 30px;*/
	padding: 0;
	line-height: 1.6em;
}
#faq .qa_box dt .more_btn span:nth-child(1),
#faq .qa_box dt .more_btn span:nth-child(2){
	top: 23px;
}
#faq .qa_box h4 img{
	padding-top: 5px;
}
#faq .qa_box h4.faq_1 img{
	width: 220px;
}
#faq .qa_box h4.faq_2 img{
	width: 110px;
}
#faq .qa_box h4.faq_4 img{
	width: 220px;
}
#faq .qa_box h4.faq_3 img{
	width: 140px;
}
#faq .qa_box h4.faq_5 img{
	width: 200px;
}
#faq .qa_box h4.faq_6 img{
	width: 180px;
}
#faq .qa_box h4.faq_7 img{
	width: 170px;
}
#salon_list{
	background-color: #ffdce1;
}
#salon_list .inner_pc{
	background-color: #fff;
}
#salon_list h2 img{
	width: 625px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#salon_list h4 {
    font-size: 20px;
    margin-top: 28px;
}
#salon_list .salon_inner {
    padding: 0px 40px 40px;
}
#salon_list dl {
    margin-bottom: 70px;
}
#salon_list .salon_detail .pc_right p.open {
    font-size: 18px;
}
#salon_list dt.more_dt.new::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/img/new_icon.svg);
    background-size: 40px;
    background-position: left 40px center;
    position: absolute;
    top: 10px;
}
#salon_list dt.more_dt {
    padding: 18px 10px;
    font-size: 20px;
    font-weight: 600;
}
#salon_list dt .more_btn span {
    width: 20px;
    height: 3px;
    display: block;
    background-color: #a7a9ac;
    position: absolute;
}
#salon_list dt .more_btn span:nth-child(1){
    top: 29px;
    right: 12px;
}
#salon_list dt .more_btn span:nth-child(2) {
    top: 29px;
    right: 12px;
    transform: rotate(-90deg);
    transition: .3s;
}
#salon_list .salon_detail h3{
	box-sizing: border-box;
	font-size: 24px;
	max-width: 800px;
}
#salon_list .salon_detail h3 span{
	position: relative;
	padding: 0 50px;
}
#salon_list .salon_detail .pc_right{
	width: 800px;
	margin: 0 auto;
}
#salon_list .salon_detail .pc_right p{
	font-size: 14px;
}
#salon_list .salon_detail_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#salon_list .salon_detail_left, .salon_detail_right{
    width: 49%;
}
#salon_list .salon_detail .tel_mail_inner a {
    display: inline;
}
#salon_list .salon_detail .tel_mail_inner a:nth-of-type(2) {
    margin-left: 20px;
}

#salon_list .salon_detail p.small{
	font-size: 12px;
}
#salon_list .salon_detail a.btn.g_map,
#salon_list .salon_detail .tel_mail a{
	padding:10px; 
		font-size: 16px;
}
#salon_list .salon_detail a.btn.g_map,
#salon_list .salon_detail .tel_mail,
#salon_list .salon_detail a.btn.last{
	width:500px;
	margin-right: auto;
	margin-left: auto;
}
#salon_list .salon_detail a.btn.last{
	display: block;
	margin: 45px auto 80px;
}
#salon_list .slider_wrap {
    padding: 0 40px;
    background: #ccc;
    margin: 20px auto 40px;
    display: block;
    width: 50%;
}


#interview h2{
	padding-top: 80px;
	padding-bottom: 50px;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	background-size: 200px;
	background-position: right center;
}
#interview h2 img{
	width: 861px;
	display: block;
	margin: 0 auto;
}
#interview li.interview_inner{
	padding: 20px;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	background-position: right 20px bottom 91px;
	background-size: 64px;
}
#interview li.interview_inner:first-of-type{
	margin-bottom: 50px;
}
#interview li.interview_inner.no10 {
    background-size: 90px;
}
#interview li.interview_inner a.btn{
	    margin: 5px 0 30px auto;
	    width: 100%;
}
#interview li.interview_inner img.interview_txt{
	width:100%;
	padding: 0;
	box-sizing: border-box;
	margin-left: auto; 
}
#interview li.interview_inner p{
	padding: 0;
	font-size: 20px;
	width: 100%;
}
#interview a.btn.moremovie_btn{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#interview ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
#interview li.interview_inner:first-child {
    width: 100%;
}
#interview li.interview_inner {
    width: 49%;
}
#interview li.interview_inner:nth-child(2n) {
    margin-right: 2%;
}
#present .present_inner h2{
	width: 576px;
	margin-left: auto;
	margin-right: auto;
}
#interview .slick-dots {
    bottom: -50px;
    left: 0;
}
#interview .slick-dots li {
    margin: 0 10px;
}
#interview .slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
	background-position: center center;
	background-color: #d2d3d5;
	background-repeat: no-repeat;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
	border-radius: 0;
    border: 0;
}
#interview .slick-dots li:nth-of-type(1) button::before {
	background-image: url(/img/slick-dots-1.png);
}
#interview .slick-dots li:nth-of-type(2) button::before {
	background-image: url(/img/slick-dots-2.png);
}
#interview .slick-dots li:nth-of-type(3) button::before {
	background-image: url(/img/slick-dots-3.png);
}
#interview .slick-dots li:nth-of-type(4) button::before {
	background-image: url(/img/slick-dots-4.png);
}
#interview .slick-dots li:nth-of-type(5) button::before {
	background-image: url(/img/slick-dots-5.png);
}
#interview .slick-dots li:nth-of-type(6) button::before {
	background-image: url(/img/slick-dots-6.png);
}
#interview .slick-dots li:nth-of-type(7) button::before {
	background-image: url(/img/slick-dots-7.png);
}
#interview .slick-dots li:nth-of-type(8) button::before {
	background-image: url(/img/slick-dots-8.png);
}
#interview .slick-dots li:nth-of-type(9) button::before {
	background-image: url(/img/slick-dots-9.png);
}
#interview .slick-dots li:nth-of-type(10) button::before {
	background-image: url(/img/slick-dots-10.png);
}
#interview .slick-dots li.slick-active button::before {
    color: #fff;
    background-color: #000;
}
#interview li.interview_inner p + .page_slider{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#interview .page_slider .slick-slide a{
	width: 946px;
	max-width: 98%;
	margin: 0 auto;
}
#interview .page_slider .slick-prev, #interview .page_slider .slick-next{
	height: 73px!important;
}
#main_img .page_slider .slick-prev, #main_img .page_slider .slick-next{
	height: 73px!important;
	width: 36px;
}
#interview .page_slider button.slick-arrow,
#main_img .page_slider button.slick-arrow{
    z-index: 2;
}
#interview .page_slider .slick-prev,
#main_img .page_slider .slick-prev{
	left: 20px;
}
#interview .page_slider .slick-next,
#main_img .page_slider .slick-next{
	right: 20px;
}
#interview .page_slider .q_title {
    max-width: 80%;
    margin: 0 auto 20px;
	height: 100px;
}

#present .pc_gridbox{
	display: flex;
	padding-bottom: 30px;
	flex-wrap: wrap;
}
#present .pc_gridbox .pc_left{
	width: 509px;
	margin-right: 30px;
	box-sizing: border-box;
	padding: 20px 30px;
	max-width: 55%;
}
#present .pc_gridbox .pc_right{
	max-width: 40%;
	box-sizing: border-box;
}
#present .pc_gridbox .present_img{
	max-width: 461px;
	width: 100%;
}
#present .pc_gridbox p.border{
	width: calc(50% - 130px);
	max-width: 509px;
	box-sizing: border-box;
	margin-left: auto;
	width: 100%;
}
#present .present_inner .pc_left p {
    border-bottom: 2px solid #111;
	border-top: 2px solid #111;
	padding: 40px 0;
}
#news img.news_main{
	margin-left: auto;
	margin-right: auto;
}
#news h2{
	width: 155px;
	    margin: 40px 0 30px;
	padding-left: 30px;
}
#news .news_list{
	padding: 0 30px;
}
#news .news_list ul li span{
	width: 100px;
	font-size: 14px;
	text-align: center;
	padding: 3px 5px;
	height: 23px;

}
#news .news_list ul li{
	padding: 23px 0 8px 0;
}
#news .news_list a.important_news,
#news .news_list ul li a{
	font-size: 16px;
	font-weight: 500;
}
#news a.btn{
	width: 500px;
	margin: 50px auto 80px;
}


footer .footer_nav2 ul li:nth-child(1),
footer .footer_nav2 ul li:nth-child(2),
footer .footer_nav2 ul li:nth-child(3),
footer .footer_nav2 ul li:nth-child(4),
footer .footer_nav2 ul li:nth-child(5),
footer .footer_nav2 ul li:nth-child(6){
	width: auto;
	padding:0 15px;
	margin-left: 0;
}
footer .footer_nav2 ul li:nth-child(3):after{
	    content: "/";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 12px;
    height: 14px;
}
footer .footer_nav2 ul{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}
footer{
	padding-bottom: 0;
}
footer .footer_nav2 ul li a{
	font-size: 13px;
}
/*#interview .page_slider .slick-next {
    right: -25px;
}*/

#faq .qa_box dd .more_btn2{
	background-size: 20px 30px;
	padding: 10px 10px 10px 30px;
}
#faq .qa_box dt .more_btn span,
#faq .qa_box dd .more_btn2 span{
	width: 20px;
	height: 3px;
	display: block;
	background-color: #a7a9ac;
	position: absolute;
}
#faq .qa_box dt .more_btn span:nth-child(1),
#faq .qa_box dd .more_btn2 span:nth-child(1){
	top: 22px;
	right: 12px;
}
#faq .qa_box dt .more_btn span:nth-child(2),
#faq .qa_box dd .more_btn2 span:nth-child(2){
	top: 22px;
	right: 12px;
	transform: rotate(-90deg);
	transition: .3s;
}

#faq .qa_box dt .more_btn.more_open span:nth-child(1),
#faq .qa_box dd .more_btn2.more_open span:nth-child(1){
	width: 18px;
	transform: rotate(-45deg);
	right: 21px;
}
#faq .qa_box dt .more_btn.more_open span:nth-child(2),
#faq .qa_box dd .more_btn2.more_open span:nth-child(2){
	width: 18px;
	transform: rotate(45deg);
	right: 10px;
}

#faq .qa_box dd .more_btn2{
	padding: 15px 30px 15px 30px;
	font-size: 18px;
}

#faq .qa_box dd .more_box2{
	padding: 0 30px 20px 30px;
	color: #a7a9ac;
}
.pagetop.pc{
position: fixed;
    right: 5vw;
    z-index: 10;
}
#about,#interview,#course,#faq,#salon_list,#method,#flow_chart{
	position: relative;
}
#about_jump,#interview_jump,#course_jump,
#faq_jump,#salon_list_jump,#method_jump,#flow_chart_jump{
	width: 1px;
	height: 1px;
	position: absolute;
	top: -100px;
}
.modal_inner .pc_grid{
	display: flex;
}
.modal_inner .pc_grid .modal_image{
	width: 309px;
}
.modal_inner .pc_grid .pc_right{
	width: 600px;
	padding-left: 20px;
	box-sizing: border-box;
}
/***下層ページ▽****/
h1.page_ttl{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
	padding-top: 80px;
}
h1.page_ttl span{
	line-height: 40px;
}
.page_article main .page_content{
	padding:10px 0 50px!important;
}
.page_article .inner_pc{
	width: 1000px;
}
.page_article header .inner_pc {
    width: 1200px;
}
.page_content h2,
.page_content h3{
	text-align: left;
}
.page_content h3.h3_border span img{
	width: 100px;
}

.page_content dt,
.page_content h3.bgcolor{
	font-size: 16px;
}
.page_content div.bgcolor{
	padding: 20px;
}
.page_content div.bgcolor ul li{
	background-position: left top 5px;
	font-size: 14px;
}
.page_content div.bgcolor.small{
	width: 300px;
}
.page_content ul.bgcolor_list li span{
	display: block;
}
.page_content dd iframe{
	width: 100%;
}

/***下層ページ△****/
/***ニュースページ▽****/
#news_page h1.page_ttl{
	width: 160px;
}
#news_page .page_content{
	padding: 0;
}
#news_page .news_day{
	margin-left: 0;
	margin-right: auto;
}
#news_page ul li{
	text-align: left;
}
#news_page .btn.back{
	width: 500px;
}
/***ニュースページ△****/
/***FLOWページ▽****/
#flow_page .page_content{
	padding: 0;
}
#flow_page h1.page_ttl{
	width: 360px;
}
#flow_page p.center{
	text-align: left;
}
#flow_page .page_content .tab_content_description{
	display: flex;
}
#flow_page .flow_inner.step{
	padding: 20px;
	width: calc(100% / 3);
}
#flow_page .flow_inner.step + .flow_inner.step{
	border-left: 2px dotted #a7a9ac;
}
#flow_page .tabs .tab_item{
	padding-top: 10px;
	font-size:18px;
}
#flow_page .page_content h2{
	text-align: center;
	font-size: 20px;
}

/***FLOWページ△****/
/***会社概要ページ▽****/
#company_page h1.page_ttl{
	width: 500px;
}
#company_page dl{
/*	width: 800px;*/
	margin:0 auto; 
}
/***会社概要ページ△****/
/***プライバシーポリシーページ▽****/
#privacy_page h1.page_ttl{
	width: 400px;
}
/***プライバシーポリシーページ△****/
/***利用規約ーページ▽****/
#terms_page h1.page_ttl{
	width: 500px;
}
/***利用規約ページ△****/

/***未成年のお客様ページ▽****/
#minor_page h1.page_ttl{
	width: 420px;
}
#minor_page .page_content a.btn{
	width: 500px;
	margin:30px auto 50px;
}
/***未成年のお客様ページ△****/
/***お問い合わせページ▽****/
#contact_page h1.page_ttl{
	width: 320px;
}
#contact_page .page_content a.news_link{
	width: 400px;
}
#contact_page .page_content a.btn{
	width: 500px;
	margin:30px auto 50px;
}
/***お問い合わせページ△****/

#news .news_list ul li a{
	/*background-size: 20px 20px;*/
	background-size: 16px 16px;
}
#course .course_inner p.course_detail{
	margin-bottom: 1.5em;
}
.event_info img{
	width: 1000px;
	margin:0 auto;
	display: block;
}
#course .course_inner .price.price2{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

}



/*
 * ==============================================
 * ■画面の横幅が481pxから768pxまで (Tablet)
 * ==============================================
 */
@media screen and (min-width:481px) and (max-width:768px) {
  .sp{
  	display: none!important;
  }
header h1{
	left: 140px;
	right: auto;
}
header a.btn02 {
	display: none;
}
main a.sp.prevention {
    display: block!important;
}
main a.sp.prevention img{
    width:100%;
}
#movie iframe {
    height: 500px;
}
#about .gridbox .img_box{
	max-width:50%;
}
#about .gridbox .txt_box{
	width:50%;
}
#about .gridbox .txt_box h2{
	padding-top:20px;
}
#method .left_line{
	    width: 60%;
    padding: 70px 10px 100px;
}
#method .method_main .method_img1{
	width:350px;
}
#method .method_main .method_img2{
	width: 180px;
    right: 190px;
}
#course h2,
#salon_list .salon_detail .pc_right{
	max-width:100%;
}
#course .pc_gridbox{
	padding:0;
}
#course .course_inner p.course_detail {
    height: auto;
}
#flow_chart .inner_pc a.btn{
	max-width:49%;
}

#interview h2,
#interview li.interview_inner p + .page_slider{
	box-sizing:border-box;
}
.pc_header_nav ul{
	max-width: 98%;

}

.pc_header_nav ul li a{
	padding: 0 7px;
}
footer .footer_nav2 ul {
    padding-bottom: 90px;
}


}

/*
 * ==============================================
 * ■画面の横幅が480px以下 (SP)
 * ==============================================
 */
@media screen and (max-width : 480px ){
.pc{
	display: none!important;
}
header a.btn02 {
	display: none;
}
#about p.center{
	letter-spacing: 0.02em;
	white-space: nowrap;
}
main{
	padding-top: 60px;
}
#main_img{
	position: relative;
}
#main_img a.men_btn {
    position: absolute;
    z-index: 3;
    width: 26%;
    top: 3%;
    right: 2%;
}
#main_img .slick-dotted.slick-slider, #salon_list .slick-dotted.slick-slider{
    margin-bottom: 0!important;
}
#sp_nav nav{
	position: relative;
}
#sp_nav nav .link_btn{
	position: absolute;
	right: 30px;
	top: 20px;
	width: 140px;
	display: block;
}
#movie{
	box-sizing: border-box;
}
#movie iframe{
	height: 234px;
}
.modal_inner iframe {
    max-height: 200px;
}
#flow_chart{
	    padding: 180px 20px 20px;
}
#method .left_line p{
	padding-top: 10px;
	padding-bottom: 10px; 
	background-color: rgba(255,255,255,0.5);
}
#method .left_line dd p{
	padding-top: 0;
	padding-bottom: 0; 
	background-color: transparent;
}
.event_info img{
	width: 95%;
	margin:0 auto;
	display: block;
}
#course h3.h3_line {
    border-top: 0;
    border-bottom: 0;
}
#course .course_inner .price.price2 img + img{
	margin-top: 10px;
}
#faq .qa_box dl:nth-child(4) h4 span:nth-child(2){
	font-size: 11px;
	padding-top: 4px;
}
/*タブのスタイル*/
.tab_item {
  padding-bottom: 8px;
}
.tabs #kagurazaka + label,
.tabs #shinsaibashi + label{
	padding-top: 14px;
	padding-bottom: 2px;
}
footer .footer_nav2 ul li:nth-child(5):after{
	content: "";
}
/***特定商取引法に基づく表記▽****/
#tokushoho_page h1.page_ttl {
    width: 90%;
    display: block;
}
table.tokushoho{
	border: 0;
	width: 90%;
	margin: 0 auto;
}
table.tokushoho th{
	display: block;
    width: 98%;
	padding: 5px;
	text-align: left;
}
.tokushoho td{
	display: block;
    width: 100%;
    border: 0;
	padding: 20px 0;
}
slick-dotted.slick-slider {
    margin-bottom: 0!important;
}

}
@media screen and (max-width: 370px){
#about p.center,
#flow_chart p{
	white-space: inherit;
    font-size: 13px;
}
#about p.center br.sp{
	display: none;
}
}
@media screen and (min-width:481px) and (max-width:1124px) {
header h1 {
    left: 160px;
    right: auto;
}
}


