@charset "utf-8";
/* CSS Document */
@import url("style.css");
body {
  margin: 0;
  padding: 0;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 15px;
  line-height: 1.7;
}
.menubar01 {
  display: none;
}
/* ===================
改行
====================== */
.pc-br {
  display: none;
}
.sp-br {
  display: block;
}
/* ===================
 ヘッダー関連
====================== */
#header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  z-index: 5000;
  background-color: #fff;
  top: 0;
  height: 60px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.head-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-logo {
  width: 100%;
  max-width: 300px;
  padding: 10px 0 0 10px;
}
.head-logo img {
  display: block;
  width: 100%;
}
.head-right {
  display: none;
}
/* ===================
 ハンバーガー01
====================== */
.hamburger01 {
  width: 15%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000
}
.hamburger01 ul {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
}
.hamburger01 .inmenu input {
  display: none;
}
.hamburger01 button {
  border: none;
  background: none;
  outline: none;
}
.hamburger01 a:hover, .hamburger01 a img:hover, .hamburger01 label img:hover {
  opacity: 0.8;
}
.hamburger01 .inmenu, .hamburger01 .inmenu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
.hamburger01 .inmenu {
  position: fixed;
  top: 13px;
  right: 13px;
  height: 22px;
  z-index: 10;
  width: 36px;
  /*長さ*/
  background-color: #385097;
}
.hamburger01 .inmenu span {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 10;
}
.hamburger01 .inmenu span:nth-of-type(1) {
  top: 0;
  background-color: #fff;
}
.hamburger01 .inmenu span:nth-of-type(2) {
  top: 10px;
  background-color: #fff;
}
.hamburger01 .inmenu span:nth-of-type(3) {
  bottom: 0;
  background-color: #fff;
}
.hamburger01 .inmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger01 .inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger01 .inmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
/*------*/
.hamburger01 .hammenu {
  background-color: #385097;
  height: 62px;
  width: 62px;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
}
.hamburger01 .menu_text {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 0%;
  line-height: 1.3;
}
/*------*/
.hamburger01 .nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  margin-top: 60px;
  padding-bottom: 75px;
  padding-left: 1em;
  padding-right: 1em;
}
.hamburger01 .nav.active {
  top: 0px;
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    margin-top: 60px;
overflow:auto;
-webkit-overflow-scrolling: touch;
  padding-bottom: 75px;
  padding-left: 1em;
  padding-right: 1em;
}
.hamburger01 .nav ul {
  /*padding: 50px 0 100px;*/
}
.nav ul li {
  list-style-type: none;
}
.hamburger01 .nav ul li a {
  display: block;
  padding: 0.5em;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #342009;
  list-style-type: none;
}
.hamburger01 ul.dl-menu {
  margin: 0px 0 0 0;
  width: 100%;
  height: 100%;
		padding:0 0 200px 0;
}
.hamburger01 ul.dl-menu li {
  list-style-type: none;
  /*float: left;*/
  width: 95%;
  border-bottom: dotted 1px #385097;
  border-left: solid 2px #385097;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hamburger01 ul.dl-menu li {
  margin-top: 10px;
}
.hamburger01 ul.dl-menu li {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0.1em;
}
.hamburger01 .accbox {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*ラベル*/
.hamburger01 .accbox label {
  padding: 0.5em;
  color: #342009;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  text-align: left;
}
/*ラベルホバー時*/
.hamburger01 .accbox label:hover {
  background-color: #fff
}
/*チェックは隠す*/
.hamburger01 .accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.hamburger01 .accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hamburger01 .cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
.hamburger01 #sample01 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.hamburger01 #sample01 p {
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin: 2px 0;
  border-left: solid #007EA8 5px;
}
.hamburger01 #sample01 a {
  list-style-type: none;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  border-left: none;
  font-size: 14px;
  background-color: #fff;
}
.hamburger01 #sample01 p:nth-child(2) {
  margin: 2px
}
.hamburger01 .locked {
  overflow-y: hidden;
}
/*-----hamburger_set_end-----*/
.hamburger01 .ham-ttl {
  width: 50%;
  padding: 20px;
  font-size: 1.2em;
  color: #fff;
  background-color: #2c986a;
  margin: 50px auto;
}
.ham-icon {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.ham-icon a {
  width: calc(100% / 3 - 50px);
  margin: 25px;
  max-width: 90px;
}
/* ===================
 サイト内検索
====================== */
.head_search {
  width: 80%;
}
.searchform {
  position: relative;
}
.searchfield {
  font-size: 14px;
  width: 100%;
  margin: 3px;
  padding: 5px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #fff;
}
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.2em;
  position: absolute;
  top: -5%;
  right: 0%;
  margin-top: 0px;
  padding: 0;
  cursor: pointer;
  color: #C69C8E;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: .6;
}
table.table-search {
  width: 100%;
  margin: 0px auto;
}
table.table-search th {
  text-align: left;
  font-size: 15px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
}
table.table-search td {
  line-height: 160%;
  text-align: right;
  vertical-align: middle;
  font-size: 15px;
  padding: 0 0.2em;
}
table.table-search tr td:nth-of-type(2) {
  width: 32%;
}
/***2列め***/
table.table-search tr td:nth-of-type(3) {
  width: 20%;
}
/* ===================
ブロック要素
====================== */
.lay-block {
  width: 100%;
  background-color: #FFF;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 3.8rem;
  margin-bottom: 10em;
}


