/* 共通 */
* {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.TB_none,
.News_Ttl_Border,
.Covid_Ttl_Border,
.GeneralConditions_Ttl_Border,
.PrivacyPolicy_Ttl_Border,
.Ttl_Border {
    display: none;
}

.SP_JP_Ttl {
    color: #546e7a81;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: end;
}

.Insta_Ttl {
    color: #546e7a;
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/

body {
    background-color: #ececec;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#Header_Wrap,
#News_Wrap {
    overflow: hidden;
    display: flex;
    /* 子要素をflexboxで揃える */
    /*flex-direction: column;*/
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: space-between;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

/* h1 {
    line-height: 1;
}

h2 {
    letter-spacing: 2 !important;
    font-size: 2.5rem;
    font-weight: bold;
}

h2 small {
    font-size: 0.91666666666667rem;
    position: relative;
}

h3 {
    letter-spacing: 2 !important;
    font-size: 1.5rem;
    font-weight: bold;
}

h3 small {
    font-size: 0.83333333333333rem;
    position: relative;
    padding-left: 20px;
}

h3 p {
    font-size: 1rem;
    font-weight: normal;
    padding: 2%;
} */

/* .Txt_Vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; */
/* すべて縦方向に表示 */
/* } */

/* .Ttl_Wrap {
    position: relative;
}

.Ttl_Border {
    display: none;
} */





h1 {
    font-size: 0px;
}

h2 {
    letter-spacing: 2 !important;
    font-size: 2.5rem;
    font-weight: bold;
}

h2 small {
    font-size: 0.91666666666667rem;
    position: relative;
}

h3 {
    letter-spacing: 2 !important;
    font-size: 2rem;
    font-weight: bold;
}

h3 small {
    font-size: 0.83333333333333rem;
    position: relative;
    padding-left: 20px;
}

h3 p {
    font-size: 0.83333333333333rem;
    font-weight: normal;
    padding: 2%;
}

.Txt_Vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* すべて縦方向に表示 */
}

.Ttl_Wrap {
    position: relative;
}

.Ttl_Border {
    border: solid 1px rgba(84, 110, 122, 0.25);
    width: 500px;
    position: absolute;
    top: 50%;
    left: -45%;
}

/*---↓↓↓ HERO ここから ↓↓↓--------------------------------------------------------------------------*/
#Hero_Wrap {
    width: auto;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    height: 100vh;
    overflow: hidden;
    position: relative;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

.SP_Header_Wrap {
    height: 50px;
    background-color: #0c253bc5;
    position: fixed;
    width: 100vw;
    z-index: 999;
}

#SP_Nav_Wrap {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    z-index: 99;
    justify-content: space-between;
    text-shadow: 0px 0.083333333333333rem 0.625rem rgba(0, 0, 0, 0.50);
    background: linear-gradient(rgba(14, 74, 103, 0.50), rgba(0, 0, 0, 0));
}

#PC_Nav_Wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
    justify-content: space-between;
    text-shadow: 0px 0.083333333333333rem 0.625rem rgba(0, 0, 0, 0.50);
    background: linear-gradient(rgba(14, 74, 103, 0.50), rgba(0, 0, 0, 0));
}

#PC_Nav_Wrap ul {
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

.Nav_Img {
    height: 40px;
    width: auto;
    padding-bottom: 12px;
    text-shadow: 0px 0.083333333333333rem 0.625rem rgba(0, 0, 0, 0.50);
}

.Nav_Txt {
    min-width: 24%;
}

.Logo_Wrap {
    width: 30%;
}

.Logo {
    text-shadow: 0px 0.083333333333333rem 0.625rem rgb(0 0 0 / 50%);
    height: 39px;
    margin: 5px 0 0px 10px;
    object-fit: contain;
}

/*==================================================
横並びのための設定
===================================*/

.Header_Nav {
    display: flex;
    margin: 0 0 52.0833333333333rem 0;
    list-style: none;
}

.Header_Nav li a {
    display: block;
    text-decoration: none;
    color: #fefefe;
    font-size: 0.83333333333333rem;
}

.Header_Nav li {
    margin: 0 10px;
}

/*==================================================U
 5-3-9 テキストが入れ替わる
===================================*/


