@charset "utf-8";

.basic-company-layout { padding: 38px 0px 58px; background: #fff; }

.basic-layout{
  margin-bottom: 60px;
}
.basic-wrap{
  margin-bottom: 30px;
}
.white-layout{
  background: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  margin-bottom: 60px;
  color: #666;
}
#plan-semi .white-layout {
	color: #000;
}
.dottoline-layout{
  padding: 36px 0;
  border-bottom: 1px dotted #ccc;
}

@media all and (max-width: 768px) {
	.white-layout{
	  padding: 6px 12px;
	}
	
	#plan-semi .white-layout {
		padding: 6px 10px;
	}
}

@media all and (min-width: 768px) {
.w-pc-90{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}


/* メインビジュアル部分のレイアウト */
.hero-title-wrap{
  padding: 50px 0;
}

/* タイトル系のレイアウト */
.mainTit{
    color: #333;
    margin-bottom: 48px;
    text-align: center;
    font-size: 24px;
    position: relative;
    line-height: 1.6;
}
.mainTit span:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 533px;
  height: 3px;
  content: "";
  background: url(/company/img/bg_dot01.png) 0 0 no-repeat;
}
.pageTit-h3-line {
    color: #333;
    margin-bottom: 24px;
    margin-top: 24px;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 2px dotted #d31f27;
    display: block;
    padding-bottom: 5px;
}

.pageTit-h3-line-gold {
    color: #333;
    margin-bottom: 24px;
    margin-top: 24px;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 2px dotted #a58a2f;
    display: block;
    padding-bottom: 5px;
}
@media all and (max-width: 768px) {
.hero-title-wrap{
  padding: 24px 0;
}
.mainTit{
  font-size: 20px;
  margin-bottom: 27px;
}
.mainTit span:after{
    width: 141px;
}
.pageTit-h2{
    font-size: 18px;
}
}


#notice dl{
	margin:30px 50px 100px 50px;
}
#notice dl dt,
#notice dl dd{
	font-size:16px;
	padding:20px 10px;
}
#notice dl dt{
	float:left;
	width:150px;
	font-weight: normal;
}
#notice dl dd{
	border-bottom:1px dotted #ddd;
}
#notice dl dd a{
	color: #333;
	position: relative;
	padding-left: 10px;
	display: inline-block;
}
#notice dl dd a:before{
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
}
#notice dl dd a:after {
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #f74b77;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
}
#notice p{
	margin-bottom:12px;
	line-height:1.6;
}
#notice p.ki{
	margin:50px 0;
	text-align:center;
}

.noticeSubtit{
	font-size:15px;
	padding:0;
	font-weight: 600;
	
}

#notice .white-layout p{
	font-size: 14px;
	
}

@media(max-width:767px) {
/* スマホ用 */

	#notice dl{
		margin:10px;
	}
	
	#notice dl dt{
		float:none;
		width:150px;
		padding:20px 10px 5px 10px;
	}
	
	#notice dl dd{
		padding:5px 10px 20px 10px;
	}
	
}



/* Layout
----------------------------------------------------*/
.main {
	padding-bottom: 2em;
}
	.main > section + section {
		margin-top: 2em;
	}
.main,
.main h2 {
	line-height: 1.8;
}
/* 更新日付
----------------------------------------------------*/
#press_date {
	clear: both;
	text-align: right;
	margin-bottom: 1em;
}
/* レスポンシブ画像
----------------------------------------------------*/
.img-responsive.all {
	width: 100%;
	height: auto;
}

/* Common Class
----------------------------------------------------*/
/* List */
.mark-arrow,
.mark-disc,
.mark-note,
.mark-decimal {
	line-height: 1.4em;
}

/* Disc */
.mark-disc {
	margin: 1em 0;
}
	.mark-disc li,
	.mark-disc dd {
		list-style: disc;
		margin-left: 1.3em;
		font-size: 14px;
	}
	.mark-disc li + li,
	.mark-disc dd + dd {
		margin-top: 1em;
	}

	#plan-semi .mark-disc li span{
		font-weight: 600;
	}

@media screen and (max-width: 480px) {
	#plan-semi .mark-disc li {
		font-size: 13px;
	}
	.menu-point {
		font-size: 14px;
	}
}


/* ※印 */
.mark-note {
	text-indent: -1em;
	margin-left: 1em;
}
	.mark-note li,
	.mark-note dd {
		list-style: none;
	}
	.mark-note li + li,
	.mark-note dd + dd {
		margin-top: 0.5em;
	}
span.mark-note {
	display: block;
}



