@charset "UTF-8";

/* ▼ css reset ▼ */
div, article, section, header, nav, footer, figure, asid, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }

img { border: 0; outline: none; /* width: 100%; */ }

table { border-collapse: collapse; border-spacing: 0; line-height: 100%;}

/* a:link { color: #0000ff; text-decoration: underline; }

a:visited { color: #990099; text-decoration: underline; }

a:hover { color: #ff0000; text-decoration: underline; } */

address, caption, cite, code, dfn, abbr, em, strong, th, var { font-style: normal; font-weight: normal; }

ol,ul { list-style: none; }
/* ▲ css reset ▲ */

/*****************************************************/
/* ▼ default ▼ */
/*****************************************************/
html {
	/* font-size: 100%  = 16px = 1em */
	/* font-size: 87.5% = 14px = 0.875em */
	/* font-size: 75%   = 12px = 0.75em */
	/* font-size: 62.5% = 10px = 0.625em */
	font-size: 100%;
	line-height: 1.75;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}

	@media screen and (max-width: 575px) {
		html {
			font-size: 87.5%;
			line-height: 1.5;
		}
	}

body {
	margin: 0;
	padding: 0;
	font-family: 'UD Shin Go NT Regular','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo', 'メイリオ', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	color: #202020;
	text-align: left;
	background-color: #fff!important;
	}

p,li{
	/* font-family: "UD Shin Go NT Regular"; */
	rotate:0.05deg;
}

p {
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "リュウミン B-KL JIS2004", "Noto Serif JP", serif;
	color: #005d8c;
	margin-bottom: 1rem;
	}

a { transition: 0.5s; }

/*****************************************************/
/* ▲ default ▲ */
/*****************************************************/

/* .container {
	padding-right: calc(var(--bs-gutter-x) * 1);
	padding-left: calc(var(--bs-gutter-x) * 1);
} */

.wp-block-code code {
	background: #3a3a3a;
	color: #fff;
	padding: 1rem;
	}

#wpadminbar {
	display: none;
}

blockquote.wp-block-quote {
	padding: 1rem;
	border-left: 2px solid #009de1;
	background-color: #f5f5f5;
}

/*****************************************************/
/* ▼ loader ▼ */
/*****************************************************/
#loader-bg {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000000;
	}

#loader {
	/* display: none; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 130px;
	height: 130px;
	text-align: center;
	}
/*****************************************************/
/* ▲ loader ▲ */
/*****************************************************/

.transition {
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	}

/* TOPに戻るボタン */
#scroll-top {
    position: fixed;
    right: 1.25rem;
    bottom: 4.375rem;
    z-index: 21;
	}

#scroll-top a {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
	}

#scroll-top a:after {
	border-radius: 50%;
	}

#scroll-top a span {
	margin-bottom: 8px;
	}

#scroll-top i {
	color: #fff;
	font-size: 1.875rem;
	position: relative;
	z-index: 100;
	}

#scroll-top a.v_topBtn {
    background-color: rgba(0,93,140,.6);
}

#scroll-top a.v_topBtn i {
    font-size: 2rem;
}

#scroll-top a.v_topBtn:hover {
    background-color: rgba(0,93,140,1);
}

@media (max-width:991px) {
#scroll-top a {
    width: 3.75rem;
    height: 3.75rem;
	}

#scroll-top i {
	font-size: 1.5rem;
	}	
}

@media (max-width:575px) {
#scroll-top {
    right: 1.42rem;
	}

#scroll-top a {
    width: 3.571rem;
    height: 3.571rem;
	}

#scroll-top i {
	font-size: 1.42rem;
	}	
}

/* TOP・記事一覧 */
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.min-m li, .min-m span, .min-m a {
	font-family: "リュウミン M-KL" !important;
}

/* ▼ header */
#header {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    /* height: 80px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
}

#header .logo_wrapper {
    padding: 10px 0 20px;
}

@media (max-width:1179px){
    #header .logo_wrapper {
        padding: 15px;
    }
}

@media (max-width:991px){
    #header .logo_wrapper {
        padding: 12px 0;
    }
}

#header .logo_wrapper img {
    max-width: 120px;
}

#header .voyage_logo img {
    max-width: 300px;
}

@media (min-width: 576px){
    #header .voyage_logo img {
        max-width: 350px;
    }
}

