@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse;
	line-height: 1.6em;
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
p{
	margin-bottom: 0.75em;
}

li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main{
	padding-top: 170px;
}

:root{
  --black: #231815;
  --key: #89ad3b;
  --key_sub:#9ebb5c;
  --key_thin: #cbe09a;
  --accent: #f5b434;
 /* --accent: #f0c000;*/
  --accent_thin:#fce891;
	--marker:rgb(255 179 0 / 60%);
	--sub1:#64821E;
	--sub2:#FFC800;
  --gray_thin: #f9f9f9;
  --blown:#664000;
  --gray: #bbb;
  --dark: #666;
  --greendark:#64821e;
	--bg:#FFF7DF;
	--group_o:#F09600;
	--group_k:#CE1C1C;
	--group_y:#357baf;
	--group_t:#3CAA64;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;
}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}

.txt_right{
text-align: right;
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
a[href^="tel:"] {
	pointer-events: none;
}
}

/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
	margin-bottom: 0;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}



.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.privacypolicy h3{
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5rem;
}
.fs_85{
	font-size: 90%;
}
.privacypolicy h4{
	margin-bottom: 0.5rem;
}
.privacypolicy ol{
	margin-left: 1rem;
}
.privacypolicy ol li {
	list-style: decimal;
	margin-bottom: 0.5rem;
}
.privacypolicy dl dt{
  width: 100%;
  line-height: 1.2em;
}
.privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 2rem;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
	xword-spacing: -0.2em;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
.title_box h2 {
	text-align: center;
	font-size: var(--size_5l);
	color: var(--greendark);
	display: flex;
	align-items: center;
	flex-flow: column;
	margin-bottom: 3rem;
}
.title_box h2 span.kakko{
	font-size: var(--size_2l);
	margin-top: 12px;
}
.title_box h2::before{
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/common/icon_logo.png) no-repeat;
	background-size: contain;
	margin-bottom: 14px;
}
.title_box h2::after{
	content: "";
	display: block;
	width: 62px;
	height: 8px;
	background: url(../img/common/icon_logo_border.png) no-repeat;
	background-size: contain;
	margin-top: 18px;
}
p.subtitle {
	font-size: var(--size_2l);
	color: var(--accent);
	font-weight: 700;
	text-align: center;
	margin-top: -30px;
	padding-bottom: 40px;
}
.title_box h3{
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid var(--accent);
	padding-bottom: 5px;
	margin-bottom: 1.5rem;
	font-size: var(--size_4l);
	line-height: 1.4em;
}
.title_box h3::before{
	content: "";
	display: inline-block;
	min-width: 38px;
	height: 38px;
	background: url(../img/common/title_icon.png) no-repeat;
	background-size: contain;
	margin-right: 0.2em;
}
.title_box h4{
	margin-bottom: 1rem;
	font-size: var(--size_3l);
	border-left: 4px solid var(--sub2);
	padding-left: 0.5rem;
	line-height: 1.4em;
}
.title_box h4 span.min_txt{
	font-size: var(--size_2l);
	font-weight: 400;

}
.title_box h5 {
	font-size: var(--size_2l);
	background: var(--key_sub);
	color: #fff;
	padding: 10px;
	margin-bottom: 1rem;
}

h1 {
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
	text-align: center;
}
.flex_box{
	display: flex;
	justify-content: space-between;
}
.flex_box.warp{
flex-wrap: wrap;
justify-content: flex-start;
}
.flex_box.warp_center{
flex-wrap: wrap;
justify-content: center;
}
.flex_box.warp_center img{
margin-bottom:15px;
}

.flex_box.warp.two_one figure:not(:nth-child(2n)) {
    margin-right: 20px;
}
.flex_box.warp.three_one figure{
	margin-bottom: 15px;
}
.flex_box.warp.three_one figure:not(:nth-child(3n)){
    margin-right: 15px;
}

	.col_md_2{
		flex: 0 0 calc(16.6% - 10px);
	}
	.col_md_3{
		flex: 0 0 calc(25% - 10px);
	}
	.col_md_4{
		flex: 0 0 calc(33.3% - 10px);
		}
	.col_md_5{
		flex: 0 0 calc(41.6% - 10px);
	}
	.col_md_6{
		flex: 0 0 calc(50% - 10px);
	}
	.col_md_7{
		flex: 0 0 calc(58.3% - 10px);
	}
	.col_md_8{
		flex: 0 0 calc(66.6% - 10px);
	}
	.col_md_9{
		flex: 0 0 calc(75% - 10px);
	}
	.col_md_10{
		flex: 0 0 calc(83.3% - 10px);
	}

	.img_box {
	}
	.img_box img {
		width: 100%;
	}
	ul.disc li {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
	}
	ul.disc li:before {
		content: "・";
		margin-right: 0.2rem;
	}
	.second_items:not(:last-child) {
    margin-bottom: 3rem;
	}

	.three_items:not(:last-child) {
		margin-bottom: 2rem;
	}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.header_section {
	display: flex;
	justify-content: space-between;
	align-items: start;
	min-width: 1024px;
	height: 120px;
	align-items: center;
	padding-right: 20px;
	padding-left: 20px;
}

