/* CSS Document */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v320/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2) format('woff2');
}
#topbuttonApp {
  position: relative;
  z-index: 1;
}
/*★ ページスタイル設定 ★*/
#hisApp {
  position: relative;
  overflow: hidden;
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/*reset.css*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* YUI reset.css */
div {
  display: block;
  position: relative;
}



:is(.sec2__content, .relation) a:link {
  color: #004098;
  text-decoration: none;
}

:is(.sec2__content, .relation) a:visited {
  color: #004098;
  text-decoration: none;
}

:is(.sec2__content, .relation) a:hover {
  text-decoration: underline;
}


.clearfix::after,
.main-nav>div>ul::after,
.main-nav>div>ul ul::after,
.outline__nav::after,
.sec1__first__items::after,
.sec1__first__items__item::after,
.sec1__items__fig-r1::after,
.sec1__items__fig-r2::after,
.sec1__items__item::after,
.sec2::after,
.sec2__cols::after,
.tour__items::after,
.tour__items__item ul::after,
.grand-circle__items::after,
.feature ul::after {
  clear: both;
  content: "";
  display: block;
}

.pseudo-table,
.visual>div {
  display: table;
  height: 100%;
  width: 100%;
}

.pseudo-table>div,
.visual>div>div {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/* #contents {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif, "メイリオ", "Meiryo";
} */

.infoWindowWrapper {
  line-height: 150%;
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 811px) {
  .infoWindowWrapper {
    line-height: 150%;
    text-align: center;
    max-width: 200px;
  }

  .infoWindowWrapper h4 {
    font-size: 12px;
  }
}

.visual {
  background: url(../images/visual_img_01.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: -webkit-calc(100vh - 157px - 37px);
  height: calc(100vh - 157px - 37px);
  width: 100%;
}

@media screen and (max-width: 959px) {
  .visual {
    height: -webkit-calc(100vh - 66px - 37px);
    height: calc(100vh - 66px - 37px);
  }
}

@media screen and (max-width: 811px) {
  .visual {
    height: -webkit-calc(100vh - 66px - 31px);
    height: calc(100vh - 66px - 31px);
  }
}

.visual img {
  margin-bottom: 80px;
}

@media screen and (max-width: 811px) {
  .visual img {
    margin-bottom: 12.22vw;
    width: 83.75%;
  }
}

.main-nav {
  height: 80px;
  margin-top: -80px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .main-nav {
    background: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    display: none;
    height: -webkit-calc(100vh - 12.22vw);
    height: calc(100vh - 12.22vw);
    left: 0;
    margin-top: 0;
    padding: 0 4.44vw;
    position: fixed;
    top: 12.22vw;
    z-index: 1;
  }

  .main-nav br {
    display: none;
  }
}

.main-nav>div {
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

.main-nav>div::after {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out;
  width: 100%;
}

.main-nav>div::before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  right: -100%;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out;
  width: 100%;
}

@media screen and (max-width: 959px) {

  .main-nav>div::after,
  .main-nav>div::before {
    display: none;
  }
}

.main-nav>div>ul {
  height: 100%;
  width: 100%;
}

.main-nav>div>ul ul {
  display: none;
}

@media screen and (max-width: 959px) {
  .main-nav>div>ul ul {
    display: block;
    margin-bottom: 4vh;
  }

  .main-nav>div>ul ul li {
    border-right: 1px solid #5c5c5c;
    box-sizing: border-box;
    float: left;
    width: 33.33% !important;
  }

  .main-nav>div>ul ul li:last-child {
    border-right: 0;
  }
}

.main-nav>div>ul>li {
  border-right: 1px solid #5c5c5c;
  box-sizing: border-box;
  display: table;
  float: left;
  height: 100%;
  padding-bottom: 16px;
  position: relative;
  width: 137px;
}

@media screen and (max-width: 959px) {
  .main-nav>div>ul>li {
    border-bottom: 1px solid #5c5c5c;
    border-right: 0;
    display: block;
    float: none;
    height: auto;
    padding-bottom: 0;
    width: 100%;
  }

  .main-nav>div>ul>li:last-child {
    border-bottom: 0;
  }

  .main-nav>div>ul>li>a {
    line-height: 11vh;
  }
}

.main-nav>div>ul>li:first-child {
  border-left: 1px solid #5c5c5c;
  width: 138px;
}

@media screen and (max-width: 959px) {
  .main-nav>div>ul>li:first-child {
    border-left: 0;
    width: 100%;
  }
}

.main-nav a {
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  display: table-cell;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .main-nav a {
    background: 0;
    display: block;
    font-size: 12px;
  }
}

.main-nav a::after {
  background: url("../images/main_nav_ico_arrow.png") 50% 50% no-repeat;
  background-size: 11px 11px;
  background-color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid #5c5c5c;
  bottom: -16px;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  transition: all .3s ease-in-out;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .main-nav a::after {
    display: none;
  }
}

.main-nav a:hover {
  background: rgba(61, 51, 50, 0.9);
  text-decoration: none;
}

.main-nav a:hover::after {
  background-color: rgba(61, 51, 50, 0.9);
}

.main-nav.fixed {
  left: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 1;
}

.main-nav.fixed a {
  background: rgba(0, 0, 0, 0.9);
}

.main-nav.fixed a::after {
  background-color: rgba(0, 0, 0, 0.9);
}

.main-nav.fixed a:hover {
  background: rgba(61, 51, 50, 0.9);
}

.main-nav.fixed a:hover::after {
  background-color: rgba(61, 51, 50, 0.9);
}

.main-nav.fixed>div::after {
  background: rgba(0, 0, 0, 0.9);
}

.main-nav.fixed>div::before {
  background: rgba(0, 0, 0, 0.9);
}

.btn-sp-menu {
  display: none;
}

@media screen and (max-width: 959px) {
  .btn-sp-menu {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 3.33vw;
    height: 12.22vw;
    margin-top: -12.22vw;
    padding-top: 2vw;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .btn-sp-menu::after {
    background: url("../images/main_nav_ico_arrow.png") 50% 50% no-repeat;
    background-size: 1.94vw 1.94vw;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: '';
    height: 3.33vw;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .btn-sp-menu.fixed {
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 2;
  }

  .btn-sp-menu.opened::after {
    background-image: url("../images/main_nav_ico_close.png");
  }
}

.hd1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.16;
  padding: 80px 0 40px;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .hd1 {
    font-size: 6.66vw;
    padding: 35px 0 20px;
  }
}

.hd2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.16;
  margin-bottom: 40px;
  padding: 90px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .hd2 {
    font-size: 6.66vw;
    margin-bottom: 4.44vw;
    padding: 35px 0;
  }
}

.hd2::after {
  bottom: -160px;
  content: '';
  height: 160px;
  left: 50%;
  margin-left: 183px;
  position: absolute;
  width: 50%;
}

@media screen and (max-width: 811px) {
  .hd2::after {
    left: 100%;
    margin-left: -4vw;
  }
}

#gMap {
  height: 560px;
  width: 100%;
}

@media screen and (max-width: 811px) {
  #gMap {
    height: 88.88vw;
  }
}

