@charset "utf-8";
/* CSS Document */



/******************************
共通
******************************/

ol,
ul,
menu {
  list-style: none;
}

footer *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

footer img {
    max-width: 100%;
}

body{
	margin: 0;
}

#head_wrap * {
  font-size: 62.5%;
  line-height: 2.25;
  letter-spacing: 0.12em;
  font-family: "yu-mincho-pr6n", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

footer *{
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    font-family: "yu-mincho-pr6n", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #003f76;
}

footer ul{
	list-style: none;
}

#listbox{
	width: 100%;
	background: #d1e3ea;
	padding: 20px 0;
}

ul.nav_list{
	display: flex;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap;
	max-width: 1280px;
	text-align: center;
}

ul.nav_list li{
	width: 25%;
	margin-bottom: 10px;
}

ul.nav_list li a{
	line-height: 1.4em;
	display: block;
	color: #003f76;
	text-decoration: none;
	font-size: 15px;
	    font-family: "yu-mincho-pr6n", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/******************************
ヘッダー
******************************/
#head_wrap {
  position: relative;
  margin: 0;
}

#head_wrap .innerbox{
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

#head {
  position: absolute;
  z-index: 100;
  width: 100%;
	height: 4rem;
  background: #003f76;
  z-index: 2001;
  display: flex;
  align-items: center;
}

#head .head_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#head .head_logo_img {
  vertical-align: middle;
}

#head .head_nav {
  display: none;
  width: calc(100% - 380px);
  max-width: 1260px;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0;
}

#head .head_nav li a {
  display: block;
  padding: 22px 0 20px;
  color: #fff;
}

#head .head_nav li a:hover {
  opacity: 0.7;
}

#head .head_lang {
  position: relative;
}

#head .head_lang .lang_tit {
  display: block;
  padding: 20px 10px;
  cursor: pointer;
  color: #fff;
}

#head .head_lang .lang_tit svg {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  vertical-align: baseline;
}

#head .head_lang .lang_tit svg path {
  fill: #809fba;
}

#head .head_nav li.head_lang a{
padding: 0;
}

#head .head_lang .lang_nav {
  display: none;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(100% - 10px);
  width: 120px;
  line-height: 1.1;
  white-space: nowrap;
}

#head .head_lang .lang_nav:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #CCD9E4 transparent;
}

#head .head_lang .lang_nav li a {
  display: block;
  background: #CCD9E4;
  color: #003f76;
  padding: 10px 16px;
}

#head .head_lang .lang_nav li a:hover {
  opacity: 1;
  background: #fff;
}

#head .head_lang .lang_nav li:nth-of-type(2) a {
  background: #E5ECF1;
}

#head .head_lang .lang_nav li:nth-of-type(2) a:hover {
  background: #fff;
}

#head .head_reservation {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 15rem;
  padding: 0.5rem 0 0.75rem 1.5rem;
  border-bottom: solid 1px #a9c6d2;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
}

#head .head_reservation_img {
  width: 1.9rem;
  height: 2.1rem;
  margin: -0.5rem 1rem 0 0;
  vertical-align: middle;
}

#head .head_reservation_img path {
  fill: #fff;
}



@media screen and (max-width: 1366px) {
  #head .head_nav {
    font-size: 1.5rem;
  }

  #head .head_reservation {
    bottom: 14px;
    width: 18rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1366px) {
  #head .head_nav {
    width: calc(100% - 360px);
    font-size: 1.4rem;
    padding: 5px 0;
    justify-content: center;
  }

  #head .head_nav li a {
    padding: 3px 8px;
  }

  #head .head_lang .lang_tit {
    padding: 0 8px;
  }

  #head .head_lang .lang_nav {
    top: 100%;
  }
}

@media screen and (max-width: 1080px) {
  #head .head_reservation {
    bottom: 14px;
    width: 17rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
  #head .head_lang {
    position: relative;
  }

  #head .head_lang .lang_tit .icon {
    margin-right: 5px;
  }

  #head .head_lang .lang_nav {
    top: calc(100% + 4px);
    left: calc(50% - 36px);
    width: 100px;
  }
}

