@charset "UTF-8";
@import url("reset.css");
/* CSS Document */
/* //////////////////// */
/* サイト全体の設定*/
/* //////////////////// */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  font-size: 62.5%;
}
body {
	font-family: YakuHanJP,'Montserrat', 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  background-color: #f2f2f2;
}
body.open {
  overflow: hidden
}
/* //////////////////// */
/* 画像初期設定*/
/* //////////////////// */
/* サムネイル */
.thum {
  text-align: center;
  overflow: hidden;
}
.thum img, figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
img {
  max-width: 100%;
}
.wp-post-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/* //////////////////// */
/* ページアクセス時の設定*/
/* //////////////////// */
/* 白バックからフェードアウトして表示*/
.fadeout {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  animation: fadeout 0.8s 0.2s;
  animation-fill-mode: both;
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: 0;
  }
}

.mailform {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #adadad;
	padding-top: 20px
}
dt.mfp {width: 250px; margin-bottom: 20px;	padding: 7px}
dd.mfp {width: calc(100% - 250px); margin-bottom: 20px}
@media screen and (max-width: 743px) {
.mailform {
	padding-top: 10px
}
dt.mfp {width: 100%; margin-bottom: 0;	padding: 7px; border-bottom: none;}
dd.mfp {width: 100%; margin-bottom: 10px}	
}

.mfp {
	border-bottom: 1px solid #adadad;
	padding-bottom: 20px
}

input {
	background-color: #fff;
}
input[type="text"] {
	width: 100% !important;
	margin-bottom: 5px;
	padding: 7px
}
input[type="text"].half {
	width: 40% !important;
	margin-bottom: 5px;
	padding: 7px;
	margin-right: 3px;
}

input[type="tel"],input[type="email"],input[type="date"] {
	margin-bottom: 5px;
	padding: 7px
}

textarea {
	background-color: #fff;
	width: 100% !important;
	padding: 7px;
	min-height: 150px !important
}

.must {
	font-size: 10px;
	line-height: 1;
	background-color: #db7753;
	color: #fff;
	border-radius: 2px;
	padding: 3px 5px;
	display: inline-block;
	margin-right: 4px
}

.mfp_err {
	font-size: 1.1rem;
	color: #db7753;
	margin-top: 5px;
}

select {
	background-color: #fff;
	padding: 10px;
		margin-bottom: 5px;
-moz-appearance: menulist;
  -webkit-appearance: menulist;
}

