@charset "utf-8";

html { 
    font-size: 13px;
 }

body {
  color: #B5AEAE;
  font-size: 1.2em;
  background: #f2c2c3;
  overflow-x: hidden;
  width: 100% !important;
  font-family: sans-serif;
}

label .menu {
  position: absolute;
  right: -60px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: #f2c2c3;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
  cursor: pointer;
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #69D2e7;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #69d2e7;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #46c78d, 0 0 0 100vh #FFF;
  border-radius: 0;
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

label input:checked + .menu + ul { 
   opacity: 1; 
   padding-top: 264px;
}

label ul {
  font-size: 28px;
  z-index: 200;
  position: absolute;
  top: 200%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
}

label a {	
  margin-bottom: 1em;
  display: block;
  color: #f38630;
  text-decoration: none;
}


/* ヘッダー*/
header {
  top: 0px ;
	padding-bottom: 1px;
  background: #f0f4b7;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 2px 0;
  position: fixed;
  width: 89%;
  
  z-index: 100;
}

header{
	padding-top: 30px;
    width: 89%;
    height: 96%;
    background-color: #f0f4b7;
   
}
header{
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	padding-top: 10px;
    width: 100%;
    height: 15%;
    background-color: #f0f4b7;
   
}
h1 {
  text-align: left;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  font-size: 3rem; 
  color: #6dc7d0;
  
  margin-right: 0; /* 左寄せを強調するために余白をゼロにしました */
}






/*header h1 {
  text-align: left;
	font-weight: bold;
 font-family: "Nunito", sans-serif;
  font-size: 2.0rem;
  color: #6dc7d0;
	
}*/

#header-contents,
.wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 3px;
}
#top
.logo {
    width: 400px;
    height: 200px;
    
  display: block;
  margin: 110px 436px auto;
}
footer .logo {
    width: 100px;
}
header .menu {
    padding-top: 60px;
}
.menu li {
    display: inline-block;
}
.menu a {
    color: #E8C0CF;
    font-weight: bold;
    font-size: 26px;
    display: block;
    text-decoration: none;
}
.menu-li {
    line-height: 20px;
    text-align: center;
    padding-right: 20px;
}
.menu-li a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
  position: relative;
  max-width: 150px;
}
.menu-li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #B00000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.menu-li a:hover::after {
  transform: scale(1, 1);
}
.menu-li a:hover {
  color: #B00000;
}
.menu-li span {
  font-family: "Nunito", sans-serif;
  font-size: 0.75em;
  line-height: 1.33;
  font-weight: normal;
  display: block;
}


.text-img {
	color: #6dc7d0;
	position: relative;
}



/* main */
#contents {
    width: 100%;
    background-color: #F3c2c3;

    background-repeat: repeat;
    z-index: -1;
}
video{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
h4 {
    position: absolute;
    top: 51%;
    color: #0C9507;
    text-shadow: 3px 3px 5px #3B4D3B;
    font-size: 2.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrap {
    width: 980px;
    margin: 0 auto;
    margin-top: 50px;
}
.message {
	color: #fff;
    text-align:center; 
    line-height: 2.5;
    font-size: 18px;
}
.message img {
    width: 600px;
    height: 400px;
    margin: 0 auto;
}
.message span {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.message span:first-child {
  animation: catch_anime 1.4s forwards 1s;
}
.message span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.message span:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.message span:nth-child(4) {
  animation: catch_anime 1.4s forwards 4s;
}
.message span:nth-child(5) {
  animation: catch_anime 1.4s forwards 5s;
}
.message span:nth-child(6) {
  animation: catch_anime 1.4s forwards 6s;
}


@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}
h3 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 120px;
    margin-bottom: 120px;
    text-shadow: 0 0 2px white;
}
h2:first-letter {
  font-size: 2em;
  color: #6dc7d0;
}
.title h2 {
    z-index: 5;
}

.features-content {
    display: flex;
    justify-content: space-between;
}
.features-content .features-img{
    order: 1;
}
.features-content .feature-text {
    width: 500px;
    order: 2;
}
.features-content-reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}
.features-content-reverse .features-img {
    order: 1;
}
.features-content-reverse .feature-text {
    width: 500px;
    order: 2;
}
.feature-text h3 {
    color: #69d2e7;
}
.feature-text p {
	color: #fff;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.8;
}

#commitment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#commitment h3 {
	color: #69d2e7;
    margin-top: 10px;
    margin-bottom: 10px;
}
#commitment p {
	color: #fff;
    line-height: 1.8;
}
.commitment-contents01 {
    width: 300px;
    order: 1;
}
.commitment-contents02 {
    width: 300px;
    order: 2;
}
.commitment-contents03 {
    width: 300px;
    order: 3;
}

#purchase-btn {
    margin: 70px 0;
}
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #fff;
	color: #fff;
    background: #6dc7d0;
	transition: 0.5s;
    font-size: 20px;
}
a.btn_02:hover {
	color: #fff;
	background: #e582b7;
}

