@charset "utf-8";
/* CSS Document */

body {
}

.sp {
	display: none;
}
img {
	max-width: 100%;
}
.font_mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header {
	padding: 10px 20px;
	position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 );
	text-shadow:0px 0px 5px #000000;

}
header h1 {
	font-size: 24px;
	float: left;
	color: #ffffff;
}
header h1 span {
	font-size: 60%;
}


#nav-toggle {
	display: none;
}

#drawer {
	display: none;
}

nav {
	margin-top: 10px;
	float: right;
}
nav ul {
}
nav ul li {
	display: inline-block;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	margin: 0 10px;
}
nav ul li span {
	font-size: 60%;
	display: block;
}
nav ul li a {
	display: block;
	padding: 5px;
	color: #ffffff !important;
}
nav ul li a:hover {
	opacity: 0.6;
}

#fix_btn .contact {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 55;
}
#fix_btn .contact a {
	display: block;
	width: 110px;
    height: 110px;
    color: #ffffff;
	background: url(../img/ico_mail.png) no-repeat #384c79 center 25px / 28px auto;
	padding-top: 60px;
	text-align: center;
}
#fix_btn .contact a:hover {
	opacity: 0.7;
}

#fix_btn .telno {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: fixed;
	right: 0;
	top: 320px;
	z-index: 55;
}
#fix_btn .telno a {
	display: block;
	width: 194px;
	padding: 15px 0 10px;
	background-color: #2d2618;
    color: #ffffff;
	text-align: center;
	font-size: 23px;
	line-height: 1.3;
}
#fix_btn .telno a span {
	font-size: 60%;
	display: block;
}
#fix_btn .telno a:hover {
	opacity: 0.7;
}

.inner {
	padding: 0 15px;
}

h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 38px;
	color: #3e3522;
	font-weight: 400;
}
h2 span {
	display: block;
	font-size: 45%;
	color: #c8b488;
}

.moreBtn {
	max-width: 300px;
	font-weight: 600;
	margin: 0 auto;
}
.moreBtn a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: url(../img/ico_arrow.png) no-repeat 95% center;
	background-size: 7px auto;
	background-color: #fff;
	color: #384c79;
	border: 1px solid #384c79;
}
.moreBtn a:hover {
	background-color: #384c79;
	background-image: url(../img/ico_arrow_white.png);
	color: #ffffff;
	border: 1px solid #ffffff;
}

.reBtn {
	max-width: 300px;
	width:90%;
	border: 1px solid #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	margin: 0 auto;
}
.reBtn a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: url(../img/ico_arrow_left.png) no-repeat 15% center;
	background-size: 7px auto;
	background-color: #fff;
}
.reBtn a:hover {
	background-color: #333;
	background-image: url(../img/ico_arrow_left_gray.png);
}

footer {
	background-color: #384c79;
	color: #fff;
}
footer .foot_top {
	max-width: 1030px;
	margin: 0 auto;
	padding: 30px 15px;
}
footer h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	font-weight: 400;
	padding-left: 10px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
footer .foot_top > div {
	width: 48%;
}
footer .foot_top .outline .address , footer .foot_top .outline ul {
	margin-left: 10px;
	font-size: 16px;
}
footer .foot_top .outline ul li {
	 padding-left: 23px;
	 display: inline-block;
	 vertical-align: middle;
	 margin-right: 10px
}
footer .foot_top .outline ul li.tel {
	background: url(../img/ico_tel.png) no-repeat left center / 15px auto;
}
footer .foot_top .outline ul li.fax {
	background: url(../img/ico_fax.png) no-repeat left center / 15px auto;
}
footer .foot_top .access .map {
	float: left;
	margin-right: 20px;
}
footer .foot_top .access .map + div {
	float: left;
	font-size: 16px;
	width: calc(100% - 240px);
}
footer .foot_top .access .moreBtn {
	margin-top: 10px;
	width: 100%;
}

footer #copy {
	background-color: #2d2618;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

#page-top {
	display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    opacity: 0.7;
    position: fixed;
    bottom: 20px;
    right: 20px;
	cursor: pointer;
}
#page-top:hover {
	opacity: 1.0;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
}

