@charset "utf-8";
/* CSS Document */


.reservation-button{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
}
.reservation-button a{
  display: block;
  text-align: center;
  background-color: #f15a24;
  color: #FFFFFF;
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
}

#area{
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 110;
  height: 46px;
  overflow: hidden;
}
#area p{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 30px;
  text-align: center;
  display: none;
  min-width: 210px;
  border: 1px solid #FFFFFF;
}
#area p#area-miyajima {background-color: #5796c6;}
#area p#area-hiroshima {background-color: #41993f;}
#area p#area-faq {background-color: #838383;}
#area p#area-contact {background-color: #479fb5;}


/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  #area{
    position: fixed;
    top: 12px;
    left: 10px;
    z-index: 110;
    height: 36px;
  }
  #area p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
    text-align: center;
    display: none;
    min-width: 150px;
  }
  
}


/* ------------------------------------------
  トップページ
--------------------------------------------- */

#main-visual{
	width:100%;
	height:calc( 100vh - 62px );
  max-height: 870px;
	overflow:hidden;
}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 768px) {

  #main-visual{
    min-width: 1140px;
    min-height: 700px;
  }
  
}

.swiper-container {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	min-height:600px;
}

.swiper-wrapper{
	height: 100%;
}

.swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	background-color: #FFFFFF;
}

.slide-box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.slide-box .img {
  width: 50%;
  height: 100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
  position: relative;
  text-align: center;
}
.slide-box .img div {
  width: 100%;
  position: absolute;
  padding: 0 15%;
  bottom: 20px;
}
.slide-box .img div p {
  font-size: 20px;
  font-weight: bold;
  display: block;
  background-color: #fcee21;
  padding: 2px;
  margin-top: 10px;

}

.slide-box .m-content {
  width: 50%;
  height: 100%;
  background-color: #FFFFFF;
	display: flex;
  justify-content: center;
	align-items: center;
  padding: 0 60px;
}
.slide-box .m-content .box {
}
.slide-box .m-content .box .catch {
  font-size: min(2.5vw, 50px);
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  text-align: center;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.slide-box .m-content .box .catch span {
  font-size: min(3.5vw, 60px);
  font-weight: bold;
}
.slide-box .m-content .box .catch span.line {
  background:linear-gradient(transparent 60%, rgba(252, 238, 33,1) 40%);
    /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}
.slide-box .m-content .box .catch span.line.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.slide-box .m-content .box .catch img {
  position: absolute;
  width: 60px;
}
.slide-box .m-content .box .bus {
  text-align: center;
  position: relative;
  margin-top: 15px;
}
.slide-box .m-content .box .bus .point {
  width: 100px;
  height: 100px;
  background-color: #fcee21;
  text-align: center;
  border-radius: 50%;
	display: flex;
	align-items: center;
  position: absolute;
  top: 0;
  right: 30px;
}
.slide-box .m-content .box .bus .point span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  width: 100%;
  padding-top: 5px;
}
.slide-box .m-content .box .bus img {
  width: 80%;
  max-width: 800px;
}
.slide-box .m-content .box h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}
a.button {
  color: #FFFFFF;
	display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 50px;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
a.button:hover {
  opacity: 0.7;
}

.slide01 .img{background-image:url(../img/main-visual-01.jpg);}
.slide02 .img{background-image:url(../img/main-visual-02.jpg);}
.slide03 .img{background-image:url(../img/main-visual-03.jpg);}
.slide04 .img{background-image:url(../img/main-visual-04.jpg);}
.slide05 .img{background-image:url(../img/main-visual-05.jpg);}
.slide06 .img{background-image:url(../img/main-visual-06.jpg);}
.slide07 .img{background-image:url(../img/main-visual-07.jpg);}
.slide08 .img{background-image:url(../img/main-visual-08.jpg);}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .slide07 .img{background-image:url(../img/main-visual-07-sp.jpg);}
  .slide08 .img{background-image:url(../img/main-visual-08-sp.jpg);}

}

.slide01 .slide-box .m-content .box .catch img {
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}
.slide04 .slide-box .m-content .box .catch img {
  right: 5%;
  bottom: 10px;
}
.slide05 .slide-box .m-content .box .catch img {
  top: 0 ;
  right: 5%;
}
.slide06 .slide-box .m-content .box .catch img {
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}
.slide07 .slide-box .m-content .box .catch img {
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}

