@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
.main_title {
  color: var(--mainColor)
}
.cts_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 500;
  margin: 0 0 50px;
  padding: 0;
}
.link_text {
  display: inline;
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: url(../../p_common/images/icon/link.png) no-repeat center right / 14px;
}


#intro .wifi {
  width: 100%;
  max-width: 800px;
  background: #F0F0DC;
  margin: 50px auto 0;
  padding: 40px 20px;
}
#intro .wifi .cts_title {
  margin-bottom: 25px;
}
#intro .wifi p {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
}
#intro .wifi p.caution {
  font-size: 14px;
  font-weight: 400;
}
#info .wrap {
  padding-bottom: 100px;
}
#info .cts_title {
  color: #897D55!important;
  margin-bottom: 20px;
}
#info #f_contact {
  background: none;
}
#info #f_contact .tab_wrap {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid var(--mainColor);
  padding: 0 40px 40px;
}
#info #f_contact .tab_wrap .tab_navi {
  border-bottom: 1px solid #CDCDCD;
}
#info #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts {
  padding: 30px 0 0 0;
}
#info #f_contact .tab_wrap .tab_navi .tab_menu.active,
#info #f_contact .tab_wrap .tab_navi .tab_menu:hover {
  background: #fff;
  color: var(--mainColor);
}
#info #f_contact .tab_wrap .tab_navi .tab_menu .tab:after {
  content: none;
}
#info .anc_link_list {
  margin-top: 100px;
  justify-content: flex-start;
}
#info .anc_link_list a {
  width: calc((100% - 40px*2)/3);
  letter-spacing: -.05em;
}
#info .anc_link_list a span {
  font-size: 14px;
}

#service .wrap {
  padding-bottom: 100px;
}
#service .main_title {
  color: var(--mainColor)!important;
  margin-bottom: 50px;
}
#service .service_box:not(:first-of-type){
  margin-top: 50px;
}
#service .service_box .service_wrap {
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
#service .service_box .lead_txt {
  margin: 0 0 50px;
}
#service .service_box .service_wrap .gallery {
  width: 100%;
  max-width: 580px;
}
#service .service_box .service_wrap .slick-dots .slick-active button {
  background: #7E91A2;
  border: 1px solid #7E91A2;
}
#service .service_box .service_wrap .slick-dots button {
  background: #D9D9D9;
}
#service .service_box .service_wrap .gallery p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}
#service .service_box .service_wrap .gallery .slick-dots {
  justify-content: center;
  margin: 15px 0 0 0;
}
.gallery .slider {
  overflow: hidden;
}
.gallery .slider.slick-dotted {
  padding-bottom: 100px;
}
.gallery .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: unset;
  bottom: 15px;
  transform: translate(0, 0);
}
.gallery .slick-arrow.slick-prev {
  left: calc(50% - 60px);
}
.gallery .slick-arrow.slick-next {
  right: calc(50% - 60px);
}
#service .service_box .service_wrap .s_cts {
  width: 100%;
  max-width: 500px;
}
#service .service_box .service_wrap .s_cts table {
  width: 100%;
}
#service .service_box .service_wrap .s_cts table tr {
  border-bottom: 1px solid var(--mainColor);
}
#service .service_box .service_wrap .s_cts table th,
#service .service_box .service_wrap .s_cts table td {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 1em 0;
}
#service .service_box .service_wrap .s_cts table th {
  width: 60px;
  padding: 0;
}
#service .service_box .service_wrap .s_cts table th i {
  display: block;
  width: 25px;
  height: 25px;
}
#service .service_box .service_wrap .s_cts table th i.breakfast {
  background: url(../../p_common/images/icon/breakfast.svg) no-repeat center / contain;
}
#service .service_box .service_wrap .s_cts table th i.lunch {
  background: url(../../p_common/images/icon/lunch.svg) no-repeat center / contain;
}
#service .service_box .service_wrap .s_cts table th i.dinner {
  background: url(../../p_common/images/icon/dinner.svg) no-repeat center / contain;
}
#service .service_box .service_wrap .s_cts table th i.time {
  background: url(../../p_common/images/icon/clock.svg) no-repeat center / contain;
}
#service .service_box .service_wrap .s_cts table th i.bath {
  background: url(../../p_common/images/icon/bath.svg) no-repeat center / contain;
}
#service .service_box .service_wrap .s_cts table td.ttl {
  width: 70px;
}
#service .service_box .service_wrap .s_cts .clr_box {
  width: 100%;
  background: #F0F0DC;
  border-radius: 5px;
  padding: 25px;
}
#service .service_box .service_wrap .s_cts .clr_box p {
  font-size: 14px;
  line-height: 1.8em;
}
#service .service_box .service_wrap .s_cts p + table,
#service .service_box .service_wrap .s_cts table + .clr_box {
  margin-top: 20px;
}
#service .service_box .service_wrap .s_cts table + ul.caution {
  margin-top: 30px;
}
#service .service_box .caution_box {
  border: 1px solid var(--mainColor);
  margin: 50px 0 0 0;
  padding: 30px 50px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px;
}
#service .service_box .caution_box h3 {
  white-space: nowrap;
}