.lay-block-top .sliderArea img{
 aspect-ratio: 200/309;
}


.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 3.8rem;
}
.lay-block-bottom {
  width: 100%;
  background-color: #2D577C;
	padding:1em;
}


.head-catch {
  width: 85%;
  position: absolute;
  top: 13%;
  left: 5%;
}

/* ===================
 ボタン
====================== */
.btn {
  width: 15%;
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #1470a9;
  margin: 1em;
  border-radius: 10px;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
  opacity: 0.8;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
 フッターのリスト
====================== */
.footer-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
}
.company-info-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  margin: 0 auto;
}
.company-info {
  text-align: left;
  color: #222;
}
.company-info ul {
  text-align: center;
  list-style: none;
  padding: 0;
}
.company-info img {
  display: block;
  width: 70%;
}
.company-info li {
  list-style: none;
  padding: 1em;
}
.company-info a {
  padding: 0.1em 0;
}
.company-name {
  list-style: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 0.1em;
}
.copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 3em 0 1em 0;
  padding: 20px 5px 15px;
}

.copy a{
  color: #fff;
}

/* ===================
 ニュース
====================== */
.news-cnt {
  padding-bottom: 3em;
  background: #ECEDF8;
}
.news-box {
  width: 96%;
  margin: 2em auto;
  padding: 0 0 4em;
}


.news-box-list {
  width: 96%;
  margin: 2em auto;
  padding: 0 0 4em;
	overflow: auto;
	/*height:1000px;*/
}




/*news のtable*/

table.table-news tr:nth-child(n+5) {
display:none;
}


table.table-news {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto;
}
table.table-news th {
  padding: 1em 1em 0 1em;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  display: block;
}
table.table-news td {
  padding: 0 1em 1em 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  width: 100%;
  display: block;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #283BAB;
}

table.table-news-list {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto;
}
table.table-news-list th {
  padding: 1em 1em 0 1em;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  display: block;
}
table.table-news-list td {
  padding: 0 1em 1em 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  width: 100%;
  display: block;
}
table.table-news-list tr th a, table.table-news-list tr td a {
  text-decoration: none;
  color: #283BAB!important;
}