.s-miyajima.slide-box .m-content .box .catch{color: #5796c6;}
.s-hiroshima.slide-box .m-content .box .catch{color: #41993f;}
.s-miyajima.slide-box a.button{background-color: #5796c6;}
.s-hiroshima.slide-box a.button{background-color: #41993f;}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	#main-visual{
		height: auto;
	}

	.swiper-container {
	}
	.slide-box {
		display: flex;
		height: auto;
	}
	.slide-box .img {
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
	}
	.slide-box .img div {
		width: 100%;
		padding: 0 15%;
		bottom: 20px;
	}
	.slide-box .img div p {
		font-size: 16px;
		padding: 2px;
		margin-top: 10px;
	}
	.slide-box .m-content {
		width: 100%;
		height: auto;
		display: flex;
		padding: 0 20px;
    margin-bottom: 56px;
	}
	.slide-box .m-content .box .catch {
		font-size: 18px;
		line-height: 1.5;
    margin-bottom: 10px;
	}
	.slide-box .m-content .box .catch span {
		font-size: 30px;
		font-weight: bold;
	}
	.slide-box .m-content .box .catch span.line {
		
	}
	.slide-box .m-content .box .catch img {
		width: 47px;
	}
	.slide-box .m-content .box .bus {
		text-align: center;
		position: relative;
	}
	.slide-box .m-content .box .bus .point {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.slide-box .m-content .box .bus .point span {
		font-size: 16px;
		line-height: 1.3;
		width: 100%;
		padding-top: 5px;
	}
	.slide-box .m-content .box .bus img {
		width: 80%;
	}
	.slide-box .m-content .box h1 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	a.button {
		font-size: 18px;
		padding: 15px 40px;
		border-radius: 50px;
	}
	a.button:hover {
		opacity: 0.7;
	}

	.slide01 .slide-box .m-content .box .catch img {
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.slide04 .slide-box .m-content .box .catch img {
		right: 0;
		bottom: 10px;
	}
	.slide05 .slide-box .m-content .box .catch img {
		top: 0 ;
		right: 0;
	}
	.slide06 .slide-box .m-content .box .catch img {
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

}

.bg-blue , .bg-green{
  background-color: #e8f1f8;
  padding: 80px 0;
}
.bg-green{
  background-color: #f2f9ee;
}

/*アコーディオン*/
.toggle {
	display: none;
}
.Label {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
	padding: 15px 30px;
	display: block;
	background-color: #FFFFFF;
	cursor: pointer;
}
#miyajima .Label::before {color:#5796c6;}
#hiroshima .Label::before {color:#41993f;}
.Label::before{
	content:"＋";
	position: absolute;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  height: 30px;
  top: 0;
	right: 20px;
  bottom: 0;
  margin: auto;
	transition: all 0.3s;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:40px;
	/*padding:0 20px;*/
	overflow: hidden;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:30px 0 0 ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .bg-blue , .bg-green{
    padding: 30px 0;
  }

  /*アコーディオン*/
  .Label {
    font-size: 17px;
    text-align: left;
    padding: 10px 45px 10px 30px;
    text-indent:-1em;
  }
  .Label::before{
    font-size: 22px;
    height: 22px;
    right: 12px;
    text-indent: 0;
  }
  
  .content {
    margin-bottom:30px;
  }
  .toggle:checked + .Label + .content {
    padding:30px 0 0 ;
  }

}

.balloon {
  position: relative;
  margin: 1.5em 0 0;
  padding: 15px 10px;
  color: #FFFFFF;
  font-size: 16px;
  background: #f15a24;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 10px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f15a24;
}

.balloon p {
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}
.recommendation-text{
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .balloon {
    margin: 1.5em 0 0;
    padding: 15px 15px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
  }

  .balloon:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f15a24;
  }

  .balloon p {
    text-align: left;
  }
  .recommendation-text{
    font-size: 17px;
    text-align: left;
    margin-bottom: 30px;
  }


}

.miyajima__box2{
  background-color: #FFFFFF;
  padding: 40px;
  height: 100%;
  border-radius: 10px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .miyajima__box2{
    font-size: 15px;
    padding: 20px;
  }

}

.miyajima__text {
  margin-right: 50px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

@media print,
screen and (min-width: 769px) {
  .miyajima__text {
    text-align: left;
  }
}

.miyajima__text span {
  color: #fff;
  font-weight: 700;
  background-color: #5796c6;
  border-radius: 10px;
  padding: 6px 24px;
  margin: 0 auto 10px;
  display: block;
  width: 120px;
}

@media print,
screen and (min-width: 769px) {
  .miyajima__text span {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
		width: 80px;
  }
}
.miyajima__text1 {
  margin-right: 50px;
  margin-bottom: 40px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

@media print,
screen and (min-width: 769px) {
  .miyajima__text1 {
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 30px;
  }
}

.miyajima__text1 span {
  color: #fff;
  font-weight: 700;
  background-color: #5796c6;
  border-radius: 10px;
  padding: 6px 24px;
  margin: 0 auto 10px;
  display: block;
  width: 120px;
}

@media print,
screen and (min-width: 769px) {
  .miyajima__text1 span {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
		width: 80px;
  }
}

.miyajima__note {
  background-color: #FFF2F2;
  border-radius: 10px;
  padding: 20px 5%;
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}

.miyajima__note__title {
  font-size: 16px;
  color: #961115;
  border-bottom: 1px solid #961115;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
}



/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){


}

.hotel-box {
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 10px;
}
.hotel-box ul {
  /* margin-top: 50px; */
}
.hotel-box ul li {
  text-align: center;
}
.hotel-box ul li a {
}
.hotel-box ul li a img {
}
.hotel-box ul li a p {
}


/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .hotel-box {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
  }
  .hotel-box .recommendation-text {
    text-align: center;
    font-weight: bold;
  }
  .hotel-box ul {
    margin-top: 30px;
  }
  .hotel-box ul li {
    text-align: center;
  }

}

.hotel-box .bikou {
  text-align: center;
  margin-top: 90px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .hotel-box .bikou {
    margin-top: 30px;
  }
  .hotel-box .bikou .text {
    text-align: left;
  }
  
}

/* ------------------------ 東横追加分 ------------------------ */

ul.adjust-r li:last-child{
  margin-right: 0;
}

.toyoko__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-top: 10px;
  padding: 0 160px;
}

.toyoko__item{
  margin-left: 15px;
  margin-top: 15px;
  width: 210px;
  padding: 7px 5px 9px;
  background-color: #EEF2F4;
  border-radius: 5px;
}

.toyoko__text{
  font-size: 14px;
  line-height: 1.3;
}

.toyoko__text .brSp{
  display: none;
}

/* ------------------------ スマートフォン ------------------------ */

@media only screen and (max-width:768px){
  .toyoko ul{
    margin-top: 0;
  }
  
  .toyoko__list{
    margin-left: -10px;
    margin-top: -10px;
  }
  
  .toyoko__item{
    margin-left: 10px;
    margin-top: 10px;
    width: calc(50% - 10px);
  }
  
  .toyoko__text .brSp{
    display: block;
  }
}


/* ------------------------ 東横追加分 ここまで ------------------------ */

.etto{
  background-color: #FFFFFF;
  padding: 60px 100px;
  border-radius: 10px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .etto{
    padding: 20px 20px;
  }

}

/* 運賃表（宮島口空港線） */
.miyajima-price .box{
  background-color: #e8f1f8;
  border-radius: 20px;
  padding: 60px;
}
.miyajima__price {
  width: 400px;
  text-align: center;
}
.miyajima__price1,
.miyajima__price3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5796c6;
  height: 52px;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  color: #fff;
  flex-direction: column;
  min-height: 60px;
  padding: 4px 0;
  font-size: 1.125rem;
}
.miyajima__price1 > span,
.miyajima__price3 > span {
  font-size: 0.84rem;
}
.miyajima__price3 {
  flex-direction: column;
  margin-top: 30px;
  margin-top: 0;
}
.miyajima__price3.--test:before {
  background-image: url(../img/before_01.png);
}
.miyajima__price2 {
  background-color: #fff;
  height: 67px;
  padding: 12px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #191919;
}
.miyajima__price2 span , .hiroshima__price2 span {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
}
.miyajima__price3:before , .hiroshima__price3:before {
  content: "";
  background-image: url(../img/otoku.png);
  width: 52px;
  height: 52px;
  position: absolute;
  background-size: 52px 52px;
  top: -30px;
  left: 0;
}
.miyajima__price3:before {
  top: -32px;
  left: -16px;
}
.miyajima__price3.--test:before {
  background-image: url(../img/before_01.png);
}
.white{
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 10px;
}
.white .text{
  padding-left: 2.5em;
  text-indent: -2.5em;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  /* 運賃表（宮島口空港線） */
  .miyajima-price .box{
    padding: 40px 20px 20px;
  }
  .miyajima__price {
    width: 100%;
  }
  .miyajima__price1,
  .miyajima__price3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    color: #fff;
    flex-direction: column;
    min-height: 60px;
    padding: 4px 0;
    font-size: 1.125rem;
  }
  .miyajima__price1 > span,
  .miyajima__price3 > span {
    font-size: 0.84rem;
  }
  .miyajima__price3 {
    flex-direction: column;
    margin-top: 30px;
  }
  .miyajima__price3:before , .hiroshima__price3:before {
    content: "";
    background-image: url(../img/otoku.png);
    width: 52px;
    height: 52px;
    position: absolute;
    background-size: 52px 52px;
    top: -30px;
    left: 0;
  }
  .miyajima__price2 {
    background-color: #fff;
    height: 67px;
    padding: 12px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #191919;
  }
  .miyajima__price2 span , .hiroshima__price2 span {
    display: block;
    text-align: right;
    font-weight: 400;
  }
  .miyajima__price3:before , .hiroshima__price3:before {
    content: "";
    background-image: url(../img/otoku.png);
    width: 52px;
    height: 52px;
    position: absolute;
    background-size: 52px 52px;
    top: -30px;
    left: 0;
  }
  .white{
    padding: 20px;
    margin-bottom: 30px;
  }

}


/* タブ */
.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.tab-list.--itsukaichi {
  justify-content: center;
}

.tab-item , .tab-item-link {
  width: 48%;
  padding: 18px 40px 18px 15px;
  /*border-radius: 10px;*/
  border: 3px solid #333333;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-item-link.--itsukaichi {
  width: 100%;
}

.c-3 .tab-item {
  width: 32%;
}
#miyajima .tab-item , #miyajima .tab-item-link {border-color: #e8f1f8;}
#hiroshima .tab-item , #hiroshima .tab-item-link {border-color: #DFECD8;}
.tab-item::after , .tab-item-link::after {
	content: "＋";
	position: absolute;
  font-size: 25px;
  font-weight: bold;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	line-height: 1;
	height: 25px;
}
.tab-item-link::after {
	content: "\0bb";
  right: 15px;
}
#miyajima .tab-item::after , #miyajima .tab-item-link::after {color: #5796c6;}
#hiroshima .tab-item::after , #hiroshima .tab-item-link::after {color: #41993f;}
.tab-item ,.tab-item::after , .tab-item-link ,.tab-item-link::after {
  transition: 0.3s ;
}
.tab-item span , .tab-item-link span {
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
}
#miyajima .tab-item.is-active::after {color: #FFFFFF;}
#hiroshima .tab-item.is-active::after {color: #FFFFFF;}
.tab-item.is-active::after {
	transform: rotate(-45deg) !important;
}

/* タブをクリックした時 ホバーした時 */
#miyajima .tab-item:hover , #miyajima .tab-item-link:hover {
  border-color: #5796c6;
  color: #5796c6;
}
#hiroshima .tab-item:hover , #hiroshima .tab-item-link:hover {
  border-color: #41993f;
  color: #41993f;
}
#miyajima .tab-item.is-active {
	background-color: #5796c6;
  border-color: #5796c6;
  color: #FFFFFF !important;
}
#hiroshima .tab-item.is-active {
	background-color: #41993f;
  border-color: #41993f;
  color: #FFFFFF !important;
}