header .head-logo {
	padding: 1rem;
}

header .head-logo .logo {
  display: inline-block;
  position: relative;
	width: 255px;
  overflow: hidden;
}
.menu-area {
	background: var(--key);
}
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 1024px;
}
.menu > li {
	height: 50px;
	width: calc(100% / 7);
	border-right: 1px solid var(--key_thin);
	flex: 1;
}
.menu > li:first-child {
	border-left: 1px solid var(--key_thin);
}
.menu > li a,
.menu > li span{
	height: 50px;
	display: block;
	color: #fff;
	line-height: 50px;
	width: 100%;
}
.menu > li a:hover {
	background-color: rgb(255 255 255 / 20%);
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
	*zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}

.header_contact_box .icon_address{
	line-height: 1.2em;
	display: flex;
	color: var(--blown);
}
p.header_tel {
	text-align: center;
	margin-bottom: 4px;
}
p.header_tel a {
	text-align: left;
	font-weight: 700;
	color: var(--brown);
	font-size: 20px;
}

p.header_tel a span{
	font-size: 1.2em;
}
.header_right {
	display: flex;
	align-items: center;
}
.header_room {
	display: flex;
	background: #666;
	color: #fff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	padding: 10px;
	line-height: 1.4;
	margin-right: 20px;
	min-height: 80px;
	min-width: 95px;
}
/*
.header_room.scheduled{
	background: #357baf;
}

.header_room.full{
	background: #b72d2d;
}

.header_room.vacant{
	background: #56a151;
}
*/
.header_room.scheduled_kumoji {
	background: #e66161;
}

.header_room.full_kumoji {
	background: #bb7575;
}

.header_room.vacant_kumoji {
	background: var(--group_k);
}
.header_room.scheduled_yutori {
	background: #4ea4e3;
}

.header_room.full_yutori {
	background: #5c798f;
}

.header_room.vacant_yutori {
	background: var(--group_y);
}

.header_contact_box .icon_address:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_address.svg) no-repeat;
	background-size: contain;
	margin-right: 0.2em;
}
.footer_box .icon_address{
	line-height: 1.2em;
	display: flex;
	color:#fff;
}

.footer_box .icon_address:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_w_address.svg) no-repeat;
	background-size: contain;
	margin-right: 0.2em;
}

.header_contact_box .icon_mail{
	line-height: 1.2em;
	display: flex;
	color: var(--key);
}

.header_contact_box .icon_mail:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_mail.svg) no-repeat;
	background-size: contain;
	margin-right: 0.5em;
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color:var(--key);
	color: #ffffff;
}
footer .inner {
	position: relative;
	padding: 40px 0;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
	margin-bottom: 1rem;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
	width: 365px;
	height: auto;

}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: 400;
	margin-bottom: 1px;
}
footer .foot-address {
	text-align: left;
  font-size: var(--size_1s);
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
.footer_box {
  display: flex;
  justify-content: space-between;
align-items: center;
}
ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
	justify-content: flex-end;
}
ul.footer-menu li{
	border-left: 1px solid rgb(255 255 255 / 20%);
	padding: 0 0.75rem;
	line-height: 1.2em;
	margin-bottom: 0.5rem;
}
ul.footer-menu li ul {
	line-height: 1.2em;
}
ul.footer-menu li a,
ul.footer-menu li span{
	font-size: var(--size_2s);
  color: #fff;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright_area {
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.1em;
	background-color: #fff;
	color: #000;
  font-size: var(--size_2s);

}
.copyright_area .inner{
	padding: 0;

}
.copyright_box {
	display: flex;
	justify-content: space-between;
}
.copyright_box p{
margin-bottom: 0;
}
.footer_menu_box {
	max-width: calc(100% - 365px);
}
.footer_menu_box .icon_mail{
	line-height: 1.2em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	font-size: var(--size_1s);
}

