@charset "utf-8";/*すたいる*/
/* ---------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Bellefair');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,600');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600');
/* ---------------------------------------------------------------------- */
.pc {}.sp {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
/* ---------------------------------------------------------------------- */
/*
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
body {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-attachment: fixed;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-size-adjust: 100%;
	}
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #ccc;}
a:hover {color: #ccc;}
@media screen and (min-width: 768px) {
	a img:hover {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
@media screen and (max-width: 767px) {
	a img:active {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
h1,h2,h3,h4,h5,h6 {font-size:1em;}
em,i,address {font-style: normal;}
a[href^='tel'] {pointer-events: none;text-decoration: none;}
a[href^='tel'] img {display:inline-block;}
@media screen and (max-width: 767px) {
	a[href^='tel'] {pointer-events: auto;}
	a[href^='tel'] img {display:block;}
}
input,textarea,select,button {
	outline: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type='submit'],
button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;-webkit-backface-visibility: hidden;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
@media screen and (max-width: 767px) {
	.imgleft {float: none;margin-right:0px;margin-bottom:10px;}
	.imgright {float: none;margin-left:0px;margin-bottom:10px;}
}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
ul {list-style-type:none;}
.attention {color: #c7161e;font-weight: bold;}
.fonts {font-size:0.8em;}
.fontb {font-size: 1.3em;}
.red {color: #f00;}
.red2 {color: #c7161e;}
*/
/* ---------------------------------------------------------------------- */
#lp-header {
	color: #fff;
	background-color: #c7161e;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.lp-header {
	position: relative;
	width: 1100px;
	margin: 0px auto;
	padding: 0px 0px;
}
@media screen and (max-width: 767px) {
	.lp-header {
		width: auto;
	}
}
.lp-headerouter {
}
.lp-headertop {
}
.lp-headertop h1 {
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.lp-headertop {
		padding: 3px 50px 0px 3px;
	}
}
.lp-headerinner {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto;
}
.lp-headerLeft {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}
.lp-headerRight {
	display: table-cell;
	position: relative;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.lp-headerinner {
		display: block;
		width: auto;
	}
	.lp-headerLeft {
		display: block;
		width: auto;
	}
	.lp-headerRight {
		display: block;
		position: static;
		width: auto;
	}
}
.lp-headerlogo {
}
.lp-headerlogo a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.lp-headerlogo h1 {
	display: block;
	font-size: 3em;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
}
.lp-headerlogo img {
	width: 270px;
}
@media screen and (max-width: 767px) {
	.lp-headerlogo {
		text-align: center;
		margin-bottom: 0px;
	}
	.lp-headerlogo img,.lp-headerlogo a {
		width: auto;
		max-width: 250px;
		height: auto;
	}
}
.lp-headercon {
	color: #fff;
	text-align: right;
	padding: 10px 90px 10px 0px;
}
.lp-headercon ul {
}
.lp-headercon li {
	display: inline-block;
	vertical-align: top;
}
.lp-headercon dl {
}
.lp-headercon dt {
	display: none;
}
.lp-headercon dt strong {
	display: block;
}
.lp-headercon dd {
	display: inline-block;
	line-height: 1em;
	text-align: left;
	vertical-align: middle;
}
.lp-headercon dd a {
	display: inline-block;
	display: block;
	position: relative;
	min-width: 100px;
	color: #fff;
	text-decoration: none;
	background-color: #c7161e;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 8px 20px 7px 30px;
}
.lp-headercon-tel dd a,
.lp-headercon-fax dd a {
	font-size: 1.5em;
	font-family: 'Bellefair', sans-serif;
}
.lp-headercon-mail dd a {
	font-size: 1.1em;
	font-family: 'Noto Serif JP', sans-serif;
}
.lp-headercon-tel dd a:hover,
.lp-headercon-fax dd a:hover,
.lp-headercon-mail dd a:hover {
	color: #c7161e;
	background-color: #fff;
}
.lp-headercon dd img,
.lp-headercon dd .mysvg {
	display: block;
	position: absolute;
	left: 5px;
	top: 8px;
	width: 20px;
	height: 20px;
	margin: 0px auto;
}
.lp-headercon dd .mysvg path,
.lp-headercon dd .mysvg polygon {
	color: #fff;
	fill: currentColor;
}
.lp-headercon dd a span {
	display: block;
	height: 20px;
	line-height: 20px;
}
@media screen and (max-width: 767px) {
	.lp-headercon {
		color: #fff;
		text-align: center;
		padding: 5px 10px;
	}
	.lp-headercon dd a {
		min-width: auto;
		padding: 8px 20px 7px 30px;
	}
	.lp-headercon-tel dd a,
	.lp-headercon-fax dd a {
		font-size: 1.4em;
	}
	.lp-headercon-mail dd a {
		font-size: 1.1em;
	}
	.lp-headercon dd img,
	.lp-headercon dd .mysvg {
		top: 10px;
		width: 15px;
		height: 15px;
	}
}
.lp-headersns {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: center;
	padding: 10px 0px;
}
.lp-headersns ul {
}
.lp-headersns li {
	display: inline-block;
	padding: 0px 5px;
}
.lp-headersns li a {
	display: inline-block;
}
.lp-headersns li a img {
	display: inline-block;
	width: 25px;
}
@media screen and (max-width: 767px) {
	.lp-headersns {
		position: static;
		padding: 5px 0px;
	}
	.lp-headersns li a img {
		width: 20px;
	}
}
/* tablebloc---------------------------------------------------------------------- */
.tablebox,.tablebloc dl,.tablebloc ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {display: table-cell;vertical-align: top;}@media screen and (max-width: 767px) {.tablebox,.tablebloc dl,.tablebloc ul {display: block;width: auto;}.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {display: block;width: auto;}}.tableboxA,.tableblocA dl,.tableblocA ul {}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {}@media screen and (max-width: 767px) {.tableboxA,.tableblocA dl,.tableblocA ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {display: table-cell;vertical-align: top;}}@media screen and (max-width: 479px) {.tableboxA,.tableblocA dl,.tableblocA ul {display: block;width: auto;}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {display: block;width: auto;}}.tableboxB,.tableblocB dl,.tableblocB ul {}.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {}@media screen and (max-width: 767px) {.tableboxB,.tableblocB dl,.tableblocB ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {display: table-cell;vertical-align: top;}}
.tableinner {}.tableinner dl {background-color: #fff;border-top: 1px solid #c8beb5;margin: 0px auto;}.tableinner dl:last-child {border-bottom: 1px solid #c8beb5;}.tableinner dt {width: 25%;text-align: center;vertical-align: middle;background-color: #f9f8f7;padding: 20px 10px;}.tableinner dd {padding: 20px 20px;}@media screen and (max-width: 767px) {.tableinner dt {width: auto;text-align: left;border-right: none;border-bottom: 1px dashed #ccc;padding: 10px 10px;}.tableinner dd {padding: 10px 10px;}}.tableinner dd p {margin-bottom: 10px;}.tableinner dd p:last-child {margin-bottom: 0px;}
.photo {}.photo ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;}.photo li {display: table-cell;vertical-align: top;}.photo li img {margin: 0px auto;}
/* ---------------------------------------------------------------------- */
#lp-main {
	line-height: 1.8em;
}
.lp-main {
	padding: 0px 0px 40px 0px;
}
/* ---------------------------------------------------------------------- */
.width {
	width: 900px;
	margin: 0px auto;
}
.widths {
	width: 800px;
}
@media screen and (max-width: 767px) {
	.width {
		width: auto;
	}
	.widths {
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
#lp-top {
	background-color: #eeebe4;
}
.lp-top {
	width: 1000px;
	background-image: url("../img/top.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px auto;
	padding: 0px 0px;
}
.lp-topinner {
	width: 500px;
	text-align: center;
	margin: 0px 0px 0px auto;
}
.lp-topinner strong {
	display: block;
	color: #5c4f25;
	font-size: 1.333em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.4em;
	padding: 30px 0px 10px 0px;
}
.lp-topinner strong b {
	font-size: 1.1em;
	font-weight: 500;
}
.lp-topinner img {
	margin: 0px auto;
}
.lp-topinner p {
	color: #9e873f;
	font-size: 1.333em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.4em;
	padding: 30px 0px;
}
@media screen and (max-width: 767px) {
	.lp-top {
		width: auto;
		background-size: 50%;
		padding: 0px 10px;
	}
	.lp-topinner {
		width: auto;
		margin: 0px auto;
	}
	.lp-topinner p {
		width: 60%;
		margin: 0px 0px 0px auto;
	}
}
/* ---------------------------------------------------------------------- */
#lpnav {
	padding: 10px 0px;
}
.lpnav {
}
.lpnav ul {
	text-align: center;
}
.lpnav li {
	display: inline-block;
	width: 150px;
}
.lpnav li a {
	display: block;
	color: #9e873f;
	font-family: 'Noto Serif JP', serif;
	line-height: 1em;
	text-decoration: none;
	padding: 15px 0px 25px 0px;
}
.lpnav li a span {
	display: block;
	position: relative;
}
.lpnav li a span::after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #ea6657 transparent transparent transparent;
	margin-left: -7px;
}
.lpnav li a:hover {
	background-color: #d1c4a0;
}

