@charset "UTF-8";

/* 共通 Start */
* {
	font-family:"Yu Gothic Medium", "游ゴシック Medium",  "ヒラギノ角ゴ Pro W3", "メイリオ ", Arial;
}
html, body {
	font-family:"Yu Gothic Medium", "游ゴシック Medium",  "ヒラギノ角ゴ Pro W3", "メイリオ ", Arial;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
}

a {
	outline: none;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 0px;
}

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

#pagetop {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition: .5s;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
}
#pagetop::after {
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -5px 0 0 -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
}
#reservebtn {
	width: 100px;
	height: 80px;
	border: 2px solid #000;
	position: fixed;
	bottom: 30px;
	right: 120px;
	z-index: 9999;
}

#reservebtn #bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
	position: absolute;
	top: 0;
	left: 0;
}

#reservebtn:hover #bg {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#reservebtn a {
	width: 100%;
	height: 55px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #000;
}

a:hover img.imghover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

h2.block_title {
	font-family: aktiv-grotesk,dnp-shuei-gothic-gin-std, sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 36px;
	align-items: baseline;
	text-align: left;
	display: flex;
}
.block_title span{
	font-size: 13px;
	font-weight: lighter;
	margin: 0 0 0 20px;
}
/* h2.block_title:before, h2.block_title:after {
	border-top: 1px solid;
	content: "";
	display: inline;
	flex-grow: 1;
}
h2.block_title:before {
	margin-right: 0.5em;
}
h2.block_title:after {
	margin-left: 0.5em;
} */

#bizin_hyaka {
	padding: 50px 0 0 0;
}
/* 共通 End */

/* ヘッダー Start */
header {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}
header #logo {
	width: 189px;
	margin: 0 auto;
}
h1 {
	font-size: 12px;
	font-weight: normal;
}
/* ヘッダー End */

/* メニュー Start */
nav {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	z-index: 9999;
}
nav ul {
	max-width: 1200px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}
nav ul li {
	border-collapse: collapse;
	position: relative;
	display: table-cell;
}
nav ul li a {
	font-family: 'Lato', sans-serif;
	min-width: 110px;
	height: 53px;
	line-height: 43px;
	color: #000;
	position: relative;
	display: block;
	z-index: 20;
}
nav ul li a span {
	font-family:"Yu Gothic Medium", "游ゴシック Medium",  "ヒラギノ角ゴ Pro W3", "メイリオ ", Arial;
	width: 100%;
	font-size: 9px;
	line-height: 10px;
	margin: 7px 0 0 0;
	position: absolute;
	top: 50%;
	display: block;
}
nav ul li a + img {
	margin: -15px 0 0 -15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 50%;
	left: 0%;
	z-index: 10;
}
nav ul li a:hover + img {
	opacity: 1;
	filter: alpha(opacity=1);
	-ms-filter: "alpha( opacity=1 )";
	left: 50%;
}
.fixed{
	width: 100%;
	position: fixed;
}
/* メニュー End */

/* フッター Start */
footer {
	padding: 20px 0 0 0;
}
footer #footmenu {
	width: 1201px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	overflow: hidden;
}
footer #footmenu ul {
	width: 1200px;
	margin: 0 auto;
	display: table;
}
footer #footmenu ul li {
	border-collapse: collapse;
	position: relative;
	display: table-cell;
}
footer #footmenu ul li a {
	font-family: 'Lato', sans-serif;
	min-width: 110px;
	height: 53px;
	line-height: 43px;
	color: #000;
	position: relative;
	display: block;
	z-index: 20;
}
footer #footmenu ul li a span {
	font-family:"Yu Gothic Medium", "游ゴシック Medium",  "ヒラギノ角ゴ Pro W3", "メイリオ ", Arial;
	width: 100%;
	font-size: 9px;
	line-height: 10px;
	margin: 7px 0 0 0;
	position: absolute;
	top: 50%;
	display: block;
}
footer #footmenu ul li a + img {
	margin: -15px 0 0 -15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
}
footer #footmenu ul li a:hover + img {
	opacity: 1;
	filter: alpha(opacity=1);
	-ms-filter: "alpha( opacity=1 )";
}

footer #box {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}
footer #box #logo {
	width: 300px;
	margin: 0 0 0 30px;
	float: left;
}
footer #copyright {
	width: 1200px;
	line-height: 94px;
	position: absolute;
	bottom: 30px;
}
/* フッター End */

/* セクション Start */
section {
	padding: 30px 0 60px 0;
}
section#mainimg {
	padding: 20px 0 0 0;
}
section#top_contact {
	padding: 60px 0 30px 0;
}
section#coupon, section#service, section#gallery, section#salon, section#recruit {
	max-width: 1200px;
	/*min-height: 507px;*/
	margin: 0 auto;
	/*background: #535353 url("../images/bg.jpg") repeat-x left bottom;*/
	/*background-color: #535353;*/
}
section#news, section#menu, section#staff, section#qanda, section#contact {
	max-width: 1200px;
	margin: 0 auto;
}
h2 {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 50px 0;
}
/* セクション End */

/* メイン画像 Start */
section#mainimg img{
	max-width: 1200px;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.mainslider {
	position: relative;
	height: 100%;
	z-index: 1;
}
/*　
メイン背景画像設定　
*/
#main_img {
	max-width: 1200px;
	margin-left: 25vw;
	margin-bottom: 100px;
	padding: 0;
}
#main_img img {
	padding: 30px 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 965px) {
	#main_img {
		width: 90%;
		margin: 100px auto 0 auto;
		padding: 0;
	}
	#main_img img {
		padding: 30px 0;
		width: 100%;
		height: 100%;
	}
}


.slider-item01 {
	background:url(../image/main01.JPG);
}

.slider-item02 {
	background:url(../image/main02.JPG);
}

.slider-item03 {
	background:url(../image/main03.JPG);
}
.slider-item04 {
	background:url(../image/main04.JPG);
}
.slider-item05 {
	background:url(../image/main05.JPG);
}
.slider-item {
	width: 100%;
	min-height: 600px!important;
	background-repeat: no-repeat;
background-position: center;
	background-size: cover;
}
/* メイン画像 End */

/* バナー画像　Start */
section#top_contact img {
	max-width: 900px;
}
/* バナー画像　End */

/* サロン Start */
section#salon .shopdata {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 0 36px 0;
}
section#salon .shopdata_inner {
	width: 500px;
	height: 400px;
	text-align: left;
	position: relative;
}
section#salon .shopdata .shoplogo {
	margin: 0 0 24px 0;
}
section#salon .shopdata .shopname {
	display: none;
}
section#salon .shopdata .shopaddress {
	padding: 0 0 0 12px;
}
section#salon #map_canvas {
	width: 600px;
	height: 300px;
} 
/* サロン End */