#access {
  background: #F0F0DC;
}
#access .wrap {
  padding: 100px 0;
}
#access .main_title {
  color: var(--mainColor)!important;
  margin-bottom: 50px;
}
#access .shuttle_bus {
  margin: 100px 0;
}
#access .shuttle_bus .cts_title {
  margin-bottom: 20px;
}
#access .shuttle_bus .col_2 {
  margin-top: 50px;
}
#access .shuttle_bus .col_2 {
  margin-top: 50px;
}
#access .shuttle_bus p.cap {
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  margin-top: .8em;
}
#access .contents {
  background: #fff;
  padding: 50px 20px;
}
#access .contents .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#access .contents + .contents,
#access .contents .inner + .inner {
  margin-top: 50px;
}

#access .contents .cts_title {
  letter-spacing: -.04em;
}
#access .contents .time_table {
  width: 100%;
  display: inline-block;
  margin: 30px 0 0 0;
}
#access .contents .time_table table {
  width: 100%;
}
#access .contents .time_table table th,
#access .contents .time_table table td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--mainColor);
  padding: 12px 10px;
  background: #fff;
  border: 1px solid var(--mainColor);
}
#access .contents .time_table table th {
  background: #F0F0DC;
}
#access .contents .time_table th.w20 {
  width: 20%;
}
#access .contents .time_table table td {
  font-weight: 400;
}
#access .contents .time_table table th:first-child,
#access .contents .time_table table td:first-child {
  border-left: none;
}
#access .contents .time_table table th:last-child,
#access .contents .time_table table td:last-child {
  border-right: none;
}
#access .contents .time_table table th {
  width: 344px;
}
#access .contents .time_table table th.time {
  width: 100px;
}
#access .contents .scrl_wrap + ul.caution {
  margin-top: 50px;
}
#access .contents dl {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 20px 50px;
  margin-top: 50px;
}
#access .contents dl dt {
  width: 150px;
}
#access .contents dl dt span {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid var(--mainColor);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  padding: 5px 10px;
}
#access .contents dl dd {
  width: calc(100% - 200px);
}
#access .contents dl dd h3 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
}
#access .contents .acc_wrap {
  margin-top: 50px;
  border: 1px solid var(--mainColor);
}
#access .contents .acc_wrap .acc_tab {
  background: #F0F0DC;
  padding: 8px 50px 8px 20px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
#access .contents .acc_wrap .acc_tab .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
}
#access .contents .acc_wrap .acc_tab .btn:before,
#access .contents .acc_wrap .acc_tab .btn:after {
  content: '';
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .3s;
}
#access .contents .acc_wrap .acc_tab .btn:before {
  transform: translate(-50%,-50%);
}
#access .contents .acc_wrap .acc_tab .btn:after {
  transform: translate(-50%,-50%) rotate(90deg);
}
#access .contents .acc_wrap .acc_tab.open .btn:after {
  transform: translate(-50%,-50%) rotate(180deg);
}
#access .contents .acc_wrap .acc_cts {
  background: #fff;
  padding: 25px 50px 30px;
}
#access #parking.contents .time_table table th {
  border-right: none;
}
#access #parking.contents .time_table table th + td {
  border-left: none;
}
#access .contents .cts_wrap {
  justify-content: flex-start;
  gap: 50px 100px;
}
#access .contents .cts_wrap > div {
  width: calc((100% - 100px)/2);
  position: relative;
}
#access .contents .cts_wrap > div:first-of-type:after {
  content: '';
  width: 1px;
  height: 100%;
  background: var(--mainColor);
  position: absolute;
  top: 0;
  right: -50px;
}
#access .contents .cts_wrap > div h3,
#access .contents .acc_wrap > div h3{
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 20px;
}
.btn_box {
  margin-top: 2em;
  width: 100%;
}
.btn_box .btn_list {
  margin-top: 1em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.btn_box .btn_list a {
  display: flex;
  width: calc((100% - 20px)/2);
  max-width: 520px;
  height: 80px;
  background: #F0F0DC;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  position: relative;
}
.btn_box .btn_list a.arrow:after {
  content: '';
  width: 21px;
  height: 9px;
  background: url(/maihama/p_common/images/icon/arrow.svg) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
.btn_box .btn_list a.arrow:hover:after {
  right: 10px;
}
.btn_box .btn_list a.gold {
  background: var(--ColorGold);
  color: #fff;
}
.btn_box .btn_list a.basic {
  background: var(--mainColor);
  color: #fff;
}
.btn_box .btn_list a.basic.arrow:after,
.btn_box .btn_list a.gold.arrow:after {
  background: url(/maihama/p_common/images/icon/arrow-wht.svg) no-repeat center / contain;
}
.btn_box .btn_list a.link:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/maihama/p_common/images/icon/link.svg) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
}
.btn_box .btn_list a.basic.link:after,
.btn_box .btn_list a.gold.link:after {
  background: url(/maihama/p_common/images/icon/link-wht.svg) no-repeat center / contain;
}



