@charset "UTF-8";
/* CSS Document */
/*-----------------------
 Base
-------------------------*/
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "YakuHanMP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #182025;
  margin: 0;
  padding: 0;
  font-size: clamp(11px, 1.378vw, 17px);
  line-height: 1.5;
  max-height: 100%;
  width: 100%;
}

a {
  color: #094568;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #1183c6;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
  background-color: #ffffff;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

ul.reglist {
  margin: 0 0 10px;
  padding: 0;
}
ul.reglist li {
  margin-bottom: 5px;
  text-indent: calc(-1em - 5px);
  padding: 0 0 0 calc(1em + 5px);
  line-height: 1.8em;
}
ul.reglist li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #89a3b3;
  margin-right: 5px;
}

ul.komelist {
  margin: 0 0 10px;
  padding: 0;
}
ul.komelist li {
  margin-bottom: 5px;
  text-indent: calc(-1em - 5px);
  padding: 0 0 0 calc(1em + 5px);
  line-height: 1.8em;
}
ul.komelist li::before {
  content: "※";
  color: #89a3b3;
  margin-right: 5px;
}

ul.rowlist {
  margin: 0 0 10px;
  padding: 0;
}
ul.rowlist li {
  margin: 0 20px 20px 0;
  text-indent: calc(-0.6em - 5px);
  padding: 0 0 0 calc(0.6em + 5px);
}
ul.rowlist li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: clamp(9px, 1.128vw, 14px);
  color: #6a8b9f;
  margin-right: 5px;
}

ol.regnumlist {
  margin: 0 0 10px;
  padding: 0;
  counter-reset: li;
}
ol.regnumlist li {
  margin: 0 0 5px;
  line-height: 1.8em;
  text-indent: calc(-1em - 5px);
  padding: 0 0 0 calc(1em + 5px);
}
ol.regnumlist li::before {
  counter-increment: li;
  content: counter(li) ".";
  margin-right: 5px;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

.wrap {
  clear: both;
  margin: 0;
  padding: 0;
}

.clear {
  float: none;
  clear: both;
}

img.waku {
  width: calc(100% - (1px * 2));
  border: 1px solid #AAAAAA;
}

.attention {
  width: 100%;
  border: 1px solid #AAAAAA;
  background-color: #ffffff;
  padding: 10px;
}
@media screen and (min-width: 1240px) {
  .attention {
    padding: 20px;
  }
}
.attention h5 {
  font-size: 1.4rem !important;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1240px) {
  .attention h5 {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
}

/*-----------------------
 Form
-------------------------*/
textarea {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  padding: 5px;
  outline: none;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
}
input[type=text] :focus,
input[type=email] :focus,
input[type=tel] :focus,
input[type=password] :focus,
textarea :focus {
  box-shadow: 0 0 7px #D86068;
  -webkit-box-shadow: 0 0 7px #D86068;
  border: 1px solid #D86068;
}

button[type=submit],
button[type=reset],
input[type=submit],
input[type=reset] {
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  border: 1px solid #AAAAAA;
  color: #182025;
  padding: 10px 30px;
  margin: 0 20px 0 0;
  border-radius: 3px;
  -webkit-appearance: none;
  cursor: pointer;
}
button[type=submit]:hover,
button[type=reset]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  background: -moz-linear-gradient(top, #EFEFEF 0%, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#eeeeee));
}

/* 1.5倍に拡大表示 */
input[type=radio],
input[type=chexkbox] {
  transform: scale(1.5);
}

.nes {
  font-size: smaller;
  color: #c72161;
  margin-left: 5px;
}

/*-----------------------
 blockquote
-------------------------*/
blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  margin: 0 0 20px;
  box-sizing: border-box;
  font-family: "YakuHanMP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  background: #E5F2FA;
  color: #182025;
}
blockquote::before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.8;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #ffffff;
  font-size: 0.9em;
}