/* サービス Start */
#servicetext {
	/*margin: 30px 0 200px 0;*/
	margin: 30px 0 50px 0;
}
section#service {
}
section#service .sub_title, section#service .text_box {
	width: 1100px;
	text-align: left;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section#service .sub_title {
	font-size: 20px;
	font-weight: bold;
}
section#service .service_title {
    font-size: 18px;
    font-weight: bold;
	background: url(../image/marker01.jpg) repeat-x left bottom;
}
section#service .text_box {
	margin: 20px auto 50px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
section#service .text_box h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section#service .text_box .service_img {
}
section#service .matsuge1 {
	background-image: url("../image/matsuge01.jpg");
	min-height: 172px;
	padding: 0 323px 0 0;
}
section#service .matsuge2 {
	background-image: url("../image/matsuge02.jpg");
	min-height: 184px;
	padding: 0 441px 0 0;
}
/* サービス End */

/* メニュー Start */
section#menu h3 {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

section#menu .menu_block {
	width: 1200px;
	text-align: left;
	margin: 110px auto 0 auto;
}
section#menu .menu_block:first-of-type {
	margin: 60px auto 0 auto;
}
section#menu .menu_block .menu_title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background: url("../image/marker01.jpg") repeat-x left bottom;
	display: inline;
}
section#menu .menu_block .menu_text {
	text-align: left;
	margin: 15px 0;
}
section#menu .menu_block .menu_sample {
	overflow: hidden;
}
section#menu .menu_block .menu_sample .main_model {
	width: 500px;
	float: left;
}
section#menu .menu_block .menu_sample .menu_image {
	width: 340px;
	margin: 0 15px;
	float: left;
	display: flex;
}
section#menu .menu_block .menu_sample .menu_image img {
	display: block;
	width: auto;
	height: 180px;

}
section#menu .menu_block .menu_sample .menu_image img:first-of-type {
	margin: 170px 0;
	height: 150px;
}
section#menu .menu_block .menu_sample .menu_data {
	width: 330px;
	float: left;
	padding: 200px 0 0;
}
section#menu .menu_block .menu_sample .menu_data li {
}
section#menu .menu_block .menu_sample .menu_data li:nth-child(odd) {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 0 0;
}
section#menu .menu_block .menu_sample .menu_data li:nth-child(even) {
	font-size: 16px;
	line-height: 22px;
	background: url("../image/marker02.jpg") repeat-x left bottom;
	display: inline;
}
section#menu .menu_block .menu_sample .menu_data li:first-child {
	margin: 0;
}


section#menu > .menu_title {
	font-size: 24px;
	text-align: left;
	margin: 64px auto 0 auto;
	padding: 20px 0 0 0;
}
section#menu .menu_head {
	width: 100%;
	max-width: 920px;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin: 20px auto 50px auto;
	background: url("../image/marker02.jpg") repeat-x left bottom;
	display: inline;
}
section#menu .menu_list {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	display: flext;
	flex-wrap: wrap;
}
section#menu .menu_list ul {
	width: 100%;
	max-width: 920px;
	display: block;
	padding: 48px 0 0 0;
}
section#menu .menu_list ul:last-child {
	padding: 48px 0 0 0;
}
section#menu .menu_list li {
	margin: 0 0 50px 0;
	padding: 0 30px 5px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #202020;
	overflow:visible;
	display: grid;
	grid-template-rows: 1fr max-content;
	grid-template-columns: 60% 40%;
}
section#menu .menu_list li br {
	display: none;
}
@media only screen and (max-width: 1200px) {
	section#menu .menu_list li br {
		display: block;
	}
}
section#menu .menu_list li .menu_name {
	text-align: left;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

section#menu .menu_list li .menu_name span{
	font-size: 12px;
}
section#menu .menu_list li .menu_charge {
	text-align: right;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}

section#menu .menu_list li .menu_text {
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	grid-row: 2 / 3;
	grid-column: 1 / 3;
}

section#menu #menu_att {
	width: 90%;
	max-width: 600px;
	border: 1px solid #202020;
	margin: 0 auto;
	padding: 20px 16px;
}
section#menu #menu_att li {
	font-weight: bold;
	text-align: left;
	margin: 15px 0;
	padding: 0 0 0 25px;
	position: relative;
}
section#menu #menu_att li:before {
	width: 15px;
	height: 15px;
	background-color: #fff470;
	content: '';
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
}
section#menu #menu_att li span {
	background: url("../image/marker02.jpg") repeat-x left bottom;
}
/* メニュー End */

/* クーポン Start */
section#coupon .menu_title {
	font-size: 24px;
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
}
section#coupon #couponlist {
	width: 1200px;
	display: flex;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
section#coupon #couponlist li {
	width: 358px;
	height: 360px;
	text-align: left;
	border: 1px solid #202020;
	margin: 0 0 50px 30px;
	padding: 20px;
}
section#coupon #couponlist li:nth-child(4n+1) {
	margin: 0;
	clear: both;
}
section#coupon #couponlist li .coupon_head {
	position: relative;
}
section#coupon #couponlist li .coupon_head img {
	width: 80px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
section#coupon #couponlist li .coupon_head .coupon_title {
	font-size: 18px;
	font-weight: bold;
	padding: 24px 0 0 100px;
	height: 80px;
}
section#coupon #couponlist li .coupon_head .coupon_title .coupon_charge {
	font-size: 20px;
	font-weight: bold;
	color: #fd0068;
}
section#coupon #couponlist li .coupon_head .coupon_text {
	font-size: 15px;
	padding: 0 0 0 8px;
	margin: 15px 0 0 0;
}
section#coupon #couponlist li .coupon_detail {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0;
	padding: 0 0 0 8px;
	position: relative;
}
section#coupon #couponlist li .coupon_att {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 8px;
}

@media only screen and (max-width: 950px) {
    section#coupon .hotpepper_beatuty_btn {
		width: 280px;
        height: 50px;
		line-height: 50px;
        font-size: 15px;
        color: #fff;
        border: 2px solid #fff;
        background-color: #000;
        margin: 30px auto 0 auto;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    section#coupon .hotpepper_beatuty_btn {
		width: 280px;
        height: 50px;
		line-height: 50px;
        font-size: 15px;
        color: #fff;
        border: 2px solid #fff;
        background-color: #000;
        margin: 30px auto 0 auto;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        display: block;
    }
}
section#coupon .hotpepper_beatuty_btn {
    width: 280px;
    height: 50px;
	line-height: 50px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    background-color: #000;
	margin: 30px auto 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
}


