

body {
	margin: 0;
	padding: 0;
	font-family: "M PLUS Rounded 1c","Helvetica Neue", Helvetica ,
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",'Noto Sans JP',
    "Meiryo", Verdana , "Roboto" ,
    sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-feature-settings: "palt";
  word-break: normal;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
}

*{
	box-sizing:border-box;
	position: relative;
	text-decoration: none;	
}

p {
  transform: rotate(0.05deg);
}

li {
  list-style-type: none;
}

.wrapper{
	width: 95%;
	max-width: 970px;
	margin: 0 auto;
	position: relative;
}

section {
	padding: 20px 0 60px 0;
  flex-grow: 1;
}


.bg {
	position: relative;
	width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.bg > section {
  flex: 1; 
}


.wave {
	background-image: url(/img/wave_w.svg);
	background-repeat: no-repeat;
	background-size: 250px;
  background-position: calc(50% + 300px) top; 
}

.w_wht {
	background-image: url(/img/wave_w.svg);	
}

.w_ble {
	background-image: url(/img/wave_b.svg);	
}

.w‗pnk {
	background-image: url(/img/wave_p.svg);	
}

.w‗gry {
	background-image: url(/img/wave_g.svg);	
}



.pnk{
	background-color:#ffe6eb;
}

.ble{
	background-color:#d2f0f0;
}

.gry{
	background-color:#dcdcdc;
}


.wht{
	background-color:white;
}


/* header
------------------------------------- */
header {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.header-inner {
  height: 80px;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  height: 55px;
  vertical-align: bottom; /* 下の隙間を消す */
}


/* footer
------------------------------------- */


footer {
	background-color: white;
  padding: 10px 0px 80px 0px;
  bottom: 0;
}

footer ul {
	width: 95%;
	display: flex;
	margin:20px auto;
  padding: 10px 0;
	justify-content: center;
	align-items: center;
	text-decoration: none;	
	gap: 2rem;
	flex-wrap: wrap;
}

footer ul li {
	display: inline;
	font-size: 0.8rem;
	width: 200px;
}

footer ul.fot_txt {
    gap: 0;
}

.fot_txt li {
	width: auto;
}

.fot_txt li a {
	width: auto;
	color: #505050;
  font-weight: 400;
}

.fot_txt li + li::before {
  content: "|";
  margin: 0 10px;
  color: #ccc;
}

.copyright {
    margin: 0 auto;
    text-align: center;
    color: #505050;
    padding: 0.5% 0;
    font-size: 0.6rem;
}

.QR_annot {
  width: 95%;
  max-width: 920px;
  font-size: .625rem;
  line-height: 1.25;
  color: #323232;
  margin: auto;
}

.menu-tgl {
  display: none;
}

/* PC版ナビゲーション */
.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.header-nav-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #505050;
  font-weight: 400;
  border-top: none;
  font-size: 1.25rem;
  transform: rotate(0.05deg);
}

.header-nav-item img {
  width: 24px;
  height: 24px;
  margin-right: 8px;

}

.header-nav-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: #c8c8c8;
}


/* パンくず
--------------------------------- */	

.pan-ctn {
  background-color: #d2f0f0;
  min-height: 35px;
  display: flex;
  align-items: center;
}

.pan {
  list-style: none;
  display: flex;
  font-size: 0.875rem;
  width: 95%;
  max-width: 970px;
  margin: 0 auto;
  transform: rotate(0.05deg);
}

.pan li {
  display: flex;
  align-items: center;
}

.pan a {
  text-decoration: none;
  color: #323232;
}

.pan span {
  text-decoration: none;
  color: #505050;
}


.pan li:last-child a {
  color: #323232;
  cursor: default;
}

.pan li + li::before {
  content: '＞';
  color: #029b92;
  margin: 0 8px;
  font-weight: bold;
}


h1{
  width: 95%;
  max-width: 970px;
}


/* kotei
------------------------------------- */

