@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* ---------------------------------------------------------------------------
//  base
--------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
*::before,
*::after { box-sizing: border-box; }
html, body { width: 100%; height: 100%; }
img, iframe { border: 0; vertical-align: bottom; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
mark { font-weight: bold; color: inherit; background-color: transparent; }
em { font-style: normal; }
address { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: baseline; }

.cf::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

:root {
  --sans: 'Noto Sans JP', sans-serif;
  --serif: 'Noto Serif JP', serif;
  --text-sml2: 14px;
  --text-sml1: 16px;
  --text-main: 20px;
  --text-heading1: 32px;
  --text-heading2: 24px;
  --text-tel1: 28px;
  --text-tel2: 20px;
}

/* ---------------------------------------------------------------------------
//  all
--------------------------------------------------------------------------- */
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: var(--text-main);
  color: #000;
  line-height: 1.8;
  background: #FFF;
}
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; }

a { transition: .3s; color: inherit; }
@media screen and (min-width: 767.8px) {
  a:hover { opacity: .7; }
}
.preload a { transition: none !important; }

.wrap { min-width: 1000px; height: 100%; margin: 0 auto; }
.inner { max-width: 1000px; height: 100%; margin: 0 auto; position: relative; }
ul.indent li { text-indent: -1em; padding-left: 1em; }
ul.dot li::before { content: "・"; }
ol.num { counter-reset: li; }
ol.num > li { text-indent: -1.2em; padding-left: 1.2em; }
ol.num > li:before { content: counter(li) "."; counter-increment: li; padding-right: 5px; }
ol.brackets { counter-reset: li; }
ol.brackets > li { text-indent: -1.55em; padding-left: 1.55em; }
ol.brackets > li:nth-child(n+10) { text-indent: -2.1em; padding-left: 2.1em; }
ol.brackets > li:before { content: "(" counter(li) ")"; counter-increment: li; padding-right: 5px; }
hr { display: block; height: 1px; border: none; border-top: 1px solid rgba(255,255,255,0.2); margin: 1em 0; }
img { max-width: 100%; height: auto; }
img.cover { width: 100%; height: 100%; object-fit: cover; }
img.contain { width: 100%; height: 100%; object-fit: contain; }
.text-overflow { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.sml { font-size: 80%; }
.t-center { text-align: center; }
.t-right { text-align: right; }
.pc-center { text-align: center; }

.flex { display: flex; justify-content: space-between; }
.flex.jstart { justify-content: flex-start; }
.flex.jend { justify-content: flex-end; }
.flex.jcenter { justify-content: center; }
.flex.fwrap { flex-wrap: wrap; }
.flex.fwrap.bottom > * { margin-bottom: 20px; }
.flex.istart { align-items: flex-start; }
.flex.iend { align-items: flex-end; }
.flex.icenter { align-items: center; }
.flex.half > * { width: 48%; }
.flex.half50 > * { width: 50%; }
.flex.third > * { width: 32%; }
.flex.quarter > * { width: 24%; }
.flex.reverse { flex-flow: row-reverse; }
.flex.third.fwrap::after { content: ""; width: 32%; display: block; }
.flex.quarter.fwrap::before { content: ""; width: 24%; display: block; order: 1; }
.flex.quarter.fwrap::after { content: ""; width: 24%; display: block; }

a.scale { overflow: hidden; }
a.scale img { transition: .3s; }
@media screen and (min-width: 767.8px) {
  a.scale:hover img { transform: scale(1.05); }
}


/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
header .inner {
  max-width: initial;
  padding: 0 40px;
}
header .head {
  height: 100%;
  padding: 20px 0;
}
header .logo p {
  font-size: 14px;
  font-weight: 700;
}
header .logo div {
  width: 160px;
}
header nav li {
  font-size: var(--text-sml1);
  line-height: 1;
  margin-left: 40px;
  position: relative;
}
header nav li.btn {
  font-size: 24px;
  font-weight: 700;
}


/* ---------------------------------------------------------------------------
//  nav
--------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------
//  aside
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
footer .bg {
  background: #19488E;
  padding: 80px 0;
  color: #fff;
}
footer .logo {
  text-align: center;
  font-size: var(--text-sml1);
  margin: 0 auto 40px;
}
footer .logo h3 {
  font-size: 40px;
}
footer .text {
  display: table;
  margin: 0 auto;
}
footer .add {
  margin-bottom: 10px;
}
footer .text a {
  font-size: var(--text-tel2);
  font-weight: 700;
  display: table;
  margin: 0 auto;
}
footer .text a + p {
  font-size: var(--text-sml1);
  margin-bottom: 10px;
}

footer .sns {
  margin-top: 40px;
}
footer .sns li {
  width: 50px;
  margin: 0 10px;
}

footer .foot-menu {
  margin-top: 60px;
}
footer .foot-menu li {
  margin: 0 30px;
}

.copyright {
  font-size: var(--text-sml2);
  text-align: center;
  padding: 20px 0;
}

.gotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---------------------------------------------------------------------------
//  common
--------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------
//  page
--------------------------------------------------------------------------- */
.mv {
  background: url(../img/mv.jpg) center center / cover no-repeat;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv h1 {
  font-size: 100px;
  letter-spacing: .1em;
  font-weight: 700;
  text-shadow: 1px 0 8px rgba(255,255,255,1),
               -1px 0 8px rgba(255,255,255,1),
               0 1px 8px rgba(255,255,255,1),
               0 -1px 8px rgba(255,255,255,1);
}

.contents05 .box2 {
  display: flex;
  justify-content: center;
  margin-top: 160px;
}
.contents05 .box2 .photo {
  width: 120px;
  margin-right: 20px;
}
.contents05 .box2 .text {
  width: calc(100% - 140px);
  font-size: 18px;
}
.contents05 .box2 h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.mv-sec {
  background: url(../img/mv-sec.jpg) center center / cover no-repeat;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-sec h1 {
  font-size: 30px;
  font-weight: 200;
  color: #D2ECFA;
  letter-spacing: .1em;
}

.contents05 .box3 {
  background: #EEF7FC;
  text-align: center;
  padding: 80px;
  margin-top: 80px;
}
.contents05 .box3 .image {
  width: 700px;
  margin: 40px auto 0;
}
.contents05 .box2 .text {
  font-size: 18px;
}
.contents05 .box2 h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sec-common.special {
  padding: 0 0 100px;
}
.contents100 {
  margin-top: 50px;
}

.contents100 .item {
  background: #F08835;
  color: #fff;
  text-align: center;
  margin: 0 20px;
  width: 210px;
  height: 210px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents100 .item h3 {
  font-size: 30px;
}

.access h3 {
  margin: 60px 0 5px;
  background: #3FA8F4;
  color: #fff;
  font-size: var(--text-heading2);
  padding: 8px 15px;
}
.access .box {
  background: linear-gradient(to right, #003A8E 0%, #00A0DE 100%);
  padding: 30px;
  color: #fff;
  margin: 20px 0;
  position: relative;
}
.access .box::after {
  content: "";
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.access .box span {
  border-bottom: 1px solid #fff;
}
.access .btn {
  display: block;
  width: 500px;
  margin: 30px auto 0;
}
.access .map {
  display: block;
  width: 700px;
  margin: 30px auto 0;
}



.sec-common {
  padding: 60px 0;
}
.sec-common .title {
  font-size: var(--text-heading1);
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.sec-common .title::after {
  content: "";
  display: block;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: -20px;
  border-top: 4px solid #3FA8F4;
}

.sec-common .subtitle {
  font-size: var(--text-heading2);
}

.btn-common {
  display: block;
  margin: 20px auto 0;
  width: 300px;
  text-align: center;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  position: relative;
}
.btn-common::after {
  content: "❯";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.table-common {
  width: 100%;
  border: 1px solid #c1c1c1;
}
.table-common th,
.table-common td {
  padding: 15px;
  border: 1px solid #c1c1c1;
}
.table-common th {
  background: #f1f1f1;
}
.table-schedule {
  width: 100%;
  border: 1px solid #c1c1c1;
}
.table-schedule th,
.table-schedule td {
  padding: 15px;
  border: 1px solid #c1c1c1;
  text-align: center;
}
.table-schedule th {
  background: #f1f1f1;
}

.dl-common dt {
  width: 10em;
  float: left;
  clear: left;
  font-weight: 700;
}
.dl-common dd {
  padding: 0 0 10px 10em;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
}

.googlemap {
  width: 100%;
  height: 500px;
}
.googlemap iframe{
  width: 100%;
  height: 100%;
}


/* --------------------------------------------------------------------------- */

.contents01 {
  margin-top: 100px;
}
.contents01 .item {
  margin-bottom: 60px;
}
.contents01 .image {
  margin-bottom: 10px;
}
.contents01 .item h3 {
  font-size: var(--text-main);
}
.contents01 .item p {
  font-size: var(--text-sml1);
}

.contents02 .item {
  margin-bottom: 40px;
}


.contents03 .item {
  margin-bottom: 40px;
}
.contents03 .image {
  margin-bottom: 10px;
}

.contents04 {
  background: url(../img/dmy.jpg) center center / cover no-repeat;
  padding: 100px 0;
}
.contents04 .box {
  display: table;
  padding: 40px;
  margin: 0 auto;
  background: rgba(255,255,255,0.8);
}

.contents05 .item {
  margin-bottom: 40px;
}

.contents06 .item {
  margin-bottom: 40px;
}
.contents06 .image {
  margin-bottom: 6px;
}
.contents06 p {
  text-align: center;
  font-size: var(--text-sml1);
}


.contents07 .item {
  padding: 40px 0;
  text-align: center;
}
.contents07 .item:nth-child(1) {
  border-right: 1px solid #000;
}
.contents07 .item h3 {
  margin-bottom: 20px;
}
.contents07 .item a {
  font-size: var(--text-tel1);
  font-weight: 700;
}
.contents07 .item a + p {
  font-size: var(--text-sml1);
}

.contents08 .add {
  margin-bottom: 10px;
}
.contents08 a {
  font-size: var(--text-tel2);
  font-weight: 700;
}
.contents08 a + p {
  font-size: var(--text-sml1);
  margin-bottom: 10px;
}


/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */


/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */

a.trigger,
.sp-only,
.sp-only-inline { display: none; }
br.pc { display: block; }
br.sp { display: none; }
a[href^="tel:"] { pointer-events: none; cursor: default; }

/* /////////////////////////////////////////////////////////////////////////// */

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

:root {
  --text-sml1: 13px;
  --text-main: 16px;
  --text-heading1: 26px;
  --text-heading2: 20px;
  --text-tel1: 28px;
  --text-tel2: 20px;
}

html > * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { overflow-y: visible; }
body { min-width: 100%; overflow-x: hidden; }
body.fixed { position: fixed; width: 100%; height: 100%; }

.sp-only { display: block; }
.sp-only-inline { display: inline; }
.pc-only { display: none; }
br.pc { display: none; }
br.sp { display: block; }
a[href^="tel:"] { pointer-events: auto; cursor: pointer; }

.wrap { min-width: 380px; margin: 0 auto; padding-top: 60px; }
.inner { width: 100%; padding-left: 20px; padding-right: 20px; }

.flex:not(.alw) { flex-flow: column nowrap; }
.flex.icenter:not(.alw) { align-items: stretch; }
.flex.half:not(.alw) > * { width: 100%; }
.flex.half50:not(.alw) > * { width: 100%; }
.flex.third:not(.alw) > * { width: 100%; }
.flex.quarter:not(.alw) > * { width: 100%; }
.flex.reverse:not(.alw) { flex-flow: column nowrap; }
/*
.flex:not(.alw) > * { margin-bottom: 20px; }
.flex:not(.alw) > *:last-child { margin-bottom: 0; }
*/
.flex.sp-half > * { width: 49%; }

.pc-center { text-align: left; }

.table-wrapper { overflow: auto; white-space: nowrap; }
.table-wrapper table { width: auto; }

/* --------------------------------------------------------------------------- */

header {
  height: 60px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
header .inner {
  padding: 0;
}
header .logo {
  line-height: 1.4;
  padding-left: 20px;
}
header .logo p {
  font-size: 10px;
}
header .logo div {
  width: 120px;
}
header .logo img {
  vertical-align: middle;
}
header .trigger {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/menu-on.png) center center / 30px no-repeat;
}
header .trigger.active {
  background: url(../img/menu-off.png) center center / 30px no-repeat;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.88);
}

header nav {
  padding: 45px 30px;
}
header nav li {
  margin: 0;
  border-bottom: 1px solid #707070;
}

header nav li a {
  display: block;
  color: #fff;
  padding: 12px 0;
  position: relative;
}
header nav li:not(.btn) a::after {
  content: "❯";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

header nav li.btn {
  text-align: center;
}

/* --------------------------------------------------------------------------- */
footer .logo h3 {
  font-size: 30px;
}

footer .foot-menu {
  display: none;
}

/* --------------------------------------------------------------------------- */

.mv {
  height: 300px;
}
.mv h1 {
  font-size: 40px;
}
.contents05 .box2 {
  margin-top: 60px;
}
.contents05 .box2 .photo {
  width: 100px;
  margin-right: 20px;
}
.contents05 .box2 .text {
  width: calc(100% - 120px);
  font-size: 14px;
}
.contents05 .box2 h3 {
  font-size: 16px;
}


.mv-sec {
  height: 200px;
}
.mv-sec h1 {
  font-size: 20px;
}

.contents05 .box3 {
  width: calc(100% + 40px);
  margin: 40px -20px 0;
  padding: 40px 20px;
}

.contents05 .box3 .image {
  width: 100%;
  margin: 40px auto 0;
}

.contents01 {
  margin-top: 40px;
}
.contents01 .item {
  margin-bottom: 30px;
}

.sec-common h2.t-center {
  font-size: 20px;
}
.contents100 .item {
  margin: 0 10px;
  width: 32%;
  height: auto;
  padding: 10px 5px;
  font-size: 12px;
}
.contents100 .item h3 {
  font-size: 15px;
}

.access .btn {
  width: 100%;
}
.access .map {
  width: 100%;
}


/* --------------------------------------------------------------------------- */
.sec-common {
  padding: 40px 0;
}

.sec-common .title {
  margin-bottom: 50px;
}
.sec-common .title::after {
  width: 120px;
  left: calc(50% - 60px);
}

/* --------------------------------------------------------------------------- */

/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */


}/* @ */


