@charset "UTF-8";


/* ==========================================================================
   variable
============================================================================= */
:root {
	--main-color: #000000;
	--main-color-orange: #fdd100;
	--main-color-purple: #be6bb5;
}


/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;*/
	font-family: YakuHanJPs, Roboto, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ, Meiryo, ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	}
}

.fontMincho { 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fontMarugo { 	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro"; }

p { background-image:url(""); }

a:link{ color: #000000; text-decoration: underline; }
a:visited{ color: #000000; text-decoration: underline; }
a:active{ color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 0.7;
}

img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	opacity: 0.7;
}

svg,
a:hover svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,15px); 
	-webkit-transform: translate(0,15px); 
	transition: 0.7s;
}

.inviewItemLeft {
	opacity: 0;
	transform: translate(15px,0); 
	-webkit-transform: translate(15px,0); 
	transition: 0.7s;
}

.inviewItemFlag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* ==========================================================================
   clearfix
============================================================================= */

.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.txtBold {font-weight: bold!important;}
.txtNormal {font-weight: normal!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}
.font90per {font-size: 90%!important;}
.font105per {font-size: 105%!important;}
.font110per {font-size: 110%!important;}
.font120per {font-size: 120%!important;}
.font130per {font-size: 130%!important;}
.font140per {font-size: 140%!important;}
.font150per {font-size: 150%!important;}

.flRt { float: right!important;}
.flLt { float: left!important;}
.txtRt { text-align: right!important;}
.txtLt { text-align: left!important;}
.txtCt { text-align: center!important;}

.lh2 { line-height: 2em;!important }
.pt0 {padding-top: 0!important;}
.pt1 {padding-top: 1rem!important;}
.pt2 {padding-top: 2rem!important;}
.pb0 {padding-bottom: 0!important;}
.pb1 {padding-bottom: 1rem!important;}
.pb2 {padding-bottom: 2rem!important;}
.pb3 {padding-bottom: 3rem!important;}
.pb4 {padding-bottom: 4rem!important;}
.pb5 {padding-bottom: 5rem!important;}
.mt0 {margin-top: 0!important;}
.mt05 {margin-top: 0.5em!important;}
.mt1 {margin-top: 1rem!important;}
.mt2 {margin-top: 2rem!important;}
.mt3 {margin-top: 3rem!important;}
.mt5 {margin-top: 4rem!important;}
.mt5 {margin-top: 5rem!important;}
.mt6 {margin-top: 5rem!important;}
.mb0 {margin-bottom: 0!important;}
.mb05 {margin-bottom: 0.5rem!important;}
.mb1 {margin-bottom: 1rem!important;}
.mb2 {margin-bottom: 2rem!important;}
.mb3 {margin-bottom: 3rem!important;}
.mb4 {margin-bottom: 4rem!important;}
.mb5 {margin-bottom: 5rem!important;}
.mb6 {margin-bottom: 6rem!important;}
.ml1 {margin-left: 1rem!important;}
.ml2 {margin-left: 2rem!important;}
.ml3 {margin-left: 3rem!important;}
.mr1 {margin-right: 1rem!important;}
.mr2 {margin-right: 2rem!important;}
.mr3 {margin-right: 3rem!important;}

.dpB { display: block!important; }

.bgColorGray { background-color: #e0dcdb; }


/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 1040px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1040px){
	br.dtbr {
		display: inline;
	}
}

/*モバイルのみ消す（インライン）*/
.mbNone {
	display: none;
}

@media only screen and (min-width: 768px){
	.mbNone {
		display: inline;
	}
}


select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	vertical-align: middle;
	font-size: 90%;

    border: none;
    background-color: #fff;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/*youtube貼り付け用*/
.movieBox {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.paling {
	padding: 1em;
	border: 1px solid #000000;
}


/* ==========================================================================
   base
============================================================================= */

body {

}

img,
svg {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 580px) {
	.w580 {
		max-width: 580px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 720px) {
	.w720 {
		max-width: 720px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1040px) {
	.w1040 {
		max-width: 1040px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}




/*---------- fixTopBtn ----------*/
a.fixTopBtn {
	z-index: 9999;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 15px;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	cursor: pointer;
}

a.fixTopBtn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	font-weight: 700;
	content: "\f062";
	color: #ffffff;
}

a.fixTopBtn span {
	display: none;
}

@media screen and (min-width: 768px) {
	a.fixTopBtn {
		width: 3rem;
		height: 3rem;
	}

	a.fixTopBtn::before {
		font-size: 2rem;
	}
}

/*======= header =======*/
header {
	position: relative;
	height: auto;
}

header .headerInner {
	margin: 0 2%;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1040px) {
	header {
		width: 100%;
	}

	header .headerInner {
		position: relative;
		text-align: left;
		height: 50px;
	}

}

/*======= navi =======*/
.fixNavi {
	z-index: 9000;
	position: fixed;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	display: block;
}

.navBtn {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: none;
	text-align: left;
	width: 100%;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
}

.trigger {
	position: relative;
	width: 35px;
	height: 22px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 10px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}


/*navMount*/
.navMount {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 8000;
	text-align: center;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto!important;

	-webkit-overflow-scrolling: touch;
	
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 
.navMount.is-visible {
	opacity: 1.0;
	visibility: visible;
}

.navMount .navInner {
	text-align: center;
	width: 100%;
	padding: 50px 0 0 0;/*固定divの高さ*/
}

.navMount ul {

}

.navMount ul > li {
	display: block;
	width: 94%;
	font-weight: 300;
	margin: 0 3%;
	border-bottom: 1px solid #A8A9AD;
}

.navMount ul > li:first-child {
	border-top: 1px solid #A8A9AD;
}

.navMount ul > li > a {
	display: block;
	padding: 1.5rem 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

.navMount ul.menuList li:first-child a:link{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:visited{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:active{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:hover { color: var(--main-color); text-decoration: none; }

.navMount ul.menuList > li > a > span {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #000000;
	padding: 0.1em 0 0.3em 0;
	width: 11em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.navMount ul.menuList > li > a:hover > span,
.navMount ul.menuList > li.active > a > span {
	background-color: #7D6B50;
	color: #ffffff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}




@media screen and (min-width: 1040px) {
	.fixNavi {
		display: none;
	}

	.navMount {
		z-index: 1;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		opacity: 1.0;
		visibility: visible;
		background: transparent;
		overflow: hidden!important;
	}

	.navMount .navInner {
		position: relative;
		height: 35px;
		padding: 0;
	}

	.navMount ul.menuList {
		position: absolute;
		right: 0;
		bottom: 0;
		display: inline-block;
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0;
	}

	.navMount ul.menuList > li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: auto;
		margin: 0;
		border-top: none!important;
		border-bottom: none;
	}

	.navMount ul.menuList > li {
		text-align: left;
		width: 100px;
        border-left: 1px solid #000;
	}

	.navMount ul.menuList > li:first-child {
        border-left: none;
	}

	.navMount ul.menuList > li:nth-child(2) {
		width: 180px;
	}

	.navMount ul.menuList > li:nth-child(3) {
		width: 140px;
	}

	.navMount ul > li:first-child {
		border-top: none;
	}

	.navMount ul > li > a {
		display: block;
		font-size: 13px;
		padding: 0;
		text-align: center;
		cursor: pointer;
		line-height: 1.2em;
	}

	.navMount ul.menuList > li > a > span {
		width: 100%;
	}

	.navMount ul.menuList > li > a:hover > span,
	.navMount ul.menuList > li.active > a > span {
		width: 100%;
	}
	
	.navMount ul.menuList > li > a:hover > span > span {
		position: relative;
		animation-name: navBtnAnime;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-fill-mode: none;
		animation-play-state: running;
	}

	@keyframes navBtnAnime {
		0% {
			left: 0em;
		}
	  
		10% {
			left: -0.3em;
		}
	  
		40% {
			left: 0em;
		}
	  }
}


/*======= footer =======*/
footer {
}

footer .footerInner {
	margin: 0 2%;
}

footer .footerLogo {
	text-align: center;
	margin: 3rem 0 4rem 0;
}

footer .footerLogo img {
	max-width: 180px;	
}

footer .footerNav {
	font-size: 80%;
}

footer .footerNav ul li {
	display: block;
	font-weight: 300;
	margin: 0 3%;
}

footer .footerNav ul li a {
	display: block;
	padding: 0.1em 0 0.3em 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

footer .footerNav ul li a:link{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:visited{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:active{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:hover { color: var(--main-color); text-decoration: none; }

footer .footerNav ul li span {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #000000;
	padding: 0.25em 0;
	line-height: 1;
	width: 11em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer .footerNav ul li > a:hover span {
	background-color: #000000;
	color: #ffffff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer .footerInner .flexContainer {
    margin-top: 3em;
}

footer .footerInner .flexContainer .itemCol2 {
    background-color: #7D6B50;
}

footer .footerInner .flexContainer .itemCol2:last-child {
    background-color: #FFF;
    padding: .7em;
}

footer .footerInner .yoyaku {
    font-size: 140%;
    padding: .5em;
    color: #FFF;
}

footer .footerInner .flexContainer .itemCol4 {
    padding: .5em;
}

footer .footerInner .flexContainer .itemCol4 .waku {
    border: 2px solid #7D6B50;
    font-size: 100%;
    padding: .5em 0;
}

footer .footerInner p.address {
    margin: 2em 0 1em;
}

footer .footerInner .syoumen-p {
    margin: 3em 0 1em;
}

footer .footerInner .parking {
    background-color: #7D6B50;
    padding: .1em;
    font-size: 160%;
    margin-bottom: 3em;
    color: #FFF;
    letter-spacing: 4px;
}

.yoyaku2 {
    margin: 1rem 0 2rem;
    font-size: 110%;
    border-radius: 10px;
    padding: 1em 0;
    color: #FFF;
    background-color: #b96a00;
}

@media screen and (min-width: 1040px) {
    
.yoyaku2 {
    margin: 1rem 20% 2rem;
    font-size: 130%;
    padding: .5em;
}
    
	footer .footerNav ul {
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0;
	}

	footer .footerNav ul li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: 140px;
		margin: 0;
        border-left: 1px solid #000;
	}

	footer .footerNav ul li:last-child {
        border-right: 1px solid #000;
	}

	footer .footerNav ul li a {
		display: block;
		font-size: 13px;
		padding: 0;
	}

	footer .footerNav ul li span,
	footer .footerNav ul li a:hover span {
		width: 100%;
	}
}

footer .footerInfo {
	margin: 2rem 0 1.5rem 0;
}

footer .footerInfo ul {
	width: 100%;
	letter-spacing: -.4em;
	text-align: center;
	margin: 0;
}

footer .footerInfo ul li {
	display: inline-block;
	letter-spacing: normal;
	padding:0 0.75rem;
}

footer .footerInfo ul li img {
	max-width: 30px;
}

footer .copyright {
	text-align: center;
    padding-top: 1em;
    margin-top: 2em;
    height: 4em;
    color: #FFF;
    background-color: #BEB19E;
}

footer .copyright small {
	font-size: 70%;
}



/*======= contentCommon =======*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.flexContainer .itemCol2,
.flexContainer .itemCol3,
.flexContainer .itemCol4 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.flexContainer .itemCol4 {
	width: 50%;
}

.flexContainer .itemCol2:last-child,
.flexContainer .itemCol3:last-child,
.flexContainer .itemCol4:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .itemCol2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

	.flexContainer .itemCol4 {
		width: 25%;
		margin-bottom: 0;
	}
}


/*メイン見出し*/
.titleMain {
	text-align: center;
}

.titleMain img {
	width: auto;
	height: 115px;
}


.btnLine {
	font-size: 120%;
	text-align: right;
}

.btnLine a {
	text-align: center;
	display: inline-block;
	border: 1px solid #000000;
	border-width: 1px 0 1px 0;
	padding: 0.4em 1em;
	line-height: 1;
}

.btnLine a:link{ color: #000000; text-decoration: none; }
.btnLine a:visited{ color: #000000; text-decoration: none; }
.btnLine a:active{ color: #000000; text-decoration: none; }
.btnLine a:hover { color: #666666; text-decoration: none; }

.btnLine a span.arrow::after {
	content: "＞";
	margin-left: 0.5em;
}





/*ボタン more*/
.btnMore a {
	font-size: 0.9em;
	line-height: 1;
	font-weight: bold;
	border: 1px solid var(--main-color);
	border-radius: 0.5em;
	padding: 0.5em 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btnMore a span::after {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f061";
	margin-left: 0.75em;

}

.btnMore a:hover {
	color: #ffffff;
	background-color: var(--main-color);
}


/*ボタン 四角*/
.btnSquare {
	display: inline-block;
}

.btnSquare a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #ffffff;
	padding: 0.5em 5em;
	background-color: var(--main-color);
}



/*テーブル 基本*/
table.basicTable {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
}

table.basicTable caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

table.basicTable tr th,
table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.75em 0;
	border-bottom: 1px solid #000000;
}

table.basicTable tr th { width: 30%; }
table.basicTable tr td { width: 70%; }

table.basicTable p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTable tr th { width: 18%; }
	table.basicTable tr td { width: 82%; }

}



/*レスポンシブ用マージン*/
.martS { margin-top: 3rem; }
.martM { margin-top: 5rem; }
.martL { margin-top: 6rem; }

.marbS { margin-bottom: 3rem; }
.marbM { margin-bottom: 5rem; }
.marbL { margin-bottom: 6rem; }

@media only screen and (min-width: 768px){
	.martS { margin-top: 4rem; }
	.martM { margin-top: 6rem; }
	.martL { margin-top: 7rem; }

	.marbS { margin-bottom: 4rem; }
	.marbM { margin-bottom: 6rem; }
	.marbL { margin-bottom: 7rem; }
}

@media only screen and (min-width: 900px){
	.martS { margin-top: 5rem; }
	.martM { margin-top: 7rem; }
	.martL { margin-top: 8rem; }

	.marbS { margin-bottom: 5rem; }
	.marbM { margin-bottom: 7rem; }
	.marbL { margin-bottom: 8rem; }
}

/*======= section =======*/
section {
	position: relative;
	line-height: 1.5em;
}

section .sectionInner,
.breadcrumbsInner {
	position: relative;
	margin: 0 1rem;
	box-sizing: border-box;
}

.innerBox,
.innerBox2 {
	margin-left: 1em;
	margin-right: 1em;
}

.txtBoxS {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	section .sectionInner,
	.breadcrumbsInner  {
		margin: 0 5%;
	}

	.innerBox {
		margin-left: 2em;
		margin-right: 2em	
	}
}

hr {
	/*border-top: 1px solid #000000;*/
	margin: 0.5em 0;
}

hr.hrLine {
	height: 30px;
	margin: 5rem 0;
	background-image: url("../images/common/line.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1040px) {

}


/*======= breadcrumbs =======*/
.breadcrumbs {
	margin-top: 1rem;
}

.breadcrumbs nav {
	margin-bottom: 2rem;
}

.breadcrumbs nav ol {
	font-size: 0.8rem;
}

.breadcrumbs nav ol li {
	display: inline;
}

.breadcrumbs nav ol li:after {
	content: " > ";
}
.breadcrumbs nav ol li:last-child:after {
	content:"";
}

/*======= title =======*/
.titleArea {

}

.titleArea .titleAreaInner {
	position: relative;
	height: 370px;
	text-align: center;
	background-image: url("");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#about .titleArea .titleAreaInner {	background-image: url("../images/about/aboutKeyVisual.jpg"); }
#beantobar .titleArea .titleAreaInner {	background-image: url("../images/beantobar/beantobarKeyVisual.jpg"); }
#selection .titleArea .titleAreaInner {	background-image: url("../images/selection/selectionKeyVisual.jpg"); }
#contact .titleArea .titleAreaInner {	background-image: url("../images/contact/contactKeyVisual.jpg"); }


.titleArea .titleAreaInner h1 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.titleArea .titleAreaInner h1 img {
	width: auto;
	height: 160px;
}


/*======= titlePhoto =======*/
.titlePhotoArea {

}

.titlePhotoArea .titlePhotoAreaInner {
	position: relative;
}

.titlePhotoArea .titlePhotoAreaInner img {
	width: 100%;
}

.titlePhotoArea .titlePhotoAreaInner .txt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 2;
	padding: 1.5em;
}

@media screen and (min-width: 768px) {
	.titlePhotoArea .titlePhotoAreaInner .txt {
		font-size: 140%;
		padding: 2em;
	}
}

@media screen and (min-width: 900px) {
	.titlePhotoArea .titlePhotoAreaInner .txt {
		font-size: 150%;
		padding: 2.5em;
	}
}

/*======= common =======*/
.honbun{
    text-align: justify;
    font-size: 100%;
    line-height: 1.7em;
    font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}

@media screen and (min-width: 768px) {
    .honbun{
        font-size: 120%;
        line-height: 1.8em;
    }
}

/*======= home =======*/
.mainVisual .topobi {
    background-color: #A6967E;
}

.mainVisual .topobi p {
    padding: 1em;
    font-size: 100%;
    line-height: 1.3em;
    letter-spacing: 6px;
    color: #FFF;
    text-align: center;
}

.mainVisual .info {
    display: block;
    text-align: center;
	margin: 1em 0;
}

.mainVisual .info img.name {
	margin: .5em 1em;
    width: 300px;
}
.mainVisual .info img.tel {
	margin: .5em 1em;
    width: 200px;
}
.mainVisual .info img.off {
	margin: .5em 1em;
    width: 220px;
}

.mainVisual .mainVisualInner {
	position: relative;
	height: 250px;
	background-image: url("../images/home/shibahara_home_top_image.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#commitment .mainVisual .mainVisualInner {
    background-image: url("../images/commitment/shibahara_commitment_top_image.jpg"); 
}
#case .mainVisual .mainVisualInner {
    background-image: url("../images/case/shibahara_case_top_image.jpg"); 
}
#equipment .mainVisual .mainVisualInner {
    background-image: url("../images/equipment/shibahara_equipment_top_image.jpg"); 
}
#menu .mainVisual .mainVisualInner {
    background-image: url("../images/menu/shibahara_menu_top_image.jpg"); 
}
#voice .mainVisual .mainVisualInner {
    background-image: url("../images/voice/shibahara_voice_top_image.jpg"); 
}
#recruit .mainVisual .mainVisualInner {
    background-image: url("../images/recruit/shibahara_recruit_top_image.jpg"); 
}
#facility .mainVisual .mainVisualInner {
    background-image: url("../images/facility/shibahara_facility_top_image.jpg"); 
}

.mainVisual .mainVisualInner .logo {
	display: inline-block;
	max-width: 200px;
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 768px) {

.mainVisual .topobi p {
    font-size: 130%;
}

.mainVisual .info img.name {
	margin: 0em 1em;
    width: 250px;}
.mainVisual .info img.tel {
	margin: 0em 1em;
    width: 170px;
}
.mainVisual .info img.off {
	margin: 0em 1em;
    width: 150px;
}

.mainVisual .mainVisualInner {
	height: 500px;
 }
#commitment .mainVisual .mainVisualInner,
#case .mainVisual .mainVisualInner,
#equipment .mainVisual .mainVisualInner,
#menu .mainVisual .mainVisualInner,
#recruit .mainVisual .mainVisualInner,
#voice .mainVisual .mainVisualInner{
    height: 400px;
}

	.mainVisual .mainVisualInner .logo {
		max-width: 310px;
	}
}

@media screen and (min-width: 1040px) {

.mainVisual .info img.name {
    width: 400px;
}
.mainVisual .info img.tel {
    width: 310px;
}
.mainVisual .info img.off {
    width: 220px;
}

.mainVisual .mainVisualInner {
	height: 1000px;
 }
    
#commitment .mainVisual .mainVisualInner,
#case .mainVisual .mainVisualInner,
#equipment .mainVisual .mainVisualInner,
#menu .mainVisual .mainVisualInner,
#recruit .mainVisual .mainVisualInner,
#voice .mainVisual .mainVisualInner{

	height: 700px;
}

.mainVisual .mainVisualInner .logo {
	max-width: 400px;
}
}

/*homeArea1*/
.homeArea1 {
    background-color: #BEB19E;
}

.homeArea1 .sectionInner {
    background-color: #E1DBD2;
	line-height: 1.75em;
    padding-top: 2em;
}

.homeArea1 .sectionInner img {
    display:block;
    margin-right:auto;
    margin-left:auto;
	width: 150px;
}

.newsList {
	max-width: 600px;
	margin: 1em auto 0 auto;
}

.newsList li {
	display: block;
	padding: 0.35em 0.75em;
}

.newsList li:last-child {
	padding: 0.75em 0.75em 2em;
}

.newsList li .date,
.newsList li .txt {
	display: inline-block;
	vertical-align: top;
}

.newsList li .date {
	width: 6.5em;
}

.newsList li .txt {
	width: calc(100% - 7em);
}

@media screen and (min-width: 1040px) {

}

/*homeArea2*/
.homeArea2 {

}

.homeArea2 .sectionInner {
	padding: 4em 0;
}

.homeArea2 .sectionInner .flexContainer .itemCol3 .photo {
    padding: 1em;
}

.homeArea2 .sectionInner .flexContainer .itemCol3 .name {
    padding: 1em 1em;
    margin-bottom: 3em;
}

.homeArea2 .sectionInner .logo {
    display:block;
    margin-right:auto;
    margin-left:auto;
    margin-top: 6em;
    width: 200px;
}

.homeArea2 .sectionInner .honbun,
.homeArea3 .sectionInner .honbun {
    margin: 0;
}

@media screen and (min-width: 1040px) {
.homeArea2 .sectionInner .honbun,
.homeArea3 .sectionInner .honbun {
    margin: 0 20%;
}

}

/*homeArea3*/
.homeArea3 {
}

.homeArea3 .sectionInner {
}

.homeArea3 .sectionInner .tsu {
    width: 80%;
    margin-bottom: 4em;
}

.homeArea3 .sectionInner .torikumi {
    width: 100%;
    margin-bottom: 3em;
}

.homeArea3 .sectionInner .image {
    width: 100%;
    margin-bottom: 3em;
}

.homeArea3 .sectionInner .title {
    margin-bottom: 3em;
    line-height: 1.5em;
    font-size: 130%;
    color: #716F6F;
}

.homeArea3 .sectionInner .title-m {
    margin-bottom: 2em;
    line-height: 1.5em;
    font-size: 180%;
    color: #716F6F;
}


@media screen and (min-width: 768px) {

.homeArea3 .sectionInner .tsu {
    width: 40%;
    margin-bottom: 6em;
}

.homeArea3 .sectionInner .torikumi {
    width: 90%;
    margin-bottom: 6em;
}

.homeArea3 .sectionInner .image {
    margin-bottom: 6em;
}

.homeArea3 .sectionInner .title {
    margin-bottom: 5em;
    font-size: 150%;
}

.homeArea3 .sectionInner .title-m {
    font-size: 220%;
}

}

@media screen and (min-width: 1040px) {

}

/*homeArea4*/
.homeArea4 {
    margin-top: 5em;
}

.homeArea4 .sectionInner .waku {
    border: 1px solid #BEB19E;
    background-image: linear-gradient(-45deg, #BEB19E 0% 3%, #FFF 3% 100%);
    margin-bottom: 1em;
}

.homeArea4 .sectionInner .waku .title {
    padding: 1em 0 0em;
    line-height: 1.2em;
    font-size: 130%;
    font-weight: bold;
    color: #BEB19E;
}

.homeArea4 .sectionInner .waku .view {
    text-align: right;
    padding: 0 1em .5em;
}

.homeArea4 .sectionInner .waku a {
    text-decoration: none;
}


@media screen and (min-width: 768px) {
.homeArea4 .sectionInner .waku {
    background-image: linear-gradient(-45deg, #BEB19E 0% 2%, #FFF 2% 100%);
}

.homeArea4 .sectionInner .waku .title {
    padding: 1em 0 0.2em;
    font-size: 260%;
}

.homeArea4 .sectionInner .waku .view {
    padding: .3em 1em .5em;
    font-size: 120%;
}


}


/*homeArea6*/
.homeArea6{
    background: linear-gradient(to bottom, #fff 0%, #fff 40%, #BEB19E 40%,  #BEB19E 100%);
    padding-bottom: 5em;
}

.homeArea6 .sectionInner .access {
    display:block;
    margin-right:auto;
    margin-left:auto;
    margin-bottom: 4em;
    width: 80px;
}

.homeArea6 .sectionInner iframe {
    display:block;
    margin-right:auto;
    margin-left:auto;
    width: 100%;
    height: 450px;
    margin-bottom: 3em;
}

.homeArea6 .sectionInner .itemCol3 {
    padding: 0 1em;
}

.homeArea6 .sectionInner .itemCol3 .kakoi {
    padding: 1em;
    border: 1px solid #7D6B50;
    background-image: linear-gradient(-45deg, #7D6B50 0% 3%, #FFF 3% 100%);
}

.homeArea6 .sectionInner .itemCol3 .title {
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #000;
}

.homeArea6 .sectionInner .itemCol3 .title p {
    margin-left: 0.5em;
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
    color: #7D6B50;
}

.homeArea6 .sectionInner .itemCol3 .setsumei {
    padding: 0 1em;
    text-align: justify;
    line-height: 1.6em;
    font-size: 105%;
}

.homeArea6 .sectionInner .itemCol3 .come {
    height: 40px;
}




/*======= commitment =======*/

/*commitmentArea1*/
.commitmentArea1 {

}

.commitmentArea1 .sectionInner h1 {
    display:block;
    margin-right:auto;
    margin-left:auto;
    width: 60%;
    margin-bottom: 3em;
}


/*commitmentArea2*/
.commitmentArea2 {

}

.flexContainer .itemCol2 .kyapu {
	position: relative;
}

.flexContainer .itemCol2 .kyapu p {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #FFF;
}

.flexContainer .itemCol2 .teeth {
    display: none;
	width: 80px;
    margin-left: 1.5em;
}

.flexContainer.photoandtxt .txt {
	text-align: justify;
}

.flexContainer.photoandtxt p {
	margin-bottom: 2.5em;
}

.flexContainer.photoandtxt p.title {
    margin-top: 0;
	font-size: 160%;
    line-height: 1.2em;
    padding-bottom: .5em;
    border-bottom: 1px solid #000;
	margin-bottom: 1.5em;
}

.flexContainer.photoandtxt {
	margin: 6em 0 2em;
}

.flexContainer.photoandtxt:last-child {
	margin-bottom: 0;
}

.flexContainer.photoandtxt .itemCol2.photo {
	margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
	.flexContainer.photoandtxt .itemCol2 {
		width: 100%;
	}
}

@media screen and (min-width: 1040px) {
    
    .flexContainer .itemCol2 .teeth {
        display: block;
    }
    
    .flexContainer.photoandtxt p.title {
        margin-top: -3.5em;
    }
    
	.flexContainer.photoandtxt.rev {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.flexContainer.photoandtxt .itemCol2.photo {
		width: 20%;
		width: calc(300px);
		margin-bottom: 0;
	}

	.flexContainer.photoandtxt .itemCol2.txt {
		width: 75%;
		width: calc(100% - 300px);
	}

	.flexContainer.photoandtxt h2,
	.flexContainer.photoandtxt p {
		margin-left: 3rem;
	}

	.flexContainer.photoandtxt.rev h2,
	.flexContainer.photoandtxt.rev p {
		margin-left: 0;
		margin-right: 3rem;
	}
}


/*commitmentArea3*/
.commitmentArea3 {
	background-image: url("../images/commitment/shibahara_commitment_eisei-obi.jpg");
    height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

@media screen and (min-width: 1040px) {
.commitmentArea3 {
    height: 600px;
}

}

    
/*commitmentArea4*/
.commitmentArea4 .sectionInner p.honbun, .commitmentArea7 .sectionInner p.honbun {
    margin: 2em 0 1em;
}
    
.commitmentArea4 .sectionInner p.title, .commitmentArea7 .sectionInner p.title {
    margin: 4em 0 0;
    font-size: 160%;
    line-height: 1.5em;
}


@media screen and (min-width: 1040px) {
.commitmentArea4 .sectionInner p.honbun, .commitmentArea7 .sectionInner p.honbun {
    margin: 2em 15% 5em;
}
    
.commitmentArea4 .sectionInner p.title, .commitmentArea7 .sectionInner p.title {
    margin: 4em 15% 0;
}
    
.commitmentArea4 .sectionInner .itemCol2 p.honbun {
    margin: 2em 5% 5em;
}
    
.commitmentArea4 .sectionInner .itemCol2 p.title {
    margin: 2em 5% 0;
}

}


/*commitmentArea5*/
.commitmentArea5 {
	background-image: url("../images/commitment/shibahara_commitment_anshin-obi.jpg");
    height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

@media screen and (min-width: 1040px) {
.commitmentArea5 {
    height: 600px;
}

}

/*commitmentArea6*/
.commitmentArea6 .sectionInner img.title {
    margin-bottom: 5em;
}

.commitmentArea6 .sectionInner img.image {
    padding: .5em;
}
.commitmentArea6 .sectionInner p.honbun {
    margin: 2em 0 1em;
}
    
.commitmentArea6 .sectionInner p.title {
    margin: 4em 0 0;
    font-size: 160%;
    line-height: 1.5em;
}  

.commitmentArea6 .sectionInner .flexContainer {
    margin: 1em 0;
}

@media screen and (min-width: 1040px) {
.commitmentArea6 .sectionInner .itemCol2 p.honbun {
    margin: 2em 5% 5em;
}
    
.commitmentArea6 .sectionInner .itemCol2 p.title {
    margin: 2em 5% 0;
}
    
.commitmentArea6 .sectionInner .flexContainer {
    margin: 6em 0;
}
}


/*commitmentArea7*/
.commitmentArea7 .sectionInner .message {
    height: 130px;
}

.commitmentArea7 .sectionInner figure {
    width: 70%;
    display:block;
    margin-right:auto;
    margin-left:auto;
}

.commitmentArea7 .sectionInner figcaption {
    text-align:center;
    margin-top: .5em;
    font-size: 110%;
}


/*commitmentArea8*/
.commitmentArea8 {
	background-image: url("../images/commitment/shibahara_commitment_bottom-obi.jpg");
    height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

@media screen and (min-width: 1040px) {
.commitmentArea8 {
    height: 600px;
}

}



/*======= case =======*/
/*caseArea1*/
.caseArea1 {
    background: linear-gradient(to bottom, #fff 0%, #fff 95%, #E1DBD2 95%,  #E1DBD2 100%);
}

.caseArea1 .sectionInner img.mark {
    min-height: 100px;
    height: 150px;
    margin-bottom: 10em;
}

.caseArea1 .sectionInner img.images {
    margin: 3em 0;
}

.caseArea1 .sectionInner p.title01 {
    font-size: 180%;
    margin-bottom: 3em;
    line-height: 1.5em
}

.caseArea1 .sectionInner .pinkwaku {
    border: 10px solid #F7C2CE;
    padding: 1em 1em;
}

.caseArea1 .sectionInner .pinkshikaku {
    font-size: 130%;
    line-height: 1.2em;
    vertical-align:middle;
    color: #F7C2CE;
}

.caseArea1 .sectionInner .pinkwakunaka {
    text-align: justify;
    font-size: 120%;
}

.caseArea1 .sectionInner .itemCol2:first-child {
    padding-right: 0;
    text-align: justify;
}

@media screen and (min-width: 768px) {
.caseArea1 {
    background: linear-gradient(to bottom, #fff 0%, #fff 90%, #E1DBD2 90%,  #E1DBD2 100%);
}
 
.caseArea1 .sectionInner img.images {
    margin: 6em 0;
}
   
.caseArea1 .sectionInner .pinkwaku {
    padding: 1.5em 3em;
}

.caseArea1 .sectionInner .pinkshikaku {
    font-size: 180%;
    line-height: 1.3em;
}

.caseArea1 .sectionInner .pinkwakunaka {
    font-size: 160%;
}

.caseArea1 .sectionInner .itemCol2:first-child {
    padding-right: 3em;
}
}  
    

/*======= equipment =======*/
/*equipmentArea1*/
.equipmentArea1 {

}

.equipmentArea1 .sectionInner p.title01, .equipmentArea4 .sectionInner p.title01, .voiceArea1 .sectionInner p.title01 {
    font-size: 180%;
    margin-bottom: 3em;
    line-height: 1.5em
}
    
/*equipmentArea2*/
.equipmentArea2 .sectionInner p.title01 {
    text-align: justify;
    font-size: 130%;
    padding: 0  0 .5em;
    margin: 0em 0 1em 0em;
    line-height: 1.3em;
    border-bottom: 1px solid #BEB19E;
}

.equipmentArea2 .sectionInner .flexContainer{
    padding: 1em;
    border: 1px solid #7D6B50;
    background-image: linear-gradient(-45deg, #FFF 0% 98%, #7D6B50 98% 100%);
}

.equipmentArea2 .sectionInner .flexContainer.photoandtxt .itemCol2.photo {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.equipmentArea2 .sectionInner .flexContainer.photoandtxt .itemCol2.txt {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.equipmentArea2 .sectionInner .itemCol2 .teeth2 {
    display: none;
	width: 100px;
    margin-left: 1em;
}

.equipmentArea2 .sectionInner .name {
    margin-top: 6em;
	width: 50%;
}


@media screen and (min-width: 1040px) {
.equipmentArea2 .sectionInner p.title01 {
    font-size: 160%;
    margin: -4em 0 1em 2em;
}    

.equipmentArea2 .sectionInner .flexContainer.photoandtxt .itemCol2.photo {
		width: 20%;
		width: calc(300px);
		margin-bottom: 0;
}

.equipmentArea2 .sectionInner .flexContainer.photoandtxt .itemCol2.txt {
		width: 75%;
		width: calc(100% - 300px);
}

.equipmentArea2 .sectionInner .flexContainer{
    padding: 3em;
}
    
.equipmentArea2 .sectionInner .itemCol2 .teeth2 {
    display: block;
	width: 100px;
    margin-left: 1em;
}

.equipmentArea2 .sectionInner .name {
	width: 30%;
}
}

/*equipmentArea3*/
.equipmentArea3 {
    z-index: -999;
    margin-top: -300px;
    min-height: 500px;
	height: 650px;
	background-image: url("../images/equipment/shibahara_equipment_box-background.jpg");
	background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 1040px) {
.equipmentArea3 {
    margin-top: -700px;
	height: 1650px;
}
}


/*equipmentArea4*/
.equipmentArea4 .sectionInner .flexContainer {
    margin: 4em 0;
}    

.equipmentArea4 .sectionInner .itemCol2:first-child {
    padding: 1em ;
}    
 
.equipmentArea4 .sectionInner p.title02 {
    font-size: 160%;
    margin: 0 0 .5em;
    line-height: 1.5em;
}
     
.equipmentArea4 .sectionInner .itemCol2 .teeth3 {
    display: none;
    width: 35%;
    margin-left:auto;
    opacity: 0.3;/*透明度を設定*/
}    

@media screen and (min-width: 1040px) {
.equipmentArea4 .sectionInner p.title02 {
    font-size: 180%;
    margin: -6em 0 3em ;
    line-height: 1.5em;
}

.equipmentArea4 .sectionInner .itemCol2:first-child {
    padding: 2em 3em ;
}    

.equipmentArea4 .sectionInner .itemCol2 .teeth3 {
    display:block;
}
} 




/*======= menu =======*/

/*menuArea1*/
.menuArea1 {

}

.menuArea1 .sectionInner img.mark, .recruitArea1 .sectionInner img.mark {
    min-height: 100px;
    height: 150px;
    margin-bottom: 3em;
}


.menuArea1 .sectionInner .flexContainer.photoandtxt .itemCol2.photo,
.menuArea1 .sectionInner .flexContainer.photoandtxt .itemCol2.txt {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}


.menuArea1 .sectionInner .flexContainer img.teethbeta{
    display: none;
    width: 10%;
}
  
.menuArea1 .sectionInner .flexContainer .title01{
    font-size: 180%;
    margin: 0 0 .8em;
    border-bottom: 1px solid #C19F89;
    padding: 0 0 .5em 0;
}
      
.menuArea1 .sectionInner .flexContainer .white{
    position: relative;
}
       
.menuArea1 .sectionInner .flexContainer .white p{
    position: absolute;
    top: 0;
    left: 0;
    margin: .5em .5em;
    font-size: 120%;
    color: #FFF;
}
       
.menuArea1 .sectionInner .flexContainer .hinmei{
    font-size: 150%;
    margin: 0 0 .3em 2em;
}
      
.menuArea1 .sectionInner .flexContainer .kakomi{
    display: inline-block;
    font-size: 110%;
    padding: 0.5em 1.5em;;
    margin-bottom: 2em;
    border: solid 1px #000;
}
      
.menuArea1 .sectionInner .sejutu{
    margin: 7em 0;
}
    
@media screen and (min-width: 768px) {
.menuArea1 .sectionInner .flexContainer.photoandtxt .itemCol2.photo {
	width: 20%;
	width: calc(300px);
	margin-bottom: 0;
}

.menuArea1 .sectionInner .flexContainer.photoandtxt .itemCol2.txt {
	width: 75%;
	width: calc(100% - 300px);
    padding: 2em 4em 0 0;
}

}

@media screen and (min-width: 1040px) {
.menuArea1 .sectionInner .flexContainer img.teethbeta{
    display: block;
    width: 10%;
}
  
.menuArea1 .sectionInner .flexContainer .title01{
    text-align: left;
    margin: -3em 0 .8em 1.5em;
    padding: 0 0 .5em .5em;
}
}


/*======= voice =======*/

/*voiceArea1*/
.voiceArea1 .sectionInner img  {
    width: 100%;
    margin-bottom: 5em;
}

/*voiceArea2*/
.voiceArea2 {

}

.voiceArea2 .sectionInner img {
    width: 100%;
}

.voiceArea2 .sectionInner .illust {
    margin-bottom: 5em;
}


/*voiceArea3*/
.voiceArea3 {
    background-color: #F0EDE9;
    padding: 2em 0 1em;
    border-top: 9px solid #D8CFC2;
    border-bottom: 9px solid #D8CFC2;
    margin: 5em 0;
}

.voiceArea3 .sectionInner .flexContainer.photoandtxt {
    margin: 0;
}

.voiceArea3 .sectionInner .flexContainer.photoandtxt .itemCol2.illu,
.voiceArea3 .sectionInner .flexContainer.photoandtxt .itemCol2.messe {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.voiceArea3 .sectionInner .flexContainer.photoandtxt .itemCol2.illu img {
	width: 50%;                                                                                
}


@media screen and (min-width: 768px) {

.voiceArea3 .sectionInner .flexContainer.photoandtxt .itemCol2.illu {
	width: 20%;                                                                                
	width: calc(300px);
	margin-bottom: 0;
}

.voiceArea3 .sectionInner .flexContainer.photoandtxt .itemCol2.illu img {
	width: 80%;                                                                                
}

.voiceArea3 .sectionInner .flexContainer.photoandtxt .itemCol2.messe {
	width: 75%;
	width: calc(100% - 300px);
    padding: 1em 0 0;
}

}


/*======= recruit =======*/

/*recruitArea1*/
.recruitArea1 {

}

.recruitArea1 .sectionInner .hataraki {
    margin: 5em 0;
}


/*recruitArea2*/
.recruitArea2 {
    
}

.recruitArea2 .sectionInner .title {
    font-size: 180%;
    margin-bottom: 3em;
    line-height: 1.5em;
    color: #7A7472;
}


/*recruitArea3*/
.recruitArea3 {
    
}

.recruitArea3 .sectionInner .title {
    font-size: 170%;
    margin-bottom: 3em;
    line-height: 1.5em;
}

.recruitArea3 .sectionInner table {
    margin-right:auto;
    margin-left:auto;
}

.recruitArea3 .sectionInner tr {
    border: 1px solid #C3C2C5;
}

.recruitArea3 .sectionInner th {
    background-color: #FBEAD8;
    font-size: 110%;
    width: 30%;
    padding: .5em;
}

.recruitArea3 .sectionInner td {
    padding: 1em;
    line-height: 1.3em;
    text-align: justify;
    font-size: 90%;
}


@media screen and (min-width: 768px) {
.recruitArea3 .sectionInner th {
    font-size: 120%;
    width: 20%;
    padding: 1em;
}

.recruitArea3 .sectionInner td {
    font-size: 100%;
}
}



/*======= facility =======*/

/*facilityArea1*/
.facilityArea1 .facili_info .facili_title img {
    width: 70px;
}

.facilityArea1 .facili_info .facili_title h2 {
    font-size: 150%;
    font-weight: lighter;
    padding-bottom: 1rem;
    border-bottom: solid 1px #d5cec2;
    margin: -6rem 0 1rem 2rem;  
    line-height: 2rem;
}

.facilityArea1 .facili_info .facili_title h2 span {
    font-size: 70%;
    color: #776b52;
}

.facilityArea1 .facili_info .honbun {
    margin-left: 2rem;   
}

@media screen and (min-width: 768px) {
.facilityArea1 .facili_info .facili_title img {
    width: 100px;
}

.facilityArea1 .facili_info .facili_title h2 {
    font-size: 220%;
    margin: -7rem 0 2rem 4rem;  
    line-height: 2.5rem;
}

.facilityArea1 .facili_info .honbun {
    margin-left: 4rem;   
}
}



/*======= contact =======*/

/*contactArea1*/
.contactArea1 {

}

.contactArea1 .sectionInner {
	padding: 0 0 4rem 0;
	line-height: 1.75em;
}

.contactArea1 .sectionInner .intro {
	text-align: center;
	margin-bottom: 6rem;
}

.contactArea1 .sectionInner .conf {
	text-align: center;
	margin-top: 3rem;
}

/*contactArea2*/
.contactArea2 {

}

.contactArea2 .sectionInner {
	padding: 5rem 0 6rem 0;
	line-height: 1.75em;
}

.contactArea2 .sectionInner h1 {
	margin-bottom: 5rem;
}



.inputField {
	margin-bottom: 2rem;
	width: 100%;
	display: inline-block;
}

.inputField label {
	display: block;
	margin-bottom: 0.3em;
	font-weight: bold;
	text-align: left;
}

.inputField label span {
	display: inline-block;
	vertical-align: middle;
}

.inputField label .key {
	font-size: 0.6rem;
	margin-left: 0.1rem;
}

.inputField input,
.inputField textarea,
.inputField select {

}

.inputField .inputBox,
.inputField .textareaBox {

}

.inputField .inputBox p {
	display: inline;
	vertical-align: middle;
}

.inputField .inputBox input {
	width: 100%;
	border: 1px solid #000000;
}

.inputField .textareaBox textarea {
	width: 100%;
	height: 15em;
	border: 1px solid #000000;
	color: #000000;
}

ul.submit {
	text-align: center;
	list-style-type: none;
	font-size: 1.1rem;
	font-weight: bold;
}

ul.submit li {
	position: relative;
	display: inline-block;
	margin: 0 1rem;
}

ul.submit li input[type="submit"] {

}

ul.submit li input[type="reset"] {

}

ul.submit li input {
	cursor: pointer;
	display: block;
	width: 84px;
	height: 84px;
	border: none;
	text-indent: -9999px;
	background: url(../images/contact/send.png);
	background-position: center center;
	background-repeat: no-repeat;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

ul.submit li::before {
	content: "SEND ＞";
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 30px;
	left: -5em;

}

@media screen and (min-width: 768px) {
	.contact .sectionInner {
		width: 600px;
	}
}

@media screen and (min-width: 1000px) {
	.contact .sectionInner {
		width: 100%;
	}

	.inputField {
		width: 800px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -.4em;
	}

	.inputField label,
	.inputField .inputBox,
	.inputField .textareaBox {
		letter-spacing: normal;
	}

	.inputField label {
		display: inline-block;
		width: 9em;
		vertical-align: middle;
		margin-bottom: 0;
		font-size: 1rem;
		text-align: left;
		padding-right: 1em;
	}

	.inputField.itemText label {
		vertical-align: top;
	}

	.inputField .inputBox,
	.inputField .textareaBox {
		display: inline-block;
		width: 525px;
	}
}

.thanks {
	text-align: center;
	color: #ffffff;
}

.thanks .sectionInner .textBox {
	padding: 3rem 0;
}






/* ==========================================================================
   ポップアップ
============================================================================= */
#colorbox {
	overflow: visible!important;
}

#cboxClose {
	z-index: 9998;
	position: absolute;
	top: -25px;
	right: -2.5%;
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	background-color: #000000;
	border-radius: 25px;
}

#cboxClose:after {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	content: url(../images/common/closeBtn.svg);
	width: 20px;
	height: 20px;
	padding: 15px;
	text-indent: 0;
}

.popup {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: #ffffff;
}


.popup.tokyo .popupDetail,
.popup.tokyo .popupDetail::before { background-color: #9AC749; }

.popup .popupDetail {
	position: relative;
	padding: 4rem 1rem 2rem 1rem;
}

.popup .popupDetail .photo {
	margin-bottom: 2rem;
}

.popup .popupDetail .photo img {
	/*border: 1px solid #000000;*/
}

.popup .popupDetail h3 {
	font-size: 140%;
	margin-bottom: 0.75em;
}

.popup .popupDetail p {
	text-align: left;
}

.popup .popupDetail .btnLine {
	text-align: center;
	margin: 5rem 0;
}

@media screen and (min-width: 768px) {
	.popup .popupDetail h3 { text-align: left; }
}
