@charset "UTF-8";

@font-face {
	font-family:sans-serif;
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

/* ================================================
reset
================================================ */
* {
border:0;
margin:0;
outline:0;
padding:0;
/*box-sizing:border-box;*/
font:inherit;
font-family:inherit;
font-size:100%;
/*font-style:inherit;*/
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {width:100%; height:100%;}
body {
	color: #222;
	background-color: #f8f6f2;
    font-family: sans-serif;
	line-height: 1.6;
	position:relative;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol,ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
input,select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}
strong,b {font-weight: 700;}
iframe {vertical-align: bottom;}

img { height: auto;	max-width: 100%; vertical-align: middle;}

a { text-decoration: none; color: #233342;}

/* フォントサイズ */
html { font-size: 62.5%;} /*10px*/ 
body { font-size: 1.4em;}

/* PC・SP出し分け */
.pc {display: block;}
.sp {display: none;}
.br_pc {display: inline;}
.br_sp {display: none;}
@media screen and (max-width: 480px) {
    .pc {display: none;}
    .sp {display: block;}
    .br_pc {display: none;}
    .br_sp {display: inline;}
}

/* テキスト関係
----------------------- */
.t_left  {text-align: left;}
.t_center{text-align: center;}
.t_right {text-align: right;}

.fs8  {font-size: .8rem!important;;}
.fs10 {font-size: 1.0rem!important;;}
.fs11 {font-size: 1.1rem!important;;}
.fs12 {font-size: 1.2rem!important;;}
.fs13 {font-size: 1.3rem!important;;}
.fs14 {font-size: 1.4rem!important;;}
.fs15 {font-size: 1.5rem!important;;}
.fs16 {font-size: 1.6rem!important;;}
.fs18 {font-size: 1.8rem!important;;}
.fs20 {font-size: 2.0rem!important;;}
.fs24 {font-size: 2.4rem!important;;}

.red  {color: #bc1b21;}
.blue {color: #1E95D4;}

.bold {font-weight: bold!important;}
.fw500 {font-weight: 500!important;}
.normal {font-weight: normal!important;}

/* 余白
----------------------- */
.mt00 {margin-top:  0px!important;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mb00 {margin-bottom:  0px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb100 {margin-bottom: 100px!important;}

/* ヘッダー */
#header {
    background-color: #f8f6f2;
    box-shadow: 0px 0px 10px rgba(0,0,0 ,0.8);
    z-index: 2;
}
.headerbar_wrap {
    background: #233342;
}
.headerbar_inner {
    display: flex;
    font-size: 1.1rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1170px;
    padding: 8px 15px;
}
.sitedesc {
    background: #fff;
    border-radius: 5px;
    color: #bc1b21;
    font-weight: bold;
    padding: 0px 6px;
}
.language_btn {
    display: flex;
    justify-content: space-between;
}
.language_btn li {
    background: #fff;
    border-radius: 3px;
    margin-left: 20px;
    text-align: center;
    width: 90px;
}
.language_btn li:hover {
	background: #f7b52d;
}
.language_btn .active {
    border-bottom: 3px solid #f7b52d;
}
.language_btn .active:hover {
    background: #fff;
}
.language_btn li a {
    display: block;
}
.headernav_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 15px;
}
.logo {
    width: 160px;
}
.nav {
    display: flex;
    align-items: center;
    text-align: center;
}
.nav li:hover {
	background: #233342;
	border-radius: 8px;
}
.nav li a {
    color: #281d1b;
    display: block;
    padding: 20px;
    white-space: nowrap;
}
.nav li a:hover {
    color: #fff;
    opacity: 1;
}
.nav li.long a {
    font-size: 1.2rem;
    padding: 10px 20px;
}
.pc_sns_icon {
    display: flex;
    margin-left: auto;
}
.pc_sns_icon li {
    margin-left: 15px;
    width: 30px;
}
@media screen and (max-width: 1000px) {
    .nav {
        margin-left: 10px;
    }
    .nav li a {
        padding: 5px 8px;
    }
}
@media screen and (max-width: 480px) {
    .pc_sns_icon { display: none;}
    .nav { display: none;}
    .headerbar_inner {
        display: block;
        padding: 0;
    }
    .sitedesc {
        background: #233342;
        color: #fff;
        padding: 2px 10px;
        width: auto;
        position: absolute;
        top: 50px;
        left: 140px;
    }
    .language_btn {
        padding: 5px 20px;
        width: 100%;
    }
    .language_btn li {   
        margin: 0;
        width: 23%;
    }
    .logo {
        margin-left: -20px;
    }
}

/* ----------------------- */
/* ハンバーガーメニュー
/* ----------------------- */
.sp_menu {
    display: none;
}
@media screen and (max-width: 480px) {
    .sp_menu {
        display: block;
    }
    #g-nav {
        position: fixed;
        z-index: 999;
        top: 0;
        right: -120%;
        width: 80vw;
        max-width: 480px;
        height: 100vh;
        transition: all .4s;
    }
    #g-nav.panelactive {
        right: 0;
    }
    #g-nav.panelactive #g-nav-list{
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #g-nav ul {
        padding: 90px 0 180px;
        opacity: 1;
        background: #233342;
    }
    #g-nav li a {
        color: #fff;
        font-size: 1.5rem;
        padding: 20px 40px;
        display: block;
        font-weight: 500;
        border-bottom: 1px solid #fff;
        letter-spacing: 1.3px;
    }
    .openbtn1 {
        /*position: fixed;*/
        position: absolute;
        z-index: 9999;
        top: 36px;
        right: 10px;
        cursor: pointer;
        width: 55px;
        height: 50px;
        text-align: center;
    }
    .openbtn1::after {
        content: 'menu';
        color: #bc1b21;
        font-size: 10px;
        position: relative ;
        top: 28px;
    }
    /* ×に変化 */  
    .openbtn1 span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 5px;
        background-color: #bc1b21;
        width: 50%;
    }
    .openbtn1.active span {
        background-color: #fff;
    }
    .openbtn1.active::after {
        color: #fff;
    }
    .openbtn1 span:nth-of-type(1) {
        top: 16px;
    }
    .openbtn1 span:nth-of-type(2) {
        top: 24px;
    }
    .openbtn1 span:nth-of-type(3) {
        top: 32px;
    }
    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 15px;
        transform: translateY(6px) rotate(-45deg);
        width: 45%;
    }
    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn1.active span:nth-of-type(3){
        top: 30px;
        left: 15px;
        transform: translateY(-6px) rotate(45deg);
        width: 45%;
    }
    body.noscroll {
        overflow: hidden;
    }
    .burger-musk {
        display: none;
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.8);
        z-index: 1;
    }
}