.Header_Nav li a {
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*はみ出る要素を隠す*/
    overflow: hidden;
    padding: 23px;
}

.Header_Nav li p {
    /*絶対配置でテキストの位置を決める*/
    position: absolute;
    left: 50%;
    top: 0;
    /*アニメーションの指定*/
    transition: all .5s;
    transform: translate(-50%, 0);
    /*X方向に-50% ※中央寄せにするため*/
    /*ブロック要素にして透過なし、テキスト折り返しなし*/
    display: inline-block;
    opacity: 1;
    white-space: nowrap;
}

/*差し替わるテキストの設定*/
.Header_Nav li p:nth-child(2) {
    opacity: 0;
    /*透過0に*/
    transform: translate(-50%, 100%);
    /*X方向に-50% Y方向に100%*/
}

/*hoverするとテキストが入れ替わる設定*/
.Header_Nav li:hover p:nth-child(1) {
    opacity: 0;
    /*透過0に*/
    transform: translate(-50%, -100%);
    /*X方向に-50% Y方向に-100%*/
}

.Header_Nav li:hover p:nth-child(2) {
    opacity: 1;
    /*不透明に*/
    transform: translate(-50%, 0);
    /*X方向に-50% Y方向に0*/
}

/* 
#Hero_Txt_Wrap img {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 44%;
} */


/*====== 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.Scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 11%;
    bottom: 0;
    /*全体の高さ*/
    /* height: 80px; */
    height: 13%;
}

/*Scrollテキストの描写*/
.Scrolldown1 span {
    /*描画位置*/
    position: absolute;
    left: -18px;
    top: -30px;
    /*テキストの形状*/
    color: #eee;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

/* 線の描写 */
.Scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 60px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    50% {
        height: 45px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 70px;
        opacity: 0;
    }
}

/*---↑↑↑ HERO ここまで ↑↑↑--------------------------------------------------------------------------*/

/*---↓↓↓ NEWS ここから ↓↓↓--------------------------------------------------------------------------*/
#News_Wrap {
    background-color: #193A56;
    color: #c0c4c5;
    height: 70vh;
}

.News_Ttl,
.breadcrumbs {
    white-space: nowrap;
    /*折り返させない*/
    overflow: hidden;
    /*1行のみで、はみ出したものは隠す*/
    text-overflow: ellipsis;
    /*文末を・・・にする*/
    max-width: 65vw;
}

.News_Nav {
    display: flex;
    flex-wrap: wrap;
    /*スマホ表示折り返し用なのでPCのみなら不要*/
    margin: 0 0 20px 0;
    list-style: none;
}

.News_Nav li a {
    display: block;
    /*padding:10px 30px;*/
    text-decoration: none;
    color: #c0c4c5;
}

.News_Txt>p:first-child {
    text-align: center !important;
}


/*==================================================
 5-3-3 左から右に線が伸びる（下部）
===================================*/
.News_Nav li a {
    /*線の基点とするためrelativeを指定*/
    position: relative;
    color: #c0c4c5;
}

.News_Nav li.current a,
.News_Nav li a:hover {
    color: #c0c4c5;
}

.News_Nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c0c4c5;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

/*現在地とhoverの設定*/
.News_Nav li.current a::after,
.News_Nav li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
}

/*記事一覧はこちらBtn*/
.Navy_Page_Link_Btn a {
    border-bottom: #c0c4c5 solid 1px;
    text-underline-offset: 8px;
    color: #c0c4c5;
    transition: color .3s;
}

.Navy_Page_Link_Btn a p:hover {
    color: #78c2c4;
}


.News_Under_Img {
    background-image: url("common/img/Navy_Tryangle.png");
}


.Link_Border_News_Parent {
    position: relative;
}

.Link_Border_News {
    display: none;
}

/*---↑↑↑ NEWS ここまで ↑↑↑--------------------------------------------------------------------------*/

/*---↓↓↓ ABOUT ここから ↓↓↓--------------------------------------------------------------------------*/
#About_Wrap {
    color: #546e7a;
    background: #d4d4d5;
}

