@charset "utf-8";
/* CSS Document */
@import url("style.css");
body {
  margin: 0;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
.hamburger01 {
  display: none;
}
.hamburger02 {
  display: none;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a:hover {
  opacity: 1;
}
/* ===================
改行
====================== */
.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
/* ===================
ヘッダー関連
====================== */
#header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  z-index: 5000;
  background-color: #FFF;
  padding: 0 20px 0px 20px;
  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:top;
}
.head-logo {
  z-index: 1000;
		width:80%;
}
.head-logo img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-top: 5px;
}
.head-right {
  /*flex-grow: 2;*/
		/*margin: 0 0 0 auto;*/
		padding:5px 0 0 0;
}
.right-item01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.en-icon {
  width: 30px !important;
  z-index: 1000;
}
.en-icon img {
  width: 30px !important;
}
.right-item02 {
  display: flex;
  justify-content: flex-start;
}
.mail-icon {
  display: flex;
  align-items: center;
  z-index: 1000;
}
.mail-icon img {
  width: 30px !important;
}


.mail-icon p {
  font-size: 10px !important;
  text-align: left;
  margin-right: 12px;
  margin-left: 5px;
  font-family: "Noto Serif JP", serif;
}
.tel-icon {
  display: flex;
  margin-left: 0px;
}
.tel-icon img {
  width: 30px !important;
}
.tel-icon p {
  text-align: left;
  font-size: 1.4vw !important;
  font-family: "Noto Serif JP", serif;
}
.textsize {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
  overflow: hidden;
  min-width: 303px;
}
.textsize button {
  border-style: none;
}
.textsize .tsize {
  overflow: hidden;
  border: 1px solid #385097;
  border-radius: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.textsize .tsize-li:first-child {
  cursor: auto;
}
.textsize .tsize-li.active-bg {
  color: #fff;
  background: #385097;
  border: 1px solid #385097;
  cursor: pointer;
}
.textsize .tsize-li {
  float: left;
  display: block;
  padding: 10px 30px;
  text-align: center;
  font-size: 0.729vw;
  color: #385097;
  background: #fff;
  cursor: pointer;
  border-left: 0px solid #385097;
  white-space: nowrap;
}
/* ===================
 ナビゲーションメニュー
====================== */

.navigation{
/*position:absolute;
top:60%;
left:25%;*/
}

.menubar01 {
  margin: 0 auto;
  position: relative;
  z-index: 1 !important;
		flex-grow: 4;
		padding-top:0px;
}
.dropmenu {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.dropmenu li {
  position: relative;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dropmenu li a {
  color: #000;
  white-space: nowrap;
  font-size: clamp(14px, 1.1vw, 17px);
  padding: 5px 20px;
		font-family: "Noto Serif JP", serif;
		font-weight: 600;
}
.dropmenu li a img {
  width: 24%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.dropmenuli a {
  line-height: 160%;
  color: #575554;
  text-decoration: none;
  display: block;
  font-weight: 700;
  transition: .3s;
  margin: 0 3px;
  padding: 0 10px;
}
.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
}
.dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  border-style: none;
}
.dropmenu li ul li a {
  display: block;
  padding: 1em;
  line-height: 1;
  background-color: #CAC6C6;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
}
.dropmenu > li:hover > a {
  background: #385097;
  color: #fff;
		transition: .5s;
		border-radius: 0.5em;
}
.dropmenu > li:hover li:hover > a {
  /*    background: #006934; */
  background-color:#385097;
  color: #fff;
}
.dropmenu > li:hover > ul > li {
  /*overflow: visible;*/
  height: 50px;
  border-style: none;
}
.dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
.dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
}
.dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
}
.dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 50px;
  background: #385097;
}
.dropmenu li ul li ul li a {
  background: #EEE;
}
.dropmenu li:hover ul li ul li a:hover {
  background: #385097;
}
/* ===================
 サイト内検索
====================== */
.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-10 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 6rem;
}


.lay-block-top .sliderArea img{
 aspect-ratio: 13/6;
}



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


.head-catch {
  width: 32%;
  position: absolute;
  top: 30%;
  left: 5%;
}


.open-logo {
  width: 15%;
  position: absolute;
  top: 20%;
  right: 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;
}
.copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 3em 0 1em 0;
  padding: 20px 0;
  padding-bottom: 20px;
}

.copy a{
  color: #fff;
}


