@charset "UTF-8";

body{
    font-size: clamp(14px, 3vw, 16px);
    animation-name:fadeInAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity:0;
    line-height: 1.8;
	letter-spacing: 1px;
	overflow-x: auto;
	text-align:justify;
	-webkit-overflow-scrolling: touch;
	color: var(--base);
	font-weight: 400;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    }
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
html {
	font-weight: 400;
	font-style: normal;
	overflow-wrap: anywhere;
  }
main{
}
*{box-sizing: border-box}
a {
    transition: 0.3s;
}
a:hover {
    opacity: 0.5;
}
:root {
	--dark: #383a3e;
	--gray: #a5a6a8;
	--green: #548eb0;/*グリーンの色を変えました*/
	--green--02: #abd277;
	--blue: #0b99c7;
	--orange: #ed9240;
	--wh: #fff;
	--base: #231815;
	--font-b: 500;
}
.img100{width: 100%}

/* カラー
 ====================================================*/
.green{ color: var(--green)}
.wh{ color: var(--wh)}
.bk_gray{
	background-color: #efefef;
	padding: 50px 0;
}

/* テキスト タイトル
 ====================================================*/
.font-b{ font-weight: bold};
.font18{ font-size: 18px;}
.font20{ font-size: 20px;}

.page_header{
	position: relative;
	text-align: center;
	line-height: 1.3;
	padding: 20px 10px;
	margin-bottom: 30px;
  	font-weight: bold;
	letter-spacing: 2px;
}
.page_header::before{
    content: "";
    position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%); 
    height: 2px; /* 線の太さ */
	width: 150px;
    background-color: #548eb0;
}
.page_header::after{
    content: "";
    position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%); 
    height: 2px; /* 線の太さ */
	width: 150px;
    background-color: #548eb0;
}
.page_header .ttl{
	font-size: 32px;
}
.page_header .txt{
	font-size: 18px;
}
.ttl--01{ font-size: 28px;}
.ttl--01 span{ _font-size: 12px; color: #548eb0 !important}
.ttl--02{/*　グリーンの枠付き */
  	display: table;
	background-color: #548eb0;
  	color: #fff;
 	font-size: clamp(20px, 0.818rem + 0.91vw, 24px);
  	border-radius: 30px;
  	text-align: center;
  	padding: 8px 30px;
  	margin: 30px auto;
}
.ttl--line{/* 上下のライン付き */
  	display: table;
	background-color: var(--green);
  	color: #fff;
 	font-size: 25px;
  	border-radius: 30px;
  	text-align: center;
  	padding: 8px 30px;
  	margin: 30px auto;
}
.color-link a { color: var(--blue);}

.outside-link a::after { /* リンク */
  margin-right: 0.05rem;
  margin-left: 0.02rem;
  content: "";
  background: url(../img/common/icon-link.svg);
    background-repeat: repeat;
  background-repeat: repeat;
  background-repeat: repeat;
  background-repeat: repeat;
  position: relative;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
}
.note--inner{
	background-color: #fffcd5;
	padding: 20px;
	margin-top: 30px;
}
	
/* マージン
 ====================================================*/
.mt30px{ margin-top: 30px}
.mt60px{ margin-top: 60px}
.mt90px{ margin-top: 90px}
.mt120px{ margin-top: 120px}

/* ボタン
 ====================================================*/
.btn--01 a{
	background-color: var(--dark);
	color: var(--wh);
	padding: 10px 20px;
	font-size: 14px;
}
/* レイアウト
 ====================================================*/
#page{
	padding-block: 150px;
}
.content_wrap{
	width: min(960px, 90%);
	margin-inline: auto;
}
.t_center{ text-align: center}
.radius--01{ border-radius: 0px;}


@media screen and (max-width: 767px) {

}
/* ヘッダー
 ====================================================*/
#header{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	position: fixed;
/* スクロールしても他のコンテンツの下にならないようにする */
  	z-index: 10;
/* アニメーションの変化時間 */
  	transition: 1s;
	  padding: 0 5%;
	left: 0;
	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 1s;
}
#header.scroll-nav{
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	top: 0;
	padding: 1% 5%;
}
#header h1{
	width: 300px;
	margin-right: 200px;
}
#header nav .header_nav{
	display: flex;
	gap: 40px;
	font-weight: bold;
}
#header nav .header_nav li{
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
	letter-spacing: 1px;
}
#header nav .header_nav li span{
	font-size: 13px;
	font-weight: normal;
}
/*#header nav .header_nav li:before{
	content: "●";
	display: block;
	color: var(--green)
}
#header nav .header_nav li:nth-child(even):before{
	color: var(--orange);
}*/


/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#header.scroll-nav {
	background-color: _rgba(255,255,255,1);
	height: auto;
}
#header nav h1.header-logo02{display: none}
#header.scroll-nav nav h1.header-logo01{display: none}
#header.scroll-nav nav h1.header-logo02{
	display: block;
	position: absolute;
	top: 14px;
  	left: 5%;
}

