@charset "utf-8";

/* yakuhanmp-noto */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css");

/* Noto Sans Japanese */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700,900");

/* Catamaran */
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* common.css
----------------------------------------- */
body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-size: clamp(0.938rem, 0.906rem + 0.16vw, 1rem);
  color: #333;
  line-height: 1.9;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
.sp {
  display: block;
}
.pc {
  display: none;
}

/* header
----------------------------------------- */
header {
  background-color: #fff;
  height: 75px;
}
header #inner {
  margin-bottom: 30px;
}
header h1 {
  margin: 0;
  padding-left: 10px;
  text-align: left;
}
header h1 img {
  width: 100vw;
  max-width: 264px;
  height: auto;
  padding: 15px 0;
}
.contact-sp-header {
  position: absolute;
  top: 25px;
  right: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
nav {
  margin: 0 0 70px;
  border-top: 1px solid #d9d9d9;
  padding: 0 !important;
  font-size: 13px !important;
  letter-spacing: -0.01rem;
}
nav li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
#greeting nav li.greeting a,
#outline nav li.outline a,
#program nav li.outline a,
#endai nav li.endai a,
#info nav li.info a,
#entry nav li.entry a,
#access nav li.access a,
#contact nav li.contact a {
  opacity: 0.3;
}
nav ul li:nth-child(odd) {
  background: url(../img/line_nav.gif) repeat-y right top;
  background-size: 1px 10px;
}
nav ul li a {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-weight: 400;
  letter-spacing: 0.05em;
}

nav ul li:hover {
  background: #333;
}

nav ul li:hover a {
  color: #fff !important;
}

.slide-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 35px;
}

.slide-contents {
  display: none;
  z-index: 9999 !important;
}

/* contents
----------------------------------------- */
#main h2.ttl {
  font-size: clamp(1.5rem, 1.307rem + 0.96vw, 2.5rem);
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
#main h2.ttl::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-top: 1px solid #83b1cf;
  border-right: 1px solid #83b1cf;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%) rotate(135deg);
}
#main p.ttl {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #a5a5a5;
}

/* footer
----------------------------------------- */

#copyright {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
}

/* top
----------------------------------------- */
#mainVisual {
  margin-bottom: 45px;
  text-align: center;
}
#mainVisual img {
  width: 100%;
  height: auto;
}
#mainVisual .pc {
  display: none;
}
#mainVisual .sp {
  display: block;
}

/* greeting */
#greeting {
  margin-bottom: 60px;
  padding: 140px 30px 0;
  margin-top: -150px;
}

#greeting p {
  margin-bottom: 1rem;
  line-height: 2 !important;
}

.img-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.img-container ul {
  margin: 0;
  padding: 0;
}

.img-container ul li {
  list-style: none;
  line-height: 1.65;
  font-size: 105%;
  color: #333;
}

.img-container ul li:nth-child(1) {
  font-size: 105%;
  line-height: 1.65;
  color: #111;
}

.img-container ul li:nth-child(3) {
  font-size: 85%;
  color: #666;
  line-height: 1.45;
}

/* outline */
#outline {
  width: 100vw;
  margin: 0 auto 130px auto;
  padding: 85px 0;
  background: #f4f5f7;
}

#outline .content-area {
  padding: 35px 30px;
}

#outline dl {
  margin: 0;
  padding: 0;
  width: 100%;
}

#outline dl dt {
  margin: 0;
  padding: 5px 0 0 5px;
  font-weight: 600;
  white-space: nowrap;
}

#outline dl dd {
  margin: 0 0 15px;
  padding: 3px 0 7px 5px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  line-height: 1.65;
}

#outline dl dd > small {
  font-size: 85%;
  padding-left: 0.35rem;
}

#outline dl dd span {
  display: inline-block;
  margin-right: 0.5rem;
}

#outline .content-area dl dd > a:hover{
  color:#007bff !important;
  text-decoration: underline !important;
}

/* program */
#program {
  margin-bottom: 60px;
  padding: 0 30px;
}

/* endai */
#endai {
  margin-bottom: 60px;
  padding: 0 30px;
}

/* endai */
#endai {
  width: 100vw;
  margin: 0 auto 130px auto;
  padding: 85px 0;
  background: #fafafa;
  margin-top: 60px;
  margin-bottom: 60px;
}

#endai .content-area {
  padding: 35px 30px;
}

#endai .content-area dl{
  margin: 0;
  padding: 0;
}

#endai .content-area dl dt{
  font-weight: 700;
}

/* info */
#info {
  margin-bottom: 60px;
  padding: 0 30px;
}

#info .content-area {
  padding: 35px 0;
}

/* entry */
#entry {
  margin-bottom: 60px;
  padding: 0 30px;
}

#entry {
  width: 100vw;
  margin: 0 auto 130px auto;
  padding: 85px 0;
  background: #fafafa;
  margin-top: 60px;
  margin-bottom: 60px;
}