#outline {
  background: url("../images/outline_bg_01.jpg") 50% 100% no-repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
}

@media screen and (max-width: 811px) {
  #outline {
    padding-bottom: 40px;
  }
}

#outline>div {
  margin: 0 auto;
  max-width: 1032px;
  padding: 0 36px;
}

@media screen and (max-width: 811px) {
  #outline>div {
    padding: 0 4.44vw;
  }
}

#outline p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  #outline p {
    font-size: 3.4vw;
    line-height: 1.53;
  }
}


.outline__txt1 {
  margin: 0 auto 30px;
  max-width: 800px;
}

.outline__hd1 {
  font-size: 32px;
  font-weight: bold;
  padding: 80px 0 20px;
}

@media screen and (max-width: 811px) {
  .outline__hd1 {
    font-size: 5.55vw;
    padding: 35px 0 15px;
  }
}

.outline__nav {
  margin-top: 20px;
}

.outline__nav li {
  float: left;
  margin-right: 3.755%;
  width: 30.83%;
}

.outline__nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 811px) {
  .outline__nav li {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}

.outline__nav a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}

@media screen and (max-width: 811px) {
  .outline__nav a {
    font-size: 3.61vw;
    padding: 15px 0;
  }

  .outline__nav a br {
    display: none;
  }
}

.outline__nav a:hover {
  text-decoration: none;
}

.outline__nav a::after {
  background: url("../images/ico_arrow_r.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 15px;
  margin-top: -7px;
  right: 10px;
  position: absolute;
  top: 50%;
  width: 10px;
}

@media screen and (max-width: 811px) {
  .outline__nav a::after {
    height: 3.33vw;
    margin-top: -1.66vw;
    right: 2.5vw;
    width: 2.22vw;
  }
}

#area .hd1 br {
  display: none;
}

@media screen and (max-width: 811px) {
  #area .hd1 br {
    display: inline;
  }
}

.area__fig1 {
  margin: 0 auto 100px;
  max-width: 960px;
}

@media screen and (max-width: 811px) {
  .area__fig1 {
    padding: 0 4.44vw;
    margin-bottom: 40px;
  }
}

.area__fig1 img {
  width: 100%;
}

.area__sec {
  margin: 0 auto 90px;
  max-width: 1366px;
  overflow: hidden;
}

@media screen and (max-width: 811px) {
  .area__sec {
    margin-bottom: 40px;
  }
}

.area__sec>div {
  display: table;
  width: 100%;
}

@media screen and (max-width: 811px) {
  .area__sec>div {
    display: block;
  }
}

.area__sec__img {
  display: table-cell;
  vertical-align: bottom;
  width: 57.39%;
}

@media screen and (max-width: 811px) {
  .area__sec__img {
    display: block;
    width: 100%;
  }
}

.area__sec__img img {
  width: 100%;
}

.area__sec:nth-child(2n+2) .area__sec__img img {
  margin-left: 74.24%;
}

@media screen and (max-width: 811px) {
  .area__sec:nth-child(2n+2) .area__sec__img img {
    margin-left: 0;
  }
}

.area__sec__content {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 40px;
  width: 42.61%;
}

@media screen and (max-width: 811px) {
  .area__sec__content {
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
}

.area__sec__content__in {
  background: #fff;
  box-sizing: border-box;
  margin-left: -34.7%;
  padding: 36px 0 36px 36px;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .area__sec__content__in {
    padding-right: 36px;
    width: 134.7%;
  }
}

@media screen and (max-width: 811px) {
  .area__sec__content__in {
    margin-left: 0;
    padding: 4.44vw !important;
    width: 100%;
  }
}

.area__sec__content__in p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  .area__sec__content__in p {
    font-size: 3.4vw;
    line-height: 1.53;
  }
}

.area__sec:nth-child(2n+2) .area__sec__content__in {
  margin-left: -100%;
  padding: 36px 36px 36px 0;
}

@media screen and (max-width: 1366px) {
  .area__sec:nth-child(2n+2) .area__sec__content__in {
    margin-left: -134.7%;
    padding-left: 36px;
  }
}

@media screen and (max-width: 811px) {
  .area__sec:nth-child(2n+2) .area__sec__content__in {
    margin-left: 0;
  }
}

.area__sec__hd {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 811px) {
  .area__sec__hd {
    font-size: 5.55vw;
  }
}