/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
#header.scroll-nav .logo,
#header.scroll-nav ul li a {
  color: #000 !important;
}
.contact-link{
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 2;
}
.contact-link a{
		background-color: var(--green);

	display: block;
  padding: 20px 20px;
  border-radius: 20px 0 0 20px;
}
.contact-link a:hover{
	  opacity: 1;
	background-color: var(--pink);
}
/* ナビゲーションのためのCSS
 ====================================================*/
.header_logo--01{
	position: absolute;
	left: 50%;
	transform: translateX(-50%); 
	bottom: 10px;
	width: 300px;
	margin: 30px auto;
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: #91ddda;
    /*動き*/
	transition: all 0.3s;
}
#g-nav.scroll-nav{
	top: 10px;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

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

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

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

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

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

/* フッター
 ====================================================*/
.footer_bnr{
	display: flex;
  	justify-content: center;
  	gap: 40px;
  	padding-inline: 13%;
	margin-block: 30px;
}
.footer_bnr li{
	width: calc(100% / 3)
}
.footer_bnr img{
	border: 1px solid var(--base);
	width: 100%;
}
#footer{
	position: relative;
	margin-top: 60px;
	background-color: #548eb0;
	color: var(--wh);
}
#footer .footer_wrap{
	display: flex;
	justify-content: space-evenly;
	font-size: 12px;
	padding: 30px 5%;
}
#footer .footer_wrap h1.footer_ttl{
	width: 330px;
	margin-bottom: 20px;
}
#footer .footer_wrap .footer--01{
	font-size: 20px;
	align-items: center;
  	gap: 20px;
  	line-height: 0;
}
#footer .footer_wrap nav ul {
  display: flex;
  margin-block: 0 20px;
  flex-wrap: wrap;
  gap: 0px 2em;
  font-size: 14px;
  letter-spacing: 0;
}
#footer .copyright{
	font-size: 12px;
	text-align: center;
	padding-block: 30px;
}
#footer .footer_illust{
	width: 50%;
}
#footer .tel span{
	font-size: 16px
}
address{
	text-align: right;
}
.footer-kotei{
	display: none;
}
/* sp
 ====================================================*/
@media screen and (max-width: 767px) {

/* sp ヘッダー
 ====================================================*/
#header.scroll-nav {
  height: 60px;
}
#header h1 {
  width: 200px;
  margin-right: 0px;
}
#header .header-logo01{
	width: 90px;
}
#header .header-logo01 img{
	width: 70%;
}

/* sp フッター
 ====================================================*/
#footer .footer_wrap {
  flex-flow: column;
}
.footer-logo {
	margin: 50px auto 100px;
}
.footer-logo-gift{
	position: absolute;
  	bottom: 0;
  	left: 1%;
  	font-size: 12px;
}
.footer-logo-gift .footer-logo-gift-img{
	width: 70px;
}
.footer_bnr {
  	flex-flow: column;
	gap: 10px;
}	
.footer_bnr li {
  width: 100%;
}	
#footer .footer_wrap .footer--01 {
  	line-height: 1.5;
	margin-bottom: 20px;
}	
.footer-kotei{
	display: block;
	color: #fff;
	background-color: var(--dark);
	position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    padding: 10px 0;	
	font-size: 18px;
}
.footer-kotei a{
	font-size: 28px;
}	
	
}/* //media */


.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0.2;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(200px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 100px;
	height: 100px;
	background: var(--dark);
	z-index: 3333
}

/*ボタン内側*/
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	right: 20%;
	height: 1px;
	border-radius: 5px;
	background: #fff;
	width: 40px;
	/*transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);*/
 }
.openbtn span:nth-of-type(1) {
	top: 35px;
	width: 60px;
}
.openbtn span:nth-of-type(2) {
	top: 50px;
	width: 40px;
}
.openbtn span:nth-of-type(3) {
	top: 65px;
	width: 20px;
}
@media screen and (max-width: 767px) {
.openbtn span:nth-of-type(1) {
	top: 15px;
	width: 35px;
}
.openbtn span:nth-of-type(2) {
	top: 30px;
	width: 35px;
}
.openbtn span:nth-of-type(3) {
	top: 45px;
	width: 35px;
}
}
.openbtn.active span:nth-of-type(1) {
    top: 50px;
    left: 30px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 60px;
    left: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

@media screen and (max-width: 767px) {
.openbtn {
  width: 60px;
  height: 60px;
}
#header nav.header_nav {
  padding: 0.1rem 0 0 0.1rem;
}
#header nav.header_nav img{
  width: 80%;
}
.openbtn span:nth-of-type(3)::after {
	display:none
}
.openbtn.active span:nth-of-type(1),
.openbtn.active span:nth-of-type(3){
  left: 20px;
}
.openbtn.active span:nth-of-type(1) {
  top: 25px;
}
.openbtn.active span:nth-of-type(3) {
  top: 36px;
}
}

/* スクロールでふわっと */
.fade_in {
    opacity: 0;
    transform: translateY(100px); /* 初期位置を下に */
    transition: opacity 2s, transform 2s; /* スムーズに変化 */
  }
  
  /* スクロールで要素が見えたらふわっと出る */
  .fade_in.visible {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
  }