button {
    display: block;
    color: #fff;
    max-width: 300px;
    width: 90%;
    font-size: 1.6rem;
    background-color: #00307c;
    border-radius: 40px;
    text-align: center;
    padding: 20px 0;
    line-height: 1;
    font-weight: 500;
    position: relative;
    background-image: url(../img/arrow01wh.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 42px;
	margin: 0 auto;
}

@media screen and (max-width: 743px) {
button {
    font-size: 1.4rem;
    padding: 15px 0;
    background-image: url(../img/arrow01whsp.png);
    background-position: left 15px center;
    background-size: 21px;
	margin: 0 auto;
}

}

/* //////////////////// */
/* タブレットの縮小表示の為の設定*/
/* //////////////////// */
/* SPのブレイクポイント*/
/* //////////////////// */
/* カラー */
/* //////////////////// */
/* 文字色 */
.c-key /* キーカラー*/ {
  color: #1f2741 !important;
}
.c-bk /* 黒*/ {
  color: #000000 !important;
}
.c-wh /* 白*/ {
  color: #fff !important;
}
.c-gry /* グレイ*/ {
  color: #767676 !important;
}
.c-gry_txt /* グレイ*/ {
  color: #222222 !important;
}
.c-red /* 赤*/ {
  color: #d50000 !important;
}
.c-orange /* オレンジ*/ {
  color: #ff6c00 !important;
}
.c-yellow /* 黃色*/ {
  color: #ffef00 !important;
}
.c-green /* 緑色*/ {
  color: #72ba00 !important;
}
.c-blue /* 青色*/ {
  color: #0895f8 !important;
}
/* 背景色 */
.bg-key /* キーカラー*/ {
  color: #1f2741
}
.bg-wh /* 黒*/ {
  background-color: #fff !important;
}
.bg-bk /* 黒*/ {
  background-color: #000;
}
.bg-gry /* グレイ*/ {
  background-color: #f6f6f6;
}
.bg-orange /* オレンジ*/ {
  background-color: #ff6c00;
}
.bg-green /* 緑色*/ {
  background-color: #0098af;
}
.bg-blue /* 青色*/ {
  background-color: #0895f8;
}
.bg-grada01 {
  background: linear-gradient(90deg, #003d92, #00e5dc);
}
/* セクション */
section {
  position: relative;
}
/* コンテンツを中央にする設定 */
.row {
  margin: 0 auto;
}
/* //////////////////// */
/* 文字関係*/
/* //////////////////// */
/* フォント種類 */
.en /* 英語 */ {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.sans /* 日本語（ゴシック） */ {
  font-family: 'Noto Sans JP', sans-serif;
}
.sans-serif /* 日本語（明朝） */ {
  font-family: 'Noto Serif JP', serif;
}
a:hover {
  opacity: 1;
}
@media screen and (max-width: 743px) {
  a:hover {
    opacity: 1;
  }
}
/* 行間 */
.t-line1, .t-line1_2, .t-line1_5, .t-line1_7, .t-line2_3 {
  font-size: inherit;
}
.t-line1 {
  line-height: 1;
}
.t-line1_2 {
  line-height: 1.2;
}
.t-line1_5 {
  line-height: 1.5;
}
.t-line1_7 {
  line-height: 1.7;
}
.t-line2_3 {
  line-height: 2.3;
}
/* 文字間 */
.t-space_s {
  letter-spacing: 0.02em
}
.t-space_m {
  letter-spacing: 0.05em
}
.t-space_l {
  letter-spacing: 0.2em
}
/* テキストサイズ */
.txt-10 {
  font-size: 1.0rem;
}
.txt-12 {
  font-size: clamp(1.0rem, 1.5vw, 1.2rem);
}
.txt-13 {
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
}
.txt-14 {
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
}
.txt-15 {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
}
.txt-16 {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.txt-17 {
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}
.txt-18 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.txt-19 {
  font-size: clamp(1.6rem, 2vw, 1.9rem);
}
.txt-20 {
  font-size: clamp(1.6rem, 2.5vw, 2.0rem);
}
.txt-22 {
  font-size: clamp(1.9rem, 2.5vw, 2.2rem);
}
.txt-24 {
  font-size: clamp(2.0rem, 2.5vw, 2.4rem);
}
.txt-26 {
  font-size: clamp(2.1rem, 2.5vw, 2.6rem);
}
.txt-28 {
  font-size: clamp(2.1rem, 2.5vw, 2.8rem);
}
.txt-30 {
  font-size: clamp(2.3rem, 3vw, 3.0rem);
}
.txt-32 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
}
.txt-34 {
  font-size: clamp(2.5rem, 4vw, 3.4rem);
}
.txt-40 {
  font-size: clamp(3.5rem, 5vw, 4.0rem);
}
.txt-45 {
  font-size: clamp(2rem, 5vw, 4.6rem);
}
.txt-46 {
  font-size: clamp(3rem, 5vw, 4.5rem);
}
.txt-50 {
  font-size: clamp(3.2rem, 6vw, 5.0rem);
}
.txt-60 {
  font-size: clamp(3.2rem, 6vw, 6.0rem);
}
/* テキスト太さ */
.thin100 {
  font-weight: 100;
}
.light300 {
  font-weight: 300;
}
.regular400 {
  font-weight: 400;
}
.medium500 {
  font-weight: 500;
}
.semibold600 {
  font-weight: 600;
}
.bold700 {
  font-weight: 700;
}
.black900 {
  font-weight: 900;
}
/* テキスト位置 */
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
/* テキスト（両サイドライン） */
.txt-line {
  display: flex;
  align-items: center;
}
.txt-line:before, .txt-line:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background: #fff; /* 線の色 */
  margin: 0 2em; /* 文字と線の余白 */
}
/* テキスト（片側ライン） */
.txt-line_r {
  display: flex;
  align-items: center;
}
.txt-line_r:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-left: .4em;
  background: #000000;
}
@media screen and (max-width: 743px) {
  .txt-line_r:before, .txt-line_r:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    display: block;
    margin: 0 1em;
    background: #000000;
  }
  .center-sp {
    text-align: center;
  }
}
/* アンダーライン */
.underline {
  border-bottom: solid 1px #333;
}
.underline02 {
	text-decoration: underline;
}

