/* =================
共通スタイル
================= */

body {
	font-family:sans-serif;
	background: #ffffff;
	margin:0 auto;
	text-align:center;
	width:100vw;
	min-width:300px;
	width:100vw;
}

img	{
	width:100%;
}

iframe {
	border: none;
}

.li5none {
  margin-bottom:5px;
  list-style:none;
}

.li10none {
  margin-bottom:10px;
  list-style:none;
}

.li20none {
  margin-bottom:20px;
  list-style:none;
}

.li30none {
  margin-bottom:30px;
  list-style:none;
}

.li10disc {
  margin-bottom:10px;
  list-style:disc;
}

.li20disc {
  margin-bottom:20px;
  list-style:disc;
}

.liablue {
  color: #1a0dab;
  font-weight:bold;
  text-decoration: underline;
}

.ablue {
  color: blue;
  text-decoration: underline;
}

/* =================
PC/SP切り替え
================= */

.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block;}
}

/* =================
New SP
================= */
.text00 {
	text-align: left;
	font-size: 14px;
}

.text01 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.lattice_center {
	background-size: 32px 32px;
	background-position: 50% 50%;
}

.attachment {
    padding:0;
    position: relative;
}
.attachment::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-2;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:
	repeating-linear-gradient(
	  90deg,
	  #000 ,
	  #000 1px,
	  transparent 1px,
	  transparent 32px
	),
	repeating-linear-gradient(
	  0deg,
	  #000 ,
	  #000 1px,
	  #fff 1px,
	  #fff 32px
	);
    background-size: cover;
}

.attachment__container {
    background-color:rgba(255,255,255,0); 
    padding:0;
}

.box_radius {
	text-align: center;
	width: 90vw;
	border-radius: 50px;
	margin: 50px auto;
	padding: 30px 10px 30px;
}

.box_radius_top {
	text-align: center;
	width: 100vw;
	border-radius: 50px 50px 0 0;
	margin: 50px auto;
	padding: 30px 10px 30px;
}

.photo_radius {
	width: 80vw;
	text-align: center;
	margin: 30px auto;
}

.background_photo {
	background-attachment: sticky;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.tag_text01 {
	font-size: 12px;
	font-weight: bold;
	line-height:32px;
	margin:50px 0 50px 0;
	text-align: left;
	overflow-wrap: break-word;
}

.tag_lavel01 {
	padding:5px;
}

.title_text01 {
	font-size: 36px;
	font-weight: bold;
	line-height:42px;
	margin:50px 0 50px 0;
	text-align: left;
	overflow-wrap: break-word;
}

.title_text02 {
	font-size: 36px;
	font-weight: bold;
	line-height:42px;
	margin:50px 0 50px 0;
	text-align:right;
}

.title_text03 {
	font-size: 36px;
	font-weight: bold;
	line-height:24px;
	margin:50px 0 50px 0;
	text-align: left;
	overflow-wrap: break-word;
}

.box_text01 {
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	overflow-wrap: break-word;
}

.box_text02 {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	overflow-wrap: break-word;
}

.box_text03 {
	font-size: 38px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	overflow-wrap: break-word;
}

.box_text03 {
	font-size: 38px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	overflow-wrap: break-word;
}

/* =================
ハンバーガーアイコン
================= */
 
.menu-btn {
	position: fixed;
	top: -3px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: transparent;
	margin-top:-5px;
  }
  .menu-btn:hover {
	cursor: pointer;
  }
  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
	content: "";
	display: block;
	height: 2px;
	width: 25px;
	border-radius: 3px;
	background-color: #000;
	position: absolute;
  }
  .menu-btn span:before {
	bottom: 8px;
  }
  .menu-btn span:after {
	top: 8px;
  }
  /* チェックボックスを非表示にする */
  #menu-btn-check {
	display: none;
  }
   
  #menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(
	  255,
	  255,
	  255,
	  0
	); /*メニューオープン時は真ん中の線を透明にする*/
  }
   
  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
  }

/* =================
ハンバーガー メニュー部分
================= */
 
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	 /* メニューを外に出しておく */
	left: 100%;
   
	z-index: 80;
	background-color: black;
	transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  .menu-content ul {
	padding: 35px 10px 0;
  }
  .menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
  }
  .menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
  }
   
  #menu-btn-check:checked ~ .menu-content {
	left: 0%; /*メニューを画面内へ動かす*/
  }

/* =================
ヘッダーメニュー
================= */

  * {
	box-sizing: border-box;
 }

 header {
	padding: 5px 4%;
	padding-right: 100px;
	top: 0;
	width: 100%;
	background-color:#ffffff;
	display: flex;
	align-items: center;
 }