@media screen and (max-width: 890px) {
  #head {
    position: absolute;
  }

  #head .head_nav {
    display: none;
  }

  .is-scroll-sp #head {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .is-scroll-sp #head .head_logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .is-scroll-sp #head .head_nav {
    display: none;
  }

  .is-scroll #head .head_nav {
    display: none;
  }

  .is-scroll #head #nav_open {
    display: block;
  }
}

@media screen and (max-width: 530px) {
  #head {
    height: 3rem;
  }
	
	#head_wrap ul{
		margin: 80px 0 0;
	}
	
	#head .head_logo{
		top: 50%;
	}

  #head .head_logo_img {
    width: 7.84rem;
    height: auto;
  }
	#head_wrap ul li{
		width: 50%;
	}
	#head_wrap ul li a{
		font-size: 14px;
	}

  #head .head_reservation {
    width: 22.2rem;
    padding: 0.5rem 0 4rem 0rem;
    font-size: 2.3rem;
    letter-spacing: normal;
    top: calc(50% + 0.2rem);
    -webkit-transform: scale(0.8) translate(2.7rem, -50%);
    transform: scale(0.8) translate(2.7rem, -50%);
  }

  #head .head_reservation_img {
    width: 2.8rem;
    height: 2.4rem;
    margin: -1.3rem 1rem 0 0;
  }
	
	ul.nav_list li{
		width: 50%;
	}

	footer *{
		font-size: 89%;
		letter-spacing: 0;
	}
}

@media screen and (min-width: 530px) {
	br.sp{
		display: none;
	}
}

#pagetit {
    background: url(https://www.marissa-resort.jp/img/yoyaku/pagetit_bg.jpg) center;
    background-size: cover;
}

/*----------
ページタイトル
----------*/
#pagetit {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 670px;
  color: #fff;
  text-align: center;
}

#pagetit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 280px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=0);
}

#pagetit .pagetit_tit {
  position: absolute;
  left: 0;
  bottom: 154px;
  width: 100%;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
}

#pagetit .pagetit_tit .en {
  display: block;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

#lead {
  padding: 90px 0 96px;
}

#lead .lead_tit {
  margin: 0 0 32px;
  font-size: 2rem;
  text-align: center;
}

#lead .lead_text {
  text-align: center;
}

@media screen and (max-width: 890px) {
  #pagetit {
    height: 360px;
  }

  #pagetit:before {
    height: 50%;
  }

  #pagetit .pagetit_tit {
    bottom: 40px;
  }
}

@media screen and (max-width: 530px) {
  #pagetit {
    height: 240px;
  }

  #pagetit:before {
    height: 50%;
  }

  #pagetit .pagetit_tit {
    bottom: 24px;
     font-size: 24px;
  }

  #pagetit .pagetit_tit .en {
     margin-bottom: 0.5rem;
     font-size: 20px;
  }

  #lead {
    padding: 9.6rem 0 9.6rem;
  }

  #lead .lead_tit {
    margin-bottom: 3.2rem;
    font-size: 3.6rem;
    line-height: 1.75;
  }

  #lead .lead_text {
    text-align: center;
  }
}


/******************************
フッター
******************************/
#footer {
  background: url("https://www.marissa-resort.jp/img/common/footer_bg.webp") center center/cover no-repeat;
  overflow: hidden;
}

#footer .container {
  padding: 0;
  min-height: initial;
}

#footer .container:first-child {
  padding: 142px 0 0;
}

#footer .footer_logo {
  margin: 0 0 3rem;
  line-height: 1;
}

#footer .footer_text_address {
  letter-spacing: 0.12em;
  line-height: 2.2;
}

#footer .footer_tel {
  margin: 32px 0 35px;
}

#footer .footer_tel .tel_tel {
  margin-bottom: 5px;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

#footer .footer_tel .tel_tel .tel {
  display: inline-block;
  margin-left: 20px;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: middle;
}

#footer .footer_tel .tel_tel .icon {
  top: -5px;
  margin-right: 8px;
}

#footer .footer_tel .tel_text .small {
  font-size: 1.3rem;
}

#footer .footer_tel .tel_link {
  margin-top: 1.5em;
  margin-bottom: 5em;
}