.underline_blue {
  border-bottom: solid 1px #0078de;
}
/* //////////////////// */
/* レイアウト関係*/
/* //////////////////// */
/* コンテンツ幅 */
.w460 {
  max-width: 460px;
  width: 90%;
}
.w510 {
  max-width: 510px;
  width: 90%;
}
.w640 {
  max-width: 640px;
  width: 90%;
}
.w720 {
  max-width: 720px;
  width: 90%;
}
.w800 {
  max-width: 800px;
  width: 90%;
}
.w960 {
  max-width: 960px;
  width: 90%;
}
.w1080 {
  max-width: 1080px;
  width: 90%;
}
.w1200 {
  max-width: 1200px;
  width: 90%;
}
.w1260 {
  max-width: 1260px;
  width: 90%;
}
.w1300 {
  max-width: 1300px;
  width: 90%;
}
.w1500 {
  max-width: 1500px;
  width: 90%;
}
/* コンテンツはみ出した場合に使用 */
.overflow {
  overflow: hidden;
}
.overflow-x {
  overflow-x: hidden;
  overflow-y: visible;
}
/* 位置（フロート） */
.fl-l {
  float: left
}
.fl-r {
  float: right
}
/* clearfix（解除） */
.clf::after {
  content: " ";
  display: block;
  clear: both;
}
/* ポジション */
.posi-relative {
  position: relative;
}
.posi-absolute {
  position: absolute;
}
/* 順番 */
.order01 {
  order: -1;
}
.order02 {
  order: 0;
}
@media screen and (max-width: 743px) {
  .order01 {
    order: 0;
  }
  .order02 {
    order: -1;
  }
}
/* グーグルマップ */
.ggmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin: 0 0 80px 0
}
.ggmap.ggmap02 {
  margin: 20px 0;
}
@media screen and (max-width: 743px) {
  .ggmap {
    position: relative;
    padding-bottom: 100%;
	margin: 0 0 30px 0;
    height: 0;
    overflow: hidden;
  }
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* グーグルカレンダー */
.gcalendar {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}
#top-schedule .gcalendar {
  position: relative;
  padding-bottom: 600px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 743px) {
  .gcalendar {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
}
.gcalendar iframe, .gcalendar object, .gcalendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* //////////////////// */
/* 表示方法*/
/* //////////////////// */
/* オーバーレイ（例：黒色重ね） */
.overlay {
  background-image: url("xx");
  background-position: bottom 60px center;
}
/* 透明設定 */
.opacity {
  opacity: 0.5
}
/* PC・スマホ【表示/非表示】 */
.pc {
  display: inherit
}
.sp {
  display: none
}
.pc-inline {
  display: inline
}
.sp-inline {
  display: none
}
.pc-block {
  display: block
}
.sp-block {
  display: none
}
@media screen and (max-width: 743px) {
  .pc {
    display: none
  }
  .sp {
    display: inherit;
  }
  .pc-block {
    display: none !important
  }
  .sp-block {
    display: block !important
  }
  .pc-inline {
    display: none !important
  }
  .sp-inline {
    display: inline !important
  }
}
/* //////////////////// */
/* マージン＆余白*/
/* //////////////////// */
/* 余白（全体） */
.pA05 {
  padding: 5px;
}
.pA20 {
  padding: 20px;
}
.pA30 {
  padding: 30px;
}
.pA40 {
  padding: 40px;
}
.pA50 {
  padding: 50px;
}
/* 余白（右側） */
.pr5p {
  padding-right: 5%;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
/* 余白（左側） */
.pl5p {
  padding-left: 5%;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
@media screen and (max-width: 743px) {
  .pr10 {
    padding-right: 0;
  }
  .pr20 {
    padding-right: 0;
  }
  .pr30 {
    padding-right: 0;
  }
  .pr40 {
    padding-right: 0;
  }
  .pr50 {
    padding-right: 0;
  }
  .pr60 {
    padding-right: 0;
  }
  .pr10 {
    padding-right: 0;
  }
  .pr20 {
    padding-right: 0;
  }
  .pl30 {
    padding-left: 0;
  }
  .pl40 {
    padding-left: 0;
  }
  .pl50 {
    padding-left: 0;
  }
  .pl60 {
    padding-left: 0;
  }
}
/* マージン（左右sp） */
.mlr50p-sp {
  margin: 0;
}
@media screen and (max-width: 743px) {
  .mlr50p-sp {
    margin: 0 5%;
  }
}
/* マージン（上部） */
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
/* マージン（下部） */
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 0.5rem !important;
}
.mb10 {
  margin-bottom: 1.0rem !important;
}
.mb15 {
  margin-bottom: 1.5rem !important;
}
.mb20 {
  margin-bottom: 2.0rem !important;
}
.mb25 {
  margin-bottom: 2.5rem !important;
}
.mb30 {
  margin-bottom: 3.0rem !important;
}
.mb35 {
  margin-bottom: 3.5rem !important;
}
.mb40 {
  margin-bottom: 4.0rem !important;
}
.mb45 {
  margin-bottom: 4.5rem !important;
}
.mb50 {
  margin-bottom: 5.0rem !important;
}
.mb55 {
  margin-bottom: 5.5rem !important;
}
.mb60 {
  margin-bottom: 6.0rem !important;
}
.mb65 {
  margin-bottom: 6.5rem !important;
}
.mb70 {
  margin-bottom: 7.0rem !important;
}
.mb75 {
  margin-bottom: 7.5rem !important;
}
.mb80 {
  margin-bottom: 8.0rem !important;
}
.mb85 {
  margin-bottom: 8.5rem !important;
}
.mb90 {
  margin-bottom: 9.0rem !important;
}
.mb95 {
  margin-bottom: 9.5rem !important;
}
.mb100 {
  margin-bottom: 10rem !important;
}
.mb120 {
  margin-bottom: 12rem !important
}
.mb150 {
  margin-bottom: 15.0rem !important;
}
.mb200 {
  margin-bottom: 20.0rem !important;
}
.mb00sp {
  margin-bottom: none;
}
.mb10sp {
  margin-bottom: none;
}
.mb20sp {
  margin-bottom: none;
}
.mb30sp {
  margin-bottom: none;
}
.mb40sp {
  margin-bottom: none;
}
.mb50sp {
  margin-bottom: none;
}
.mb60sp {
  margin-bottom: none;
}
.mb80sp {
  margin-bottom: none;
}
.mb100sp {
  margin-bottom: none;
}
@media screen and (max-width: 743px) {
  .mb00sp {
    margin-bottom: 0;
  }
  .mb10sp {
    margin-bottom: 1.0rem !important;
  }
  .mb20sp {
    margin-bottom: 2.0rem !important;
  }
  .mb30sp {
    margin-bottom: 3.0rem !important;
  }
  .mb40sp {
    margin-bottom: 4.0rem !important;
  }
  .mb50sp {
    margin-bottom: 5.0rem !important;
  }
  .mb60sp {
    margin-bottom: 6.0rem !important;
  }
  .mb70sp {
    margin-bottom: 7.0rem !important;
  }
  .mb80sp {
    margin-bottom: 8.0rem !important;
  }
  .mb100sp {
    margin-bottom: 10.0rem !important;
  }
}
/* //////////////////// */
/* フレックス設定*/
/* //////////////////// */
/* PCとSPで位置が変わるモノに関してはcontents.css内に記載 */
/* フレックス（親） */
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.nowrap, .spwrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 743px) {
  .spwrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* フレックス（両端揃え x軸） */
.j-betweeen {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* フレックス（センター揃え x軸） */
.j-center {
  justify-content: center
}
/* フレックス（先端揃え x軸） */
.j-start {
  justify-content: flex-start
}
/* フレックス（末端揃え x軸） */
.j-end {
  justify-content: flex-end
}
@media screen and (max-width: 743px) {
  .j-center {
    justify-content: space-between;
  }
}
/* フレックス（センター揃え y軸） */
.a-center {
  align-items: center
}
/* フレックス（下揃え y軸） */
.a-end {
  align-items: flex-end
}
/* フレックス（幅-パーセント） */
.f-w20 {
  width: 19%;
}
.f-w25 {
  width: 25%;
}
.f-w30 {
  width: 30%;
}
.f-w33 {
  width: 33%;
}
.f-w35 {
  width: 35%;
}
.f-w40 {
  width: 40%;
}
.f-w45 {
  width: 45%;
}
.f-w47 {
  width: 47%;
}
.f-w50 {
  width: 50%;
}
.f-w55 {
  width: 55%;
}
.f-w60 {
  width: 60%;
}
.f-w65 {
  width: 65%;
}
.f-w70 {
  width: 70%;
}
.f-w75 {
  width: 75%;
}
.f-w80 {
  width: 80%;
}
.f-w85 {
  width: 85%;
}
.f-w90 {
  width: 90%;
}
.f-w95 {
  width: 95%;
}
.f-w100 {
  width: 100%;
}
@media screen and (max-width: 743px) {
  .f-w50 {
    width: 100%;
  }
  .f-w33 {
    width: 100%;
  }
  .f-w20, .f-w30 {
    width: 46%;
  }
  .f-w100sp {
    width: 100%;
  }
}
/* 両端揃え時、最後先端揃えにする設定 */
.f-box::after {
  display: block;
  content: "";
  width: 30%;
}
/*- --- ページトップへ戻るボタン設定 --- -*/
.page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 501;
  background-image: url("../img/common/icon-pagetop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  background-color: #000;
  transition: all 0.3s;
}
@media screen and (max-width: 743px) {
  .page_top {
    background-size: 15px;
  }
}
.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
/*- --- アニメーション --- -*/
.opa {
  transition: 1.2s ease;
  opacity: 0;
}
/*アニメーションするプロパティを設定します*/
.opa.active {
  opacity: 1;
}
.fade {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s 0s cubic-bezier(0.56, 0, 0.24, 1);
}
/*アニメーションするプロパティを設定します*/
.fade.active {
  opacity: 1;
  transform: translateY(0);
}