@charset "utf-8";
/* CSS Document */
/*===================================================================
             
===================================================================*/
body {
  font-family: "Didact Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
  width: 100%;
  min-width: 320px;
  font-size: 62.5%; /*単位はremで統一*/
  transition-duration: 2s;
  transition-timing-function: ease;
  color: #036EB8;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

* {
  margin: 0;
  padding: 0;
}
/* 20221207 img margin important　消去 */

img {
  image-rendering: -webkit-optimize-contrast;
  width: 100% !important;
	margin: 0;
}

.cart_box img {
	display: none !important;
	height: 0 !important;
}

.qr {
  image-rendering: pixelated;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

section {
  position: relative;
}
section:nth-child(n+4):not(#use) {
  padding-top: 3em;
  padding-bottom: 3em;
}
section > div {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
section h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 1em;
  padding: 0 0 5px;
  box-sizing: border-box;
  border-bottom: 3px dotted #fff;
}
section h2:before, section h2:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -.4em;
}
section h2:before {
  margin-right: .6em;
  background: url(../images/ttl01.png) center center no-repeat;
  background-size: contain;
}
section h2:after {
  margin-left: .6em;
  background: url(../images/ttl02.png) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width:768px) {
  section h2 {
    font-size: 1.8em;
  }
  section h2 span {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  section h2 span img {
    width: 100%;
  }
}

details.kyugyo {padding: 0;}

summary {
	padding: .5em;
	font-size: 2em;
	font-weight: bold;
	list-style: none;
	cursor: pointer;
}
summary::-webkit-details-marker {display: none;}

details > summary + * {
	height: 0;
/*	opacity: 0;*/
	transition: linear .4s;
}
details[open] > summary + * {
	margin: .5em 1em;
	text-align: left;
	height: auto;
/*	opacity: 1;*/
}

p {
  font-size: 15px;
}

#wrap {
  overflow: hidden;
}
.rela {
  position: relative;
}
.abso {
  position: absolute;
}
.to_bana {
  position: relative;
  border-top: 60px solid;
  background-color: #D2E8F8;
  padding: 0 0 30px;
}
div.to_bana > img {
  margin-top: -60px !important;
}
/*
.to_bana:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 60px;
    margin-bottom: -.4em;
    background: url(../images/arw_dw3.png) center center no-repeat;
    background-size: contain;
}
*/
.arw01 {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  margin: -3em auto;
}

@media screen and (max-width:768px) {
  .arw01 {
    bottom: 28px;
    margin: -2em auto;
  }
}
@media screen and (max-width:500px) {
  .arw01 {
    bottom: 15px;
  }
}

/* 20221207 img margin !important消去 */
@media screen and (max-width:768px) {
  img {
    width: 100% !important;
	margin: 0;
  }
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}
.mb3em {
  margin-bottom: 3em !important;
}
.mb4em {
  margin-bottom: 4em !important;
}
.mb5em {
  margin-bottom: 5em !important;
}
.mb6em {
  margin-bottom: 6em !important;
}
.mb7em {
  margin-bottom: 7em !important;
}
.mb8em {
  margin-bottom: 8em !important;
}
.mb9em {
  margin-bottom: 9em !important;
}
.mb10em {
  margin-bottom: 10em !important;
}
.appear {
  transform-origin: center top;
  animation: show_3 0.6s both;
  animation-timing-function: ease;
}
span.appear {
  display: inline-block;
}
.d0_75 {
  animation-delay: 0.75s;
}
.d1 {
  animation-delay: 1s;
}
.d2 {
  animation-delay: 2s;
}
.d3 {
  animation-delay: 3s;
}
.d4 {
  animation-delay: 4s;
}
.d6 {
  animation-delay: 6s;
}
.d8 {
  animation-delay: 8s;
}
.d10 {
  animation-delay: 10s;
}
.d12 {
  animation-delay: 12s;
}

@keyframes show_3 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
.appear_2 {
  transform-origin: center top;
  animation: show_2 1s both;
  animation-duration: 2.5s;
  animation-timing-function: ease;
}
span.appear_2 {
  display: inline-block;
}
@keyframes show_2 {
  0% {
    opacity: 0;
    left: 50%;
  }
  20% {
    opacity: 100%;
  }
  60% {
    opacity: 100%;
  }
  80% {
    opacity: 0%;
    left: 50%;
  }
  100% {
    opacity: 0%;
    left: -200%;
  }
}
#op_anime {
  content: '';
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #FFF;
}
#op_anime_top {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 50%;
  margin: 0 auto;
  z-index: 100001;
}