#footer .footer_tel .tel_link a {
  margin-right: 20px;
  margin-bottom: 5px;
  white-space: nowrap;
  display: inline-block;
}

#footer .footer_banner_outer {
  --swiper-navigation-size: 36px;
  --swiper-navigation-color: #003f76;
}

#footer .footer_banner_slider_container {
  margin: 100px auto;
  width: calc(100% - 80px);
  overflow: hidden;
}

#footer .footer_banner_slider_wrapper {
  display: flex;
  column-gap: 15px;
}

#footer .swiper-initialized .footer_banner_slider_wrapper {
  column-gap: 0;
}

#footer .footer_banner_slide {
  width: calc( ( 100% - 30px ) / 3 );
}

#footer .footer_banner_slide  img {
  height: auto;
}

#footer .footer_banner_outer .swiper-button-next,
#footer .footer_banner_outer .swiper-button-prev {
  display: none;
}

#footer .footer_banner_outer .swiper-button-next[role],
#footer .footer_banner_outer .swiper-button-prev[role] {
  display: block;
}

#footer .footer_link {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
}

#footer .footer_link li {
  margin-top: 24px;
}

#footer .footer_link.footer_link01 li {
  margin-right: 1em;
}

#footer .footer_link li a {
  display: inline-block;
}

#footer .footer_link li .icon {
  width: 50px;
  margin-right: 5px;
  line-height: 1;
  text-align: center;
}

#footer .footer_link li .icon img {
  vertical-align: middle;
}

#footer .footer_bottom {
  /*position: absolute;*/
  /*bottom: 72px;*/
  width: 100%;
  margin: 35px 0 72px 0;
}

#footer .footer_comment {
  margin-bottom: 10px;
  letter-spacing: 0.12em;
}

#footer .footer_copy {
  letter-spacing: 0;
}

#footer .f_btm {
  margin-top: 50px;
}

#footer .f_btm .f_bnr .bnr_col {
  display: flex;
  align-items: center;
  width: 49%;
  margin-bottom: 30px;
  font-size: 14px;
}

#footer .f_btm .f_bnr .bnr_col a {
  display: block;
  width: 270px;
}

#footer .f_btm .f_bnr .bnr_col .txt {
  width: calc(100% - 270px);
  padding-left: 25px;
}

#footer .f_btm img {
  width: 100%;
  height: auto;
}

.no-webp #footer {
  background-image: url("../img/common/footer_bg.jpg");
}

#to_top {
  position: fixed;
  right: 0;
  bottom: -20rem;
  z-index: 110;
  width: 14rem;
  height: 4rem;
  padding: 0 0 0 3.3rem;
  background: -webkit-linear-gradient(left, #f2f6f8 0, #e9f1f4 51.8113%, #d4e2e8 100%);
  background: linear-gradient(to right, #f2f6f8 0, #e9f1f4 51.8113%, #d4e2e8 100%);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 0.1em;
  line-height: 4rem;
  color: #003f76;
  font-size: 1.8rem;
  font-size: 600;
  font-family: "Bodoni Moda", serif;
  transform-origin: top right;
  transition: transform 0.4s, opacity 0.4s;
}

#to_top::after {
  position: absolute;
  top: calc(50% - 0.35rem);
  left: 1.8rem;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: solid 1px #15415e;
  border-width: 1px 1px 0 0;
  transform: rotate(-135deg);
  speak: none;
}

.is-scroll #to_top {
  -webkit-transform: translateY(-16rem) rotate(90deg);
  transform: translateY(-16rem) rotate(90deg);
}

#tripla-app {
  display: none;
}

@media screen and (max-width: 890px) {

  #footer .f_btm .f_bnr {
    width: 100%;
    margin: 0 auto;
    max-width: 352px;
  }

  #footer .f_btm .f_bnr .bnr_col {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.3;
  }

  #footer .f_btm .f_bnr .bnr_col a {
    width: 100%;
  }

  #footer .f_btm .f_bnr .bnr_col .txt {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
    line-height: 1.3;
  }
}