.bn_area .inner ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.bn_area .inner ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.bn_area .inner ul li:last-child {
	margin-right: 0;
}
.bn_area .inner ul li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 50px 0;
	background-position: center;
	color: #ffffff;
	background-size: cover;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
}
.bn_area .inner ul li:nth-of-type(1) a {
	background-image: url(../img/bn01.png);
}
.bn_area .inner ul li:nth-of-type(2) a {
	background-image: url(../img/bn02.png);
}
.bn_area .inner ul li:nth-of-type(3) a {
	background-image: url(../img/bn03.png);
}
.bn_area .inner ul li:nth-of-type(4) a {
	background-image: url(../img/bn04.png);
}
.bn_area .inner ul li a:hover {
	opacity: 0.7;
}


/*******************************************************
 TOPページ 
*******************************************************/
#front_page #mainVisual {
	position: relative;
	padding-bottom: 15%;
}
#front_page #mainVisual .slick-slide {
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#front_page #mainVisual .slick-slide:nth-of-type(1) {
	background-image: url(../img/mv01.png);
}
#front_page #mainVisual .slick-slide:nth-of-type(2) {
	background-image: url(../img/mv02.png);
}
#front_page #mainVisual .slick-slide:nth-of-type(3) {
	background-image: url(../img/mv03.png);
}
#front_page #mainVisual p {
	position: absolute;
	top: 250px;
	left: 50px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 33px;
	font-weight: bold;
	color: #ffffff;
	text-shadow:0px 0px 5px #000000;
}
#front_page #mainVisual p.btm_img {
	width: 100%;
	left: 0;
	bottom: 0;
	top: inherit;
}
/*#front_page #mainVisual::after {
	content: url(../img/mv_btm.png);
	display: block;
	width: 100vh;
	height: auto;
	position: absolute;
	bottom: 0;
}*/

#index_con {
	position: relative;
	z-index: 2;
	margin-top: -170px;
}
#index_con h2 {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

#index_con .sec01 {
	max-width: 800px;
	margin: 0 auto 100px;
}
#index_con .sec01 p {
	font-weight: bold;
	line-height: 1.8;
}

#index_con .sec02 {
	background: url(../img/top_bg.png) no-repeat right top #43341f;
	padding: 50px 0 100px;
	position: relative;
}
#index_con .sec02 h2 , #index_con .sec02 h2 span {
	color: #ffffff;
}
#index_con .sec02 .chief_prof {
	max-width: 1000px;
	margin: 50px auto 0;
}
#index_con .sec02 .chief_prof .photo {
	position: absolute;
	margin-left: -30px;
	width: 45%;
	bottom: 0
}
#index_con .sec02 .chief_prof div {
	width: 60%;
	float: right;
	color: #ffffff;
	position: relative;
}
#index_con .sec02 .chief_prof h3 {
	font-size: 30px;
	position: relative;
	padding: 20px 10px;
	font-weight: 400;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 20px;
}
#index_con .sec02 .chief_prof h3 span {
	font-size: 60%;
	position: absolute;
	right: 10px;
	top: 45%;
}
#index_con .sec02 .chief_prof div .ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#index_con .sec02 .chief_prof div .ttl + p {
	margin-bottom: 40px;
}
#index_con .sec02::before , #index_con .sec02::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
}
#index_con .sec02::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 0 50vw;
	border-color: transparent transparent transparent #715c32;
	left: 0;
	z-index: 2;
}
#index_con .sec02::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 50vw;
	border-color: transparent transparent #715c32 transparent;
	right: 0;
	z-index: 2;
}

#index_con .sec03 {
	background-color: #715c32;
	color: #ffffff;
	padding: 30px 0 80px;
}
#index_con .sec03 h3 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index_con .sec03 div {
	max-width: 1000px;
	margin: 0 auto 30px;
}
#index_con .sec03 div .txt {
	width: 59%;
}
#index_con .sec03 div .txt span {
	padding-left: 1em;
	display: inline-block;
	margin-top: 1em;
}
#index_con .sec03 div .img {
	width: 38%;
}




/*******************************************************
 下層ページ 
*******************************************************/

.under_page #mainVisual {
	background: url(../img/under_mv.png) no-repeat center / cover;
}
.under_page #mainVisual h2 {
	padding: 180px 35px 130px;
	color: #ffffff;
}
.under_page #mainVisual h2 span {
	font-style: italic;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 100px;
	margin-bottom: 10px;
	padding-left: 5px;
}

#topicpath {
	padding: 5px 15px;
	background-color: #eee7da;
}
#topicpath li {
	display: inline-block;
	font-size: 13px;
}
#topicpath li::before {
	content: ">";
	margin: 0 8px;
}
#topicpath li:first-child::before {
	content: none;
}