.news-archive {
  color: #fff;
  background-color: #132f57;
  padding: 20px;
  display: block;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin: 30px auto 0;
}
.news-archive a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.news-archive:hover {
background-color: #7C1801;
		transition: .5s;
}
/* ===================
 グーグルマップ
====================== */
.access-cnt {
  width: 100%;
  margin: 0 auto;
}
.map-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 1em;
  text-align: center;
  padding-top: 3em;
}
.gmap {
  max-width: 1100px;
  width: 100%;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


.gmap_v2 {
  width: 100%;
  height: 350px;
  position: relative;
  margin: 0 auto;
  }
.gmap_v2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
/* ===================
 フォーム関連
====================== */
input, select {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
  height: 2.5em;
  cursor: pointer;
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}
.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #D8070B;
  display: inline-block;
  padding: 5px;
  margin: 0px 0 0 10px;
}
/* ===================
 ページトップへ
====================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #D9E7EB;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #2A416F;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.arrow-thin {
  display: inline-block;
  width: 50px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}
/*===============================================
     コンベンションホール     
===============================================*/
/*共通タイトル*/
.page-ttl {
  text-align: center;
  position: relative;
  padding: 30px 0 10px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.page-ttl h2 {
  font-size: 26px;
  margin: 0;
  font-weight: normal;
  color: #385097;
}
.page-ttl h2::first-letter {
  color: #385097;
}
.page-ttl h2::before {
  background-color: #CACACB;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}
.page-ttl p {
  font-size: 13px;
  color: #000;
  line-height: 1.1;
}


.t1-bl {
  width: 96%;
  margin: 0 auto;
  color: #B4B4B5;
  font-size: 36px;
  transform: translateY(50%);
}


.font-en {
  font-family: 'Ibarra Real Nova', serif;
}
.bg-wh {
  background-color: #fff;
}
.bg-wh1 {
  background-color: #fff;
  padding-bottom: 6em;
  width: 95%;
  margin: 0 auto;
}
.bg-gray {
  background-color: #f8f8f8;
  padding-bottom: 6em;
}
.news-sec {
  background-color: #ECEDF8;
  padding-top: 5em;
  margin-top: -10rem;
}
.flex1 {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
}


.flex-btn {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  flex-wrap: wrap;
}




  .guideflow-box {
    /*display: flex;
	align-items: center;*/
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1em 0% 1em 0%;
  }
  .guideflow-ttl {
    width: 100%;
	padding:1em;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #145283;
	color:#FFF;
	font-size:17px;
  }

  .guideflow-ttl02 {
    width: 100%;
	padding:1em;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #12635A;
	color:#FFF;
	font-size:17px;
	line-height: 160%;
  }


  .guideflow-ttl03 {
    width: 100%;
	padding:1em;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #861C1E;
	color:#FFF;
	font-size:17px;
  }


  .guideflow-text {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-left: 0px;
   padding:0.5em 0 0 0;
  }
  .guideflow-text p {
    text-align: left;
    line-height: 1.8;
  }


.guideicon01 i{
	font-size:3em;
	color:#999;
	text-align: center;
	padding:0em;
}




/*point*/
.point-sec {}
.point-cnt {
  padding: 3em 0;
}
.point-lead {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-top: 2em;
  color: #231815;
		font-weight: normal;
}
.point-cnt .flex1 {
  align-items: center;
  margin-top: 4em;
}
.point-cnt .flex1:nth-of-type(2) {
  margin-top: 2em;
}
.point-cnt .flex1 .item1, .point-cnt .flex1 .item2 {
  width: 96%;
  margin: 0 auto;
}

.point-cnt .flex1 .item1 img{
  aspect-ratio: 100 / 57;
}


.point-cnt .flex1 .item2 {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  order: 2;
}
.point-cnt .flex1 .item2 .text-box {
  position: relative;
  padding-left: 20px;
  border-left: 1px dashed #132f57;
  margin-left: 0.2em;
  margin-right: 1em;
}
.point-cnt .flex1 .item2 h3 {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  color: #385097;
  line-height: 1.3;
		font-weight: 500;
}
.point-cnt .flex1 .item2 p {
  font-size: 16px;
  	margin-left:1em;
　padding-left:1em;
  text-indent:-1em;
}


.jisage1em{
  text-indent:0em;
  padding-left:1em;
}

.jisage2em{
  text-indent:0em;
  padding-left:2em;
}

.jisage_2gyoiko{
text-indent: -0.8em;
padding-left: 0.8em;
}



.order2 {
  order: 2;
}
.order1 {
  order: 1;
}
.end1 {
  align-items: flex-end;
}
/*floor*/
.floor-sec {
  margin-top: 1em;
}
.floor-cnt {}
.floor-sec .flex1 {
  width: 100%;
  padding: 3em 0;
  background-color: #2D577C;
  margin-top: 50px;
}
.floor-sec .item1 {
  width: 96%;
  margin: 0 auto;
}


.floor-cnt .flex1 .item1 img{
aspect-ratio: 250 / 141;
}


.floor-cnt .btn1 {
  color: #fff;
  background-color: #385097;
  padding: 20px;
  width: 90%;
  text-align: center;
  margin: 30px auto 0;
		display:flex;
		align-items: center;
		justify-content: center;
}


.floor-cnt .btn1 i{
margin:-8px 0 0 0;
}


.floor-cnt .btn1 a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.floor-cnt .btn1:hover {
		background-color: #7C1801;
		transition: .5s;
}
/*information*/
.info-sec {
  margin-top: 5em;
}
.info-cnt {}
.info-cnt .flex1 {
  padding: 3em 0.5em;
  background-color: #ECEDF8;
}
.info-cnt .flex1 .item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3em;
}
.info-cnt .flex1 .item1:nth-child(3) {
  margin-right: 0;
}
.info-cnt .flex1 .item1 a {
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 15px;
  display: flex;
}


.info-cnt .flex1 .item1 img {
aspect-ratio: 175/108;
}


.info-cnt .flex1 .item1 img:hover  {
transform:scale(1.2,1.2);
  transition:1s all;
}


.info-cnt .flex1 .item1 .imgbox{
width:100%;
margin:0 auto;
overflow:hidden;
border-radius: 5px;
}


.info-cnt .flex1 .item1 a p {
  font-size: 18px;
  color: #000;
}
.info-cnt .flex1 .item1 a i {
  color: #cacacb;
  font-size: 28px;
}
.t1 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  color: #cacacb;
  font-size: 34px;
  transform: translateY(50%);
  text-align: center;
}
.font-en {
  font-family: 'Ibarra Real Nova', serif;
  font-weight: 100;
}
.service-sec {
  margin-top: 8vw;
}
.service-cnt {
  padding-top: 3em;
}
.service-cnt .flex1 {
  align-items: center;
  margin-top: 50px;
  padding: 3em 1em 4em;
  background-color: #2D577C;
  color: #fff;
}
.service-cnt .flex1 .item1 {
  width: 96%;
  margin: 0 auto;
}


