@charset 'UTF-8';
/* ---------------------------------------- file info */
/* filename:style.css */
/* -------------------------------------------------- */

/* --------------------------------------------------
    reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}
/* --------------------------------------------------
    base
-------------------------------------------------- */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	_overflow: auto;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", Arial, Osaka, Sans-Serif;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 1.78;
	height: 100%;
	color: #222;
	background: #fff;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: underline;
	color: inherit;
	position: relative
}
a[href^=tel] {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
/* anchor line */
a:before {
	position: absolute;
	right: auto;
	bottom: 48%;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transition: -webkit-transform 150ms linear;
	transition: transform 100ms linear;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	border-radius: 5px;
	background: #222;
}
/* no-csstransforms */
.no-csstransforms a:before {
	display: none;
}
/* hover,current */
a:hover:before, .current a:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/* exception */
#wpadminbar a:before, .btn a:before, .more a:before, .colListItem_anchor:before, .asideInstagram_item a:before, .logo a:before, .pageTop a:before, .wp-pagenavi a:before {
	display: none
}

@media screen and (max-width: 500px) {
body {
	font-size: 12px;
	font-size: 1.2em;
}
}
/* ---------------------
   Heading, Paragraph
--------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* ---------------------
   List
--------------------- */
ol, ul, li {
	overflow: hidden;
	zoom: 1;
	list-style: none;
}
/* ---------------------
   Table
--------------------- */
table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
dl, dt, dd {
	overflow: hidden;
	zoom: 1;
}
/* ---------------------
   Form
--------------------- */
fieldset {
	border: none;
}
input[type=submit], input[type=number], input[type=button], input[type=password], input[type=text], input[type=email], input[type=tel], textarea, select, label, button {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	box-shadow: none;
}
input[type=submit], input[type=number], input[type=button], input[type=password], input[type=text], input[type=email], input[type=tel], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	overflow: auto;
}
label {
	cursor: pointer;
}
legend {
	display: none;
}
/* ---------------------
   Other
--------------------- */
img {
	vertical-align: middle;
	border: none;
}
object {
	vertical-align: middle;
	outline: none;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
small {
	font-size: 100%;
}
abbr, acronym {
	font-variant: normal;
	border: none;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
hr {
	display: none;
}
i {
	line-height: 1;
}
::selection {
	color: #fff;
	background: #000;
}
::-moz-selection {
 color: #fff;
 background: #000;
}
[class^='icon-']:before, [class*=' icon-']:before {
	width: auto;
	margin: 0;
}
/* --------------------------------------------------
    utility
-------------------------------------------------- */
/* ---------------------
   font
--------------------- */
@font-face {
	font-family: 'ff-serif';
	src: url(../fonts/serif/serif.eot);
}
@font-face {
	font-family: 'ff-serif';
	src: url(../fonts/serif/serif.woff);
}
@font-face {
	font-family: 'ff-serif';
	src: url(../fonts/serif/serif.ttf) format('truetype')
}
.ff-en {
	font-family: 'Times New Roman', 'ff-serif', "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", 'Times New Roman', serif;
	font-weight: normal;
}
/* ---------------------
   transition
--------------------- */
/*
** trs
*/
.trs {
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
/*
** trp
*/
.trp {
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-ms-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
	transition: opacity .1s ease;
	opacity: 1;
	filter: alpha(opacity=100);
}
.trp:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
/* trs-dr */
.trs-dr02 {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
.trs-dr03 {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.trs-dr05 {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.trs-dr06 {
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
}
.trs-dr08 {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}
.trs-dr12 {
	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	transition-duration: 1.2s;
}
/* trs-tf */
.trs-tfCb {
	-webkit-transition-timing-function: cubic-bezier(0, .96, .4, .99);
	-moz-transition-timing-function: cubic-bezier(0, .96, .4, .99);
	-ms-transition-timing-function: cubic-bezier(0, .96, .4, .99);
	-o-transition-timing-function: cubic-bezier(0, .96, .4, .99);
	transition-timing-function: cubic-bezier(0, .96, .4, .99);
}
/* ---------------------
   other
--------------------- */
.cf:after {
	display: block;
	clear: both;
	content: '';
}
.frame {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 30px;
}
.aTarget {
	position: absolute;
	top: -100px;
	left: 0;
}
#saloninfo.aTarget {
	top: 0;
}
.mapBox.wow.fadeInDown {
    font-size: 0;
}

@media screen and (max-width: 768px) {
.frame {
	width: 100%;
	padding: 0 35px;
}
.aTarget {
	top: -80px;
}
#saloninfo.aTarget {
	top: -56px;
}
iframe {
    height: 300px;
}
}

@media screen and (max-width: 500px) {
.frame {
	padding: 0 22px;
}
}
/*
** exlink
*/
.exlinkWrap {
	position: relative;
	padding-right: 18px;
}
.icon-icon-exlink {
	font-size: 7px;
	font-size: .7rem;
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 11px;
	margin: auto;
}
.exLink .icon-icon-exlink {
	right: -16px;
}

@media screen and (max-width: 768px) {
.icon-icon-exlink {
	font-size: 8px;
	font-size: .8rem;
}
}
/*
** more
*/
.more {
	font-size: 14px;
	font-size: 1.4rem;
}
.more a {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
.more {
	font-size: 11px;
	font-size: 1.1rem;
}
}
/*
** arrow
*/
.arrowPar, .previouspostslink, .nextpostslink, .pNavWrap-detail a:not(.page) {
	position: relative;
}
.previouspostslink:after, .nextpostslink:after {
	content: '';
}
.arrow, .previouspostslink:after, .nextpostslink:after {
	position: absolute;
	top: 5px;
	right: auto;
	width: 30px;
	height: 10px;
	margin-left: 8px;
	-webkit-transition: all .3s cubic-bezier(0, .96, .4, .99);
	-moz-transition: all .3s cubic-bezier(0, .96, .4, .99);
	-ms-transition: all .3s cubic-bezier(0, .96, .4, .99);
	-o-transition: all .3s cubic-bezier(0, .96, .4, .99);
	transition: all .3s cubic-bezier(0, .96, .4, .99);
	background: url(../images/arrow.svg) no-repeat right top;
}
.pNavWrap-detail a:last-child .arrow {
	left: 25px;
}
.previouspostslink:after, .pNavWrap-detail a:first-child .arrow {
	right: 37px;
	width: 30px;
	background: url(../images/arrow-l.svg) no-repeat left top;
}
/* hover */
.arrowPar:hover .arrow, .previouspostslink:hover:after, .nextpostslink:hover:after, .pNavWrap-detail a:hover .arrow {
	width: 50px;
}
/* no-svg */
.no-svg .arrow {
	background-image: url(../images/arrow.png);
}
.no-svg .previouspostslink:after, .no-svg .pNavWrap-detail a:first-child .arrow {
	background-image: url(../images/arrow-l.png);
}
/*
** arrow-top
*/
.arrow-top {
	position: static;
	display: block;
	width: 100%;
	height: 65px;
	margin: 0 auto 5px;
	background: url(../images/arrow-pageTop.svg) no-repeat 58% top;
}
/* hover */
.arrowPar:hover .arrow-top {
	width: 100%;
	height: 85px;
}
/* no-svg */
.no-svg .arrow-top {
	background-image: url(../images/arrow-pageTop.png);
}

@media screen and (max-width: 768px) {
.arrow {
	top: 3px;
}
.arrow-top {
	height: 45px;
	margin-bottom: 0;
}
}
/* --------------------------------------------------
    component
-------------------------------------------------- */
/* ---------------------
   block
--------------------- */
.block {
	position: relative;
}
.blockInner {
	padding-top: 140px;
	padding-bottom: 110px;
}
.block_head {
	margin-bottom: 70px;
	text-align: center;
}
.block_head:after {
	display: no;
	width: 110px;
	height: 2px;
	margin: 24px auto 0;
	content: '';
	background: #3d3d3d;
}
.block_ttl {
	font-size: 44px;
	font-size: 4.4rem;
	line-height: 1.4;
	display: inline-block;
	padding-bottom: 3px;
	text-align: center;
	letter-spacing: .04em;
	border-bottom: 3px solid #333;
}

@media screen and (max-width: 768px) {
.blockInner {
	padding-top: 55px;
	padding-bottom: 65px;
}
.block_head {
	margin-bottom: 50px;
}
.block_ttl {
	font-size: 36px;
	font-size: 3.6rem;
	padding-bottom: 2px;
}
}

@media screen and (max-width: 500px) {
.blockInner {
	padding-top: 40px;
	padding-bottom: 50px;
}
.block_head {
	margin-bottom: 40px;
}
.block_ttl {
	font-size: 26px;
	font-size: 2.6rem;
	border-width: 3px;
}
}
/* ---------------------
   btn
--------------------- */
.btn {
	width: 260px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #222;
}
.btn a {
	font-weight: bold;
	position: relative;
	display: block;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
}
.btn_obi {
	position: absolute;
	display: block;
	width: 0;
	height: 100%;
	content: '';
	background-color: #222;
}
.btn_content {
	z-index: 10;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
}
.btn_contentInner {
	position: relative;
}
.btn i {
	right: -23px;
}
/* hover */
.btn a:hover {
	color: #fff;
}
.btn a:hover .btn_obi {
	width: 100%;
}
/*
** btn-b
*/
.btn-b {
	color: #fff;
}
.btn-b .btn_obi {
	right: 0;
	width: 100%;
	background-color: #222;
}
/* hover */
.btn-b a:hover {
	color: #222;
}
.btn-b a:hover .btn_obi {
	width: 0;
}

@media screen and (max-width: 768px) {
.btn-b {
	background-color: #222;
}
.btn_obi {
	display: none;
}
.btn a:hover {
	color: inherit;
}
}

@media screen and (max-width: 500px) {
.btn {
	width: 220px;
	height: 45px;
}
}
/* --------------------
	pagenavi
-------------------- */
.pNavWrap {
	padding-top: 50px;
	text-align: center;
}
.pNavWrap-detail {
	padding-top: 80px;
}
.wp-pagenavi {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
.pNavWrap-detail .wp-pagenavi {
	width: 108px;
	height: 32px;
	position: relative;
}
.wp-pagenavi .page, .wp-pagenavi .current {
	line-height: 30px;
	display: inline-block;
	width: 30px;
	margin: 0 2px;
	-webkit-transition: all .3s cubic-bezier(0, .96, .4, .99);
	-moz-transition: all .3s cubic-bezier(0, .96, .4, .99);
	-ms-transition: all .3s cubic-bezier(0, .96, .4, .99);
	-o-transition: all .3s cubic-bezier(0, .96, .4, .99);
	transition: all .3s cubic-bezier(0, .96, .4, .99);
	text-decoration: none;
	color: #222;
	border: 1px solid #333;
}
.wp-pagenavi .page-back {
	width: auto;
	padding: 0 20px;
	width: 108px;
	position: absolute;
	left: 0;
	top: 0;
}
.pNavWrap-detail a:not(.page) {
	position: fixed;
	top: 48%;
	line-height: 1.2;
}
.pNavWrap-detail a[rel=next] {
	left: 90px;
}
.pNavWrap-detail a[rel=prev] {
	right: 90px;
}
.previouspostslink, .nextpostslink, .pNavWrap-detail a:not(.page) {
	text-decoration: none;
	border: none;
}
.previouspostslink {
	margin-right: 25px;
}
.nextpostslink {
	margin-left: 25px;
}
.wp-pagenavi .page:hover, .wp-pagenavi .current {
	color: #fff;
	background: #333;
}

@media screen and (max-width: 1390px) {
.pNavWrap-detail a[rel=next], .pNavWrap-detail a[rel=prev] {
	position: absolute;
	top: 7px;
	line-height: 1.2;
}
.pNavWrap-detail a[rel=next] {
	left: auto;
	right: 140px;
}
.pNavWrap-detail a[rel=prev] {
	right: auto;
	left: 140px;
}
.pNavWrap-detail .page-back {/* margin:0 30px
 */
}
}

@media screen and (max-width: 768px) {
.pNavWrap-detail {
	padding-top: 50px;
}
}

@media screen and (max-width: 500px) {
.pNavWrap {
	padding-top: 30px;
}
.pNavWrap-detail {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #ddd;
}
.wp-pagenavi {
	font-size: 12px;
	font-size: 1.2rem;
}
.previouspostslink, .nextpostslink {
	display: none;
}
.pNavWrap-detail a[rel=next] {
	/* margin-right: 15px; */
	/* display: inline; */
	right: 130px;
}
.pNavWrap-detail a[rel=prev] {
	/* margin-left: 15px; */
	/* display: inline; */
	left: 130px;
}
.pNavWrap-detail .page-back {/* margin:0 15px
 */
}
}
/* --------------------
	col2
-------------------- */
.col2_l, .col2_r {
	width: 47.5%;
}
.col2_l {
	float: left;
}
.col2_l img {
	width: 100%;
	height: auto;
}
.col2_r {
	float: right;
}
.col2_txt {
	padding-top: 60px;
	border-top: 1px solid #333;
}
.col2_head {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.col2_head:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 10px;
	height: 1px;
	content: '';
	background: #333;
}
.col2_ttl {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.3;
	text-transform: uppercase;
}
.col2_ttlJp {
	font-weight: bold
}
.col2_ttlEn {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-transform: lowercase;
}
.col2_body p {
	line-height: 2;
}
.col2_body p:not(:last-child) {
	margin-bottom: 1.5em;
}
.col2_data {
	margin-bottom: 5px;
}
.col2_data dt, .col2_data dd {
	font-size: 18px;
	font-size: 1.8rem;
	float: left;
}
.col2_data dt {
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
.col2_txt {
	padding-top: 40px;
}
.col2_head {
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.col2_ttl {
	font-size: 32px;
	font-size: 3.2rem;
}
.col2_ttlEn {
	font-size: 13px;
	font-size: 1.3rem;
}
.col2_ttlJp {
	font-size: 12px;
	font-size: 1.2rem;
}
.col2_data {
	margin-bottom: 0;
}
}

@media screen and (max-width: 500px) {
.col2_l, .col2_r {
	float: none;
	width: 100%;
}
figure.col2_l {
	overflow: hidden;
	max-height: 500px;
}
.col2_txt {
	padding-top: 35px;
	border: none;
}
.col2_head {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.col2_ttl {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 0;
}
.col2_ttlJp {
	font-size: 12px;
	font-size: 1.2rem;
}
.col2_data dt, .col2_data dd {
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
}
}

@media screen and (max-width: 400px) {
figure.col2_l {
	max-height: 350px;
}
}
/* --------------------
	ttl02
-------------------- */
.ttl02 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
}
.ttl02:before {
	position: absolute;
	top: 17px;
	left: -25px;
	display: none;
	width: 15px;
	height: 1px;
	content: '';
	background: #222;
}

@media screen and (max-width: 768px) {
.ttl02 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 500px) {
.ttl02 {
	font-size: 24px;
	font-size: 2.4rem;
}
}
/* ---------------------
   column
--------------------- */
.column {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 30px;
	border: 1px solid #333;
}
.column_ttl {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.column_ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 10px;
	height: 1px;
	content: '';
	background: #333;
}
.column_body p:not(:last-of-type) {
	margin-bottom: 1.3em;
}
.columnList {
	margin-bottom: 15px;
}
.columnItem {
	line-height: 1.5;
	margin-bottom: 7px;
}

@media screen and (max-width: 500px) {
.column {
	padding: 22px;
}
.column_ttl {
	font-size: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
}

/* --------------------
	accoItem
-------------------- */
@media screen and (max-width: 500px) {
.accoContent {
	display: none;
}
.accoIcon {
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 11px;
	height: 11px;
	margin: auto;
}
.accoIcon:before, .accoIcon:after {
	position: absolute;
	content: '';
	background: #333;
}
.accoIcon:before {
	top: 5px;
	right: 0;
	width: 11px;
	height: 1px;
}
.accoIcon:after {
	top: 0;
	right: 5px;
	width: 1px;
	height: 11px;
}
.on .accoIcon:after {
	display: none;
}
}

@media screen and (min-width: 501px) {
.accoContent {
	display: block!important;
}
}
/* ---------------------
   indentList
--------------------- */
.indentList li {
	position: relative;
	padding-left: 1em;
}
.indentList li:before {
	position: absolute;
	top: auto;
	left: 0;
	content: '-';
}
/* --------------------------------------------------
    common
-------------------------------------------------- */
#wrap {
	height: 100%;
}

@media screen and (max-width: 768px) {
#wrap {
	padding-top: 46px; /*headerHeight-10px*/
}
.page-index #wrap {
	padding-top: 56px; /*headerHeight*/
}
}
/* ---------------------
   header
--------------------- */
.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 28px;
}
/*.header:hover {
	background: rgba(255,255,255,0.8 );
}*/
.logo {
	float: left;
	width: 145px;
	margin: 30px 0 0 35px;
}
.logo a {
	display: block;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo img path {
	fill: red;
}
.header_contents {
	float: right;
	margin: 25px 35px 0 0;
}

@media screen and (max-width: 768px) {
.header, .header:hover {
	height: 56px;
	background-color: #fff;
}
.logo {
	width: 102px;
	margin: 17px 0 0 12px;
}
}
/*
** gNav
*/
.gNav {
	margin-bottom: 0px;
}
.gNav_list {
	display: inline-block;
	overflow: visible;
}
.gNav_item {
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	overflow: visible;
	margin: 0 8px;
}
.gNav_item:last-child {
	margin-right: 0;
}
.gNav_item {
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	overflow: visible;
	margin: 0 8px;
}
.gNav_item-rsv {
	display: none;
}
.gNav_item a {
	position: relative;
	padding: 0 3px;
	text-decoration: none;
}
.gNav_item a:before {
	position: absolute;
	right: auto;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	border-radius: 5px;
	background: #222;
}
/* hover , current */
.gNav_item a:hover:before, .gNav_item.current a:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/* no-csstransforms */
.no-csstransforms .gNav_item a:before {
	display: none;
}

@media screen and (max-width: 768px) {
.gNav {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 22px;
	background-color: rgba(0,0,0,.8);
}
.gNav_inner {
	display: table;
	width: 100%;
	height: 100%;
}
.gNav_list {
	display: table-cell;
	vertical-align: middle;
}
.gNav_item {
	font-size: 20px;
	font-size: 2rem;
	float: none;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
.gNav_item:last-child {
	margin-right: auto;
}
.gNav_item-rsv {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	width: 260px;
	margin: 15px auto 0;
	border-color: #fff;
}
.gNav_item-rsv a {
	width: 100%;
}
.gNav_item a:before {
	bottom: 9px;
	background-color: #fff;
}
.gNav_item-rsv a:before {
	display: none;
}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
.gNav_list {
	text-align: center;
}
.gNav_item {
	display: inline-block;
	width: auto;
	margin-right: 15px;
	padding: 3px 0;
}
.gNav_item:after {
	margin-left: 15px;
	content: '/';
}
.gNav_item-rsv {
	display: block;
	width: 80%;
	margin-top: 20px;
}
.gNav_item-rsv:after {
	display: none;
}
}

@media screen and (max-width: 500px) {
.gNav_item {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 0;
}
.gNav_item-rsv {
	font-size: 12px;
	font-size: 1.2rem;
}
.gNav_item a:before {
	bottom: 7px;
}
}

@media screen and (min-width: 769px) {
.gNav {
	display: block!important;
}
}
/*
** header_contact
*/
.header_contact {
	float: right;
}
.header_tel {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.35;
	float: left;
	margin-left: 14px;
	padding-left: 19px;
}
.header_tel a {
	text-decoration: none;
}
.header_telNum {
	font-size: 25px;
	font-size: 2.5rem;
}
.header_rsvBtn {
	font-size: 10px;
	font-size: 1rem;
	float: left;
	width: 90px;
	height: 25px;
	margin-top: 4px;
	margin-left: 15px;
	border-width: 1px;
}
.header_rsvBtn .btn_content {
	margin-left: -10px;
	padding: 3px 0;
}
.header_rsvBtn i {
	font-size: 7px;
	font-size: .7rem;
	top: 3px;
	right: -17px;
}

@media screen and (max-width: 768px) {
.header_contact {
	display: none;
}
}
/*
** header_telSp
*/
.header_telSp {
	display: none;
}

@media screen and (max-width: 768px) {
.header_telSp {
	position: absolute;
	top: 14px;
	right: 64px;
	display: block;
}
.header_telSp a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 18px;
	display: block;
	width: 28px;
	height: 28px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
	background-color: #222;
}
/* open */
.header_telSp.open a {
	color: #222;
	background-color: #fff;
}
}
/*
** menuTrigger
*/
.menuTrigger {
	display: none;
}

@media screen and (max-width: 768px) {
.menuTrigger {
	position: absolute;
	z-index: 6;
	z-index: 601;
	top: 19px;
	right: 18px;
	display: block;
	width: 26px;
	height: 18px;
	cursor: pointer;
}
.menuIcon_line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #222;
}
.menuIcon_line:nth-of-type(1) {
	top: 0;
}
.menuIcon_line:nth-of-type(2) {
	top: 8px;
}
.menuIcon_line:nth-of-type(3) {
	top: 16px;
}
/* open */
.menuIcon_line.open {
	background: #fff;
}
.menuIcon_line.open:nth-of-type(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.menuIcon_line.open:nth-of-type(2) {
	opacity: 0;
}
.menuIcon_line.open:nth-of-type(3) {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
}
/* ---------------------

   main
--------------------- */
.main {
	position: relative;
	z-index: 30;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
}
/* ---------------------
   aside + footer
--------------------- */
.aside, .footer {
	position: relative;
	z-index: 10;
	background-color: #F4F5F7;
}

@media screen and (max-width: 768px) {
}
/* ---------------------
   aside
--------------------- */
.aside {
	padding: 65px 0 38px;
}
.asideBlock {
	float: left;
}
.asideBlock_head {
	/* margin-bottom: 30px; */
	position: relative;
}

@media screen and (max-width: 768px) {
.aside {
	padding: 45px 0 20px;
}
}
/*
** asideContents
*/
.asideContents {
	width: 300px;
	width: 35%;
}
.asideContents_list {
	float: left;
	overflow: visible;
	margin-right: 50px;
}
.asideContents_list:last-child {
	margin-right: 0;
}
.asideContents_item {
	font-size: 14px;
	font-size: 1.4rem;
	overflow: visible;
	margin-bottom: 8px;
}
.asideContents_item:last-child {
	margin-bottom: 0;
}
.asideContents_item a {
	position: relative;
	text-decoration: none;
}
.asideContents_item a:before {
	position: absolute;
	right: auto;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transition: -webkit-transform 150ms linear;
	transition: transform 100ms linear;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	border-radius: 5px;
	background: #222;
}
/* no-csstransforms */
.no-csstransforms .asideContents_item a:before {
	display: none;
}
/* hover,current */
.asideContents_item a:hover:before, .asideContents_item.current a:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media screen and (max-width: 768px) {
.asideContents {
	float: none;
	width: 100%;
}
.asideContents_list {
	float: none;
	width: 100%;
	margin: 0;
}
.asideContents_item {
	float: left;
	margin-right: 15px;
	margin-bottom: 2px;
}
.asideContents_item:after {
	margin-left: 15px;
	content: '/';
}
}

@media screen and (max-width: 500px) {
.asideContents_list {
	margin-bottom: 3px;
}
}
/*
** instagram
*/
.asideInstagram {
	float: right;
	width: 60%;
}
.asideInstagram_link {
	position: absolute;
	top: 30px;
	right: 40px;
}
.asideInstagram_item {
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.asideInstagram_item:nth-child(5n) {
	margin-right: 0;
}
.asideInstagram_img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
.asideInstagram {
	float: none;
	width: 100%;
	margin-top: 30px;
}
.asideInstagram_link {
	position: static;
	margin-bottom: 15px;
}
}

@media screen and (max-width: 500px) {
.asideInstagram_link {
	margin-top: -5px;
}
}
/* ---------------------
   footer
--------------------- */
.footer {
	bottom: 0;
	width: 100%;
	padding-bottom: 20px;
}
.footer_copy {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	color: #9494a4;
}

@media screen and (max-width: 768px) {
.footer {
	padding-bottom: 15px;
}
.footer_copy {
	font-size: 10px;
	font-size: 1rem;
}
}
/* ---------------------
   pagetop
--------------------- */
.pageTop {
	position: fixed;
	z-index: 100;
	right: 40px;
	bottom: 30px;
	display: none;
}
.pageTop a {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
.pageTop {
	right: 15px;
	bottom: 10px;
}
.pageTop a {
	font-size: 12px;
	font-size: 1.2rem;
}
}
/* --------------------
	loading
-------------------- */
.pace {
	font-family: 'Times New Roman', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'MS PMincho', 'Times New Roman', serif;
	font-size: 100px;
	font-size: 10rem;
	line-height: 1;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transition: all 1s cubic-bezier(0, .96, .4, .99);
	-moz-transition: all .3s cubic-bezier(0, .96, .4, .99);
	-ms-transition: all .3s cubic-bezier(0, .96, .4, .99);
	-o-transition: all .3s cubic-bezier(0, .96, .4, .99);
	transition: all 1s cubic-bezier(0, .96, .4, .99);
	pointer-events: none;
	background-color: rgba(255,255,255,.6);
	-webkit-pointer-events: none;
}
.pace .pace-progress {
	display: table;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
	display: table-cell;
	width: 100%;
	padding-bottom: .5em;
	content: attr(data-progress-text);
	text-align: center;
	vertical-align: middle;
}
/* inactive */
.pace.pace-inactive {
	opacity: 0;
	filter: alpha(opacity=0);
}

@media screen and (max-width: 768px) {
.pace {
	display: none
}
}
/* --------------------------------------------------
    project
-------------------------------------------------- */
/* ---------------------
   index
--------------------- */
/*
** mainVisual
*/
.mainVisualWrap {
	position: relative;
	z-index: 0;
	height: 80%;
	min-height: 540px;
	max-height: 920px;
}
.mainVisual {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../images/mainViaual01.jpg) no-repeat center 5%;
	background-size: cover;
}

@media screen and (max-width: 768px) {
.mainVisualWrap {
	height: 480px;
	min-height: 0;
	max-height: 100%;
}
.mainVisual {
	position: static;
}
}

@media screen and (max-width: 500px) {
.mainVisualWrap {
	height: 250px;
}
}
/*
** newsIdx
*/
.newsIdx {
	background: #fff
}
.newsIdxInner {
	padding-top: 90px;
	padding-bottom: 100px;
	max-width: 900px;
}
.newsIdx_head {
	float: left;
	width: 210px;
}
.newsIdx_ttl {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.4;
	display: inline-block;
	margin-bottom: 15px;
	border-bottom: 2px solid #333;
}
.newsIdx_body {
	overflow: hidden;
	padding-top: 12px;
}
.newsIdx_item {
	margin-bottom: 15px;
}
.newsIdx_item:last-child {
	margin-bottom: 0;
}
.newsIdx_itemDate {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	float: left;
	width: 6em;
	color: #999;
}
.newsIdx_itemTtl {
	font-weight: normal;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
.newsIdxInner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.newsIdx_head {
	width: 180px;
}
.newsIdx_ttl {
	font-size: 28px;
	font-size: 2.8rem;
}
}

@media screen and (max-width: 500px) {
.newsIdxInner {
	padding-top: 40px;
	padding-bottom: 50px;
}
.newsIdx_head {
	float: none;
	width: auto;
	margin-bottom: 25px;
}
.newsIdx_ttl {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.newsIdx_body {
	padding: 0;
}
.newsIdx_item {
	margin-bottom: 10px;
}
.newsIdx_itemDate {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	width: 5.5em;
}
}
/*
** stylesIdx
*/
.stylesIdx {
	background-color: #F4F5F7;
}
.colList {
	margin-bottom: -50px;
}
.colListItem {
	position: relative;
	float: left;
	width: 21.4%;
	margin-right: 4.80%;
	margin-bottom: 45px;
	cursor: pointer;
}
.colListItem:nth-child(4n) {
	margin-right: 0;
}
.colListItem_anchor {
	display: block;
	text-decoration: none;
}
.colListItem_imgWrap {
	position: relative;
	overflow: hidden;
}
.colListItem img {
	width: 100%;
	height: auto;
}
.colListItem_overlay, .colListItem_content, .colListItem_detail {
	opacity: 0;
	filter: alpha(opacity=0);
}
.colListItem_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.colListItem_lineWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.colListItem_lineWrapInner {
	position: relative;
	width: 100%;
	height: 100%;
}
.colListItem_line {
	position: absolute;
	background-color: #fff;
}
.colListItem_line-t, .colListItem_line-b {
	width: 0;
}
.colListItem_line-r, .colListItem_line-l {
	height: 0;
}
.colListItem_line-t {
	top: 0;
	left: 0;
	height: 1px;
}
.colListItem_line-r {
	top: 0;
	right: 0;
	width: 1px;
}
.colListItem_line-b {
	right: 0;
	bottom: 0;
	height: 1px;
}
.colListItem_line-l {
	bottom: 0;
	left: 0;
	width: 1px;
}
.colListItem_content {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 0;
	display: table-cell;
	width: 100%;
	height: 18px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.styleBtnWrap {
	margin-top: 50px;
}
.colListItem_label {
	line-height: 1.3;
	margin-top: 18px;
	text-align: center;
}
.colListItem_name {
	font-size: 22px;
	font-size: 2.2rem;
}
.colListItem_position {
	text-transform: lowercase;
}
/* colList-col5 */
.colList-col5 {
	margin-bottom: -30px;
}
.colList-col5 .colListItem {
	width: 17.8%;
	margin-right: 2.75%;
	margin-bottom: 30px;
}
.colList-col5 .colListItem:nth-child(5n) {
	margin-right: 0;
}
/* hover */
.colListItem_anchor:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.colListItem_anchor:hover .colListItem_overlay, .colListItem_anchor:hover .colListItem_content, .colListItem_anchor:hover .colListItem_detail {
	opacity: 100;
	filter: alpha(opacity=100);
}
.colListItem_anchor:hover .colListItem_content {
	top: -5px;
}
.colListItem_anchor:hover .colListItem_line-t, .colListItem_anchor:hover .colListItem_line-b {
	width: 100%;
}
.colListItem_anchor:hover .colListItem_line-r, .colListItem_anchor:hover .colListItem_line-l {
	height: 100%;
}

@media screen and (max-width: 768px) {
.colList {
	margin-bottom: -30px;
}
.colListItem {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.colListItem_label {
	line-height: 1.1;
}
.colListItem_name {
	font-size: 18px;
	font-size: 1.8rem;
}
/* colList-col5 */
.colList-col5 {
}
.colList-col5 .colListItem, .colList-col5 .colListItem:nth-child(5n) {
	width: 22%;
	margin-right: 4%;
}
.colList-col5 .colListItem:nth-child(4n) {
	margin-right: 0;
}
}

@media screen and (max-width: 500px) {
.colList {
	margin-bottom: -20px;
}
.colListItem {
	width: 46%;
	margin-right: 0;
	margin-bottom: 20px;
}
.colListItem:nth-child(even) {
	float: right;
}
.colListItem_label {
	margin-top: 10px;
}
.colListItem_name {
	font-size: 16px;
	font-size: 1.6rem;
}
.styleBtnWrap {
	margin-top: 30px;
}
/* colList-col5 */
.colList-col5 {
	margin-bottom: -15px;
}
.colList-col5 .colListItem, .colList-col5 .colListItem:nth-child(4n), .colList-col5 .colListItem:nth-child(5n) {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 15px;
}
.colList-col5 .colListItem:nth-child(3n) {
	margin-right: 0;
}
}
/*
** saloninfo
*/
.saloninfo {
	background: #fff
}
.saloninfo .blockInner {
	padding-bottom: 0;
}
.infoBox {
	text-align: center;
}
.infoBox_item {
	line-height: 1.5;
}
.infoBox_item dt {
	display: inline-block;
	margin-right: 5px;
	vertical-align: baseline;
	color: #888;
}
.infoBox_item dd {
	display: inline-block;
}
.infoBox_item dd span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.infoBtnWrap {
	margin: 20px 0 70px;
}
.mapBox_gmap {
	width: 100%;
	height: 500px;
}
.mapBox_addr a {
	color: #888;
}
.mapBox_addr a span {
	position: relative;
	padding-right: 19px;
}
/* gmap */
.gm-style-mtc, .gm-style-cc {
	display: none;
}

@media screen and (max-width: 768px) {
.mapBox_gmap {
	height: 400px;
}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
.mapBox_gmap {
	height: 220px;
}
}

@media screen and (max-width: 500px) {
.infoBox {
	text-align: left;
}
.infoBox_item {
	margin-bottom: 5px;
}
.infoBox_item dt {
	display: block;
	margin: 0 0 5px;
}
.infoBox_item dd {
}
.infoBtnWrap {
	margin: 20px 0 40px;
}
.mapBox_gmap {
	height: 220px;
}
}
/* ---------------------
   staff
--------------------- */
.staffList .colListItem {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
.staffList .colListItem {
	margin-bottom: 20px;
}
}

@media screen and (max-width: 500px) {
.staffList .colListItem {
}
}
/* ---------------------
   staff detail
--------------------- */
.staffBox {
	margin-top: 90px;
}
.staffBox_ttl {
	margin-bottom: 30px;
	text-transform: capitalize;
	font-size: 34px;
	font-size: 3.4rem;
	position: relative;
	padding-bottom: 12px;
	text-align: center;
}
.staffBox_ttl:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 20px;
	height: 1px;
	content: '';
	background: #333;
}

@media screen and (max-width: 768px) {
.staffBox {
	margin-top: 40px;
}
.staffBox_ttl {
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 26px;
	font-size: 2.6rem;
}
}

@media screen and (max-width: 500px) {
.staffBox {
	margin-top: 40px;
}
.staffBox_ttl {
	margin-bottom: 21px;
	padding-bottom: 8px;
	font-size: 22px;
	font-size: 2.2rem;
}
/* google calender */
.gcWrap {
	overflow-x: scroll;
	max-width: 100%;
}
}
/* ---------------------
   article
--------------------- */
.article {
	position: relative;
}
.article:not(:last-of-type) {
	margin-bottom: 55px;
}
.article_head {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}
.article_body p:not(:last-of-type) {
	margin-bottom: 1.3em;
}

@media screen and (max-width: 768px) {
.article:not(:last-of-type) {
	margin-bottom: 55px;
}
.article_head {
	margin-bottom: 12px;
	padding-bottom: 12px;
}
}

@media screen and (max-width: 500px) {
.article:not(:last-of-type) {
	margin-bottom: 40px;
}
.article_head {
	font-size: 100%;
	padding-bottom: 10px;
}
}
/* ---------------------
   faq
--------------------- */
.faqItem .article_head, .faqItem .article_body {
	padding-left: 45px;
}
.faqItem_Q {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: 0;
}

@media screen and (max-width: 768px) {
.faqItem .article_head, .faqItem .article_body {
	padding-left: 30px;
}
.faqItem_Q {
	font-size: 26px;
	font-size: 2.6rem;
	top: -3px;
}
}

@media screen and (max-width: 500px) {
.faqItem_Q {
	top: -5px;
}
.faqItem .article_body {
	padding-left: 0;
}
}
/* ---------------------
   news
--------------------- */
.newsItem .article_head, .newsItem .article_body {
	padding-left: 90px;
	word-break: break-all;
}
.newsItem_date {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	position: absolute;
	top: 2px;
	left: 0;
	color: #999;
}
.news_PnavWrap {
	padding-top: 70px;
}

@media screen and (max-width: 500px) {
.newsItem .article_head, .newsItem .article_body {
	padding-left: 0;
}
.newsItem_date {
	font-size: 10px;
	font-size: 1rem;
	position: static;
	display: block;
	margin-top: 2px;
}
.news_PnavWrap {
	padding-top: 40px;
}
}
/* ---------------------
   recruit
--------------------- */
.recruitOutline {
	border-top: none;
}
.recruitOutline_ttl {
	display: inline-block;
	margin-bottom: 60px;
	padding: 8px 40px;
	border: 1px solid #333;
}
.recruitItem {
	margin-top: 0;
	padding-top: 0;
}
.recruit_column {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
.recruitImg {
	display: none;
}
.recruitOutline {
	float: none;
	width: 100%;
}
.recruitOutline_ttl {
	margin-bottom: 40px;
}
.recruit_column {
	margin-top: 40px;
}
}

@media screen and (max-width: 500px) {
.recruitImg {
	display: block;
}
.recruitOutline {
	padding-top: 35px;
}
.recruitOutline_ttl {
	margin-bottom: 30px;
}
.recruit_column {
	margin-top: 30px;
}
}
/* ---------------------
   menu
--------------------- */
.menuItem:not(:last-child) {
	margin-bottom: 60px;
}
.menuItem_ttl {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
	position: relative;
	padding-bottom: 17px;
	text-align: center;
	border-bottom: 1px solid #333;
}
.menuItem_lead {
	margin-bottom: 20px;
	padding-top: 22px;
	text-align: center;
}
.priceList:not(:first-child) {
	border-top: 1px solid #ddd;
}
.priceItem {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.priceItem_name {
	float: left;
	width: 70%;
}
.priceItem_price {
	font-weight: bold;
	float: right;
	width: 30%;
	text-align: right;
}
.priceItem_name span, .priceItem_price span {
	display: inline-block;
}
.priceItem_desc {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 6px;
	color: #575A5F;
	line-height: 1.6;
}
.priceItem_desc p+p:not(.priceItem_note) {
	margin-top: 1.3em;
}
.priceItem_note {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}
.menu_columnImg {
	display: block;
	margin: 10px 0;
}
.menu_columnImg img {
	max-width: 100%;
	height: auto;
}
.moreDesc {
	border: 1px solid #DDD;
	padding: 25px;
	margin-top: 20px;
}
.moreDesc_ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}
.moreDesc_list {
	margin-bottom: 10px;
}
.moreDesc_item p {
/* padding-left: 1em; */
}
.moreDesc_item+.moreDesc_item {
	margin-top: 10px;
}
.moreDesc_link {
	text-align: right;
}
.moreDesc_link a {
	padding-right: 17px;
}

@media screen and (max-width: 768px) {
.menuItem:not(:last-child) {
	margin-bottom: 40px;
}
.menuItem_ttl {
	font-size: 28px;
	font-size: 2.8rem;
	padding-bottom: 15px;
}
.menuItem_lead {
	padding-top: 18px;
}
.menuItem_lead {
	margin-bottom: 18px;
}
}

@media screen and (max-width: 500px) {
.menu .col2_l, .menuItem:not(:last-child) {
	margin-bottom: 0;
}
.menu .col2_l {
	border-top: 1px solid #333;
}
.menuItem_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 13px 0;
}
.menuItem_lead {
	padding-top: 15px;
}
.menuItem_lead {
	margin-bottom: 15px;
}
.priceItem:last-child {
	border-color: #333;
}
.menu_column {
	margin-top: 30px;
}
.moreDesc {
	padding: 15px;
	margin-top: 15px;
}
}
.postscript {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 500px) {
.postscript {
	margin-bottom: 20px;
	text-align: left;
}
}
/* ---------------------
   404
--------------------- */
.notfound_txt {
	min-height: 300px;
	text-align: center;
}

@media screen and (max-width: 500px) {
.notfound_txt {
	min-height: 100px;
	text-align: left;
}
}
.contact-input-area dd {
    border: 1px solid #999;
    padding: 5px;
}
.contact-input-area dt {
    padding-bottom: 0px;
    font-size: 1.2em;
}
dl.form_txt {
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
}
dd.kakunin_btn.arrowPar {
    border: none;
}
.kakunin_btn>span.arrow.trs.trs-dr03.trs-tfCb {
    padding: 0px;
    top: 13px;
}
input#submit {
    cursor: pointer;
}
@media screen and (max-width: 500px) {
dl.form_txt {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 10px;
}}