/* decimal */
.mark-decimal li {
	margin-left: 1.3em;
	list-style: decimal;
}
/* Text color */
.red {
	color: #ff0000;
}

/* 便Table */
.sct-bin {
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 16px;
}
.tbl-bin th {
	text-align: left;
}
.tbl-bin td {
	padding-left: 2rem;
}


#noiceonly .nav-link-set{
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#noiceonly .nav-link-set:last-child{
	margin-bottom: 24px;
}
#noiceonly .nav-link-set li a,
#noiceonly .nav-link-category{
	display: block;
	padding: 10px 30px 10px 10px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none !important;
}
#noiceonly .nav-link-category{
	background:#fff5f9;
	color: #f53c7f;
}
#noiceonly .nav-link-category.ad-blue{
	background:#f8faff;
	color: #2993f7;
}
#noiceonly .config-accordion{
	pointer-events: initial;
}
#noiceonly .config-accordion + li{
	display: none;
	padding: 10px;
	text-align: center;
}
#noiceonly .config-accordion + li img{
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px){
#noiceonly .nav-link-set li{
	border:none;
}
#noiceonly .config-accordion + li img{
	margin-bottom: 24px;
}
#noiceonly .nav-link-set .config-accordion:before {
    content: "\f107";
}
#noiceonly .nav-link-set .config-accordion.switchactive:before {
    content: "\f106";
}
}
#noiceonly .config-accordion + li.switchactive{
	display: block !important;
	background: #fafafa;
}

/* (1)～数字リスト自動ナンバリング(※ul) */
ul.li-suji {
	margin-top: 0.8rem;
}
ul.li-suji li {
	counter-increment: suji;
	list-style: none;
}
ul.li-suji li:before {
	content: '\0028'counter(suji)'\0029 ';
}
ul.li-suji li {
	margin-left: 1.6rem;
	text-indent: -1.6rem;
}


/* コロナ対策用 */
.mainTit-mitsu{
	margin-bottom: 24px;
	margin-top: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.mainTit-mitsu span{
	color: #fff;
	font-size: 20px !important;
	background: #d31f27;
	padding: 8px 24px;
	display: inline-block;
	position: relative;
}
.mainTit-mitsu span:before {
  border: 12px solid transparent;
  border-top: 12px solid #d31f27;
  left:50%;
  content:"";
  display:block;
  bottom:-20px;
  transform: translate(-50%, 0);
  position:absolute;
}
.wrap-voice .mainTit-mitsu span{
	background: #e69b04;
}
.wrap-voice .mainTit-mitsu span:before {
  border-top: 12px solid #e69b04;
}
.mainTit-mitsu img{
	max-width: 400px;
}
.img-mitsu{
	border:solid 4px #333;
}
@media (max-width: 767px){
.mainTit-mitsu{
	margin-top: 24px;
	font-size: 20px;
}
.mainTit-mitsu img{
	max-width: 300px;
}
.mainTit-mitsu span{
	font-size: 18px !important;
	padding: 6px 24px;
}
}

.mainTit-mitsu span.here-gold{
	color: #fff;
	font-size: 20px !important;
	background: #a58a2f;
	padding: 8px 24px;
	display: inline-block;
	position: relative;
}
.mainTit-mitsu span.here-gold:before {
  border: 12px solid transparent;
  border-top: 12px solid #a58a2f;
  left:50%;
  content:"";
  display:block;
  bottom:-20px;
  transform: translate(-50%, 0);
  position:absolute;
}

.wrap-taisakuzu{
	border:solid 4px #333;
	padding: 24px;
	margin:0;
	float: none;
	width:100%;
}
#notice .row-taisakuzu dl{
	margin:0;
}
#notice .row-taisakuzu dt{
	float: none;
	width:100%;
	padding: 0;
}
#notice .row-taisakuzu dt strong{
	display: block;
	margin-bottom: 12px;
	text-align: center;
	color: #f53d7e;
}
#notice .row-taisakuzu dd{
	float: none;
	border: none;
	padding: 12px 0 0 0;
}
#notice dl dd .btn-movie{
	text-align: center;
	margin-top: 6px;
}
#notice dl dd .btn-movie a{
	display: block;
	width:94%;
	margin:0 auto;
	padding: 5px;
	text-align: center;
	position: relative;
	border:solid 2px #f53d7e;
	color: #f53d7e;
	border-radius: 100px;
	font-size: 14px;
}
#notice dl dd .btn-movie a:before {
    left: -12px;
}
#notice dl dd .btn-movie a:after {
    left: 10px;
}
.pageTit-taisaku{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	color: #f53d7e;
	border-bottom: 2px dotted #f53d7e;
}
#customer.pageTit-taisaku{
	color: #2993f7;
	border-bottom: 2px dotted #2993f7;
}
#voice.pageTit-taisaku{
	color: #e39704;
	border-bottom: 2px dotted #e39704;
}
.row-koronanav a{
	display: block;
	width:100%;
	text-align: center;
	padding: 20px 5px;
	background: #f53d7e;
	border:solid 4px #fff4f8;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 18px;
}
.row-koronanav a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}
.row-koronanav a:hover{
	background: #fff;
	color: #f53d7e;
	text-decoration: none;
}
.row-koronanav a:hover:after {
	color: #f53d7e;
}
.row-koronanav .col-customer a{
	background: #2993f7;
	border:solid 4px #eaf1ff;
	color: #fff;
}
.row-koronanav .col-voice a{
	background: #e39704;
	border:solid 4px #fff5ea;
	color: #fff;
}
.row-koronanav .col-customer a:after {
    color: #fff;
}
.row-koronanav .col-customer a:hover{
	background: #fff;
	color: #2993f7;
}
.row-koronanav .col-customer a:hover:after {
	color: #2993f7;
}
.row-koronanav .col-voice a:after {
    color: #fff;
}
.row-koronanav .col-voice a:hover{
	background: #fff;
	color: #e39704;
}
.row-koronanav .col-voice a:hover:after {
	color: #e39704;
}