.area__sec__hd span {
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 811px) {
  .area__sec__hd span {
    font-size: 2.77vw;
  }
}

.area__sec__btn {
  width: 100%;
}

@media screen and (max-width: 811px) {
  .area__sec__btn {
    box-sizing: border-box;
    padding: 0 4.44vw !important;
  }
}

.area__sec__btn a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 296px;
}

@media screen and (max-width: 811px) {
  .area__sec__btn a {
    font-size: 3.61vw;
    width: 100%;
  }
}

.area__sec__btn a:hover {
  text-decoration: none;
}

.area__sec__btn a::after {
  background: url("../images/ico_arrow_b.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 10px;
  margin-top: -4px;
  right: 10px;
  position: absolute;
  top: 50%;
  width: 15px;
}

@media screen and (max-width: 811px) {
  .area__sec__btn a::after {
    height: 2.22vw;
    margin-top: -0.9vw;
    right: 2.5vw;
    width: 3.33vw;
  }
}

.area__sec:nth-child(2n+1) .area__sec__btn {
  margin-left: -34.7%;
  text-align: right;
}

@media screen and (max-width: 1366px) {
  .area__sec:nth-child(2n+1) .area__sec__btn {
    margin-left: -36px;
  }
}

@media screen and (max-width: 811px) {
  .area__sec:nth-child(2n+1) .area__sec__btn {
    margin-left: 0;
  }
}

.area__sec:nth-child(2n+2) .area__sec__btn {
  margin-left: -100%;
}

@media screen and (max-width: 1366px) {
  .area__sec:nth-child(2n+2) .area__sec__btn {
    margin-left: -134.7%;
    padding-left: 36px;
  }
}

@media screen and (max-width: 811px) {
  .area__sec:nth-child(2n+2) .area__sec__btn {
    margin-left: 0;
  }
}

.area__sec:nth-child(1) .area__sec__hd {
  color: #ad0258;
}

.area__sec:nth-child(1) .area__sec__btn a {
  background: #ad0258;
}

.area__sec:nth-child(2) .area__sec__hd {
  color: #0274ad;
}

.area__sec:nth-child(2) .area__sec__btn a {
  background: #0274ad;
}

.area__sec:nth-child(3) .area__sec__hd {
  color: #91ad02;
}

.area__sec:nth-child(3) .area__sec__btn a {
  background: #91ad02;
}

.sec1 {
  overflow: hidden;
}

.sec1__hd {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sec1__hd .txt2 {
  font-size: 18px;
}

@media screen and (max-width: 811px) {
  .sec1__hd .txt2 {
    font-size: 2.77vw;
  }
}

@media screen and (max-width: 811px) {
  .sec1__hd {
    font-size: 5.55vw;
  }
}

.sec1__first {
  margin: 0 auto 90px;
  max-width: 1366px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .sec1__first {
    padding: 0 36px;
  }
}

@media screen and (max-width: 811px) {
  .sec1__first {
    margin-bottom: 40px;
    padding: 0;
  }
}

.sec1__first .sec1__hd {
  padding-left: 14.86%;
  width: 720px;
}

@media screen and (max-width: 1366px) {
  .sec1__first .sec1__hd {
    padding-left: -webkit-calc((100% - 960px) / 2);
    padding-left: calc((100% - 960px) / 2);
  }
}

@media screen and (max-width: 959px) {
  .sec1__first .sec1__hd {
    padding-left: 0;
    width: 55%;
  }
}

@media screen and (max-width: 811px) {
  .sec1__first .sec1__hd {
    box-sizing: border-box;
    padding: 0 4.44vw;
    width: 100%;
  }
}

.sec1__first>figure {
  left: 50%;
  margin-left: 100px;
  position: absolute;
  top: 0;
  width: 42.6%;
}

@media screen and (max-width: 1366px) {
  .sec1__first>figure {
    margin-left: 7.32vw;
  }
}

@media screen and (max-width: 811px) {
  .sec1__first>figure {
    box-sizing: border-box;
    left: 0;
    margin: 0 0 10px;
    padding-left: 4.44vw;
    position: relative;
    width: 100%;
  }
}

.sec1__first>figure img {
  width: 100%;
}

.sec1__first__content {
  padding-left: 14.86%;
  width: 730px;
}

@media screen and (max-width: 1366px) {
  .sec1__first__content {
    padding-left: -webkit-calc((100% - 960px) / 2);
    padding-left: calc((100% - 960px) / 2);
  }
}

@media screen and (max-width: 1024px) {
  .sec1__first__content {
    width: 500px;
  }
}

@media screen and (max-width: 959px) {
  .sec1__first__content {
    padding-left: 0;
    width: 55%;
  }
}

@media screen and (max-width: 811px) {
  .sec1__first__content {
    box-sizing: border-box;
    padding: 0 4.44vw;
    width: 100%;
  }
}

.sec1__first__content p {
  line-height: 1.85;
}

@media screen and (max-width: 811px) {
  .sec1__first__content p {
    font-size: 3.4vw;
    line-height: 1.53;
  }
}

.sec1__first__items {
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 811px) {
  .sec1__first__items {
    padding: 0 4.44vw;
  }
}

.sec1__first__items__item {
  float: left;
  margin-right: 3.755%;
  width: 30.83%;
}

@media screen and (max-width: 811px) {
  .sec1__first__items__item {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}

.sec1__first__items__item:last-child {
  margin-right: 0;
}

.sec1__first__items__item:nth-child(2) {
  padding-top: 40px;
}

.sec1__first__items__item:nth-child(3) {
  padding-top: 80px;
}

@media screen and (max-width: 811px) {

  .sec1__first__items__item:nth-child(2),
  .sec1__first__items__item:nth-child(3) {
    padding-top: 0;
  }
}

.sec1__first__items__item figure img {
  width: 100%;
}

.sec1__first__items__item p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  .sec1__first__items__item p {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}

.sec1__first__items__hd {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 5px 10px;
}

@media screen and (max-width: 811px) {
  .sec1__first__items__hd {
    font-size: 4.16vw;
  }
}

.sec1__items {
  margin: 0 auto;
  max-width: 1366px;
}

.sec1__items__hd1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 811px) {
  .sec1__items__hd1 {
    font-size: 5.55vw;
  }
}

.sec1__items__hd1 .txt2 {
  font-size: 24px;
}

@media screen and (max-width: 811px) {
  .sec1__items__hd1 .txt2 {
    font-size: 3.61vw;
  }
}

.sec1__items__hd1 .txt3 {
  font-size: 18px;
}

@media screen and (max-width: 811px) {
  .sec1__items__hd1 .txt3 {
    font-size: 2.77vw;
  }
}

.sec1__items__hd2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 5px 10px;
}

@media screen and (max-width: 811px) {
  .sec1__items__hd2 {
    font-size: 4.16vw;
  }
}

.sec1__items__content p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  .sec1__items__content p {
    font-size: 3.4vw;
    line-height: 1.53;
  }
}

