@charset "UTF-8";
/*
Theme Name:Original Style - 1column 08
*/
/*===================
 Reset
===================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*===================
 Native
===================*/
/* editor */
.mainblock p, .mce-content-body p {
	display: block;
	margin: 0 0 1.4em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
/**/
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/* clearfix */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #56514c;
	background: #fff;
	line-height: 1.8;
	letter-spacing: 0;
	font-size: 16px;
}
a:focus, *:focus {
	outline: none;
}
a, a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}
a, a:visited {
	color: #56514c;
}
a:hover {
	text-decoration: none;
	color:#b8ac83;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
img {
	max-width: 100%;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
::-webkit-full-page-media, :future, :root img {
	image-rendering: auto;
}
* {
	box-sizing: border-box;
}
figure{
	text-align:center;
}
@media print, screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.telbtn {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/*==========================
	base
==========================*/
#header > .inner, #nav > .inner, #contents > .inner, #footer .inner {
	/* コンテンツ幅 */
	width: 1200px;
	margin: 0 auto;
	max-width: 96%;
	/* max-width:100%; */
}

/*==========================
	#header
==========================*/

#header h1 {
	width: 905px;
	max-width: 60%;
	margin-left:2%;
}
#header h1 img {
	width: 100%;
}
#header h1 a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
 #header .time{
 	width:470px;
 	max-width: 36%;
 	margin-right: 2%;
 	margin-left: 2%;
 }
@media print, screen and (min-width: 768px) {
	body.home {
		padding-top: 0 !important;
	}
	#header > .inner,
#nav > .inner{
	width:100%;
	max-width:100%;
		box-sizing: border-box;
	background:rgba(255,255,255,0.5);
}

	#header {
		padding: 0;
		width: 100%;
		z-index: 100;
	}
	body.home #header {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header .header_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 25px 0;
	}
	#header h1 {
		max-width: 60%;
	}
}
@media only screen and (max-width: 767px) {
		body.home #header {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 2;
	}
		#header > .inner{
	width:100%;
	max-width:100%;
		box-sizing: border-box;
	background:rgba(255,255,255,0.5);
}

	#header .header_wrap {
		padding: 20px 0;
	}
	#header h1 {
		max-width: 70%;
	}
	/* メニューボタン */
	#toggle {
		display: block;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 6;
	}
	.toggle {
		font-family: Times New Roman, serif;
		font-size: 12px;
		letter-spacing: 0.02em;
		text-align: center;
	}
	.menu-trigger,
	.menu-trigger span {
		display: block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 28px;
		height: 18px;
		background: none;
		border: none;
		appearance: none;
		cursor: pointer;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #56514c;
		border-radius: 1px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}
}

/*==========================
	#nav
==========================*/
@media screen and (min-width: 768px) {
	.fixed {
		position: fixed;
		top: 0;
		z-index: 100;
	}
}

#menu-header-nav a {
	color: #56514c;
	display: block;
	line-height: 1.5;
	text-decoration: none;
}
#menu-header-nav .sub-menu .ttl {
	color: #999;
	font-size: 0.82em;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	#nav {
		width: 100%;
	}
	#menu-header-nav {
		width:1200px;
		max-width:96%;
		margin:auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		position: relative;
	}

a {}
	#menu-header-nav > * {
		-webkit-box-flex:1;
		-ms-flex:1 1 auto;
		flex:1 1 auto;
		text-align: center;
		width: 100%;
	}
	#menu-header-nav a {
		padding: 0.75em 0.25em;
		position: relative;
		transition: all 0.2s;
	}
	#menu-header-nav::after,
	#menu-header-nav > li > a::after {
		background: #56514c;
		content: "";
		height: 1em;
		position: absolute;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
		width: 1px;
	}
	#menu-header-nav::after {
		right: 0;
	}
	#menu-header-nav > li > a::after {
		left: 0;
	}