.wrap-customer .pageTit-h3-line{
	border-bottom: none;
	padding-bottom: 0;
}
@media (max-width: 767px){
.wrap-taisakuzu{
	padding: 6px;
}
.row-koronanav{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.row-koronanav a{
	text-align: left;
	padding: 8px 0px;
	background: none;
	border:none;
	color: #f53d7e;
	font-size: 16px;
}
.row-koronanav a:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f53d7e;
    top: auto;
    left: 0;
    margin-right: 10px;
}
.row-koronanav a:after {
    display: none;
}
.row-koronanav .col-customer a{
	background: none;
	border:none;
	color: #2993f7;
}
.row-koronanav .col-voice a{
	background: none;
	border:none;
	color: #e39704;
}
.row-koronanav .col-customer a:before {
	color: #2993f7;
}
.row-koronanav .col-voice a:before {
	color: #e39704;
}
#notice .row-taisakuzu dd{
	font-size: 14px;
}

}

.label-new{
	background: #f53d7e;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	font-weight: normal;
	padding: 2px 12px;
	margin-right: 6px;
	font-size: 14px;
}
.obi-pink{
	text-align: center;
	padding: 12px;
	color: #fff;
	background: #f53d7e;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 24px;
}
.obi-pink:after{
	border-right: 12px solid transparent;
    border-top: 12px solid #f53d7e;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    left: 50%;
    content: "";
    display: block;
    bottom: -24px;
    margin-left: -12px;
    position: absolute;
}
.obi-pink.ad-blue{
	background: #2993f7;
}
.obi-pink.ad-blue:after{
	border-right: 12px solid transparent;
    border-top: 12px solid #2993f7;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}

.table-seat td,
.table-seat th{
	vertical-align: middle;
	text-align: center;
}
.table-seat th{
	width: 20%;
	background: #fafafa;
	font-size: 14px;
}
.table-seat td{
	font-weight: bold;
	font-size: 16px;
	padding-left: 6px;
	padding-right: 6px;
}
.table-seat td b{
	font-size: 46px;
	line-height: 1;
}
.table-seat th small,
.table-seat td small{
	display: block;
	line-height:1.2;
}
.th-bg-pink{
	background: #fff9fb !important;
}
@media (max-width: 767px){
.table-seat th{
	width: 20%;
	font-size: 12px;
}
.table-seat td{
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}
.table-seat td b{
	font-size: 30px;
	line-height: 1;
}
}



.wrap-reserve{
}
.wrap-btn.btn-fixed{
	background:rgba(0,0,0,0.2);
	padding: 6px 6px;
}
.wrap-reserve a {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
    border:solid 2px #f53d7e;
    background-image:url(/static/img/common/icon/i-nav-bus.png);
    background-repeat: no-repeat;
    color: #f53d7e;
    padding: 12px 6px;
    background-position: 10px 50%;
    background-color: #fff;
    text-align: center;
}
.wrap-reserve a:hover{
	text-decoration: none;
	border:solid 2px #feebf2;
	color: #e566a0;
}
.btn-fix.btn-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px){
.wrap-btn.btn-fixed{
	padding: 6px 6px 5px;
}
.wrap-reserve .btn-fixed a {
    width: 90%;
}
}