@media only screen and (max-width: 950px) {
    section#contact #sendbtn {
        width: 250px;
        height: 50px;
        font-size: 15px;
        color: #fff;
        border: 2px solid #fff;
        background-color: #000;
        margin: 30px 0 0 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1200px) {
    section#contact #sendbtn {
        width: 250px;
        height: 50px;
        font-size: 15px;
        color: #fff;
        border: 2px solid #fff;
        background-color: #000;
        margin: 30px 0 0 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        cursor: pointer;
    }
}
section#contact #sendbtn {
    width: 250px;
    height: 50px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    background-color: #000;
    margin: 30px 0 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

/* クーポン End */

/* スタッフ Start */
section#staff #stafflist {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
section#staff #stafflist li {
	width: 140px;
	text-align: left;
	margin: 0 72px 30px 0;
	float: left;
}
section#staff #stafflist li:nth-child(6n+1) {
	clear: both;
}
section#staff #stafflist li:nth-child(6n+6) {
	margin: 0 0 30px 0;
}
section#staff #stafflist li .staffimg img {
	cursor: pointer;
}
section#staff #stafflist li a {
	color: #000;
}
section#staff #stafflist li .staffkana {
	margin: 5px 0;
}
/* スタッフ End */

/* ギャラリー Start */
section#gallery .gallerylist {
	width: 1200px;
	text-align: left;
	margin: 10px auto 30px auto;
	padding: 10px;
	overflow: hidden;
}
section#gallery .gallerylist li {
	width: 195px;
	height: 195px;
	margin: 0 6px 6px 0;
	overflow: hidden;
	float: left;
}
section#gallery .gallerylist li:nth-child(6n+6) {
	margin: 0 0 6px 0;
}
section#gallery .gallerylist li img {
	cursor: pointer;
}
section#gallery .gallerylist li.wlong img {
	width: auto;
	height: 100%;
}
section#gallery .gallerylist li.hlong img {
	width: 100%;
	height: auto;
}
section#gallery .gallerylist li.img_right {
	overflow: hidden;
}
section#gallery .gallerylist li.img_right img {
	float: right;
}
/* ギャラリー End */

/* よくある質問 Start */
section#qanda h3 {
	width: 1190px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 10px;
}
section#qanda .question, section#qanda .answer {
	width: 1200px;
	text-align: left;
}
section#qanda .question {
	position: relative;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 50px auto 0 auto;
	padding: 0 0 10px 28px;
}
section#qanda .question::before {
	position: absolute;
	content: "";
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff470;
}

section#qanda .question:first-of-type {
	margin: 10px auto 0 auto;
}
section#qanda .answer {
	margin: 0 auto;
	padding: 0 0 36px 0;
}
section#qanda .lastanswer {
	margin: 0 auto 50px auto;
}
/* よくある質問 End */


/* お問い合わせ Start */
section#contact #compmsg {
	width: 800px;
	font-size:18px;
	font-weight: bold;
	line-height: 35px;

	margin: 0 auto 30px auto;
	padding: 20px 0;
}
section#contact #attmsg {
	width: 600px;
	margin: 0 auto 20px auto;
}
section#contact table {
	width: 1000px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 0px;
}
section#contact table tr {
	
}
section#contact table tr th {
	width: 250px;
	text-align: left;
	padding: 15px 30px 15px 0;
	border-bottom: 1px solid #666;
}
section#contact table tr td {
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #666;
	padding: 15px;
}
section#contact table tr td input[type="text"] {
	padding: 5px 10px;
}
section#contact table tr td input[type="text"]#sei, section#contact table tr td input[type="text"]#seikana,
section#contact table tr td input[type="text"]#mei, section#contact table tr td input[type="text"]#meikana {
	width: 228px;
}
section#contact table tr td input[type="text"]#tel1, section#contact table tr td input[type="text"]#tel2, section#contact table tr td input[type="text"]#tel3 {
	width: 100px;
}
section#contact table tr td input[type="text"]#tel1 {
	margin: 0 10px 0 0;
}
section#contact table tr td input[type="text"]#tel2, section#contact table tr td input[type="text"]#tel3 {
	margin: 0 10px;
}
section#contact table tr td input[type="text"]#mei, section#contact table tr td input[type="text"]#meikana {
	margin: 0 0 0 20px;
}
section#contact table tr td input[type="text"]#mail1, section#contact table tr td input[type="text"]#mail2 {
	width: 500px;
}
section#contact table tr td input[type="text"], section#contact table tr td textarea {
	border: 1px solid #474747;
}
section#contact table tr td textarea {
	width: 517px;
	height: 200px;
}
section#contact #sendbtn {
	width: 250px;
	height: 50px;
	font-size: 15px;
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
	margin: 30px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
section#contact #sendbtn:hover {
	color: #000;
	border: 2px solid #000;
	background-color: #fff;
}
/* お問い合わせ End */

/* 求人 Start */
section#recruit table {
	width: 1000px;
	border-collapse: collapse;
	border: 0px;
	margin: 0 auto;
}
section#recruit table tr {
	
}
section#recruit table tr:nth-child(even) {
	background-color: #fff;
}
section#recruit table tr:nth-child(odd) {
	background-color: #fff;
}
section#recruit table tr th {
	width: 250px;
	text-align: left;
	border-bottom: 1px solid #666;
	padding: 15px 30px 15px 0;
}
section#recruit table tr td {
	color: #000;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px solid #666;
	padding: 15px;
}
/* 求人 End */

