@charset "UTF-8";

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}


body {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size:62.5%; /* =10px */
    line-height:1.6;
    color:#83664c;
}


ul, ol li {
    list-style:none;
}


table, tr, th, td {
    border:none;
    border-collapse: collapse;
}


a {
    color:#83664c;
    text-decoration:none;
    transition:all .3s ease;
    opacity:1;
}


a:hover {
    opacity:.8;
}


.left {text-align:left !important;}
.center {text-align:center !important;}
.right {text-align:right !important;}


.mb-xxsmall {margin-bottom:5px !important;}
.mb-xsmall {margin-bottom:10px !important;}
.mb-small {margin-bottom:15px !important;}
.mb-meduim {margin-bottom:30px !important;}
.mb-large {margin-bottom:50px !important;}
.mb-xlarge {margin-bottom:70px !important;}
.mb-xxlarge {margin-bottom:100px !important;}
.mb-extralarge {margin-bottom:150px !important;}

@media all and (max-width:559px) {
.mb-xxsmall {margin-bottom:5px !important;}
.mb-xsmall {margin-bottom:10px !important;}
.mb-small {margin-bottom:15px !important;}
.mb-meduim {margin-bottom:20px !important;}
.mb-large {margin-bottom:30px !important;}
.mb-xlarge {margin-bottom:50px !important;}
.mb-xxlarge {margin-bottom:70px !important;}
.mb-extralarge {margin-bottom:90px !important;}
}


.pc {display:block !important;}
.sp {display:none !important;}

@media all and (max-width:768px) {
.pc {display:none !important;}
.sp {display:block !important;}
}

.wrapper {
    width:100%;
}

.container {
    width:96%;
    max-width:1000px;
    margin:0 auto;
    padding:0;
}


@media all and (max-width:768px) {
.container {
    width:96%;
    max-width:1000px;
    margin:0 auto;
    padding:65px 0 0;
}
}


/* header */
header {
    width:100%;
    height:200px;
    padding:130px 0 0;
    border-top:5px solid #D4AF37;
    position:relative;
    background:#FFF;
}


.logo {
    width:150px;
    text-align:center;
    position:absolute;
    top:30px;
    left:50%;
    transform:translateX(-50%);
}


.logo img {
    width:100%;
}


@media all and (max-width:768px) {
header {
    width:100%;
    height:70px;
    padding:10px 0 0;
    border-top:5px solid #D4AF37;
    position:fixed;
    top:0;
    background:#FFF;
}
    
.logo {
    width:100px;
    text-align:center;
    position:relative;
    top:auto;
    left:auto;
    transform: none;
    margin:0 auto;
}


.logo img {
    width:100%;
}
}


.box_contact {
    width:300px;
    height:85px;
    position:absolute;
    top:30px;
    right:20px;
    text-align:center;
}

.contact_info {
    display:table;
    width:100%;
    padding:5px 0 0;
}

.phone {
    font-size:1.6em;
    display:table-cell;
    vertical-align: middle;
    padding:0 10px 0 0;
}

.phone a {
    font-size:1.64em;
}


a.reservation {
    display:table-cell;
    padding:.6em 1em;
    color:#FFF;
    background:#83664c;
    font-size:1.2em;
    vertical-align: middle;
}


.g_nav {
    width:100%;
    max-width:1000px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 auto;
    font-size:1.6em;
}


.g_nav li {
    text-align:center;
    display:inline-block;
    width:20%;
}