#entry .content-area {
  padding: 35px 30px;
}

#entry .content-area dl{
  margin: 0;
  padding: 0;
}

#entry .content-area dl dt{
  font-weight: 700;
}

/* access */
#access {
  margin-bottom: 60px;
  padding: 0 30px;
}

#access .content-area iframe {
  width: 100%;
  min-height: 350px;
}

#access .content-area dl {
  width: 100%;
  margin: 0 0 25px;
}

#access .content-area dl dt,#access .content-area dl dd{
  line-height: 1.45;
}

#access .content-area dl dd:nth-child(2){
  line-height: 1.85;
}

#access .content-area dl dd > a{
  color:#007bff !important;
  text-decoration: underline !important;
}

/* contact */
#contact {
  width: 100vw;
  margin: 0 auto 130px auto;
  padding: 85px 0;
  background: #fafafa;
  margin-bottom: 60px;
}

#contact ul {
  padding: 10px 10px 10px !important;
  margin: 0 !important;
  list-style-type: none !important;
}

#contact ul a {
  color: #007bff !important;
}

#contact ul li:nth-child(odd) {
  list-style-type: none !important;
  margin: 0 !important;
  font-weight: bold;
  font-size: 1.05rem !important;
}

#contact ul li:nth-child(even) {
  list-style-type: none !important;
  padding: 0 0 25px 2px;
  font-size: 1rem !important;
}

#contact div.content-area ul li > span {
  display: inline-block !important;
  font-weight: bold !important;
}

#contact ul li:nth-child(even) ol {
  margin: 0;
  padding: 0;
}

#contact ul li:nth-child(even) ol li {
  padding-left: 1rem;
  text-indent: -1rem;
}

/* タブレット向け：760px～960px */
@media only screen and (min-width: 760px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  /* header */
  header {
    display: block;
    position: relative;
    width: 100vw;
    height: 80px;
    margin: 0 auto;
  }
  header#inner {
    margin-bottom: 30px;
  }


  .slide-btn {
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
    font-size: 35px;
  }


    /* header */
  /* header h1 {
    position: absolute;
    top: 17px;
    left: 7px;
    margin: 0;
    padding-left: 0;
  }
  header h1 img {
    width: 264px;
    height: 45px;
  } */

  /* mainVisual */
  #mainVisual {
    /* margin-top: 25px; */
    margin-bottom: 80px;
    /* background-color: #f4f5f7; */
    background: #f0f8ff;
    text-align: center;
  }

  #mainVisual img {
    max-width: 1200px;
    height: auto;
  }

  /* top */
  #mainVisual .pc {
    display: block;
  }
  #mainVisual .sp {
    display: none;
  }

  /* greeting */
  #greeting {
    max-width: 920px;
    margin: 0 5% 130px 5%;
    padding: 0;
  }

  /* outline */
  #outline {
    width: 100vw;
    margin: 0 auto 130px auto;
    padding: 85px 0;
  }
  #outline .content-area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0 auto;
    padding-top: 35px;
  }
  #outline dl {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #outline dl dt {
    width: calc(5rem + 30px);
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    font-weight: 600;
    white-space: nowrap;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
  }

  #outline dl dd {
    width: calc(100% - 5rem - 30px);
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
  }

  #outline dl dd span {
    display: inline-block;
    margin-right: 0.5rem;
  }

  /* program */
  #program {
    max-width: 920px;
    margin: 0 5% 130px 5%;
    padding: 0;
  }

  /* endai */
  #endai {
    width: 100vw;
    margin: 0 auto 130px auto;
    padding: 85px 0;
  }

  #endai .content-area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0 auto;
    padding-top: 35px;
  }

  /* info */
  #info {
    max-width: 920px;
    margin: 0 5% 130px 5%;
    padding: 0;
  }

  /* entry */
  #entry {
    width: 100vw;
    margin: 0 auto 130px auto;
    padding: 85px 0;
  }

  #entry .content-area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0 auto;
    padding-top: 35px;
  }

  /* access */
  #access {
    max-width: 920px;
    margin: 0 5% 130px 5%;
    padding: 0;
  }

  /* contact */
  #contact {
    width: 100vw;
    margin: 0 auto 130px auto;
    padding: 85px 0;
  }

  #main p.ttl {
    margin-bottom: 45px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  iframe {
    width: 100% !important;
    min-height: 450px;
  }

  /* footer */
  footer {
    max-width: 960px;
    margin: 0;
    padding-bottom: 20px;
  }

  nav {
    font-size: 14.5px !important;
    letter-spacing: -0.01rem;
  }
} /* タブレット向け */

