@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap');
.font01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.font02 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.font03 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url("../images/cmn-images/bg.png") 50% 50% no-repeat;
  background-attachment: fixed;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
/*スライドイン*/

/* 基本のスタイル */
.left_in .delighter {
    transition: all .7s ease-out;
    transform: translateX(-100%);
    opacity: 0;
}

.right_in .delighter {
      transition: all .7s ease-out;
      transform: translateX(100%);
      opacity: 0;
}

.bottom_in .delighter {
transform:translatey(40%); 
opacity:0; 
transition: all .3s ease-in-out;
}
.top_in .delighter {
transform:translatey(-30%); 
opacity:0; 
transition: all .3s ease-in-out;
}
.cube_in .delighter {
    background: url(../images/news_bg01.png);
    background-size: cover;
}
 
/* スタート時のスタイル */
   .delighter.started{
      transform: none;
      opacity: 1;
   }
.cube_in .delighter.started{
bottom: 0%;
transition: all .5s cubic-bezier(.86, 0, .07, 1);
}
/*スライドインここまで*/
.wrapper, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1000px;
}
.wrapper p, .wrapper2 p {
  line-height: 1.7;
}
.deco01 a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
#head h1 {
  width: 209px;
  padding: 10px 20px;
}
#head h1 img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  text-align: center;
  vertical-align: middle;
}
#gnav li {
  display: inline-block;
  vertical-align: middle;
}
#gnav .nav {
  width: 11%;
  box-sizing: border-box;
}
#gnav .nav a {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: center;
  padding: 10px 10px;
  transition: 0.4s ease-in-out;
}
#gnav li a .en {
  display: inline;
}
#gnav li a:hover .en {
  display: none;
}
#gnav li a .jp {
  display: none;
}
#gnav li a:hover .jp {
  display: inline;
}

/* ----------------------------------------
  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: #000;
  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 #333;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 13px 0;
}
#sp-nav ul li a span {
  display: block;
  font-size: 0.9rem;
  padding-top: 5px;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  width: 100%;
  padding: 150px 0 50px 0;
}
#page-title h1{
  color: #fff;
  font-size: 4rem;
  text-shadow: 0px 0px 10px #000,0px 0px 5px #000;;
  line-height: 1;
}
#page-title h1 span{
  display: block;
  font-size: 2.0rem;
  padding-top: 20px;
}
.breadcrumb{
font-size: 1.3rem;
padding:15px 0 30px 0;
}
.breadcrumb p{
text-align: right;
}
.breadcrumb p span{
color: #000;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.cmn-title01 span {
  display: block;
  max-width: 300px;
  font-size: 3.6rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 0 auto 10px auto;
}
.cmn-title02 {
  font-size: 1.8rem;
  text-align: center;
}
.cmn-title02 i {
  display: block;
  font-size: 3.0rem;
  text-align: center;
  margin: 0 auto 20px auto;
}
.cmn-title02 span {
  display: block;
  max-width: 300px;
  font-size: 3.6rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin: 0 auto 10px auto;
}

.cmn-title03 {
  font-size: 2.4rem;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.cmn-title04 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 20px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a{
display: inline-block;
min-width: 250px;
box-sizing: border-box;
color: #fff;
background-color: #000;
padding: 18px 10px;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------
 access
------------------------------------------- */
#access {
  width: 100%;
  box-sizing: border-box;
  background: url("../images/index-images/access.jpg") 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 5% 70px 5%;
}
#access p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 30px;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
#fnav li {
  display: inline-block;
  border-right: 1px solid #fff;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  text-align: center;
  padding: 5px 15px;
  transition: 0.4s ease-in-out;
}
#fnav li a:hover {
  opacity: 0.4;
  filter: alpha(opacity=90);
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  background-color: #000;
  padding: 40px 0 30px 0;
}
#foot h2 {
  width: 200px;
  margin: 0 auto 30px auto;
}
#foot a {
  color: #fff;
}
#foot .adr {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}
#foot .copy {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 25px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 150px;
    padding: 10px 20px;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  #gnav .nav a {
    font-size: 1.3vw;
    padding: 10px 15px;
  }
  #gnav li a span {
    font-size: 0.9vw;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01, .cmn-title02 {
    font-size: 1.4vw;
  }
  .cmn-title01 span, .cmn-title02 span {
    max-width: 200px;
    font-size: 2.6vw;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
  body {
    font-size: 1.3rem;
    background-size: 150% auto;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 150px;
    padding: 10px 0;
  }
  #head h1 img {
    display: block;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  #gnav {
    text-align: center;
  }
  #gnav li {
    display: inline-block;
    vertical-align: middle;
  }
  #gnav .nav {
    display: none;
  }
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  padding: 100px 0 30px 0;
}
#page-title h1{
  font-size: 3rem;
}
#page-title h1 span{
  font-size: 1.5rem;
  padding-top: 12px;
}
.breadcrumb{
font-size: 1.2rem;
padding:15px 0 20px 0;
}
.breadcrumb p{
text-align: left;
}

  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 35px 0;
  }
  .cmn-box02 {
    padding-bottom: 35px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01, .cmn-title02 {
    font-size: 1.2rem;
  }
  .cmn-title01 span, .cmn-title02 span {
    max-width: 200px;
    font-size: 2.4rem;
  }
  .cmn-title02 i {
    font-size: 2.0rem;
    margin: 0 auto 10px auto;
  }
  .cmn-title03 {
  font-size: 1.8rem;
}
  .cmn-title04 {
  font-size: 1.8rem;
}
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
 access
------------------------------------------- */
  #access {
    width: 100%;
    background-attachment: scroll;
    background-size: cover;
    padding: 40px 5% 30px 5%;
  }
  #access p {
    font-size: 1.4rem;
    padding-top: 30px;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 70%;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav li a {
    font-size: 0.8rem;
    padding: 2px 10px;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot h2 {
    width: 150px;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 25px;
  }
}