header h1 {
	margin:0 auto; padding:0;
	text-align: center;
	font-size: 20px;
 }
 a {	
	text-decoration: none;
	color: #000000;
 }

 /* =================
フッター
================= */
/* ページトップボタン */
#page-top {
	top:0;
	left:0;
	position: fixed;
  }

  /*========= レイアウトのためのCSS ===============*/
  
  h1{
	font-size:1.2rem;
  }
  
  h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
  }
  
  small{
	color:#fff;
	display: block;
	text-align: center;
  }
  
  section{
	width:100%;
	padding:100px 30px;
  }
  
  section:nth-child(2n){
	width:100%;
	background:#f3f3f3; 
  }
  
  #footer{
	width:100vw;
	font-family:sans-serif;
	color:white;
	background:#333;
	position: relative;
	z-index: 2;
	padding:100px 20px;
  
  }

/* =================
流れる文字
================= */
.flow01 {
	text-align : center;
	overflow : hidden;
	}
.flow01 p{
	margin:0;
	display : inline-block;
	padding-left:10%;
	white-space : nowrap;
	line-height : 1em;
	animation : scrollflow01 60s linear infinite;
	}
	@keyframes scrollflow01{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
	}

/* =================
コンテンツ
================= */
.contentsTable{
	margin:10px auto 60px;
	width:70%;
  }

.contentsTh{
	text-align:left;
	font-size:24px;
  }

.contentsTd{
	text-align:left;
	font-size:14px;
  }

.contentsImg{
	text-align:center;
	width:100%;
	margin:10px auto 10px;
  }

.contentsImg2{
	text-align:center;
	width:100%;
  }

/* =================
プライバシーポリシー
================= */
.pp{
	text-align:left;
	width:100%;
	margin:50px auto 0 auto;
	padding:50px;
	font-size:12px;
  }

/* =================
ボタン
================= */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/* =================
アコーディオン
================= */

.accordion-007 {
    max-width: 500px;
    margin-bottom: 7px;
}

.accordion-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border: 2px solid #000000;
    border-radius: 50px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.accordion-007 summary::-webkit-details-marker {
    display: none;
}

.accordion-007 summary::after {
    transform: translateY(0%) rotate(0);
    content: url(../top/images/tap_text.png);
    transition: transform .3s;
}

.accordion-007[open] summary::after {
    transform: rotate(225deg);
}

.accordion-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: 1.8em 1.2em;
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-007[open] p {
    transform: none;
    opacity: 1;
}

.accordion-007 p::before,
.accordion-007 p::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion-007 p::before {
    background-color: #000000;
}

.accordion-007 p::after {
    top: -12px;
    background-color: #fff;
}

.accordion-007 ul {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: 1.8em 1.8em;
	line-height: 24px;
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-007[open] ul {
    transform: none;
    opacity: 1;
}

.accordion-007 ul::before,
.accordion-007 ul::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion-007 ul::before {
    background-color: #000000;
}

.accordion-007 ul::after {
    top: -12px;
    background-color: #fff;
}

/* =================
アコーディオン2
================= */

acordion{
	max-width:400px;
  }
  .bar{
	padding: 20px;
	color : #000;
	background : #fff;
	display : block;
	text-decoration : none;
  
  }
  .content{
	height : 0;
	transition:1s;
	overflow:hidden;
	color : blue;
	
	
  }
  .content:target{
	height: auto;
	
  }

/* =================
アコーディオン3
================= */
.accordion-004 {
    max-width: 500px;
    margin: 10px auto 30px;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-004[open] summary::after {
    transform: rotate(225deg);
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}

.accordion-004 ul {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] ul {
    transform: none;
    opacity: 1;
}

/* =================
アコーディオン4
================= */
.accordion-005 {
  max-width: 500px;
  margin: 10px auto 30px;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
}

.accordion-005 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
  transform: none;
  opacity: 1;
}

.accordion-005 ul {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-004[open] ul {
  transform: none;
  opacity: 1;
}

/* =================
アコーディオンnone
================= */
.accordion-none {
  max-width: 500px;
  margin: 10px auto 30px;
  border: none;
}

.accordion-none p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-none[open] p {
  transform: none;
  opacity: 1;
}

.accordion-none ul {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-none[open] ul {
  transform: none;
  opacity: 1;
}

/* =================
アコーディオンnone2
================= */
.ac-none[open] ul {
  transform: none;
  opacity: 1;
}

.ac-none summary {

  display: block;

  list-style: none;

}



.ac-none summary::-webkit-details-marker {

  display:none;

}

/* =================
▶️none
================= */

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

/* =================
ハンバーガー
================= */

.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 40%;
    transform: translateX(-50%);
    width: 30px;
    background-color: #172e59;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 40%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "suisui";
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}
.header {
  width: 300px;
}
.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
}
.header__nav-area.-active {
    left: 0;
  	visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
	list-style: none;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  	display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 15px;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 15px;
	  list-style: none;
}
.accordion__list li + li {
     margin-top: 20px;
}
.accordion__link {
    color: #172e59;
}

/* =================
吹き出し下
================= */
.arrow_box {
	position: relative;
	background: #fff;
	border: 2px solid #000;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 33px;
	margin-left: -33px;
}

/* =================
送信ボタン
================= */
.sbutton {
  display       : inline-block;
  border-radius : 100px;          /* 角丸       */
  font-size     : 17pt;        /* 文字サイズ */
  font-weight     : bold;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 27px 62px;   /* 余白       */
  background    : #000;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 8px 8px 12px #666666;  /* 影の設定 */
}
.sbutton:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000;     /* 背景色     */
  background    : #fff;     /* 文字色     */
  border-color: #000;
}