/* フッター */
#footer {
    background: url(../images/footer_bg.jpg) repeat 0 0;
}
#footer, #footer a {
   background: #e6e6e6;
}
.footer_inner {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    padding: 30px 15px 10px;
    width: 100%;
}
.footer_logo {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: 280px;
}
.footer_nav {
    margin: 0 3%;
}
.footer_nav li {
    margin: .5em 0;
}
#footer .footer_nav li a:hover {
  color: #bc1b21;
}
.footer_address {
    margin: 0 3% 0 auto;
}
.copyright {
    font-size: 1.3rem;
    padding: 10px 0;
    text-align: center;
}
.sp_sns_icon {
    display: none;
}
@media screen and (max-width: 480px) {
    .footer_inner {
        flex-wrap: wrap;
        padding: 20px;
    }
    .footer_logo {
        display: none;
    }
    .footer_nav {
        margin: 0 0 15px;
        width: 100%;
    }
    .footer_address {
        margin: 0;
        width: 75%;
    }
    .logo_jata {
        margin: 1.5em 0 0;
        width: 25%;
    }
    .copyright {
        font-size: 1.2rem;
    }
    .sp_sns_icon {
        display: flex;
        margin: 0;
        padding: 25px 10px 0;
    }
    .sp_sns_icon li {
        margin: 0 15px;
        width: 30px;
    }
}