/* ---------------------------------------------------------------------- */
.lp-bloc {
}
.lp-box {
	padding: 20px 0px;
}
@media screen and (max-width: 767px) {
	.lp-box {
		padding: 20px 10px;
	}
}
.lp-inner {
}
.lp-inner::after {
	display: block;
	content: "";
	clear: both;
}
.lp-title {
	text-align: center;
	background-color: #9e873f;
	margin-bottom: 20px;
}
.lp-title h2 {
	color: #fff;
	font-size: 1.600em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
}
.lp-title.arrow {
	position: relative;
}
.lp-title.arrow::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 50px 0 50px;
	border-color: #9e873f transparent transparent transparent;
	margin-left: -50px;
	z-index: 0;
}
.lp-check {
}
.lp-check ul {
}
.lp-check li {
	color: #93766b;
	font-size: 1.200em;
	font-weight: 600;
	line-height: 1.2em;
	text-align: left;
	background-image: url("../img/check.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
.lp-check li.none {
	background-image: none;
}
@media screen and (max-width: 767px) {
	.lp-check li.none {
		display: none;
	}
}
.lp-ban {
	text-align: center;
}
.lp-ban a {
}
.lp-ban a img {
	display: inline-block;
}
.price h3 {
	color: #ea6657;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.pricebox {
	padding: 0px 60px;
}
.priceouter {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	padding: 10px;
}
.priceinner {
}
.priceouter::before,
.priceouter::after,
.priceinner::before,
.priceinner::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 0;
}
.priceouter::before {
	left: 0px;
	top: 0px;
	border-width: 50px 50px 0 0;
	border-color: #ea6657 transparent transparent transparent;
}
.priceouter::after {
	right: 0px;
	top: 0px;
	border-width: 0 50px 50px 0;
	border-color: transparent #ea6657 transparent transparent;
}
.priceinner::before {
	left: 0px;
	bottom: 0px;
	border-width: 50px 0 0 50px;
	border-color: transparent transparent transparent #ea6657;
}
.priceinner::after {
	right: 0px;
	bottom: 0px;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #ea6657 transparent;
}
.pricebox dl {
	display: table;
	position: relative;
	width: 100%;
	background-color: #fff;
	table-layout: fixed;
	border-spacing: 0px;
	border-bottom: 1px solid #c8beb5;
	z-index: 1;
}
.pricebox dl:last-child {
	border-bottom: none;
}
.pricebox dt {
	display: table-cell;
	width: 25%;
	font-size: 1.600em;
	vertical-align: middle;
}
.pricebox dt h4 {
	display: inline-block;
	font-size: 1.500em;
	background-color: #f2f2f2;
	padding: 20px 10px;
}
.pricebox dd {
	display: table-cell;
	vertical-align: middle;
}
.pricebox dd dl {
}
.pricebox dd dt {
	width: 50%;
}
.pricebox dd dd {
	font-size: 1.600em;
}
.pricebox dd ul {
}
.pricebox dd li {
	border-bottom: 1px solid #c8beb5;
	padding: 10px;
}
.pricebox dd li:last-child {
	border-bottom: none;
}
.pricebox dd li strong {
	display: inline-block;
	font-weight: 400;
	margin-right: 30px;
}
.pricebox dd li span {
	display: inline-block;
}
.pricebox dd li span b {
	font-size: 1.200em;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.pricebox {
		padding: 0px 0px;
	}
	.priceouter {
		padding: 5px;
	}
	.pricebox dl {
		display: block;
		width: auto;
	}
	.pricebox dl:last-child {
		border-bottom: none;
	}
	.pricebox dt {
		display: block;
		width: auto;
	}
	.pricebox dt h4 {
		font-size: 1.300em;
		padding: 15px 10px;
	}
	.pricebox dd {
		display: block;
		width: auto;
	}
	.pricebox dd dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.pricebox dd dt {
		display: table-cell;
		width: 40%;
		font-size: 1.300em;
		vertical-align: middle;
	}
	.pricebox dd dd {
		display: table-cell;
		font-size: 1.300em;
		vertical-align: middle;
	}
	.pricebox dd li strong {
		margin-right: 10px;
	}
	.pricebox dd li span b {
		font-size: 1.200em;
	}
}
/* ---------------------------------------------------------------------- */
.order {
	text-align: center;
	background-image: url("../img/orderbg.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 0px 0px 40px 0px;
}
.order h3 {
	color: #c7161e;
	font-size: 1.467em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-decoration: none;
	text-align: center;
	background-color: #fcf2f4;
	padding: 13px 0px;
	margin-bottom: 20px;
}
.orderinner {
	display: inline-block;
	position: relative;
}
.order-logo {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.order-logo img {
	margin: 0px auto;
}
.orderinner p {
	font-family: 'Noto Serif JP', serif;
	padding-left: 260px;
}
.orderinner ul {
	text-align: left;
	margin-bottom: 10px;
	padding-left: 260px;
}
.orderinner li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0px 10px;
}
.orderinner li.order-tel {
}
.orderinner li.order-tel strong {
	display: block;
	font-size: 0.933em;
	font-weight: 400;
	margin-bottom: 5px;
}
.orderinner li.order-tel a {
	display: block;
	color: #c7161e;
}
.orderinner li.order-tel a:hover {
	color: #a48c83;
}
.orderinner li.order-tel a .mysvg {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.orderinner li.order-tel a .mysvg path,
.orderinner li.order-tel a .mysvg polygon {
	color: #a48c83;
	fill: currentColor;
}
.orderinner li.order-tel a span {
	display: inline-block;
	font-size: 3em;
	font-family: 'Bellefair', sans-serif;
	vertical-align: middle;
}
.orderinner li.order-mail {
}
.orderinner li.order-mail a {
	display: inline-block;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	background-color: #c7161e;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 20px;
}
.orderinner li.order-mail a .mysvg {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.orderinner li.order-mail a .mysvg path,
.orderinner li.order-mail a .mysvg polygon {
	color: #fff;
	fill: currentColor;
}
.orderinner li.order-mail a span {
	display: inline-block;
	vertical-align: middle;
}
.orderinner li.order-mail a:hover {
	background-color: #a31119;
}
@media screen and (max-width: 767px) {
	.order h3 {
		font-size: 1.385em;
	}
	.orderinner {
		display: block;
	}
	.order-logo {
		position: static;
		-webkit-transform: translate(0%);
		-moz-transform: translate(0%);
		-ms-transform: translate(0%);
		-o-transform: translate(0%);
		transform: translate(0%);
	}
	.orderinner p {
		padding-left: 0px;
	}
	.orderinner ul {
		text-align: center;
		padding-left: 0px;
	}
	.orderinner li {
		display: block;
		padding: 10px 10px;
	}
}
/* ---------------------------------------------------------------------- */
#about {
}
#about1 {
}
#about1 img {
	float: left;
	margin: 0px 10px 10px 0px;
}
#about2 {
	position: relative;
	background-color: #f9f8f7;
	padding: 60px 0px 30px 0px;
}
#about2::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 150px 0 150px;
	border-color: #fff transparent transparent transparent;
	margin-left: -150px;
	z-index: 0;
}
#about2 .lp-inner {
	position: relative;
	z-index: 1;
}
#about2 h3 {
	font-size: 1.467em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 20px;
}
#about2 h4 {
	text-align: center;
	margin-bottom: 20px;
}
#about2 h4 span {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.867em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	padding: 15px 20px;
	background-color: #c1b7ac;
}
#about2 h4 span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 12px 0 3px;
	border-color: #c1b7ac transparent transparent transparent;
}
#about2 .lp-check {
	text-align: center;
}
#about2 .lp-check ul {
	display: inline-block;
	padding: 15px 20px;
}
#about2 .lp-check li {
	padding: 5px 0px 5px 30px;
}
@media screen and (max-width: 767px) {
	#about2 h4 span {
		font-size: 1.692em;
		padding: 15px 10px;
	}
	#about2 .lp-check ul {
		display: block;
	}
}
/* ---------------------------------------------------------------------- */
#reason {
}
#reason1 {
	background-color: #f5f5f5;
	background-image: url("../img/reason1.jpg");
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0px;
}
#reason1 .lp-inner {
}
#reason1 .lp-inner h3,
#reason1 .lp-inner div,
#reason1 .lp-inner p {
	padding-left: 450px;
}
#reason1 .lp-inner h3 {
	color: #e3007e;
	font-size: 2.133em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	padding-top: 60px;
	padding-bottom: 20px;
}
#reason1 .lp-inner div {
}
#reason1 .lp-inner div img {
}
#reason1 .lp-inner p {
	padding-top: 20px;
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	#reason1 {
		background-image: none;
		padding: 0px 10px;
	}
	#reason1 .lp-inner h3,
	#reason1 .lp-inner div,
	#reason1 .lp-inner p {
		padding-left: 0px;
	}
}
#reason2 {
	text-align: center;
	background-color: #f5f5f5;
	padding: 40px 0px;
}
#reason2 .lp-inner {
	background-image: url("../img/reason2.jpg");
	background-repeat: repeat;
	background-position: left center;
}
#reason2 .lp-inner h3 {
	color: #9e873f;
	font-size: 1.600em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
}
#reason2 .lp-inner ul {
	display: inline-block;
	vertical-align: top;
	padding: 15px 20px;
}
#reason2 .lp-inner li {
	color: #93766b;
	font-size: 1.200em;
	font-weight: 600;
	line-height: 1.2em;
	text-align: left;
	padding: 5px 0px;
}
#reason3 {
}
#reason3 .lp-inner {
}
#reason3 .lp-inner h3 {
	font-size: 1.600em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
	padding: 20px 0px;
}
#reason3 .lp-inner h3 span {
	font-size: 0.636em;
}
.reason3link {
	text-align: center;
	padding: 20px 0px;
}
.reason3link ul {
}
.reason3link li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 40px;
}
.reason3link li a {
	display: table;
	width: 280px;
	height: 280px;
	color: #ea6657;
	text-align: center;
	text-decoration: none;
	background-color: #fff2f4;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.1);
	margin: 0px auto;
}
.reason3link li a:hover {
	background-color: #ffffe2;
}
.reason3link li a p {
	display: table-cell;
	vertical-align: middle;
}
.reason3link li a p strong {
	display: block;
	font-size: 1.600em;
	margin-bottom: 10px;
}
.reason3link li a p strong span {
	display: block;
	font-size: 0.750em;
	font-weight: 400;
}
.reason3link li a p em {
	display: block;
	position: relative;
	color: #333;
}
.reason3link li a p em:after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ea6657 transparent transparent transparent;
	margin-left: -10px;
}
@media screen and (max-width: 767px) {
	.reason3link {
		text-align: center;
		padding: 20px 0px;
	}
	.reason3link ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.reason3link li {
		display: table-cell;
		vertical-align: top;
		padding: 0px 5px;
	}
	.reason3link li a {
		display: block;
		width: auto;
		height: auto;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin: 0px auto 20px auto;
		padding: 10px 0px 30px 0px;
	}
	.reason3link li a p {
		display: block;
	}
	.reason3link li a p strong {
		font-size: 1.538em;
		margin-bottom: 5px;
	}
	.reason3link li a p strong span {
		font-size: 0.750em;
	}
}
/* ---------------------------------------------------------------------- */
#ganken {
}
#ganken .lp-title {
	margin-bottom: 0px;
}
#ganken1 {
	background-color: #f9f8f7;
}
#ganken1 .lp-inner {
	background-image: url("../img/ganken1.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px 0px;
}
#ganken1 .lp-inner h3 {
	color: #9e873f;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	padding: 20px 0px 20px 0px;
}
#ganken1 .lp-inner p {
	margin-bottom: 30px;
}
#ganken1 .lp-check {
}
#ganken1 .lp-check ul {
}
#ganken1 .lp-check li {
	padding: 10px 0px 10px 30px;
}
@media screen and (max-width: 767px) {
	#ganken1 .lp-inner {
		background-image: none;
	}
	#ganken1 .lp-inner h3 {
		font-size: 1.846em;
	}
}
#ganken2 {
}
#ganken2 .lp-inner {
}
/* ---------------------------------------------------------------------- */
#maibotsu {
}
#maibotsu .lp-title {
	margin-bottom: 0px;
}
#maibotsu1 {
	background-color: #f9f8f7;
}
#maibotsu1 .lp-inner {
	background-image: url("../img/maibotsu1.jpg");
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 20px 0px;
}
#maibotsu1 .lp-inner h3 {
	color: #9e873f;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#maibotsu1 .lp-inner p,
