@charset "utf-8";


.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline !important;
  }
}


html {
  width: 100%;
  height: 100%;
}


body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "noto-sans-cjk-jp", "游ゴシック", "メイリオ", "Meiryo", "Osaka", "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  color: #4d4d4d;
}


h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 300;
  font-size: 100%;
}


li {
  list-style: none;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}



/* ヘッダー */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 70px;
}

#header .hd_cont {
  border-bottom: 1px solid #008cc2;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header_sp {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.common_header_logo a {
  display: block;
  width: 80%;
}

.header_logo {
  width: 100%;
  margin-left: 5%;
  max-height: 60px;
}

.header_reserve_sp {
  z-index: 999;
  height: 100%;
}

.sp_reserve a {
  text-decoration: none;
  height: 70px;
}

.header_reserve_sp img {
  width: 100%;
  height: 100%;
}

.sp_reserve {
  display: flex !important;
}



.Toggle {
  position: relative;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 10000;
  background-color: #f4f6f9;
  vertical-align: bottom;
}



.spmenu_text {
  margin: 42px auto 48px;
  text-align: center;
  color: #008CC2;
  font-size: 12px;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 27px;
  border-bottom: solid 1.5px #008cc2;
  -webkit-transition: .45s ease-in-out;
  -moz-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
  left: 21.5px;
}

.Toggle span:nth-child(1) {
  top: 17px;
}

.Toggle span:nth-child(2) {
  top: 27px;
}

.Toggle span:nth-child(3) {
  top: 37px;
}


.Toggle.active span:nth-child(1) {
  top: 27px;
  left: 21.5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 1.5px #008cc2;
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 1.5px #008cc2;
}


nav.NavMenu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #008cc2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}

nav.NavMenu ul {
  width: 100%;
  height: 90%;
  margin: 40px auto 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  overflow: auto;
}




nav.NavMenu ul li {
  height: 13%;
  width: 100%;
  border-bottom: thin solid #ffffff;
}

nav.NavMenu ul li:last-child {
  border: none;
}