.sec1__items__fig-r1 figure {
  float: right;
  width: 53.94%;
}

@media screen and (max-width: 811px) {
  .sec1__items__fig-r1 figure {
    width: 35.55%;
  }
}

.sec1__items__fig-r1 figure img {
  width: 100%;
}

.sec1__items__fig-r1__content {
  float: left;
  width: 39.08%;
}

@media screen and (max-width: 811px) {
  .sec1__items__fig-r1__content {
    width: 60%;
  }
}

.sec1__items__fig-r2 figure {
  float: right;
  width: 23.58%;
}

@media screen and (max-width: 811px) {
  .sec1__items__fig-r2 figure {
    width: 36.58%;
  }
}

.sec1__items__fig-r2 figure img {
  width: 100%;
}

.sec1__items__fig-r2__content {
  float: left;
  width: 69.54%;
}

@media screen and (max-width: 811px) {
  .sec1__items__fig-r2__content {
    width: 60.97%;
  }
}

.sec1__items__item {
  margin-bottom: 80px;
}

@media screen and (max-width: 811px) {
  .sec1__items__item {
    margin-bottom: 60px;
  }
}

.sec1__items__item>figure {
  width: 582px;
  position: relative;
}

@media screen and (max-width: 1210px) {
  .sec1__items__item>figure {
    width: 48.5%;
  }
}

@media screen and (max-width: 811px) {
  .sec1__items__item>figure {
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
  }

  .sec1__items__item>figure::before {
    background: #000;
    content: '';
    height: 100%;
    position: absolute;
    top: -4.44vw;
    width: 100%;
  }
}

.sec1__items__item>figure img {
  width: 100%;
  position: relative;
}

.sec1__items__item .sec1__items__content {
  width: 545px;
}

@media screen and (max-width: 1210px) {
  .sec1__items__item .sec1__items__content {
    width: 45.41%;
  }
}

@media screen and (max-width: 811px) {
  .sec1__items__item .sec1__items__content {
    box-sizing: border-box;
    padding: 0 4.44vw;
    width: 100%;
  }
}

.sec1__items__btn {
  margin-top: 20px;
  max-width: 296px;
  width: 100%;
}

@media screen and (max-width: 811px) {
  .sec1__items__btn {
    max-width: 100%;
  }
}

.sec1__items__btn a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}

@media screen and (max-width: 811px) {
  .sec1__items__btn a {
    font-size: 3.61vw;
    padding: 15px 0;
  }

  .sec1__items__btn a:nth-child(2) br {
    display: none;
  }
}

.sec1__items__btn a:hover {
  text-decoration: none;
}

.sec1__items__btn a::after {
  background: url("../images/ico_arrow_r.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 15px;
  margin-top: -7px;
  right: 10px;
  position: absolute;
  top: 50%;
  width: 10px;
}

@media screen and (max-width: 811px) {
  .sec1__items__btn a::after {
    height: 3.33vw;
    margin-top: -1.66vw;
    right: 2.5vw;
    width: 2.22vw;
  }
}

.sec1__last {
  margin: 0 auto 80px;
  padding: 0 36px;
  max-width: 960px;
}

@media screen and (max-width: 811px) {
  .sec1__last {
    margin-bottom: 40px;
    padding: 0 4.44vw;
  }

  .sec1__last .sec1__items__hd1 {
    border-top: 1px solid #dddddd;
    padding-top: 35px;
  }
}

.sec1__last p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  .sec1__last p {
    font-size: 3.4vw;
    line-height: 1.53;
  }
}

.sec1--1 .hd2 {
  background: #ad0258;
}

.sec1--1 .hd2::after {
  background: #ad0258;
}

.sec1--1 .sec1__first__content {
  margin-bottom: 150px;
}

@media screen and (max-width: 811px) {
  .sec1--1 .sec1__first__content {
    margin-bottom: 20px;
  }
}

.sec1--1 .sec1__hd .txt1 {
  color: #ad0258;
}

.sec1--1 .sec1__first__items__hd {
  background: #ad0258;
}

@media screen and (max-width: 811px) {
  .sec1--1 .sec1__first__items__content {
    width: 60%;
  }

  .sec1--1 .sec1__first__items figure {
    width: 35.55%;
  }

  .sec1--1 .sec1__first__items__item:nth-child(1) .sec1__first__items__content {
    float: left;
  }

  .sec1--1 .sec1__first__items__item:nth-child(1) figure {
    float: right;
  }

  .sec1--1 .sec1__first__items__item:nth-child(2) .sec1__first__items__content {
    float: right;
  }

  .sec1--1 .sec1__first__items__item:nth-child(2) figure {
    float: left;
  }

  .sec1--1 .sec1__first__items__item:nth-child(3) .sec1__first__items__content {
    float: left;
  }

  .sec1--1 .sec1__first__items__item:nth-child(3) figure {
    float: right;
  }
}

