@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{font-size:100%;}
body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Segoe UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: clamp(10px, 1.14vw, 14px);
	font-weight: 400;
	color: #7e7473;
	line-height: 1.7;
	font-feature-settings: "palt";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  letter-spacing: 0.04em;
}
a, a:hover, a:focus, a:active {color: inherit;}
a:hover {opacity: .6;}
p {
  margin-bottom: 1em;
}

iframe {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
textarea {
  padding: 12px;
  width: 100%;
  font-size: clamp(10px, 1.14vw, 14px);
  font-family: inherit;
  background: #fff;
  line-height: 1.8;
  border: solid 1px #D8D8D8;
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
textarea:focus {
  background: #fff;
}

input[type="submit"] {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 20px;
  min-width: 260px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  background: #0BB6A7;
  border: none;
}

.btn-gnavi,
.menu-label {
    cursor: pointer;
}

.bg_white {
	background: #fff;
}



@media screen and (max-width: 768px) {
	body {font-size: 14px;}
}

.spv { display: block; }
.pcv { display: none; }
@media screen and (min-width: 769px) {
	.spv { display: none; }
	.pcv { display: block; }
}


.klee {font-family: "Klee One", system-ui, "YuGothic", sans-serif;}

/* layout */
.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
}

header {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
header h1 {
	width: 220px;
	margin: 0 auto;
	position: relative;
	z-index: 30;
}
header h1 a {
	display: block;
}
header nav {
	width: calc( 100% - 20px);
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 17px;
	font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", sans-serif;
	font-weight: 400;
	z-index: 10;
}
header .menu {
	width: 100%;
	max-width: 1400px;
	margin: 0;
	font-size: clamp(10px, 1.14vw, 14px);
	color: #584b4a;
	display: flex;
	justify-content: space-between;
}
header .menu li {
	position: relative;
}
header .menu li a {
	height: 80px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
header .menu li.menu_logo {
	width: 220px;
}

header .menu li .menu_icon {
	width: 100%;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items:center;
}
header .btn-gnavi .text-menu,
header .btn-gnavi .text-close {
	display: none;
}

nav .sub-menu {
	position: relative;
	width: 180px;
	padding: 10px 20px 5px;
	top: 0;
	left: 30px;
	opacity: 0;
	display: none;
	transition: .5s;
	background: #FFF;
}
nav .menu_2 .sub-menu,
nav .menu_6 .sub-menu {
	margin-left: -50px;
	margin-right: -100px;
}
@media screen and (max-width: 1340px) {
	nav .menu_6 .sub-menu {
		margin-left: -100px;
		margin-right: 0;
	}
}
nav .sub-menu a {
	height: auto !important;
	padding: 5px 15px;
	display: block !important;
	background-image : linear-gradient(to right, #ABA4A3, #ABA4A3 2px, transparent 5px, transparent 8px);
	background-size: 8px 1px;
	background-position: left top;
	background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
	nav .has-children:hover ul,
	nav .has-children ul.focused {
		opacity: 1;
		display: block;
	}
}
nav li.has-children li a:hover,
nav li.has-children li a:focus {
	text-decoration: underline;
}
nav li.menu_7 {display: none;}

@media screen and (max-width: 768px) {
	header h1 {
		width: 180px;
	}
	.menu {
		display: block;
	}
	nav li.menu_7 {display: block;}
	/**レスポンシブにした時のナビの見せ方**/
	header nav {
		width: 100%;
		height: 100%;
		padding-top: 60px;
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		background-color: rgba(27, 9, 8, .8);
		overflow-y: auto;
		position: fixed;
		top: 0;
		right: -1023px;
		flex-direction: column;
		justify-content: flex-start;
		z-index: 999;
	}
	header .menu {
	    width: 100%;
	    margin: 0;
    	font-size: 1em;
		flex-direction: column;
	}
	header nav ul li {
		width: 100%;
	}
	header nav ul li a {
		color: #ffffff;
		padding-left: 20px;
	}
	header .menu li .menu_icon {
		display: none;
	}
	header .menu li.menu_logo {
		display: none;
	}
	header .btn-gnavi {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 32px;
		height: 40px;
		font-size: 10px;
		color: #666;
		cursor: pointer;
		transition: all 400ms;
		-webkit-transition: all 400ms;
		z-index: 9999;
	}
	header .btn-gnavi span {
		position: absolute;
		width: 30px;
		height: 3px;
		background: #337C8B;
		-webkit-transition: all 400ms;
		transition: all 400ms
	}
	header .btn-gnavi span:nth-child(1) {
		top: 0;
	}
	header .btn-gnavi span:nth-child(2) {
		top: 10px;
	}
	header .btn-gnavi span:nth-child(3) {
		top: 20px;
	}
	header .btn-gnavi.hb-open span {
		background: #fff;
	}
	header .btn-gnavi.hb-open span:nth-child(1) {
		transform: rotate(45deg);
	    top: 10px;
	}
	header .btn-gnavi.hb-open span:nth-child(2) {
		height: 0;
	}
	header .btn-gnavi.hb-open span:nth-child(3) {
		transform: rotate(-45deg);
		top: 10px;
	}
	header .btn-gnavi .text-menu,
	header .btn-gnavi .text-close {
		height: 0;
		top: 25px;
		color: #337C8B;
		display: block;
	}
	header .btn-gnavi .text-close {
		color: #fff;
		display: none;
	}
	header .btn-gnavi.hb-open .text-menu {
		display: none;
	}
	header .btn-gnavi.hb-open .text-close {
		display: block;
	}

	nav a:hover {opacity: 1;}
	nav .sub-menu {
		width: 100%;
		padding: 0;
		background: none;
		position: relative;
		z-index: 9999;
		left: 0;
	}
	nav .sub-menu a {
		background-image: none;
	}
	.has-children.is-open .sub-menu {
		display: block;
		opacity: 1;
	}
	.has-children.is-open .sub-menu {
		display: block;
		opacity: 1;
	}
	nav .menu_2 .sub-menu,
	nav .menu_6 .sub-menu {
		margin-left: auto;
		margin-right: auto;
	}
	
	header .menu li a {
		height: auto;
		flex-direction: row;
		justify-content: flex-start;
	}
	header .menu li {
		padding: 10px 0 10px 20px;
	    display: block;
		color: #fff;
	}
	
	nav .menu li a,
	.has-children > .menu-label {
		padding-left: 25px;
		position: relative;
		display: block;
	}
	nav .menu li a::before,
	.has-children > .menu-label::before,
	.has-children > .menu-label::after {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 15px;
		height: 1px;
		background: #fff;
		transition: transform 0.3s ease, opacity 0.3s ease; 
	}
	nav .menu li a::before,
	.has-children > .menu-label::before {
		transform: translateY(-50%) rotate(0deg);
	}
	.has-children > .menu-label::after {
		transform: translateY(-50%) rotate(90deg);
	}
	.has-children.is-open > .menu-label::before {
		transform: translateY(-50%) rotate(180deg);
	}
	.has-children.is-open > .menu-label::after {
		transform: translateY(-50%) rotate(180deg);
		opacity: 0;
	}	
	.menu_1 {order: 2;}
	.menu_2 {order: 3;}
	.menu_3 {order: 1;}
}

/* under */
main {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto -40px;
	position: relative;
	top: -40px;
	background: #fff;
}
.entry-content {
	width: 100%;
	margin: 0 auto;
}
.entry-content .inner,
main #information .inner {
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
	padding-right: 55px;
	padding-left: 55px;
}
.entry_header {
	padding: 40px;
	background: url("../images/common/sub_title_bg.svg") repeat;
}
h2.page-title {
	text-transform: uppercase;
}
h2.page-title {
	font-size: clamp(8px,0.86vw,12px);
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	color: #b3934b;
	position: relative;
}
h2.page-title span {
	font-family: "Klee One", system-ui, "YuGothic", sans-serif;
	font-size: clamp(30px,2.43vw,34px);
	color: #3e1b1a;
	display: block;
}
.block {
	padding: 50px 0;
}
.block.background {
	background: #f0ecea;
}
.attention {
	font-size: clamp(16px,1.43vw,20px);
	font-weight: 600;
}

.block.background .txt_btn a {
	background: none;
}
.block.background .txt_btn a:hover {
	background: #b3934b;
}
.flex_wrap {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.flex_wrap.reverse {
	flex-direction: row-reverse;
}
h3.block-title {
	margin-bottom: 40px;
	font-family: "Klee One", system-ui, "YuGothic", sans-serif;
	font-size: clamp(26px,2.14vw,30px);
	font-weight: normal;
	text-align: center;
	color: #3e1b1a;
	display: block;
}
h3.block-title:before {
	width: 4px;
	height: 46px;
	margin-bottom: 5px;
	content: "";
	background: url("../images/common/h2_bg.svg") no-repeat;
	display: block;
	position: relative;
	top: 0;
	left: 50%;
}
h3.block-title span {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Segoe UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: clamp(8px, 0.86vw, 12px);
	font-weight: normal;
    line-height: 1.4;
    text-align: center;
    color: #b3934b;
	display: block;
}
h4.unit-title {
	margin: 0 auto 1.5em;
	padding-bottom: 10px;
	font-size: clamp(20px,1.86vw,24px);
	font-weight: 600;
	text-align: center;
	color: #b3934b;
	position: relative;
}
h4.unit-title::after {
	content: "";
	width: 180px;
	height: 1px;
	background: #b3934b;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
h5 {
	margin-bottom: 0.5em;
	font-size: clamp(16px,1.43vw,20px);
	font-weight: 600;
	color: #3e1b1a;
}
.list_arrow {
	margin-bottom: 40px;
}
.list_arrow h4.list-title {
	margin-bottom: 1em;
	font-size: clamp(16px,1.43vw,20px);
	font-weight: 600;
	text-align: left;
	color: #b3934b;
}
.list_arrow h4.list-title::after {
	display: none;
}
.list_arrow ul {}
.list_arrow li,
.list_arrow dt {
	margin-bottom: 0.5em;
	padding-left: 25px;
	font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", sans-serif;
	font-size: clamp(12px,1.29vw,16px);
	color: #3e1b1a;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.list_arrow li:before,
.list_arrow dt:before {
	width: 20px;
	height: 20px;
	content: "";
	background: url("../images/common/mrk_arrow01.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}
.list_arrow li:last-child,
.list_arrow dd:last-child {
	margin-bottom: 0;
}
.txt_btn a {
	margin-left: auto;
	margin-right: auto;
}
.list_arrow.frame {
	padding: 30px;
	border: 2px solid #b3934b;
	border-radius: 20px;
}
.list_arrow.noframe {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}
main .txt_btn {}
main .txt_btn a {
	width: 254px;
	padding: 15px 0;
	font-size: clamp(10px, 1.14vw, 14px);
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #b3934b;
	background: #fff;
	border: 1px solid #b3934b;
	border-radius: 50px;
	display: block;
}
main .txt_btn a:hover,
main .txt_btn a:hover {
	color: #fff;
	background: #b3934b;
	transition: .5s;
}
main .flex_wrap .img_area img {
	border-radius: 20px;
}
@media screen and (max-width: 768px) {
	main {
		top: -60px;
		margin-bottom: -60px;
	}
	.entry-content .inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.entry-content .inner img {
		width: 100%;
	}
	.entry_header {
		padding: 60px 20px 20px;
	}
	h2.page-title {
		font-size: 0.75em;
	}
	h2.page-title span {
		font-size: 3em;
	}
	.block {
 	   padding: 30px 0;
	}
	h3.block-title {
		margin-bottom: 20px;
		font-size: 1.75em;
	}
	h3.block-title:before {
		height: 30px;
	}
	h4.unit-title {
		margin: 0 auto 1em;
		font-size: 1.429em;
	}
	h5 {
		font-size: 1.286em;
	}
	.flex_wrap {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.img_area {
		margin-bottom: 10px;
	}
	.list_arrow.frame {
		padding: 20px;
	}
	.list_arrow h4.list-title {
		font-size: 1.143em;
	}
	.list_arrow li {
		padding-left: 20px;
	}
	.list_arrow li:before,
	.list_arrow dt:before {
		width: 15px;
        height: 15px;
	}
	main .txt_btn a {
		width: 84%;
		max-width: 312px;
		padding: 15px 0;
		font-size: 1.125em;
	}

}

main #information h2 {
	font-size: clamp(8px,0.86vw,12px);
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	color: #b3934b;
	position: relative;
}
main #information h2 span {
	font-family: "Klee One", system-ui, "YuGothic", sans-serif;
	font-size: clamp(26px,2.14vw,30px);
	color: #3e1b1a;
	display: block;
}
main #information h2:before {
	width: 4px;
	height: 46px;
	margin-bottom: 5px;
	content: "";
	background: url("../images/common/h2_bg.svg") no-repeat;
	display: block;
	position: relative;
	top: 0;
	left: 50%;
}
@media screen and (max-width: 768px) {
	main #information h2,
	#primary h2.entry-title {
		font-size: 0.75em;
		line-height: 1.5;
	}
	main #information h2 span {
		font-size: 2.35em;
	}
	main #information h2:before {
		height: 36px;
		margin-bottom: 0;
	}
}
main #information {
	background: #f0ecea;
}
main #information .inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
main #information h2 {width: 100%;}
main #information .detail,
main #information .access {
	width: calc(50% - 40px);
	max-width: 572px;
}
main #information img {
	margin-bottom: 10px;
}
main #information .detail .subject {
	margin-bottom: 20px;
}
main #information .schedule-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
main #information .schedule-table th {
	padding: 4px;
	font-size: clamp(10px, 1.14vw, 14px);
	text-align: center;
	color: #3e1b1a;
	background-color: #f2d899;
}
main #information .schedule-table td {
	padding: 6px 8px;
	font-size: clamp(10px, 1.14vw, 14px);
	text-align: center;
	border-bottom: 1.5px solid #e0e0e0;
	vertical-align: middle;
}
main #information .schedule-table td.time-cell {
	color: #7e7473;
}
main #information .schedule-table .sun {
	padding: 0 14px 0 8px;
	white-space: nowrap;
}
main #information .mark-circle {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #b3934b;
	border-radius: 50%;
}
main #information .mark-triangle {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 8.5px solid transparent;
	border-right: 8.5px solid transparent;
	border-bottom: 15px solid #b3934b;
}
main #information .mark-dash {
	color: #7e7473;
	font-weight: bold;
}
main #information .closeddays {
	color: #94363c;
}
main #information .triangle {
	color: #b3934b;
}
main #information .access .txt_btn a {
	margin: 40px auto 0;
}
@media screen and (max-width: 1023px) {
	main #information .inner {
		justify-content: space-between;
		gap:40px 20px;
	}
	main #information .detail,
	main #information .access {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 768px) {
	main #information .detail {
		width: 100%;
		text-align: center;
	}
	main #information .inner {
		padding: 20px 0;
		justify-content: center;
	}
	main #information h2,
	main #information .detail .subject,
	main #information .detail .schedule-table,
	main #information .detail .postscript{
		display: none;
	}
	main #information .detail h3 img {
		width: 223px;
	}
	main #information .detail .foot_tel {
		width: 189px;
	}

	main #information .access {
		display: none;
	}
}