.wrap-wex{
	background:#fff9fb;
	padding: 20px;
}
.wrap-gold{
	background:#a58a2f21;
	padding: 20px;
}
.wrap-voice{
	background:#fff9ed;
	padding: 20px;
}
.wrap-customer{
	background:#fafafa;
	padding: 20px;
}

.box-grey{
	background:#EEE;
	padding: 20px;
	text-align: center;
}
.box-grey{
	background:#EEE;
	padding: 20px;
	text-align: center;
}
.wrap-wex > .row{
	margin-bottom: 30px;
}
.wrap-customer > .row{
	margin-bottom: 30px;
}

.title-voice{
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	color: #f53d7e;
}
.row-voice{
	width:90%;
	margin:0 auto;
}
.row-voice + .row-voice{
	margin-top: 24px;
}
.col-face{
	float: left;
	width:10%;
	text-align: center;
}
.col-voicetext{
	float: right;
	width: 88%;
	background:#fff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
.col-voicetext:before {
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    top:10px;
    content: "";
    display: block;
    left: -22px;
    position: absolute;
}
#notice .col-voicetext p{
	margin-bottom: 0;
	font-size: 14px;
}
.col-voicetext p + p{
	margin-top: 6px;
}
@media (max-width: 767px){
.wrap-wex,
.wrap-voice,
.wrap-customer,
.box-grey
	{
	padding: 10px;
}
.wrap-wex > .row{
	margin-bottom: 20px;
}
.wrap-customer > .row{
	margin-bottom: 20px;
}
.row-voice{
	width:100%;
}
.col-face{
	width:12%;
}
.col-voicetext{
	width: 80%;
	padding: 14px;
}
#notice .col-voicetext p{
	font-size: 13px;
}
}


.wrap-mituicon{
	background:#fff9fb;
	padding: 10px;
}
.label-mitu{
	display: block;
	background:#000;
	color: #fff;
	font-size: 13px;
	padding: 6px 1px;
	text-align: center;
	line-height: 1;
}



/*プラン画像部分にレストランバスの車体をかぶせる*/
.dl-course dt{
	position: relative;
}
.img-bus-over{
	width: 100%;
	max-width: 200px;
	height: auto;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}
@media (max-width: 767px){
.img-bus-over{
	max-width: 140px;
}
}



.list-localnav{
	display: flex;
	background: #fff;
	border: solid 2px #333;
	border-radius: 100px;
	overflow: hidden;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	align-items: stretch;
}
.list-localnav li{
	width: 100%;
	display: flex;
	align-items: stretch;
}
.list-localnav li a{
	display: flex;
	align-items:center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	color: #333 !important;
	padding: 10px 5px;
	font-size: 18px;
	position: relative;
	background: #fff;
	font-weight: bold;
	border-right: 1px dotted #333;
}
.list-localnav li:last-child a{
	border-right: none;
}
.list-localnav li a:before{
	content: "\f0d7";
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	top: 50%;
	left: 5%;
	color: #333 !important;
	font-size: 24px;
	transform: translate(0, -50%);
}
.list-localnav li a small{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
}
@media (max-width: 767px){
	.list-localnav{
		display: block;
		border-radius: 4px;
		border: solid 2px #333;
	}
	.list-localnav li{
		display: block;
	}
	.list-localnav li a{
		display: block;
		border: none;
		border-bottom: 1px dotted #333;
		text-align: center;
	}
	.list-localnav li:last-child a{
		border:none;
	}
}

@media (max-width: 330px){
	.list-localnav li a{
		padding: 10px 5px 10px 18px;
	}
}

