@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
.font01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.font02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.group01 .font01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  background-color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2, .wrapper3 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper {
  width: 100%;
  max-width: 1150px;
}
.wrapper2 {
  width: 100%;
  max-width: 1600px;
}
.wrapper3 {
  width: 100%;
  max-width: 1100px;
}
.wrapper p, .wrapper2 p, .wrapper3 p{
  line-height: 1.7;
}
.deco01 a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head h1 {
  float: left;
  width: 339px;
  padding: 25px 0;
}
#head .tel {
  float: right;
  width: 325px;
  padding-top: 20px;
}
#head .tel p {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
#head .btn {
  float: right;
  width: 139px;
  padding-top: 35px;
  margin-left: 30px;
}
#head img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
    position: relative;
    width: 100%;
    background-color: #027ec4;
    text-align: center;
    padding: 12px 0;
}
#gnav > ul {
    display: inline-block;
	width: 100%;
	max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}
#gnav > ul > li {
    display: inline-block;
	width: 16%;
    box-sizing: border-box;
    border-right: 1px solid #8bc4e4;
    line-height: 1;
}
#gnav > ul > li:last-child{
    border-right: none;
}
#gnav > ul > li a {
    display: block;
	color: #fff;
    font-size: 1.8rem;
	font-weight: bold;
    line-height: 1.1;
    text-align: center;
    padding: 22px 0;
}
#gnav li a:hover {
    text-decoration: none;
}

#gnav > ul > li{
position: relative;
}
#gnav li .child{
display: none;
position: absolute;
z-index: 9000;
width: 100%;
padding-top: 13px;
}
#gnav li .child li{
    text-align: center;
}
#gnav li .child li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #027ec4;
    background-color: rgba(255,255,255,1.0);
    border: 1px solid #ccc;
    font-size: 1.7rem;
    line-height: 1.2;
    text-align: center;
    padding: 22px 15px;
}

/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #000;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #4169e1;
  padding: 70px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #fff;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 10vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  width: 100%;
  background: url("../images/index-images/mv01.jpg") 50% 10% no-repeat;
  background-size: cover;
}
.page-title-active{
  margin-top: 80px;
}
#page-title h1 {
  color: #fff;
  font-size: 4.0rem;
  text-shadow: 0 0 10px #000;
  line-height: 1;
  padding: 80px 0 80px 0;
}
.breadcrumb {
  font-size: 1.5rem;
  padding: 15px 0 30px 0;
}
.breadcrumb p {
  text-align: left;
}
.breadcrumb p span {
  color: #2e71d5;
}

/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
.group01{
    overflow: hidden;
}
.group01 .float-l{
    width: 30%;
}
.group01 .float-r{
    width: 65%;
}
.group02{
    overflow: hidden;
}
.group02 .float-l{
    width: 65%;
}
.group02 .float-r{
    width: 30%;
}

.group03{
    overflow: hidden;
}
.group03 .float-l{
    width: 48%;
}
.group03 .float-r{
    width: 48%;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 30px;
}
.cmn-title01 span {
  display: inline-block;
  min-width: 250px;
  color: #4169e1;
  text-align: center;
  border-bottom: 2px solid #8fa4e2;
  padding-bottom: 20px;
}
.cmn-title02 {
  color: #4169e1;
  font-size: 3.6rem;
  text-align: left;
  background: url("../images/cmn-images/line.jpg") 0 50% repeat-x;
  margin-bottom: 30px;
}
.cmn-title02 span {
  display: inline-block;
  background-color: #fff;
  padding-right: 15px;
}
.cmn-title03 {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 30px;
}
.cmn-title04 {
  color: #4169e1;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 20px;
}
.cmn-title04::before {
font-family: 'FontAwesome';
display: inline-block;
content: "\f138";
color: #4169e1;
margin-right: 5px;
}
.cmn-title05 {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 15px;
}
.cmn-title06 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 15px;
}
.group01 .cmn-title02{
	font-size: 2rem;
	line-height: 1.1;
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
	margin-bottom: 20px;
background: none;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #4169e1;
  min-width: 250px;
  padding: 20px 10px;
}
.cmn-btn01 a::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 10px;
}
/* =======================
  fadein
======================== */
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* ----------------------------------------
info
------------------------------------------- */
#info {
  background-color: #4169e1;
}
#info .float-l {
  width: 48%;
}
#info .float-r {
  width: 48%;
}
#info h2 {
  width: 287px;
  margin-bottom: 20px;
}
#info table {
  width: 100%;
  color: #fff;
}
#info table th {
  width: 100px;
  box-sizing: border-box;
  border-bottom: 1px dotted #fff;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  padding: 15px 10px;
}
#info table td {
  box-sizing: border-box;
  border-bottom: 1px dotted #fff;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  padding: 15px 10px;
}
/* ----------------------------------------
 gallery
------------------------------------------- */
#gallery {
  background-color: #4169e1;
}
#gallery .box {
  width: 100%;
  margin: 0 auto;
}
#gallery .box .img-box {
  position: relative;
  padding-top: 100%;
}
#gallery .box .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
#gallery .bx-wrapper {
  margin: 0 auto;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
.copy {
  font-size: 1.4rem;
  color: #fff;
  background-color: #4169e1;
  padding: 15px;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #2b52c6;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 25px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1150px) {
  body {
    min-width: 1150px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1149px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 29%;
  }
  #head .tel {
    width: 27%;
  }
  #head .tel p {
    font-size: 1.4vw;
    margin-bottom: 4px;
  }
  #head .btn {
    width: 12%;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  #gnav li a {
    font-size: 1.8vw;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
  body {
    font-size: 1.3rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2, .wrapper3 {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    min-height: 70px;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 0;
  }
  #head h1 {
    float: left;
    width: 180px;
    padding: 15px 0;
  }
  #head .btn {
    float: right;
    width: 80px;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 60px;
  }
/* ----------------------------------------
  page-title
---------------------------------------- */
.page-title-active{
  margin-top: 0;
}
#page-title h1 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 110px 0 50px 0;
}
.breadcrumb {
  font-size: 1.3rem;
  padding: 15px 0 30px 0;
}
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 40px 0;
  }
  .cmn-box02 {
    padding-bottom: 40px;
  }
.group01 .float-l{
    float: none;
    width: 100%;
	margin-bottom: 15px;
}
.group01 .float-r{
    float: none;
    width: 100%;
}
.group02 .float-l{
    float: none;
    width: 100%;
}
.group02 .float-r{
    float: none;
    width: 100%;
	margin-bottom: 15px;
}
.group03 .float-l{
    float: none;
    width: 100%;
	margin-bottom: 15px;
}
.group03 .float-r{
    float: none;
    width: 100%;
}
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .cmn-title02 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .cmn-title03 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
.cmn-title04 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.cmn-title05 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    font-size: 1.5rem;
    min-width: 200px;
    padding: 15px 10px;
  }
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
info
------------------------------------------- */
  #info .float-l {
    width: 100%;
    margin-bottom: 50px;
  }
  #info .float-r {
    width: 100%;
  }
  #info h2 {
    width: 200px;
    margin: 0 auto 20px auto;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 70%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
.copy {
  font-size: 1.1rem;
  color: #fff;
  background-color: #4169e1;
  padding: 15px;
}
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 25px;
  }
}