* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 62.5%;
  overflow: auto;
}
body {
  line-height: 1.8;
  font-size: 1.4rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
a {
  color: #fff;
}

a:link{
  color: #fff;
		text-decoration: none;
}

a:hover {
	opacity: .8;
	transition: .4s;
  color: #bd9817;
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: bottom;
	
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/* 携帯のみ電話
-----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000;
  }
}

/* 分岐
-----------------------------------------------------------*/
[data-device="sp"] {
  display: none;
}

@media screen and (max-width: 768px) {
  [data-device="pc"] {
    display: none;
  }

  [data-device="sp"] {
    display: block;
  }
}

/*　レイアウト
---------------------------------------------------------- */
#top {
  background-image: url(../images/main.jpg);
  background-position: center 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto auto;
  width: 100%;
	padding-top: 68.6%;
	margin: 0 auto;
	
}

.main_outer {
	width: 100%;
	margin: 0 auto;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #top {
  background-image: url(../images/main_sp.jpg);
	padding-top:85.2%;

}
  .wrapper {
    width: 100%;
    padding: 0 3%;
  }
}

[data-color="green"] {
	background-color: #185a35;
}

.contents01 {
	padding: 80px 4% 85px;
	text-align: center;
}

.contents01_ttl {
	width: 87.9%;
	margin-top: 72px;
}

@media screen and (max-width: 768px) {
.contents01 {
	padding: 40px 0 45px;
}
.contents01_ttl {
	margin-top: 30px;
	width: 100%;
}

}

.contents02 {
	padding: 90px 5%;
}

.contents02_ttl {
	text-align: center;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
.contents02 {
	padding: 45px 4%;
}

.contents02_ttl {
	margin-bottom: 35px;
}

}

.box{
  display: flex;
  flex-direction: row;
	column-gap: 40px;
}
.box + .box{
  margin-top:60px;
}
.box__body{
  width: 50%;
}
.box__ttl {
  font-size: 2.2rem;
	font-weight: bold;
	color: #185a35;
}
.box__txt {
  margin-top: 20px;
	font-size: 1.6rem;
}
.box__image{
  width: 50%;
}
.box__image img{
  height: 100%;
  object-fit: cover;
}
.box.reverse{
  flex-direction: row-reverse;
}



@media screen and (max-width:768px){
  .box {
	 flex-direction: column-reverse;
  }
	  .box.reverse {
	 flex-direction: column-reverse;
  }
  .box + .box{
    margin-top: 60px;
  }
  .box__body{
    width: 100%;
    padding: 0;
	  margin-top: 20px;
  }
  .box__image{
    width: 100%;
  }
	.box__ttl {
  font-size: 2rem;

}
	.box__txt {
  margin-top: 15px;
}
}

.gallery {
		background: url("../images/gallery_sp.jpg");
	background-size: contain,auto auto;
	padding-top: 26.5%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.p-contents {
	padding: 60px 0 60px;
}

.p-textImgBox {
  margin-top: 40px;
}


@media screen and (min-width: 768px) {
.gallery {
	background: url("../images/gallery.jpg");
	background-size: cover, auto auto;
	padding-top: 20.66%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
	.p-contents {
	padding: 107px 0 80px;
}
  .p-textImgBox {
    margin-top: 62px;
  }
}

.p-textImgBox__inner {
  display: block;
}


@media screen and (min-width: 768px) {
  .p-textImgBox__inner {
    display: flex;
  }

	.reverse {
		flex-direction: row-reverse;
	}

  .reverse .p-textImgBox__textBox::before {
    left: initial;
    right: -75px;
  }


}

.p-textImgBox__textBox {
  position: relative;
  background-color: #2c5f43;
  padding: 35px 20px 30px 20px;
  width: 100%;
  z-index: 1;
}


@media screen and (min-width: 768px) {
  .p-textImgBox__textBox {
    padding: 75px 80px 52px 54px;
    margin-top: 50px;
  }
}


.p-textImgBox__textBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 53px;
  background-color: #2c5f43;
  top: -50px;
  left: 0;
  z-index: -1;
}


@media screen and (min-width: 768px) {
  .p-textImgBox__textBox::before {
    width: 75px;
    height: 100%;
    top: 0;
    left: -75px;
  }
}


.p-textImgBox__title {
  font-size: 2.2rem;
  font-weight: 600;
	line-height: 1.4;
  color: #fff57f;
}



.p-textImgBox__text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
}