@media (max-width: 420px){
    #header .voyage_logo img {
        max-width: 260px;
    }
}

#header .voyage_logo a {
    color: #202020;
    text-decoration: none;
}

#header .voyage_logo a:hover,
#header .logo_wrapper .logo a:hover {
    opacity: .4;
}

#header .logo_wrapper .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.f-pagelink .f-pagelink_logo a {
    color: #fff;
    text-decoration: none;
}

#header .voyage_logo .logo-title,
.f-pagelink .f-pagelink_logo .logo-title {
    display: block;
    margin-top: 5px;
}

#header .header_logo:hover,
.f-pagelink .f-pagelink_logo a:hover {
    opacity: .4;
}

#header .header_inner {
    width: 100%;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

#g-navi .com_menu_ul {
	display: flex;
    width: 100%;
    justify-content: center;
}

#g-navi .com_menu_ul.pc_menu {
    padding:0;
}

#g-navi .com_menu_ul a {
	padding: 5px 20px;
}

@media (max-width:1460px){
	#g-navi .com_menu_ul a {
		padding: 5px 15px;
	}
}

@media (max-width:1179px){
	#g-navi .com_menu_ul a {
		padding: 5px 10px;
	}
}

#g-navi .com_menu_ul:not(.sp_menu) a:hover {
	background-color:#f8f8f8;
}

#header .com_menu_ul li {
	position: relative;
}

#header .com_menu_ul.pc_menu li {
	flex: 1;
}

#header .com_menu_ul a {
	height: 50px;
    font-size: 1rem;
	color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

/* #header .com_menu_ul li.asuka-club_btn {
	margin-right: 25px;
}

@media (max-width:1179px){
	#header .com_menu_ul li.asuka-club_btn {
		margin-right: 15px;
	}
} */

#header .com_menu_ul.pc_menu li.asuka-club_btn a {
    background-color: #fff;
}

#header .com_menu_ul.pc_menu li.asuka-club_btn a:hover {
    background-color: #005d8c;
}

#header .com_menu_ul li.asuka-club_btn a img {
    transition: 0.6s ease-in-out;
    width: 60%;
    margin-top: 3px;
    position: absolute;
}

#header .com_menu_ul.pc_menu li.asuka-club_btn a img:nth-of-type(1) {
    opacity: 0;
}

#header .com_menu_ul.pc_menu li.asuka-club_btn a img:nth-of-type(2) {
    opacity: 1;
}

#header .com_menu_ul.pc_menu li.asuka-club_btn a:hover img:nth-of-type(1) {
    opacity: 1;
}

#header .com_menu_ul.pc_menu li.asuka-club_btn a:hover img:nth-of-type(2) {
    opacity: 0;
}

#header .com_menu_ul.pc_menu li.asuka-club_btn a:hover {
    opacity: 1;
}

#header .com_menu_ul.sp_menu li.asuka-club_btn a:hover {
    opacity: .4;
}

/* SPメニュー */
#g-navi .com_menu_ul.sp_menu {
    display: none;
}

#header .com_menu_ul.sp_menu li {
    /* text-align: center; */
    text-align: left;
}

#header .com_menu_ul.sp_menu a {
    height: auto;
    font-size: 1rem;
    color: #303030;
    display: inline-block;
    transition: .3s;
    margin-bottom: 2rem;
    text-decoration: underline;
}

#g-navi .com_menu_ul.sp_menu a:hover {
    opacity: .7;
    text-decoration: none;
}

#header .com_menu_ul.sp_menu li.asuka-club_btn {
    margin-left: -7%;
    /* margin-top: 1rem; */
    text-align: center;
}

#header .com_menu_ul.sp_menu li.asuka-club_btn a {
    width: 180px;
    /* height: 60px; */
    position: relative;
    display: inline-block;
    padding:0;
}

#header .com_menu_ul.sp_menu li.asuka-club_btn a img {
    width: 80%;
    position: relative;
}