.service-cnt .flex1 .item1 img{
 aspect-ratio: 1000/617;
}



.service-cnt .flex1 .item2 {
  margin-left: 0;
}
.service-cnt .flex1 .item2 h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-top: 2em;
}
.service-cnt .flex1 .item2 p {
  font-size: 16px;
  letter-spacing: -0.03em;
}
.service-cnt .btn1 {
  color: #312c2d;
  background-color: #fff;
  padding: 20px;
  width: 90%;
  text-align: center;
  margin: 30px auto 0;
		display:flex;
		align-items: center;
		justify-content: center;
}

.service-cnt .btn1 i{
margin:-8px 0 0 0;
}


.service-cnt .btn1 a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.service-cnt .btn1:hover {
  background-color: #7C1801;
		transition: .5s;
		color:#FFF;
}
.service-cnt .btn1 a i {
  color: #cacacb;
}
/*access*/
.access-sec {
  margin-top: 5em;
}
.access-cnt {}
.map-txt {
  text-align: left;
  margin-top: 2em;
}
.access-cnt .flex1 {
  justify-content: center;
  margin-top: 10px;
}
.access-cnt .flex1 .item1 p {
  font-size: 15px;
  letter-spacing: -0.03em;
}
.access-cnt .flex1 .item2 {
  width: 100%;
}
.fa-caret-right:before {
  vertical-align: middle;
}
.fa-angle-double-right:before {
  vertical-align: middle;
}
.map-info {
  padding: 0 0.5em;
}
.map-info .btn1 {
  color: #fff;
  background-color: #385097;
  padding: 20px;
  width: 90%;
  text-align: center;
  margin: 30px auto 0;
		display:flex;
		align-items: center;
		justify-content: center;
}


.map-info .btn1 i{
margin:-8px 0 0 0;
}


