@charset "utf-8";
/* ーーーーーーーーーーーーーーーーーーーーーー

tab切り替え

ーーーーーーーーーーーーーーーーーーーーーーーー*/
.tabBox .tabArea {
  width: 100%;
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab {
  width: 50%;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  height: 68px;
}
.tabBox .tabArea .one_tab {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #4c4948;
  background: #fff;
  display: table;
}
.tabBox.bottom .tabArea .one_tab {
  border-top: 1px solid #4c4948;
  border-bottom: 1px solid #fff;
}
.tabBox .tabArea .one_tab.select {
  border-top: 1px solid #4c4948;
  border-bottom: 1px solid #f1efe9;
  background: #f1efe9;
}
.tabBox.bottom .tabArea .one_tab.select {
  border-top: 1px solid #f1efe9;
  border-bottom: 1px solid #4c4948;
}
.tabBox .tabArea .one_tab:nth-child(1).select {
  border-right: 1px solid #4c4948;
}
.tabBox .tabArea .one_tab:nth-child(2).select {
  border-left: 1px solid #4c4948;
}
.tabBox .tabArea .one_tab .tab_inner {
  height: 68px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.tabBox .tabArea .one_tab .tab_inner img {
  width: 90%;
  max-width: 230px;
}
.tab_main {
  display: none;
  padding: 30px 0;
  text-align: center;
/*  min-height: 280px;*/
  transition-duration: 0.3s;
  background: #f1efe9;
}
.tab_main.is_show {
  display: block;
}

@media screen and (min-width:1301px) {
.tabBox .tabArea {
    height: 130px;
}
.tabBox .tabArea .one_tab {
    height: 130px;
}
.tabBox .tabArea .one_tab {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #4c4948;
}
.tabBox.bottom .tabArea .one_tab {
  border-top: 3px solid #4c4948;
  border-bottom: 3px solid #fff;
}
.tabBox .tabArea .one_tab.select {
  border-top: 3px solid #4c4948;
  border-bottom: 3px solid #f1efe9;
}
.tabBox.bottom .tabArea .one_tab.select {
  border-top: 3px solid #f1efe9;
  border-bottom: 3px solid #4c4948;
}
.tabBox .tabArea .one_tab:nth-child(1).select {
  border-right: 3px solid #4c4948;
  border-left: 3px solid #4c4948;
}
.tabBox .tabArea .one_tab:nth-child(2).select {
  border-left: 3px solid #4c4948;
  border-right: 3px solid #4c4948;
}
.tab_main {
    padding: 50px 0;
  border-left: 3px solid #4c4948;
  border-right: 3px solid #4c4948;
}
.tabBox .tabArea .one_tab .tab_inner img {
  width: 342px;
}
.tabBox .tabArea .one_tab .tab_inner {
    height: 130px;
}
.tabBox .tabArea #tab01.one_tab .tab_inner img {
  width: 342px;
}
.tabBox .tabArea #tab02.one_tab .tab_inner img {
  width: 317px;
}
  
}
/* ーーーーーーーーーーーーーーーーーーーーーー

slider

ーーーーーーーーーーーーーーーーーーーーーーーー*/
.content_area{
/*  max-width: 700px;*/
  margin: 0 auto;
}

.slick-item p {
  font-size: 18px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
}

/*
@media screen and (max-width:560px){
  .content_area{
  }
  .slick-item p {
    font-size: 15px;
    line-height: 100px;
    margin: 5px;
    padding: 1.5%;
  }
}
*/


@media screen and (min-width:1301px) {
.content_area{
  max-width: 100%;
  margin: 0 auto;
}
}
/* ーーーーーーーーーーーーーーーーーーーーーー

accordion

ーーーーーーーーーーーーーーーーーーーーーーーー*/

.acblock {
/*
	max-width: 1200px;
	margin: 0 auto;
*/
}
.acblock .ac_open {
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
  width: 90%;
  margin: 0 auto 25px;
  background: url(../images/btn_open_v1.png) no-repeat 97% center / 33px 30px, #fff;
}
.acblock .ac_open.open {
    background: url(../images/btn_close_v1.png) no-repeat 97% center / 33px 30px, #fff;
}

/*
.acblock .ac_open:before {
	background-image: none;
	content: "";
	background-color: #4c4948;
	width: 18.5px;
	height: 2.5px;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 0;
}
.acblock .ac_open:after {
	content: "";
	background-color: #4c4948;
	width: 2.5px;
	height: 18.5px;
	position: absolute;
	top: 50%;
	transform:translate(50%,-50%);
	right: 9px;
}
*/
.acblock .ac_open.open:after {
  display: none;
}


.actitle{
  width: 90% !important;
  color: #fff;
  letter-spacing: 0.1em;
  background: #4c4948;
  font-style: normal;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto !important;
}

.acblock .actitle:before {
	background-image: none;
	content: "";
	background-color: #fff;
	width: 18.5px;
	height: 2.5px;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 10px;
}
.acblock .actitle:after {
	content: "";
	background-color: #fff;
	width: 2.5px;
	height: 18.5px;
	position: absolute;
	top: 50%;
	transform:translate(50%,-50%);
	right: 19px;
}
.acblock .actitle.open:after {
  display: none;
}