#maibotsu1 .lp-check {
	padding-left: 320px;
}
#maibotsu1 .lp-inner p {
	margin-bottom: 20px;
}
#maibotsu1 .lp-check {
}
#maibotsu1 .lp-check ul {
}
#maibotsu1 .lp-check li {
	padding: 10px 0px 10px 30px;
}
@media screen and (max-width: 767px) {
	#maibotsu1 .lp-inner {
		background-image: none;
	}
	#maibotsu1 .lp-inner h3 {
		font-size: 1.846em;
	}
	#maibotsu1 .lp-inner p,
	#maibotsu1 .lp-check {
		padding-left: 0px;
	}
}
#maibotsu2 {
	background-color: #f9f8f7;
}
#maibotsu2 .lp-inner {
}
#maibotsu2 .lp-inner h3 {
	color: #9e873f;
	font-size: 1.333em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.8em;
	padding-top: 20px;
	padding-bottom: 10px;
}
#maibotsu2 .lp-inner h3 span {
	font-size: 2.000em;
}
@media screen and (max-width: 767px) {
	#maibotsu2 .lp-inner h3 span {
		font-size: 1.692em;
	}
}
#maibotsu2 .lp-inner p {
	line-height: 2em;
	margin-bottom: 20px;
}
#maibotsu2 .lp-inner p:last-child {
	margin-bottom: 0px;
	padding-bottom: 40px;
}
#maibotsu3 {
}
#maibotsu3 .lp-inner {
}
#maibotsu3 .lp-inner h3 {
	color: #ea6657;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