/* 	#menu-header-nav::after,
	#menu-header-nav > li:first-child > a::after {
		display: none;
	} */
	#menu-header-nav > li:hover > a {
		background: #b8ac83;
		color: #fff;
	}
	#menu-header-nav > li:hover > a::after {
		background: #cdc091;
	}
	#menu-header-nav .has_children {
		position: relative;
	}
	#menu-header-nav .has_children.wide {
		position:static;
	}
	#menu-header-nav .has_children > a::before {
		content: "\e5e1";
		font-family: 'Material Icons';
		font-size: 0.5em;
		margin-top: -0.5em;
		position: absolute;
		right: 2em;
		top: 50%;
		transform: rotate(90deg);
	}
	#menu-header-nav .has_children > .sub-menu,
	#menu-header-nav .has_children > .submenu-wrap {
		background: #b8ac83;
		color: #fff;
		opacity: 0;
		z-index: -1;
		position: absolute;
		top: 90%;
		transition: all 0.2s;
		visibility: hidden;
		width: 140%;
		left: -20%;
	}
	#menu-header-nav .has_children > .sub-menu a,
	#menu-header-nav .has_children > .submenu-wrap a {
		color: #fff;
	}
	#menu-header-nav .submenu-wrap,
	#menu-header-nav .submenu-wrap .submenu-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#menu-header-nav .has_children:hover > .sub-menu,
	#menu-header-nav .has_children:hover > .submenu-wrap{
		opacity: 1;
		top: 100%;
		visibility: visible;
		z-index: 2;
	}
	/* sub-menu */
	#menu-header-nav .has_children > .sub-menu a {
		border-top: 1px solid #fff;
	}
	#menu-header-nav .has_children > .sub-menu a:hover {
		background:#988c61;
	}
	/* submenu-wrap */
	#menu-header-nav .submenu-wrap > *,
	#menu-header-nav .submenu-wrap .submenu-inner > * {
		-webkit-box-flex:1;
		-ms-flex:1 1 auto;
		flex:1 1 auto;
		text-align: left;
	}
	#menu-header-nav .submenu-wrap .submenu-inner {
		padding: 20px 20px ;
	}
	#menu-header-nav .submenu-wrap .ttl {
		color: #DFEFED;
		margin-bottom: 0.5em;
	}
	#menu-header-nav .submenu-wrap .sub-menu {
		margin: 0 15px;
	}
	#menu-header-nav .submenu-wrap a {
		display: inline-block;
		padding: 0.25em 0 0.25em 1.25em;
		position: relative;
		text-align: left;
	}
	#menu-header-nav .submenu-wrap a::after {
		content: "\e5e1";
		font-family: 'Material Icons';
		font-size: 0.5em;
		left: 0.25em;
		position: absolute;
		top: 0.85em;
	}
	#menu-header-nav .submenu-wrap a:hover {
		color: #56514c;
	}
	#menu-header-nav .submenu-wrap a:hover::after {
		left: 0.5em;
	}
}
@media only screen and (min-width:768px ) and (max-width: 1241px) {
#menu-header-nav  li  a{
	font-size:14px;
}
}
@media only screen and (max-width: 767px) {
	#nav {
		position: fixed;
		width: 75%;
		height: 100vh;
		top: 0;
		right: 0;
		z-index: 5;
		background: #fff;
		padding: 100px 4% 0;
		margin-right: -75%;
		overflow-y: scroll;
		transition: all 500ms cubic-bezier(0.170, 0.935, 0.305, 1.000);
	}
	#nav.open {
		margin-right: 0;
	}

	#menu-header-nav {
		border-bottom: 1px solid #fff;
	}
	#menu-header-nav a {
		border-top: 1px solid #56514c;
		display: block;
		line-height: 1.4;
		padding: 1em 0.5em;
		position: relative;
		text-decoration: none;
	}
	#menu-header-nav a::after {
		content: "\e5e1";
		font-family: 'Material Icons';
		font-size: 14px;
		margin-top: -0.5em;
		position: absolute;
		right: 1em;
		top: 50%;
	}
	#menu-header-nav .has_children > a::after {
		transform: rotate(90deg);
		transition: all .2s;
	}
	#menu-header-nav .has_children.open > a::after {
		transform: rotate(-90deg);
	}
	#menu-header-nav a:hover {
		background: #b8ac83;
		color:#fff;
	}
	#menu-header-nav .sub-menu {
		border-top: 1px solid #56514c;
		font-size: 16px;
		background: #f3f2ed;
	}
	#menu-header-nav .sub-menu .ttl,
	#menu-header-nav .sub-menu a {
		border: none;
		padding: 1em 0.25em 1em 1.75em;
	}
	#menu-header-nav .sub-menu a::after {
		font-size: 10px;
		right: 0.75em;
		margin-top: -0.75em;
		top: 2.6em;
	}
	#menu-header-nav .sub-menu .ttl {
		padding-left: 0.5em;
	}
#menu-header-nav .sub-menu li{
		border-bottom:1px solid #cdc091;
	}
	#menu-header-nav .sub-menu li:last-child{
		border:none;
	}
}