/* コンテンツ */
#contents {
    width: 100%;
    max-width: 1170px;
    margin: 60px auto 120px;
    padding: 0 15px;
}

/* タイトル */
.title_h2 {
    background: url(../images/title_mark.png) no-repeat 50% 0;
    background-size: 35px;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0 0 20px;
    padding-top: 35px;
    text-align: center;
}

/* ツアーリスト */
.recommend_wrap {
    margin: 20px 0 70px;
}
.recommend_tour_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.recommend_tour_list li {
    margin: 0 .5% 15px .5%;
    width: 24%;
    position: relative;
    background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);
}
.top_catch {
    font-size: 2rem;
    margin: 0 0 20px;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .title_h2 {
        margin: 0 0 10px;
    }
    .recommend_tour_list {
        justify-content: space-between;
    }
    .recommend_tour_list li {
        margin: 0 0 10px;
        width: 49%;
        position: relative;
        background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);
    }
    .top_catch {
        font-size: 1.6rem;
    }
}

/* 正方形にトリミング */
.tour_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.tour_img>img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 200%;
	max-height: 100%;
	width: auto;
	height: auto;
    transition: all 0.35s ease;
}
.tour_img>img:hover {
	opacity: 0.4;
}

/* 画像の上にツアータイトル */
.img_tour_title {
    color: #000;
    font-family: 'Raleway', Arial, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255, 0.7);
	  font-size: clamp(1.5rem, 3vw, 1.8rem);
    padding: 8px 5px 8px 10px;
    margin-left: 3%;
    width: 98%;
    line-height: 1.4;
}
.img_tour_title span {
    font-size: 0.8em;
    display: block;
}

/* トップページ外部リンクのリスト */
.food_friendry_list {
    max-width: 820px;
    margin: 0 auto;
}
.food_friendry_list li {
    font-size: clamp(1.4rem, 1.302rem + 0.42vw, 1.6rem);
    margin: 0 0 1em;
    padding-left: 1em;
    text-indent: -1em;
}
.food_friendry_list li a {
    color: #f7b52d;
    font-weight: bolder;
}
.food_friendry_list li a:hover{
	opacity: 0.6;
}
.food_friendry_list li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    padding-left: .5em;
}

/* お問合せ */
.contact {
    margin: 70px 0 0;
}
.contact_tel {
    border: 3px solid #233342;
    color: #bc1b21;
    font-size: clamp(2.4rem, 5vw, 2.6rem);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 380px;
}
.contact_tel img {
    width: auto;
    height: 50px;
    margin-right: 20px;
}
.btn {
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
    width: 340px
}
.btn a {
    color: #fff;
    display: block;
    padding: 10px 0;
}
.btn a:hover {
    opacity: 0.6;
}
.contact_btn {
    background-color: #f7b52d;
    margin-bottom: 60px;
    width: 50%;
}
.contact_btn:hover {
    background-color: #233342;
}
.back_btn {
    background-color: #bc1b21;
}
@media screen and (max-width: 480px) {
    .contact {
        margin: 0;
    }
    .contact_tel {
        width: 100%;
    }
    .contact_tel img {
        height: 35px;
        margin-right: 10px;
    }
    .btn {
        width: 90%;
    }
    .contact_btn {
        margin-bottom: 50px;
        width: 90%;
    }
}

/* 会社概要（公司簡介） */
.company_sec {
    margin: 0 0 50px;
}
.company_sec p {
    line-height: 1.8em;
    margin: 0 0 1.5em;
}
.profile_img {
	text-align: center;
}
.company_sec .comment {
	font-size: 1.2rem;
}
.table_company {
    width: 100%;
}
.table_company th {
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    font-weight: bold;
    padding: 10px 20px;
    text-align: left;
    white-space: nowrap;
}
.table_company td {
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
}