.kotei_box {
	max-width: 970px;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.X_btn_kotei {
	width: 100%;
	position: fixed;
	background-color: #ff416e;
	height: 80px;
	display: flex;
	bottom: 0px;
	right: 5%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin: auto;
	z-index: 100;
	text-decoration: none;
	padding: 5px;
	max-width: 220px;	
	transition: transform 0.3s ease;
}

	.X_btn_kotei:hover {
		transform: translateY(5px); 
	}


.kotei {
	width: 60px;
	height: 60px;
	display: flex;
	margin: auto;
	background-color: white;
	border-radius: 50%;
}

.kotei svg {
	width: 30px;
	height: 30px;
	margin: auto;
	fill: black;
}

.kotei_txt{
	margin: auto;
}

.X_btn_kotei p {
	margin-right: 10px;
	font-weight: 400;
	font-style: normal;
	color: white;
	display: block;
	font-size: 1rem;
	text-align: center;
	line-height: 1.1;
}



/* アニメーション
--------------------------------- */	

.fade-in-sec {
  opacity: 0;
  transform: translateY(20px); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; 
}

.fade-in-sec.is-visible {
  opacity: 1;
  transform: translateY(0);
}




	/* 全体
	--------------------------------- */	
	.PC{
		display: block;
	}
	.SP{
		display: none;
	}





@media screen and (max-width: 767px) {


/*====================
  共通スタイル
====================*/

.pan-ctn {
  display: none;
}

.kasou_h1 {
  background-color: #d2f0f0;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  line-height: 1.25;
}


#bg_kazari {
	background-position: right top,left top,top,bottom;
	background-size: 240px,240px,480px,480px;
}


.wave {
  background-position: right top;
  background-size: 120px;
}


header {
  background-color: #ffffff;
  padding: 0;
}

.header-inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header_box {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}





.header-logo img {
  height: 40px;
}

  .header-nav {
    left: 0;
    width: 100%;
    background-color: #ffffff;

    overflow: hidden;
    max-height: 0;
    opacity: 0;
  	transition: opacity 0.3s ease,max-height 0.5s ease;
    margin: 0 auto;
  }

  /* ハンバーガーメニュー表示時にメニューを表示 */
  .header-nav.is-open {
    max-height: 500px;
    z-index: 1000;
    opacity: 1;
  }

  /* メニュー項目 */
  .header-nav ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header-nav-item a {
    display: flex;
    padding: 10px;
    text-decoration: none;
    color: #323232;
    text-align: center;
    justify-content: center;
    border-top: 1px solid #c8c8c8;
  }

  /* ハンバーガーメニューボタン */
  .menu-tgl {
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
  
  .menu-tgl-icon {
    display: block;
    width: 38px;
    height: 4px;
    border-radius: 2px;
    background-color: #c8c8c8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }

  .menu-tgl-icon::before,
  .menu-tgl-icon::after {
    content: '';
    display: block;
    width: 38px;
    height: 4px;
    border-radius: 2px;
    background-color: #c8c8c8;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  
  .menu-tgl-icon::before {
    top: -15px;
  }

  .menu-tgl-icon::after {
    top: 15px;
  }
  
  /* ハンバーガーメニューが開いたときのアイコン */
  .menu-tgl.is-open .menu-tgl-icon {
    background-color: transparent;
  }
  
  .menu-tgl.is-open .menu-tgl-icon::before {
    top: 0;
    transform: rotate(45deg);
  }
  
  .menu-tgl.is-open .menu-tgl-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }


  footer ul li {
      width: 160px;
  }

  .X_btn_kotei {
      height: 70px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 2px;
      max-width: 180px;
  }

  .X_btn_kotei p {
    font-size: 1rem;
  }
  .kotei {
    width: 40px;
    height: 40px;
  }

  .kotei svg {
    width: 25px;
    height: 25px;
  }


	/* 全体
	--------------------------------- */	
	.PC{
		display: none;
	}
	.SP{
		display: block;
	}

}