#maibotsu3 .lp-inner img {
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
#column {
	background-color: #eeeff0;
}
#column1 {
}
#column2 {
}
#column h3 {
	color: #ac3060;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.8em;
	padding-top: 20px;
	padding-bottom: 10px;
}
#column h3 span {
	display: inline-block;
	font-size: 1.600em;
	margin-right: 20px;
}
#column h3 strong {
	display: inline-block;
	font-size: 2.267em;
}
.column {
	margin-bottom: 20px;
}
.column:last-child {
	margin-bottom: 0px;
}
.column::after {
	display: block;
	content: "";
	clear: both;
}
.column h4 {
	font-size: 1.200em;
	margin-bottom: 20px;
}
.column img {
}
#column1 .column img {
	float: right;
	margin: 0px 0px 10px 10px;
}
#column2 .column img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.column p {
}
.column p {
	line-height: 2em;
	margin-bottom: 20px;
}
.column p:last-child {
	margin-bottom: 0px;
	padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#column h3 span {
		display: block;
		font-size: 1.385em;
		margin-right: 0px;
	}
	#column h3 strong {
		display: block;
		font-size: 1.846em;
	}
	#column1 .column img {
		float: none;
		margin: 0px auto 10px auto;
	}
	#column2 .column img {
		float: none;
		margin: 0px auto 10px auto;
	}
}
/* ---------------------------------------------------------------------- */
#flow {
}
#flow .lp-inner {
}
#flow .lp-inner h3 {
	color: #9e873f;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 30px;
}
#flow .lp-inner dl {
	position: relative;
	min-height: 160px;
	margin-bottom: 40px;
}
#flow .lp-inner dl::after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ccc transparent transparent transparent;
	margin-left: -10px;
}
#flow .lp-inner dl:last-child::after {
	display: none;
}
#flow .lp-inner dt {
	padding-left: 260px;
}
#flow .lp-inner dt h4 {
	font-weight: 400;
	margin-bottom: 10px;
}
#flow .lp-inner dt h4 span {
	display: inline-block;
	font-size: 1.200em;
	margin-right: 20px;
}
#flow .lp-inner dt h4 b {
	display: inline-block;
	font-size: 1.467em;
}
#flow .lp-inner dt img {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px auto 10px auto;
}
#flow .lp-inner dd {
	padding-left: 260px;
}
@media screen and (max-width: 767px) {
	#flow .lp-inner dt {
		text-align: center;
		padding-left: 0px;
	}
	#flow .lp-inner dt h4 span {
		display: block;
		margin-right: 0px;
	}
	#flow .lp-inner dt h4 b {
		display: block;
	}
	#flow .lp-inner dt img {
		position: static;
	}
	#flow .lp-inner dd {
		padding-left: 0px;
	}
}
/* ---------------------------------------------------------------------- */
#price {
}
/* ---------------------------------------------------------------------- */
#tanoshiku {
}
#tanoshiku .lp-inner {
}
#tanoshiku .lp-inner h3 {
	color: #9e873f;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 30px;
}
#tanoshiku .lp-inner p {
	padding-bottom: 30px;
}
/* ---------------------------------------------------------------------- */
#profile {
	background-color: #f9f8f7;
}
#profile .lp-inner {
}
#profile .lp-inner h3 {
	color: #ad968e;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 30px;
}
.doctorProf {
	position: relative;
}
.doctorProf-name {
	padding: 10px 0px;
}
.doctorblocimg .doctorProf-name {
	padding: 10px 400px 10px 0px;
}
.doctorProf-name span {
	display: block;
	font-size: 4em;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: capitalize;
	margin-bottom: 20px;
}
#doctor-konishi .doctorProf-name span,
#doctor-nakagawa .doctorProf-name span {
	font-size: 5em;
}
.doctorProf-name strong {
	display: block;
	font-weight: 400;
}
.doctorblocimg .doctorProf-photo {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 900px;
	margin-left: -450px;
}
.doctorProf-photo img {
	width: 300px;
	margin: 0px 0px 0px auto;
}
.doctorProf-tex {
	padding: 10px 0px;
}
.doctorblocimg .doctorProf-tex {
	padding: 10px 320px 20px 0px;
}
.doctorProf-tex p {
	margin-bottom: 10px;
}
.doctorProf-tex p:last-child {
	margin-bottom: 0px;
}
.doctorProf-tex-his {
	background-color: #f2f2f2;
	padding: 10px 10px;
}
.doctorProf-tex-his h4 {
	font-size: 1.2em;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
}
.doctorProf-tex-his p {
	font-size: 0.85em;
	padding: 0px 5px;
}
.doctorHis {
	font-size: 0.85em;
	background-color: #ccc;
	padding: 10px 0px;
}
.doctorHis-bloc {
	line-height: 1.6em;
}
.doctorHis-title {
	width: 90px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding: 0px 10px;
}
.doctorHis-main {
}
.doctorHis1 {
	margin-bottom: 10px;
}
.doctorHis1 .doctorHis-main ul {
}
.doctorHis1 .doctorHis-main ul li {
	display: list-item;
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 2px;
}
.doctorHis2 {
}
.doctorHis-blocs {
	border-right: 1px solid #fff;
}
.doctorHis-blocs:last-child {
	border-right: none;
}
.doctorHis-titles {
	text-align: center;
	border-bottom: 1px solid #fff;
}
.doctorHis-mains {
}
.doctorHis-mains dl {
	border-bottom: 1px dotted #fff;
}
.doctorHis-mains dl:last-child {
	border-bottom: none;
}
.doctorHis-mains dt {
	width: 40px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px dashed #fff;
	padding: 0px 5px;
}
.doctorHis-mains dd {
}
.doctorHis-mains dd ul {
	display: block;
}
.doctorHis-mains dd ul li {
	display: list-item;
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.doctorProf h3 {
		font-size: 1.6em;
		text-align: center;
	}
	.doctorProf-name {
		text-align: center;
		padding: 10px 0px;
	}
	.doctorProf-name span {
		font-size: 2.6em;
	}
	#doctor-konishi .doctorProf-name span,
	#doctor-nakagawa .doctorProf-name span {
		font-size: 2.6em;
	}
	.doctorblocimg .doctorProf-name {
		padding: 10px 0px;
	}
	.doctorProf-photo {
		position: static;
		width: auto;
		margin-left: 0px;
	}
	.doctorblocimg .doctorProf-photo {
		position: static;
		width: auto;
		margin-left: 0px;
	}
	.doctorProf-photo img {
		width: 200px;
		margin: 0px auto;
	}
	.doctorProf-tex {
		padding: 10px 10px;
	}
	.doctorblocimg .doctorProf-tex {
		padding: 10px 10px;
	}
	.doctorProf-photo img {
		width: 200px;
		margin: 0px auto;
	}
	.doctorHis {
	font-size: 0.9em;
	}
	.doctorHis-title {
		width: auto;
		border-right: none;
		border-bottom: 1px solid #000;
		margin-bottom: 5px;
		padding: 3px 10px;
	}
	.doctorHis-title br {
		display: none;
	}
	.doctorHis-mains dt {
	}
}