.p-textImgBox__img {
  width: 100%;
  max-width: 450px;
  display: block;
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
}

.p-textImgBox__img img {
	width: 100%;
}

@media screen and (min-width: 768px) {
  .p-textImgBox__img {
    max-width: 600px;
  }
	.p-textImgBox__title {
  font-size: 2.8rem;
  font-weight: 600;
	line-height: 1.4;
  color: #fff57f;
}
	.p-textImgBox__text {

  margin-top: 25px;
}

}



.p-textImgBox__button {
  margin-top: 25px;
	
}
.p-textImgBox__button a {
	display: inline-block;
}
.link_apple {
	width: 161px;
	margin-right: 8px;
}
.link_google {
	width: 180px;
}

.p-textImgBox__button img {
	width: 100%;
}

@media screen and (max-width:768px){
	.p-textImgBox__button {
	text-align: center;
}
	.p-textImgBox__button a {
	margin-bottom: 10px;
}
	
	
}

.p_list ul {
	display: flex;
	width: 93%;
	margin: 75px auto 80px;
	column-gap: 15px;
}
.p_list ul li {
	width: 32%;
}

figure {
display: table;
}

figure img {
	width: 100%;
}

figcaption {
display: table-caption;
caption-side: bottom;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding-top: 15px;
}

@media screen and (max-width:768px){
	.p_list ul {
	display: block;
	width: 100%;
	margin: 45px auto 60px;
	
}
.p_list ul li {
	width: 100%;
	margin-bottom: 20px
}
}

.p_bottom {
	text-align: center;
	
}
.p_bottom-img {
	width: 84%;
	margin: 45px auto 40px; 
}
.p_bottom-img img {
	width: 100%;
}

.p_bottom p {
	font-size: 2.5rem;
	color: #fff57f;
	font-weight: bold;
}

.p_bottom p.attention {
	font-size: 1.2rem;
	text-align: right;
	color: #fff;
	font-weight: 500;
	padding-top: 40px;
}

@media screen and (max-width:768px){
	.p_bottom-img {
	width: 100%;
	margin: 45px auto 40px; 
}
	.p_bottom p {
	font-size: 2rem;
}
	.p_bottom p.attention {
	padding-top: 25px;
}
}

.contents04-back {
	background: url("../images/contents04-01.jpg");
	background-position: top;
	width: 85%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.contents04 {
	padding-bottom: 80px;
}

.contents04_ttl {
	text-align: center;
	margin:0 auto 60px;
	padding-top: 110px;
}

.contents04_ttl p {
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.6;
}

@media screen and (max-width:768px){
	.contents04-back {
	width: 100%;
}
	.contents04_ttl {
	padding-top: 50px;
}
	.contents04_ttl p {
	font-size: 1.6rem;
	padding-top: 25px;
}

}

.mode-ttl {
	font-size: 2.6rem;
	line-height: 1;
	color: #fff57f;
	font-weight: bold;
	background-color: #1c4930;
	width: 85%;
	padding: 1.3rem 0 1.2rem;
	text-align: center;
	margin: 0 auto;
}


.mode_cardbox {
	max-width: 850px;
	width: 100%;
	margin: 50px auto 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(400px, 1fr));
    gap: 50px 40px; 
}

.card h3 {
	font-size: 24px;
	color: #1c4930;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 20px 0 15px;
}

.card p {
	font-size: 1.6rem;
}

.banner_block {
	text-align: center;
}

.banner_block p {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 25px;
}

.banner_block02 {
	text-align: center;
	padding: 30px 0 0 0;
}