/* ご利用案内（使用指南） */
.guide_sec {
    margin: 50px 0;
}
.guide_sec h2 {
    background: #233342;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 2px 15px;
}
.guide_sec h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
}
/*.guide_sec h3::before {
    content: "●";
    color: #bc1b21;
    font-size: 1.8rem;
    padding-right: .2em;
}*/
.guide_sec .box {
    margin: 0 0 60px;
}
.guide_sec h4 {
    color: #bc1b21;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 20px 0 5px;
}
.guide_sec p, .guide_sec ol {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 1em;
}
.attention {
	background: #ffd7d7;
    margin: 0 0 20px;
	padding: 10px;
}
.tel_apply {
    counter-reset: number;
}
.tel_apply li {
    line-height: 2;
    margin-bottom: 20px;
}
.tel_apply li:before {
    background: #bc1b21;
    border-radius: 50%;
    color: #fff;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    height: 2em;
    margin-right: 10px;
    text-align: center;
    width: 2em;
}
.tel_apply .attention {
    margin: 5px 0 10px 32px;
    width: 50%;
}
.tel_apply .tel_box {
	background: #fff3db;
    margin: 5px 0 10px 32px;
	padding: 10px;
    width: 50%;
    text-align: center;
}
.tel_title {
    font-size: 1.8rem;
    font-weight: bold;
}
.guide_sec .tel_number {
    color: #F44336;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}
.guide_sec .tel_time {
    margin: 0;
}
.guide_table {
    margin-bottom: 30px;
}
.guide_table th {
    background: #666;
    color: #fff;
    white-space: nowrap;
}
.guide_table th, .guide_table td {
    border: 1px solid #ddd;
    padding: 3px 30px;
    vertical-align: middle;
    text-align: center;
}
.guide_table td.t_left {
    text-align: left;
}
.ticket_list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.ticket_list li {
    margin: 5px 1em 5px 0;
    width: 20%;
}
.bank_wrap {
    align-items: flex-start;
    display: flex;
}
.bank_wrap .guide_table {
    margin: 0 20px 0 0;
}
.guide_table .memo {
    font-size: 11px;
}
@media screen and (max-width: 480px) {
    .tel_apply .attention, .tel_apply .tel_box {
        margin: 5px 0 10px;
        width: 100%;
    }
    .guide_table th, .guide_table td {
        padding: 3px 10px;
    }
    .ticket_list li {
        width: auto;
    }
    .bank_wrap {
        display: block;
    }
    .bank_wrap .guide_table {
        margin-bottom: 15px;
    }
}

/* ポリシー（隱私權政策） */
.policy_sec h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
}
.policy_sec h3::before {
    content: "●";
    color: #bc1b21;
    font-size: 1.8rem;
    padding-right: .2em;
}
.policy_sec p {
    margin: 0 0 30px;
}

/* 404 not found */
.notfound {
    font-size: 2em;
    color: #636363;
    font-weight: bolder;
    margin: 80px 0 120px;
    text-align: center;
}