@media screen and (min-width:1301px) {

.acblock .ac_open {
  width: 100%;
}
.actitle{
  width: 100% !important;
    font-size: 32px;
    letter-spacing: 0.1em;
}
  
}

/*
.acblock .actitle2:before {
	background-image: none;
	content: "";
	background-color: #4c4948;
	width: 18.5px;
	height: 2.5px;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 10px;
}
*/
.ac_open{
    background: url(../images/btn_open_v1.png) no-repeat 97% center / 33px 30px, #fff !important;
}
.ac_open.open{
    background: url(../images/btn_close_v1.png) no-repeat 97% center / 33px 30px, #fff !important;
}


/*
.acblock .actitle2:after {
	content: "";
	background-color: #4c4948;
	width: 2.5px;
	height: 18.5px;
	position: absolute;
	top: 50%;
	transform:translate(50%,-50%);
	right: 19px;
}
.acblock .actitle2.open:after {
  display: none;
}

*/


.acblock .ac_inner {
	display: none;
	box-sizing: border-box;
}
.acblock .ac_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
  font-size: 14px;
  width: 90%;
  height: 33px;
	line-height: 33px;
  margin: 0 auto 50px;
  background: #e0dcdb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.acblock .ac_inner .closeArea .close_box a.close_btn span {
  font-size: 12px;
}

@media screen and (min-width:1301px) {
.acblock .ac_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
  font-size: 18px;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto 50px;
  height: 60px;
	line-height: 60px;
  background: #e0dcdb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#facility_2 .acblock .ac_inner .closeArea .close_box a.close_btn {
    width: 100%;
}
#facility_3 .acblock .ac_inner .closeArea .close_box a.close_btn {
    width: 100%;
}
}
@media screen and (max-width: 1024px) {
	.acblock .ac_open {
	}
	.acblock .ac_inner .closeArea .close_box a.close_btn {
	}
}
@media screen and (max-width: 1300px) {
	.acblock .ac_open {
	}
}
/* ーーーーーーーーーーーーーーーーーーーーーー

ハンバーガーMENU

ーーーーーーーーーーーーーーーーーーーーーーーー*/

/*
@media screen and (min-width:767px) {
#mainNavi {
  display: none;
}
}
*/

#mainNavi {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
/*    margin: 10px 10px 10px 0;*/
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 35px 0 0;
  margin: 0 0 0 auto;
  overflow-y: scroll;
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav .menublock p {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin: 35px 0;
  letter-spacing: 0.14em;
}
.drawer__nav .menublock p a {
  text-decoration: underline;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* ハンバーガーボタンのデザイン */
.drawer__button.active {
  width: 34px;
  height: 23px;
  position: fixed;
  top: 30px;
  right: 30px;
}

#gnaviicon {
  position: relative;
  width: 34px;
  height: 23px;
  cursor: pointer;
  border: none;
  z-index: 9999;
  top: 30px;
  right: 30px;
  background: none;
}
#gnaviicon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--font-color);
  border-radius: 2px;
}
#gnaviicon, #gnaviicon span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
#gnaviicon span:nth-of-type(1) {
  top: 0;
}
#gnaviicon span:nth-of-type(2) {
  top: 10px;
}
#gnaviicon span:nth-of-type(3) {
  bottom: 0;
}
#gnaviicon.active span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
#gnaviicon.active span:nth-of-type(2) {
  opacity: 0;
}
#gnaviicon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-20px) rotate(-45deg);
}
/* ーーーーーーーーーーーーーーーーーーーーーー

modal

ーーーーーーーーーーーーーーーーーーーーーーーー*/
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    box-sizing: border-box;
}
.js-modal-close{
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
}
.modal__content .modalarea{
  background: #d4d4d1;
  color: #4c4948;
  height: 27px;
  line-height: 27px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 12px;
  font-style: normal;
  position: relative;
}
.modal__content .modalarea span{
  background: #4c4948;
  color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.modal__content .modalimg{
  padding: 15px 15px 0 15px;
}
.modal__content .modaltext{
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 15px;
  text-align: left;
}
.modaltitle1{
  padding-top: 14px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
font-style: normal;
}


@media screen and (min-width:1301px) {
  .js-modal-close {
    font-size: 30px;
    top: -48px;
  }
  .modal__content .modalarea{
    height: 47px;
    line-height: 47px;
    padding-left: 10px;
    font-size: 24px;
  }
  .modal__content .modalarea span{
    padding: 0 15px;
    font-size: 20px;
  }
  .modal__content{
      max-width: 1300px;
      width: 90%;
      margin: 0 auto;
  }
  .modal__content .modalimg{
      padding: 30px 0 0 30px;
      max-width: 627px;
      width: 90%;
      margin: 0 auto;
  }
  .modal__content .modaltext{
    font-size: 20px;
    line-height: 38px;
    padding: 30px;
    text-align: left;
  }
  .modaltitle1{
    padding-top: 35px;
    font-size: 28px;
    line-height: 50px;
  }
}
