@charset "UTF-8";
/* CSS Document */
body {
  position: relative;
  /*
  background-image: url("../images/sp-img.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
*/
}
body:after {
  content: "";
  position: fixed;
  background: url("../images/sp-img.png") repeat 50% 50%/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header {
  position: relative;
}

.nav {
  display: flex;
  justify-content: space-between;
  position: fixed;  
  background-color: #00453D;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
}
.g-nav {
  display: none;
}
.nav h1, .nav h1 a {
  width: 108px;
  height: 30px;
  display: block;
}
.nav h1 a {
  background-image: url("../images/logo_full.png");
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media(max-width:768px) {
  .header {
    position: relative;
  }
  .nav {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
  }
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
  right: -120%;
	width:70%;
  height: 65vh;/*ナビの高さ*/
	background:#F8F6E5;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 70%;
    height: 65vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav-list ul {
  z-index: 999;
  margin-top: 30%;
  margin-right: 30px;
  text-align: right;
  font-family: Shippori Mincho B1;
}

/*リストのレイアウト設定*/

#g-nav-list li{
	list-style: none;
}

#g-nav li a{
	color: #00453D;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
  width: 50px;
  height:50px;
  font-color: #00453D
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
	background-color: #FFFCF7;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background-color: #00453D;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background-color: #00453D;
}
#g-nav-list .yoyaku{
  margin-top: 15px;
}
@media(min-width:768px){
  .openbtn{
    display: none;
  }
}
@media(min-width:768px) {
  body {
    padding-left: 210px;
  }
  .nav h1, .nav h1 a {
    width: 160px;
    height: 189px;
    display: block;
    margin: 30px auto 0;
  }
  .nav h1 a {
    background-image: url("../images/logo.png");
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 210px;
    height: 100vh;
    background-color: #00453D;
    z-index: 999;
  }
  #g-nav{
    position: fixed;
    z-index: 999;
    top: unset;
    right: unset;
    left: 0;
    bottom: 30px;
    width: 210px;
    height: 65vh;
    transition: all 0.6s;
    text-align: center;
    background-color:#00453D; 
  }
  #g-nav-list{
    margin-top: 30%;
/*    margin-right: 30px;*/
    text-align: center;
    font-family: Shippori Mincho B1;
}
  #g-nav-list ul{
   margin-right: 0;
  text-align: center; 
  }
  #g-nav li a{
    color: #FFFCF7;
  }
  }