.footer_menu_box .icon_mail:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_mail.svg) no-repeat;
	background-size: contain;
	margin-right: 0.5em;
}
.footer_contact {
	text-align: right;
}
.footer_contact_box {
	display: inline-block;
}
.btn.tel a, .btn.tel input {
    position: relative;
    color: #fff;
    background: var(--key);
    transition: 0.4s;
    border: 1px solid var(--key);
}
.btn.mail a, .btn.mail input {
    position: relative;
    color: #fff;
    background: var(--accent);
    transition: 0.4s;
    border: 1px solid var(--accent);
}
.flex_box.btn_box {
    justify-content: center;
}
.flex_box.btn_box > div:not(:last-child) {
    margin-right: 32px;
}

/*====================
SNS_fixed_btn
====================*/

/*#fixed_btn {
  position: fixed;
  right: -200px;
	z-index: 100;
}
*/
.footer_sns {
  position: fixed;
  right: 0;
  bottom: 145px;
  z-index: 1;
}
.footer_sns ul {
	background: rgb(255 255 255 / 75%);
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.footer_sns ul.sns_links li a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	xborder: 2px solid #ff7e40;
	xborder-radius: 20px 0 0 20px;
	padding: 10px 10px 5px 15px;
	xbackground: rgb(255 255 255 / 55%);
	xbox-shadow: 4PX 4PX 4PX rgb(0 0 0 / 20%);
	text-align: center;
	border-right: 0;
}
.footer_sns ul.sns_links li a img{
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}
.footer_sns ul li:not(:last-child) {
  xmargin-bottom: 5px;
}
.footer_sns ul li a:hover {
  opacity: 0.7;
}
.footer_sns ul li span {
  line-height: 1.2;
  font-size: var(--size_1s);
  text-align: center;
}
.footer_sns ul li:last-child a {
   padding: 10px 10px 10px 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px)  {
	.footer.f_top {
	padding-bottom: 90px;
	} 
	.footer.f_under {
	padding-bottom: 90px;
	} 
	.footer_sns {
    position: fixed;
    left: 0;
    top: initial;
    width: 100%;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #ddd;
  }
  .footer_sns a {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
  }
  .footer_sns ul {
    display: flex;
    justify-content: space-around;
    border-radius: 0;
    flex-wrap: wrap;
    background: #f4f4f4;
  }
	.footer_sns ul li {
	      width: calc(100% / 3);
	} 
	.footer_sns ul li:not(:last-child) {
    margin-bottom: 0;
    border-right: 1px solid #ddd;
  }   
  .footer_sns ul li img {
    width: 28px;
    margin-right: 4px;
  }
  .footer_sns ul.sns_links {
    padding: 0;

  }
  .footer_sns ul.sns_links li a {
    text-align: center;
    border: none;
    padding: 0;
    xbackground: #fff;
    box-shadow: none;
    flex-flow: row;
    width: 100%;
    height: 90px;
    font-size: 12px;
    margin-bottom: 0;
    border-radius: 0;
  }
  .footer_sns ul.sns_links li a span {
    font-size: 1rem;
  }
  .mdot {
    display: inline-flex;
  }
  .footer_sns .forPC {
  	display: none;
  }
  .footer_sns ul.sns_links li a img {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
  } 
}

/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
/* index
---------------------------------------- */
div#contentsBox section.contents:nth-child(even) {
	background:var(--bg);
}

.sub-ttl {
}

div#info-area {
	margin-bottom: 2rem;
}
.topics_box {
	display: flex;
	min-height: 60px;
	border-bottom: 1px solid #ddd;
	align-items: center;
	line-height: 1.6em;
}

.topics_box .category{
	margin-right: 1rem;
}

.topics_box .days{
	margin-right: 1rem;
}

.topics_box .text{
}
ul.bn_list {
	display: flex;
	justify-content: space-between;
}
ul.bn_list:not(:last-child){
	margin-bottom: 40px;
}
ul.bn_list.news {
	justify-content: center;
}

ul.bn_list img{
width:100%;
}

ul.top_photo_album_list {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 2rem;
}
ul.top_photo_album_list li{
	width: calc((100% - (32px * 3)) / 4);
	text-align: center;
}
ul.top_photo_album_list li:not(:last-child){
	margin-right: 32px;
}
ul.top_photo_album_list li a{
	display: block;
	height: 200px;
	background: #CECECE;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6px;
}
ul.top_photo_album_list li a:hover{
	opacity: 0.8;
}
ul.top_photo_album_list li a img{
	max-width: 100%;
	max-height: 100%;
}