/* =================
送信ボタン2
================= */
.sbutton2 {
  display       : inline-block;
  border-radius : 100px;          /* 角丸       */
  font-size     : 17pt;        /* 文字サイズ */
  font-weight     : bold;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 27px 62px;   /* 余白       */
  background    : #7bc9ff;     /* 背景色     */
  color         : #302060;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 8px 8px 12px #666666;  /* 影の設定 */
  border        : 2px solid #7bc9ff;    /* 枠の指定 */
}
.sbutton2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #7bc9ff;     /* 背景色     */
  background    : #302060;     /* 文字色     */
}

/* =================
送信ボタン3
================= */
.sbutton3 {
  display       : inline-block;
  border-radius : 100px;          /* 角丸       */
  font-size     : 17pt;        /* 文字サイズ */
  font-weight     : bold;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 27px 62px;   /* 余白       */
  background    : #1c1678;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 8px 8px 12px #666666;  /* 影の設定 */
  border        : 2px solid #1c1678;    /* 枠の指定 */
}
.sbutton3:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #1c1678;     /* 背景色     */
  background    : #fff;     /* 文字色     */
}

/* =================
送信ボタン4
================= */
.sbutton4 {
  display       : inline-block;
  border-radius : 50px;          /* 角丸       */
  font-size     : 15pt;        /* 文字サイズ */
  font-weight     : bold;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 27px 62px;   /* 余白       */
  background    : #fff;     /* 背景色     */
  color         : #ED1C24;    /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 4px 4px 8px #f0f0f0;  /* 影の設定 */
  border        : 2px solid #ED1C24;    /* 枠の指定 */
}
.sbutton4:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ED1C24;     /* 背景色     */
  background    : #fff;     /* 文字色     */
}

/* =================
送信ボタン5
================= */
.sbutton5 {
  display       : inline-block;
  border-radius : 100px;          /* 角丸       */
  font-size     : 17pt;        /* 文字サイズ */
  font-weight     : bold;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 27px 62px;   /* 余白       */
  background    : #ff9900;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 8px 8px 12px #666666;  /* 影の設定 */
  border        : 2px solid #ff9900;    /* 枠の指定 */
}
.sbutton5:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ff9900;     /* 背景色     */
  background    : #fff;     /* 文字色     */
}

/* =================
送信ボタン6
================= */
.sbutton6 {
  display       : inline-block;
  border-radius : 100px;          /* 角丸       */
  font-size     : 17pt;        /* 文字サイズ */
  font-weight     : bold;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 27px 62px;   /* 余白       */
  background    : #ED1A3D;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 8px 8px 12px #666666;  /* 影の設定 */
  border        : 2px solid #ED1A3D;    /* 枠の指定 */
}
.sbutton6:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #fff;     /* 背景色     */
  background    : #ED1A3D;     /* 文字色     */
}

/* =================
レーティング
================= */

.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}

.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.background_img {
  background-attachment: fixed, scroll;
  background-size: cover;
  background-position: center;
}

div.fixed-wrap {
  position: relative;
  clip-path: inset(0 0 0 0);
  width: 100%;
}
div.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* =================
料金表
================= */
.list table {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 600px;
  font-size: 18px;
}
.list table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.list table tr:nth-child(even){
  background-color: #eee;
}
.list table th,
.list table td {
  padding: .35em 1em;
}
.list table thead th {
    font-size: .85em;
    padding: 1em;
}
.list table thead tr{
  background-color: #fd6767;
  color:#fff;
}
.list table tbody th {
  text-align: left;
  font-size: .8em;
}
.list-txt{
   text-align: left;
   font-size: .75em;
}
.list-price{
  text-align: right;
  color: #FF7043;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .list table {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
    border: 0;
    width:90%;
  }
  .list table th{
    background-color: #fd6767;
    display: block;
    border-right: none;
  }
  .list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .list table tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #fd6767;
  }
  .list table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  
  .list table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  .list table td:last-child {
    border-bottom: 0;
  }
  .list table tbody th {
    color: #fff;
    padding: 1em
}
  .list table tr:nth-child(even){
    background-color: #fff;
}
}

/* =================
見出し
================= */
.heading11 {
	position: relative;
	font-size: 26px;
	text-align: center;
}

.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #000;
	font-size: 30px;
}

.heading11::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #000;
}

/* =================
電話番号
================= */

.tel-w a {
  color:#fff;
  text-decoration:none;
  }