/*-----------------------
 Margin
-------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 30px !important;
  }
}

.mt30 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .mt30 {
    margin-top: 30px !important;
  }
}

.mb40 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}

.mt40 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px !important;
  }
}

.mb50 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

.mt50 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px !important;
  }
}

.mb60 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}

.mt60 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px !important;
  }
}

.mb70 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px !important;
  }
}

.mt70 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px !important;
  }
}

.mb80 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}

.mt80 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pdtb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pdrl0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.pdtb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pdrl5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pdtb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pdrl10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pdtb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pdrl15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.pdtb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pdrl20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pdtb30 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .pdtb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.pdrl30 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media screen and (min-width: 768px) {
  .pdrl30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

.pdtb40 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .pdtb40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.pdrl40 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media screen and (min-width: 768px) {
  .pdrl40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

.pdtb50 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .pdtb50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.pdrl50 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media screen and (min-width: 768px) {
  .pdrl50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.height_ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tar {
  text-align: right;
}

.pdb100 {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .pdb100 {
    padding-bottom: 100px !important;
  }
}

/*-----------------------
 Font Size
-------------------------*/
.fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs24 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
@media screen and (min-width: 768px) {
  .fs24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}

.fs26 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
@media screen and (min-width: 768px) {
  .fs26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
}

.fs28 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
@media screen and (min-width: 768px) {
  .fs28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}

.fs30 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
@media screen and (min-width: 768px) {
  .fs30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}

.fssm {
  font-size: smaller !important;
}

.fslg {
  font-size: larger !important;
}

.lh15 {
  line-height: 1.5em !important;
}

.lh18 {
  line-height: 1.5em !important;
}
@media screen and (min-width: 768px) {
  .lh18 {
    line-height: 1.8em !important;
  }
}

.lh20 {
  line-height: 1.5em !important;
}
@media screen and (min-width: 768px) {
  .lh20 {
    line-height: 2em !important;
  }
}

/*-----------------------
 Font Color
-------------------------*/
.red {
  color: #c72161;
}

.blue {
  color: #0081ca;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000 !important;
}

/*-----------------------
 Round
-------------------------*/
.round5 {
  border-radius: 5px;
}

.round10 {
  border-radius: 10px;
}