/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .main_title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .cts_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .scrl_wrap {
    width: 100%;
    margin: 0;
  }
  .scrl_wrap .scrl_inner {
    padding: 0 0 15px;
  }
  .scrl_wrap .time_table,
  .scrl_wrap img {
    /*min-width: 768px;*/
  }
  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #D9D9D9;
    border-radius: 5px;
    max-width: 372px;
    margin: 0 auto;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: var(--mainColor);
    border-radius: 5px;
    top: 0;
  }
  .link_text {
    padding: 0 15px 0 0;
    background: url(../../p_common/images/icon/link.png) no-repeat center right / 12px;
  }
  #lower .lead_txt {
    text-align: left;
  }
  #intro .wifi {
    margin: 30px auto 0;
    padding: 30px 20px;
  }
  #intro .wifi .cts_title {
    margin-bottom: 20px;
  }
  #intro .wifi p {
    font-size: 14px;
    font-weight: 500;
  }
  #info #f_contact .tab_wrap {
    padding: 0 20px 20px;
  }
  #info #f_contact .cts_sns .tab_wrap .tab_navi .tab_menu {
    font-size: 12px;
  }
  #info #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts {
    padding: 20px 0 0 0;
  }
  #info .anc_link_list {
    margin-top: 50px;
  }
  #info .anc_link_list a {
    width: 100%;
    font-size: 16px;
  }
  #info .anc_link_list a span {
    font-size: 14px;
  }
  #info .wrap {
    padding-bottom: 50px;
  }
  #service .service_box .service_wrap {
    gap: 15px;
  }
  .gallery .slick-arrow {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    bottom: 15px;
  }
  .slick-arrow.slick-prev:before,
  .slick-arrow.slick-next:before {
    width: 14px;
    height: 6px;
  }
  .gallery .slider.slick-dotted {
    padding-bottom: 80px;
  }
  .gallery .slick-arrow.slick-prev {
    left: calc(50% - 50px);
  }
  .gallery .slick-arrow.slick-next {
    right: calc(50% - 50px);
  }
  #service .service_box .service_wrap .s_cts .clr_box {
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
  }
  #service .service_box .service_wrap .s_cts .clr_box h4 {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 5px;
  }
  #service .service_box .service_wrap .s_cts p {
    font-size: 14px;
    line-height: 1.8em;
  }
  #service .service_box .service_wrap .s_cts table + ul.caution {
    margin-top: 20px;
  }
  #service .service_box .lead_txt {
    margin: 0 0 25px;
  }
  #service .service_box .service_wrap .s_cts table th {
    width: 40px;
  }
  #service .service_box .caution_box {
    margin: 85px 0 0 0;
    padding: 40px 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  #service .service_box .caution_box h3 {
    white-space: wrap;
    width: 100%;
    font-size: 24px;
  }
  #service .service_box .caution_box ul.caution {
    font-size: 14px;
    line-height: 1.8em;
  }
  #access .wrap {
    padding: 50px 0;
  }
  #access .main_title {
    margin-bottom: 20px;
  }
  #access .shuttle_bus {
    margin: 70px 0;
  }
  #access .shuttle_bus .col_2 {
    margin-top: 30px;
    gap: 20px;
  }
  #access .shuttle_bus .col_2 .col img {
    border-radius: 10px;
  }
  #access .contents .scrl_wrap + ul.caution {
    margin-top: 30px;
  }
  #access .contents .cts_wrap > div {
    width: 100%;
  }
  #access .contents .cts_wrap > div:first-of-type:after {
    width: 100%;
    height: 1px;
    top: unset;
    right: 0;
    bottom: -25px;
  }
  #access .contents .cts_wrap > div h3 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 0 10px;
  }
  ul.dotted {
    font-size: 14px;
    line-height: 1.8em;
  }
  #access .contents dl {
    flex-wrap: wrap;
  }
  #access .contents dl dt {
    width: 100%;
  }
  #access .contents dl dt span {
    display: inline-block;
    width: auto;
    font-size: 20px;
    padding: 5px 15px;
  }
  #access .contents dl dd {
    width: 100%;
  }
  #access .contents dl dd p {
    font-size: 14px;
    line-height: 1.8em;
  }
  #access .contents .acc_wrap .acc_tab {
    font-size: 14px;
    line-height: 1.6em;
  }
  #access .contents .acc_wrap .acc_cts {
    padding: 30px 20px;
  }
  #access .contents .acc_wrap .acc_cts h3 {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 1em;
  }
  #access .contents .acc_wrap .acc_cts p {
    font-size: 14px;
    line-height: 1.8em;
  }
  #access .contents .time_table table th,
  #access .contents .time_table table td {
    font-size: 14px;
  }
  #service .service_box h3 + p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8em;
  }
  #access .shuttle_bus p.cap {
    font-size: 12px;
  }
  .btn_box .btn_list a {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    font-size: 14px;
  }
  .btn_box .btn_list + p {
    margin-top: 10px;
  }
  .btn_box .btn_list a.arrow:after {
    width: 14px;
    height: 6px;
    right: 15px;
  }
  .btn_box .btn_list a.link:after {
    right: 15px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}