.sec1--1 .sec1__items__hd1 .txt1 {
  color: #ad0258;
}

.sec1--1 .sec1__items__hd2 {
  background: #ad0258;
}

.sec1--1 .sec1__items__item:nth-child(2n+1)>figure {
  float: left;
  margin-right: 36px;
}

@media screen and (max-width: 1210px) {
  .sec1--1 .sec1__items__item:nth-child(2n+1)>figure {
    margin-right: 3%;
  }
}

@media screen and (max-width: 811px) {
  .sec1--1 .sec1__items__item:nth-child(2n+1)>figure {
    float: none;
    margin-right: 0;
  }
}

.sec1--1 .sec1__items__item:nth-child(2n+1) .sec1__items__content {
  float: left;
}

@media screen and (max-width: 811px) {
  .sec1--1 .sec1__items__item:nth-child(2n+1) .sec1__items__content {
    float: none;
  }
}

.sec1--1 .sec1__items__item:nth-child(2n+2)>figure {
  float: right;
  margin-left: 36px;
}

@media screen and (max-width: 1210px) {
  .sec1--1 .sec1__items__item:nth-child(2n+2)>figure {
    margin-left: 3%;
  }
}

@media screen and (max-width: 811px) {
  .sec1--1 .sec1__items__item:nth-child(2n+2)>figure {
    float: none;
    margin-left: 0;
  }
}

.sec1--1 .sec1__items__item:nth-child(2n+2) .sec1__items__content {
  float: right;
}

@media screen and (max-width: 811px) {
  .sec1--1 .sec1__items__item:nth-child(2n+2) .sec1__items__content {
    float: none;
  }
}

@media screen and (max-width: 811px) {
  .sec1--1 .sec1__items__item>figure::before {
    background: #ad0258;
  }

  .sec1--1 .sec1__items__item:nth-child(2n+1)>figure {
    padding-right: 4.44vw;
  }

  .sec1--1 .sec1__items__item:nth-child(2n+1)>figure::before {
    right: -4.44vw;
  }

  .sec1--1 .sec1__items__item:nth-child(2n+2)>figure {
    padding-left: 4.44vw;
  }

  .sec1--1 .sec1__items__item:nth-child(2n+2)>figure::before {
    left: -4.44vw;
  }
}

.sec1--2 .hd2 {
  background: #0274ad;
}

.sec1--2 .hd2::after {
  background: #0274ad;
}

.sec1--2 .sec1__first__content {
  margin-bottom: 70px;
}

@media screen and (max-width: 811px) {
  .sec1--2 .sec1__first__content {
    margin-bottom: 30px;
  }
}

.sec1--2 .sec1__hd .txt1 {
  color: #0274ad;
}

.sec1--2 .sec1__first__items__hd {
  background: #0274ad;
}

.sec1--3 .hd2 {
  background: #91ad02;
}

.sec1--3 .hd2::after {
  background: #91ad02;
}

.sec1--3 .sec1__items__hd1 .txt1 {
  color: #91ad02;
}

.sec1--3 .sec1__items__hd2 {
  background: #91ad02;
}

.sec1--3 .sec1__items__item:nth-child(2n+1)>figure {
  float: right;
  margin-left: 36px;
}

@media screen and (max-width: 1210px) {
  .sec1--3 .sec1__items__item:nth-child(2n+1)>figure {
    margin-left: 3%;
  }
}

@media screen and (max-width: 811px) {
  .sec1--3 .sec1__items__item:nth-child(2n+1)>figure {
    float: none;
    margin-left: 0;
  }
}

.sec1--3 .sec1__items__item:nth-child(2n+1) .sec1__items__content {
  float: right;
}

@media screen and (max-width: 811px) {
  .sec1--3 .sec1__items__item:nth-child(2n+1) .sec1__items__content {
    float: none;
  }
}

.sec1--3 .sec1__items__item:nth-child(2n+2)>figure {
  float: left;
  margin-right: 36px;
}

@media screen and (max-width: 1210px) {
  .sec1--3 .sec1__items__item:nth-child(2n+2)>figure {
    margin-right: 3%;
  }
}

@media screen and (max-width: 811px) {
  .sec1--3 .sec1__items__item:nth-child(2n+2)>figure {
    float: none;
    margin-right: 0;
  }
}

.sec1--3 .sec1__items__item:nth-child(2n+2) .sec1__items__content {
  float: left;
}

@media screen and (max-width: 811px) {
  .sec1--3 .sec1__items__item:nth-child(2n+2) .sec1__items__content {
    float: none;
  }
}

@media screen and (max-width: 811px) {
  .sec1--3 .sec1__items__item>figure::before {
    background: #91ad02;
  }

  .sec1--3 .sec1__items__item:nth-child(2n+1)>figure {
    padding-left: 4.44vw;
  }

  .sec1--3 .sec1__items__item:nth-child(2n+1)>figure::before {
    left: -4.44vw;
  }

  .sec1--3 .sec1__items__item:nth-child(2n+2)>figure {
    padding-right: 4.44vw;
  }

  .sec1--3 .sec1__items__item:nth-child(2n+2)>figure::before {
    right: -4.44vw;
  }

  .sec1--3 .sec1__items__item:first-child>figure::before {
    display: none;
  }
}

.sec1--4 .hd2 {
  background: #7a6664;
}

.sec1--4 .hd2::after {
  background: #7a6664;
}

.sec1--4 .sec1__items__hd1 .txt1 {
  color: #7a6664;
}