@media screen and (max-width:768px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .pc_none {
    display: none;
  }
}
/*=====================================================================*/
header {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
header.fixed {
  position: fixed !important;
  background: #fff;
  z-index: 100;
}

@media screen and (max-width:1000px) {
  header {
    position: fixed !important;
    top: 0;
    z-index: 10000;
    /*
	width: 100%;
	vertical-align: middle;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #FFF;
*/
    border-bottom: none;
  }
}
#top-head {
  display: flex;
  margin: 0 auto;
  padding: 2em 0;
  width: 95%;
  justify-content: space-between;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#top-head > div, #top-head > ul {
  z-index: 10;
}
@media screen and (max-width:1000px) {
  #top-head {
    width: 100%;
    padding: 10px 0;
  }
}
.fixed > #top-head {
  padding: 1em 0;
}
#logo_fixed {
  width: 180px;
  display: none;
}
@media screen and (max-width:1000px) {
  #logo_fixed {
    width: 115px;
    top: 30px;
  }
}
#logo {
  width: 160px;
}
@media screen and (max-width:1000px) {
  #logo {
    width: 115px;
    padding: 0 0 0 15px;
  }
}
/*head_nav*/
#top_head_nav {
  width: 100%;
}
#top_head_nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed #top_head_nav ul {
  display: flex;
  list-style: none;
  padding: 10px 0;
  width: 100%;
}
#top_head_nav ul li {
  width: 20%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed #top_head_nav ul li {
  width: 16%;
}
#top_head_nav ul a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #464646;
  font-size: 1.2rem;
  /*	text-decoration: none;*/
  padding: 10px 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top_head_nav ul a:hover {
  background-color: #2EA7E0;
  color: #FFF;
}
#top_head_nav a {
  position: relative;
  display: inline-block;
  /*  text-decoration: none;*/
}
#top_head_nav a::after {
  position: absolute;
  bottom: -4px;
  left: 20%;
  content: '';
  width: 60%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.fixed #top_head_nav a::after {
  position: absolute;
  bottom: -4px;
  left: 20%;
  content: '';
  width: 60%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#top_head_nav a:hover::after {
  transform: scale(1, 1);
}
#header_menu {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  width: 790px;
}
@media screen and (max-width:1000px) {
  #header_menu {
    display: none;
  }
}
#header_menu li {
  margin: 0 15px 0 0;
	display: flex;
	align-items: center;
}

#header_menu li:last-child {
  margin: 0;
}
#header_menu li a {
  display: inline-block;
  padding: 15px 5px;
  box-sizing: border-box;
  font-size: 15px;
  /*	text-decoration: none;*/
  font-weight: bolder;
  /*    color: rgba(31,52,120,1.00);*/
  color: #036EB8;
}
.hamburger {
  animation: show 1s both;
  z-index: 12;
}
@keyframes show {
  0% {
    transform: translate(0rem, 2em);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fat-nav {
  position: relative;
}
#fat-nav__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  height: auto !important;
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
.fat-nav ul {
  vertical-align: middle;
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.fat-nav li a {
  display: inline-block;
  width: 100%;
  /*    text-decoration: none;*/
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #6C6C6C;
  position: relative;
  transition: .5s;
}
.fat-nav li a:hover {
  color: #333;
}
.fat-nav li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.fat-nav li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width:768px) {
  .fat-nav li a {
    font-size: 1.2rem;
  }
}
.main_container, #top_container, #footer_container {
  max-width: 1200px;
  margin: 0 auto;
}
.btn > a, #jirei_list li {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background: #036EB8;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  margin-bottom: 1em;
}

.top_direct_link > a{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background: #ed6d00;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  margin-bottom: 1em;
}