/***********************************************************************/
/***********************     スマホメニュー設定　 　************************/
/***********************************************************************/
.button_container {
	position:fixed;
	top:5px;
	right:5px;
	width:60px;
	height:60px;
	padding:37px 0 0;
	background:#FFF;
	border-radius: 3px;
	cursor: pointer;
	z-index:9999;
	transition:all .25s ease;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

.button_container:hover {
	opacity: .8;
}


.button_container::after {
	content:"MENU";
}


.button_container.active .top {
	transform: translateY(6px) translateX(0) rotate(45deg);
	background:#000;
}


.button_container.active .middle {
	opacity:0;
	background:#000;
}


.button_container.active .bottom {
	transform: translateY(-6px) translateX(0) rotate(-45deg);
	background:#000;
}


.button_container.active::after {
	content:"CLOSE";
}


.button_container span {
	display:block;
	background:#000;
	border: none;
	height: 2px;
	width: 40%;
	position: absolute;
	top: 18px;
	left: 30%;
	transition:  all .35s ease;
	cursor: pointer;
}


.button_container span:nth-child(2) {
	top:24px;
}


.button_container span:nth-child(3) {
	top:30px;
}


.overlay {
	position: fixed;
	background:#6b523d;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: all .35s ease;
	overflow: hidden;
	z-index:9998;
}


.overlay.open {
	opacity: .9;
    visibility: visible;
    height: 100%;
}


nav {
    position: relative;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    overflow: scroll;
}


nav ul {
	list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
	/*border:2px solid #FFF;
	border-radius: 5px;*/
    line-height:1.1;
}


nav ul li {
	padding:1em 2em;
	text-align: center;
	border-bottom:1px dotted #FFF;
	animation: fadeInRight .5s ease forwards;
    color:#fff;
    font-weight:bold;
}


nav ul li.s_cate {
	padding:.5em 1em;
	text-align: center;
	border-bottom:1px dotted #FFF;
	animation: fadeInRight .5s ease forwards;
    font-size:13px;
    font-weight:300;
    color:#FFF;
}


nav ul li.s_cate::before {
    content:"> ";
    color:#FFF;
}


nav ul li a {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}


nav ul li.s_cate a {
	color:#FFF;
	text-decoration: none;
	font-weight:normal;
}


nav ul li span {
    display:block;
    padding:5px 0 0;
    }


/* footer */
footer {
    width:96%;
    margin:0 auto;
    max-width:1000px;
    overflow:hidden;
    padding:50px 0;
}


.footer_info {
    width:33%;
    float:left;
}


.footer_logo {
    width:120px;
    padding:0 0 10px;
    margin:0;
}


.footer_logo img {
    width:100%;
}


.footer_info .phone {
    font-size:1.6em;
    display:block;
    vertical-align: middle;
    padding:0 10px 0 0;
}

.footer_info .phone a {
    font-size:1.64em;
}


.businesshour {
    font-size:1.4em;
    margin:0 0 5px;
}


a.sns {
    font-size:2em;
    padding:10px;
    background:#83664c;
    color:#FFF;
    border-radius: 20px;
}


.footer_info a.reservation {
    display:inline-block;
    padding:.6em 1em;
    color:#FFF;
    background:#83664c;
    font-size:1.2em;
    vertical-align: middle;
}


.footer_menu {
    width:66%;
    float:right;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size:1.2em;
}


.block_fmenu {
    width:50%;
}


.block_fmenu ul li {
    padding:.5em 0;
}


.block_copyright {
    width:100%;
    background:#84664c;
    padding:30px 0;
    text-align:center;
    color:#FFF;
    font-size:1.2em;
}


@media all and (max-width:768px) {
.footer_info {
    width:100%;
    float:none;
    text-align:center;
}
    
    
.footer_logo {
    width:120px;
    padding:0 0 10px;
    margin:0 auto;
}
    
.footer_menu {
    display:none;
}
    
.footer_info .phone {
    font-size:1.8em;
    display:block;
    vertical-align: middle;
    padding:0 10px 0 0;
}

.footer_info .phone a {
    font-size:1.64em;
}


a.sns {
    font-size:3em;
    padding:15px 17px;
    background:#83664c;
    color:#FFF;
    border-radius: 40px;
}


.footer_info a.reservation {
    display:inline-block;
    padding:1em 3em;
    color:#FFF;
    background:#83664c;
    font-size:1.4em;
    vertical-align: middle;
}
    
}


/***********************************************************************/
/***********************     トップページ設定　 　************************/
/***********************************************************************/

/* 共通moreボタン */
a.click_more {
    font-size:16px !important;
    color:#FFF;
    padding:.7em 3em;
    background:#A57C00;
    font-weight:normal;
}


/* 共通タイトル */
h2.title_index {
    font-size:3em;
    font-weight:normal;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin:0 0 25px;
}


h2.title_index::before {
    display: block;
    content:attr(data-title);
    font-size:.6em;
    color:#A57C00;
    font-family: 'Raleway';
    font-weight:400;
    line-height:1em;
    letter-spacing: 3px;
}


@media all and (max-width:559px) {
h2.title_index {
    font-size:2.4em;
    font-weight:normal;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin:0 0 25px;
}


h2.title_index::before {
    display: block;
    content:attr(data-title);
    font-size:.6em;
    color:#A57C00;
    font-family: 'Raleway';
    font-weight:400;
    line-height:1em;
    letter-spacing: 3px;
}    
}



/* メインビジュアル */
.mv {
    width:100%;
    height:auto;
    padding-top:50%;
    margin:0 auto 30px;
    background-size:cover !important;
    position:relative;
}

.mv_sp {
    display:none;
}


@media all and (max-width:768px) {
.mv {
    width:100%;
    height:auto;
    padding-top:62.5%;
    margin:0 auto 30px;
    background-size:cover !important;
    background-position: center center;
    position:relative;
}    
}


@media all and (max-width:560px) {
.mv {
    display:none;
    }
    
.mv_sp {
    display:block;
    width:100%;
    height:90vh;
    padding-top:0;
    margin:0 auto;
    background-size:cover !important;
    background-position: center right;
    position:relative;
}    
}


.mv h1 {
    color:#FFF;
    text-shadow: 0px 1px 5px #808080;
    font-size:60px;
    position:absolute;
    bottom:50px;
    left:50px;
    font-weight:500;
    line-height:1.4em !important;
}


.mv_sp h1 {
    color:#FFF;
    text-shadow: 0px 1px 5px #808080;
    font-size:56px;
    position:absolute;
    bottom:30px;
    left:20px;
    font-weight:500;
    line-height:1.4em !important;
    letter-spacing:0;
}



/* コンセプト */
.section_concept {
    width:96%;
    max-width:1000px;
    margin:0 auto;
    padding:70px 0;
    overflow:hidden;
    font-size:1.4em;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


.concept_txt {
    width:48%;
    float:left;
    margin:0;
}


.concept_img {
    width:48%;
    float:right;
}


.concept_img img {
    width:100%;
}


@media all and (max-width:599px) {
.concept_txt {
    width:100%;
    float:none;
    margin:0 0 20px;
}


.concept_img {
    width:100%;
    float:none;
}  
}


/* メニュー */
.section_menu {
    width:100%;
    background:url("../images/bg_index_menu.jpg") no-repeat center center;
    background-size:cover;
}


.inner_section_menu {
    width:96%;
    max-width:1000px;
    margin:0 auto;
    padding:70px 0;
    font-size:1.4em;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    overflow: hidden;
} 


.content_menu {
    width:48%;
    float:right;
    padding:0;
}


.content_menu h2,
.content_menu p {
    color:#FFF !important;
}


@media all and (max-width:559px) {
.content_menu {
    width:100%;
    float:auto;
    padding:150px 0 0;
}   
}


/* その他のサービス */
.wrapper_service {
    width:100%;
    background:#f1f2f2;
}


.section_service {
    width:96%;
    max-width:800px;
    margin:0 auto;
    padding:70px 0;
    font-size:1.6em;
    text-align:center;
}


.section_service ul {
    width:100%;
    overflow: hidden;
}


.section_service ul li {
    width:46%;
    float:left;
    margin:0 8% 30px 0;
}


.section_service ul li:nth-child(even) {
    width:46%;
    float:left;
    margin:0 0 30px;
}


@media all and (max-width:559px) {
.section_service ul li {
    width:100%;
    float:none;
    margin:0 8% 30px 0;
}


.section_service ul li:nth-child(even) {
    width:100%;
    float:none;
    margin:0 0 30px;
}   
}


.section_service ul li a {
    display: block;
}


.section_service ul li img {
    width:100%;
}


/* インスタブロック */
.section_instagram {
    width:100%;
    color:#FFF;
    padding:70px 2%;
    background:#84664c;
}


.inner_section_instagram {
    width:100%;
    max-width:1000px;
    margin:0 auto;
    text-align:center;
}


.inner_section_instagram h3 {
    font-size:3em;
    margin:0 0 30px;
    font-family: 'Raleway';
    font-weight:400;
}



/***********************************************************************/
/***********************       下層ページ設定　  　************************/
/***********************************************************************/

/* 共通設定 */
.block_summary {
    width:100%;
    overflow:hidden;
    padding:30px 0 0;
}


.summary_txt {
    width:35%;
    float:left;
}


.summary_txt h2 {
    font-size:2.6em;
    padding:20px 0 30px;
    position:relative;
    margin:0 0 30px;
    font-weight:normal;
}


.summary_txt h2::after {
    content:"";
    display:block;
    width:25px;
    height:3px;
    background:#83664c;
    position:absolute;
    left:0;
    bottom:0;
}


.summary_txt p {
    font-size:1.6em;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


.summary_img {
    width:60%;
    float:right;
    margin:0;
}


.summary_img img {
    width:100%;
}


@media all and (max-width:768px) {
.summary_txt {
    width:100%;
    float:none;
}
    
.summary_img {
    width:100%;
    float:none;
    margin:0 0 30px;
}
    
.summary_txt h2 {
    font-size:2.5em;
    padding:10px 0 20px;
    position:relative;
    margin:0 0 30px;
    font-weight:normal;
}
}




/* FAQ */
.section_faq {
    width:100%;
}


.section_faq ul {
    width:100%;
    overflow: hidden;
    font-size:1.4em;
}


.section_faq ul li {
    width:49%;
    float:left;
    margin:0 2% 20px 0;
    padding:1em;
    border:1px solid #c9c9c9;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


.section_faq ul li:nth-child(even) {
    margin:0 0 20px;
}


@media all and (max-width:768px) {
.section_faq ul li {
    width:100%;
    float:none;
    margin:0 0 20px;
    padding:1em;
    border:1px solid #c9c9c9;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}  
}



.question {
    padding:.5em 0 0 3em;
    margin:0 0 20px;
    position:relative;
    font-weight:bold;
}


.question::before {
    content:attr(data-icon);
    padding:.3em .7em .4em;
    background:#7e6b5a;
    color:#FFF;
    font-weight:bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size:1.1em;
    position:absolute;
    top:0;
    left:0;
}


.answer {
    padding:.5em 0 0 3em;
    position:relative;
}


.answer::before {
    content:attr(data-icon);
    padding:.3em .7em .4em;
    background:#a6937c;
    color:#FFF;
    font-weight:bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size:1.1em;
    position:absolute;
    top:0;
    left:0;
}


/* スタッフ紹介 */
.section_staff {
    width:100%;
    margin:0 auto 70px;
}


.section_staff h3 {
    font-size:2.4em;
    padding:0 0 15px;
    border-bottom:1px solid #c9c9c9;
    margin:0 0 30px;
    text-align:center;
}


.section_staff ul {
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow:hidden;
    font-size:1.6em;
}


.section_staff ul li {
    width:32%;
    margin:0 0 20px;
}


@media all and (min-width:421px) and (max-width:768px) {
.section_staff ul li {
    width:48%;
    margin:0 0 20px;
}    
}


@media all and (max-width:420px) {
.section_staff ul li {
    width:100%;
    margin:0 0 20px;
}    
}


.section_staff ul li img {
    width:100%;
    display:block;
    margin:0 0 10px;
}

.staffname {
    font-size:1.3em;
    font-weight:bold;
    margin:0 0 5px;
}


.jobtitle {
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color:#000;
    margin:0 0 10px;
}


.comment {
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


/* 店舗情報/アクセス */
.list_salon {
    width:100%;
    overflow:hidden;
    font-size:1.6em;
    text-align:center;
    margin:0 auto 30px;
}

.list_salon li {
    width:32%;
    margin:0 2% 20px 0;
    float:left;
}


.list_salon li:nth-child(2n) {
    width:32%;
    margin:0 2% 20px 0;
    float:left;
}


.list_salon li:nth-child(3n) {
    width:32%;
    margin:0 0 20px;
    float:left;
}


@media all and (max-width:559px) {
.list_salon li {
    width:49%;
    margin:0 2% 20px 0;
    float:left;
}
    
    
.list_salon li:nth-child(3n) {
    width:49%;
    margin:0 2% 20px 0;
    float:left;
} 


.list_salon li:nth-child(2n) {
    width:49%;
    margin:0 0 20px;
    float:left;
}   
}

.list_salon li a {
    display:block;
    width:100%;
    border:1px solid #7e6b5a;
    padding:1em;
    background:#FFF;
}


.list_salon li a:hover {
    color:#FFF;
    background:#7e6b5a;
    opacity: 1;
}


.list_salon li span {
    display:block;
    width:100%;
    padding:1em;
    color:#FFF;
    background:#7e6b5a;
}


.section_salon h3 {
    padding:.7em;
    border-top:1px solid #7e6b5a;
    border-bottom:1px solid #7e6b5a;
    margin:0 0 30px;
    font-size:2.4em;
    font-weight:bold;
}


.section_salon h4 {
    padding:.5em 0;
    border-bottom:1px solid #7e6b5a;
    margin:0 0 30px;
    font-size:1.8em;
    font-weight:bold;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


.section_salon h4.ttl_h4,
.ttl_h4 {
    margin:0 0 10px;
    font-size:2.1em;
    font-weight:500;
    border:none;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


p.salon_summary {
    font-size:1.6em;
    margin:0 0 30px;
}


.salon_info {
    width:100%;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


.salon_info_sns {
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 auto 50px;
}


.salon_info_sns a {
    display:block;
    width:32%;
    text-align:center;
    font-size:1.4em;
    font-weight:bold;
    padding:1em .7em;
    margin:0;
}


@media all and (max-width:559px) {
.salon_info_sns a {
    display:block;
    width:100%;
    text-align:center;
    font-size:1.4em;
    font-weight:bold;
    padding:1em .7em;
    margin:0 0 10px;
}    
}


.reserveByPhone {
    border:1px solid #7e6b5a;
}


.reserveByHP {
    background:#59493f;
    color:#FFF;
}

.reserveByLine {
    background:#40be2b;
    color:#FFF;
}


.salon_gallery {
    width:100%;
    margin:0 auto 50px;
    overflow:hidden;
}


.salon_gallery img {
    width:100%;
    vertical-align: bottom;
}


address {
    font-size:1.6em;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin:0 0 20px;
    font-style:normal;
}


.salon_map {
    width:100%;
    background:#CCC;
    margin:0 auto 50px;
}


.salon_detail {
    width:100%;
    margin:0 auto 50px;
    overflow: hidden;
    font-size:1.6em;
    border-top:1px solid #b3b3b3;
}


.salon_detail dl {
    width:50%;
    float:left;
    display:table;
    border-bottom:1px solid #b3b3b3;
}


.salon_detail dl dt {
    display:table-cell;
    width:30%;
    padding:1em;
    background:#ebe8e3;
    font-weight:bold;
    vertical-align: middle;
}


.salon_detail dl dd {
    display:table-cell;
    width:70%;
    padding:1em;
    vertical-align: middle;
}


@media all and (max-width:768px) {
.salon_detail dl {
    width:100%;
    float:left;
    display:table;
    border-bottom:1px solid #b3b3b3;
}   
}


/* サロンメニュー */
.customer_type {
    width:100%;
    overflow: hidden;
    margin:0 auto 50px;
}


.customer_type li {
    width:50%;
    float:left;
    text-align:center;
}


.customer_type li span, .customer_type li a {
    display:block;
    width:100%;
    padding:.5em;
    text--align:center;
    font-size:1.6em;
}


.customer_type li span {
    background:#7e6b5a;
    color:#FFF;
}


.customer_type li a {
    background:#e4ddd2;
    color:#7e6b5a;
}

.customer_type li a:hover {
    background:#7e6b5a;
    color:#FFF;
}


.service_title {
    text-align:center;
    font-size:2.4em;
    margin:0 auto 30px;
    color:#7e6b5a;
    position:relative;
    font-weight:normal;
}


.service_title span {
    background:#FFF;
    padding:.5em 2em;
    position:relative;
}


.service_title::before {
    content:"";
    width:100%;
    height:1px;
    background:#7e6b5a;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    z-index:-1;
}


.block_menu {
    width:100%;
    margin:0 auto 50px;
    overflow:hidden;
}


.block_menu h4 {
    font-size:1.8em;
    padding:.7em 0;
    border-bottom:1px solid #7e6b5a;
    margin:0 0 20px;
    font-weight:normal;
}


.block_menu h5 {
    font-size:1.6em;
    padding:.3em;
    color:#FFF;
    background:#a6937c;
    text-align:center;
    font-weight:normal;
}


.menu_pic {
    width:48%;
    float:left;
    margin:0;
}


.menu_pic img {
    width:100%;
}


.menu_txt {
    width:48%;
    float:right;
}


@media all and (max-width:768px) {
.menu_pic {
    width:100%;
    float:none;
    margin:0 0 20px;
}


.menu_txt {
    width:100%;
    float:none;
}    
}


.menu_txt p {
    font-size:1.6em;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin:0 0 20px;
}


.price_row {
    font-size:1.6em;
}


.price_row span.icon {
    padding:.3em .5em;
    background:#7e6b5a;
    color:#FFF;
    font-size:.8em
}

.price_row span.price {
    font-size:2em;
}

.block_special {
    width:100%;
    border:2px solid #900;
    padding:1em;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color:#000;
    font-size:1.6em;
    text-align:center;
}


.block_special span {
    font-size:1.4em;
    color:#900;
    font-weight:bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.block_option {
    width:100%;
    padding:1em;
    background:#f2f3f3;
}


.block_option h4 {
    font-size:1.6em;
    padding:.3em;
    color:#FFF;
    background:#a6937c;
    text-align:center;
    font-weight:normal;
    margin:0 0 20px;
}


.block_course {
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 auto 40px;
}


.block_course::after {
    content:"";
    display:block;
    width:32%;
}


.block_course li {
    width:32%;
    background:#FFF;
    padding:1em;
    border:1px solid #DDD;
    font-size:1.6em;
    margin:0 0 20px;
}


@media all and (min-width:421px) and (max-width:768px) {
.block_course li {
    width:48%;
    background:#FFF;
    padding:1em;
    border:1px solid #DDD;
    font-size:1.6em;
    margin:0 0 20px;
}   
}


@media all and (max-width:420px) {
.block_course li {
    width:100%;
    background:#FFF;
    padding:1em;
    border:1px solid #DDD;
    font-size:1.6em;
    margin:0 0 20px;
}   
}


.block_course li h5 {
    font-size:1.1em;
    text-align:center;
    padding:0 0 .5em;
    border-bottom:1px solid #CCC;
    margin:0 0 15px;
    font-weight:normal;
}


.block_course li p {
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}



.ttl_h3 {
    font-size:2.4em;
    font-weight:400;
    margin:0 auto 20px;
}


.phoneNum {
    font-size:2.4em;
    margin:0 0 5px;
}

.salon_reserve {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin:0 auto 50px;
}


.salon_reserve li {
    width:48%;
}


@media all and (max-width:768px) {
.salon_reserve li {
    width:100%;
}    
}


.salon_reserve li img {
    width:100%;
    padding:0 0 10px;
}


.salon_reserve address {
    margin:0 !important;
}


.salon_reserve .salon_info_sns {
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


.menu_detail {
    width:100%;
    padding:.5em 0;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.menu_detail_img {
    width:30%;
}


.menu_detail_img img {
    width:100%;
}


.menu_detail_txt {
    width:68%;
}


.menu_detail_txt h5 {
    font-size:1.8em;
    padding:0 0 10px;
    margin:0 0 10px;
    border-bottom:1px solid #83664c;
    text-align:left;
    background:none;
    color:#83664c;
    font-weight:600;
}


.menu_detail_txt p {
    font-size:1.6em;
    margin:0 0 20px;
}



/* 3016追加 */
.tbl_company {
    width:100%;
    margin:0 auto 80px;
    border:none;
    border-top:1px solid #d4b796;
    border-collapse:collapse;
    font-size:1.6em;
}


@media all and (max-width:560px) {
 .tbl_company {
    width:100%;
    margin:0 auto 50px;
    border:none;
    border-top:1px solid #d4b796;
    border-collapse:collapse;
    font-size:1.6em;
}   
}


.tbl_company th,
.tbl_company td {
    padding:1.5em;
    border-bottom:1px solid #d4b796;
}


.tbl_company th {
    width:25%;
    text-align:center;
}