@charset "UTF-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	min-width: 1100px;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
.pagetop {
	border-radius: 2px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 20px;
	right: 40px;
}
.pagetop:hover {
	opacity: .6;
}
.cf:after {
	display: block;
	content: "";
	clear: both;
}
.clear {
	clear: both;
}
/* ==========================================================================

	 01. header(multinfo)
	 02. nav
		03. footer
	 04. low-common-design(low only)
	 05. menu
	 06. reservebanner (low only)

	 09.multi-class

	 10. 404 error

   ========================================================================== */


/*
       01. header (multinfo)
========================================================================== */
header.low{
	background: #eadec4;
	background: -moz-linear-gradient(top, #eadec4 0%, #decfaf 100%);
	background: -webkit-linear-gradient(top, #eadec4 0%,#decfaf 100%);
	background: linear-gradient(to bottom, #eadec4 0%,#decfaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eadec4', endColorstr='#decfaf',GradientType=0 );
	padding: 15px 0 5px;
	border-bottom: 1px solid #e6a446;
}
header.low img{
	width: 100%;
	height: auto;
}
header.low .logo{
	width: 220px;
	flex-shrink: 0;
}
header.low .inner{
	width: 92%;
	margin: 0 auto;
	max-width: 1300px;
	min-width: 1100px;
	display:flex;
	justify-content: space-between;
}
header.low .right{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header.low .dis{
	width: 100%;
	text-align: right;
	font-size: 12px;
}
header.low .infomation{
	width: fit-content;
	margin-right: 20px;
	padding-top: 25px;
	font-size: 92%;
}
header.low .tel{
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 36px;
	padding-top: 2px;
	width: fit-content;
	margin: auto;
}
header.low .tel span{
	vertical-align: middle;
}
header.low .tel img{
	width: 36px;
	height: auto;
	vertical-align: middle;
	margin-right: 14px;
	padding-bottom: 2px;
}
header.low .hosoku{
	font-size: 12px;
}
header.low .hosoku br{
	display: none;
}
header.low .hosoku span:first-of-type{
	margin-right: 15px;
}
.table-wrap{
	width: 320px;
	padding-top: 23px;
	font-size: 13px;
}
.table-wrap table {
	padding: 0 13px;
	color: #4c4c4c;
}
.table-wrap table {
	margin-bottom: 4px;
	width:100%;
	border-collapse: collapse;
	border-bottom: 1px solid #a86f4b;
}
.table-wrap th,
.table-wrap td {
	text-align: center;
}
.table-wrap thead {
	border-top: 1px solid #a86f4b;
	border-bottom: 1px solid #a86f4b;
}
.table-wrap thead th {
	padding: 0.3em 0 0.1em;
}
.table-wrap tbody th,
.table-wrap tbody td {
	padding: 0.4em 0 0;
	min-width: 21px;
}
.table-wrap tbody tr:nth-of-type(2) th,
.table-wrap tbody tr:nth-of-type(2) td {
	padding: 0 0 0.4em;
	min-width: 21px;
}
.table-wrap p {
	text-align: right;
}
.btn-wrap{
	width: 210px;
	padding-top: 16px;
}
.btn-wrap li:first-child{
	margin-bottom: 6px;
}
header.low .btn {
	display: flex;
	flex-direction:row-reverse;
	gap:10px;
	margin-left: 18px;
	margin-top:8px;
}

header.low .btn li{
	width: 110px;
	text-align:center;
	font-size: 12.5px;
	line-height: 1.3;
}

header.low .btn li.qr p{
	margin-top:0.25em;
}

@media screen and (max-width : 1380px) {

	header.low .right {
		/* width: 78%; */
	}
	header.low .infomation{
		margin-right: 16px;
	}
	header.low .btn{
		margin-left: 12px;
	}
	header.low .btn li{
		width: 100px;
		font-size: 12px;
	}
}
@media screen and (max-width : 1280px) {
	header.low .logo{
		width:210px;
	}
	header.low .table-wrap{
		width: 290px;
	}
		header.low .infomation{
		margin-right: 14px;
	}
	header.low .address{
		font-size: 96%;
	}
	header.low .hosoku{
		font-size: 11px;
	}
	header.low .btn {
		gap:8px;
	}
	header.low .btn li{
		width:96px;
		font-size: 10.8px;
	}
}
@media screen and (max-width : 1200px) {
	header.low .logo{
		width:200px;
	}
	header.low .infomation{
		margin-right: 12px;
	}
	header.low .dis{
		font-size: 11px;
	}
	header.low .tel{
		letter-spacing: 2px;
	}
	header.low .tel img{
		width: 36px;
		margin-right: 10px;
	}
	header.low .address{
			font-size: 94%;
	}
	header.low .table-wrap{
		width:280px;
		padding-top: 12px;
	}
	header.low .btn {
		gap:6px;
	}
	header.low .btn li{
		width:90px;
		font-size: 10px;
	}
}

/*
       02. gnav
========================================================================== */
.gNav{
	background: #fff;
	padding:40px 0;
}
.gNav ul{
	display: flex;
	justify-content: center;
	width: 94%;
	min-width: 1120px;
	margin: 0 auto;
}
.gNav li{
	height:68px;
	font-size:17px;
	border-right:1px #797979 dotted;
	background:url(../images/common/nav_arw.png) no-repeat center 45px;
	width: 100%;
}
@media screen and (max-width: 1180px) {
.gNav li{
	font-size:15px;
}
}
.gNav li:first-child{
	border-left:1px #797979 dotted;
}
.gNav li a{
	height:55px;
	padding-top:-13px;
	padding-bottom:13px;
	color:#4c4c4c;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.gNav li a:hover,
.gNav li.selected a{
	color:#b78364;
	background:url(../images/common/nav_arw_hover.png) no-repeat center 45px;
}
/*
     03. footer
========================================================================== */
.foot {
	padding-top: 115px;
	background-image: url("../images/common/foot_bg.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.foot img {
	max-width: 100%;
}
.foot_ttl {
	text-align: center;
	color: #7b411e;
	margin-bottom: 80px;
}
.foot_ttl span {
	display: block;
}
.foot_ttl span:nth-of-type(1) {
	font-size: 30px;
	position: relative;
}
.foot_ttl span:nth-of-type(1):after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 158px);
	width: 316px;
	height: 1px;
	background-color: #7b411e;
}
.foot_ttl span:nth-of-type(2) {
	width: 93px;
	margin: 0 auto;
}
.foot_inner {
	width: 1100px;
	margin: 0 auto 40px;
	display: flex;
}
.foot_left {
	width: 50%;
}
.foot_right {
	flex: 1;
	padding-left: 46px;
}

/*　左側　*/
.foot_tel,
.foot_addr {
	position: relative;
	padding-left: 50px;
	margin-bottom: 34px;
	font-size: 15px;
}
.foot_tel span,
.foot_addr span {
	display: block;
}
.foot_tel:before,
.foot_addr:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.foot_tel:before {
	background-image: url("../images/common/foot_icon_tel.png");
}
.foot_addr:before {
	background-image: url("../images/common/foot_icon_addr.png");
}
.foot_tel span {
	font-size: 30px;
	line-height: 110%;
	letter-spacing: 2px;
}
.foot_addr_em {
	color: #9d0404;
	margin-bottom: 20px;
}
.foot_map {
	display: block;
}

/*　右側　*/
.foot_btns {
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 290px;
}

.foot_right_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 20px;
}

.foot .head_qr {
	display: block;
	text-align: center;
	color:#333;
	margin-bottom: 12px;
}
.foot .head_qr div {
	width: 107px;
	margin: 0 auto 10px;
}

.foot .head_qr p {
	font-size: 18px;
	line-height: 1.3;
	width:8em;
}

.foot_timetable {
	margin-bottom: 32px;
}
.foot_timetable table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #7b411e;
	font-size: 15px;
}
.foot_timetable th,
.foot_timetable td {
	text-align: center;
}
.foot_timetable th {
	width: 32px;
}
.foot_timetable th:nth-of-type(1) {
	width: 224px;
}
.foot_timetable th:last-of-type {
	width: auto;
}
.foot_timetable thead {
	color: #7b411e;
	border-top: 1px solid #7b411e;
	border-bottom: 1px solid #7b411e;
}
.foot_timetable thead th {
	padding: 0.5em 0;
}
.foot_timetable tbody th,
.foot_timetable tbody td {
	padding: 0.6em 0 0.5em;
	font-size: 20px;
	line-height: 1;
}
.foot_timetable tbody tr:nth-of-type(2) th,
.foot_timetable tbody tr:nth-of-type(2) td {
	padding: 0.2em 0 0.6em;
}
.foot_timetable p {
	text-align: right;
}
.foot_timetable p span {
	display: block;
}
.foot_timetable p br{
	display: none;
}

.foot_inner_out {
	padding-bottom: 50px;
}
.foot #haisha-yoyaku-commentWidget {
	width: 1100px;
	margin: auto;
}


/*　地図　*/
#gmap {
	height: 566px;
}
/*　copyright　*/
.foot_copyright {
	color: #fff;
 	text-align: center;
	font-size: 15px;
	padding: 42px 0;
	background-color: #65615b;
}
.fNav {
	background: #ecddc7;
	padding: 35px 0 10px;
}
.fNav-inner {
	width: 1100px;
	margin: auto;
	position: relative;
}
.fNav ul {
	width: 800px;
	margin:0 auto 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fNav ul li {
	padding: 0 10px;
	border-right: solid 1px #666;
	line-height: 1;
	margin-bottom: 10px;
}
.fNav ul li:nth-child(9),
.fNav ul li:first-child{
	border-left: solid 1px #666;
}
.fNav ul li a {
	text-decoration: none;
}
.fNav ul li a:hover {
	text-decoration: underline;
}
.humanity {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*
     04. low-common-design(low only)
 ========================================================================== */
.pc-contents {
	width: 1020px;
	margin: 10px auto;
	margin-bottom: 100px;
}
.left-contents {
	width: 250px;
	float: left;
	padding-top: 10px;
}
.right-contents {
	width: 700px;
	float: right;
	padding-top: 10px;
}
.mainPhoto {
	width: 100%;
	background: #65615b;
	padding: 25px 0;
}
.mainPhoto p{
	width: 90%;
	margin: 0 auto;
	max-width: 1160px;
}
.mainPhoto img {
	width: 100%;
	height: auto;
}
.page-catch{
	border: 1px solid #c5c0af;
	padding: 30px 100px 30px 30px;
	box-shadow:-1px 4px 8px -1px #f8efe2;
	font-size: 18px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page-catch1{
	background: url(../images/common/page-catch_bg1.jpg) no-repeat right top;
	background-size: auto 100%;
}
.page-catch2{
	background: url(../images/common/page-catch_bg2.jpg) no-repeat right top;
	background-size: auto 100%;
}
.page-catch3{
	background: url(../images/common/page-catch_bg3.jpg) no-repeat right top;
	background-size: auto 100%;
}
.page-catch4{
	background: url(../images/common/page-catch_bg4.jpg) no-repeat right top;
	background-size: auto 100%;
}
/*
       05. menu
========================================================================== */
.menu {
	width: 220px;
}
.left-contents .menu{
	margin-bottom: 40px;
}
.left-contents .menu h2{
	margin-bottom: 8px;
}
.left-contents .menu h2 i,
.left-contents .menu h2 span {
	display:inline-block;
}
.left-contents .menu h2 span {
	background-color: #b8ae98;
	color: #fff;
	padding: 2px;
}
.left-contents .menu h2 i {
	border: 1px solid #fff;
	padding: 8px 73px 6px;
	font-size: 17px;
}
.menu li {
	border-bottom: 1px dashed #ccb592;
}
.menu li a {
	display: block;
	position: relative;
	font-size:15px;
	color: #9a7438;
	padding: 10px 0px 10px 15px;
	background: url(../images/top/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 17px;
}
.menu li a:hover {
	background-position: 5px 17px;
}
.ttl-side{
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ttl-side i,
.ttl-side span {
	display:inline-block;
}
.ttl-side span {
	background-color: #b8ae98;
	color: #fff;
	padding: 2px;
}
.ttl-side i {
	border: 1px solid #fff;
	padding: 8px 66px 6px;
	font-size: 17px;
}
.sidebar:nth-of-type(3) .ttl-side i {
	border: 1px solid #fff;
	padding: 8px 56px 6px;
	font-size: 17px;
}
.banner{
	padding-bottom: 120px;
}
.banner img{
	width: 100%;
}
/*
     06. reservebanner (low only)
========================================================================== */
section.private {
	margin-bottom: 70px;
	padding-top: 80px;
}
.information-box {
	background: #fff url(../images/common/private_bg_n.jpg) no-repeat right -8px bottom;
	background-size: auto 100%;
	width: 700px;
	padding: 27px 0 0 20px;
	box-sizing: border-box;
	border: 1px solid #cabbb3;
	height: 394px;
	margin-bottom: 20px;
}

.information-box .logo{
	width: 290px;
	/* margin-left: -10px; */
	margin-bottom: 8px;
}
.information-box .logo img{
	width: 100%;
}

.reserve-btn .qr {
	display: block;
	width: 180px;
	text-align: center;
	margin: 0 0 6px;
}

.reserve-btn .qr img{
	width: 95px;
	display: inline-block;
	margin-bottom: 5px;
}
.reserve-btn {
	margin-left: 60px;
}
.reserve-btn li {
	width: 180px;
}
.reserve-btn li:first-child{
	margin-bottom: 6px;
}
.reserve-btn li img {
	width: 100%;
	height: auto;
}
.reserve-btn li a {
	display: block;
}

.infomation .detail{
	margin-left: 25px;
}

.infomation .tel{
	font-size: 28px;
	letter-spacing: 3px;
	line-height: 28px;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
}
.infomation .tel span{
	vertical-align: middle;
}
.infomation .tel img{
	width: 28px;
	height: auto;
	vertical-align: middle;
	margin-right: 12px;
}
.private .infomation .address {
	text-shadow: #f7f4ec 1px 1px 0px, #f7f4ec -1px 1px 0px, #f7f4ec 1px -1px 0px, #f7f4ec -1px -1px 0px;
	padding-left: 3px;
}
.private .table-timetable, .private .hosoku {
	padding-left: 5px;
}
.private .table-timetable th {
	width: 280px;
}
.link {
	margin-bottom: 60px;
}
.pricelink {
	margin-bottom: 180px;
}
.link a{
	color: #aa7f2d;
}
/*
     09. multi-class
========================================================================== */
/*****　画像　*****/
.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .5;
	filter: alpha(opacity=60);
}
.img-border {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
}
.img-right {
	float: right;
	margin: 0 0 10px 15px;
}
.img-left {
	float: left;
	margin: 0 15px 10px 0;
}
.center {
	text-align: center;
}
.alignR {
	text-align: right !important;
}
.alignL {
	text-align: left !important;
}
.vAlignM {
	vertical-align: middle !important;
}
/*****　テキスト *****/
.gothic {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-link {
	color: #a78859;
	text-decoration: underline;
	margin: 0 1px;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #ccc;
}
.txt140 {
	font-size: 140%;
}
.txt130 {
	font-size: 130%;
}
.txt120 {
	font-size: 120%;
}
.txt110 {
	font-size: 110%;
}
.txt90 {
	font-size: 90%;
}
.txt80 {
	font-size: 80%;
}
.txt75 {
	font-size: 75%;
}
.or {
	color: #fc9b2a;
}
.re {
	color: #FF373A;
}
.ch {
	color: #c1a96a;
}
.bl {
	color: #182493;
}
i.fa {
	margin-right: 5px;
}
.nowrap {
	white-space: nowrap !important;
}
.underline {
	text-decoration: underline;
}
.dispB {
	display: block;
}
.dispI {
	display: inline;
}
.dispIB {
	display: inline-block;
}
span[lang="ja"] {
	font-family: sans-serif
}
/*　余白 */
.p10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
/*　見出し */
.ttl-low1 {
	font-size: 17px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	padding: 12px 10px 10px 22px;
}
.ttl-low1-1{
	color: #434343;
	background: #e0d4b7;
background: -moz-linear-gradient(left, #e0d4b7 0%, #c2af81 100%);
background: -webkit-linear-gradient(left, #e0d4b7 0%,#c2af81 100%);
background: linear-gradient(to right, #e0d4b7 0%,#c2af81 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d4b7', endColorstr='#c2af81',GradientType=1 );
}
.ttl-low1-2{
	color: #fff;
	background: #c39b8b;
background: -moz-linear-gradient(left, #c39b8b 0%, #b28978 100%);
background: -webkit-linear-gradient(left, #c39b8b 0%,#b28978 100%);
background: linear-gradient(to right, #c39b8b 0%,#b28978 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c39b8b', endColorstr='#b28978',GradientType=1 );
}
.ttl-low2 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	padding-left: 12px;
}
.ttl-low2-1 {
	color: #a78859;
	border-bottom: 1px dotted #a78859;
}
.ttl-low2-2 {
	color: #5e0e0e;
	border-bottom: 1px dotted #5e0e0e;
}
.ttl-low3 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	text-align: center;
	line-height: 3;
}
.ttl-low3-1 {
	color: #a78859;
	border-bottom: 1px dashed #a78859;
	border-top: 1px dashed #a78859;
}
.ttl-low3-2 {
	color: #5e0e0e;
	border-bottom: 1px dashed #5e0e0e;
	border-top: 1px dashed #5e0e0e;
}
.ttl-low4 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
}
.ttl-low4 span {
	margin-right: 8px;
	padding: 0 12px;
}
.ttl-low4-1 {
	color: #e28326;
}
.ttl-low4-1 span {
	background: url(../images/common/ttl-low_bg.png) repeat-x left bottom;
}
.ttl-low4-2 {
	color: #0617bb;
}
.ttl-low4-2 span {
	background: url(../images/common/ttl-low_bg2.png) repeat-x left bottom;
}
.ttl-low5 {
	font-size: 17px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	padding: 10px 0 8px;
	text-align: center;
	border-radius: 30px;
}
.ttl-low5-1 {
	background: #f7f4ec;
}
.ttl-low5-2 {
	background: #c0b7a0;
	color: #fff;
}
/*　 コラム */
.ttl-btn {
	font-size: 17px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	padding: 12px 0 10px 22px;
	color: #434343;
	background: #e7d9d2;
	background: -moz-linear-gradient(left, #e7d9d2 0%, #ddc9bf 100%);
	background: -webkit-linear-gradient(left, #e7d9d2 0%, #ddc9bf 100%);
	background: linear-gradient(to right, #e7d9d2 0%, #ddc9bf 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7d9d2', endColorstr='#ddc9bf', GradientType=1 );
	text-align: center;
}
/*　テーブル */
.table-normal, .table-nocolor {
	width: 100%;
}
.table-normal th {
	text-align: center;
	background: #b8ae98;
	color: #fff;
	font-size: 15px;
	padding: 6px 12px;
	border: 1px solid #cbc4b5;
}
.table-normal tbody th{
	background: #fff;
	color: #333;
}
.table-normal td {
	background: #fff;
	text-align: center;
	padding: 6px 12px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nocolor th {
	text-align: center;
	background-color: #E2E2E2;
	color: #333;
	font-size: 15px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nocolor td {
	background-color: #fff;
	text-align: center;
	padding: 6px 12px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nostyle th {
	padding: 6px 12px;
	vertical-align: middle;
}
.table-nostyle td {
	padding: 6px 12px;
	vertical-align: middle;
}
.tAlignL {
	text-align: left !important;
}
.tAlignC {
	text-align: center!important;
}
.tAlignR {
	text-align: right !important;
}
.tVAlignT {
	vertical-align: top !important;
}
.tVAlignM {
	vertical-align: middle !important;
}
.tVAlignB {
	vertical-align: bottom !important;
}
/* list */
.list-num li {
	list-style-type: decimal;
	list-style-position: inside;
}
.list-dot li {
	padding-left: 1em;
	background: url(../images/common/disc.png) no-repeat left 5px;
}
.list-nostyle li {
	list-style: none;
}
.list-a {
	list-style-type: lower-alpha;
	list-style-position: inside;
}
.list-check li {
	padding-left: 16px;
	background: url(../images/common/checkmark.png) no-repeat left center;
}
.txt-indent li {
	background-position: left .4em;
	padding-left: 1em;
}
/*　画像・レイアウト */
.img-column-wrap {
	position: relative;
	overflow: hidden;
}
.img-column {
	position: relative;
	left: 50%;
	float: left;
}
.img-column li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
}
.img-column.for-four li {
	margin-right: 6px;
}
.img-column.for-two li:nth-child(even), .img-column.for-three li:nth-child(3n), .img-column.for-four li:nth-child(4n) {
	margin-right: 0 !important;
}
.img-column li:last-child {
	margin-right: 0 !important;
}
.img-column.for-three .img-border, .img-column.for-four .img-border {
	padding: 3px;
}
.img-column.for-two img{
	max-width: 335px;
}
.img-column.for-three img{
	max-width: 226px;
}
.img-column.dif-two li:first-of-type img {
    max-width: 440px;
}
/* img+textbox */
div.box-img-right {
	width: 100%;
	display: table;
	direction: rtl;
	zoom: 1;
}
.box-img-right .img {
	margin: 0;
	display: table-cell;
	vertical-align: top;
	width: 1%;
	direction: ltr;
}
.box-img-right img {
	width: 320px;
	height: auto;
}
.box-img-right .box {
	padding: 0 15px 1px 0;
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	text-align: left;
}
div.box-img-left {
	zoom: 1;
}
.box-img-left .img {
	margin: 0;
	padding: 0 15px 0 0;
	display: table-cell;
	width: 1%;
	vertical-align: top;
	position: relative;
}
.box-img-left img {
	width: 320px;
	height: auto;
}
.box-img-left .box {
	display: table-cell;
	vertical-align: top;
}
.box-two-column .box-right {
	width: 48%;
	float: right;
}
.box-two-column .box-img-left {
	width: 48%;
	float: left;
}
.box-two-column .box-img-left img {
	width: 100%;
	height: auto;
}
.box-two-column .box-left {
	width: 48%;
	float: left;
}
.box-two-column .box-img-right {
	width: 48%;
	float: right;
}
.box-two-column .box-img-right img {
	width: 100%;
	height: auto;
}
.box-two-column-around {
	width: 100%;
}
.box-two-column-around .box-img-right {
	width: 48%;
	float: right;
	margin-left: 10px;
}
.box-two-column-around .box-img-left {
	width: 48%;
	float: left;
	margin-right: 10px;
}
/*　症例画像2枚並び */
.case-records {
	background: url(../images/common/arrow02.png) no-repeat center 55%;
	padding: 20px 30px;
}
.case-records li:nth-child(odd) {
	float: left;
	background: url(../images/common/before.png) no-repeat left top;
	padding-top: 20px;
}
.case-records li:nth-child(even) {
	float: right;
	background: url(../images/common/after.png) no-repeat left top;
	padding-top: 20px;
}
.case-comment {
    font-size: 90%;
    text-align: center;
    color: #757575;
}
/*　2枚画像比較 */
.compare {
	background: url(../images/common/arrow04.png) no-repeat center 48%;
	margin-left: 40px;
	margin-right: 40px;
}
.compare li:nth-of-type(odd) {
	float: left;
}
.compare li:nth-of-type(even) {
	float: right;
}
/*　QandA */
.qanda dt {
	background: url(../images/common/qicon.png) no-repeat left center;
	padding-left: 34px;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 4px;
}
.qanda dd {
	margin: 0 0 20px 10px;
	background: url(../images/common/aicon.png) no-repeat left top 2px;
	padding-left: 36px;
}
/* 画像ボタン */
.menu-btn li img {
	border: 1px solid #585048;
}
.menu-btn .ttl {
	border-top: 1px solid #585048;
	border-left: 1px solid #585048;
	border-right: 1px solid #585048;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 14px 0 12px;
	line-height: 1;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #3a3938;
	background: #f7f4ec;
	font-size: 16px;
}
.menu-btn li a {
	display: block;
}
.img-column.menu-btn.for-two li:last-child {
	margin-left: 20px;
}
.detail-btn {
	text-align: right;
	font-size: 96%;
	text-decoration: underline;
	margin-top: 5px;
}
.detail-btn i.fa {
	color: #585048;
}
.menu-btn2 .ttl {
	background: #f4cca2;
	color: #e28326;
	border-color: #e28326;
}
.menu-btn2 li img {
	border-color: #e28326;
}
.menu-btn2 .detail-btn i.fa {
	color: #e28326;
}
/*改行非表示*/
.pc-none {
	display: none;
}
/*
     10. 404 error
 ========================================================================== */
.error {
	text-align: center;
	font-size: 20px;
	height: 120px;
	padding-top: 150px;
}

.grecaptcha-badge {
	visibility: hidden;
}

section.modal_recruit{
}
section.modal_recruit .modal_btn {
    display: block;
    margin: 30px auto;
    width: 420px;
    text-align: center;
    line-height: 2.6;
    color: white;
    text-decoration: none;
    font-size: 20px;
}
section.modal_recruit .modal_btn.dr {
    background:linear-gradient(#58c3f2, #42b5f2);
}
section.modal_recruit .modal_btn.dh {
	background: linear-gradient(#ffb6c3,#f58499)
}
section.modal_recruit .modal_btn.da {
	background: linear-gradient(#BDBDBD,#9E9E9E);
}
div#cboxContent{
	padding:25px 30px 20px;
}
#colorbox, #cboxOverlay, #cboxWrapper:focus{
	outline:none;
}
button#cboxClose{
	background: none;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    border: none;
    bottom: 25px;
    font-size: 120%;
}