.Gray_Page_Link_Btn a p {
    /*
    text-decoration:underline double;*/
    text-underline-offset: 8px;
    color: #546e7a;
    transition: color .3s;
    margin-top: 10%;
}

.Gray_Page_Link_Btn a p:hover {
    color: #78c2c4;
}

.Txt_Wrap {
    padding-left: 2rem;
    padding-top: 3rem;
}

.About_Txt {
    text-align: center;
    line-height: 1.75rem;
    letter-spacing: 1px;
    color: #546e7a;
}

.Link_Txt {
    z-index: 60;
    border-bottom: 1px solid #546e7a;
}

.Link_Border_Parent {
    position: relative;
}

.Link_Border {
    display: none;
}

/*---↑↑↑ ABOUT ここまで ↑↑↑--------------------------------------------------------------------------*/

/*---↓↓↓ TRAVEL ここから ↓↓↓--------------------------------------------------------------------------*/
#Travel_Wrap {
    color: #546e7a;
    /* padding-top: 20rem; */
    height: 100%;
    background: #ececec;
}

#Travel_Wrap h2 small {
    font-size: 0.91666666666667rem;
    position: relative;
}

.White_Page_Link_Btn a p {
    text-decoration: underline double;
    text-underline-offset: 8px;
    color: #546e7a;
    padding-bottom: 8rem;
    padding-top: 3rem;
    transition: color .3s;
}

.White_Page_Link_Btn a p:hover {
    color: #78c2c4;
}

/*TRAVEL 左に文字（個人、その他）*/
.Travel_Left_Wrap,
.Travel_Right_Wrap {
    height: 530px;
}

.Travel_Left_Case,
.Travel_Right_Case {
    position: relative;
}

.Travel_Img_Txt_Back_Left {
    width: auto;
    height: 100%;
    z-index: 20;
    position: absolute;
    bottom: -164px;
    left: 0;
}

.Travel_Img_Txt_Back_Right {
    width: auto;
    height: 100%;
    z-index: 20;
    position: absolute;
    bottom: -164px;
    right: 0;
}