.wrap-full{
	background: #fff9fb;
	padding: 20px;
}
.wrap-semi{
	background: #f2f8ff;
	padding: 20px;
}
.title-customizepoint{
	margin-bottom: 24px;
	margin-top: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.title-customizepoint span{
	color: #fff;
	font-size: 20px !important;
	background: #d80e52;
	padding: 8px 24px;
	display: inline-block;
	position: relative;
}
.title-customizepoint span:before {
	border: 12px solid transparent;
	border-top: 12px solid #d80e52;
	left:50%;
	content:"";
	display:block;
	bottom:-20px;
	transform: translate(-50%, 0);
	position:absolute;
}
.title-customizepoint.title-semi span{
	background: #0d5bc6;
}
.title-customizepoint.title-semi span:before {
  border-top: 12px solid #0d5bc6;
}
@media (max-width: 767px){
.title-customizepoint{
	margin-top: 24px;
	font-size: 20px;
}
.title-customizepoint span{
	font-size: 18px !important;
	padding: 6px 24px;
}
}
.bg-customizepoint{
	background: #fff;
	padding: 20px;
	border-radius: 8px;
}
.list-point{
	margin-bottom: 30px;
}
.list-point li{
	font-size: 16px;
	position: relative;
}
.list-point li .label-point{
    display: inline-block;
    background: #d80e52;
    border-radius: 100px;
    color: #fff;
    line-height: 1;
    padding: 4px 12px;
    font-size: 80%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.wrap-semi .list-point li .label-point{
    background: #0d5bc6;
}
.list-point li > b {
    display: block;
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
    font-weight: normal;
}
.list-point li + li{
	margin-top: 10px;
}
.title-osusumetarget{
  text-align: center;
  font-size: 16px;
  margin:0 auto 10px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 900;
  line-height: 1.6;
}
.title-osusumetarget span{
    padding: 0 20px;
}
.title-osusumetarget:before,
.title-osusumetarget:after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background: #F2D12E;
    border-radius: 2px;
}
.title-osusumetarget:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.title-osusumetarget:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.title-osusumetarget-sub {
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 2px dotted #d80e52;
    display: block;
    padding-bottom: 5px;
}
.wrap-semi .title-osusumetarget-sub {
    border-bottom: 2px dotted #0d5bc6;
}
.list-osusumetarget{
	background: #fff9ed;
	padding: 15px 20px;
}
.list-osusumetarget li{
	padding-left:25px;
	font-size: 16px;
	position: relative;
}
.list-osusumetarget li:before{
	content: "\f14a";
	position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #F2D12E;
	top: -1px;
	left: 0;
}
.list-osusumetarget li + li{
	margin-top: 5px;
}
.btn-customize{
	display: flex;
	width: 100%;
	padding: 10px 5px;
	background: #fff;
	border: solid 2px #d80e52;
	color: #d80e52 !important;
	position: relative;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.btn-customize.btn-full:after{
	content: "\f1c1";
	position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #F2D12E;
	top: 50%;
	left: 2%;
	color: #d80e52 !important;
	font-size: 20px;
	font-weight: normal;
	transform: translate(0, -50%);
}
.btn-customize:hover{
	background: #d80e52;
	color: #fff !important;
}
.btn-customize.btn-full:hover:after{
	color: #fff !important;
}
.card-jirei{
	display: block;
	background: #fff;
}
.card-jirei{
	margin-bottom: 10px;
}
.dl-jirei{
	padding: 6px 8px;
}
.dl-jirei dt{
	font-size: 14px;
}
.dl-jirei dd{
	font-size: 12px;
}
@media (max-width: 767px){
.dl-jirei{
	padding: 5px 0;
}
}




.link-modal-drink{
	background: none;
	cursor: pointer;
	padding: 0;
	margin:0;
	text-decoration: underline;
	color: #0d5bc6;
}
.link-modal-drink:hover{
	text-decoration: none;
}
.modal-drink .modal-header{
	background: #d31f27;
	align-items: center;
}
.modal-drink .modal-header h3{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.row-tenin{
	padding-top: 20px;
	padding-bottom: 20px;
}
.row-tenin > div{
	text-align: center;
}
.row-tenin .seat-bus-img{
	margin-top: 30px;
	margin-bottom: 20px;
}
.row-tenin .seat-bus-img img{
	width:100%;
	max-width: 280px;
	margin:0 auto;
}
.row-tenin .seat-perth-img .note{
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
.row-tenin .seat-perth-img img{
	width:100%;
	max-width: 400px;
	margin:0 auto;
}
.row-tenin .seat-perth-img.bus-02 img{
	max-width: 320px;
}
@media (max-width: 767px){
.row-tenin .seat-perth-img .note{
	font-size: 12px;
	text-align: left;
}
}


/*202505追加*/
.gray-layout {
    background: #fafafa;
    padding: 30px 10px;
}
.ico-tel {
    position: relative;
}
.ico-tel::before {
    content: '\f095';
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 20px;
    font-family: "Font awesome 5 Free";
    font-weight: 900;
    color: #c12c54;
    transform: translateY(-50%) rotate(94deg); 
}
.btn a:hover .ico-tel::before{
    color: #fff;
}
@media (min-width: 767px){
    a[href*="tel:"] {
        pointer-events: none;
    }

    .ico-tel::before {
        left: 16px;
    }
}