@media only screen and (max-width: 1200px) {
	#contents {
		width: 100%;
		max-width: 1150px;
		margin: 0 auto;
	}
	#reservebtn a {
		padding: 20px 0 0 0;
	}
	header {
		position: fixed;
		display: flex;
		justify-content: space-between;
		padding: 0 35px;
		margin: 0;
		height: 80px;
		background-color: #fff;
		z-index: 9000;
	}
	header #logo {
		margin: 0;
	}
	#logo img{
		width: 189px;
	}
	nav ul li a + img {
		margin: -15px 0 0 -15px;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha( opacity=0 )";
			-moz-transition: all .4s ease;
			-o-transition: all .4s ease;
			-webkit-transition: all .4s ease;
		transition: all .4s ease;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 10;
	}
	nav ul li a:hover + img {
		opacity: 1;
		top: 50%;
		filter: alpha(opacity=1);
		-ms-filter: "alpha( opacity=1 )";
	}
	.navi {
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100vh;
		background-color: #fff;
		color: #000;
		padding: 8% 0 15% 0;
		margin: auto 0;
		box-sizing: border-box;
		text-align: center;
		align-items: center;
		opacity: 0;
		transform: translate3d(100%, 0, 0);
		transition: .6s;
		z-index: 9990;
	}
	
	.navi a {
		color: #000;
	}
	
	.navi a:hover {
		font-size: 16px;
		opacity: 1;
	}
	.navi ul,.navi li {
		display: inherit;
	}
	.navi li {
		margin-bottom: 14px;
		font-weight: bold;
	}
	
	.toggle_btn {
		position: fixed;
		width: 30px;
		height: 30px;
		padding: 0 50px;
		text-align: right;
		position: relative;
		cursor: pointer;
		transition: all 0.5s;
		z-index: 9990;
		top: 25px;
		right: 25px;
	}
	
	.toggle_btn span {
		display: block;
		position: absolute;
		background-color: #000;
		color: #000;
		width: 30px;
		height: 2px;
		transition: all 0.5s;
	}
	
	.toggle_btn span:nth-child(1) {
		top: 5px;
	}
	
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	
	.mask {
		display: none;
	}
	
	/* メニューが開いている時 */
	.open .navi{
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	
	.open .toggle_btn span {
		background-color: #000;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(4px) rotate (-45deg);
	}
	.open .toggle_btn span:nth-child(2) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-4px) rotate (45deg)
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-4px) rotate (45deg)
	}
	
	.open .mask {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background: #FFF;
		opacity: 1;
		z-index: 9990;
		overflow: hidden;
	}
	#pagetop {
    display: block;
    position: fixed;
    z-index: 9980;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition: .5s;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
}
#pagetop::after {
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -5px 0 0 -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
}
a:hover img.imghover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

h2.block_title {
	font-family: aktiv-grotesk,dnp-shuei-gothic-gin-std, sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 36px;
	align-items: baseline;
	text-align: left;
	display: flex;
}
.block_title span{
	font-size: 13px;
	font-weight: lighter;
	margin: 0 0 0 20px;
}

#bizin_hyaka {
	padding: 50px 0 0 0;
}
/* 共通 End */



/* フッター Start */
footer {
	width: 100%;
	max-width: 1150px;
	padding: 20px 0 0 0;
}
footer #footmenu {
display: none;
}


footer #box {
	width: 100%;
	max-width: 1150px;
	margin: 30px auto;
	overflow: hidden;
}
footer #box #logo {
	display: none;
}

footer #copyright {
	width: 100%;
	max-width: 1150px;
	line-height: 94px;
	position: absolute;
	bottom: 30px;
}
/* フッター End */

/* セクション Start */
section {
	padding: 30px 0 60px 0;
}
section#mainimg {
	padding: 80px 0 0 0;
}
section#top_contact {
	padding: 60px 0 30px 0;
}
section#coupon, section#service, section#gallery, section#salon, section#recruit {
	max-width: 1150px;
	/*min-height: 507px;*/
	margin: 0 50px;
	/*background: #535353 url("../images/bg.jpg") repeat-x left bottom;*/
	/*background-color: #535353;*/
}
section#news, section#menu, section#staff, section#qanda, section#contact {
	max-width: 1150px;
	margin: 0 50px;
}
h2 {
	max-width: 1150px;
	margin: 0;
	padding: 30px 0 50px 0;
}
/* セクション End */

/* メイン画像 Start */
section#mainimg img{
	max-width: 1150px;
}
/* メイン画像 End */

/* バナー画像　Start */
section#top_contact img {
	max-width: 900px;
}
/* バナー画像　End */

/* サロン Start */
section#salon .shopdata {
	width: 100%;
	max-width: 1150px;
	display: flex;
	justify-content: space-between;
}
section#salon .shopdata_inner {
	width: 400px;
	height: 224px;
	text-align: left;
	position: relative;
}
section#salon .shopdata .shoplogo {
	display: none;
}
section#salon .shopdata .shopname {
	display: block;
	margin: 0 0 24px 12px;
	font-weight: bold;
}
section#salon .shopdata .shopaddress {
	font-size: 13px;
	padding: 0 0 0 12px;
}
section#salon #map_canvas {
	width: 400px;
	height: 400px;
	margin: 16px 0 48px 0;
} 
section#salon #map_canvas iframe{
	width: 400px;
	height: 400px;
} 
/* サロン End */

/* サービス Start */
#servicetext {
	/*margin: 30px 0 200px 0;*/
	margin: 30px 0 50px 0;
}
section#service {
}
section#service .sub_title, section#service .text_box {
	width: 100%;
	max-width: 1150px;
	text-align: center;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section#service .sub_title {
	font-size: 20px;
	font-weight: bold;
}
section#service .service_title {
    font-size: 18px;
    font-weight: bold;
	background: url(../image/marker01.jpg) repeat-x left bottom;
}
section#service .text_box {
	margin: 20px auto 50px auto;
	background-position: top 250px left 50%;
	background-repeat: no-repeat;
}
section#service .text_box h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section#service .text_box .service_img {
}
section#service .matsuge1 {
	display: block;
	background-image: url("../image/matsuge01.jpg");
	min-height: 172px;
	padding: 0 0 250px 0;
}
section#service .matsuge2 {
	display: block;
	background-image: url("../image/matsuge02.jpg");
	min-height: 184px;
	padding: 0 0 250px 0;
	margin-bottom: 0;
}
/* サービス End */

/* メニュー Start */
section#menu h3 {
	width: 100%;
	max-width: 1150px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

section#menu .menu_block {
	width: 100%;
	max-width: 1150px;
	text-align: left;
	margin: 110px auto 0 auto;
}
section#menu .menu_block:first-of-type {
	margin: 60px auto 0 auto;
}
section#menu .menu_block .menu_title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background: url("../image/marker01.jpg") repeat-x left bottom;
	display: inline;
}
section#menu .menu_block .menu_text {
	text-align: left;
	margin: 15px 0;
}
section#menu .menu_block .menu_sample {
	overflow: hidden;
}
section#menu .menu_block .menu_sample .main_model {
	width: 60%;
	float: left;
}
section#menu .menu_block .menu_sample .menu_image {
	width: 30%;
	margin: 0 15px;
	float: right;
}
section#menu .menu_block .menu_sample .menu_image img {
	display: block;

}
section#menu .menu_block .menu_sample .menu_image img:first-of-type {
	margin: 200px 0;
}
section#menu .menu_block .menu_sample .menu_data {
	display: block;
	text-align: left;
	padding: 24px 0 0 0 ;
}
section#menu .menu_block .menu_sample .menu_data li:nth-child(odd) {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 0 0;
}
section#menu .menu_block .menu_sample .menu_data li:nth-child(even) {
	font-size: 18px;
	line-height: 20px;
	background: url("../image/marker02.jpg") repeat-x left bottom;
	display: inline;
}
section#menu .menu_block .menu_sample .menu_data li:first-child {
	margin: 0;
}