.map-info .btn1 a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.map-info .btn1 a:hover {
  opacity: 0.8;
}
/*contact*/
.contact-sec {
  margin-top: 4em;
}
.contact-cnt {
  background-color: #ECEDF8;
}
.contact-cnt .flex1 {
  padding: 4em 0;
  justify-content: center;
  align-items: center;
}
.contact-cnt .flex1 .item1 {
  width: 100%;
}
.contact-cnt .flex1 .item2 {
  color: #3f3b3a;
  width: 100%;
  margin-top: 2em;
  padding: 0 1em;
}
.tel-number {
  font-size: 2.5rem;
  font-family: 'Ibarra Real Nova', serif;
  color: #385097;
}
.contact-img {
  width: 50vw;
  height: 50vw;
  background-color: #E1EBFF;
  border: 1px solid #2A416F;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
		position: relative;
}
.contact-img img {
  width: 20%;
		position: absolute;
		left:39%;
		top:30%
}
.contact-img a {
  margin-top:10px;
  justify-content: center;
  display: block;
		height:100%;
  width: 100%;
}

.contact-img:hover {
background-color:#9ECFE7;
		transition: .5s;
}
.contact-img i {
  color: #312c2d;
		position: absolute;
		left:22%;
		top:55%;
		font-size: 18px;
}


@media all and (max-width: 768px) {

}


/***********iPad************/     
@media screen and (min-width:768px) and ( max-width:979px) {
.contact-img {
  width: 30vw;
  height: 30vw;
  background-color: #D9E7EB;
  border: 1px solid #132f57;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
		position: relative;
}
}



/***********iPad************/     
@media screen and (min-width:768px) and ( max-width:979px) {
.contact-img i {
	color: #312c2d;
		position: absolute;
		left:23%;
		top:55%;
		font-size: 18px;
}
}



     
@media screen and (min-width:340px) and ( max-width:767px) {
.contact-img {
  width: 200px;
  height: 200px;
  background-color: #D9E7EB;
  border: 1px solid #132f57;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
		position: relative;
}
}



@media screen and (min-width:340px) and ( max-width:767px) {
.contact-img i {
	color: #312c2d;
		position: absolute;
		left:20%;
		top:55%;
		font-size: 17px;
}
}






.bnr-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1em;
}
.bnr-item {
  width: 96%;
  margin: 1em;
}



@media all and (max-width: 768px) {
.bnr-item {
  width: 100%;
  /*margin-left: 35%*/
	text-align: center;
	
}
.bnr-item img{
  width: 50%;
  margin: 0em;
	}
}


.tel-info {
  font-size: 15px;
  font-weight: bold;
}
.fax-info {
  font-size: 0.9em;
  line-height: 1;
  font-weight: bold;
}
.fax-number {
  font-size: 1.6em;
  margin-bottom: 10px;
  font-family: 'Ibarra Real Nova', serif;
  color: #385097;
  line-height: 1.5;
}
/*footer*/
.company-info-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  margin: 0 auto;
}
.company-info {
  text-align: left;
  color: #000;
  font-size: 0.9em;
  line-height: 1.7;
  margin-top: 30px;
}
.company-info a {
  padding: 0.1em 0;
}
.company-name {
  list-style: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 0.1em;
	}
.footer-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2em;
}
.lay-block-bottom .footer-link a{
  color: #fff!important;
  margin: 0 0.8em;
  font-size: 15px;
  width: 100%;
  padding: 0.5em;
}
	

@media all and (max-width: 280px) {
  .tel-number {
    font-size: 2.2rem;
  }
}
/*guide*/
.page-top-ttl {
  position: relative;
  color: #fff;
  text-align: left;
}

.page-top-ttl img{
  filter: brightness(0.6);
}