@media screen and (max-width: 530px) {
	footer *{
		line-height: 1rem;
	}
  #footer {
    text-align: left;
    line-height: 1.55;
  }

  #footer .container {
    padding: 0 0 4rem;
    min-height: 0;
  }

  #footer .footer_logo {
    margin: 0 0 5rem;
    text-align: center;
  }

  #footer .footer_logo img {
    width: 43.2rem;
    height: auto;
  }

  #footer .footer_text_address {
    line-height: 2.25;
  }

  #footer .footer_tel {
    margin: 2rem 0 2rem;
  }

  #footer .footer_tel .tel_tel {
    width: 108%;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
  }

  #footer .footer_tel .tel_tel .tel {
    margin-left: 1rem;
    font-size: 1.5rem;
  }

  #footer .footer_tel .tel_tel .icon {
            top: -0.1rem;
        width: 15px;
        height: auto;
        margin-right: 0.3rem;
  }

  #footer .footer_tel .tel_text {
    letter-spacing: 0;
  }

  #footer .footer_tel .tel_text .small {
    font-size: 1.8rem;
  }

  #footer .footer_banner_slider_container {
    margin: 50px auto;
    width: 100%;
  }
  
  #footer .footer_banner_slider_wrapper {
    transform: none !important;
    flex-direction: column;
    row-gap: 15px;
  }

  #footer .footer_banner_slide {
    width: 100%;
  }
  
  #footer .footer_banner_outer .swiper-button-next[role],
  #footer .footer_banner_outer .swiper-button-prev[role] {
    display: none;
  }
  
  #footer .swiper-slide-duplicate {
    display: none;
  }

	#footer .footer_link li a{
		font-size: 0.9rem;
	}
  #footer .footer_link {
    font-size: 2.7rem;
    letter-spacing: 0;
  }

  #footer .footer_link.footer_link01 {
    margin-top: 6rem;
  }

  #footer .footer_link li {
    margin-top: 3.2rem;
	  margin-right: 1rem;
  }

  #footer .footer_link li .icon {
    width:1rem;
    margin-right: 5px;
  }

  #footer .footer_link li .icon img {
    width: 3.2rem;
    height: auto;
  }

  #footer .footer_bottom {
    position: static;
    width: 100%;
    margin-top: 5.2rem;
  }

  #footer .footer_comment {
    margin-bottom: 2rem;
    line-height: 2;
  }

  #footer .footer_copy {
    letter-spacing: 0;
  }

  #to_top {
    right: 0;
    bottom: 0;
    width: 6rem;
    height: 6rem;
    background: -webkit-linear-gradient(top, #f2f6f8 0, #e9f1f4 51.8113%, #d4e2e8 100%);
    background: linear-gradient(to bottom, #f2f6f8 0, #e9f1f4 51.8113%, #d4e2e8 100%);
    -webkit-transform: rotate(0) translateY(7rem);
    transform: rotate(0) translateY(7rem);
    overflow: hidden;
    text-indent: -999rem;
  }

  #to_top::after {
    top: calc(50% - 0.3rem);
    left: calc(50% - 0.8rem);
    width: 1.1rem;
    height: 1.1rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .is-scroll #to_top {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
  }
}

/******************************
コンテンツ
******************************/
/*----------
共通
----------*/
footer #svg_sprite {
  display: none;
}

footer .container {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}

