@charset "UTF-8";
#wrapper{
    background: transparent !important;
}
.index-main .index-main-box-l {
  width: 100% !important;
}
.index-menu-sec .index-menulist-sec ul li a .bgimage-box {
  background-size:cover;
}

@media (min-width: 1100px){
  .index-news-box {
		margin-top: 30px;
  }
}

article.img_article{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
article.img_article .image-box{
    width: 30%;
}
article.img_article .box{
    width: 65%;
    display: flex;
    flex-direction: column;
}
article.img_article .box .ttl-box{
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
article.img_article .box .price-box{
    width: 100%;
}
.detail-box{
    font-size: smaller;
}
header .hnav-block .hnav-head-box ul li.coupon{
    width: unset;
}
header .hnav-block .hnav-head-box ul li.reservation{
    width: unset;
}
header .hnav-block .hnav-head-box ul li{
    width: unset;
}

.course-content-sec .layout-course-content .course-content-info .course-content-info-l .txt-box {
    border-bottom: none;
}


/* 2022.11.28 [START]
--------------------------------- */
.sp_side_nav {
	display: none;
}
@media (max-width:767px){
.sp_side_nav {
	opacity: 0;
	display: block;
	position: fixed;
	bottom: 10vh;
	right: -30vw;
	z-index: 901;
	transition: all .5s;
}
.sp_side_nav.scroll-close {
	opacity: 0;
	right: -30vw;
	pointer-events: none;
}
.sp_side_nav.scroll-open {
	opacity: 1;
	right: 0;
	pointer-events: all;
}
.sp_side_nav_item {
    max-width: 60vw;
    line-height: 1.8;
    margin-bottom: 5px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}
.sp_side_nav_item a {
    display: block;
    color: #fff;
    background-color: #ededed;
    font-weight: bold;
    padding: 2.5vw 3vw 1vw;
    text-align: left;
    background: linear-gradient(135deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 25%));
}
.sp_side_nav_rsv a {
    color: #fff;
    background-color: #000000;
}
.sp_side_nav_tel a {
    color: #fff;
    background-color: #bd0000;
}
.sp_side_nav_item a p {
    margin: 0;
    font-size: 5.5vw;
    border: 2px solid rgb(255 237 0 / 77%);
    padding: 2.5vw 2.5vw 2vw 4vw;
    border-right: none;
}
.sp_side_nav_item_img {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: .5vw;
}
.sp_side_nav_item_img_pic {
	width: 30%;
}
.sp_side_nav_item_img_pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
.sp_side_nav_item_img_txt {
	color: #fff;
	width: 63%;
	font-size: 3vw;
	padding-bottom: 1vw;
	border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.sp_side_nav_item_txt {
	font-size: 5.5vw;
	color: #ffed00;
	text-align: center;
}
.sp_side_nav_item_txt i {
    font-size: 5vw;
    margin-right: 2vw;
}
.sp_side_nav_item_txt_sub {
	font-size: 3.5vw;
	color: #fff;
	text-align: center;
	padding-bottom: 1vw;
	margin-bottom: .5vw;
	border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.sp_side_nav_close {
	position: absolute;
	top: -7vw;
	right: 0;
	color: #fff;
	font-size: 2.5vw;
	padding: 2vw 3vw 1vw;
	background-color: #383838;
}

.pagetop-box.pagetop-box_sp_side.scroll-open {
    bottom: 10px;
    right: -10px;
}
}

/* 2022.11.28 [END]
--------------------------------- */
#ig-feed {
    margin: 60px 0;
}
@media (min-width:768px){
	#ig-feed {
  		width: 80%;
		margin: 60px auto;
	}
}
/* 2023.05.23 [START]
--------------------------------- */
#glt-translate-trigger {
    font-family: 'Libre Baskerville', '游明朝', "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    left: 0 !important;
    font-size: 14px;
}
.tool-container {
    left: 10px !important;
    bottom: 45px !important;
}
.icon-arrow.btn-pagelink-webreserve-non::after {
    content: '';
    margin-left: 0;
}
.btn-pagelink-webreserve-non {
    pointer-events: none;
}
@media (max-width: 767px) {
#glt-translate-trigger {;
    font-size: 12px;
}
}
/* 2023.05.23 [END]
--------------------------------- */
.menu-navi ul li a {
    font-size: 3.75vw;
    padding: 1em 0 0.6em;
}
@media (min-width: 768px) {
.menu-navi ul li a {
    font-size: 2rem !important;
}
}



/* google review */
.all_review_info {
    text-align: center;
    margin-bottom: 20px;
	display: flex;
    flex-direction: column;
}
.rating_all {
    font-family: "Google Sans Display", "Google Sans", Roboto, "Noto Sans JP", Arial, sans-serif;
    font-size: 7rem;
    font-weight: 400;
}
.all_rate{
  margin-top: -20px;
}
.all_rate[rating='1']::before {
    content: "★☆☆☆☆";
    color: #ffc800;
    font-size: 3rem;
}
.all_rate[rating='2']::before {
    content: "★★☆☆☆";
    color: #ffc800;
    font-size: 3rem;
}
.all_rate[rating='3']::before {
    content: "★★★☆☆";
    color: #ffc800;
    font-size: 3rem;
}
.all_rate[rating='4']::before {
    content: "★★★★☆";
    color: #ffc800;
    font-size: 3rem;
}
.all_rate[rating='5']::before {
    content: "★★★★★";
    color: #ffc800;
    font-size: 3rem;
}
.localguide {
  display:flex;
  flex-direction: row;
  align-items: center;
}
.localguide div{
  margin: 0 10px;
}
.info-rate[rating='1']::before {
    content: "★☆☆☆☆";
    color: #ffc800;
}
.info-rate[rating='2']::before {
    content: "★★☆☆☆";
    color: #ffc800;
}
.info-rate[rating='3']::before {
    content: "★★★☆☆";
    color: #ffc800;
}
.info-rate[rating='4']::before {
    content: "★★★★☆";
    color: #ffc800;
}
.info-rate[rating='5']::before {
    content: "★★★★★";
    color: #ffc800;
}
@media (min-width: 992px){
.index-voice .index-voice-list {
    margin: 0 1em;
}
}
@media (min-width: 768px){
.index-voice .index-voice-list {
    margin: 0 1em;
}
}
.index-voice .index-voice-list {
    margin: 0 1em;
}