.font-en {
  font-family: "Noto Serif JP", serif;
}
.page-top-ttl h2 {
  font-size: 2.2rem;
  position: absolute;
  top: 42%;
  left: 7%;
  white-space: nowrap;
		z-index: 10;
}
.page-top-ttl h2::before {
  display: block;
  content: attr(data-ttl);
  font-size: 16px;
  margin-bottom: 10px;
  color: #FFF;
}
.sub-ttl {
  text-align: center;
  position: relative;
  padding: 1px 0;
}
.sub-ttl h2 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: normal;
  color: #132f57;
  font-weight: bold;
  line-height: 1.5;
}
.sub-ttl h2::before {
  background-color: #004C97;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.floorGuide-sec {
  margin: 0 auto;
}
.floor-about .flex1 {
  margin-top: 1em;
  align-items: center;
  padding: 0 1em;
}
.floor-about .flex1 .item1 {
  width: 100%;
}
.floor-about .flex1 .item2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.floor-about .flex1 .item2 p {
  letter-spacing: -0.05em;
}
.floor-about .flex1 .item2 img {
  margin-top: 1em;
}
.t2 {
  font-size: 40px;
  color: #91bac5;
  text-align: center;
  margin: 20px 0 0 0;
}
.floor-map {
  margin-top: 5em;
}
.floor-map .flex1 {
  justify-content: space-between;
}
.floor-map .flex1 .item1, .floor-map .flex1 .item2 {
  width: 100%;
  margin-top: 1em;
}


.gallery-box {
  display: flex;
  flex-wrap: wrap;
}
.gallery-item {
  width: calc(100% / 2 - 10px);
  margin: 5px;
}


table.table1 {
  width: 100%;
  margin: 1em auto;
  border: 1px #ccc solid;
}
.table-wrap1 {
  margin-inline: auto;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 1em;
}
.table-wrap2 {
  margin-inline: auto;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0.5em auto;
}
table.table1 th {
  padding: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  text-align: center;
  font-size: 15px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #777777;
  border: 1px #666 solid;
  border-width: 0 0px 1px 5px;
}
table.table1 td {
  padding: 1em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
	
}
table.table2 {
  margin: 0.5em auto;
  border: 1px #ccc solid;
}
table.table2 th {
  padding: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  text-align: left;
  font-size: 15px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #777777;
  border: 1px #666 solid;
  border-width: 0 0px 1px 5px;
}
table.table2 td {
  padding: 1em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}


table.table-norboder01 {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  }
table.table-norboder01 th {
  padding: 0.5em;
  border-bottom: 1px #ccc solid;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #000;
  font-size: 0.8rem;
  font-weight: normal;
  width: 58%;
}
table.table-norboder01 td {
  padding: 0.5em;
  border-bottom: 1px #ccc solid;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  font-size: 0.8rem;
  width: 42%;
}



.charge-sec {
  margin-top: 5em;
  padding: 0 0.7em;
}
.usage-fee {}
.use-instraction {
  padding: 0 1.2em;
}
.overview-sec, .equipment-sec, .support-sec {
  padding: 0 0em;
}
.sub-t1 {
  text-align: left;
  font-size: 17px;
  margin: 2em 0 0;
  font-weight: bold;
}
.sub-t2 {
  text-align: left;
  font-size: 18px;
  margin: 3em 0 0;
  font-weight: bold;
}
.desc1 {
  font-size: 15px;
  text-align: left;
  line-height: 2;
  margin-top: 5px;
}
.desc2 {
  font-size: 15px;
  text-align: left;
  line-height: 2;
  margin-top: 5px;
}
.desc22 {
  list-style: none;
  font-size: 15px;
  text-align: left;
  line-height: 2;
  margin-top: 5px;
}
.desc3 {
  font-size: 15px;
  text-align: left;
  line-height: 2;
  list-style: none;
  margin-top: 5px;
}
.desc3 li:before {
  content: "※";
  margin-left: -1em;
}
.desc4 {
  font-size: 15px;
  text-align: left;
  line-height: 2;
  margin-top: 5px;
}



.desc5 {
  font-size: 15px;
  text-align: left;
  line-height: 2;
  list-style: none;
  margin-top: 5px;
  padding-left: 0em;
}
.desc5 li:before {
  content: "※";
  margin-left: -0.5em;
}


