@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, article, aside, details, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, p, header, hgroup, main, menu, nav, section, summary, ul, ol, li, dl, dt, dd, span, table, th, td, a, input, textarea {
	box-sizing: border-box !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background: #fff;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	letter-spacing: 0.02em;
	height: 100%;
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, body {
     letter-spacing: 0.03em;
	}
}

img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
}
ul, dl, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

sup{
	font-size: 75.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -0.5em;
}
@-moz-document url-prefix() {
	sup.sup{margin-top: 0;}
}

sub {
	vertical-align: text-bottom;
}
* html input, * html textarea, * html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th, td {
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html pre, * html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	padding: 2px;
}
* html div#container {
	height: 100%;
}

/*  set tags
 --------------------------------------------------------------------------*/
ul, ol {
	margin : 0;
	padding: 0;
	font-size: 100%;
}
li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
hr {
	border: none;
	border-top: solid 1px #707070;
	height: 1px;
	width: auto;
	margin-bottom: 30px;
}
a {
	transition: .25s;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: rgb(255, 85, 0);
}

img {
	border: none;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}
strong {
	font-weight: 600;
	text-transform: none;
}
ruby rt {
	font-size: 12px;
}

p { line-height: 1.8; }

/*  items
 --------------------------------------------------------------------------*/
.sp { display: none !important; }
.pc { display: block !important; }

.unk { margin: -50px; padding: 50px; }