/* パネル */
.panel-list {
}
.panel-item {
  display: none;
  width: 100%;
  padding: 70px;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
#hiroshima .panel-item , .schedule-box{
  background-color: #f2f9ee;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
.schedule-box{
  width: 100%;
  padding: 70px;
  margin-bottom: 50px;
  border-radius: 10px;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  /* タブ */
  .tab-list {
    margin-bottom: 0;
    justify-content: center;
  }
  .tab-item {
    width: 48.5%;
    padding: 10px 10px 30px;
    margin-bottom: 20px;
  }
	.tab-item-link {
		width: 100%;
		padding: 10px 10px;
    margin-bottom: 20px;
	}
  .c-3 .tab-item {
    width: 48.5%;
  }
  .tab-list .tab-item:nth-child(2n) {
    margin-left: 2%;
  }
	.tab-item::after {
    content: "＋";
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 5px;
		margin: auto;
		line-height: 1;
	}
  .tab-item span {
    font-size: 16px;
  }
  .panel-item , .schedule-box {
    padding: 25px;
    margin-bottom: 30px;
  }

}

ul.timetable-flow {
  display: flex;
}
ul.timetable-flow li {
  width: 30%;
  text-align: center;
}
ul.timetable-flow li img {
  margin-bottom: 15px;
}
ul.timetable-flow li p {
}
ul.timetable-flow li.arrow {
  width: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.timetable-flow li.arrow img {
  width: 80%;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  ul.timetable-flow {
    display: flex;
  }
  ul.timetable-flow li {
    width: 30%;
    text-align: center;
  }
  ul.timetable-flow li img {
    margin-bottom: 15px;
  }
  ul.timetable-flow li p {
    font-size: 14px;
  }
  ul.timetable-flow li.arrow {
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
  }
  ul.timetable-flow li.arrow img {
    width: 80%;
  }

}

.hiroshima{
  background-color: #f2f9ee;
  padding-bottom: 10px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){


}

.hiroshima__text3 {
  text-align: center;
}
.hiroshima__text3 div {
  -moz-text-align-last: left;
  text-align-last: left;
  display: inline-block;
}

.hiroshima-price-list{
  margin-top: 50px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){


}

.hiroshima__price {
  text-align: center;
  position: relative;
}

.hiroshima__price1 , .hiroshima__price3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #41993f;
  height: 52px;
  padding: 0 4px;
  border-radius: 10px 10px 0 0;
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
}

.hiroshima__price2 {
  height: 67px;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #191919;
}

@media print,
screen and (min-width: 769px) {

  .hiroshima__price {
    width: 400px;
  }

  .hiroshima__price1 , .hiroshima__price3 {
    flex-direction: column;
    height: auto;
    min-height: 60px;
    padding: 4px 0;
    font-size: 1rem;
  }

  .hiroshima__price1 > span , .hiroshima__price3 > span {
    font-size: 0.84rem;
  }
}

/* FAQ */
.faq {
	padding: 50px 50px 50px;
	background-color: #F1F1F1;
}
.faq h2 {
}
.faq-list {
	margin-bottom: 10px;
	background-color: #FFFFFF;
  transition: transform 1.5s;
}
.faq-list summary {
	position: relative;
	padding: 1em 3em 1em 2.8em;
  /*text-indent: -1.4em;*/
	font-weight: 600;
	cursor: pointer;
  vertical-align: middle;
}
.faq-list summary span {
  font-size: 20px;
  font-weight: bold;
  width: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #5796c6;
}
summary {
  list-style-type: none;
}
summary::-webkit-details-marker {
  display: none;
}
/* Chromiumベースのブラウザ以外のための対応 */
summary:before {
  content: none;
}
/* Firefoxのための対応 */
summary:not([marker]):before {
  content: none;
}
summary:marker {
  display: none;
  content: "";
}
.faq-list summary::before,
.faq-list p::before {
  position: absolute;
  top: 15px;
  left: 27px;
  font-weight: 600;
  font-size: 20px;
}
.faq-list summary::before {
  color: #5796c6;
  content: "Q";
}
.faq-list summary::after {
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  height: 25px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  content: '＋';
  transition: transform .5s;
}
.faq-list[open] summary::after {
  transform: rotate(-45deg);
}
.faq-list p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
	padding: 1em 3em 1em 4em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.faq-list[open] p {
  transform: none;
  opacity: 1;
}
.faq-list p::before {
  color: #E06E6E;
  line-height: 1.2;
  content: "A";
  top: 17px;
  left: 27px;
}
.contact {
	border: 2px solid #838383;
	border-radius: 10px;
	padding: 30px;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	display: inline-block;
	margin-bottom: 60px;
	text-align: center;
}
.contact p {
	font-size: 15px;
	font-weight: bold;
}
.contact a {
	font-size: 34px;
	font-weight: bold;
}
.fa-phone{
	transform: rotate(28deg);
	margin-right: 3px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  /* FAQ */
  .faq {
    padding: 20px 20px 20px;
  }
  .faq h2 {
  }
  .faq-list {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .faq-list summary {
    padding: 1em 2.8em 1em 3.7em;
    /*text-indent: -1.4em;*/
    font-weight: 600;
  }
  .faq-list summary span {
    font-size: 18px;
    width: 30px;
    margin-right: 10px;
    position: absolute;
    top: 13px;
    left: 28px;
		text-align: left;
  }
  .faq-list summary::before,
  .faq-list p::before {
    top: 13px;
    left: 9px;
    font-size: 18px;
  }
  .faq-list summary::after {
    right: 10px;
  }
  .faq-list p {
    padding: .3em 3em 1.4em 2.8em;
  }
  .faq-list p::before {
    line-height: 1.2;
    top: 7px;
    left: 15px;
  }
  .contact {
    padding: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact p {
    font-size: 15px;
  }
  .contact a {
    font-size: 25px;
  }
  .fa-phone{
    margin-right: 3px;
  }

}

.web {
  position: relative;
  border: 2px solid #479fb5;
  border-radius: 10px;
  background-color: #479fb5;
  text-align: center;
  padding: 30px;
  max-width: 600px;
	height: 100%;
  margin: 0 auto;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.web div.info__tel__img {
}
.web div.info__tel__img img {
}
.web .w-img {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.web .w-img span {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 7px 15px 12px;
	margin-right: 5px;
}
.web .w-img span img {
	width: 180px;
	margin: 0;
	vertical-align: middle;
}
.web .w-text {
	display: block;
	font-size: 34px;
	font-weight: bold;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .web {
    padding: 20px;
    height: auto;
    margin-bottom: 70px;
  }
  .web .w-img {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  .web .w-img span {
    padding: 7px 15px 12px;
    margin-right: 5px;
  }
  .web .w-img span img {
    width: 130px;
  }
  .web .w-text {
    font-size: 25px;
  }

}

.info__tel {
  position: relative;
	display: block;
  border: 2px solid #66AE78;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 30px;
  max-width: 600px;
	height: 100%;
  margin: 0 auto;
}

.info__img {
	width: 130px;
  position: absolute;
	top: -50px;
	left: -50px;
  z-index: 1;
}
.info__img img {
	width: 100%;
}
.info__tel__text1 {
	font-size: 15px;
  color: #4A903F;
  font-weight: 700;
}

.info__tel__text2 {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #4A903F;
  width: 300px;
  margin: 0 auto;
}

.info__tel__text3 {
  font-size: 0.75rem;
  color: #2B2B2B;
  margin-top: 10px;
}

.info__tel__text4 {
  color: #2B2B2B;
  margin-top: 16px;
  font-weight: 700;
  font-size: 0.9375rem;
}

.info__tel__text5 {
  font-size: 0.75rem;
  color: #2B2B2B;
  font-weight: 700;
}

.info__tel__text6 {
  display: block;
  font-size: 1.5625rem;
  color: #2B2B2B;
  font-weight: 700;
  background-image: url(../img/tel3.png);
  background-size: 30px 30px;
  background-position: 35px 5px;
  width: 300px;
  margin: 0 auto;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

  .info__tel {
    padding: 20px;
    max-width: none;
    height: auto;
    margin: 0 auto;
  }

  .info__img {
    width: 86px;
    position: absolute;
    top: -61px;
    left: -19px;
  }
  .info__tel__text1 {
    font-size: 15px;
  }
  .info__tel__text2 {
    font-size: 25px;
    width: 300px;
    margin: 0 auto;
  }

  .info__tel__text3 {
    font-size: 0.75rem;
    color: #2B2B2B;
    margin-top: 5px;
  }

  .info__tel__text4 {
    color: #2B2B2B;
    margin-top: 16px;
    font-weight: 700;
    font-size: 0.9375rem;
  }

  .info__tel__text5 {
    font-size: 0.75rem;
    color: #2B2B2B;
    font-weight: 700;
  }

  .info__tel__text6 {
    display: block;
    font-size: 1.5625rem;
    color: #2B2B2B;
    font-weight: 700;
    background-image: url(../img/tel3.png);
    background-size: 30px 30px;
    background-position: 35px 5px;
    width: 300px;
    margin: 0 auto;
  }

}

/* ------------------- 五日市 バス乗降駅 余白削除 ------------------- */

ul.column03 li.mNone{
  margin-right: 0;
}