/* メニュー End */

/* クーポン Start */
section#coupon .menu_title {
	font-size: 24px;
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
}
section#coupon #couponlist {
	width: 100%;
	max-width: 1150px;
	display: flex;
	margin: 50px auto 0 auto;
	overflow: visible;
}
section#coupon #couponlist li {
	width: 358px;
	height: 480px;
	text-align: left;
	border: 1px solid #202020;
	margin: 0 0 50px 30px;
	padding: 20px;
}
section#coupon #couponlist li:nth-child(3n+1) {
	margin: 0;
	clear: both;
}
section#coupon #couponlist li .coupon_head {
	position: relative;
}
section#coupon #couponlist li .coupon_head img {
	left: 25%;
}
section#coupon #couponlist li .coupon_head .coupon_title {
	font-size: 18px;
	font-weight: bold;
	padding: 120px 0 0 0;
	height: 56px;
}
section#coupon #couponlist li .coupon_head .coupon_title .coupon_charge {
	font-size: 20px;
	font-weight: bold;
	color: #fd0068;
}
section#coupon #couponlist li .coupon_head .coupon_text {
	font-size: 14px;
	padding: 0;
	margin: 8px 0 0 0;
}
section#coupon #couponlist li .coupon_detail {
	font-size: 12px;
	line-height: 18px;
	margin: 8px 0;
	padding: 0;
	position: relative;
}
section#coupon #couponlist li .coupon_att {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
}
/* クーポン End */

/* スタッフ Start */
section#staff #stafflist {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	overflow: hidden;
}
section#staff #stafflist li {
	width: 140px;
	text-align: left;
	margin: 0 72px 30px 0;
	float: left;
}
section#staff #stafflist li:nth-child(6n+1) {
	clear: both;
}
section#staff #stafflist li:nth-child(6n+6) {
	margin: 0 0 30px 0;
}
section#staff #stafflist li .staffimg img {
	cursor: pointer;
}
section#staff #stafflist li a {
	color: #000;
}
section#staff #stafflist li .staffkana {
	margin: 5px 0;
}
/* スタッフ End */

/* ギャラリー Start */
section#gallery .gallerylist {
	width: 100%;
	max-width: 1150px;
	text-align: left;
	margin: 10px auto 30px auto;
	padding: 10px;
	overflow: hidden;
}
section#gallery .gallerylist li {
	width: 195px;
	height: 195px;
	margin: 0 6px 6px 0;
	overflow: hidden;
	float: left;
}
section#gallery .gallerylist li:nth-child(4n+6) {
	margin: 0 0 6px 0;
}
section#gallery .gallerylist li img {
	cursor: pointer;
}
section#gallery .gallerylist li.wlong img {
	width: auto;
	height: 100%;
}
section#gallery .gallerylist li.hlong img {
	width: 100%;
	height: auto;
}
section#gallery .gallerylist li.img_right {
	overflow: hidden;
}
section#gallery .gallerylist li.img_right img {
	float: right;
}
/* ギャラリー End */

/* よくある質問 Start */
section#qanda h3 {
	width: 100%;
	max-width: 1150px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 10px;
}
section#qanda .question, section#qanda .answer {
	max-width: 1150px;
	width: 100%;
	text-align: left;
}
section#qanda .question {
	position: relative;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 50px auto 0 auto;
	padding: 0 0 10px 28px;
}
section#qanda .question::before {
	position: absolute;
	content: "";
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff470;
}

section#qanda .question:first-of-type {
	margin: 10px auto 0 auto;
}
section#qanda .answer {
	margin: 0 auto;
	padding: 0 0 36px 0;
}
section#qanda .lastanswer {
	margin: 0 auto 50px auto;
}
/* よくある質問 End */


/* お問い合わせ Start */
section#contact #compmsg {
	width: 800px;
	font-size:18px;
	font-weight: bold;
	line-height: 35px;

	margin: 0 auto 30px auto;
	padding: 20px 0;
}
section#contact #attmsg {
	width: 600px;
	margin: 0 auto 20px auto;
}
section#contact table {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 0px;
}
section#contact table tr {
	
}
section#contact table tr th {
	width: 200px;
	text-align: left;
	padding: 15px 30px 15px 0;
	border-bottom: 1px solid #666;
}
section#contact table tr td {
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #666;
	padding: 15px;
}
section#contact table tr td input[type="text"] {
	padding: 5px 10px;
}
section#contact table tr td input[type="text"]#sei, section#contact table tr td input[type="text"]#seikana,
section#contact table tr td input[type="text"]#mei, section#contact table tr td input[type="text"]#meikana {
	width: 228px;
}
section#contact table tr td input[type="text"]#tel1, section#contact table tr td input[type="text"]#tel2, section#contact table tr td input[type="text"]#tel3 {
	width: 100px;
}
section#contact table tr td input[type="text"]#tel1 {
	margin: 0 10px 0 0;
}
section#contact table tr td input[type="text"]#tel2, section#contact table tr td input[type="text"]#tel3 {
	margin: 0 10px;
}
section#contact table tr td input[type="text"]#mei, section#contact table tr td input[type="text"]#meikana {
	margin: 0 0 0 20px;
}
section#contact table tr td input[type="text"]#mail1, section#contact table tr td input[type="text"]#mail2 {
	width: 500px;
}
section#contact table tr td input[type="text"], section#contact table tr td textarea {
	border: 1px solid #474747;
}
section#contact table tr td textarea {
	width: 517px;
	height: 200px;
}
section#contact #sendbtn {
	width: 250px;
	height: 50px;
	font-size: 15px;
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
	margin: 30px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
section#contact #sendbtn:hover {
	color: #000;
	border: 2px solid #000;
	background-color: #fff;
}
/* お問い合わせ End */