/* set border ( full wrapp ) */
.border { border: 1px solid #666; }
img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set color */
.cBase { color: #002E4E; }
.cRed { color: #c6003f; }
.cWhite { color: #FFF; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.tCenter img { display: inline;width:100%; }
.tRight {
	margin-left: auto;
	text-align: right;
}
/* set hide contents */
.disp { display: none; }
/* set text */
.txMin {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.txSmall { font-size: 0.7rem; }
.tSmall { font-size: 0.9rem; }
.tLead { font-size: 1.75rem;	line-height: 2 !important; }
.tLarge { font-size: 1.75rem; }
.txLarge { font-size: 2rem; }
.tsxLarge { font-size: 2.25rem; }
.bold { font-weight: 600; }
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* set rollover transition */
.onCng {
	-webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
	transition: all .8s;
}

/* set image scale up */
.scale_up {
	overflow: hidden;
}
.scale_up img {
	display: block;
	transition-duration: 0.3s;
}
.scale_up img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* set flex-box wrapp */
.flexNormal {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexCenter {
	width: 100%;
	height: auto;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
}
.flexBetween {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
.Start {
	-webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;   
}
.Middle {
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.End {
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}
.flexDirection {
	flex-direction: row-reverse;
}

/* set button  --> 右の項目は個別にセットする border-radius,width,height */
.button,
.button-backpage {
	position: relative;
	display: block;
}
.button a,
.button input[type=submit],
.button span,
.button-backpage a,
.button-backpage input[type=submit],
.button-backpage span {
	width: 100%;
	height: 60px;
	display: block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #7A7A7A;
	text-decoration: none !important;
	position: relative;
	transition: .25s;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: 500 !important;
	color: #000;
	text-align: center;
	overflow: hidden;
	border-radius: 9999px;
	z-index: 1;
}
.button a,
.button input[type=submit] {
	padding: 16px 36px 16px 16px;
}
.button-backpage a,
.button-backpage input[type=submit] {
	padding: 16px 16px 16px 36px;
}
.button span,
.button-backpage span {
	padding: 16px 26px;
}
.button a:hover,
.button input[type=submit]:hover,
.button-backpage a:hover,
.button-backpage input[type=submit]:hover {
	background: rgba(0,136,206,1);
	border: 1px solid rgba(0,136,206,1);
	color: #fff;
}
/* form */
.button.current input[type=submit],
.button.current-backpage input[type=submit] {
	background: rgba(0,136,206,1);
	border: 1px solid rgba(0,136,206,1);
	color: #fff;
}

.button a::after,
.button span::after,
.button input[type=submit]::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 27px;
	height: 27px;
	margin-top: -14px;
	content: "\f054";
  font-family: FontAwesome;
  font-weight: 500 !important;
  font-size: 10px;
	transition: 0.25s;
}
.button a:hover::after,
.button span:hover::after,
.button input[type=submit]:hover::after {
  right: 5px;
}
.button-backpage a::before,
.button-backpage input[type=submit]::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 27px;
	height: 27px;
	margin-top: -14px;
	transform: scale(-1, 1);
	content: "\f054";
    font-family: FontAwesome;
    font-weight: 500 !important;
    font-size: 10px;
	transition: 0.25s;
}
.button-backpage a:hover::before,
.button-backpage input[type=submit]:hover::before {
  left: 5px;
}
.nonext span,
.nonext span:active,
.nonext span:hover {
	background-color: #ddd !important;
	border: 1px solid #ddd;
	color: #666;
	cursor: default;
	display: block;
}
.nonext span::before,
.nonext span::after {
	display: none;
}

@media all and (min-width:769px) and (max-width: 1024px) {
	.button a,
	.button input[type=submit],
	.button span {
		padding: 16px 30px 16px 16px;
	}
	.button-backpage a,
	.button-backpage input[type=submit],
	.button-backpage span {
		padding: 16px 16px 16px 30px;
	}
	.button a::after,
	.button span::after,
	.button input[type=submit]::after {
		right: 6px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.button-backpage a::before,
	.button-backpage input[type=submit]::before {
		left: 6px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
}

/* set pagenation */
.pagenation-wrapp {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagenation {
	text-align: center;
	margin: 0 0.5rem;
}
.pagenation a {
	padding: 0 10px;
	margin:0 2px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
	line-height: 40px;
	background:#FFF;
	color: #000;
}
.pagenation a.current,
.pagenation a:hover {
	text-decoration: none;
	background-color: #F3F3F3;
	color:#000 !important;
}
.pagenation .pageselect_wrapp{
 	width: 100%;
 	display:block;
 	padding: 30px 0;
 	font-size: 14px;
}
.pagenation input.pageselect {
	padding: 0 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 2em;
	height: 2em;
	font-size: 14px;
	width: 30%;
}
.pagenation button[type="submit"] {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding:4px 10px;
	text-align: center;
	color: #000;
	cursor: pointer;
	text-decoration: none !important;
	background:#eee;
	margin-left: 10px;
}
.pagenation button[type="submit"]:hover {
	background-color: rgba(0,136,206,1);
	color:#fff;
	text-decoration: none !important;
}

/* set body section */
section {
	margin: 0;
	display: block;
}
section:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
section.section p {
	line-height: 1.6em;
	margin-bottom: 30px;
}
section.section p a {
	font-weight: 600;
}
/* set active link style */
.op a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.op a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* set kadomaru box */
.radi {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* set caution text */
.caution {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.caution {display: inline-block;}

/* set drop shadow */
.shad {
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
}

/* set icon-mark  */
.blank {
	position: relative;
	padding-right: 20px;
}
.blank::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
	left:0;
}
.pdf {
	position: relative;
	padding-right: 20px;
}
.pdf::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
	left:0;
}
.button .blank::before,
.button .pdf::before {
	left:20px;
}
.arrow {
	position: relative;
	padding-right: 20px;
}
.arrow::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
	right:0;
}
.arrowdown {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.arrowdown::after {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
	right:0;
}

/* set list into section */
ul.normal {
	margin: 0;
	padding: 0;
}
ol.normal {
	margin: 0;
	padding: 0;
}
ul.normal li {
	list-style-type: none;
	padding-left: 1em;
	list-style-position: inside;
	margin: 0 0 0.5em 1em;
	line-height: 1.8;
	position: relative;
}
ol.normal li {
	list-style-image: none;
	list-style-type: decimal;
	line-height: 1.8;
	margin: 0 0 0.5em 0.8em;
	list-style-position: inside;
	text-indent: 0.2em;
}
ol.normal li a {
	display: inline-block;
  width: auto;
  padding-left: 0.5em;
	font-weight: 500;
	text-decoration: underline;
}
ul.normal li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0.75em;
}

ul.linknext {
	margin: 0;
}
ul.linknext li {
	margin: 0;
	list-style-image: none;
	text-indent: 0;
}
ul.linknext li a {
	display: block;
	width: auto;
	position: relative;
	padding: 1rem 3rem 1rem 1rem;
	font-weight: 500 !important;
	border-bottom: 1px solid rgba(0,136,206,0.6);
	color: #000;
	text-decoration: none !important;
	transition: 0.25s;
}
ul.linknext li.nolink span {
	display: block;
	width: auto;
	position: relative;
	padding: 1rem 3rem 1rem 1rem;
	font-weight: 500 !important;
	border-bottom: 1px solid rgba(0,136,206,0.6);
	color: #000;
	text-decoration: none !important;
	transition: 0.25s;
}
ul.linknext li a:hover {
	color: rgba(0,136,206,1);
	background: rgba(0,136,206,0.1);
	border-bottom: 1px solid rgba(0,136,206,1);
}
ul.linknext li a::before {
	position: absolute;
	top: 50%;
	right: 12px;
	content: "\f054";
	font-family: FontAwesome;
	font-weight: 500 !important;
	font-size: 10px;
	margin-top: -12px;
	color: #666;
}

/*  float clear */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}

/*  text styles */
/*  lead text */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 500;
}
body.home h1 {
	display: none;
}
h2 {
	font-size: 2em;
}
h3 {
  position: relative;
	display: flex;
	align-items: center;
	font-size: 1.75em;
}
.h-icon::before {
  content: url("../img/common/h3-icon.svg");
  width: 82px;
  height: 34px;
  margin-right: 0.5em;
}

@media all and (min-width:769px) and (max-width:1024px) {
}

/* spacer */
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}

.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}
.pa40 {padding:40px;}
.pa50 {padding:50px;}

.ml05 {margin-left:5px !Important;}
.ml10 {margin-left:10px !Important;}
.ml15 {margin-left:15px !Important;}
.ml20 {margin-left:20px !Important;}
.ml30 {margin-left:30px !Important;}

.mb00 {margin-bottom:0px !Important;}
.mb10 {margin-bottom:10px !Important;}
.mb20 {margin-bottom:20px !Important;}
.mb30 {margin-bottom:30px !Important;}
.mb40 {margin-bottom:40px !Important;}
.mb50 {margin-bottom:50px !Important;}
.mb60 {margin-bottom:60px !Important;}
.mb70 {margin-bottom:70px !Important;}
.mb80 {margin-bottom:80px !Important;}

.mr05 {margin-right:5px !Important;}
.mr10 {margin-right:10px !Important;}
.mr15 {margin-right:15px !Important;}
.mr20 {margin-right:20px !Important;}
.mr30 {margin-right:30px !Important;}

/* set width */
.w10 {width:9%;}
.w20 {width:19%;}
.w30 {width:29%;}
.w40 {width:39%;}
.w50 {width:49%;}
.w60 {width:59%;}
.w70 {width:69%;}
.w80 {width:79%;}
.w90 {width:89%;}
.w100 {width:100%;}

.w10 img,
.w20 img,
.w30 img,
.w40 img,
.w50 img,
.w60 img,
.w70 img,
.w80 img,
.w90 img,
.w100 img {
	width: 100%;
}

/* table */
table {
	margin: 0;
	padding: 0;
}
table ul {
	margin: 0 !important;
	padding: 0 !important;
}
table li {
	line-height: 1.6em;
	margin: 0 !important;
	font-size: 1em !important;
}
table p {
	margin: 0 !important;
}
table.table01{
  border-collapse:collapse;
  margin: 0;
  border-left:1px solid #B8B8B8;
  border-top: 2px solid #FF701D;
}
table.table01 tr {
  border-bottom:1px solid #B8B8B8;
}
table.table01 th {
  padding: 20px 30px;
	position: relative;
	line-height: 1.8;
  border-right:1px solid #B8B8B8;
}
table.table01 td {
  padding: 20px 30px;
	position: relative;
	line-height: 1.8;
  border-right:1px solid #B8B8B8;
}
table.table01 thead th {
	font-weight: 500;
	text-align: center;
	background: #F5F0EE;
}
table.table01 tbody th {
	font-weight: 500;
	background: #F5F0EE;
}
table.table01 tbody td {
	background: #fff;
}

table th.c, td.c {
	text-align: center !important;
}
table th.m, td.m {
	vertical-align: middle;
}
table th.r, td.r {
	text-align: right !important;
}

/* photo gallery */
.photogallery {
	width: auto;
	overflow: hidden;
	margin: 0;
}
.photogallery .photo {
	margin: 0 0 20px;
}

.photogallery .clm2,
.photogallery .clm3,
.photogallery .clm4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.photogallery .clm3:after{
    content:"";
    display:block;
    width: 32%;
    height:0;
}
.photogallery .clm4:before{
    content:"";
    display:block;
    width: 23%;
    height:0;
    order:1;
}
.photogallery .clm4:after{
    content:"";
    display:block;
    width: 150px;
    height:0;
}
.photogallery .photo img {
	width: 100%;
	height : 100%;
	object-fit: cover;
}
.photogallery .clm3 .photo {
	width: 32%;

}
.photogallery .clm2 .photo {
	width: 48%;
}
.photogallery .clm4 .photo {
	width: 23%;
}
.photogallery p {
	aspect-ratio: 1 / 0.6;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 26px;
}
.photogallery span {
	font-size: 0.9em;
	padding: 10px 0;
	display: inline-block;
	overflow: hidden;
}
.photogallery a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.photogallery a:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container {
	width: 100%;
	min-height: 100%;
	margin: 0;
	position: relative;
	min-width: 100%;
	text-align: center;
	transition: all 0.25s;
	overflow: hidden;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 454px;
}
#contents-wrapp {
	background: #fff;
}
#main-contents {
	position: relative;
}

@media all and (min-width:769px) and (max-width: 1024px) {
	#main {
		padding-bottom: 0;
	}
}

/* header section
========================================== */
header {
	width: auto;
	margin: 0 2.5% 20px;
	height: 160px;
	display: block;
	position: relative;
	z-index: 99999;
	background: #FF701D;
	border-radius: 0 0 26px 26px;
}
.headerpain {
	width: 100%;
	height: 160px;
	margin: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-logo {
	width: 20%;
	height: 160px;
	margin-left: 40px;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 99999;
}
.header-logo img {
	width: 100%;
}
.header-right {
	width: 72%;
	display: flex;
	justify-content: flex-end;
	z-index: 99999;
}
.header-right .navi-wrapp {
	width: calc( 100% - 226px );
	display: flex;
	justify-content: space-between;
}

/* =======================================
   global navigation
========================================== */
#g-menu {
	width: 100%;
	height: 160px;
	z-index: 9999;
	display: block;
}
#g-menu ul {
	width: auto;
	height: 160px;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}