.banner_block02 p {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}


.banner_block02 p.font2 {
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: normal;
}

@media screen and (max-width:850px){
	.mode-ttl {
	font-size: 2.2rem;
	width: 85%;
	padding: 1.3rem 0 1.2rem;
}
	
	.mode_cardbox {
	max-width: 850px;
	width: 100%;
	margin: 35px auto 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
}
	.card h3 {
	font-size: 18px;
	padding: 20px 0 15px;
		line-height: 1.4;
}

.card p {
	font-size: 1.4rem;
}
	.banner_block p {
	font-size: 2rem;
	padding-bottom: 15px;
}

	.banner_block02 p {
	font-size: 2rem;
	padding-bottom: 15px;
}
	
}

.footer {
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 80px;
}

.map {
    position: relative;
    width: 84%;
    padding-top: 42.85%;
    height: 0;
	margin: 60px auto 40px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer_name {
	color: #fff;
	font-size: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
}

.adress {
	color: #fff;
	font-size: 1.6rem;
}

 .adress a:link{
  color: #fff;
		text-decoration: none;
}

.footer_btn {
  display: inline-block;
  width: 420px;
  text-align: center;
  text-decoration: none;
  line-height: 67px;
  outline: none;
  color: #FFFFFF;
  background-color: #112c1d;
  -webkit-transition: all .3s;
  transition: all .3s;
	font-size: 1.8rem;
	margin: 30px auto;
}
.footer_btn:hover {
  color: #FFFFFF;
  background-color: #1a3e2a;
  opacity: 0.7;
}

.footer__social {
  display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}

.footer__social a img {
  width: 50px;
}


.footer__social a:nth-child(2) img {
  width: 42px;
}

.footer_bottom {
	text-align: center;
	color: #1c4930;
	font-size: 1.6rem;
	padding: 70px 0 50px;
}

@media screen and (max-width:768px){
	.footer {
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 40px;
}
.footer_btn {
  display: inline-block;
  width: 340px;
  text-align: center;
  text-decoration: none;
  line-height: 67px;
  outline: none;
  color: #FFFFFF;
  background-color: #112c1d;
  -webkit-transition: all .3s;
  transition: all .3s;
	font-size: 1.6rem;
	margin: 15px auto 20px;
}	
	.footer_bottom {
	text-align: center;
	color: #1c4930;
	font-size: 1.2rem;
	padding: 30px 0 15px;
}
	.map {
    position: relative;
    width: 100%;
    padding-top: 42.85%;
    height: 0;
	margin:30px auto 40px;
}
	.footer_name {
	color: #fff;
	font-size: 22px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
}

.adress {
	color: #fff;
	font-size: 1.4rem;
}
}


.floating-banner {
    position: fixed;
    z-index: 99999;
	margin: 15px 20px;
    bottom: 0;
    right: 0;
}




.banner a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 750px) {
    .floating-banner {
        width: 60%;
        margin: 0px;
    }

    .banner-close {
        top: 1px;
        right: 1px;
		    padding: 3px 4px;
width:25px;
		height:25px;
    }

}

.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !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;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}
.mb150 {margin-bottom:150px !important;}
.mt70 {margin-top:70px !important;}
.center{text-align:center;}


@media screen and (max-width:736px) {
.mb5 {margin-bottom:2px !important;}
.mb10 {margin-bottom:5px !important;}
.mb15 {margin-bottom:8px !important;}
.mb20 {margin-bottom:10px !important;}
.mb30 {margin-bottom:15px !important;}
.mb40 {margin-bottom:18px !important;}
.mb50 {margin-bottom:20px !important;}
.mb60 {margin-bottom:28px !important;}
.mb70 {margin-bottom:30px !important;}
.mb80 {margin-bottom:35px !important;}
.mb90 {margin-bottom:40px !important;}
.mb100 {margin-bottom:50px !important;}
.mb150 {margin-bottom:70px !important;}
.mt70 {margin-top:30px !important;}

}