/* ===================
 ニュース
====================== */
.news-cnt {
  width: 100%;
  padding: 2em 0 6em;
  background: #ECEDF8;
}
.news-ttl {
  border-bottom: 10px solid #007f41;
  margin-bottom: 2em;
}
.news-box {
  width: 100%;
  margin: 2em auto;
  padding: 2em 2em 3em;
  box-shadow: 3px 5px 4px 0px rgba(0, 0, 0, 0.13), -1px -2px 4px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.news-box-list {
  width: 100%;
  margin: 2em auto;
  padding: 2em 2em 3em;
  box-shadow: 3px 5px 4px 0px rgba(0, 0, 0, 0.13), -1px -2px 4px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
	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: collapse;
margin: 2em auto 0;
}
table.table-news th {
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: center;
  vertical-align: top;
  color: #000;
  font-size: 1.1rem;
  font-weight: normal;
  width: 20%;
}
table.table-news td {
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  font-size: 1.1rem;
  width: 80%;
}
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: collapse;
margin: 2em auto 0;
}
table.table-news-list th {
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: center;
  vertical-align: top;
  color: #000;
  font-size: 1.1rem;
  font-weight: normal;
  width: 20%;
}
table.table-news-list td {
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  font-size: 1.1rem;
  width: 80%;
}
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: #385097;
  padding: 20px;
  display: block;
  margin: 0 auto;
  width: 15%;
  min-width: 300px;
  text-align: center;
  margin-top: 30px;
}
.news-archive a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.news-archive:hover {
background-color:#0D143E;
		transition: .5s;
}
/* ===================
 グーグルマップ
====================== */
.access {}
.access-cnt {
  width: 100%;
  margin: 0 auto;
}
.map-box {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}


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

.gmap_v2 {
  width: 100%;
  height:auto;
  padding-top: 117.5%; /* 比率を4:3に固定 */
  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;
}
/*===============================================
     コンベンションホール     
===============================================*/
/*共通タイトル*/
.page-ttl {
  text-align: center;
  position: relative;
  padding: 5px 0;
  font-family: "Noto Serif JP", serif;
}
.page-ttl h2 {
  font-size: 35px;
  padding-left: 15px;
  margin: 10px 0;
  color: #385097;
  font-weight:normal;
  letter-spacing: 0.1em;
}
.page-ttl h2::first-letter {
  color: #171C61;
}
.page-ttl h2::before {
  background-color: #CACACB;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 35px;
  color: #91bac5;
}
.page-ttl p {
  font-size: 13px;
  color: #000;
  line-height: 1.1;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.font-en {
  font-family: 'Ibarra Real Nova', serif;
}

.font-en-clr{
  font-family: 'Ibarra Real Nova', serif;
		color: #91bac5;
}


.bg-wh {
  background-color: #fff;
}
.bg-wh1 {
  width: 90%;
  background-color: #fff;
  padding-bottom: 10em;
  margin: 0 auto;
}
.bg-gray {
  background-color: #f8f8f8;
  padding-bottom: 6em;
}
.news-sec {
  background-color: #ECEDF8;
  padding-top: 5em;
  margin-top: -2rem;
}
.flex1 {
  display: flex;
  justify-content:center;
  text-align: left;
}

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

.flex-btn2 {
  display: flex;
  justify-content:center;
  text-align: left;
}


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

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


.point-cnt .flex1 .item2 {
  display: flex;
  flex-direction: column;
}
.point-cnt .flex1 .item2 .text-box {
  position: relative;
  padding-left: 20px;
  border-left: 1px dashed #385097;
  margin-left: 2em;
  margin-right: 2em;
}
.point-cnt .flex1 .item2 h3 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  color: #385097;
  line-height: 1.5;
		font-weight: 500;
}
.point-cnt .flex1 .item2 p {
  font-size: 21px;
	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: -1em;
padding-left: 1em;
}

.order2 {
  order: 2;
}
.order1 {
  order: 1;
}
.end1 {
  align-items: flex-end;
}
/*floor*/
.floor-sec {
  margin-top: 100px;
}
.floor-cnt {}

.floor-cnt .flex1 .item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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