nav.NavMenu ul li a {
  color: white;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

nav.NavMenu ul li a p {
  margin: 0;
}

.mini_font {
  font-size: 13px;
  margin-top: 3px !important;
}





.menu {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu li {
  width: 100%;
  border-right: 1px solid black;
  padding: 1%;
}

.menu li:nth-child(6) {
  border-right: none;
}

.menu li:last-child {
  border-right: none;
  background-color: #008cc2;
}

.menu li:hover {
  opacity: 0.5;
}

.menu p {
  margin: 0;
}

.contact {
  background-color: #008cc2;
  color: #ffffff;
  padding: 5px 0;
}




.top {
  position: relative;
}

.top img {
  width: 100%;
}

.top_bus20 {
  position: absolute;
  width: 30%;
  top: 35%;
  left: 4%;
  z-index: 999;
}

.top_bus20 img {
  width: 100%;
}


.top .slick-dots {
  width: 20px;
  top: 0 !important;
  bottom: 0 !important;
  right: 10px !important;
  margin: auto 0;
  height: 100px;
  z-index: 999 !important;
}

.top .slick-dots li button::before {
  color: white;
}





.title {
  max-width: 736px;
  padding-top: 80px;
  width: 100%;
  margin: 0 auto;
  color: #008cc2;
  text-align: center;
  font-size: x-large;
  padding-bottom: 15px;
}

.top_setumei {
  line-height: 2.5;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  width: 79%;
  margin: 0 auto 150px;
}


.four_photo {
  text-align: center;
}

.four_photo li {
  background-color: #f4f6f9;
  width: 80%;
  border-radius: 45px;
  margin: 0 auto 195px;
  position: relative;
}

.four_photo li img {
  width: 100%;
}


.fourph_box {
  width: 65%;
  position: absolute;
  top: 0;
  left: 16%;
  z-index: 999;
  transform: translateY(-60%);
}

.four_num {
  color: #008cc2;
  margin: 0 auto;
  padding-top: 20%;
}

.four_title {
  color: #008cc2;
  font-size: x-large;
  font-weight: 500;
  margin: 0 auto;
}

.four_subtx {
  color: #4d4d4d;
  text-align: left;
  width: 70%;
  margin: 10px auto;
}

.four_kotira_p {
  color: #008cc2;
  padding-bottom: 30px;
  margin: 25px 0 0 0;
}


.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample1-2::before {
  left: 3px;
  width: 15px;
  height: 2px;
  background: #008CC2;
  transition: 0.5s;
}


.sample1-2::after {
  left: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #008CC2;
  border-right: 2px solid #008CC2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}

.four_kotira {
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
  gap: 8px;
}


.circlelogo {
  background-color: #f4f6f9;
  width: 90%;
  margin: 0 auto;
  border-radius: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 50px 0;
}



.eng_circlelogobox {
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}


.circlelogo_box {
  width: 39%;
  text-align: center;
  margin-bottom: 20px;
}

.circlelogo_box div {
  width: 50%;
  margin: 0 auto;
}

.circlelogo_box div img {
  width: 100%;
}


.circlelogo_box p {
  width: 100%;
  color: #008CC2;
}

.front_eng {
  text-align: center;
  font-size: 75%;
}

.news_box {
  margin: 50px 0;
}

.news_jpn {
  color: #008cc2;
  font-size: x-large;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}

.news_right {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}

.news_right ul li {
  line-height: 2;
  border-bottom: 1px #008CC2 solid;
}

.news_right ul li:last-child {
  border-bottom: none;
}

.pickup {
  margin: 50px auto;
  text-align: center;
}


.eng_slider {
  margin: 30px 0 0;
}

.eng_slider img {
  width: 100%;
}

.eng_slider .slick-slide {
  margin: 0 15px;
}

.eng_slider p {
  margin: 10px auto;
  color: #008CC2;
  text-align: center;
}

.pickup .eng_slider {
  margin-bottom: 100px;
}




.top_back {
  text-align: center;
  margin-top: 30px;
}

.top_back a {
  display: inline-block;
  outline: none;
  background-color: #008cc2;
  border: 1px solid #008cc2;
  color: #FFF;
  border-radius: 50px;
  padding: 1em 5em;
  letter-spacing: 0.02em;
  font-weight: 600;
}

@media screen and (min-width:300px) {
  .line_break3 {
    display: none !important;
  }
}

/* ページスクロール */
#page-top {
  background-color: #008cc2;
  filter: drop-shadow(0 0 4px #FEF8E1);
  color: white;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  z-index: 1000;
}

#page-top a {
  padding: 10% 0 0 0;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#page-top a:link,
#page-top a:visited {
  color: #FFF;
  font-size: 25px;
  text-decoration: none;
  margin: 7px auto;
}



/* 施設案内・サービス */

.service_btn_box {
  width: 90%;
}

.service_btn5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  width: 100%;
  line-height: 2;
  padding-bottom: 20px;
}



.service_btn5 li {
  width: 45%;
}

.service_btn5 img {
  width: 100%;
  height: auto;
  aspect-ratio: 294/124;
}


.service_top {
  padding-top: 290px;
  padding-bottom: 30px;
}

.service_top p {
  max-width: 80%;
}


.service_eng {
  color: #008cc2;
  font-size: 75%;
  font-family: Roboto;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.15rem;
}

.service_jpn {
  color: #008cc2;
  font-size: x-large;
  margin: 0 auto;
  font-weight: 500;
}

.room_each .slider {
  width: 70%;
  margin: 0 auto;
  top: 40px;
}


.room_und_cont {
  background-color: #f4f6f9;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
}

.room_und_left {
  padding-top: 60px;
  margin-left: 25px;
}

.room_und_right {
  margin: 0 25px;
}

.room_und_subtit {
  color: #008cc2;
  font-size: small;
  font-family: Roboto;
  letter-spacing: 1px;
  margin: 25px auto 0;
}

.room_und_tit {
  color: #008cc2;
  font-size: 180%;
  font-weight: 500;
  margin: -5px auto 30px;
}

.room_all_cont img {
  width: 100%;
  height: auto;
}

.smoke_logo {
  display: flex;
}

.smoke_logo img {
  height: 20px;
  width: 20px;
  margin: 15px 5px;
}

.room_und_detail {
  display: flex;
  padding-bottom: 45px;
  width: 100%;
}


.room_und_detail ul {
  display: flex !important;
  ;
  width: 100%;
  margin: 5px auto;
  flex-wrap: wrap;
}

.room_und_detail ul li {
  margin: 4px 0;
}

.room_und_detail li:nth-child(odd) {
  color: #008CC2;
  width: 20%;
  word-break: break-all;
  margin: 8px 0;
}

.room_und_detail li:nth-child(even) {
  color: #4d4d4d;
  width: 71%;
  margin: 8px 0 0 10px;
}


.slider {
  top: 70px;
}

.facilitesbox {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

.faci_tit {
  text-align: center;
}

.roomfacilities {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
  width: 90%;
}

.roomfacilities li {
  width: 43%;
  padding: 5px 0;
}

.roomfacilities li img {
  width: 100%;
}

.faci_subtit {
  margin: 0 0 0 30px;
  color: #008CC2;
  text-align: left;
}

.faci_text {
  width: 80%;
  margin: 0 0 0 30px;
  text-align: left;
  line-height: 1.8;
}

.faci_textbox {
  padding: 40px 0;
}

#front_box {
  scroll-margin-top: 100px;
}




.service_sub_tit {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  scroll-padding-top: 25px;
}


.front_eng {
  color: #008cc2;
  margin: 10px auto 0;
  letter-spacing: 0.2em;
}

.front_jpn {
  color: #008cc2;
}

.service_sub_tit li:first-child {
  width: 20%;
  margin: 0 auto;
}

.service_sub_tit li:first-child img {
  width: 100%;
  height: auto;
  aspect-ratio: 118/118;
}

.front_jpn {
  font-size: 32px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.front_left_text {
  width: 80%;
  margin: 0 auto 60px;
  line-height: 2;
}

.front_iconbox {
  width: 80%;
  margin: 0 auto;
}

.front_iconbox img {
  width: 100%;
  margin: 10px auto;
  height: auto;
  aspect-ratio: 880/680;
}

.front_icon {
  margin: 10px auto;
}

.front_icon li {
  width: 80%;
  margin: 0 auto;
}

.front_right {
  width: 80%;
  margin: 30px auto;
}

.front_right img {
  width: 100%;
  height: auto;
  aspect-ratio: 558/808;
}

.front_box_under {
  width: 80%;
  margin: 0 auto -30px;
  padding-bottom: 50px;
}

.front_box_under_left {
  margin: 20px auto 50px;
}

.ttl {
  color: #008cc2;
  border-bottom: #008cc2 0.5px solid !important;
  margin: 10px auto;
  font-weight: 500;
  padding-bottom: 10px;
}

.not_ttl {
  margin: 0 auto;
}

.breakfast {
  width: 77%;
  margin: 0 auto;
}

.breakfast_box {
  padding-top: 50px;
  margin-top: -50px;
}


.breakfast_box .service_sub_tit {
  padding-top: 0;
  margin-top: 50px;
}



.breakfast_attention {
  width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  color: red;
}

.breakfast_left {
  color: #008cc2;
  font-size: larger;
  width: 80%;
  margin: 30px auto;
  font-weight: 500;
  line-height: 2;
  padding-left: 20px;
}

.breakfast_right {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
  width: 74%;
}

.breakfast img {
  width: 100%;
  padding-bottom: 85px;
  height: auto;
  aspect-ratio: 1600/890;
}

.breakfast .slick-dots {
  top: 43vw;
}


.bf_graybox {
  text-align: center;
  background-color: #f4f6f9 !important;
  border-radius: 40px;
  width: 80%;
  margin: 50px auto 0;
  padding: 25px 0;
}

.bf_gray ul li:nth-child(odd) {
  color: #008CC2;
  letter-spacing: 0.2em;
  margin: 13px 0;
}



.bf_graybox p {
  text-align: center;
}


.laundry_jpn {
  font-size: 32px;
  font-weight: 500;
}

.laundry_drink {
  width: 80%;
  margin: 0 auto;
}


.laund_pickup img,
.vend_pickup img {
  width: 100%;
  height: auto;
  aspect-ratio: 700 / 406;
}

.laund_box {
  margin-left: 15%;
}

.laund_left {
  display: flex;
  gap: 60px;
}

.laundry_eng {
  color: #008cc2;
  margin: 20px auto 0;
}

.laundry_jpn {
  color: #008cc2;
  font-size: 32px;
  font-weight: 500;
  margin: 0 auto;
}

.laund_right {
  display: flex;
  gap: 60px;
}

.laund_gray_l {
  color: #008cc2;
}

.text_24hour {
  line-height: 2.5;
  margin: 40px auto 60px;
  width: 85%;
}

.vending_eng {
  color: #008cc2;
  margin: 20px auto 0;
}

.vending_jpn {
  font-size: 32px;
  font-weight: 500;
  color: #008cc2;
  margin: 0 auto;
}

.other_title {
  text-align: center;
}

.bustit {
  font-size: xx-large;
  color: #4d4d4d;
  padding-top: 20px;
  font-weight: 500;
  margin: 0 auto !important;
}


.bus_box {
  position: relative;
  margin-top: 200px;
}

.other_box:has(.bus_box) {
  width: 80%;
}



.bus_box_left {
  width: 80% !important;
  font-size: 32px;
  margin: 0 auto !important;
  font-weight: 500;
}

.bus_box_left p {
  width: 75%;
  text-align: left;
  margin: 0 auto -125px;
}


.bus_box_right {
  width: 100%;
  margin: 60px auto 0;
}


.bus_box_right img {
  width: 100%;
  height: auto;
}

.bustime {
  width: 80%;
  margin: 60px auto 0;
  background-color: #f4f6f9;
  border-radius: 40px;
}


.bustime p {
  line-height: 2;
}

.bustime_2 {
  margin: 0 auto;
  width: 80%;
}

.bustime_imgbox {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.bustime_imgbox img {
  width: 100%;
  height: auto;
}

.daini_daiichi {
  color: #008cc2;
  margin: 30px 0;
}

.bustime_attention {
  color: #4d4d4d !important;
  text-align: left !important;
  padding-bottom: 40px;
}

.other_icon {
  width: 80%;
  margin: 0 auto 70px;
}

.other_icon img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}


.engreservebox {
  background-color: #008cc2;
  width: 85%;
  margin: 0 auto;
  border-radius: 20px;
}


.engreservebox p {
  color: #FFF;
  font-size: large;
  text-align: center;
  font-weight: 500;
  padding-top: 3%;
  padding-bottom: 3%;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 85%;
  margin: 0 auto;
}

.engreservebox img {
  vertical-align: middle;
}

.access_box {
  width: 80%;
  margin: 0 auto;
}


.access_box img {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.access_tit {
  color: #008cc2;
  font-size: xx-large;
  margin: 20px auto 50px;
  scroll-margin-top: 800px;
  font-weight: 500;
  text-align: center;
}

.accesstit_sub {
  font-size: large;
  margin: 25px auto 60px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}

.parking_info {
  display: flex;
  flex-direction: column;
}

.parking_left {
  width: 80%;
  order: 2;
  margin: 50px auto;
}

.parking_left img {
  width: 100%;
}

.parking_right {
  width: 80%;
  margin: 0 auto;
  order: 1;
}


.access_tit p {
  width: 80%;
}

.shuttlebus_service {
  width: 80%;
  margin: 0 auto 50px;
}

.shuttlebus_service img {
  width: 100%;
}


/* フッター */
.footer_box {
  width: 100%;
  background-color: #f4f6f9;
  color: #4d4d4d;
  margin-top: 100px;
}


.footer {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
  flex-direction: column;
}

.footer p {
  margin: 0.4rem 0;
}



.sp_ft_under {
  text-align: center;
}

.footer_left {
  width: 80%;
  margin: 0 auto 45px;
  text-align: center;
}

.footer_left a:first-child {
  width: 200px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

.footer a img {
  margin: 0 auto;
  width: 100%;
}

.ft_logo_img {
  width: 100%;
}

.footer_left div:nth-child(2) {
  text-align: center;
}

.footer_left div p:nth-child(1) {
  color: #008CC2;
  margin-top: 15px;
}

.insta {
  width: 65% !important;
  margin-top: 30px;
}


.tel {
  font-weight: 700;
  font-style: normal;
  color: #008cc2;
  font-size: x-large;
  justify-content: center;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.tel:visited {
  color: #008CC2 !important;
}

.tel a {
  color: #008CC2;
}

.tel img {
  margin: 5px 5px 0 0;
  height: 40px;
}


.footer_right {
  width: 80%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.footer_right a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: #008CC2 solid 1px;
  gap: 20px;
  background-color: #008CC2;
  padding: 15px 0;
}



.footer_right p {
  letter-spacing: 0.15em;
  color: #ffffff;
}

.footer_right p:first-child {
  font-weight: bolder;
  font-size: 16px;
}

.footer_right p:last-child {
  font-size: 11px;
}

.bottom_menu {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.bottom_menu p {
  width: 50%;
}

.bottom_menu a {
  color: #4d4d4d;
}

.copyright {
  text-align: center;
  padding: 70px 0;
}


/* よくあるご質問 */
.scroll_margin {
  scroll-margin-top: 200px;
}


.qanda_tit {
  width: 70%;
  max-width: 800px;
  margin: 100px auto 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 3%;
}

.qanda_tit a {
  background-color: #008CC2;
  color: white;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  line-height: 1;
  border: #008CC2 1px solid;
}


.qanda_tit a:hover {
  background-color: white;
  color: #008CC2;
  transition: .5s;
}


.qanda_tit a:nth-child(1),
.qanda_tit a:nth-child(2),
.qanda_tit a:nth-child(4) {
  width: 24%;
}

.qanda_tit a:nth-child(3),
.qanda_tit a:nth-child(5) {
  width: 43%;
}




.accordion_box {
  width: 80%;
  max-width: 800px;
  margin: 50px auto 0;
  padding-right: 10px;
}

.accordion_box p:first-child {
  padding-top: 30px;
}


.accordion_box p {
  margin: 0 0 15px;
  color: #008CC2;
  font-weight: 500;
  width: 82%;
  word-break: break-all;
}


.accordion__list {
  width: 100%;
  margin: 0 auto;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 700;
}

.accordion__list p:nth-child(2) {
  font-weight: 500;
  color: #4d4d4d !important;
  margin: 0 !important;
}

.accordion__list span {
  color: #4d4d4d;
  font-size: 14px;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: -2px 15px 0 10px;
}

.accordion_a {
  color: #4d4d4d;
  font-size: 18px;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 0 15px 0 10px;
}



.accordion__input {
  display: none;
}

.accordion__item:nth-child(n+2) {
  margin-top: 30px;
}

.accordion__head {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10px;
  background: white;
  cursor: pointer;
  border: 1px solid #4d4d4d;
  border-bottom: 0;
  align-items: center;
}

.accordion__head::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 22px;
  font-weight: 200;
}

.accordion__head:hover::after {
  opacity: 0.5;
}

.accordion__body {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 10px;
  background: white;
  border: 1px solid #4d4d4d;
  border-top: 0;
}

.accordion__input:checked+.accordion__head+.accordion__body {
  height: auto;
  padding: 10px;
  border-top: 1px dashed #4d4d4d !important;
  transition: all .25s ease;
}

.accordion__input:checked+.accordion__head::after {
  content: "-";
  right: 13px;
  font-size: 22px;
  font-weight: 200;
}

.faq_btn {
  text-align: center;
}

.faq_btn_img img {
  width: 450px;
}

.faq_btn_img img::before {
  position: absolute;
}

.faq_btn_more a {
  position: relative;
  margin: 0 auto;
}







/* 英語版 */
.eng_wrapper {
  width: 80%;
}

.engtop {
  position: relative;
  width: 100%;
}


.eng_title {
  margin: 0;
  text-align: center;
  color: #008cc2;
  font-size: x-large;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-top: 100px;
  margin: 0 20px 50px;
}

#location {
  margin-top: 50px;
}



.eng_point1 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  padding-top: 100px;
}

.eng_point1 .other_box {
  padding-bottom: 35px;
}

.eng_point1 .other_box .bustime_attention {
  padding-bottom: -40px !important;
}



.eng_setumei {
  width: 80%;
  margin: 40px auto;
  text-align: left;
  line-height: 2;
}


.engpoint_img {
  position: absolute;
  z-index: 999;
  width: 100px;
  top: 50px;
  left: 60px
}



.engpoint_img img {
  width: 100%;
}


.engray_box {
  border-radius: 45px;
  background-color: #f4f6f9;
  width: 90%;
  margin: 0 auto;
}

.engaccess {
  width: 70%;
  margin: 0 auto;
}

.engaccess img {
  width: 100%;
}

.eng_title_left {
  color: #008cc2;
  margin: 40px auto;
  text-align: center;
}

.tourist_attractions {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  padding-bottom: 50px;
}

.tourist_attractions p {
  margin: 0px auto 30px;
}

.tourist_attractions img {
  width: 100%;
}


.engfaci_subtit {
  color: #008cc2;
}

.eng_point2_text {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.engfaci_text {
  margin: 20px 0;
}


.other_box {
  background-color: #f4f6f9;
  width: 90%;
  margin: 0 auto;
  border-radius: 60px;
  position: relative;
}

.other_box .engpoint_img {
  top: -50px;
  left: 30px;
}

.engbus_tit {
  color: #008cc2;
  font-size: x-large;
  padding-top: 100px;
}


.engbus_text {
  font-size: medium;
  font-weight: lighter;
  margin: 0 auto 45px;
}

.engbus_box_left {
  margin: 0 auto;
  width: 80%;
}

.engbus_box_right {
  width: 80%;
  margin: 0 auto;
}

.engbus_box_right img {
  width: 100%;
}


.bustime p {
  color: #008cc2;
  text-align: center;
}

.bustime img {
  width: 100%;
  text-align: center;
}

.engbustime_imgbox {
  width: 75%;
  margin: 0 auto;
}


.eng_point1 .daini_daiichi {
  text-align: center;
  color: #4d4d4d;
}

.eng_otherservice {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #008cc2;
  width: 80%;
}

.engother_tit {
  color: #008cc2;
}


.eng_footer {
  width: 80%;
  margin: 40px auto;
  text-align: center;
}


.engfooter_logo {
  width: 70%;
  max-width: 188px;
  margin: 0 auto;
}

.engfooter_logo img {
  width: 100%;
}

.eng_insta {
  width: 55%;
  max-width: 216px;
  margin: 20px auto;
}

.eng_insta img {
  width: 100%;
}

.ft_box {
  padding-bottom: 10px;
}


.enfooter_p {
  color: #008cc2;
}



.enfooter_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}


.enfooter_tel a {
  color: #008cc2;
  font-weight: 700;
  font-size: 5.5vw;
  line-height: 1;
}


.enfooter_tel img {
  height: 40px;
  line-height: 0.5;
}

.enfooter_p_address {
  line-height: 2;
  color: #4d4d4d !important;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* プライバシーポリシー */

.privacy_privacy {
  font-size: xx-large;
  color: #008CC2;
  text-align: left;
  padding-top: 40px;
}

.privacy_bottom {
  padding-bottom: 50px;
}

.privacy_tit {
  color: #008CC2;
  font-size: large;
  padding-top: 30px;
}