@charset "utf-8";

.g-10, .gx-10 {
    --bs-gutter-x: 6rem;
}
.js-lazy-load {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s,-webkit-transform .9s cubic-bezier(0.5, 0, 0, 1) .1s;
    transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s,-webkit-transform .9s cubic-bezier(0.5, 0, 0, 1) .1s;
    transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s,transform .9s cubic-bezier(0.5, 0, 0, 1) .1s;
    transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s,transform .9s cubic-bezier(0.5, 0, 0, 1) .1s,-webkit-transform .9s cubic-bezier(0.5, 0, 0, 1) .1s
}

.js-lazy-load.loading {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}
/* -------------------------------
FONT
------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #353535;
	line-height: 1.8;
}
/* -------------------------------
LAYOUT
------------------------------- */
* {
	word-break: break-all;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow-anchor: none;
}
#cnt {margin-top: 120px;}
@media screen and (max-width: 810px){
	#container {
		overflow-x: hidden;
	}
	#cnt {margin-top: 60px;}
}
.sp,
.sp02 {
	display: none !important;
}
@media screen and (max-width: 810px){
	.sp {
		display: inline;
	}
	.sp02 {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
/* -------------------------------
FONT
------------------------------- */

/* link */
a {
	color: #007167;
	outline: none !important;
	text-decoration: none;
}
a:visited {
	color: #007167;
	text-decoration: none;
}
a:hover {
	color: #007167;
	text-decoration: underline;
}

/* img */
img[usemap] {
    max-width: 100%;
    height: auto;
}
/* margin */
.mt-70 {margin-top: 70px;}
.mt-90 {margin-top: 90px;}
/* padding */
/* hr */
hr {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
/* clear */
.clear { clear: both;}
/* clearfix */
.clearfix { min-height: 1%; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 991px){
html {
	min-width: 100%;
}
body {
	min-width: 100%;
	overflow-x: hidden;
}
}
@media screen and (max-width: 810px){
	body.open {
		position: fixed;		
	}
}


/* -------------------------------
見出し
------------------------------- */

h1,h2,h3,h4,h5 {
	color: #007167;	
	font-weight: 300;
}
.midashi02 {
	position: relative;
}
.midashi02::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 450px;
}
.midashi02 h1 {
	display: flex;
	width: 32%;
	background: #F4E9ED;
	font-size: 28px;
	text-align: center;
	height: 450px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.midashi02 .futura {
	font-size: 45px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.midashi02 .futura span {
	color: #FFF;
	background: #007167;
	padding: 0 15px;
	font-size: 24px;
}
.midashi03 {
	background: #F4E9ED;
}
.midashi03 h1 {
	padding: 40px 0 30px;
	font-size: 22px;
}
.midashi03 h1 span {margin-right: 15px;}
.midashi04 {
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding: 0 0 0 35px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.midashi04::before {
  content: '';
  position: absolute;
  top: 50%;
  left:0;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #007167;
}
.midashi05 {
	font-size: 26px;
	text-align: center;
	line-height: 1.8;
}
.midashi05 span {
	border-bottom: solid 1px #F0DEE4;
	padding-bottom: 2px;
}
.midashi06 {
	max-width: 700px;
	font-size: 18px;
	padding: 15px 0;
	border-top:solid 0.5px #007167;
	border-bottom:solid 0.5px #007167;
	margin: 20px auto 0;
	text-align: center;
}

@media screen and (max-width: 810px){
	.midashi02::after {
  		width: 100%;
  		height: 250px;
		top:130px;
	}
	.midashi02 h1 {
		font-size: 20px;
		width: 100%;
		height: 130px;
	}
	.midashi02 .futura {
		font-size: 23px;
	}
	.midashi03 h1 {
		font-size: 20px;
		text-align: center;
		padding: 30px 0;
	}
	.midashi03 h1 span {
		font-size: 16px;
		margin-right: 0;
	}
	.midashi04 {
		margin-top: 30px;
		font-size: 16px;
	}
	.midashi05 {
		font-size: 18px;
	}
	.midashi06 {
		font-size: 16px;
		padding: 10px 0;
	}
}

/* -------------------------------
マーカー
------------------------------- */
.marker {
	font-weight: 400;
	background: linear-gradient(transparent 60%,#E2CCD8 60%);
}

/* -------------------------------
注釈
------------------------------- */
.kome {
	font-size: 10px !important;
	margin-top: 20px;
}

/* -------------------------------
区切り線
------------------------------- */
.line {
	border-top: solid 1px #D8D8D8;
	margin-top: 60px;
	padding-top: 60px;
}


/* -------------------------------
リンクボタン
------------------------------- */
.lbtn,
.lbtn02 {
	margin-top: 30px;
}
.lbtn a,
.lbtn02 a {
	font-size: 13px !important;
	color: #FFF;
	display: flex;
	border: solid 1px #007167;
	background: #007167;
	transition: background 0.8s;
	height: 54px;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px
}
.lbtn02 a {
	line-height: 1.4 !important;
}
.lbtn02 a i {
	font-size: 18px;
}
.lbtn a:hover,
.lbtn02 a:hover {
	background: #FFF;
	color: #007167;
	text-decoration: none;
}
.lbtn a span {
  display: block;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
	margin-left: 10px;
	margin-right: 0;
}
.lbtn a span::before {
  content: '';
  width: 0.8em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
	border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 810px){
	.lbtn,
	.lbtn02 {
		font-size: 14px;
		margin-top: 20px;
	}
}

/*-------------------------------
ページャー
---------------------------------*/
.acms-pager {margin-top:30px;}


/* -------------------------------
ぱんくず
------------------------------- */
#pankuzu {
	margin-top: 20px;
	font-size: 13px;
}
@media screen and (max-width: 810px){
	#pankuzu {
		display: none;
}
}

/* -------------------------------
背景色
------------------------------- */
.bgP {
	background: #F4E9ED;
}
.bgG {
	background: #F4F4F4;
}

/* -------------------------------
リード文
------------------------------- */
.lead {
	font-size: 17px;
	line-height: 2.0;
	padding-top: 50px;
	margin: 0 auto;
	max-width: 960px;
}
.lead p {
	margin-bottom: 20px;
	text-align: justify;
}

@media screen and (max-width: 810px){
	.lead {
		font-size: 15px;
	}
}

/* -------------------------------
フッター
------------------------------- */
footer {
	background: rgba(235,212,220,0.8);
	padding-top: 40px;
}
footer h2 {
	font-size: 22px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #007167;
	border-bottom: solid 0.5px #007167;
	margin-bottom: 15px;
}
footer h2 a:hover {
	text-decoration: none;
	border-bottom: solid 0.8px #007167;
}
footer label,
footer input {
	display: none;
}
footer ul li {
	font-size: 13px;
	margin-bottom: 10px;
}
footer > div > div:nth-of-type(2) ul:first-of-type li {
	border-right:solid 0.5px #007167;
	padding-right: 10px;
	margin: 20px 0 0;
}
footer > div > div:nth-of-type(2) ul:first-of-type li:last-child {
	border:none;
}
footer .foot {
	background: #007167;
	margin-top: 30px;
	padding: 15px 0;
}
footer .foot ul li {margin-bottom: 0;}
footer .foot ul li a {
	color: #FFF;
}
footer .copyright {
	background: #FFF;
	padding: 15px 0;
}
footer .copyright p {
	color: #007167;
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 810px){
	footer h2 {
		font-size: 20px;
	}
	footer > .container {
		padding: 0 20px;
	}
	footer > div > div > div {
		position: relative;
	}
	footer label {
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 12px;
		right:15px;
	}
 	footer label::before,
	footer label::after {
		content: "";
		display: block;
		position: absolute;
		height: 1px;
		width: 100%;
		top: 50%;
		margin-top: -1px;
		background: #007167;
		border-radius: 1px;
		transition: all 0.5s ease;
	}
	footer label::after {
		-webkit-transform: translateY(0) translateX(0) rotate(90deg) scaleX(1);
		transform: translateY(0) translateX(0) rotate(90deg)  scaleX(1);
	}
	footer input:checked + label::after {
		-webkit-transform: translateY(0) translateX(0) rotate(90deg) scaleX(0);
		transform: translateY(0) translateX(0) rotate(90deg) scaleX(0);
	}
	footer .toggle {
		height: 0;
		transition: .2s;
		overflow: hidden;
	}
	footer input:checked + .toggle {
		height: auto;
		padding-bottom: 20px;
	}
	footer > div > div:nth-of-type(2) ul:last-of-type{
		margin-top: 20px;
	}
	
	#copyright {
		flex-direction: column-reverse;
		margin-top: 15px;
	}
	#copyright p:first-of-type {
		margin-right: 0;
		margin-top: 10px;
	}
}


/* -------------------------------
ページトップ
------------------------------- */
#page-top a{
	font-weight: bold;
  display: flex;
  justify-content:center;
  align-items:center;
	writing-mode:vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.8rem;
  transition:all 0.3s;
	position: relative;
}
#page-top a::before {
	position: absolute;
	content: "";
	display: block;
	height: 20px;
	width: 1px;
	background: #4F2121;
	top:-25px;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
@media screen and (max-width: 810px){
	#page-top {
  right: 5px;
}
}

/* -------------------------------
404
------------------------------- */

#notFound p:first-of-type {
	font-size:20px;
	margin:100px 20% 40px;
}
#notFound .lbtn {
	max-width: 340px;
	margin: 0 auto 50px;;
}