.w1030 {
	max-width: 1030px;
	margin: 0 auto;
}

#contents {
}
#contents .heading01 {
	font-size: 26px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	margin-top: 50px;
	border-bottom: 1px solid #9C885E;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-left: 8px;
}
#contents .heading02 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: 400;
	padding-left: 10px;
	border-left: 5px solid #2A3E7F;
	border-bottom: 1px solid #C7C7C7;
	margin-top: 40px;
	margin-bottom: 15px;
}

#contents dl {
	margin-top: 20px;
}
#contents dl dt {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#contents dl dt::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/ico_arrow_white.png) no-repeat #55422A center / 4px auto;
	border-radius: 1px;
	vertical-align: sub;
	margin-right: 8px;
}
.price_list {
	padding-left: 15px;
}
 
.table_A {
	width: 100%;
}
.table_A th , .table_A td {
	padding: 0.5em;
	vertical-align: middle;
}
.table_A th {
	background-color: #cdd1dd;
	text-align: left;
}
.table_A td {
	text-align: right;
	background-color: #eeeeee;
}
.table_A tr:nth-of-type(1) th {
	color: #ffffff;
	background-color: #2A3E7F;
	text-align: center;
}

.note {
	font-size: 13px;
}

.table_A.other td {
	text-align: left;
}
.table_A.other tr:nth-of-type(3) th {
	background-color: #2A3E7F;
	color: #ffffff;
}
.table_A.other tr:nth-of-type(4) {
}


.under_page .bn_area {
	margin-top: 100px;
}


#access #contents .map {
	margin-bottom: 30px;
}
#access #contents .map iframe {
	width: 100%;
}
#access #contents .outline {
	margin-right: 50px;
}


.table_B {
	width: 100%;
}
.table_B th , .table_B td {
	padding: 1em;
	vertical-align: middle;
}
.table_B th {
	background-color: #cdd1dd;
	text-align: left;
	width: 30%;
}
.table_B td {
	background-color: #eeeeee;
	width: 70%;
}
.table_B th span {
	font-size: 12px;
	color: #ffffff;
	background-color: #2A3E7F;
	padding: 1px 5px;
	font-weight: normal;
	margin-left: 20px;
}



/* form */
input,
select,
textarea{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

input[type="text"] , textarea {
	width: 90%;
	padding: 3px 8px;
	font-size: 16px;
	border: 1px solid #cccccc;
	vertical-align: middle;
}

textarea {
	resize: vertical;
	height: 150px;
}

input[type="submit"] {
	border: none;
	background-color: #2A3E7F;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 15px;
	display: inline-block;
	width: 250px;
	margin: 30px auto 0;
}
input[type="button"] {
	border: none;
	background-color: #aaaaaa;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 15px;
	display: inline-block;
	width: 250px;
	margin: 30px auto 0;
}
input[type="submit"]:hover , input[type="button"]:hover {
	opacity: 0.7;
}

form {
	max-width: 800px;
	margin: 0 auto;
}





@media (max-width: 900px) {
	#drawer {
		clear: both;
		position: fixed;
		z-index: 5;
		top: 0;
		background-color: rgba(255,255,255,0.9);
		width: 100%;
		overflow: scroll;
		height: 100%;
	}
	#drawer ul li {
		border-top: 1px solid #bbb;
	}
	#drawer ul li a {
		display: block;
		padding: 15px 15px;
	}
	#drawer ul li a img {
		width: 22px;
		margin-right: 7px;
	}
	#drawer ul:last-of-type li:last-child {
		margin-bottom: 60px;
	}
	#drawer p {
		display: none;
	}
	
	/* Toggle Button
	===========================================================*/
	#nav-toggle {
		display: block;
		position: fixed;
		right: 12px;
		top: 14px;
		width: 52px;
    	height: 50px;
		cursor: pointer;
		z-index: 101;
		padding: 10px;
    	background-color: #ffffff;
		text-shadow: none; }
	#nav-toggle div { position: relative; }
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #333;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out; }
	#nav-toggle span:nth-child(1) { top: 0; }
	#nav-toggle span:nth-child(2) { top: 8px; }
	#nav-toggle span:nth-child(3) { top: 16px; }
	
	#nav-toggle p {
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		color: #000;
		padding-top: 23px;
	}
	
	/* #nav-toggle 切り替えアニメーション */
	#nav-toggle.open  span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg); }
	#nav-toggle.open  span:nth-child(2) { width: 0; left: 50%; }
	#nav-toggle.open  span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg); }
		
	nav {
		display: none;
	}
	
	footer .foot_top .access .map {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	footer .foot_top .access .map iframe {
		width: 100%;
		height: 150px;
	}
	footer .foot_top .access .map + div {
		float: none;
		width: 100%;
	}
	
}