footer .wide_container {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

footer .min_container {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

footer .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .flexbox.mid {
  align-items: center;
}

footer .flexbox.center {
  justify-content: center;
}

footer .flexbox.reverse {
  flex-direction: row-reverse;
}

footer .clear {
  clear: both;
}

footer .clearfix:after {
  content: "";
  clear: both;
  display: block;
}

footer .rel {
  position: relative;
}

footer .flL {
  float: left;
}

footer .flR {
  float: right;
}

footer .taL {
  text-align: left;
}

footer .taC {
  text-align: center;
}

footer .taR {
  text-align: right;
}

footer .mincho {
  font-family: "yu-mincho-pr6n", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

footer .gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer .en {
  font-family: macho, serif;
}

footer .en02 {
  font-family: "park-lane", serif;
}

footer img.icon,
footer span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

footer .sec_tit {
  margin: 0 0 44px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}

footer .sec_tit .en {
  display: block;
  margin-bottom: 12px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

footer .sec_tit.en {
  font-size: 2.4rem;
}

footer .sec_tit.big {
  font-size: 2rem;
}

footer .caption {
  margin: 0 0 40px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}

footer a.btn,
footer .btn_nolink {
  position: relative;
  display: inline-block;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #a9c6d2;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}

footer a.btn:hover,
footer .btn_nolink:hover {
  background: #a9c6d2;
  opacity: 1;
}

footer a.btn .arrow,
footer .btn_nolink .arrow {
  margin-left: 10px;
}

footer a.btn.bg,
footer .btn_nolink.bg {
  background: #a9c6d2;
}

footer a.btn.bg:hover,
footer .btn_nolink.bg:hover {
  background: #fff;
}

footer .btn-bnr{
	display: block;
	width: 320px;
	text-align: center;
  max-width: 100%;
	margin: 10px auto;
}
footer .btn-bnr img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 530px){
	footer .btn-bnr{
    width: 48rem;
    max-width: 100%;
	}
}

footer .arrow {
  position: relative;
  display: inline-block;
  top: -2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #003f76;
  border-right: 1px solid #003f76;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

/* 汎用テーブル */
/* wpテーブルの初期化 */
footer .wp-block-table th,
footer .wp-block-table td {
  padding: 0;
  border: none;
}

footer .table {
  width: 100%;
  table-layout: fixed;
}

footer .table caption {
  margin: 0 0 16px;
  line-height: 1.75;
}

footer .table th,
footer .table td {
  padding: 15px 24px 13px;
  border-bottom: 1px solid #a9c6d2;
  box-sizing: border-box;
  vertical-align: top;
}

footer .table th {
  position: relative;
  width: 25%;
  padding: 13px 0 11px;
  border-bottom-width: 4px;
}

footer .table a:hover {
  opacity: 1;
  text-decoration: underline;
}

footer .table .table_list {
  justify-content: flex-start;
}

footer .table .table_list li:after {
  content: "・";
}

footer .table .table_list li:last-of-type:after {
  content: none;
}

footer article {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* swiper */
footer .swiper .swiper-pagination {
  bottom: 10px;
}

footer .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.9));
  transition: all 0.4s;
  opacity: 1;
}

footer .swiper .swiper-pagination-bullet-active {
  background: #fff;
}

:root {
  --swiper-pagination-bullet-horizontal-gap: 15px;
}

@media screen and (max-width: 530px) {
  footer .wide_container {
    width: calc(100% - 40px);
  }

  footer .container {
    width: calc(100% - 40px);
  }

  footer .sec_tit {
    margin-bottom: 4.4rem;
    font-size: 3rem;
  }

  footer .sec_tit .en {
    margin-bottom: 1.2rem;
    font-size: 3.8rem;
  }

  footer .sec_tit.en {
    font-size: 3.8rem;
  }

  footer .sec_tit.big {
    font-size: 3.4rem;
  }

  footer .caption {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }

  footer a.btn,
  footer .btn_nolink {
    width: 48rem;
    max-width: 100%;
    padding: 2.75rem;
  }

  footer a.btn:hover,
  .btn_nolink:hover {
    background: none;
  }

  footer a.btn .arrow,
  footer .btn_nolink .arrow {
    top: -1px;
    margin-left: 2rem;
  }

  footer a.btn.bg:hover,
  footer .btn_nolink.bg:hover {
    background: #a9c6d2;
  }

  /* 汎用テーブル */
  footer .table caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }

  footer .table th,
  footer .table td {
    padding: 10px 12px;
    line-height: 1.75;
  }

  footer .table:not(.sp_table) tr {
    display: block;
  }

  footer .table:not(.sp_table) th,
  footer .table:not(.sp_table) td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 10px 10px;
    line-height: 1.75;
    letter-spacing: 0;
  }

  footer .table:not(.sp_table) th {
    background: rgba(169, 198, 210, 0.3);
    border-bottom-width: 2px;
  }

  footer .table a {
    word-break: break-all;
  }
}