.floor-sec .flex1 {
  width: 100%;
  padding: 90px 0;
  background-color: #2D577C;
  margin-top: 50px;
}
.floor-sec .item1 {
  width: 50%;
}
.floor-cnt .btn1 {
  color: #fff;
  background-color: #385097;
  padding: 20px;
  margin: 0 auto;
  width: 15%;
  min-width: 300px;
  text-align: center;
  margin-top: 30px;
		font-size:18px;
		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: #0D143E;
		transition: .5s;
}
/*information*/
.info-sec {
  margin-top: 8vw;
}
.info-cnt {}
.info-cnt .flex1 {
  padding: 150px 0;
  background-color: #ECEDF8;
}
.info-cnt .flex1 .item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.info-cnt .flex1 .item1:nth-child(3) {
  margin-right: 0;
}

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


.info-cnt .flex1 .item1 img{
  color: #231815;
  font-weight: bold;
  display: flex;
		 transition:1s all;
	aspect-ratio: 175/108;
	}



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


.info-cnt .flex1 .item1 a p {
  font-size: 1.2vw;
  color: #000;
		position: relative;
  display: inline-block;
  text-decoration: none;
		font-weight: bold;
	font-family: "Noto Serif JP", serif;
}
.info-cnt .flex1 .item1 a i {
  color: #cacacb;
  font-size: 1.8vw;
}

/*
.info-cnt .flex1 .item1 a p:hover {
  background-color: #0D143E;
		transition: .5s;
}
*/



.info-cnt .flex1 .item1 a p::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0D143E;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.info-cnt .flex1 .item1 a p:hover::after {
  transform: scale(1, 1);
}





.t1 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  color: #cacacb;
  font-size: 3.5vw;
  transform: translateY(50%);
}


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


.font-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}
.service-sec {
  margin-top: 8vw;
}
.service-cnt {}
.service-cnt .flex1 {
  align-items: center;
  margin-top: 50px;
  padding: 100px 60px;
  background-color: #2D577C;
  color: #fff;
}
.service-cnt .flex1 .item1 {
  width: 50%;
}

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



.service-cnt .flex1 .item2 {
  margin-left: 30px;
}
.service-cnt .flex1 .item2 h3 {
  font-size: 27px;
  font-family: "Noto Serif JP", serif;
}
.service-cnt .flex1 .item2 p {
  font-size: 17px;
}
.service-cnt .btn1 {
  color: #312c2d;
  background-color: #fff;
  padding: 20px;
  width: 15%;
  min-width: 350px;
  text-align: center;
  margin-top: 30px;
		font-size:18px;
		display: flex;
		align-items: center;
		justify-content: center;
}

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


.service-cnt .btn1 a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.service-cnt .btn1:hover {
  background-color: #0D143E;
		transition: .5s;
		color:#FFF;
}
.service-cnt .btn1 a i {
  color: #cacacb;
}
/*access*/
.access-sec {
  margin-top: 8vw;
}
.access-cnt {}
.map-txt {
  text-align: left;
  margin-top: 10px;
}
.access-cnt .flex1 {
  justify-content: flex-start;
  margin-top: 10px;
}
.fa-caret-right:before {
  vertical-align: middle;
}
.fa-angle-double-right:before {
  vertical-align: middle;
}
.map-info .btn1 {
  color: #fff;
  background-color: #385097;
  padding: 20px;
  width: 15%;
  min-width: 300px;
  text-align: center;
  margin-left: 200px;
  margin-top: 50px;
		font-size:18px;
		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:hover {
  background-color: #0D143E;
		transition: .5s;
}
/*contact*/
.contact-sec {
  margin-top: 8vw;
}
.contact-cnt {
  background-color: #ECEDF8;
}
.contact-cnt .flex1 {
  padding: 100px 0 150px;
  justify-content: center;
  align-items: center;
}
.contact-cnt .flex1 .item1 {
  width: 50%;
}
.contact-cnt .flex1 .item2 {
  color: #3f3b3a;
  width: 50%;
}
.tel-number {
  font-size: 50px!important;
  font-family: 'Ibarra Real Nova', serif;
  color: #385097;
}
.contact-img {
  width: 13vw;
  height: 13vw;
  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:40%;
		top:35%
}
.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:20%;
		top:58%;
		font-size: 1vw;
}



.bnr-item02 img{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}


.bnr-box {
  display: flex;
  justify-content: center;
  padding-bottom: 10em;
  margin-top: 7em;
}
.bnr-item {
  width: 22%;
  margin: 0 30px;
}

.bnr-item img{
  width: 100%;
}