.Travel_Img_Left_Wrap {
    width: 100%;
    height: 100%;
    z-index: 10;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.Travel_Img_Right_Wrap {
    width: 100%;
    height: 100%;
    z-index: 10;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.Travel_Img_Left {
    width: 90vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.Travel_Img_Right {
    width: 90vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Travel_Img_Back_Left {
    height: 100%;
    position: absolute;
    bottom: -170px;
    right: 50px;
}

.Travel_Img_Back_Right {
    height: 100%;
    position: absolute;
    /* top: 205px;
    right: 10px; */
    bottom: -170px;
    left: 50px;
}

.Txt_Left_Bg,
.Txt_Right_Bg {
    position: relative;
}


.Txt_Left_Bg img {
    width: 100%;
    height: 450px;
}


.Txt_Right_Bg img {
    width: 100%;
    height: 450px;
}

.Travel_Img_Back_Left img,
.Travel_Img_Back_Right img {
    width: 100%;
}

.Txt_Left {
    position: absolute;
    overflow-wrap: normal;
    top: 17%;
    right: 4%;
    z-index: 32;
    padding: 30px 35px 30px 0;
    height: 75%;
}

.Txt_Right {
    position: absolute;
    overflow-wrap: normal;
    top: 20%;
    right: 4%;
    z-index: 32;
    padding: 35px 35px 20px 0;
    height: 70%;
}

.Travel_Ul {
    list-style: square;
    height: 90%;
    margin-top: 10%;
    margin-right: 5%;
}

.Travel_Ul li {
    text-align: initial;
    line-height: 20px;
    margin: 0 5%;
}

.Txt_Catalog {
    position: absolute;
    overflow-wrap: normal;
    bottom: 3%;
    top: 24%;
    right: 0;
    z-index: 32;
}

.Catalog_Ul li {
    padding: 0 2% 0px;
    list-style: square;
}

.Catalog_Btn {
    color: #546e7a;
    transition: color .3s;
    margin-top: 0%;
}

.Contact_Btn a {
    border-bottom: 1px solid #546e7a;
    color: #546e7a;
    transition: color .3s;
    margin-top: 5%;
}

.Contact_Btn a:hover,
.Catalog_Btn:hover {
    color: #78c2c4;
}

.arrow_drop_down {
    height: 1%;
}

.arrow_drop_down_circle {
    transform: rotate(-90deg);
    vertical-align: -3px;
}

.arrow_right2 {
    vertical-align: -6px;
}

/* @media screen and (max-width:800px;){
    .Travel_Left_Wrap,
.Travel_Right_Wrap {
    height: 530px;
}
}

@media screen and (max-width:800px;){
    .Travel_Left_Wrap,
.Travel_Right_Wrap {
    height: 530px;
}
} */
/*---↑↑↑ TRAVEL ここまで ↑↑↑--------------------------------------------------------------------------*/

/*---↓↓↓ GOURMET ここから ↓↓↓--------------------------------------------------------------------------*/
#Gourmet_Wrap {
    background: #d4d4d5;
    color: #546e7a;
    position: relative;
    /* padding-top: 15rem; */
}


.Gourmet_Case {
    position: relative;
}

.Groumet_Txt_Slider_Wrap {
    position: absolute;
    right: 0%;
    bottom: 0%;
    height: 10vh;
    width: 100%;
}

.Groumet_Item_Slider_Wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 70vh;
}

.Gourmet_Txt_Wrap {
    margin: 0 0 0 198px;
}

.Gourmet_Txt {
    letter-spacing: 3px;
    color: #546e7a;
    text-align: center !important;
}


.SP_Groumet_Txt_Slider_Wrap {
    max-width: 100%;
    height: 100vh;
    z-index: 60;
}



/*---↑↑↑ GOURMET ここまで ↑↑↑--------------------------------------------------------------------------*/


/*---↓↓↓ ACCESS ここから ↓↓↓--------------------------------------------------------------------------*/
#Access_Wrap {
    color: #546e7a;
    background: #ececec;
    /* padding-top: 13rem; */
    height: 100%;
}

.Access_Txt {
    letter-spacing: 2px;
}

.SP_Display {
    display: block !important;
}


/*---↑↑↑ ACCESS ここまで ↑↑↑--------------------------------------------------------------------------*/


/*---↓↓↓ FOOTER ここから ↓↓↓--------------------------------------------------------------------------*/
#Footer_Wrap {
    background-color: #193A56;
    color: #c0c4c5;
    /* padding-top: 5rem; */
    position: relative;
}

.Footer_Case {
    align-items: flex-end;
    z-index: 30;
}

.Footer_Txt {
    letter-spacing: 0px;
    line-height: 20px;
    text-shadow: 0px 2px 25px rgb(0 0 0 / 50%);
    z-index: 90;
}

.SP_Footer_Nav_Txt {
    display: none;
    ;
}

#Copy_Right {
    font-size: 0.41666666666667rem;
    background-color: #0c253b;
}


.Footer_Nav_Txt p {
    color: #c0c4c5;
    transition: color .3s;
    display: inline-block;
}

.Footer_Nav_Txt p:hover {
    color: #78c2c4;
}

.Footer_Logo img {
    width: 85%;
    position: absolute;
    bottom: 6%;
    left: 61px;
    opacity: 0.2;
    z-index: 3;
}

/*---↑↑↑ FOOTER ここまで ↑↑↑--------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---サブページ共通------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
#Subpage_Header {
    background-image: url("../img/Header.png");
    min-height: 330px;
    width: 100%;
    background-color: #ececec;
    position: relative;
    overflow: visible;
    background-size: cover;
    background-position: center center;
    z-index: 2;
}

#Subpage_Title_Wrap {
    position: relative
}

#Subpage_Title_Case {
    font-weight: bold;
    color: #fefefe;
    position: absolute;
    /* top: 30%; */
    top: 21%;
    left: 5%;
}

.Breadcrumb

/*, .Subpage_Title>h1,
.Subpage_Title_JP */
    {
    letter-spacing: 2px;
    width: 430px;
    margin-bottom: 15px;
}

.Breadcrumb a {
    text-decoration: none;
    color: #fefefe;
    transition: color .3s;
}

.Breadcrumb a:hover {
    color: #78c2c4;
}

/* .Subpage_Title {
    margin-top: 10px;
} */