/* 求人 Start */
section#recruit table {
	max-width: 1000px;
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	margin: 0 auto;
}
section#recruit table tr {
	
}
section#recruit table tr:nth-child(even) {
	background-color: #fff;
}
section#recruit table tr:nth-child(odd) {
	background-color: #fff;
}
section#recruit table tr th {
	width: 200px;
	text-align: left;
	border-bottom: 1px solid #666;
	padding: 15px 30px 15px 0;
}
section#recruit table tr td {
	color: #000;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px solid #666;
	padding: 15px;
}
/* 求人 End */
}


@media only screen and (max-width: 950px) {
	#contents {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
	}
	header {
		position: fixed;
		display: flex;
		justify-content: space-between;
		padding: 0;
		margin: 0;
		height: 80px;
		background-color: #fff;
		z-index: 9000;
	}
	header #logo {
		margin: 0;
		height: 80px;
	}
	#logo img{
		width: 150px;
	}
	nav ul li a + img {
		margin: -15px 0 0 -15px;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha( opacity=0 )";
			-moz-transition: all .4s ease;
			-o-transition: all .4s ease;
			-webkit-transition: all .4s ease;
		transition: all .4s ease;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 10;
	}
	nav ul li a:hover + img {
		opacity: 1;
		top: 50%;
		filter: alpha(opacity=1);
		-ms-filter: "alpha( opacity=1 )";
	}
	.navi {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		color: #000;
		padding: 15% 0;
		margin: auto 0;
		box-sizing: border-box;
		text-align: center;
		align-items: center;
		opacity: 0;
		transform: translate3d(100%, 0, 0);
		transition: .6s;
		z-index: 9990;
	}
	
	.navi a {
		color: #000;
	}
	
	.navi a:hover {
		font-size: 16px;
		opacity: 1;
	}
	.navi ul,.navi li {
		display: inherit;
	}
	.navi li {
		margin-bottom: 14px;
		font-weight: bold;
	}
	
	.toggle_btn {
		position: fixed;
		width: 30px;
		height: 30px;
		padding: 0;
		text-align: right;
		position: relative;
		cursor: pointer;
		transition: all 0.5s;
		z-index: 9990;
		top: 25px;
		right: 25px;
	}
	
	.toggle_btn span {
		display: block;
		position: absolute;
		background-color: #000;
		color: #000;
		width: 30px;
		height: 2px;
		transition: all 0.5s;
	}
	
	.toggle_btn span:nth-child(1) {
		top: 5px;
	}
	
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	
	.mask {
		display: none;
	}
	
	/* メニューが開いている時 */
	.open .navi{
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	
	.open .toggle_btn span {
		background-color: #000;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(4px) rotate (-45deg);
	}
	.open .toggle_btn span:nth-child(2) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-4px) rotate (45deg)
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-4px) rotate (45deg)
	}
	
	.open .mask {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background: #FFF;
		opacity: 1;
		z-index: 9990;
		overflow: hidden;
	}
	#pagetop {
    display: block;
    position: fixed;
    z-index: 9980;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
		background-color: transparent;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition: .5s;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
}
#pagetop::after {
    width: 20px;
    height: 20px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -5px 0 0 -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
}
#reservebtn {
	width: 100px;
	height: 35px;
	border: 1px solid #000;
	top: 22px;
	right: 80px;
}
#reservebtn a {
	font-size: 12px;
	padding: 0;
}
a:hover img.imghover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.block_title span{
	font-size: 14px;
}

#bizin_hyaka {
	padding: 50px 0 0 0;
}
/* 共通 End */



/* フッター Start */
footer {
	width: 100%;
	max-width: 920px;
	padding: 20px 0 0 0;
}
footer #footmenu {
display: none;
}
footer #box {
	width: 100%;
	max-width: 920px;
	margin: 30px auto;
	overflow: hidden;
}
footer #box #logo {
	display: none;
}

footer #copyright {
	width: 100%;
	max-width: 920px;
	line-height: 94px;
	position: absolute;
	bottom: 30px;
}
/* フッター End */

/* セクション Start */
section {
	padding: 30px 0 60px 0;
}
section#mainimg {
	padding: 80px 0 0 0;
	margin: 0;
}
section#top_contact {
	padding: 60px 0 30px 0;
}
section#coupon, section#service, section#gallery, section#salon, section#recruit {
	max-width: 920px;
	/*min-height: 507px;*/
	margin: 0 8px;
	/*background: #535353 url("../images/bg.jpg") repeat-x left bottom;*/
	/*background-color: #535353;*/
}
section#news, section#menu, section#staff, section#qanda, section#contact {
	max-width: 920px;
	margin: 0 8px;
}
h2 {
	max-width: 920px;
	margin: 0;
	padding: 30px 0 50px 0;
}
/* セクション End */

/* メイン画像 Start */
section#mainimg img{
	max-width: 950px;
	margin: 0;
}
/* メイン画像 End */

/* バナー画像　Start */
section#top_contact img {
	max-width: 920px;
}
/* バナー画像　End */

/* サロン Start */
section#salon .shopdata {
	width: 100%;
	max-width: 920px;
	display: block;
}
section#salon .shopdata_inner {
	width: 100%;
	max-width: 920px;
	text-align: left;
	position: relative;
}
section#salon .shopdata .shoplogo {
	display: none;
}
section#salon .shopdata .shopaddress {
	font-size: 14px;
	padding: 0 0 24px 12px;
	line-height: 20px;
}
section#salon #map_canvas {
	width: 100%;
	max-width: 920px;
	height: 300px;
} 
section#salon #map_canvas iframe{
	width: 100%;
	max-width: 920px;
	height: 300px;
} 
/* サロン End */

/* サービス Start */
#servicetext {
	/*margin: 30px 0 200px 0;*/
	margin: 30px 0 50px 0;
}
section#service {
}
section#service .sub_title, section#service .text_box {
	width: 100%;
	max-width: 920px;
	text-align: left;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section#service .sub_title {
	font-size: 20px;
	font-weight: bold;
}
section#service .service_title {
    font-size: 18px;
    font-weight: bold;
	background: url(../image/marker01.jpg) repeat-x left bottom;
}
section#service .text_box {
	margin: 20px auto 50px auto;
	background-position: top 280px left 50%;
	background-repeat: no-repeat;
}
section#service .text_box h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section#service .text_box .service_img {
}
section#service .matsuge1 {
	display: block;
	background-image: url("../image/matsuge01.jpg");
	min-height: 172px;
	padding: 0 0 300px 0;
}
section#service .matsuge2 {
	display: block;
	background-image: url("../image/matsuge02.jpg");
	min-height: 184px;
	padding: 0 0 300px 0;
	margin-bottom: 0;
}
/* サービス End */