@media (max-width: 800px) {
	#front_page #mainVisual .slick-slide {
		height: 500px;
	}
	#front_page #mainVisual p {
		top: 180px;
		font-size: 28px;
	}
	#index_con {
		margin-top: -140px;
	}
	h2 {
		font-size: 32px;
	}
	#index_con .sec02 {
		padding: 10px 0 40px;
	}
	#index_con .sec02 .chief_prof {
		margin-top: 30px;
	}
	#index_con .sec02 .chief_prof div {
		width: 70%;
	}
	#index_con .sec03 {
		padding-bottom: 40px;
	}
	#fix_btn .contact {
		top: 170px;
	}
	#fix_btn .telno {
		top: 290px;
	}
}



@media (max-width: 700px) {
	.pc { display: none; }
	.sp { display: block; }
	
	header h1 {
		width: calc(100% - 55px);
	}
	header h1 span {
		display: inline-block;
	}
	
	#fix_btn {
		position: fixed;
		z-index: 9999;
		width: 100%;
		bottom: 0;
		border-top: 1px solid #ffffff;
	}
	#fix_btn .contact {
		position: relative;
		width: 50%;
		top: inherit;
		left: inherit;
		float: left;
	}
	#fix_btn .contact a {
		width: 100%;
		height: 60px;
		padding-top: 0;
		line-height: 60px;
		background-position: 25px center;
		padding-left: 40px;
	}
	#fix_btn .telno {
		position: relative;
		width: 50%;
		top: inherit;
		left: inherit;
		float: left;
	}
	#fix_btn .telno a {
		width: 100%;
		height: 60px;
		padding: 12px 0 10px;
		font-size: 19px;
	}
	
	#page-top {
		bottom: 40px;
		right: 0px;
		z-index: 999;
	}
	
	#front_page #mainVisual .slick-slide {
		height: 300px;
	}
	#front_page #mainVisual p {
		top: 155px;
		font-size: 20px;
		left: 18px;
	}
	#index_con {
		margin-top: -70px;
	}
	h2 {
		font-size: 26px;
	}
	#index_con .sec01 {
		margin-bottom: 50px;
	}
	#index_con h2 {
		margin-top: 30px;
	}
	#index_con .sec02 .chief_prof div {
		width: 100%;
		padding-bottom: 55%;
	}
	#index_con .sec02 .chief_prof h3 {
		font-size: 20px;
		padding: 10px 5px;
	}
	#index_con .sec02 .chief_prof h3 span {
		top: inherit;
		bottom: 0;
	}
	#index_con .sec02 .chief_prof div .ttl + p {
		margin-bottom: 25px;
	}
	#index_con .sec02 .chief_prof .photo {
		left: 31%;
	}
	#index_con .sec03 h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	#index_con .sec03 div .txt {
		width: 100%;
	}
	#index_con .sec03 div .img {
		width: 100%;
		margin-top: 10px;
	}
	#index_con .sec03 {
		padding-bottom: 10px;
	}
	.bn_area .inner ul li {
		width: 49%;
		margin-bottom: 2%;
	}
	.bn_area .inner ul li:nth-of-type(even) {
		margin-right: 0;
	}
	footer {
		padding-bottom: 60px;
	}
	footer .foot_top > div {
		width: 100%;
	}
	footer .foot_top .access {
		margin-top: 15px;
	}
	
	.under_page #mainVisual h2 {
		padding: 130px 20px 30px;
	}
	#contents .heading01 {
		font-size: 22px;
		margin-top: 30px;
	}
	.under_page .bn_area {
		margin-top: 20px;
	}
	#access #contents .map iframe {
		height: 250px;
	}
	#access #contents .outline {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.table_B th span {
		margin-left: 0px;
		display: block;
		width: 36px;
		padding: 1px;
		text-align: center;
		margin-top: 5px;
	}
	.bn_area .inner ul li a {
		font-size: 15px;
	}
}

@media (max-width: 640px) {
}

@media (min-width: 767px) {
}
