@charset "utf-8";

html,body {
  color: #333;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;  font-style: normal;
  font-size: 62.5%;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
*{box-sizing: border-box;}

.wf-jp-go{font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", "Meiryo",  sans-serif;}


a:hover img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a {color: #558dcc;}
a:hover {color: #ddd; text-decoration: none;}

img{
	line-height: 0;
	vertical-align: top;
	max-width: 100%;
}
img.object-fit-img{
  object-fit: cover;
}
img[src*=’.svg’]{
width: 100%;
height: auto;
}
.mobile{display: none;}
.pc{display: inherit;}

.inner{
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.inner.w1000{
	max-width: 1000px;
}
.inner.w900{
	max-width: 900px;
}
@media (min-width: 737px) and (max-width:1099px) {
  .inner{padding: 0 2.0rem;}
}
article{padding: 7rem 0px;}
article.nobottom{margin-bottom: 0;}
article.mt45{margin-top: 4.5rem;}
article.ptb-0{padding-top: 0;padding-bottom: 0;}

.demo-img{text-align: center;}
@media screen and (max-width:768px) {
  .demo-img img{width: 100%;}
  .inner{width: 90%;}
}

.tac{text-align: center;}
.tac_pc{text-align: center;}

.c-white{color: #fff;}


.di-fl{display: flex;flex-wrap: wrap;}
.jc-sb{justify-content: space-between;}
.jc-cn{justify-content: center;}

.movie_item {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}
.movie_item iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.ggmap iframe{width: 100%;height: 100%;}

@media (min-width: 737px) {
		a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


.c_white{color: #fff;}
/*----------

header

---------*/
header{
  width: 100%;
}
header .hdr-in{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

h1.siteid{width: 23%;max-width: 290px;transition: 0.2s;line-height: 0;}
h1.siteid img{width: 100%;}

header.fixed{
  background-color: rgba(255,255,255,0.94);
  box-shadow: 2px 4px 8px -1px rgba(0,0,0,0.2);
  position: fixed;
  top:0;
  z-index: 99;
}
/*
header.fixed nav#navi ul li a{padding:14px 0.9vw;}
*/

 /* ナビゲーション */
#nav-toggle{display: none;}
nav#navi{width: 85%;}
nav#navi ul{
 display: flex;
 justify-content: flex-end;
}
nav#navi ul li{
  box-sizing: border-box;
  font-size: 1.6rem;
}
nav#navi ul li a{
  display: block;
  color: #000;
  text-decoration: none;
  padding: 2.5rem;
  width: 100%;
}
nav#navi ul li a:hover{
  color: #fff;
  background-color: #1b1464;
}
@media screen and (max-width:1400px) {
  header .hdr-in{
    padding-left: 2rem;
  }
}
@media screen and (max-width:976px) {
  nav#navi ul li{font-size: 1.2rem;}
  nav#navi ul li a{padding: 1.5rem 1.5vw;}
}
/*----------

index

---------*/
/*---------- スライド---------*/
.index-main{
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1260px;
  max-height: 600px;
  overflow: hidden;
}
.index-main-catch {
    z-index: 1;
    position: absolute;
    left: calc((100vw - 1100px) / 2);
    bottom: 5.0rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    line-height: 3em;
    letter-spacing: 0.25em;
}
@media screen and (max-width:1099px) {
  .index-main-catch{
    left: 0;
    bottom: 2.0rem;
  }
}

.index-main-catch span {
    color: #fff;
    background-color: #1B1464;
    padding: 1rem 3rem;
}
.index-main .swiper-slide img{width: 100%;}

.index-scroll-arrow {
    position: absolute;
    width: 29px;
    z-index: 3;
    left: 5rem;
    bottom: 2rem;
}
@media screen and (max-width:1218px) {
  .index-scroll-arrow {
      left:  2rem;
  }
}


.index-menulist{
  padding-bottom: 12rem;
}


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

下層ページ共通

---------*/
.pagemain{
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 90px 0;
}
.pagemain .inner{
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagemain h1{
  background-color: rgba(255,255,255, 0.65);
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  padding: 1rem 7rem;
}


/* パンくず */
#breadcrumbs{
  font-size: 1.4rem;
  padding: 2.0rem 1.0rem 4.5rem;
  margin-bottom: 0px;
}
#breadcrumbs ul{
  display: flex;
}
#breadcrumbs ul li a{
  background: url(../images/common/icon_pan.png) right center no-repeat;
  padding:0 2.0rem 0 0;
  margin-right: 1.0rem;
  text-decoration: underline;
  display: block;
  color: #1b1464;
}
#breadcrumbs ul li:last-child a{
  background: none;
  padding:0 2.0rem 0 0;
  margin-right: 1.0rem;
  text-decoration: underline;
  display: block;
}
#breadcrumbs ul li a:hover{text-decoration: none;}
#breadcrumbs ul li.breadcat a:not(:nth-last-child(1)){
    background:none;
    padding-right:0;
}

h2{
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
/* 見出し */
.ttl_style01 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    text-align: center;
}

.ttl_style01 .en {
    font-size: 1.9rem;
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
}
.ttl_style02{
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.0rem;
  border-bottom: 1px solid #000;
  max-width: 574px;
  margin: 0 auto 5rem;
}

.subtitle-001 .en{
  display: block;
  margin: 0 auto;
  line-height: 1;
}

.subtitle-001 .jp{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
}
.subtitle-001 .jp::before,
.subtitle-001 .jp::after{
  background-color: #000;
  content: "";
  width: 133px;
  height: 3px;
  transform: skewX(-60deg);
}
.subtitle-001 .jp::before{margin-right: 2.5rem;}
.subtitle-001 .jp::after{margin-left: 2.5rem;}

.en-title{
  color: #1b1464;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-align: center;
}

.subtitle-002{
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 3.5rem;
}
.subtitle-002::before{
  content: '';
  width: 40px;
  height: 2px;
  background-color: #1b1464;
  margin-right: 15px;
}

.subtitle-003{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 35px;
  border-left: 10px solid #1b1464;
  padding-left: 1.5rem;
}
.subtitle-003::after{
  flex-grow: 1;
  border-top: 1px solid #ccc;
  content: "";
  margin-left: 1rem;

}
.green-title{
  font-size: 1.3rem;
  color: #1b1464;
  margin-bottom: 20px;
}
.green-title.nocolor{
  color: #000;
}
.green-title.pc-center{
  text-align: center;
}

.txt-bg-green {
	background-color: #1b1464;
	color: #fff;
	padding: 0.5rem 0.8rem;
	margin: 0 0.5rem;
}


/* ボタン */
.linkbtn{
  background-color: #fff;
  width: 250px;
  margin: 5rem auto 0;
}
.linkbtn a{
  display: block;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 1.2rem 4rem;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: .3s;
  border: 2px solid #be8f00;
}
.linkbtn a:hover{
  color: #fff;
}
.linkbtn a::after{
  content: '';
  position: absolute;
  right: 10px;
  top: 44%;
  width: 24px;
  height: 6px;
  background-image: url(../images/common/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: .3s;
}
.linkbtn a:hover::after{
  content: '';
  right: 5px;
  background-image: url(../images/common/icon-arrow-hover.png);
  transition: .3s;
}
.linkbtn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #be8f00;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.linkbtn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


.linkbtn02 {
    margin: 0 auto;
    width: 274px;
}

.linkbtn02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.2rem 2.2rem;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
    transition: .3s;
}
.linkbtn02 a:before {
    content: "";
    background: url("../images/common/icon-arrow-tri.svg") no-repeat center center / contain;
    width: 20px;
    height: 20px;
    margin-right: 2rem;
}
.linkbtn02 a:hover {
    background-color: #fff;
    color: #000;
}
.linkbtn02 a:hover:before {
    background-image: url("../images/common/icon-arrow-tri-black.svg");
}


.linkbtn02.blue a {
    background-color: #1b1464;
    border-color: #1b1464;
}

.linkbtn02.blue a:hover {
    background-color: #fff;
    color: #1b1464;
}
.linkbtn02.blue a:hover:before {
    background-image: url("../images/common/icon-arrow-tri-blue.svg");
}

.linkbtn02.white a {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.linkbtn02.white a:before {
    background-image: url("../images/common/icon-arrow-tri-black.svg");
}

.linkbtn02.white a:hover {
    background-color: #000;
    color: #fff;
}
.linkbtn02.white a:hover:before {
    background-image: url("../images/common/icon-arrow-tri.svg");
}


.unit-menu-list{
   width: 100%;
    max-height: 910px;
    margin: 0 auto;
}

.unit-menu-list .list_ttl{
    font-size: 2.4rem;
    color: #1b1464;
}

.unit-menu-list .list_ttl .blue {
    background-color: #1b1464;
    color: #fff;
    padding: 0.35rem 3rem 0.75rem;
    margin-left: 1rem;
}
.unit-menu-list .menu-list{
    margin-top: 7rem;
}
.unit-menu-list .menu-list li {
    width: 48%;
    max-width: 440px;
}

.unit-menu-list .menu-list li a {
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #1b1464;
    border: 1px solid #1b1464;
    background-color: #fff;
    padding: 4.5rem 2rem;
    display: block;
}

.unit-menu-list .menu-list li:nth-child(2n) {
    margin-left: 3rem;
}

.unit-menu-list .menu-list li a:hover {
    color: #fff;
    background-color: #1b1464;
}
/* 配置 */
.center-img{
  text-align: center;
  margin:24px 0 30px;
}
.center-img img{max-width: 100%;}

.comming-img{text-align: center; margin: 34px auto;}
.comming-img img{width: 100%;}




.tableunit table{width: 100%; border-bottom: 1px solid #ccc;}
.tableunit table tr th,
.tableunit table tr td{
  padding: 2rem ;
  vertical-align: middle;
  font-size: 1.4rem;
}
.tableunit table tr th{
  width: 24%;
  border-top: 2px solid #1b1464;
  text-align: left;
  padding-left: 1rem;
}
.tableunit table tr td{
  width: 76%;
  border-top: 1px solid #ccc;
}
.tableunit table tr th:last-of-type{border-bottom: 2px solid #1b1464;}

.tableunit table tr td div.address{
  display: flex;
  margin-bottom: 24px;
}
.tableunit table tr td div.address p{
  width: 15%;
}
.tableunit table tr td div.address div,
.tableunit table tr td div.address ul{
  width: 85%;
}
.tableunit table tr td div.address dl{
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.tableunit table tr td div.address dl dt{
  width:12%;
}

/*.tableunit.history table tr th{width: 15%;}
.tableunit.history table tr td.month{
  width: 10%;
  border-top: 2px solid #88BEC8;
  text-align: center;
}
.tableunit.history table tr td.his-text{width: 75%;}*/
.tableunit table tr:last-of-type td.month{border-bottom: 2px solid #88BEC8;}

.tableunit02 {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}

.tableunit02 tr:not(:last-of-type) {
    border-bottom: 1px solid #000;
}

.tableunit02 th, .tableunit02 td {
   font-size: 1.8rem;
   color: #000;
   padding: 2.0rem 3rem;
}

.tableunit02 th{
   width: 203px;
   background-color: #829ECB;
   text-align: left;
}

.tableunit02 td {
   background-color: #fff;
}



.tableunit03 {
    width: 100%;
    margin: 0 auto;
}

.tableunit03 tr:not(.noborder) {
    border-bottom: 1px solid #C2C2C2;
}

.tableunit03 tr th, .tableunit03 tr td {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 2.5rem 2.0rem;
}
.tableunit03 tr.noborder th, 
.tableunit03 tr.noborder td {
    padding-bottom: 0;
}

.tableunit03 tr th {
    width: 40%;
    text-align: right;
}
/*----------

404
---------*/
.pagemain.not404{background-image: url(../images/common/bg-main-404.png);}
.page404-detail .subttl{
  font-size: 2.4rem;
  font-weight: bold;
}

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

footer

---------*/

/* side-bnr */
.side-bnr{
  position: fixed;
  right: 0;
  top:30%;
  z-index: 90;
}
.side-bnr li{
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.side-bnr li a{
  display: block;
  text-decoration: none;
  background-color: #1b1464;
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 10px 10px 30px;
}

.side-bnr .side-bnr-bogo li.current a,
.side-bnr li a:hover{
  color: #000;
  background-color: #829ECB;
}
.side-bnr .side-bnr-contact a{
  color: #fff;  
  background-image: url(../images/common/icon-mail.png);
  background-size: 15px 12px;
  background-position: top 49% left 8px;
  background-repeat: no-repeat;
}

/* page-top */
#page-top {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 900;
}
#page-top a {
	background: url(../images/common/img_pagetop.png) no-repeat center center;
    text-decoration: none;
    width: 50px;
    height: 55px;
    text-align: center;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#page-top a:hover {
	background: url(../images/common/img_pagetop_hover.png) no-repeat center center;
}

.ftr-contact{padding-bottom: 2rem;}


.ftr-contact-btn {border: 1px solid #1b1464;}


.ftr-contact-btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #1b1464;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.ftr-contact-btn a:hover {
    color: #1b1464;
    background-color: #1b1464;
    border-top-color: #1b1464;
    border-bottom-color: #1b1464;
}
.ftr-contact-btn a .txt{
    align-items: center;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    padding: 2.4rem 2rem;
    transition: .25s ease-in-out;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.ftr-contact-btn a .txt:before{
    content: "";
    width: 142px;
    height: 92px;
    background: url("../images/common/foot_contact_icon.svg") no-repeat center center /contain;
    margin-right: 2.4rem;
    transition: .3s ease-in-out;
}

.ftr-contact-btn a:hover .txt{
    background-color: #fff;
}
.ftr-contact-btn a:hover .txt:before{
    background-image: url("../images/common/foot_contact_icon_blue.svg");
}


.foot-content .foot-logo{
    max-width: 290px;
    margin: 0 auto;
    line-height: 1;
}

.foot-content .inner {
    padding: 2.5rem 1rem 2rem;
    flex-wrap: nowrap;
}

.foot-content .foot-info {
    font-size: 1.4rem;
}
.foot-content .foot-tel {
    margin: 5rem auto 0;
}

.foot-sns-list {
    margin-top: 1.8rem;
}

.foot-sns-list li {
    max-width: 42px;
}

.foot-sns-list li + li {
    margin-left: 2.2rem;
}
.foot-content .foot-tel a {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #000;
}
.foot-nav-list {
    width: 75%;
    max-width: 725px;
    margin-top: 1rem;
    margin-left: 3rem;
}
.foot-nav-list a {
    color: #000;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 0 2.5rem;
    text-align: center;
}
.foot-nav-list a:hover {
    opacity: 0.6;
}
@media screen and (max-width:1099px) and (min-width:737px) {
.foot-nav-list a {font-size: 1.3rem; }
}
.copy{
  padding: 3rem 1.6rem ;
  border-top: 1px solid #bbbbbb;
}
.copy p{
  font-size: 1.6rem;

}


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

coming soon

---------*/

.article-coming{
	margin: 70px auto ;
}