/* メニュー Start */
section#menu h3 {
	width: 100%;
	max-width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

section#menu .menu_block {
	width: 100%;
	max-width: 920px;
	text-align: left;
	margin: 110px auto 0 auto;
}

section#menu .menu_block .menu_sample {
	position: relative;
	overflow: hidden;
}
section#menu .menu_block .menu_sample .menu_image {
	width: 100%;
	height: 500px;
	margin: 0;
	display: block;
}
section#menu .menu_block .menu_sample .menu_image img {
	display: block;

	height: auto;
	position: relative;
}

section#menu .menu_block .menu_sample .menu_image img:first-of-type {
	margin: 0;
	padding: 24px 0;
}
section#menu .menu_block .menu_sample .menu_image img:nth-of-type(2) {
	width: 25%;
	padding: 0 0 0 24px;
}
section#menu .menu_block .menu_sample .menu_data {
	display: block;
	width: 65%;
	text-align: left;
	padding: 24px 0 0 0 ;
	position: absolute;
	line-height: 24px;
	top: 600px;
	right: 50%;
}
section#menu .menu_block .menu_sample .menu_data li:nth-child(odd) {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 0 8px;
}
section#menu .menu_block .menu_sample .menu_data li:nth-child(even) {
	font-size: 14px;
	line-height: 20px;
	background: url("../image/marker02.jpg") repeat-x left bottom;
	display: inline;
}
section#menu .menu_block .menu_sample .menu_data li:first-child {
	margin: 0;
}
/* メニュー End */

/* クーポン Start */
section#coupon .menu_title {
	font-size: 24px;
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
}
section#coupon #couponlist {
	width: 90%;
	max-width: 920px;
	display: block;
	margin: 50px auto 0 auto;
	overflow: visible;
}
section#coupon #couponlist li {
	width: 90%;
	max-width: 920px;
	height: 300px;
	text-align: left;
	border: 1px solid #202020;
	margin: 0 16px 36px 0;
	padding: 20px;
}
section#coupon #couponlist li:nth-child(3n+1) {
	margin: 0 16px 36px 0;
	clear: both;
}
section#coupon #couponlist li .coupon_head {
	position: relative;
}
section#coupon #couponlist li .coupon_head img {
	position: absolute;
	top: 0;
	left: 0;
}
section#coupon #couponlist li .coupon_head .coupon_title {
	font-size: 18px;
	font-weight: bold;
	padding: 24px 0 0 100px;
	height: 80px;
}
section#coupon #couponlist li .coupon_head .coupon_title .coupon_charge {
	font-size: 20px;
	font-weight: bold;
	color: #fd0068;
}
section#coupon #couponlist li .coupon_head .coupon_text {
	font-size: 15px;
	padding: 0 0 0 8px;
	margin: 15px 0 0 0;
}
section#coupon #couponlist li .coupon_detail {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0;
	padding: 0 0 0 8px;
	position: relative;
}
section#coupon #couponlist li .coupon_att {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 8px;
}
/* クーポン End */

/* スタッフ Start */
section#staff #stafflist {

	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	overflow: hidden;
}
section#staff #stafflist li {
	width: 140px;
	text-align: left;
	margin: 0 30px 30px 0;
	float: left;
}
section#staff #stafflist li:nth-child(6n+1) {
	clear: both;
}
section#staff #stafflist li:nth-child(6n+6) {
	margin: 0 0 30px 0;
}
section#staff #stafflist li .staffimg img {
	cursor: pointer;
}
section#staff #stafflist li a {
	color: #000;
}
section#staff #stafflist li .staffkana {
	margin: 5px 0;
}
/* スタッフ End */

/* ギャラリー Start */
section#gallery .gallerylist {
	width: 100%;
	max-width: 920px;
	text-align: left;
	margin: 10px auto 30px auto;
	padding: 10px;
	overflow: hidden;
}
section#gallery .gallerylist li {
	width: 150px;
	height: 150px;
	margin: 0 6px 6px 0;
	overflow: hidden;
	float: left;
}
section#gallery .gallerylist li:nth-child(4n+6) {
	margin: 0 0 6px 0;
}
section#gallery .gallerylist li img {
	cursor: pointer;
}
section#gallery .gallerylist li.wlong img {
	width: auto;
	height: 100%;
}
section#gallery .gallerylist li.hlong img {
	width: 100%;
	height: auto;
}
section#gallery .gallerylist li.img_right {
	overflow: hidden;
}
section#gallery .gallerylist li.img_right img {
	float: right;
}
/* ギャラリー End */

/* よくある質問 Start */
section#qanda h3 {
	width: 90%;
	max-width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 10px;
}
section#qanda .question, section#qanda .answer {
	width: 90%;
	max-width: 920px;
	text-align: left;
}
section#qanda .question {
	position: relative;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 50px auto 0 auto;
	padding: 0 0 10px 28px;
}
section#qanda .question::before {
	position: absolute;
	content: "";
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff470;
}

section#qanda .question:first-of-type {
	margin: 10px auto 0 auto;
}
section#qanda .answer {
	margin: 0 auto;
	padding: 0 0 36px 0;
}
section#qanda .lastanswer {
	margin: 0 auto 50px auto;
}
/* よくある質問 End */


/* お問い合わせ Start */
section#contact #compmsg {
	width: 90%;
	max-width: 800px;
	font-size:18px;
	font-weight: bold;
	line-height: 35px;

	margin: 0 auto 30px auto;
	padding: 20px 0;
}
section#contact #attmsg {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 20px auto;
}
section#contact table {
	width: 90%;
	max-width: 920px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 0px;
}
section#contact table tr {
	
}
section#contact table tr th {
	width: 90%;
	display: block;
	text-align: left;
	padding: 15px 30px 15px 0;
	border-bottom: none;
}
section#contact table tr td {
	width: 90%;
	display: block;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #666;
	padding: 15px;
}
section#contact table tr td input[type="text"] {
	padding: 5px 10px;
}
section#contact table tr td input[type="text"]#sei, section#contact table tr td input[type="text"]#seikana,
section#contact table tr td input[type="text"]#mei, section#contact table tr td input[type="text"]#meikana {
	width: 35%;
}
section#contact table tr td input[type="text"]#tel1, section#contact table tr td input[type="text"]#tel2, section#contact table tr td input[type="text"]#tel3 {
	width: 50px;
}
section#contact table tr td input[type="text"]#tel1 {
	margin: 0 10px 0 0;
}
section#contact table tr td input[type="text"]#tel2, section#contact table tr td input[type="text"]#tel3 {
	margin: 0 10px;
}
section#contact table tr td input[type="text"]#mei, section#contact table tr td input[type="text"]#meikana {
	margin: 0 0 0 20px;
}
section#contact table tr td input[type="text"]#mail1, section#contact table tr td input[type="text"]#mail2 {
	width: 90%;
}
section#contact table tr td input[type="text"], section#contact table tr td textarea {
	border: 1px solid #474747;
}
section#contact table tr td textarea {
	width: 90%;
	height: 200px;
}
section#contact #sendbtn {
	width: 250px;
	height: 50px;
	font-size: 15px;
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
	margin: 30px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