/* PC向けレイアウトの指定：961px～ */
@media only screen and (min-width: 961px) {
  nav {
    position: absolute;
    bottom: 18px;
    right: 40px;
    background: #ffffff7a;
    font-size: 14.5px !important;
    letter-spacing: -0.01rem;
  }

  .slide-btn {
    display: none;
  }

  .slide-contents {
    display: block;
  }
  nav {
    position: absolute;
    bottom: 15px;
    right: 2em;
    margin: 0;
    padding: 0;
    border-top: none;
    font-size: 14px !important;
  }
  nav li {
    margin-left: 10px;
    display: inline;
    float: none;
    border-bottom: none;
    text-align: right;
  }
  nav li.contact {
    display: inline;
  }
  nav ul li {
    background: none;
  }
  nav ul li a {
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #111 !important;
    text-decoration: underline;
  }
  nav ul li a:hover {
    font-weight: 900;
    color: #c0385f !important;
  }

  #greeting nav li.greeting a,
  #outline nav li.outline a,
  #program nav li.endai a,
  #endai nav li.endai a,
  #info nav li.info a,
  #entry nav li.entry a,
  #access nav li.access a,
  #contact nav li.contact a {
    opacity: none;
  }
  nav ul li:nth-child(odd) {
    background: none;
    background-size: none;
  }

  nav ul li:hover {
    background: initial;
  }

  /* greeting */
  #greeting {
    width: 920px;
    margin: -70px auto 65px auto;
    padding: 70px 0 0;
  }

  #greeting .content-area {
    padding: 3px 0 45px;
  }

  /* program */
  #program {
    width: 920px;
    margin: -70px auto 130px auto;
    padding: 70px 0 0;
  }

  #program .content-area {
    padding: 25px 0 45px;
  }

  /* endai */

  #endai .content-area {
    margin-top: -70px;
    padding: 135px 0 45px;
  }

  /* info */
  #info {
    width: 920px;
    margin: -70px auto 130px auto;
    padding: 70px 0 0;
  }

  #info .content-area {
    padding: 25px 0 45px;
  }

  /* entry */

  #entry .content-area {
    margin-top: -70px;
    padding: 135px 0 45px;
  }

  /* access */
  #access {
    width: 920px;
    margin: -70px auto 130px auto;
    padding: 70px 0 0;
  }

  #access .content-area {
    padding: 25px 0 45px;
    text-align: center;
  }

  #access .content-area iframe {
    max-width: 920px;
  }

  /* contact */

  #contact {
    margin-top: -70px;
    padding-top: 70px;
  }

  #main p.ttl {
    font-size: 14px;
  }
  /* footer */
  footer {
    max-width: 960px;
    margin: 0 auto;
  }
} /* PC向け */

/* 外部リンクボタン
===================================*/
@media only screen and (min-width: 1280px) {
  /* header */
  header h1 {
    position: absolute;
    top: 12px;
    left: 25px;
  }
  header h1 img {
    width: 323px;
    height: 55px;
    max-width: initial !important;
    padding: 0 !important;
  }
  nav {
    font-size: 16px !important;
  }
}

/* 外部リンクボタン
===================================*/
.link_btn {
  text-align: center;
  padding: 1.6em 0;
}
.link_btn a {
  display: block;
  width: 100%;
  color: #499eda;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 3px;
  border: 1px solid #499eda;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.link_btn a:hover {
  color: #fff;
  background-color: #499eda;
  text-decoration: none;
  border: 1px solid #499eda;
}
.link_btn a::after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}

#contact p.contact-note {
  margin: 0 !important;
  padding: 0 30px;
}

/* clearfix */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.size {
  font-size: 1.5rem;
  color: #7c7c7c;
}

.scroll-to-top {
  z-index: 9999;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

.jyunbi {
  border: solid 1px #ccc;
  padding: 25px 0;
  font-size: 17px;
  font-weight: 600;
  background: #fff;
  text-align: center;
  max-width: 30vw;
  min-width: 250px;
  margin: 0 auto;
}

.inb {
  display: inline-block !important;
}


.double-underline {
  position: relative;
}

.double-underline::before,
.double-underline::after {
  content: "";
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5c5c5c; 
}

.double-underline::after {
  bottom: -3px; 
}

.table tbody tr td{
  text-align: center !important;
}

.small {
  font-size: 90% !important;
  line-height: 1.65 !important;
}

.small02 {
  font-size: 80% !important;
}

p.price-note {
  padding-top: 7px;
  font-size: 90% !important;
  line-height: 1.45 !important;
  padding-left: 0.9rem !important;
  text-indent: -0.9rem !important;
}

.fxbr{
  display: inline-block;
}

.indent-1{
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}


*:focus {
  outline: none !important;
}

*:focus {
  box-shadow:none !important;
 }


 /* -- 準備中 -- */

.preparation {
  border: solid 1px #ccc;
  padding: 20px;
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
}
.preparation p {
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 420px) {
  .preparation {
    padding: 45px;
    text-align: center;
  }
  .preparation p {
    font-size: 16px;
  }
}