/* .Subpage_Title_JP {
    margin-top: 10px;
} */

/* .Subpage_Title>h1 {
    letter-spacing: 7px;
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    text-align: start;
} */

#Subpage_Footer_Wrap {
    color: #c0c4c5;
    padding-top: 5rem;
    position: relative;
    background-color: #ececec;
}

.Subpage_Footer_Parent {
    background-image: url("../img/SP_Footer.png");
    /* min-height: 900px; */
    min-height: 1008px;
    width: 100%;
    position: relative;
    overflow: visible;
    background-size: cover;
    background-position: center center;
}

.Subpage_Footer_Child {
    position: absolute;
    /*自由に配置する指定*/
    bottom: 0;
    /*下寄せの指定*/
    left: 0;
    margin: 0;
}

#Subpage_Wrap {
    background: #ececec;
    color: #546e7a;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---NewsList.html----------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/* .NewsList_Header_Ttl {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
} */

.News_Category_Nav a {
    text-decoration: none;
    color: #546e7a;
    transition: color .3s;
}

.News_Category_Nav a:hover {
    color: #78c2c4;
}

.News_Card_Ttl {
    white-space: nowrap;
    /*折り返させない*/
    overflow: hidden;
    /*1行のみで、はみ出したものは隠す*/
    text-overflow: ellipsis;
    /*文末を・・・にする*/
}

.News_Card_Wrap {
    background-color: #fefefe;
    height: 448px;
    width: 350px;
    margin: 0 auto;
    justify-content: space-evenly;
    cursor: pointer;
    transition-duration: 0.5s;
}

.News_Card_Wrap:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}

.News_Card_Case {
    padding: 25px;
}

.News_Card_Img {
    height: 300px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.News_Card_Ttl {
    font-weight: bold;
    color: #546e7a;
    font-size: 1rem;
    margin-top: 10%;
}

.News_Card_Box,
.News_Card_Box span {
    color: #546e7a;
    font-size: 1rem;
}

.page-item {
    border: 1px solid #546e7a;
    color: #546e7a;
    transition: all .3s;
}

.page-link:hover {
    background-color: #78c2c4;
    color: #ececec;
}

.page-link {
    background-color: #ececec;
    color: #546e7a;
}

.page-item.active .page-link {
    z-index: 3;
    border: 1px solid #546e7a;
    background-color: #546e7a;
    color: #ececec;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0px;
    z-index: 1;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}









.News_Category_Nav_Wrap {
    display: flex;
    justify-content: end;
}

.News_Category_Nav {
    list-style: none;
}

.News_Category_Nav>a {
    text-decoration: none;
    color: #546e7a;
    transition: color .3s;
}

.News_Category_Nav>a:hover {
    color: #78c2c4;
}

.News_Card_Ttl {
    white-space: nowrap;
    /*折り返させない*/
    overflow: hidden;
    /*1行のみで、はみ出したものは隠す*/
    text-overflow: ellipsis;
    /*文末を・・・にする*/
}

.News_Card_Wrap {
    background-color: #fefefe;
    height: 425px;
    width: 340px;
    margin: 10px;
    justify-content: space-evenly;
    cursor: pointer;
    transition-duration: 0.5s;
}

.News_Card_Wrap:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}

.News_Card_Case {
    padding: 25px;
}