section#contact #sendbtn:hover {
	color: #000;
	border: 2px solid #000;
	background-color: #fff;
}
/* お問い合わせ End */

/* 求人 Start */
section#recruit table {
	width: 90%;
	max-width: 920px;
	border-collapse: collapse;
	border: 0px;
	margin: 0 auto;
}
section#recruit table tr {
	
}
section#recruit table tr:nth-child(even) {
	background-color: #fff;
}
section#recruit table tr:nth-child(odd) {
	background-color: #fff;
}
section#recruit table tr th {
	width: 90%;
	display: block;
	text-align: left;
	border-bottom: none;
	padding: 15px 30px 15px 0;
}
section#recruit table tr td {
	width: 90%;
	display: block;
	color: #000;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px solid #666;
	padding: 15px;
}
/* 求人 End */
}
@media only screen and (max-width: 545px) {
	header {
		position: fixed;
		display: flex;
		justify-content: space-between;
		padding: 0;
		margin: 0;
		height: 80px;
		background-color: #fff;
		z-index: 9000;
	}
	header #logo {
		margin: 0;
		height: 80px;
	}
	#logo img{
		width: 150px;
	}
	nav ul li a + img {
		margin: -15px 0 0 -15px;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha( opacity=0 )";
			-moz-transition: all .4s ease;
			-o-transition: all .4s ease;
			-webkit-transition: all .4s ease;
		transition: all .4s ease;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 10;
	}
	nav ul li a:hover + img {
		opacity: 1;
		filter: alpha(opacity=1);
		-ms-filter: "alpha( opacity=1 )";
	}
	.navi {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		color: #000;
		padding: 15% 0;
		margin: auto 0;
		box-sizing: border-box;
		text-align: center;
		align-items: center;
		opacity: 0;
		transform: translate3d(100%, 0, 0);
		transition: .6s;
		z-index: 9990;
	}
	
	.navi a {
		color: #000;
	}
	
	.navi a:hover {
		font-size: 16px;
		opacity: 1;
	}
	.navi ul,.navi li {
		display: inherit;
	}
	.navi li {
		margin-bottom: 14px;
		font-weight: bold;
	}
	
	.toggle_btn {
		position: fixed;
		width: 30px;
		height: 30px;
		padding: 0;
		text-align: right;
		position: relative;
		cursor: pointer;
		transition: all 0.5s;
		z-index: 9990;
		top: 25px;
		right: 25px;
	}
	
	.toggle_btn span {
		display: block;
		position: absolute;
		background-color: #000;
		color: #000;
		width: 30px;
		height: 2px;
		transition: all 0.5s;
	}
	
	.toggle_btn span:nth-child(1) {
		top: 5px;
	}
	
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	
	.mask {
		display: none;
	}
	
	/* メニューが開いている時 */
	.open .navi{
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	
	.open .toggle_btn span {
		background-color: #000;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(4px) rotate (-45deg);
	}
	.open .toggle_btn span:nth-child(2) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-4px) rotate (45deg)
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-4px) rotate (45deg)
	}
	
	.open .mask {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background: #FFF;
		opacity: 1;
		z-index: 9990;
		overflow: hidden;
	}

	#reservebtn {
		width: 90px;
		height: 25px;
		border: 1px solid #333;
		top:28px;
		right: 70px;
	}
	#reservebtn a {
		font-size: 12px;
		font-weight: normal;
		padding: 0;
		line-height: 2;
	}

	/* メニュー Start */
section#menu h3 {
	width: 100%;
	max-width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

section#menu .menu_block {
	width: 100%;
	max-width: 920px;
	text-align: left;
	margin: 110px auto 0 auto;
}

section#menu .menu_block .menu_sample {
	position: relative;
	overflow: hidden;
}
section#menu .menu_block .menu_sample .menu_image {
	width: 100%;
	height: 510px;
	margin: 0;
	display: block;
}
section#menu .menu_block .menu_sample .menu_image img {
	display: block;
	width: 35%;
	height: auto;
	position: relative;
}

section#menu .menu_block .menu_sample .menu_image img:first-of-type {
	width: 100%;
	margin: 0 auto;
	padding: 24px 0;
}

section#menu .menu_block .menu_sample .menu_image img:nth-of-type(2) {
	width: 35%;
	padding: 0 0 0 24px;
}
section#menu .menu_block .menu_sample .menu_data {
	display: block;
	width: 65%;
	text-align: right;
	padding: 24px 8px 0 0 ;
	position: absolute;
	line-height: 24px;
	top: 530px;
	right: 0;
}
section#menu .menu_block .menu_sample .menu_data li:nth-child(odd) {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 0 8px;
}
section#menu .menu_block .menu_sample .menu_data li:nth-child(even) {
	font-size: 14px;
	line-height: 20px;
	background: url("../image/marker02.jpg") repeat-x left bottom;
	display: inline;
}
section#menu .menu_block .menu_sample .menu_data li:first-child {
	margin: 0;
}
	section#menu .menu_block .menu_sample .main_model {
		width: 100%;
		max-width: 400px;
		text-align: center;
	}

	section#menu .menu_block .menu_sample .main_model img{
		width: 95%;
		height: auto;
	}

	section#service .text_box.matsuge1 {
		margin: 20px auto 50px auto;
		background-position: top 350px left 50%;
		background-repeat: no-repeat;
	}

	section#service .text_box.matsuge2 {
		margin: 20px auto 0 auto;
		background-position: top 450px left 50%;
		background-repeat: no-repeat;
	}

	section#service .matsuge1 {
		display: block;
		background-image: url("../image/matsuge01.jpg");
		min-height: 172px;
		padding: 0 0 300px 0;
	}
	section#service .matsuge2 {
		display: block;
		background-image: url("../image/matsuge02.jpg");
		width: 100vw;
		min-height: 184px;
		padding: 0 0 350px 0;
		margin-bottom: 0;
}
}