.sec1--4 .sec1__items__hd2 {
  background: #7a6664;
}

.sec1--4 .sec1__items__item:nth-child(2n+1)>figure {
  float: right;
  margin-left: 36px;
}

@media screen and (max-width: 1210px) {
  .sec1--4 .sec1__items__item:nth-child(2n+1)>figure {
    margin-left: 3%;
  }
}

@media screen and (max-width: 811px) {
  .sec1--4 .sec1__items__item:nth-child(2n+1)>figure {
    float: none;
    margin-left: 0;
  }
}

.sec1--4 .sec1__items__item:nth-child(2n+1) .sec1__items__content {
  float: right;
}

@media screen and (max-width: 811px) {
  .sec1--4 .sec1__items__item:nth-child(2n+1) .sec1__items__content {
    float: none;
  }
}

.sec1--4 .sec1__items__item:nth-child(2n+2)>figure {
  float: left;
  margin-right: 36px;
}

@media screen and (max-width: 1210px) {
  .sec1--4 .sec1__items__item:nth-child(2n+2)>figure {
    margin-right: 3%;
  }
}

@media screen and (max-width: 811px) {
  .sec1--4 .sec1__items__item:nth-child(2n+2)>figure {
    float: none;
    margin-right: 0;
  }
}

.sec1--4 .sec1__items__item:nth-child(2n+2) .sec1__items__content {
  float: left;
}

@media screen and (max-width: 811px) {
  .sec1--4 .sec1__items__item:nth-child(2n+2) .sec1__items__content {
    float: none;
  }
}

@media screen and (max-width: 811px) {
  .sec1--4 .sec1__items__item>figure::before {
    background: #7a6664;
  }

  .sec1--4 .sec1__items__item:nth-child(2n+1)>figure {
    padding-left: 4.44vw;
  }

  .sec1--4 .sec1__items__item:nth-child(2n+1)>figure::before {
    left: -4.44vw;
  }

  .sec1--4 .sec1__items__item:nth-child(2n+2)>figure {
    padding-right: 4.44vw;
  }

  .sec1--4 .sec1__items__item:nth-child(2n+2)>figure::before {
    right: -4.44vw;
  }

  .sec1--4 .sec1__items__item:first-child>figure::before {
    display: none;
  }
}

.sec2 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1032px;
  padding: 0 36px;
  width: 100%;
}

@media screen and (max-width: 811px) {
  .sec2 {
    padding: 0 4.44vw;
  }
}

.sec2__item {
  margin-bottom: 40px;
}

.sec2:has(.sec2__item:nth-child(2)) .sec2__item {
  float: left;
  margin: 0 3.75% 40px 0;
  width: 48.125%;
}

@media screen and (max-width: 811px) {
  #branch .sec2 .sec2__item {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.sec2__item:nth-child(2n+1) {
  clear: both;
}

.sec2 .sec2__item:nth-child(2n+2) {
  margin-right: 0 !important;
}

.sec2__cols figure {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: block;
  float: right;
  padding: 5px;
  width: 32.46%;
}

@media screen and (max-width: 811px) {
  .sec2__cols figure {
    width: 36.58%;
  }
}

.sec2__cols figure img {
  display: block;
  width: 100%;
}

.sec2__hd {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 811px) {
  .sec2__hd {
    font-size: 4.16vw;
  }
}

.sec2__hd span {
  font-size: 18px;
}

@media screen and (max-width: 811px) {
  .sec2__hd span {
    font-size: 3.8vw;
  }
}

/*.sec2__content {
  float: left;
  width: 64.06%; }
@media screen and (max-width: 811px) {
  .sec2__content {
    width: 60.97%;
  }
}*/

.sec2__content p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  .sec2__content p {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}

.sec2__content a {
  background: url("../images/ico_link.png") 100% 50% no-repeat;
  padding-right: 22px;
}

.sec2__address {
  margin-top: 20px;
}

.sec2__address dt {
  background: #eeeeee;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 6px 10px;
}

@media screen and (max-width: 811px) {
  .sec2__address dt {
    font-size: 15px;
  }
}

.sec2__address dd {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  .sec2__address dd {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}

#season {
  background: url(../images/season_bg_01.png) 0% 0% repeat;
}

.season__txt1 {
  line-height: 1.875;
  margin: 0 auto 40px;
  max-width: 794px;
  padding: 0 36px;
}

@media screen and (max-width: 811px) {
  .season__txt1 {
    font-size: 3.4vw;
    line-height: 1.53;
    margin-bottom: 20px;
    padding: 0 4.44vw;
  }
}

.season__fig1 {
  margin: 0 auto 80px;
  max-width: 960px;
  padding: 0 36px;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .season__fig1 {
    margin-bottom: 40px;
    padding: 0 4.44vw;
  }
}

.season__fig1 figcaption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .season__fig1 figcaption {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.season__fig1 img {
  max-width: 100%;
}

#directions {
  background: url("../images/directions_bg_01.png") 0% 100% repeat-x;
  padding-bottom: 80px;
}

@media screen and (max-width: 811px) {
  #directions {
    padding-bottom: 40px;
  }
}

.tour {
  background: #fff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  padding: 60px 80px;
}

@media screen and (max-width: 811px) {
  .tour {
    margin: 0 4vw;
    padding: 30px 25px;
  }
}

.tour p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  .tour p {
    font-size: 3.4vw;
    line-height: 1.53;
  }
}

.tour__hd {
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}

.tour__hd br {
  display: none;
}

@media screen and (max-width: 811px) {
  .tour__hd {
    font-size: 4.44vw;
    margin-bottom: 20px;
  }

  .tour__hd br {
    display: inline;
  }
}

.tour__btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .tour__btn {
    margin-top: 20px;
  }
}

.tour__btn a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  max-width: 296px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  line-height: 1.2;
}