#g-menu ul li {
	margin: 0;
	display: flex;
	align-items: center;
}
#g-menu ul li a {
	display: flex;
	align-items: center;
	width: auto;
	height: 160px;
	padding: 0 1rem;
	margin: 0;
	text-decoration: none;
	text-align: left;
}
#g-menu ul li a span {
  position: relative;
  display: inline-block;
	width: auto;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	transition: .25s;
}
#g-menu ul li a.home {
	display: flex;
	align-items: center;
	width: 76px;
	height: 76px;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
}
#g-menu ul li a.home::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 30px;
	height: 26px;
	background: url(../img/common/icon-home.svg) no-repeat center center;
	background-size: cover;
  transform: translate(-50%, -50%);
	z-index: 2;
}
#g-menu ul li a.home span {
  position: relative;
  display: block;
	width: 76px;
	height: 76px;
	transition: .25s;
	background: #FFF;
	border-radius: 9999px;
	transition: 0.25s;
}
#g-menu ul li a.home:hover {
	opacity: 0.6;
}
#g-menu ul li a.instagram {
	display: flex;
	align-items: center;
	width: 76px;
	height: 76px;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
}
#g-menu ul li a.instagram::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/common/Instagram_Glyph_White.svg) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#g-menu ul li a.instagram span {
	position: relative;
	display: block;
	width: 76px;
	height: 76px;
	transition: .25s;
	transition: 0.25s;
}
#g-menu ul li a.instagram:hover {
	opacity: 0.6;
}
/* 下線アニメーション */
#g-menu ul li a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 2px;
  background: #fff;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