footer {}
footer .footer_main {
	padding: 20px 20px 10px;
	text-align: center;
	background: #f0ecea;
}
.home footer .footer_main {
	display: none;
}
footer .footer_main img {
    margin-bottom: 10px;
}
footer .footer_main p {
    margin-bottom: 1em;
}
footer .footer_nav {
	width: 100%;
	max-width: 1220px;
	margin: 30px auto;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}
footer .footer_nav h3 {
	margin-bottom: 10px;
	font-weight: bold;
}
footer .footer_nav_box {
	width: 50%;
}
footer .footer_nav_box ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer .footer_nav_box.left li {
	width: 50%;
}
footer .footer_nav_box.right li {
	width: calc(100% / 3);
}

footer .footer_nav_box.left li a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/common/footer_mouse_on_1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
footer .footer_nav_box.right li a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/common/footer_mouse_on_2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
footer .footer_nav_box li a:hover::before {
  opacity: 1;
}



footer .copyright {
	margin: 0;
	padding: 10px;
	font-size: clamp(10px,1vw,14px);
	text-align: center;
	color: #fff;
	background: #1b0908;
}

footer .footer-fixed {
	width: 100%;
	display: none;
}
footer .footer-fixed ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
footer .footer-fixed li {
	width: calc((100% - 1px ) / 2);
}
footer .footer-fixed li a {
	width: 100%;			
	height: 100%;
	padding: 15px 0;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #3e1b1a;
	display: block;
}
@media screen and (min-width: 769px) {
	footer .footer-fixed {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	footer .footer_main .foot_logo {
    	width: 90%;
	}
	footer .footer_main .foot_tel {
    	width: 47%;
	}
	footer .footer_nav {display: none;}
	footer .copyright {
		padding-bottom: 52px;
		font-size: 0.625em;
		background: #3e1b1a;
	}
	footer .footer-fixed {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 10;
		border-top: 1px solid #fff;
	}
}