.News_Card_Img {
    height: 300px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.News_Card_Ttl {
    font-weight: bold;
    color: #546e7a;
    font-size: 1rem;
    margin-top: 10%;
}

.News_Card_Box,
.News_Card_Box span {
    color: #546e7a;
    font-size: 1rem;
}

.News_Card_Category {
    font-size: 16px !important;
}



.page-item {
    border: 1px solid #546e7a;
    color: #546e7a;
    transition: all .3s;
}

.page-item.Single_Nav {
    position: relative;
    width: 32%;
}

.page-item.Single_Nav>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ececec;
    color: #546e7a;
    transition: all .3s;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* .page-item>a:hover {
    background-color: #78c2c4;
    color: #ececec;
} */

.page-item.Single_Nav>a:hover {
    background-color: #78c2c4;
    color: #ececec;
}

.pagenation.Single_UL {
    width: 80%;
    max-width: 900px;
}

.page-link:hover {
    background-color: #78c2c4;
    color: #ececec;
}

.page-link a:hover {
    background-color: #78c2c4;
    color: #ececec;
}

.page-link,
.page-link a {
    background-color: #ececec;
    color: #546e7a;
}

.page-item.active .page-link {
    z-index: 3;
    border: 1px solid #546e7a;
    background-color: #546e7a;
    color: #ececec;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0px;
    z-index: 1;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* .NewsList_Header_Ttl {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 49%;
} */








/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---News.html----------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

.News_Ttl_Border {
    border: solid 1px rgba(84, 110, 122, 0.25);
    width: 500px;
    position: absolute;
    top: 25%;
    left: -45%;
}

.News_Ttl_Wrap {
    font-size: 18px;
    font-weight: bold;
}

/* .News_Header_Ttl {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
} */

.News_Bg {
    background-color: #fefefe;
    height: auto;
    width: 100%;
}

.News_Case {
    padding: 5%;
}

.News_Img {
    margin: 0 auto;
    width: 100%;
}

.News_Img>img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.News_Txt {
    overflow-wrap: break-word;
    margin: 0 auto;
    width: 100%;
}

.News_Category {
    margin-right: 10%;
    border-bottom: solid 1px #546e7a;
}

.News_Category,
.News_Category>a {
    font-size: 16px;
}


/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---GeneralConditions.html----------------------------------------------------------------------------------------------------------------*/
/*---PrivacyPolicy.html----------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/* .SP_Subpage_Ttl {
    position: absolute;
    top: 110px;

}

.SP_Subpage_Ttl>h1 {

    position: absolute;
    top: -72px;
} */

/* .Subpage_Title_JP {
    margin-top: 10px;
    position: absolute;
    top: -56px;
} */



/* .GC_Subpage_Title_JP {
    margin-top: 10px;
    position: absolute;
    top: -22px;
}

.GC_SP_Subpage_Ttl>h1 {
    position: absolute;
    top: -56px;
} */

.GeneralConditions_Ttl_Border {
    border: solid 1px rgba(84, 110, 122, 0.25);
    width: 500px;
    position: absolute;
    top: 55%;
    left: -45%;
}

.GeneralConditions_Case {
    background: #fcfcfc;
    padding-right: 5%;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}

.GeneralConditions_Chapter,
.GeneralConditions_Article,
.GeneralConditions_Term {
    padding-left: 5%;
}

.GeneralConditions_OrderType_Wrap {
    width: 100%;
    height: 100%;
}

.GeneralConditions_Chapter>li {
    margin-bottom: 2rem;
    list-style: none;
    font-size: 1.25rem;
    font-weight: bold;
}

.GeneralConditions_Article>li {
    list-style: none;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.GeneralConditions_Term>li {
    margin-top: 0.5rem;
    list-style: decimal;
    font-size: 1rem;
    font-weight: normal !important;
}

.GeneralConditions_Term2>li {
    list-style: none !important;
    font-size: 1rem;
    font-weight: normal !important;
}

.GeneralConditions_CJK>li {
    list-style-type: cjk-decimal;
    font-size: 1rem;
    font-weight: normal !important;
}

.GeneralConditions_CJK_B>li {
    list-style-type: cjk-decimal;
    font-size: 1rem;
    font-weight: bold;
}

.GeneralConditions_Iroha>li {
    list-style-type: katakana-iroha;
    font-size: 1rem;
    font-weight: normal !important;
}

.GeneralConditions_Table,
.GeneralConditions_Tb>tr>td,
.GeneralConditions_Tb>tr>th {
    vertical-align: top;
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    border: 1px solid #595959;
    border-collapse: collapse;
}

.GeneralConditions_Tb>tr>td,
.GeneralConditions_Tb>tr>th {
    padding: 10px 15px;
    width: 30px;
    height: 25px;
}

.GeneralConditions_Tb>tr>th {
    background: rgba(84, 110, 122, 0.3);
    text-align: center;
    color: #193A56;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.GeneralConditions_Iroha_Table>li {
    list-style-type: katakana-iroha;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 !important;
}

.bold {
    font-weight: bold !important;
}

.GeneralConditions_Term_Table>li {
    list-style-type: decimal !important;
    font-size: 1rem;
    font-weight: normal !important;
    margin: 0 !important;
}

.Table_Note>ol {
    counter-reset: count 0;
}

.Table_Note>ol>li {
    /* counter-reset: count 0;*/
    list-style: none;
    font-size: 1rem;
    font-weight: normal !important;
    text-indent: -3.7em;
    padding-left: 1em;
    margin: 10px;
}

.Table_Note>ol>li:before {
    content: "※注"counter(count) "：";
    counter-increment: count 1;
}

.PrivacyPolicy_Ul {
    padding-left: 20px;
}

.PrivacyPolicy_Ul>li {
    list-style: square !important;
}

.PrivacyPolicy_Ttl_Border {
    border: solid 1px rgba(84, 110, 122, 0.25);
    width: 500px;
    position: absolute;
    top: 16%;
    left: -45%;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---Contact.html----------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

.Contact_Subpage_Title_JP {
    margin-top: 10px;
    position: absolute;
    top: 54px;
}

.Contact_Ttl {
    position: absolute;
    z-index: 2;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.Contact_Item_Wrap {
    background: #fcfcfc;
    padding: 2% 10%;
}

.Contact_Now {
    color: #193A56;
    font-size: 2rem !important;
    font-weight: bold;
}

.Item_Ttl {
    font-weight: bold;
    margin-bottom: 1%;
}

.Contact_Item_Wrap>div>span {
    margin-left: 5px;
    color: brown;
    font-size: 0.75rem;
    font-weight: normal;
}

.Not_Color {
    font-weight: normal;
    color: #546e7a !important;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
    color: #546e7a !important;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
    margin-right: 3rem !important;
}

.Agree_Check>span {
    display: none;
}

.form-check-input:checked {
    background-color: #546e7a;
    border-color: #546e7a;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #193A56;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Contact_Underline {
    color: #546e7a;
    border-bottom: #546e7a 1px solid;
    transition: color .3s;
}

.Contact_Underline:hover {
    color: #78c2c4;
}

.btn-outline-secondary {
    text-align: center;
    border-radius: 0%;
    transition: all .3s;
}

.btn-outline-secondary:hover {
    background-color: #78c2c4;
}

.Contact_Ttl_Wrap {
    position: relative;
}

.Contact_Ttl_Wrap span {
    display: inline-block;
    font-size: 2rem;
}

.Contact_Ttl_Border {
    border: solid 1px rgba(84, 110, 122, 0.25);
    width: 500px;
    position: absolute;
    top: 20%;
    left: -45%;
}

.Contact_Btn {
    text-align: center;
    padding: 15px 7px;
}

.Contact_Btn button {
    padding: 20px 80px;
}

.arrow_right {
    vertical-align: -8px;
}

.Contact_Icon {
    vertical-align: -5px;
    ;
}

#Contact_Side_Wrap {
    position: fixed;
    top: 36%;
    right: 0;
    background-color: #546e7a;
    color: #ececec;
    height: 55%;
    width: 13%;
    padding: 7% 5.5% 0 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#Contact_Side_Case1 p,
#Contact_Side_Case1 p span {
    text-orientation: upright;
    font-size: 1rem !important;
}

#Contact_Side_Case2 {
    font-size: 36px !important;
    letter-spacing: 8px;
    font-weight: bold;
}

#Contact_Side_Case2 span {
    font-size: 34px;
    vertical-align: -7px;
}


/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---Company.html------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/* .Company_Header_Ttl {
    position: absolute;
    z-index: 2;
    top: 62%;
    left: 49%;
} */

/* .Company_Subpage_Title_JP {
    margin-top: 10px;
    position: absolute;
    top: 56px;
} */

.Text_Bg_Img {
    position: relative;
}

.Text_Bg_Img img {
    width: 110%;
}

.SP_Greeting_Wrap {
    position: relative;
}

.SP_Txt_Wrap {
    background-color: #fcfcfc;
    padding: 6%;

}

.Name_Img {
    width: 35%;
    position: absolute;
    right: -25px;
    bottom: -25px;
}

.Table_Company {
    position: relative;
}

.Table_Company>tbody>tr>td {
    width: 0% !important;
}

.Table_Company td,
.Table_History td {
    vertical-align: top;
}

.Table_Company td:first-child {
    border-right: 1px solid #ccc;
}

.Philosophy_Txt {
    inline-size: 70%;
}

.Suppliers_Parent {
    position: relative;
}

.Suppliers_Child {
    position: absolute;
    top: 0;
    left: 5px;
}




/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---Covid-19.html----------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
.Covid-19_Case {
    background-color: #fefefe;
    height: auto;
    width: 100%;
    font-size: 0.83333333333333rem;
}

.Covid_Ttl_Border {
    border: solid 1px rgba(84, 110, 122, 0.25);
    width: 500px;
    position: absolute;
    top: 16%;
    left: -45%;
}

/* .Covid-19_Ttl {
    position: absolute;
    z-index: 2;
    top: 61%;
    left: 49%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
} */

.Covid-19_Txt {
    font-size: 1rem;
    font-weight: normal !important;
    margin: 1% 4%;
}

.Covid-19_Txt strong,
.Covid-19_Txt p,
.Covid-19_Txt ul,
.Covid-19_Txt ul li {
    font-size: 1rem;
}


/* .Covid-19_Subpage_Title_JP {
    margin-top: 10px;
    position: absolute;
    top: 56px;
}
 */



.Tryangle {
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 65px 50vw 0 50vw;
    border-color: #193a56 transparent transparent transparent;
}

.Tryangle2 {
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 65px 50vw 0 50vw;
    border-color: #d4d4d5 transparent transparent transparent;
}

.Tryangle3 {
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 65px 50vw 0 50vw;
    border-color: #ececec transparent transparent transparent;
}

img {
    max-width: 100%;
}

/*==================================================
ハンバーガーメニューの設定
　5-2-4 MENUがCLOSEに
===================================*/

/*アクティブになったエリア*/
#SP_g-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #193a56;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    right: -50px;
    top: -50px;
    transition: all .6s;
    /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#SP_g-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#SP_g-nav.panelactive #g-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#SP_g-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

/*背景が出現後にナビゲーションを表示*/
#SP_g-nav.panelactive ul {
    opacity: 1;
    visibility: visible;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#SP_g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}


/*リストのレイアウト設定*/
#SP_g-nav li {
    text-align: center;
    list-style: none;
}

#SP_g-nav li a {
    color: #fefefe;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #c0c4c5;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


@media screen and (max-width:500px) {
    #Hero_Txt_Wrap img {
        position: absolute;
        top: 38%;
        left: 50%;
        width: 44%;
    }
}