#g-menu ul li a.home span::after,
#g-menu ul li a.instagram span::after {
	height: 0;
}
#g-menu ul li a:hover span::after {
  width: 100%;
  transform: translateX(-50%) scaleX(1);
}
#g-menu ul::before,
#g-menu ul::after {
	content: "";
	display: table;
}
#g-menu ul::after {
	clear: both;
}
@media all and (min-width:769px) and (max-width: 1400px) {
}

/* =======================================
   footer section
========================================== */
#page-back {
	position: fixed;
	width: 189px;
	height: 132px;
	right: 0;
	bottom: 121px;
	z-index: 99999999999;
}
#page-back img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#page-back a {
	display: block;
	position: relative;
	z-index: 99999999999;
}

footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-size: 30%;
	background: url(../img/common/back-stripe.png) repeat-x;
	background-position: bottom left;
	background-size: 100% 10px;
}
.contact-wrapp {
	width: auto;
	padding: 80px 0 60px;
	position: relative;
}
.contact-wrapp img {
	width: 100%;
}
.contact-wrapp .logo {
	max-width: 350px;
	display: inline-block;
	margin: 0 auto 30px;
}
.contact-wrapp p {
	margin-bottom: 20px;
}
.contact-wrapp .tel {
	max-width: 170px;
	display: inline-block;
	margin: 0 auto;
}
.footer-wrapp {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #70A0A4;
	position: relative;
}
.footer-menu-wrapp {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-menu-wrapp ul {
	width: 60%;
	text-align: left;
}
.footer-menu-wrapp ul li {
	display: inline-block;
	margin-right: 2em;
}
.footer-menu-wrapp ul li a {
	display: block;
	line-height: 80px;
	position: relative;
}

/* 下線アニメーション */
.footer-menu-wrapp ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 0;
  height: 2px;
  background: #FF701D;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.footer-menu-wrapp ul li a:hover:after {
  width: 100%;
  transform: translateX(-50%) scaleX(1);
}
.footer-menu-wrapp .copyright {
	width: 38%;
	font-size: 0.9em;
	line-height: 80px;
	text-align: right;
}