/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	xwidth: 180px;
}
main.contact form dl dd {
	xwidth: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: var(--sub1);
	opacity: 0.8;
	z-index: 99;
	border-radius: 60px;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px)  {
	#page-top {
		display: block;
    bottom: 99px!important;
	}
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages-header {
	padding: 50px 0;
	background: linear-gradient(#e7c756, #f5b434);
  border-bottom: 4px solid #f2a74a;
	color: #fff;
	text-shadow: 0 0 4px rgb(0 0 0 / 75%);
}

h1.pages-h1 {
}
h2.pages-h2 {
  font-size: var(--size_4l);
}
h3.pages-h3 {
  font-size: var(--size_3l);
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: var(--key);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
h4.pages-h4 {
  font-size: var(--size_2l);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--key);
  padding-left: 0.5em;
  margin-bottom: 1em;
}
h5.pages-h5 {
  font-size: var(--size_1l);
  margin-bottom: 0.5em;
}
p.catch {
	font-size: var(--size_2l);
	font-weight: 700;
	color: var(--accent);
	text-align: center;
	margin-bottom: 2rem;
}

p.headline {
	font-size: var(--size_1l);
	line-height: 2em;
}

p.headline:not(:last-child){
	margin-bottom: 2em;
}
p.headline span.En {
	color: #CE1C1C;
}
p.read {
  font-size: var(--size_r);

}
p.detail {
  font-size: var(--size_1s);
}

table.office-table {
	margin: 20px auto;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 20px 1rem;
	width: 30%;
	text-align: center;
}
.office-table th.service_time {
	width: 20%;
}
.office-table.nowrap th{
	white-space: nowrap;
}

.office-table td {
	border: solid 1px #777;
	padding: 20px 1rem;
	background-color: #fff;
}
section.contents {
	padding: 50px 0px;
}
.btn.blank a{
	color:var(--greendark);
}
/*====================
recruit
 ====================*/

.recruit_box h3{
	color: #fff;
	padding: 10px 10px;
	border-radius: 10px 10px 0 0;
 }
 .recruit_box h3 span{
	font-size: 0.8em;
 }
 .recruit_txt {
	padding: 1rem;
	background: #fff;
	border-radius: 10px;
}
 .recruit_box.group_o{
	border: 1px solid var(--group_o);
	border-radius: 10px;
}
.recruit_box.group_o h3{
 background-color: var(--group_o);
}
.recruit_box.group_k{
 border: 1px solid var(--group_k);
 border-radius: 10px;
}
.recruit_box.group_k h3{
background-color: var(--group_k);
}
.recruit_box.group_y{
 border: 1px solid var(--group_y);
 border-radius: 10px;
}
.recruit_box.group_y h3{
background-color: var(--group_y);
}
.recruit_box.group_t{
 border: 1px solid var(--group_t);
 border-radius: 10px;
}
.recruit_box.group_t h3{
background-color: var(--group_t);
}
.no_recruit {
	padding-bottom: 150px;
}

/*====================
photoalbum
 ====================*/
 .photoalbum_list ul {
	display: flex;
	flex-wrap: wrap;
}
.photoalbum_list ul li{
width: calc((100% - 40px) / 3);
}

.photoalbum_list ul li dl{
margin-bottom: 20px;
	}
dt.photoImageAreaTitle02 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0.3rem;
}
.photoalbum_list img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	object-fit: contain;
	background: #f6f6f6;
	border: 1px solid #ddd;
}
/*====================
news
 ====================*/
.category{
	color: #fff;
	font-size: 12px;
	width: 110px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	margin-bottom:0.1em;
}
.category.icon-o{
	background-color: var(--group_o);
}
.category.icon-k{
	background-color: var(--group_k);
}
.category.icon-y{
	background-color: var(--group_y);
}
.category.icon-t{
	background-color: var(--group_t);
}
ul#news-bt-List{
	display: flex;
	justify-content: space-between;
}

 ul#news-bt-List li{
	width: calc((100% - 60px) / 5);
	height: 60px;
	line-height: 1.2em;
text-align: center;
 }
 ul#news-bt-List li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 0 0;
 }
 ul#news-bt-List li a:hover{
	opacity: 0.6;
 }
