@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400&display=swap");

@font-face {
    font-family: "Sheila02";
    src: local("Sheila"), url("/attending/longstay/font/Sheila.woff") format("woff");
}
#PageName {
    display: none;
}
.fontSheila {
    /*	font-family: "Sheila02", serif;*/
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
}

/*-------------------------*/

/*検索モジュール*/
.wrap {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.inner_horizontal {
    padding: 0px 0;
}

.Search_module--horizontal {
    width: 1024px;
    margin: 0 auto;
}

.Search_module--horizontal:not(:last-of-type) {
    margin-bottom: 80px;
}

/*------------------------------*/

.h201P01 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 500;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: -35px;
}

.ancBlock01 {
    background-image: url("/attending/longstay/kaigai/images/pc/texture02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*    padding: 20px 0px 10px;*/
    margin-bottom: 60px;
}
.ancFlex01 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ancFlex01 li {
    position: relative;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ancFlex01 li::after {
    content: "";
    width: 1px;
    height: 78px;
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.ancFlex01 li:first-child::before {
    content: "";
    width: 1px;
    height: 78px;
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.ancFlex01 li a{
    display: block;
    height: 100%;
    padding-top: 15px;

}

/*------------------*/

.contFlex02.kokunai {
    flex-wrap: wrap;
    gap: 30px 20px;
}
.contFlex02.kokunai li {
    width: 240px;
}
.contCyusyaku01 {
    font-size: 13px;
    line-height: 1.6em;
    margin-top: 10px;
}
.kokunai .contH301 .s01 img {
    height: 22px;
    margin-right: 12px;
}
.kokunai .contH301 {
    font-size: 17px;
    line-height: 1.1em;
    font-weight: 500;
    margin-bottom: 13px;
    display: flex;
    text-align: center;
}
.fsSm14 {
    font-size: 14px;
}

/*------------------*/

.kokunaiBlock01 {
    margin: 80px auto 60px;
}
.kokunaiH201Wrap01 {
    position: relative;
    padding-top: 54px;
    text-align: center;
    margin-bottom: 30px;
}
.kokunaiH201Wrap01 .h201 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 500;
}

.kokunaiH201Wrap01::before {
    content: "";
    background-image: url("/attending/longstay/kokunai/images/pc/tit02_deco01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
    width: 50px;
    height: 33px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-59%);
}
.kokunaiH201Wrap01 .h201::before {
    content: "";
    background-image: url("/attending/longstay/kokunai/images/pc/tit02_deco02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px auto;
    width: 22px;
    height: 41px;
    position: absolute;
    bottom: 0px;
    left: -50px;
}
.kokunaiH201Wrap01 .h201::after {
    content: "";
    background-image: url("/attending/longstay/kokunai/images/pc/tit02_deco03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px auto;
    width: 22px;
    height: 41px;
    position: absolute;
    bottom: 0px;
    right: -50px;
}

.kokunaiBox01 {
    text-align: center;
    background-color: #e6dccd;
    padding: 50px 60px;
}
.kokunaiTable01 {
    margin: auto;
}
.kokunaiTable01 td {
    padding: 14px 0px;
    border-bottom: 1px solid #cebf9d;
}
.kokunaiTable01 td p {
    display: inline;
}
.kokunaiTable01 td p::before {
    content: "";
    display: inline-block;
    background-image: url("/attending/longstay/kokunai/images/pc/deco01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    width: 16px;
    height: 18px;
    margin-right: 10px;
}
.kokunaiTable01 td p::after {
    content: "";
    display: inline-block;
    background-image: url("/attending/longstay/kokunai/images/pc/deco01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    width: 16px;
    height: 18px;
    margin-left: 10px;
}

.kokunaiFlex01 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.kokunaiFlex01 .box01 {
    width: 416px;
}
.kokunaiH301 {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4px;
    height: 70px;
    background-color: #987831;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.45em;
    font-weight: 500;
}
.kokunaiBox02 {
    padding: 20px 15px 0px;
}
.kokunaiText01 {
    font-size: 16px;
    line-height: 1.65em;
    font-weight: 500;
    margin-bottom: 8px;
}
.kokunaiText01 .s01 {
    background-image: url("/attending/longstay/kokunai/images/pc/tit_line01.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 12px;
}
.kokunaiText02 {
    font-size: 12px;
    line-height: 1.6em;
}
.kokunaiGraphWrap01 {
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 336px;
    align-items: flex-end;
    text-align: center;
}

/*--------------------*/

.areaAncWrap01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}
.areaAncWrap01 li {
    width: 240px;
}
.areaAncWrap01 li a {
    background-image: url("/attending/longstay/kokunai/images/pc/btn_bg01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    padding: 4px 20px 4px 4px;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
}
.areaAncWrap01 li a:link {
    color: #ffffff;
    text-decoration: none;
}
.areaAncWrap01 li a:visited {
    color: #ffffff;
    text-decoration: none;
}
.areaAncWrap01 li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.areaAncWrap01 li a:active {
    color: #ffffff;
    text-decoration: none;
}

/*------------------------*/

.contH3Wrap01 {
    background-image: url("/attending/longstay/kaigai/images/pc/tit_bg01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    height: 230px;
    text-align: center;
    padding: 50px 0px;
}
.contH3In01 {
    position: relative;
    display: inline-block;
    padding: 10px 60px;
    box-sizing: border-box;
    /*width: 392px;*/
    min-width: 392px;
    margin: auto;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 500;
}
.contH3In01 .h301 {
    position: relative;
    z-index: 1;
}
.contH3P01 {
    color: #145167;
    font-size: 50px;
    line-height: 1em;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.contTourBlock01 {
    margin-top: -50px;
}
.contTourBox01 {
    background-color: #fdfcf8;
    border: 1px solid #987831;
    padding: 40px;
    margin-bottom: 60px;
}

.contTourFlex01 {
    display: flex;
    gap: 0px 42px;
}
.contTourFlex01 .box01 {
    width: 450px;
    flex-shrink: 0;
}

/*------------------*/
.tourSlick01 {
    display: none;
}
.tourSlick01.slick-initialized {
    display: block;
}
.slick-slide {
    width: 450px;
    height: 338px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    gap: 0px 10px;
}
.slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #cecece;
}
.slick-dots li.slick-active button {
    background-color: #987831;
}
.slick-dots > li:first-child:last-child {
    display: none;
}
.contTourH301 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 500;
}
.contTourPrice01 {
    color: #e82525;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: right;
    margin: 15px auto 20px;
}
.contTourTextBox01 {
    border-top: 1px solid #ded9c6;
    padding-top: 20px;
}
.contTourFlex02 {
    display: flex;
    padding: 30px;
    gap: 0px 40px;
    background-color: #dcedf2;
    margin-top: 30px;
}
.contTourFlex02 .box01 {
    width: 284px;
    flex-shrink: 0;
}
.contTourFlex02 .box01 img {
    width: 284px;
    height: 214px;
}
.contTourDl01 dt {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
}
.contTourDl01 dd {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #bddae5;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
}
.contTourFlex03 {
    display: flex;
    gap: 30px 29px;
    margin-top: 40px;
}
.contTourFlex03 li {
    width: 295px;
}
.contTourFlex03 li div img {
    width: 295px;
    height: 222px;
}
.contTourFlex03 li p {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 18px;
}
.contTourBtn01 {
    margin-top: 50px;
}
.contTourBtn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4px 10px;
    width: 100%;
    height: 68px;
    border-radius: 100px;
    background-color: #e23838;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    position: relative;
}
.contTourBtn01 a:link {
    color: #ffffff;
    text-decoration: none;
}
.contTourBtn01 a:visited {
    color: #ffffff;
    text-decoration: none;
}
.contTourBtn01 a:hover {
    color: #ffffff;
    text-decoration: none;
}
.contTourBtn01 a:active {
    color: #ffffff;
    text-decoration: none;
}

.contTourBtn01 a::after {
    content: "";
    background-image: url("/attending/longstay/kokunai/images/pc/btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.contTourBtn02 {
    margin-top: 20px;
}
.contTourBtn02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4px 10px;
    width: 100%;
    height: 68px;
    border-radius: 100px;
    background-color: #987831;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    position: relative;
}
.contTourBtn02 a:link {
    color: #ffffff;
    text-decoration: none;
}
.contTourBtn02 a:visited {
    color: #ffffff;
    text-decoration: none;
}
.contTourBtn02 a:hover {
    color: #ffffff;
    text-decoration: none;
}
.contTourBtn02 a:active {
    color: #ffffff;
    text-decoration: none;
}

.contTourBtn02 a::after {
    content: "";
    background-image: url("/attending/longstay/kokunai/images/pc/btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.tourBtnFlex01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}
.contTourBtn01.tourBtnFlex01 a {
    width: 300px;
}

.areaAncBottomWrap01 {
    margin-bottom: 80px;
}
.areaAncBottomWrap01 .areaAncWrap01 li a {
    background-image: url("/attending/longstay/kokunai/images/pc/btn_bg02.png");
}

/*--------------------*/

.contSearchBlock01 {
    background-color: #e6dccd;
    padding: 60px 0px 80px;
}
.contBlock02 {
    padding: 70px 0px 0px;
}
.contBlockIn01 {
    padding-bottom: 70px;
}
.contBlockIn02 {
    padding-bottom: 70px;
    margin-top: 70px;
    /*border-top: 1px solid #E6DCCD;*/
}
.contFlex04 {
    display: flex;
    justify-content: space-between;
}
.contFlex04 .li01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-image: url("/attending/longstay/kaigai/images/pc/btn_bg03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 492px auto;
    width: 492px;
    height: 90px;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
}
.contFlex04 a:link {
    color: #ffffff;
    text-decoration: none;
}
.contFlex04 a:visited {
    color: #ffffff;
    text-decoration: none;
}
.contFlex04 a:hover {
    color: #ffffff;
    text-decoration: none;
}
.contFlex04 a:active {
    color: #ffffff;
    text-decoration: none;
}

.contFlex04 .li02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-image: url("/attending/longstay/kokunai/images/pc/btn_bg04.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 492px auto;
    width: 492px;
    height: 90px;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
}

.contH201Flex01 .h202 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contH202Wrap01.contH201Flex01 {
    display: block;
    margin-bottom: 20px;
}
.contH201Flex01 .p01 {
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 20px;
}

.contBlogFlex01 {
    display: flex;
    justify-content: space-between;
}
.contBlogFlex01 li {
    box-sizing: border-box;
    width: 495px;
    border: 1px solid #987831;
    padding: 15px;
    background-color: #fdfcf8;
}
.contBlogFlex01 li a {
    display: flex;
    gap: 0px 14px;
}
.contBlogFlex01 li a .box01 {
    width: 180px;
    flex-shrink: 0;
}

.blogFlex01 {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.blogFlex01 .p01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 32px;
    background-color: #c1737c;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    margin-right: 10px;
}
.blogFlex01 .p02 {
    color: #c1737c;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
}
.contBlogFlex01 .p03 {
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: underline;
}
.contFlex04.blogBtnFlex01 {
    justify-content: center;
    margin-top: 40px;
}

.sightSwiper {
    margin: 40px auto 70px;
    width: 950px;
    overflow: hidden;
}

.sightSwiper .swiper-slide {
    width: 221px;
}

.sightSwiper a {
    display: block;
    background-color: #fdfcf8;
    /*width: 221px;*/
}
.sightSwiper .box01 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 4px;
    height: 68px;
}

/*----------------------------*/

.mainslideCont.slide01Kaigai {
    background-image: url("/attending/longstay/kaigai/images/pc/main_BP24-049764D.jpg");
}

.Search_module--horizontal #i-search .Search__detail-btn {
    top: 184px;
}

.Search_module--horizontal .Search__detail-contents {
    margin-top: 90px;
}

iframe {
    height: 338px;
}

/*モーダル*/
.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .modal {
    background: #fff;
    width: 100%;
      max-width: 900px;
    height: 506px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }

  .close-btn {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    z-index: 100;
  }

  .modal iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  .modal-overlay.active {
    display: flex;
  }

/*BOT*/
.Group__dept {
    background-color: #fdfcf8;
    border: 1px solid #987831;
    padding: 30px 40px;
    margin: 60px 0;
}
.Heading__h3__dept {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #987831;
    font-weight: 500;
}
.Dept__items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.Dept__item {
    position: relative;
    transition: color 0.5s;
}
.Dept__item:hover {
	color: #987831;
}
.Dept__link {
    display: block;
}
.Dept__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #987831;
    border-right: 2px solid #987831;
    transform: translateY(-50%) rotate(45deg);
}