/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
	overflow: hidden;
	position: relative;
	background:url(img/under_title.jpg)no-repeat center / cover;
	text-align: center;
	padding: 4.5em 0;
}
.page-title h2 {
	font-size: 36px;
	letter-spacing: 0.15em;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.page-title {
		padding:2.5em 0;
	}
}
/* パンくず -------------*/
.bread_wrap {
	margin-bottom: 2.5em;
}
.home .bread_wrap {
	margin-bottom: 0;
}
.bread_wrap .bread {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	max-width: 96%;
}
.bread {
	padding: 0.4em 0 0.4em;
	font-size: 82%;
	/*13px*/
	margin-bottom: 0.5em;
	text-align: left;
}
.bread li {
	display: inline-block;
	line-height: 1.3em;
}
.bread li a {
	color: #666;
}
.bread li a:hover {
	text-decoration: none;
}
/* コンテンツの下部余白 -------------*/
.mainblock.under {
	padding-bottom: 3em;
}
/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
.contentbottom {
	text-align: center;
}
.contentbottom .contact-bn {
	text-align: center;
}
.contentbottom .contact-bn a {
	display: inline-block;
	margin: 0 0.5%;
	width: 280px;
	max-width: 96%;
}
/*==========================
	#footer
==========================*/
#footer {
	padding: 40px 0 0;
	text-align: left;
	background: url(img/f_bg.jpg)no-repeat center / cover;
}
#footer h2{
	font-size:44px;
	font-weight: bold;
	text-align:center;
	padding-top:50px;
	box-sizing:border-box;
	height: 191px;
	letter-spacing:4px;
	background:url(img/f_en.png)no-repeat center;
}
#footer .logo {
	margin-bottom: 1.5em;
}
#footer .column{margin-bottom: 50px;}
#footer li.menu-item-has-children {
	margin-bottom: 2em;
}
#menu-footer-nav li.menu-item-has-children > .nav_title {
	font-size: 20px;
	pointer-events: none;
	color: #56514c;
	border-bottom: 1px solid #56514c;
	display: block;
	width: 100%;
}
#footer .sub-menu {
	margin-top: 1em;
}
#footer .sub-menu li {
	line-height: 1.4;
	position: relative;
	margin-bottom: 0.7em;
}
#footer li a {
	color: #56514c;
	display:inline-block;
	padding-left: 1em;
	position: relative;
	text-decoration: none;
}
#footer li a::after {
	content: "\e5e1";
	font-family: 'Material Icons';
	font-size: 0.5em;
	left: 0.25em;
	position: absolute;
	top: 0.25em;
}
#footer li a:hover {
	color: #b8ac83;
}

#footer .access_table th,
#footer .access_table td {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#footer .access_table th {
	width:6em;
}
#footer .access_table a{
	text-decoration:none;
	font-size:26px;
}
#footer .access_table a.tel{
	position:relative;
	top:2px;
}
#footer .access{
	font-size:20px;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 1.4;
	letter-spacing:2px;
}
#footer .access .text-large{
	font-size:30px;
}

#footer .googlemap{
	padding-bottom:0;
	height:100%;
}
#footer .map{
		margin-bottom:2em;
	}
	#footer .btn-style + .btn-style{
		margin-top:1em;
	}
#footer .btn-style a span{
	display: inline-block;font-size:16px;
}
.copyright {
	text-align: center;
	padding: 1.2em 0 1.2em;
	font-size: 14px;
}

@media print, screen and (min-width: 768px) {
	#menu-footer-nav.columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
	}
	#menu-footer-nav.columns > .menu-item-has-children{
width:30%;
	}
		#menu-footer-nav.columns > .menu-item-has-children:last-child{
			width: 66%;
			display: -webkit-box;display: -ms-flexbox;
			display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
			-webkit-box-pack: justify;-ms-flex-pack: justify;
			justify-content: space-between;
			}
	#menu-footer-nav.columns > .menu-item-has-children:last-child .sub-menu{
		width:49%;
	}
#menu-footer-nav.columns > .menu-item-has-children:first-child .sub-menu + .sub-menu {
	margin-top:0;
	}

	#footer .btn-style{
		text-align:left;
	}
	#footer .btn-style a{
		width:360px;
		padding-right:60px;
	}
}
@media only screen and (max-width: 1241px) {
#footer .access .pc{
	display:none;
}
}
@media only screen and (max-width: 767px) {
	#footer{
		padding-top:1em;
	}
#footer h2{
  background-size:contain;
  height: auto;
  padding: 1em 0;
  height: auto;
  font-size:26px;
  margin-bottom: 0.5em;
}
	.menu-item-has-children{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;

	}
	#footer .sub-menu{
		width:49%;
	}
	#footer .googlemap{
		padding-bottom:70%;
		height:auto;
	}
			#footer .map{
			text-align:center;
	}
	.copyright{
		padding-bottom:18vw;
	}
}

/**/
.inq {
	position: fixed;
	z-index: 100;
}
.totop {
	bottom: 10px;
	right: 10px;
}

@media print, screen and (min-width: 768px) {
	.inq .inq_item {
		right: 0;
		position: fixed;
		top: 200px;
		width: 90px;
	}
	.totop {
		position: fixed;
	}
}
@media only screen and (min-width:768px) and (max-width: 1241px)  {
		.inq .inq_item {
		width: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.inq {
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.inq .inq_item {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		width: 100%;
	}
	.inq .inq_item > * {
		-webkit-box-flex:1;
		-ms-flex:1 1 auto;
		flex:1 1 auto;
	}
	.totop {
	position: absolute;
	bottom: 18vw;
	}
	.inq a:hover img{
		opacity:1;
	}
}

/* 改行 */
@media ( min-width : 768px ) {
  .pc_br{
    width:100%;
    display: block;
  }
}
@media only screen and (min-width:768px) and (max-width: 1241px)  {
.tb_br{
  width:100%;
  display: block;
}
}
@media ( max-width : 767px ) {
  .sp_br{
    width:100%;
    display: block;
  }
}