/* ----------------------- */
/* ツアー詳細ページ
/* ----------------------- */
.tour_title_wrap {
    border-bottom: 1px solid #ececec;
    max-width: 900px;
    margin: 30px auto 60px;
    padding-bottom: 20px;
}
.tour_code {
    color: #bc1b21;
    font-weight: bold;
}
.tour_code span {
    font-size: 1.1rem;
}
.tour_title {
    border-top: 1px solid #ececec;
    color: #233342;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 20px 0 0;
    text-align: center;
}
.tour_copy {
    color: #4c4c4c;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.summary_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.summary_img {
    width: 56%;
    max-width: 630px;
}
.summary_text {
    width: 42%;
}
.summary_days {
    border-bottom: 2px solid #233342;
    font-weight: bold;
    margin: 30px 0 40px;
}
.summary_days h3 {
    color: #c0272d;
    font-size: 2rem;
}
.summary_days p {
    font-size: 2.8rem;
}
.summary_img .btn {
    width: 100%;
}
.section {
    margin-bottom: 60px;
}
.box {
    margin-bottom: 30px;
}
.section h3 {
    background: #233342;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 10px;
}
.section h4 {
    color: #1b7eb7;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.section p {
    font-size: 1.8rem;
}
.section .note {
    font-size: 1.5rem;
}
.section a {
    color: #f7b52d;
}
.section a:hover {
    opacity: 0.7;
}
.tour_price {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.section .list_caution li {
    font-size: 1.6rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 4px;
}
.tour_price span {
    color: #c0272d;
    font-size: 2.6rem;
    font-weight: bold;
    padding-right: 4px;
}
.tour_table {
    border-collapse: separate;
    width: 100%;
}
.tour_table th {
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding: 10px 20px;
    text-align: left;
    width: 25%;
    white-space: nowrap;
}
.tour_table td {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 20px;
}
.list_schedule li {
    font-size: 1.6rem;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    .summary_wrap {
        margin-bottom: 30px;
    }
    .summary_img {
        width: 100%;
    }
    .summary_text {
        width: 100%;
    }
    .summary_img .btn {
        width: 90%;
    }
    .tour_copy {
        font-size: 1.6rem;
    }
    .section p {
        font-size: 1.6rem;
    }
    .section .list_caution li {
        font-size: 1.4rem;
    }
    .tour_title_wrap {
        margin: 30px auto;
        padding-bottom: 10px;
    }
}

/* スライダー */
#slider {
    margin: 0 auto 10px;
    padding: 0;
}
.slider_wrap img {
    width: 100%;
}
.slide-item img {
    width: 100%;
}
#thumbnail-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 2px 2px;
    list-style: none;
    padding: 0;
}
.thumbnail-item {
    flex: 0 1 14%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.thumbnail-item:after {
    content: '';
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
    opacity: 0;
}
.thumbnail-item img {
    width: 100%;
    margin: 0 auto;
}

/* 料金表 */
.fee-table_wrap {
    display: flex;
    justify-content: left;
}
.fee-table {
    border: 2px solid #ddd;
	border-collapse: collapse;
	line-height: 1.4;
    margin: 0 0 5px;
    text-align: center;
}
.fee-table thead th {
	background: #cbcbcb;
    font-weight: bold;
}
.fee-table tbody th {
	background: #f1f1f1;
    font-weight: bold;
}
.fee-table th, .fee-table td {
    border: 1px solid #ddd;
	padding: 8px 30px;
    text-align: center;
    vertical-align: middle;
}
.fee-table .price {
	color: #c0272d;
	font-size: 2rem;
    font-weight: bold;
	padding-right: 2px;
}
.process_child {
    margin-right: 2%;
}
@media screen and (max-width: 768px) {
    .fee-table_wrap {
        display: block;
    }
	.fee-table {
		font-size: 14px;
		overflow-x: auto;
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	.fee-table th, .fee-table td {
		padding: 8px 5px;
	}
	.fee-table .price {
		font-size: 1.2em;
	}
    .process_child {
        margin-right: 0;
    }
}

/* 庄内タクシープラン */
.taxi-plan {
    background: #fff;
    border-radius: 8px;
    font-size: 1.6rem;
    line-height: 1.6;
	margin: 0 0 50px;
	padding: 20px;
}
.taxi-plan.sk-hire {
	background: #e7f2f7;
}
.taxi-plan h3 {
    color: #233342;
    font-size: 2.4rem;
    font-weight: bold;
	margin: 0 0 15px;
}
.taxi-plan .img_wrap {
    overflow: hidden;
}
.taxi-plan .img_wrap img {
	max-width: 100%;
	height: auto;
}
.taxi-plan .text_wrap {
    overflow: hidden;
    width: 100%;
}
.taxi-plan .text_wrap p {
    margin: 1em 0;
}
.taxi-plan .destination {
	color: #1b7eb7;
}
.taxi-plan .taxi-price b {
    color: #c0272d;
    font-size: 2.4rem;
    font-weight: bold;
	padding: 0 6px;
}
.taxi-plan .caution {
	font-size: 1.3rem;
}
.taxi-plan .text_wrap .remarks {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0;
}
.taxi-plan .btn-contact {
    background: #f7b52d;
    border-radius: 5px;
    color: #fff;
	position: relative;
	text-align: center;
}
.taxi-plan .btn-contact a {
    color: #fff;
	display: block;
	height: 44px;
	line-height: 44px;
}
.taxi-plan .btn-contact a:hover {
    border-radius: 5px;
	background: #233342;
}
.title_timetable {
    color: #bc1b21;
    font-size: 1.4rem;
    margin: 30px 0 20px;
    margin-top: 30px;
	line-height: 1.4;
}
.title_timetable span {
	font-size: 1.3rem;
}
.bus-table {
    border: 1px solid #ddd;
    border-collapse: collapse;
	margin: 0 0 30px;
    text-align: center;
	width: 100%;
}
.bus-table th {
	background-color: #666;
    border: 1px solid #666;
    color: #fff;
	padding: 6px 10px;
}
.bus-table td {
    border: 1px solid #666;
	padding: 6px 10px;
	width: 33%;
}
@media screen and (min-width: 480px) {
    .taxi-plan .wrap {
        display: flex;
        justify-content: space-between;
    }
    .taxi-plan .text_wrap {
        width: 63%;
    }
    .taxi-plan .img_wrap {
        width: 33%;
    }
    .taxi-plan .btn-contact {
        margin: 20px auto;
        max-width: 400px;
    }
    .bus-table {
        width: 360px;
    }
    .bus-table td {
        width: 120px;
    }
    .timetable_wrap {
        overflow: hidden;
    }
    .bus-table {
        float: left;
        margin-right: 50px;
    }
}
.bx-wrapper {
    margin-bottom: 10px!important;
}
.summary-thum-cell{
	position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 3px 4px 4px;
    height: 56px;
    width: 56px;
    color: #000000;
    background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);
}
.summary-thum-cell img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* 約款 */
.yakkan_sec {
    margin: 50px 0 80px;
}
.yakkan_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
}
.yakkan_list li {
    margin-bottom: 20px;
    width: 24%;
}
.yakkan_list li a {
    background: #c0272d;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    position: relative;
    text-align: center;
}
.yakkan_list li a::after {
    content: "";
    background: url(../images/pdficon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    position: relative;
    top: 7px;
    left: 5px;
    display: inline-block;
    height: 25px;
    width: 25px;
}
@media screen and (max-width: 768px) {
    .yakkan_list li {
        margin: 0 auto 15px;
        width: 80%;
    }    
}

/* 行程 */
#contents{
	width: auto
}
.stepbar {
    margin: 30px 0 30px 10px;
}
.stepbar li {
    font-size: 1.8rem;
    position: relative;
    padding: 10px 0;
}
.stepbar li:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: #f7b52d;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 100%;
    margin-right: 10px;
}
.stepbar li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: -1;
}
.stepbar_inner {
    margin-left: 1.25em;
}
.stepbar li.long::after {
    height: 160px;
    top: 0;
    overflow: hidden;
}
.stepbar li.long2::after {
    height: 190px;
    top: 0;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .stepbar li {
        font-size: 1.6rem;
    }   
}

/* googlemap */
.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
    margin: 10px 0;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gmap_wrap {
    max-width: 800px;
}

/* ホテル設備リスト */
.hotel_facility li {
    display: inline-block;
    font-size: 1.8rem;
    margin-right: 1em;
}
@media screen and (max-width: 768px) {
    .hotel_facility li {
        display: block;
        font-size: 1.6rem;
    }   
}
.photo_list {
    display: flex;
    column-gap: 3%;
    margin: 20px 0;
}