.tel-info {
  font-size: 1rem;
  font-weight: bold;
}
.fax-info {
  font-size: 18px;
  font-weight: bold;
}
.fax-number {
  font-size: 30px!important;
  margin-bottom: 10px;
  font-family: 'Ibarra Real Nova', serif;
  color: #385097;
}
/*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: 16px;
  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;
}
.footer-link a {
  color: #fff;
  margin: 0 0.8em;
  font-size: 15px;
}
/*guide*/
.page-top-ttl {
  position: relative;
  color: #fff;
  text-align: left;
		}
		
.page-top-ttl img{
  filter: brightness(0.6);
min-width: 100%;
}
		
		
.page-top-ttl h2 {
  font-size: 3rem;
  position: absolute;
  top: 40%;
  left: 10%;
		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: 5px 0;
}
.sub-ttl h2 {
  font-size: clamp(20px, 1.4vw, 24px);
  margin: 10px 0;
  font-weight: normal;
  color: #132f57;
  font-weight: bold;
}
.sub-ttl h2::before {
  background-color: #004C97;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.floorGuide-sec {
  margin: 0 auto;
  padding-top: 5em;
}
.floor-about .flex1 {
  margin-top: 1em;
  align-items:flex-start;
}
.floor-about .flex1 .item1 {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.floor-about .flex1 .item2 {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-top:0px;
  display: flex;
  flex-direction: column;
}
.floor-about .flex1 .item2 img {
  margin-top: 0em;
}
.t2 {
  font-size: 3vw;
  color: #91bac5;
  text-align: left;
  margin: 0;
}
.floor-map {
  margin-top: 10em;
}
.floor-map .flex1 {
  justify-content: space-between;
}
.floor-map .flex1 .item1, .floor-map .flex1 .item2 {
  width: 80%;
  margin: 4em 1em;
}



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



.support-cnt {
  padding-top: 5em;
  margin-bottom: 3em;
  padding: 0em 1em 2em;
  text-align: center;
}
.support-box01 {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  padding-top: 3em;
  padding-right: 1em;
}
.support-ttl {
  width: 30%;
  text-align: center;
}
.support-ttl h2 {
  font-size: 2.5rem;
  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%;
  padding-bottom: 0.5em;
}
.support-box01 .support-txt {
  width: 70%;
  text-align: left;
  margin-bottom: 0;
  padding-right: 2em;
}





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







table.table1 {
  width: 100%;
  margin: 1em auto;
  border: 1px #ccc solid;
}



table.table-norboder01 {
  width: 100%;
  max-width:1200px;
  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: 1rem;
  font-weight: normal;
  width: 60%;
}
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: 1rem;
  width: 30%;
}



@media all and (max-width: 992px) {
  .table-wrap1 {
    margin-inline: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}
table.table1 th {
  padding: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  text-align: center;
  font-size: 16px;
  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: 15px;
}
table.table2 {
  margin-top: 1em;
  margin-left: 0;
  border: 1px #ccc solid;
}
table.table2 th {
  padding: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  text-align: left;
  font-size: 16px;
  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: 15px;
}
.charge-sec {
  margin-top: 5em;
}
.usage-fee {}
.sub-t1 {
  text-align: left;
  font-size: 20px;
  margin: 2em 0 0;
  font-weight: bold;
}
.sub-t2 {
  text-align: center;
  font-size: 18px;
  margin: 3em 0 0;
  font-weight: bold;
}
.desc1 {
  font-size: 16px;
  text-align: left;
  line-height: 2;
  margin-top: 5px;
}
.desc2 {
  font-size: 16px;
  text-align: left;
  line-height: 2;
  margin-top: 5px;
}
.desc22 {
  list-style: none;
  font-size: 16px;
  text-align: left;
  line-height: 2;
  margin-top: 5px;
}
.desc3 {
  font-size: 16px;
  text-align: left;
  line-height: 2;
  list-style: none;
  margin-top: 5px;
  padding-left: 1em;
}
.desc3 li:before {
  content: "※";
  margin-left: -1em;
}
.desc4 {
  font-size: 16px;
  text-align: left;
  line-height: 2;
  list-style: none;
  margin-top: 5px;
  padding-left: 1em;
}


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


.deskkakko ol {
  list-style: none;
  counter-reset: number;
}
.deskkakko li {
  position: relative;
  padding-left: 40px;
  text-align: left;
}
.deskkakko li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: 0;
}



.indent1 {
  padding-left: 1em
}
.indent2 {
  padding-left: 2em
}
.indent3 {
  padding-left: 3em
}