/* ---------------------------------------------------------------------- */
#access {
}
#access .lp-inner {
	margin-bottom: 20px;
}
#access .lp-inner h3 {
	color: #e3007e;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 40px;
}
#access .photo {
	margin-bottom: 10px;
}
#access .tex {
	width: 35%;
	padding-right: 10px;
}
#access .tex dl {
	margin-bottom: 10px;
}
#access .tex dt {
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
#access .tex dd {
	padding-left: 10px;
}
#access .map {
}
#access .map .link {
	text-align: right;
}
#access .map .link a {
	display: inline-block;
	color: #fff;
	font-size: 0.85em;
	line-height: 1em;
	text-decoration: none;
	background-color: #c7161e;
	border: 1px solid #c7161e;
	padding: 10px 20px;
}
.access-exbox {
}
.access-exbox#access-ex-train {
	border-bottom: 1px solid #000;
}
.access-exbox strong {
	display: block;
}
.access-exbox dl {
	border-bottom: 1px dashed #000;
}
.access-exbox dl:last-child {
	border-bottom: none;
}
.access-exbox dt {
	width: 150px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #000;
}
.access-exbox dt b {
	display: block;
}
.access-exbox dd {
	vertical-align: middle;
}
.access-exbox dd dl {
}
.access-exbox dd dl dt {
	width: 150px;
	border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.access-exbox dt {
		width: auto;
		font-size: 1.2em;
		text-align: center;
		border-right: none;
		border-bottom: 2px solid #c7161e;
		padding: 10px 0px;
	}
	.access-exbox dt b {
		display: inline-block;
	}
	.access-exbox dd dl dt {
		width: auto;
		border-right: none;
		border-bottom: 2px solid #000;
	}
}
.access-exbox dd dl dd {
}
.access-exbox dd ul {
	display: block;
}
.access-exbox dd ul li {
	display: block;
	padding: 5px 20px;
}
.access-exbox dd ul li:last-child {
	border-bottom: none;
}
.access-exbox dd ul li::after {
	color: #c7161e;
	content: "▼";
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	clear: both;
	text-align: left;
	padding-left: 30px;
}
.access-exbox dd ul li:last-child::after {
	content: "";
}
.access-ex-bloc {
}
.access-ex-bloc p {
}
.access-ex-img {
}
.access-ex-img img {
	display: inline-block;
	width: 200px;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {

#access .tex {
	width: auto;
	padding-right: 0px;
	padding-bottom: 10px;
}
}
/* ---------------------------------------------------------------------- */
#reserve {
}
#reserve .lp-inner {
}
#reserve .lp-inner h3 {
	color: #9e873f;
	font-size: 2.400em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 40px;
}
/* ---------------------------------------------------------------------- */
.reserve-mess {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 30px 20px;
}
.reserve-mess p {
	margin-bottom: 10px;
}
.reserve-mess p:last-child {
	margin-bottom: 0px;
}
.reserve-mess .link a {/*.link*/
	font-size: 13px;
	font-size: 1.3rem;
	padding: 5px 50px;
}
@media screen and (max-width: 767px) {
	.reserve-mess {
		padding: 10px;
	}
}
/* ---------------------------------------------------------------------- */
.reserve-flow {
	margin-bottom: 20px;
}
.reserve-flow ul {
	text-align: center;
}
.reserve-flow li {
	display: inline-block;
}
.reserve-flow li img {
}
/* ---------------------------------------------------------------------- */