.btn {
  width: 100%;
  margin: 0 auto 0;
}
@media screen and (max-width:768px) {
  .btn {
    width: 95%;
    margin: auto;
  }
}
@media screen and (min-width:769px) {
  .btn > a:hover {
    background-color: #0a4c75;
    color: #FFFFFF;
  }
  .top_direct_link > a:hover{
    background-color: #d74b19;
    color: #FFFFFF;
  }
  .btn {
    max-width: 320px;
  }
}
footer {
  background-color: #85cfe6;
}
#footer_container {
  /*	width: 95%;*/
  margin: 0 auto;
  padding: 2em 2% 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer_contwrap {
  padding: 0 0 20px;
}
@media screen and (max-width:768px) {
  #footer_container {
    display: block;
  }
}
#footer_logo {
  width: 150px;
  margin: 0 50px 0 0;
}
@media screen and (max-width:768px) {
  #footer_logo {
    width: 150px;
    margin: 0 auto 30px;
  }
}
#footer_logo img {
  vertical-align: bottom;
}
#footer_menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer_menu li {
  margin: 0 20px 0 0;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  #footer_menu {
    display: block;
  }
  #footer_menu li {
    margin: 0 auto 1em;
  }
  #footer_menu li a {
    text-align: center;
  }
}
#footer_menu li a {
  display: inline-block;
  width: 100%;
  color: #FFF;
  /*	text-decoration: none;*/
  font-weight: bold;
  font-size: 15px;
}
copyright {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.f_cf > a, copyright > a {
  color: #fff;
}
#denwa {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 2px solid #4177CB;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfeefc+0,ffffff+100 */
  background: rgb(191, 238, 252); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(191, 238, 252, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(191, 238, 252, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(191, 238, 252, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfeefc', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
@media screen and (max-width:1000px) {
  #denwa {
    display: block;
  }
}
#denwa_ {
  width: 100%;
  text-align: center;
  position: fixed;
  padding: 20px;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-top: 2px solid #FFF;
}
@media screen and (max-width:768px) {
  #denwa_ {
    padding: 10px;
  }
}
footer, #denwa_ {
  color: #fff;
  background: #0E6EB8;
}
#denwa_, #denwa_ div {
  font-weight: bold;
  text-align: center;
}
#denwa_ > .f_tel {
  font-size: 3em;
}
#denwa_ a {
  color: #FFF;
  text-decoration: none;
}
.f_tel > span {
  display: block;
}
.f_tel > span, .f_cf {
  font-size: 1rem;
}
.pretxt {
  font-size: .7em;
  padding-right: .5em;
}
@media screen and (min-width:768px) {
  .f_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .f_tel > span {
    padding: 0 1em;
  }
  .f_cf {
    padding-left: 1em;
  }
}
@media screen and (max-width:520px) {
  .f_tel > span, .f_cf {
    display: block;
  }
}
@media screen and (max-width:1000px) {}
#denwa p {
  font-size: 30px;
  text-align: center;
  /*	color: #4177CB;*/
  padding: 25px 10px;
}
@media screen and (max-width:1000px) {}
footer {
  padding-bottom: 76.5px;
}
@media screen and (max-width:768px) {
  footer {
    padding-bottom: 74px;
  }
}
.mainbg, .mainbg > img, .arw01 > img, .footerbg > img, #op_anime_top img, #logo img, #logo_fixed img, #footer_logo img, .footerbg {
  width: 100%;
}

.kyugyo {
	/* text-align: center; */
	color: rgba(217,35,38,1.00);
	padding: 15px 30px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.6);
	position: relative;
	z-index: 5;
	width: 90%;
  max-width: 600px;
	margin: 0 auto;
  border-radius: 10px;
  border: 2px solid rgba(217,35,38,1.00);
}

.kyugyo h3 {
	font-size: 20px;
  margin: 20px 0;
  text-align: center;
}
.kyugyo p:first-of-type, p:last-of-type {
  text-align: center;
  margin: 10px 0 10px;
}
.kyugyo p.t_left{
  text-align: left;
  width: fit-content;
  /* margin-inline: auto; */
}

#sns_menu {
	position: fixed;
	left: 20px;
	bottom: 80px;
	z-index: 500;
	list-style: none;
	width: 30px;
}

@media screen and (max-width:768px) {
#sns_menu {
	left: 10px;
}	
}

#sns_menu li {
	margin: 0 0 15px;
}

#nav .sns_logo {
	width: 50px;
	margin: 0 auto;
}

#header_menu .sns_logo {
	margin: 0 10px 0 0;
}

.sns_logo {
	width: 35px;
}

.sns_logo img {
	width: 100%;
}