/*-----------------------
 Button
-------------------------*/
.css3button_red,
.css3button_blue {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.css3button_red a,
.css3button_blue a {
  color: #ffffff;
  text-decoration: none;
  padding: 16px 2px;
  margin: 0;
  border-radius: 5px;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
}
.css3button_red a:hover,
.css3button_blue a:hover {
  color: #ffffff;
  text-decoration: none;
}
.css3button_red i,
.css3button_blue i {
  margin: 0 5px 0 0;
}

.css3button_red a {
  background-color: #c72161;
}
.css3button_red a:hover {
  background: #e66899;
}

.css3button_blue a {
  background-color: #0081ca;
}
.css3button_blue a:hover {
  background: #31b5ff;
}

i.right {
  margin: 0 0 0 5px;
}

/* ------------------------
 基本テーブル
------------------------ */
table {
  width: 100%;
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
}
table th,
table td {
  padding: 15px;
  margin: 0;
  border: 1px solid #AAAAAA;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.8em;
}
table th {
  background-color: #E5F2FA;
}
table a {
  color: #094568;
  text-decoration: underline;
}
table a:hover {
  color: #1183c6;
  text-decoration: underline;
}

table .tb10 th {
  width: 10% !important;
}
table .tb20 th {
  width: 20% !important;
}
table .tb30 th {
  width: 30% !important;
}
table .tb40 th {
  width: 40% !important;
}
table .tb50 th {
  width: 50% !important;
}
table .tb60 th {
  width: 60% !important;
}
table .tb70 th {
  width: 70% !important;
}
table .tb80 th {
  width: 80% !important;
}
table .tb90 th {
  width: 90% !important;
}
table tr.linebold {
  border-bottom: 3px solid #AAAAAA;
}
table .noborder {
  width: 100%;
  border: 0 solid #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
}
table .noborder th,
table .noborder td {
  border: 0 solid #ffffff;
  background-color: #ffffff !important;
}

/* ------------------------
YouTubeのレスポンシブ化
------------------------ */
.yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.yt iframe,
.yt object,
.yt embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------
GoogleMapのレスポンシブ化
------------------------ */
/* オブジェクト設定 */
.gmap iframe {
  width: 100%;
  aspect-ratio: 4/3;
}

/*-----------------------
 Slick Slider 共通部分
-------------------------*/
/*左右の矢印のフォントを変える*/
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-prev:before {
  content: "\f053";
}

[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "\f053";
}

/*スライド数のドットの色を変える*/
.slick-dots li {
  margin: 0;
  padding: 0;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #c72161;
}

.slick-dots li button:before {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

/*-----------------------
 スクロール時に要素をフェードイン
-------------------------*/
.scrollanime {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

.sect02 {
  overflow: hidden;
}

.slide-right {
  transform: translateX(300px);
}

.slide-left {
  transform: translateX(-300px);
}

/*==================================================
　ハンバーガーリスト
===================================*/
.hamburger-menu {
  width: 60px;
  height: 60px;
  position: relative;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.hamburger-menu__bar:first-child {
  top: 20px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 28px;
}
.hamburger-menu__bar:last-child {
  top: 36px;
}

@media screen and (max-width: 60em) {
  .hamburger-menu {
    width: 50px;
    height: 50px;
  }
  .hamburger-menu__bar:first-child {
    top: 20px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 28px;
  }
  .hamburger-menu__bar:last-child {
    top: 36px;
  }
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: none;
  background: #ecebeb;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 60em) {
  .navigation {
    top: 50px;
  }
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation__list-item {
  border-bottom: solid 1px #7d7774;
}
.navigation__list-item:first-child {
  border-top: solid 1px #7d7774;
}

.navigation__link {
  color: #182025;
  font-size: 2.4rem !important;
  display: block;
  padding: 24px 0;
}

@media screen and (max-width: 60em) {
  .navigation__link {
    font-size: 1.8rem !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    text-decoration: none;
    background: #ffffff;
  }
}
/*==================================================
　ヘッダー・フッター
===================================*/
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}
.header .logo {
  display: flex;
  align-items: flex-end;
  height: 60px;
  padding: 10px 0 10px 20px;
  margin: 0;
}
.header .logo span {
  font-size: 1.6rem !important;
  margin-left: 10px;
}
.header img {
  height: 40px !important;
}

@media screen and (max-width: 60em) {
  .header {
    height: 50px;
  }
  .header .logo {
    align-items: center;
    height: 50px;
  }
  .header .logo span {
    display: none;
  }
  .header img {
    height: 30px !important;
  }
}
/* フッター */
footer {
  background-color: #0081ca;
}
footer .waku {
  width: 960px;
  padding: 20px 0;
  margin: 0 auto;
  color: #ffffff;
}
footer nav.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
footer nav.footer ul li a {
  font-size: 1.4rem !important;
  color: #ffffff;
  padding: 0 1em;
  border-right: 1px solid #ffffff;
}
footer nav.footer ul li:last-child a {
  border-right: none;
}
footer .address {
  text-align: center;
  font-size: 1.4rem !important;
  margin-bottom: 20px;
}
footer .address span {
	font-size: 1.6rem !important;
}
footer .copy {
  text-align: center;
  font-size: 1.2rem !important;
}

@media screen and (max-width: 60em) {
  footer .waku {
    width: calc(100% - 30px);
    padding: 10px 15px;
  }
  footer nav.footer ul {
    margin-bottom: 20px;
  }
  footer nav.footer ul li a {
    font-size: 1.2rem !important;
    color: #ffffff;
    padding: 0 1em;
    border-right: 1px solid #ffffff;
  }
  footer .address {
    text-align: center;
    font-size: 1.2rem !important;
    margin-bottom: 20px;
  }
  footer .address a {
    color: #ffffff;
  }
  footer .copy {
    font-size: 1rem !important;
  }
}
/*-----------------------
To Page top
-------------------------*/
#page-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
}
#page-top a {
  background-color: rgba(125, 119, 116, 0.5);
  text-decoration: none;
  color: #ffffff !important;
  text-align: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-top a:hover {
  background-color: rgba(125, 119, 116, 0.9);
  text-decoration: none !important;
}
#page-top a span {
  font-size: 24px !important;
  font-size: 2.4rem !important;
  padding-bottom: 0;
}
#page-top a span i:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 60em) {
  #page-top {
    bottom: 0;
    right: 5px;
  }
  #page-top a {
    border-radius: 10px 10px 0 0;
    width: 40px;
    height: 40px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=common.css.map */