.brb1 {
  border-bottom: 2px dashed #ddd !important;
}
.txt-right {
  text-align: right !important;
}
.type1 {
  margin-top: 6em !important;
}
.type2 {
  margin-top: 3em !important;
}
.type3 {
  margin-top: 2em !important;
}
.type4 {
  margin-top: 1em !important;
}
.link-sec {}
.sample-layout .flex1 {
  flex-wrap: wrap;
  margin-top: 50px;
}
.floor-plan .flex1 {
  margin-top: 50px;
}
.sample-layout .flex1 a {
  width: calc(100% / 3 - 16px);
  height: auto;
  margin: 8px;
  background-color: #8dd0d6;
  color: #145283;
  text-align: center;
  border-radius: 25px;
  padding: 20px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
		display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .sample-layout .flex1 a {
    display: block;
    width: calc(100% / 2 - 16px);
  }
}
.floor-plan .flex1 a {
  width: calc(100% / 3 - 16px);
  height: auto;
  margin: 8px;
  background-color: #8dd0d6;
  color: #145283;
  text-align: center;
  border-radius: 25px;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
		display: flex;
  justify-content: center;
  align-items: center;
}
.sample-layout .flex1 a:hover, .floor-plan .flex1 a:hover {
  color: #fff;
  background-color: #145283;
		transition: .5s;
}


.flex2 {
  
  width:100%;
}


.btn_box_v01{
width:100%;
max-width:1200px;
padding:1em;
/*background-color: #F5F5F5;
border-radius: 30px;*/
margin:0 auto;
}


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

.btn_v01{
display: flex;
flex-direction: column;		
width: calc(100% / 3 - 1em);
margin: 0.5em 0.5em 0.5em 0.5em;
justify-content: center;
align-items: center;
background:#FFF;
color: #222;
font-size:1em;
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;*/
}





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


  .guideflow-ttl02 {
    width: 80%;
	padding:1em;
    /*height: 80px;*/
	display: flex;
    justify-content: center;
    align-items: center;
	background-color:#12635A;
	color:#FFF;
	font-size:19px;
	  margin: 0 auto;
  }


  .guideflow-ttl03 {
    width: 80%;
	padding:1em;
    /*height: 80px;*/
	display: flex;
    justify-content: center;
    align-items: center;
	background-color:#861C1E;
	color:#FFF;
	font-size:19px;
	  margin: 0 auto;
  }


  .guideflow-text {
    width: 65%;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-left: 20px;
  }
  .guideflow-text p {
    text-align: left;
    line-height: 1.8;
  }


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



@media (max-width: 1286px) {
  /* ===================
 ハンバーガー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: #004c97;
  }
  .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: #004c97;
    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 {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    margin-top: 60px;
    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 {
    padding: 0px;
    margin: 0px 0 0 0;
    width: 100%;
    height: 100%;
  }
  .hamburger01 ul.dl-menu li {
    list-style-type: none;
    /*float: left;*/
    width: 95%;
    border-bottom: dotted 1px #004c97;
    border-left: solid 2px #004c97;
    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: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .ham-icon a {
    width: calc(100% / 3 - 50px);
    margin: 25px;
    max-width: 90px;
  }
		
	
		
  #header {
    height: 0;
  }
  .lay-block-top {
    padding-top: 3.8rem;
  }
  .head-logo img {
    padding-top: 5px;
    width: 200px;
  }
  .dropmenu {
    display: none;
  }
  .head-right {
    display: none;
  }
  .footer-link a {
    font-size: 14px;
  }
  #header {
    background-color: #fff;
    height: 60px;
  }
}
@media (max-width: 1100px) {
  .map-info {
    padding: 1em 0;
    font-size: 0.9em;
  }
  .page-ttl h2 {
    font-size: 28px;
  }
  .tel-number {
    font-size: 2em;
  }
  .tel-info {
    font-size: 1em;
  }
  .contact-cnt {
    padding: 2em;
  }
  .footer-link a {
    font-size: 11px;
  }
  .company-info {
    font-size: 13px;
  }
}
@media (min-width:769px) and (max-width:912px) {
  .tel-number {
    font-size: 3em;
  }
}



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

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

  /*--- 20240323 ---*/

  .fa {
    color: #CACACB;
  }

  .flex3 {
    flex-wrap: wrap;
  }

  .floor-map .flex3 .item1 {
    width: 80%;
  }

  .table1 sup {
    vertical-align: super;
  }


/*20240330 ご利用時間帯　fees.html*/
.hours-frame{
  border: 2px solid #333;
  padding: 10px;
}
.hours-ttl{
  text-align: left;
}


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