/*画像スライドショー*/
.slide-container {
    width: 100%;
    padding-top: 120px;
    margin: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 30s infinite linear 1s both;
}
.slide{
  width: 450px;
  object-fit:cover;
    
}
@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

/* お知らせ*/
a {
    text-decoration: none;
    color: #333;
}
ul {
    padding: 0;
    margin: 0;
}
.news {
  padding-bottom: 50px;
}
.inner {
  width: 80%;
  background-color: #6dc7d0;
  margin: 0 auto;
  padding: 65px 0 100px;
}
.sub_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
/* ここからがニュース記事のCSS */
.news_list {
  margin: 0 5%;
}
.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}
.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
}
.news_list_item p {
    padding: 5px 10px;
}
.news_list_item:hover {
    opacity: 0.7;
}
.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.news_item {
    background: #B00000;
    color: #fff;
    border-radius: 14px;
    width: 6em;
    /* 親要素の文字サイズを基準 */
    text-align: center;
    margin-left: 20px;
    padding: 5px 10px;
}
.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}
.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}
/*フッター*/
#footer {
	background-color: #f0f4b7;
    width: 100%;
    background-image: url("img/footer-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #69d2e7;
    text-align: center;
    padding: 30px 0 30px 0;
}
#footer .logo {
    margin-top:30px;
    margin-bottom: 30px;
}
.footer-title {
    color: #69d2e7;
    margin-bottom: 20px;
    font-size: 20px;
}
.footer-text {
    color: #69d2e7;
    font-size: 14px;
    line-height: 1.5;
}
#contact-btn {
    margin: 50px 0;
}
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #fff;
	color: #6dc7d0;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #e582b7;
}
.footer-small {
    padding: 10px 0;
}

/*アニメーション*/
/* フェードインさせる要素 */
.block {
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 2s; /* 動きを滑らかに */
}
/* フェードイン用のクラス */
.fadeIn {
    opacity: 1;
}
.map {
	position:relative;
	padding-top: 50%;
	
}
.map iframe {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
.copyright{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f0f4b7;
    color: #69d2e7;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}


/* 画面幅 768px 以下の場合 */
@media screen and (max-width: 768px) {
     label {
        width: 40px;
        height: 40px;
    }

    .hamburger {
        width: 25px;
    }

    .hamburger::before,
    .hamburger::after {
        width: 25px;
    }

    /* 全体のコンテナ幅の調整 */
    #header-contents, .wrap, .inner {
        display: block;
        width: 83%;
        margin: 0 auto;
        padding-left: 20px;
    }

    /* ヘッダー内メニューを縦並びに */
    header {
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
    }
    header .menu {
        padding-top: 10px;
    }
    header ul.menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header ul.menu li {
        display: block;
        margin: 5px 0;
    }
	.toptext h1 {
		font-size: 10px;
	}
.slide-container {
    width: 100%;
    padding-top: 120px;
    margin: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 30s infinite linear 1s both;
}



    /* Features セクションを縦並びに */
    .features-content,
    .features-content-reverse {
        flex-direction: column;
        align-items: center;
    }
    .features-content .feature-text,
    .features-content-reverse .feature-text {
        width: 90%;
        text-align: center;
        margin-top: 20px;
    }
    .features-content .features-img,
    .features-content-reverse .features-img {
        width: 90%;
    }

    /* Commitment セクションを縦並びに */
    #commitment {
        flex-direction: column;
        align-items: center;
    }
    #commitment > div {
        width: 90%;
        margin-bottom: 20px;
    }
label {
        width: 40px;
        height: 40px;
    }

    .hamburger {
        width: 25px;
    }

    .hamburger::before,
    .hamburger::after {
        width: 25px;
    }
label {
        width: 40px;
        height: 40px;
    }

    .hamburger {
        width: 25px;
    }

    .hamburger::before,
    .hamburger::after {
        width: 25px;
    }

}

/* 画面幅 480px 以下の場合 */
@media screen and (max-width: 480px) {
      label {
        width: 40px;
        height: 40px;
    }

    .hamburger {
        width: 25px;
    }

    .hamburger::before,
    .hamburger::after {
        width: 25px;
    }


 h4 {
        top: 43%;
        color: #0C9507;
        text-shadow: 3px 3px 5px #3B4D font-size: 2.5rem;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 10vw;
    }

.slide-container {
    display: none;
    width: 100%;
}
.slide-wrapper {
    display: none;
}

    /* スライド画像の幅調整 */
    .slide {
        width: 100%;
        padding-right: 20px;
    }
    /* 矢印非表示（既存の記述も含む） */
    .arrow {
        display: none;
    }
    /* お知らせ項目内リンクを縦積みに変更 */
    .news_list_item a {
        padding-right: 0;
        flex-direction: column;
    }
    .news_list_item p {
        text-align: left;
    }
	.toptext h1 {
		font-size: 8px;
	}
.message img {
    width: 100%;
    height: 100%;
}

#commitment .commitment-contents01 img{
    width: 100%;
    height: 100%;
    }
}