@media(max-width:991px){
    #header .logo, #header .voyage_logo {
        z-index: 101;
    }
    #g-navi .com_menu_ul.pc_menu {
        display: none;
    }

    /* ★修正：非表示（ベース）の状態に全てのレイアウトを書く */
    #g-navi .com_menu_ul.sp_menu {
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 100;
        padding-top: 120px;
        overflow-y: auto; 
        -webkit-overflow-scrolling: touch; 
        padding-bottom: 60px; 
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        pointer-events: none;
    }

    #g-navi.is-active .com_menu_ul.sp_menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #g-navi.is-active .com_menu_ul.sp_menu ul {
        width: fit-content;
        padding-left: 15%;
    }
    
    #header .com_menu_ul.sp_menu li.asuka-club_btn a {
        width: 150px;
    }

    #header .logo {
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    #g-navi.is-active .com_menu_ul.sp_menu ul {
        padding-left: 18%;
    }    
}
@media (max-width: 568px) {
    #header .logo {
        margin-right: 60px;
    }

    #g-navi.is-active .com_menu_ul.sp_menu ul {
        padding-left: 10%;
    }    
}

/* --- ハンバーガーボタンの基本スタイル（PCでは隠す） --- */
.hamburger {
    display: none;
    position: relative;
    z-index: 101;
    top: 30px;
    right: 15px;
    height: 18px;
    width: 24px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.hamburger span {
    display: block;
    background-color: #0d405b;
    transition: .3s;
    content: "";
    width: 100%;
    height: 1.5px;
}

.hamburger span::before,
.hamburger span::after { 
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: #0d405b;
    transition: 0.3s ease;
 }

.hamburger span::before { 
    top: calc(16.5px / 2); 
}
.hamburger span::after { 
    bottom: 0;
    width: 70%;
    transition: width .3s;
 }

 .hamburger.is-active span {
    transform: translate(0, 8px) rotate(-45deg);
 }
 .hamburger.is-active span::before {
    opacity: 0;
 }
 .hamburger.is-active span::after {
    width: 100%;
    transform: translate(0, 0) rotate(90deg);
 }

@media (max-width:991px){
    .hamburger {
        display: block;
        position: absolute;
    }
}

@media (max-width:568px) {
    .hamburger {
        top: 25px;
        right: 15px;
        height: 18px;
        width: 20px;
    }

    .hamburger span::before {
        top: calc(16.25px / 2);
    }
}

/* footer前コンテンツ */
.f-pagelink {
    color: #fff;
    padding: 48px 0;
    background-color: #005D8C;
    overflow: hidden;
    position: relative;
}

.f-pagelink::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 80%;
    height: 100%;
    background-image: url('assets/images/footer/footerLink_image.jpg');
    background-size: cover;
    background-position: right bottom;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 1%, black 15%);
    mask-image: linear-gradient(to right, transparent 0%, transparent 1%, black 15%);
}

.f-pagelink > * {
    position: relative;
    z-index: 1;
}

.f-topPagelink {
    margin-top: 48px;
}

.f-pagelink_logo img {
    max-width: 350px;
}

@media (max-width:1200px){
    .f-pagelink_logo {
        text-align: center;
    }
}

.pagelink_wrap {
    display: flex;
    width: 100%;
    gap: 60px;
    margin-bottom: 50px;
}

.f-pagelink .pagelink {
    margin: 0;
    text-align: left;
}

.f-pagelink .pagelink li a,
.f-topPagelink a,
.ex_pagelink li span a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.f-pagelink .pagelink li a::before,
.f-topPagelink a::before,
.ex_pagelink li span a::before {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .5s;
}

.pagelink_subUl {
    padding-left: 1.75rem;
    margin-top: 1rem;
}

.ex_pagelink {
    margin: 0;
    text-align: left;
}

.ex_pagelink li,
.f-pagelink .pagelink li {
    margin-bottom: 1rem;
}

.f-pagelink .pagelink li:last-child,
.ex_pagelink li:last-child {
    margin-bottom: 0;
}

.pagelink_li_tit {
    display: inline-block;
}

.pagelink_li_tit::before,
.ex_pagelink li span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-bottom: 3px;
    margin-right: 8px;
    background-color: #99BED1;
}

.pagelink_subUl li span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 3px;
    margin-bottom: 4px;
    margin-right: 8px;
    background-color: #99BED1;
    border-radius: 1.5px;
}

/* .ex_pagelink li span::before {
    background-color: #c4b561;
} */

.f-pagelink .pagelink li a:hover::before,
.f-topPagelink a:hover:before,
.ex_pagelink li span a:hover::before {
    transform: scale(1, 1);
}

.ex_pagelink li span .bi-box-arrow-up-right {
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    color: #99BED1;
}

.f-pl_attention {
    text-align: left;
    margin-bottom: 0;
    color: #cbcacb;
}