ul#news-bt-List li.group_all a{
	background: var(--key);
}
ul#news-bt-List li.group_o a{
 background: var(--group_o);
}
ul#news-bt-List li.group_k a{
 background: var(--group_k);
}
ul#news-bt-List li.group_y a{
 background: var(--group_y);
}
ul#news-bt-List li.group_t a{
 background: var(--group_t);
}
.news_all ul#news-bt-List li.group_all a{
	pointer-events: none;
}
.news_orange ul#news-bt-List li.group_o a{
	pointer-events: none;
}
.news_kumoji ul#news-bt-List li.group_k a{
	pointer-events: none;
}
.news_yutori ul#news-bt-List li.group_y a{
	pointer-events: none;
}
.news_touri ul#news-bt-List li.group_t a{
	pointer-events: none;
}
#newsArea-home {
	border-style: solid;
	border-width: 1px;
	padding: 30px;
	border-color: var(--key);
}
#newsArea-orange {
	border-style: solid;
	border-width: 1px;
	padding: 30px;
	border-color: var(--group_o);
}
#newsArea-kumoji {
	border-style: solid;
	border-width: 1px;
	padding: 30px;
	border-color: var(--group_k);
}
#newsArea-yutori {
	border-style: solid;
	border-width: 1px;
	padding: 30px;
	border-color: var(--group_y);
}
#newsArea-touri {
	border-style: solid;
	border-width: 1px;
	padding: 30px;
	border-color: var(--group_t);
}

.anker {
	margin-top: -200px;
  padding-top: 200px;
}

/*company*/

.facility_box {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
dl.series {
	display: flex;
	flex-wrap: wrap;
}
dl.series dt{
	width: 13%;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
	padding: 20px 5px;
	display: flex;
	align-items: center;
}
dl.series.history dt{
	width: 15%;
}
dl.series dd{
	width: 84%;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
	padding: 20px 5px;
}

dl.series.history dd{
	width: 85%;
}
/*	お知らせ
------------------------------------------------------------*/
.news p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.news p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.news .topicsText {
  margin-bottom: 2em;
}

.news p.item-image {
  text-align: center;
}

.news p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.news .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
	margin: 0 auto 30px;
  background-color: #f6f6f6;
}
.news .topics{
  margin-bottom: 1em;
}
.news .topics .sup {
	margin-bottom: 0.5rem;
}
.news .topics span.days {
	margin-right: 1rem;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}

/*フォトアルバム*/
div#bt_backArea-f{
	margin-bottom: 2rem;
}
.button01{
	color: var(--black);
	background-color: #fff;
	border: 1px solid #989898;
	letter-spacing: 0.2rem;
	width: auto;
	border-radius: 5px;
	padding: 10px 20px;
}
.button01::before{
margin-right: 0.5rem;
}
/*施設案内*/
p.information_title {
	font-size: var(--size_3l);
	font-weight: 700;
}
ul.information_list{
	font-size: var(--size_2l);
	margin-bottom: 1rem;
	line-height: 1.8em;
}
p.information_catch{
	font-size: var(--size_2l);
	font-weight: 700;
	color:var(--accent);
	line-height: 1.8em;
}
dl.information_features dt {
	font-size: var(--size_3l);
	line-height: 1.8em;
	text-indent: -14px;
	padding-left: 14px;
	margin-bottom: 1rem;
}
dl.information_features dt:before {
	content: "・";
}
dl.information_features dt span.marker{
	background: linear-gradient(transparent 70%, var(--marker)  0%);
  	display: inline;
	padding: 0;
}
dl.information_features dd {
	padding-left: 14px;
	margin-bottom: 1rem;
}
.map iframe {
	width: 100%;
	height: 400px;
}
ul.flow_list li{
	display: flex;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}


ul.flow_list li:before {
	content: "";
	background: var(--sub1);
	color: #fff;
	min-width: 2.4em;
	height: 2.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
}

ul.flow_list li.flow01:before {
	content: "1";
}
ul.flow_list li.flow02:before {
	content: "2";
}
ul.flow_list li.flow03:before {
	content: "3";
}
ul.flow_list li.flow04:before {
	content: "4";
}
ul.flow_list li.flow05:before {
	content: "5";
}
ul.flow_list li.flow06:before {
	content: "6";
}
/*	pager
------------------------------------------------------------*/
#pageArea {
	font-size: 100%;
	color: #888;
    margin: 50px auto ;
    padding: 20px;
	xwidth: 665px;
	text-align: center;
	xbackground-color: #e6e6e6;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
}

#pageArea .pager_index {

    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 5px 10px;
    padding: 5px 10px;
    position: relative;
}

#pageArea p{
	margin: 0 !important;
}

/*	動画コンテンツ
------------------------------------------------------------*/
#youtube_bnr{
	margin-bottom:2em;
}
#youtube_bnr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0 auto;
	gap:20px;
}

#youtube_bnr li iframe{
	width: 400px;
    height: auto;
    aspect-ratio: 130 / 73;
}

.descriptionBox03 ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0 auto;
	gap:20px;
}
.descriptionBox03 li iframe{
	width: 400px;
    height: auto;
    aspect-ratio: 130 / 73;
}