@media screen and (min-width:501px) {
    #Hero_Txt_Wrap img {
        position: absolute;
        top: 38%;
        left: 66%;
        width: 27%;
    }
}

@media screen and (min-width:1000px) {
    #Hero_Txt_Wrap img {
        position: absolute;
        top: 38%;
        left: 66%;
        width: 20%;
    }

    .Travel_Img_Left,
    .Travel_Img_Right {
        width: 70vw;
    }

    #SP_SlideTxt {
        max-width: 75%;
    }

    .Footer_Logo>img {
        padding: 15% 7% 0% 25%;
    }
}

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

    .Travel_Left_Wrap,
    .Travel_Right_Wrap {
        height: 650px;
    }

    .Name_Img {
        width: 30%;
        position: absolute;
        right: -10px;
        bottom: -20px;
    }
}

@media screen and (max-height:400px) {
    #Hero_Txt_Wrap img {
        position: absolute;
        top: 33%;
        left: 69%;
        width: 21%;
    }
}

.Btn_Border {
    border: 1px #c0c4c5 solid;
    text-align: center;
}

.Btn_Border_Padding {
    padding: 6px;
}

.Btn_Border>a {
    text-decoration: none;
    color: #c0c4c5;
    font-weight: normal;
    font-size: 0.875rem;
}

.News_Txt {
    /* display: flex; */
    flex-wrap: wrap;
}


.News_Txt>img {
    display: block;
    height: auto;
    width: auto;
    /* max-width: 100%; */
}