/* 修正 2025.08.01 */
.sharebtn-block ul li a.tw {
    background-color: #0f1418;
    background-image: url(../images/common/icon-x.svg);
}
@media(max-width:767px){
footer .footer-container .footer-menu-box .footer-menu-left-box,
footer .footer-container .footer-menu-box .footer-menu-center-box,
footer .footer-container .footer-menu-box .footer-menu-right-box {
    padding-right: 10px;
}
footer .footer-container .footer-menu-box .footer-menu-left-box,
footer .footer-container .footer-menu-box .footer-menu-right-box {
    width: auto;
}
footer .footer-container .footer-menu-box .footer-menu-center-box {
    width: auto;
}
.copyright {
    padding: 0 20px 80px;
}
}

#glt-translate-trigger  {
    width: 24vw;
    left: 0 !important;
    font-size: 2.75vw !important;
    padding: 1.5vw 5vw 1.5vw 3vw !important;
    line-height: 1.4;
    cursor: pointer;
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #000000 50.01%, #000000 100%) !important;
    background-size: 200% !important;
    background-position: 100% !important;
    transition: .2s;
    text-shadow: none !important;
}
#glt-translate-trigger span {
    letter-spacing: 0.3vw;
    font-family: 'Cinzel',serif;
    font-size: 3.25vw;
    font-weight: 400;
    transition: .25s;
}
#glt-translate-trigger::before  {
    position: absolute;
    content: '';
    top: 3.2vw;
    right: 3vw;
    width: 1.25vw;
    height: 1.25vw;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .25s;
}
#glt-translate-trigger:hover  {
    background-position: 0% !important;
}
#glt-translate-trigger:hover span  {
    color: #000;
}
#glt-translate-trigger:hover::before  {
    border-color: #666;
}
.tool-container.tool-top.toolbar-primary  {
    background-image: none;
    border-bottom: none !important;
    box-shadow: none;
    top: auto!important;
    left: 2px !important;
    bottom: 8.4vw !important;
    transition: 1s;
}
.tool-container.tool-top.toolbar-primary .arrow  {
    display: none;
}
.tool-container.tool-top.toolbar-primary .tool-items  {
    width: auto;
}
.tool-container.tool-top.toolbar-primary .tool-items a  {
    width: 9vw !important;
    height: 6vw !important;
    margin: 0.5vw !important;
    border: 0.5px solid #000000;
}
.tool-container.tool-top.toolbar-primary .tool-items a.Chinese[title="Chinese (Simplified)"]  {
    background: url(../images/common/flag_cn.svg) center / contain no-repeat !important;
}
.tool-container.tool-top.toolbar-primary .tool-items a.Chinese[title="Chinese (Traditional)"]  {
    background: url(../images/common/flag_tw.svg) center / contain no-repeat !important;
}
.tool-container.tool-top.toolbar-primary .tool-items a.united-states[title="English"]  {
    background: url(../images/common/flag_en.svg) center / contain no-repeat !important;
}
.tool-container.tool-top.toolbar-primary .tool-items a.Japanese[title="Japanese"]  {
    background: url(../images/common/flag_jp.svg) center / contain no-repeat !important;
}
.tool-container.tool-top.toolbar-primary .tool-items a.Korean[title="Korean"]  {
    background: url(../images/common/flag_kr.svg) center / contain no-repeat !important;
}
.tool-container.tool-top.toolbar-primary .tool-items a.Spanish[title="Spanish"]  {
    background: url(../images/common/flag_es.svg) center / contain no-repeat !important;
}
.tool-container.tool-top.toolbar-primary .tool-items a.Spanish[title="German"]  {
    background: url(../images/common/flag_de.svg) center / contain no-repeat !important;
}
.tool-container.tool-top.toolbar-primary .tool-items a.Spanish[title="French"]  {
    background: url(../images/common/flag_fr.svg) center / contain no-repeat !important;
}
@media (min-width: 768px) {
    #glt-translate-trigger {
        width: 10rem;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        font-size: 1rem !important;
        margin-top: 0.95rem;
        padding: 0.75rem 3rem 0.5rem 2rem !important;
    }
    #glt-translate-trigger::before {
        top: 1.5rem;
        right: 1.5rem;
        width: 0.5rem;
        height: 0.5rem;
    }
    #glt-translate-trigger span {
        letter-spacing: 0.1rem;
        font-size: 1.5rem !important;
    }
    .tool-container.tool-top.toolbar-primary  {
        top: auto!important;
        left: 5px !important;
        bottom: 36px !important;
    }
    .tool-container.tool-top.toolbar-primary .tool-items  {
        width: auto;
    }
    .tool-container.tool-top.toolbar-primary .tool-items a  {
        width: 5rem !important;
        height: 3.4rem !important;
        margin: 0.25rem 0.75rem 0.25rem 0 !important;
        border: none;
        transition: .25s;
    }
    .tool-container.tool-top.toolbar-primary .tool-items a:hover  {
        filter: brightness(1.5);
    }
}











/* --------------------------------- end --------------------------------- */