@media screen and (max-width: 811px) {
  .tour__btn a {
    font-size: 3.61vw;
    max-width: 100%;
    padding: 15px 0;
  }

  .tour__btn a br {
    display: none;
  }
}

.tour__btn a:hover {
  text-decoration: none;
}

.tour__btn a::after {
  background: url("../images/ico_arrow_r.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 15px;
  margin-top: -7px;
  right: 10px;
  position: absolute;
  top: 50%;
  width: 10px;
}

@media screen and (max-width: 811px) {
  .tour__btn a::after {
    height: 3.33vw;
    margin-top: -1.66vw;
    right: 2.5vw;
    width: 2.22vw;
  }
}

.tour__items {
  margin-top: 80px;
}

@media screen and (max-width: 811px) {
  .tour__items {
    margin-top: 0;
  }
}

.tour__items__item {
  float: left;
  margin-right: 2.96%;
  width: 31.36%;
}

@media screen and (max-width: 811px) {
  .tour__items__item {
    border-top: 1px solid #dddddd;
    float: none;
    margin-right: 0;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
  }
}

.tour__items__item:last-child {
  margin-right: 0;
}

.tour__items__item figure {
  margin-bottom: 16px;
}

.tour__items__item figure img {
  display: block;
  width: 100%;
}

.tour__items__item .tour__btn {
  margin-bottom: 8px;
  margin-top: 0;
}

@media screen and (max-width: 811px) {
  .tour__items__item .tour__btn {
    float: left;
    margin-bottom: 0;
    margin-right: 7.2%;
    width: 46.4%;
  }

  .tour__items__item .tour__btn:last-child {
    margin-right: 0;
  }
}

.tour__items__item .tour__btn a {
  padding-bottom: 12px;
  padding-top: 12px;
}

.tour__items__hd {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 811px) {
  .tour__items__hd {
    font-size: 3.88vw;
  }

  .tour__items__hd br {
    display: none;
  }
}

.tour__items__hd span {
  color: #7a6664;
  font-size: 24px;
}

@media screen and (max-width: 811px) {
  .tour__items__hd span {
    font-size: 4.44vw;
  }
}

#grand-circle {
  padding: 0 36px 80px;
}

@media screen and (max-width: 811px) {
  #grand-circle {
    padding: 0 4.44vw 40px;
  }
}

#grand-circle p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  #grand-circle p {
    font-size: 3.4vw;
    line-height: 1.53;
  }
}

.grand-circle__txt1 {
  margin: 0 auto 80px;
  max-width: 800px;
}

@media screen and (max-width: 811px) {
  .grand-circle__txt1 {
    margin-bottom: 40px;
  }
}

.grand-circle__items {
  margin: 0 auto;
  max-width: 960px;
}

.grand-circle__items__item {
  float: left;
  margin: 0 3.75% 40px 0;
  width: 48.125%;
}

@media screen and (max-width: 811px) {
  .grand-circle__items__item {
    float: none;
    margin: 0 0 40px;
    width: 100%;
  }
}

.grand-circle__items__item:nth-child(2n+1) {
  clear: both;
}

.grand-circle__items__item:nth-child(2n+2) {
  margin-right: 0;
}

.grand-circle__items__item figure {
  margin-bottom: 15px;
}

.grand-circle__items__item figure img {
  display: block;
  width: 100%;
}

.grand-circle__items__hd {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 811px) {
  .grand-circle__items__hd {
    font-size: 5.55vw;
    padding-left: 4.16vw;
  }
}

.grand-circle__items__hd::before {
  background: #7a6664;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

@media screen and (max-width: 811px) {
  .grand-circle__items__hd::before {
    height: 2.91vw;
    width: 1.66vw;
  }
}

.grand-circle__items__hd::after {
  background: #dddddd;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 16px;
  width: 8px;
}

@media screen and (max-width: 811px) {
  .grand-circle__items__hd::after {
    height: 2.91vw;
    top: 2.91vw;
    width: 1.66vw;
  }
}

.grand-circle__btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .grand-circle__btn {
    margin-top: 20px;
    max-width: 100%;
  }
}

.grand-circle__btn a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  max-width: 296px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  line-height: 1.2;
}

@media screen and (max-width: 811px) {
  .grand-circle__btn a {
    font-size: 3.61vw;
    max-width: 100%;
  }
}

.grand-circle__btn a:hover {
  text-decoration: none;
}

.grand-circle__btn a::after {
  background: url("../images/ico_arrow_r.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 15px;
  margin-top: -7px;
  right: 10px;
  position: absolute;
  top: 50%;
  width: 10px;
}

@media screen and (max-width: 811px) {
  .grand-circle__btn a::after {
    height: 3.33vw;
    margin-top: -1.66vw;
    right: 2.5vw;
    width: 2.22vw;
  }
}

#branch {
  background: url(../images/season_bg_01.png) 0% 0% repeat;
  padding-bottom: 40px;
}

@media screen and (max-width: 811px) {
  #branch {
    padding-bottom: 0;
  }

  #branch .sec2__item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 811px) {
  #branch {
    padding: 0 4.44vw 40px;
  }
}

#branch p {
  line-height: 1.875;
}

@media screen and (max-width: 811px) {
  #branch p {
    font-size: 3.4vw;
    line-height: 1.53;
  }
}

.feature {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 36px;
}

@media screen and (max-width: 811px) {
  .feature {
    padding: 0 4.44vw;
  }
}

.feature li {
  float: left;
  margin-right: 3.605%;
  width: 30.93%;
}