@media all and (min-width:769px) and (max-width: 1400px) {
	.footer-menu-wrapp {
		width: auto;
		margin: 0 2.5%;
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
.contents-inner {
	margin: 0 auto;
	width: 1400px;
	position: relative;
	display: block;
}
.contents-inner::before {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.content { padding-bottom: 60px; }

/* background set */
.bg-01 { background: #F5F0EE; }
.bg-02 { background: #F9F9EF; }
.bg-03 { background: #EBF8F9; }

@media all and (min-width:769px) and (max-width: 1400px) {
	.contents-inner {
		margin: 0 2.5%;
		width: auto;
	}
}

/* =======================================
   Top page
========================================== */
/* Slider
---------------------------------------- */
.slider-container {
	height: auto;
	margin: 0 2.5%;
	display: block;
	position: relative;
	background: url(../img/common/slider-back.jpg) no-repeat top left;
	background-size: cover;
	border-radius: 26px;
}
.slider-container .slider-inner {
	padding: 80px 8%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.slider-container .copy {
	width: 45%;
}
.slider-container .copy figure {
	width: 100%;
	margin-bottom: 40px;
}
.slider-container .copy figure img {
	width: 100%;
}
.slider-container .copy p {
	width: 100%;
	font-size: 1.15em;
	line-height: 2em;
	text-align: left;
	margin-bottom: 40px;
}
.slider-container .copy .point-copy {
	width: 100%;
}
.slider-container .copy .point-copy span {
	width: auto;
	display: block;
	padding: 10px 16px;
	background: #fff;
	font-size: 1.15em;
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
}
.slider-container .copy .point-copy span:last-child {
	margin-bottom: 0;
}
.slider-container .slide-wrapp {
	width: 50%;
}
.slider-container .slide-wrapp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (min-width:769px) and (max-width: 1400px) {
}

/* toppage-message-container
---------------------------------------- */
.toppage-message-container {
	width: 1400px;
	margin: 0 auto;
	padding: 100px 0;
}
.toppage-message-container h2 {
	margin-bottom: 60px;
}
.toppage-message-container .massage-wrapp {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toppage-message-container figure {
	width: 20%;
	margin-right: 60px;
}
.toppage-message-container figure img {
	width: 100%;
	border: 10px solid #F5F0EE;
	border-radius: 9999px;
}
.toppage-message-container .message-text {
	width: auto;
	text-align: left;
	line-height: 2em;
}
@media all and (min-width:769px) and (max-width: 1400px) {
	.toppage-message-container {
		width: auto;
		margin: 0 2.5%;
		padding: 60px 0;
	}
}


/* toppage-feature-container
---------------------------------------- */
.toppage-feature-container {
	width: 100%;
	padding: 100px 0;
}
.toppage-feature-container h2 {
	margin-bottom: 60px;
}
.toppage-feature-container h3 {
	margin-bottom: 40px;
}
.toppage-feature-container .content {
	text-align: left;
}
@media all and (min-width:769px) and (max-width: 1400px) {
	.toppage-message-container {
		padding: 60px 0;
	}
}

/* toppage-staff-container
---------------------------------------- */
.toppage-staff-container {
	width: 1400px;
	margin: 0 auto;
	padding: 100px 0;
}
.toppage-staff-container h3 {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.toppage-staff-container .staff-wrapp {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.toppage-staff-container .staff-wrapp figure {
	margin-bottom: 20px;
	position: relative;
}
.toppage-staff-container .staff-wrapp figure img {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 10px;
  border-radius: 90px;
	position: relative;
	z-index: 2;
}
.toppage-staff-container .staff-wrapp figure::after {
	display: block;
	width: 180px;
	height: 180px;
  border-radius: 90px;
  background: #F5F0EE;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 10px;
}
.toppage-staff-container .staff-wrapp span {
	display: block;
}
.toppage-staff-container .staff-wrapp span.post {
	font-size: 1.15em;
	font-weight: 500;
	margin-bottom: 4px;
}
@media all and (min-width:769px) and (max-width: 1400px) {
	.toppage-staff-container {
		width: auto;
		margin: 0 2.5%;
		padding: 60px 0;
	}
}

/* toppage-schedule-container
---------------------------------------- */
.toppage-schedule-container {
	width: 100%;
	padding: 100px 0;
}
.toppage-schedule-container h3 {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.toppage-schedule-container .schedule-wrapp {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.toppage-schedule-container .time-table {
	width: 70%;
}
.toppage-schedule-container .time-table dl {
	width: 100%;
	display: flex;
	text-align: left;
	padding: 20px 30px;
	border-bottom: 1px dotted #70A0A4;
}
.toppage-schedule-container .time-table dt {
	width: 20%;
}
.toppage-schedule-container .figure-wrapp {
	width: 25%;
}
.toppage-schedule-container figure {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	border-radius: 26px;
	overflow: hidden;
}
.toppage-schedule-container .monthly-event-wrapp {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.toppage-schedule-container .event-table {
	width: 70%;
}
.toppage-schedule-container .event-table dl {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 30px;
	margin-bottom: 10px;
	position: relative;
}
.toppage-schedule-container .event-table dl::after {
	width: calc( 100% - 6em );
	height: 100%;
	display: block;
	content: "";
	background: #fff;
	position: absolute;
	left: 6em;
	top: 0;
}
.toppage-schedule-container .event-table dt {
	width: 6em;
	padding: 10px 16px;
	border-radius: 9999px;
	margin-right: 30px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	background: #54CFD9;
	z-index: 2;
}
.toppage-schedule-container .event-table dd {
	z-index: 2;
}
.toppage-schedule-container .event-table dd p {
	display: inline-block;
	position: relative;
	padding-left: 1.25em;
	margin-right: 20px;
}
.toppage-schedule-container .event-table dd p::before {
	width: calc( 100% - 6em );
	height: 100%;
	display: inline-block;
	content: "●";
	color: #54CFD9;
	position: absolute;
	left: 0;
	top: 0;
}

@media all and (min-width:769px) and (max-width: 1400px) {
	.toppage-schedule-container {
		padding: 60px 0;
	}
}

/* toppage-facilities-container
---------------------------------------- */
.toppage-facilities-container {
	width: 1400px;
	margin: 0 auto;
	padding: 100px 0;
}
.toppage-facilities-container h2 {
	margin-bottom: 60px;
}
.toppage-facilities-container h3 {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.toppage-facilities-container figure img {
	width: 100%;
}

@media all and (min-width:769px) and (max-width: 1400px) {
	.toppage-facilities-container {
		width: auto;
		margin: 0 2.5%;
		padding: 60px 0;
	}
}
/* toppage-service-container
---------------------------------------- */
.toppage-service-container {
	width: 100%;
	padding: 100px 0;
}
.toppage-service-container h2 {
	margin-bottom: 60px;
}
.toppage-service-container .service-wrapp {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.toppage-service-container .service-wrapp div {
	width: 70%;
	text-align: left;
}
.toppage-service-container .service-wrapp figure {
	width: 20%;
}
.toppage-service-container .service-wrapp figure img {
	width: 100%;
}
@media all and (min-width:769px) and (max-width: 1400px) {
	.toppage-service-container {
		padding: 60px 0;
	}
}

/* =======================================
   Contents page
========================================== */
/* contents-title-container
-------------------------------------- */
.contents-title-container {
	width: auto;
	margin: 0 2.5% 60px;
}
.contents-title-container img {
	width: 100%;
}

/* access map
-------------------------------------- */
.access-container {
}
.access-container h2 {
	margin-bottom: 60px;
}
.access-container p {
	text-align: left;
}
.access-container iframe {
	width: 100%;
	min-height: 600px;
}

/* contents-info-container
-------------------------------------- */
.contents-info-container {
	width: 100%;
	padding: 100px 0;
	margin-bottom: 80px;
}
.contents-info-container h2 {
	margin-bottom: 60px;
}
.contents-info-container .img-wrapp {
	width: 80%;
	margin: 0 10% 40px;
}
.contents-info-container .img-wrapp img {
	width: 100%;
}
.contents-info-container .tel {
	max-width: 300px;
	display: inline-block;
	margin: 0 auto;
}
.contents-info-container .tel img {
	width: 100%;
}
.contents-info-container h3 {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

/* contents-recruit-container
-------------------------------------- */
.contents-recruit-container {
	width: auto;
	margin: 0 2.5%;
	padding: 80px 0;
	border-radius: 26px;
}
.contents-recruit-container .recruit-inner {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents-recruit-container .title-wrapp {
	width: 60%;
	text-align: left;
}
.contents-recruit-container .title-wrapp h2 {
	margin-bottom: 60px;
}
.contents-recruit-container .img-wrapp {
	width: 40%;
	border-radius: 26px;
	overflow: hidden;
}
.contents-recruit-container .img-wrapp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}