.section-top h1 {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.section-top h1 img {
  width: 100%;
}
.section-top .top-image {
  opacity: 0.8;
}
.section-top__image {
  position: relative;
}
.top-img {
  width: 100%;
  /*  height: 214px;*/
  object-fit: cover;
}
.section-top__lead {
  color: #00453D;
  font-family: Shippori Mincho B1;
  margin: 40px auto 0px auto;
  line-height: 2.4rem;
}
.section-top__message {
  font-family: Kaisei HarunoUmi;
  font-size: 2.4rem;
}
@media(min-width:768px) {
  .section-top {
/*    max-width: 1040px;*/
    margin: 0 auto;
    min-height: 50px;
  }
  .section-top__lead{
    line-height: 3.0rem;
  }
}
.section-annai ul {
  background-color: #F8F6E5;
  top: 33px;
  margin-left: 28px;
  margin-right: 27px;
  padding: 14px 10px 14px 24px;
  border-radius: 20px;
  text-align: left;
  font-size: 1.4rem;
  list-style: none;
  opacity: 0.8;
}

.section-annai h2 img {
  width: 170px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.section-annai li {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media(min-width:768px) {
  .section-annai {
    max-width: 940px;
    margin: 20px auto 0;
    min-height: 50px;
  }
  .section-annai ul {
    margin-left: 100px;
    margin-right: 100px;
    padding: 10px 50px;
    font-size: 1.6rem;
  }
  .section-annai h2 img {
    width: 250px;
  }
}
.section-tokutyou h2 img {
  width: 170px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.section-tokutyou_bunnsyou {
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 2.1rem;
  background-color: #F8F6E5;
  margin-left: 28px;
  margin-right: 27px;
  text-align: left;
  padding: 30px 30px 10px 30px;
  border-radius: 20px;
  opacity: 0.8;
}
.section-tokutyou_bunnsyou h3 {
  font-family: Shippori Mincho B1;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
/*  margin-top: 30px;*/
}
.section-tokutyou_bunnsyou p{
  margin-bottom: 40px;
}
.section-tokutyou_bunnsyou img {
  width: 100%;
  max-width: 614px;
  margin: 0 auto;
}
.section-tokutyou_bunnsyou .img {
  text-align: center;
}
@media(min-width:768px) {
  .section-tokutyou {
    max-width: 940px;
    margin: 20px auto 0;
    min-height: 50px;
  }
  .section-tokutyou h2 img {
    width: 250px;
  }
  .section-tokutyou_bunnsyou {
    margin-left: 100px;
    margin-right: 100px;
    padding: 10px 50px;
    font-size: 1.6rem;
  }
  .section-tokutyou_bunnsyou h3 {
    font-family: Shippori Mincho B1;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  .section-tokutyou_bunnsyou p {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
.section-menu h2 img {
  width: 170px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.section-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #F8F6E5;
  top: 33px;
  margin-left: 28px;
  margin-right: 27px;
  border-radius: 20px;
  text-align: center;
  opacity: 0.8;
}
.section-menu .menu-bg {
  opacity: 1;
  padding: 30px 30px 50px 30px;
}
.section-menu li {
  width: 45%;
  list-style: none;
  margin-bottom: 30px;
}
.section-menu .up {
  color: #F8F6E5;
  font-weight: 100;
  font-size: 1.2rem;
}
.section-menu .up h3 {
  background-color: #00453D;
  border-radius: 100px 100px 0px 0px;
  /* padding-bottom: 5px; */
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.5;
}
.section-menu .up p {
  background-color: #00453D;
  padding-bottom: 10px;
}
.section-menu .down {
  font-size: 1.2rem;
  background-color: #fff;
  position: relative;
}
.section-menu .down img {
  opacity: .8;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.section-menu .down p {
  color: #1b1b1b;
  position: absolute;
  width: 100%;
  top: calc(50% - 12px);
}
.section-menu .down p a {
  color: #00453D;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
}
.section-menu .osusume {
  margin-top: 30px;
  font-family: Shippori Mincho B1;
  font-size: 2.0rem;
  color: #00453D;
  border-bottom: 1px dashed #00453D;
  display: flex;
  align-items: flex-end;
}
.osusume p {
  display: flex;
  margin-left: 5px;
  text-decoration: none;
}
.osusume p a {
  text-decoration: none;
  color: #00453D;
}
.osusume p::after {
  display: block;
  content: url("../images/arrow.svg");
  width: max-content;
  height: max-content;
  margin-bottom: 4px;
  margin-left: 5px;
}
@media(min-width:768px) {
  .section-menu {
    max-width: 940px;
    margin: 0 auto;
    min-height: 50px;
  }
  .section-menu ul {
    margin-left: 50px;
    margin-right: 50px;
  }
  .section-menu h2 img {
    width: 250px;
  }
  .section-menu li {
    width: 22%;
  }
}
.section-situmon h2 img {
  width: 216px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.section-situmon qa {
  display: flex;
  flex-direction: row;
}
.section-situmon div{
  margin-bottom: 20px;
}
.section-situmon dt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #00453D;
}
.harinezumi {
  width: 10%;
  transform: rotate(10deg);
}
.section-situmon dd {
  border-top: 1px dashed #00453D;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
.qa div {
  background-color: #F8F6E5;
  top: 33px;
  margin-left: 28px;
  margin-right: 27px;
  text-align: left;
  padding: 15px;
/*  margin-bottom: 40px;*/
  border-radius: 20px;
  opacity: 0.8;
}
@media(min-width:768px) {
  .section-situmon{
    max-width: 940px;
    margin: 20px auto 0;
  }
  .section-situmon .qa {
    display: flex;
    font-size: 1.2rem;
    justify-content: space-between;
    padding: 0 50px;
  }
  .section-situmon h2 img {
    width: 300px;
  }
  .section-situmon dt {
    font-size: 1.4rem;
  }
  .harinezumi {
    width: 15%;
  }
  .section-situmon dd {
    font-size: 1.4rem;
  }
  .qa div {
    width: 31%;
    margin: 0;
    box-sizing: border-box;
  }
}

.section-syoukai__group {
  background-color: #F8F6E5;
  top: 33px;
  margin-left: 28px;
  margin-right: 27px;
  text-align: left;
  padding : 0 0 30px 0;
  border-radius: 200px 200px 20px 20px;
  opacity: 0.8;
}
.section-syoukai__image img{
  width: 100%;
  border-radius: 200px 200px 0 0;
}
.section-syoukai h2 img {
  width: 170px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.section-syoukai__honnbunn{
  padding: 30px 30px 0 30px;
}
.section-syoukai h3 {
  font-weight: 300;
}
.section-syoukai .sikaku {
  margin-bottom: 10px;
}
.section-syoukai .katagaki {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-syoukai .jibun {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media(min-width:768px) {
  .section-syoukai {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 50px;
    min-height: 50px;
  }
  .section-syoukai__group {
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0;
  }
  .section-syoukai__image{
    width: 30%;
    margin-left: 30px;
  }
  .section-syoukai__image img{
    border-radius: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-syoukai__honnbunn{
    width: 70%;
    margin-bottom: 30px;
  }
  .section-syoukai h2 img {
    width: 250px;
  }
  .section-syoukai .jibun{
    margin-bottom: 0;
  }
}
.section-access {
  margin-bottom: 80px;
}
.section-access__bg {
  background: rgba(248, 246, 229, 0.8);
  /*  background-color: #F8・F6E5;*/
  top: 33px;
  margin-left: 28px;
  margin-right: 27px;
  text-align: left;
  margin-bottom: 40px;
  border-radius: 20px;
  /*  opacity: 0.8;*/
}
.section-access h2 img {
  width: 170px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.section-access__map {
  width: 100%;
}
.section-access__map iframe {
  height: 257px;
  border-radius: 20px 20px 0 0;
}
.section-access__annnai {
  font-style: normal;
  padding: 25px 30px 25px 30px;
  font-weight: 100;
}
.address {
  margin-bottom: 35px;
/*  font-size: 1.8rem;*/
}
.tel {
  margin-bottom: 35px;
}
.time {
  margin-bottom: 35px;
/*  font-size: 1.8rem;*/
}
@media(min-width:768px) {
  .section-access{
    max-width: 940px;
    margin: 0 auto 60px;
    padding: 0 50px;
  }
  .section-access__bg {
    top: 33px;
    display: flex;
    margin: 0 auto;
    text-align: left;
    border-radius: 30px;
  }
  .section-access h2 img {
    width: 250px;
    margin-bottom: 20px;
  }
  .section-access__map iframe {
    height: 100%;
    border-radius: 20px 0px 0 20px;
  }
}
.footer {
  min-height: 150px;
  background-color: #00453D;
  margin-bottom: 72px;
}
.footer-logo {
  width: 105px;
  height: 105px;
  left: auto;
  right: auto;
}
.footer small {
  color: #F8F6E5;
}
@media(min-width:768px) {
  .footer{
    margin-bottom: 0;
  }
}
iframe {
  width: 100%;
}
.aside-tel {
  background-color: #F1E8F3;
  display: flex;
  width: 100%;
/*  height: 80px;*/
  position: fixed;
  bottom: 0;
}
.fixedtel {
  display: block;
  width: 100%;
/*
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
*/
/*  margin: auto auto 10px 10px;*/
}
.fixedtel{
  text-decoration: none;
}
.aside-tel p{
  font-family:Shippori Mincho B1;
  color: #474747;
}
.aside-tel div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
}
.aside-tel a::before {
  content: "";
  display: block;
  background-image: url("../images/tel_waku.png");
  background-size: contain;
  width:35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
.aside-tel a::after {
  content: "";
  display: block;
  background-image: url("../images/tel_waku_r.png");
  background-size: contain;
  width:35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
}
.tel_kinako {
  width: 32px;
  height: 36px;
  margin-left:10px;
}
@media(min-width:768px) {
  .aside-tel{
    display:none;
  }
}