@media screen and (max-width: 811px) {
  .feature li {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

.feature li:last-child {
  margin-right: 0;
}

.feature img {
  display: block;
  width: 100%;
}

.relation {
  margin: 0 auto 100px;
  max-width: 794px;
  padding: 0 36px;
}

@media screen and (max-width: 811px) {
  .relation {
    padding: 0 4.44vw;
  }
}

.relation ul {
  border-top: 1px solid #dddddd;
}

.relation li {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
  line-height: 1.2;
}

.relation li a {
  font-size: 18px;
}

@media screen and (max-width: 811px) {
  .relation li a {
    font-size: 3.5vw;
  }
}

/*----------------------------
‚æ‚­‚ ‚éŽ¿–â
------------------------------*/

.faq__txt1 {
  margin: 0 auto 70px;
  max-width: 800px;
}

@media screen and (max-width: 811px) {
  .faq__txt1 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 812px) {
  #faq {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }

  ul.qa_list>li {
    margin-bottom: 30px;
    background: #fff;
    padding: 15px 20px 20px;
  }

  ul.qa_list>li dl.qa_list_item dt {
    padding: 5px;
    position: relative;
    box-sizing: border-box;
  }

  ul.qa_list>li dl.qa_list_item dt span {
    color: #000;
    font-size: 24px;
    font-weight: bold;
  }

  ul.qa_list>li dl.qa_list_item dt span:before {
    content: "Q.";
    margin-right: 10px;
  }

  ul.qa_list>li dl.qa_list_item dd {
    padding: 10px 5px 5px 15px;
  }

  ul.qa_list>li dl.qa_list_item dd span:before {
    content: "A.";
    margin-right: 10px;
  }
}

@media screen and (max-width: 811px) {
  .qa_box {
    margin-top: 30px;
    padding: 0.5em
  }

  ul.qa_list>li {
    margin-bottom: 10px;
    background: #fff;
  }

  ul.qa_list>li dl.qa_list_item dt {
    padding: 8px 4vw 10px 10px;
    margin-bottom: 15px;
    background: #000;
    position: relative;
  }

  ul.qa_list>li dl.qa_list_item dt span {
    width: 100%;
    display: block;
    font-size: 3.61vw;
    font-weight: bold;
    color: #fff;
    background: url("../images/ico_arrow_b.png") no-repeat right center;
    background-size: 3vw auto;
    padding-right: 3vw;
  }

  ul.qa_list>li dl.qa_list_item dt span:before {
    content: "Q.";
    margin-right: 0.3em
  }

  ul.qa_list>li dl.qa_list_item dt.active span {
    background: url("../images/ico_arrow_t.png") no-repeat right center;
    background-size: 3vw auto;
  }

  ul.qa_list>li dl.qa_list_item dt.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
  }

  ul.qa_list>li dl.qa_list_item dd {
    padding: 0 1em 0.7em;
    display: none
  }

  ul.qa_list>li dl.qa_list_item dd span {
    display: block;
    position: relative;
    font-size: 3.4vw;
    line-height: 1.53;
  }

  ul.qa_list>li dl.qa_list_item dd span:before {
    content: "A.";
    margin-right: 5px;
  }
}

/*----------------------------
PageTop
------------------------------*/

@media screen and (max-width: 811px) {
  .pagetop_pc {
    display: none !important;
  }
}

@media screen and (min-width: 812px) {
  .goTop {
    display: none !important;
  }

  #pageTop {
    position: fixed;
    bottom: 77px;
    right: 50px;
    font-size: 20px;
    z-index: 9999;
    display: none;
  }

  #pageTop a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 35px;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 1.5;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

/*----------------------------
SNS
------------------------------*/
.detail-sns {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 80px;
  -webkit-justify-content: center;
  justify-content: center;
}

.detail-sns li {
  margin: 0 15px;
}

@media screen and (min-width: 812px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 811px) {
  .detail-sns {
    margin: 0 0 30px;
  }

  .detail-sns li {
    margin: 0 10px;
  }

  .detail-sns li img {
    width: 40px;
  }
}


/*----------------------------
パンくず
------------------------------*/
.breadcrumb__inner {
  padding: 5px 24px;
  overflow-x: scroll;
  white-space: nowrap;
}

.breadcrumb__item {
  position: relative;
  color: #888;
  display: inline-block;
  margin-right: 12px;
}

.breadcrumb__item:last-child {
  margin-right: 0;
}

.breadcrumb__item,
.breadcrumb__item a {
  font-size: 11px !important;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.breadcrumb__item+.breadcrumb__item::before {
  content: '';
  display: inline-block;
  background: #888;
  margin: 0 8px;
  position: absolute;
  top: 1px;
  left: -17px;
  width: 1px;
  height: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumb__item a {
  color: #333;
  text-decoration: none;
}

.breadcrumb__item a:focus,
.breadcrumb__item a:hover {
  text-decoration: underline;
}

.breadcrumb__icon+span {
  margin-left: 17px;
}

.breadcrumb__itemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.breadcrumb__icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb__item:nth-child(1) .breadcrumb__icon {
  top: calc(50% - 1px);
}

@media screen and (min-width: 812px) {
  .breadcrumb {
    width: 1024px;
    margin: 0 auto;
  }

  .breadcrumb__inner {
    overflow-x: auto;
    white-space: normal;
    padding: 7px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumb__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }

  .breadcrumb__item+.breadcrumb__item::before {
    content: '';
    display: inline-block;
    background: #888;
    margin: 0 8px;
    position: relative;
    top: 1px;
    left: 0;
    width: 1px;
    height: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

/*PC_SP出し分け*/
@media screen and (min-width: 812px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 811px) {
  .pc_only {
    display: none !important;
  }
}

/*★ ＝＝ hover ＝＝ ★*/
@media (hover : hover) and (pointer : fine) {
  .base-textlink__link {
    &:hover {
      .base-textlink__text {
        text-decoration: underline;
        text-underline-offset: .2em;
      }
    }
  }
}