.indent1 {
  padding-left: 0em;
}
.indent2 {
  padding-left: 0em;
}
.indent3 {
  padding-left: 0em;
}
.indent4 {
  padding-left: 1em;
}
.brb1 {
  border-bottom: 2px dashed #ddd !important;
}
.txt-right {
  text-align: right !important;
}
.type1 {
  margin-top: 4em !important;
}
.type2 {
  margin-top: 3em !important;
}
.type3 {
  margin-top: 2em !important;
}
.type4 {
  margin-top: 1em !important;
}
.sample-layout, .floor-plan {
  padding: 0 0.5em;
}
.sample-layout .flex1 {
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 5px;
}
.floor-plan .flex1 {
  margin-top: 20px;
  padding: 0 5px;
}
.sample-layout .flex1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  background-color: #8dd0d6;
  color: #145283;
  text-align: center;
  border-radius: 25px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
}
.floor-plan .flex1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: calc(100% / 2 - 10px);
  margin: 5px;
  background-color: #8dd0d6;
  color: #145283;
  text-align: center;
  border-radius: 25px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
}
.sample-layout .flex1 a:hover, .floor-plan .flex1 a:hover {
  color: #fff;
  background-color: #145283;
}



.flex03{
width:100%;	
display:flex;
justify-content: flex-start;	
flex-wrap: wrap;	
align-items: center;	
text-align: center;
margin:0 auto;	
/*border-bottom: #A6A1A1 solid 1px;
padding-bottom:2em;*/
}

.btn_v01{
display: flex;
flex-direction: column;		
width: calc(100% / 1 - 1em);
margin: 0.5em 0.5em 0.5em 0.5em;
justify-content: center;
align-items: center;
background:#FFF;
color: #222;
font-size:14px;
font-weight: bold;
text-decoration: none;
text-align: center;
position: relative;
/*border-radius: 10px;*/
border-bottom: #152A7A solid 3px;	
}

.btn_v01 a {
display: block;
height:100%;
width: 100%;
padding:1em;
}

.btn_v01 a:hover{
transition:1s all;
background-color:#152A7A;
color:#FFF;
/*border-radius: 10px;*/
}



.support-cnt {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 5em;
  text-align: center;
}
.support-box01 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
  padding-top: 3em;
}
.support-ttl {
  width: 100%;
  text-align: center;
}
.support-ttl h2 {
  font-size: 2rem;
  color:#132f57;
  font-family: "Noto Serif JP", serif;
}
.support-ttl::after {
  content: attr(data-ttl);
  font-size: 14px;
  display: block;
  border-bottom: 3px solid #145283;
  margin: 0 20% 1.5em;
  padding-bottom: 0.5em;
}
.support .page-top-ttl {
  margin-bottom: 0;
  padding: 2em 0;
}
.support-box01 .support-txt {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  padding: 0 1em;
}



  .twobox-content {
    width: 100%;
    margin: 0 auto 2em;
    text-align: center;
    padding: 0em;
    /*border: 1px solid #ddd;*/
  }
  .twobox-box {
    /*display: flex;*/
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
  }
  .twobox-img {
    width: 100%;
    height: auto;
	}
  .twobox-img img {
    margin: 0 auto;
	aspect-ratio: 175/108;
  }
  .twobox-text {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    margin-left: 0px;
  }
  .twobox-text p {
    text-align: left;
    line-height: 1.8;
  }

  .form-table {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 5px;
    padding: 0 0;
  }
  .form-table th {
	display: block;
    padding:0.5em;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #666 solid;
  border-width: 0 0px 1px 5px;
  font-size:16px;
  }
  .form-table td {
	display: block;
    padding: 0.5em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #222;
	 border: 1px #CCC solid;
  border-width: 0 0px 1px 0px;
	  font-size:16px;
  }

  .consent-btn {
    color: #222;
    border: 1px solid #CCC;
	background-color: #EEE;
    padding:0;
    border-radius: 30px;
    width: 90%;
    margin: 10px auto;
	font-weight: bold;
	font-size:17px;
	  display: flex;
  justify-content: center;
  align-items: center;
	  height:8vh;
	  cursor: pointer;
  }


 /*--- 20240323 ---*/

 .news-archive {
  background-color: #385097;
 }

  .fa {
    color: #CACACB;
  }

  

  .table1 sup {
    vertical-align: super;
  }


/*20240401カッコについて*/
.selector {
 font-feature-settings: "palt";
}