@media (min-width:1201px) {
    .f-pagelink::before {
        width: 72%;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%);
        mask-image: linear-gradient(to right, transparent 0%, black 12%);
    }
}

@media (max-width:1200px) {
    .f-pagelink {
        background-color: #005D8C;
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .pagelink_wrap {
        justify-content: center;
    }

    .f-pl_attention {
        text-align: center;
    }
    
    .f-pagelink::before {
        width: 100%;
        position: relative;
        right: 0;
        display: block;
        aspect-ratio: 750 / 245;
        margin-top: 10px;
        background-position: bottom center;
        -webkit-mask-image: linear-gradient(to bottom, transparent 10%, black 50%);
        mask-image: linear-gradient(to bottom, transparent 10%, black 50%);
    }
}

@media (max-width:576px) {
    .pagelink_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    .f-pagelink .pagelink {
        display: flex;
        gap: 2rem;
    }
    .ex_pagelink {
        width: 100%;
    }

    .f-pagelink::before {
        aspect-ratio: 750 / 281;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
        mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
    }
}

/* footer */
#footer:not(.site-footer) .f-inner {
	padding: 55px 0 14px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

#footer .sns_area {
	margin-bottom: 45px;
    display: flex;
    justify-content: center;
}

#footer .sns_area li {
    margin: 0 15px;
    transition: opacity .5s;
}

#footer .sns_area li:hover {
    opacity: .7;
}

#footer .sns_area li a {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #303030;
    color: #fff;
    font-size: 1.875rem;
}

@media (max-width:575px) {
    #footer .sns_area li {
        margin: 0 10px;
    }
    #footer .sns_area li a {
        width: 45px;
        height: 45px;
        font-size: 1.75rem;
    }    
}

#footer .btm-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .btm-box .l-box {
    margin-right: 10px;
    flex: 1;
    display: flex;
    align-items: center;
}

#footer .btm-box .f-logo {
    margin: 0 5px 0 -30px;
}

#footer .btm-box .l-box p, #footer .btm-box .copyright {
    font-family: "UD Shin Go NT Medium";
}

#footer .btm-box .l-box p {
    flex: 1;
    max-width: 370px;
    font-size: .875rem;
    min-width: 300px;
    margin-bottom: 0;
}

#footer .btm-box .copyright {
    width: 33%;
    font-size: .75rem;
    text-align: right;
    white-space: nowrap;
}

@media (max-width:1079px) {
    #footer .btm-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width:991px) {
    #footer .btm-box .l-box {
        flex-direction: column;
        margin: 0 0 15px;
    }

    #footer .btm-box .f-logo {
        margin: 0 0 20px;
    }

    #footer .btm-box .f-logo img {
        width: 300px;
    }
    #footer .btm-box .l-box p {
        margin: 0 auto;
        max-width: 345px;
        font-size: .825rem;
        min-width: inherit;
    }
    #footer .btm-box .copyright {
        width: auto;
        text-align: center;
    }
}

/* コンテナ余白設定 */
.column2-Container .left-side {
    padding-left: 0;
    padding-right: 0;
}

.column2-Container .right-side {
    padding-left: 2.5rem;
    padding-right: 0;
}

@media (max-width:991px) {    
    .column2-Container .right-side {
        padding-left: 0;
    }
}

/* 404用 */
.content_404 {
    margin: 220px 0 100px;
}

@media (max-width:991px){
    .content_404 {
        margin: 165px 0 100px;
    }
}

/* 翻訳機能ウィジェット */
.wovn-languages {
	bottom: 38px;
	position: fixed;
	right: 0;
	z-index: 100;
}

@media screen and (min-width: 380px) {
	.wovn-languages {
		bottom: 42px;
	}
}
@media screen and (min-width: 1080px) {
	.wovn-languages {
		bottom: 0;
	}
}

.wovn-switch.selected {
	display: none;
}

.wovn-switch {
	align-items: center;
	background-color: #005d8c;
	border-radius: 6px 0 0 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 10px;
	height: 100%;
	height: 41px;
	list-style: none;
	padding-left: 40px;
	width: 100%;
	width: 100px;
	transform: rotate(0.05deg);
}

.wovn-switch:before {
	background-image: url(assets/images/earth.svg);
	background-size: contain;
	content: "";
	display: block;
	height: 16px;
	left: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}