@charset "utf-8";
html,body { height:100%; }
/* フォントサイズの基準を10pxに */
html {
  font-size: 10px;
  font-size: 62.5%;
  }

/* body */
body {
  width: 100%;
  margin: auto;
  color: #46413c;
  padding: 0;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　sans-serif;  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

/* 太字 */
b, strong, .bold, h2{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　sans-serif;
}

/*clearfix*/
.cf:before,.cf:after {content:""; display:block; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

/*style*/
p{font-size:1.6rem; text-align:justify; text-justify:inter-ideograph; line-height: 1.8; margin:0;}

@media screen and (max-width:960px) {
  p{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  p{font-size: 1.4rem;}
}



a{text-decoration: underline; color:#282828; text-decoration: none;}
a:hover{text-decoration: none;}
h2{line-height: 1; font-weight:normal; letter-spacing: 4;}
main{overflow: hidden;}

.widthfix{width:100%; max-width:640px; margin:0 auto;}
img{width:100%; vertical-align: bottom;}



/* ul */
ul,ol{padding:0;}
ol li,ul li{font-size: 1.8rem; padding:0; list-style:none;}

@media screen and (max-width:960px) {
  ol li,ul li{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  ol li,ul li{font-size: 1.4rem;}
}

/* テーブルに関して */
table{
  font-size: 1.6rem;
  text-align: center;
}

/* thの下線を1pxに */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 1px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  





/* 共通 */
.section__wrap{
  padding:50px 10px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


h2{
  margin:30px auto 50px;
}

.section__image{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.text__box{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.text__box p{
  margin-bottom: 30px;
  text-align: center;
}

.text__box p:last-of-type{
  margin-bottom: 0;
}


p span.marker{
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffff00;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #ff78b7 0%);
}

p span.marker_yerrow{
  font-size: 2.4rem;
  font-weight: bold;
  color: #DC5C1F;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #F9FF37 0%);
}

.pink__box{
  text-align: center;
  margin-top: 40px;
}

.pink__box p{
  display: inline-block;
  text-align: center;
  border: 2px solid #ff78b7;
  border-radius: 8px;
  padding: 30px;
  box-shadow:4px 4px 0px 0px #ff78b7;
  background-color: #fff;
}

.black__box{
  text-align: center;
  margin-top: 80px;
}

.black__box--inner{
  display: inline-block;
  text-align: center;
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 30px;
  box-shadow:4px 4px 0px 0px #333333;
  background-color: #fff;
}

.pcCont {
    display: block;
}

.spCont {
    display: none;
}

@media screen and (max-width:560px) {
  .section__image{
    margin: 0 auto 40px;
  }

  h2{
    margin:0 auto 40px;
  }

  p span.marker{
    font-size: 1.8rem;
  }

  .pink__box p{
    padding: 20px;
  }

  .black__box--inner{
    padding: 20px;
  }
	
	 .pcCont {
        display: none;
    }
    .spCont {
        display: block;
    }
}



/* トップに戻る */
#page__top{
  width: 80px;
  height: 80px;
  margin: 0 20px 20px auto;
  background: #004678;
  opacity: 0.8;
  border-radius: 8px;
  z-index: 4;
}
#page__top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 1;
  text-decoration: none;
}
#page__top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 4rem;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* メインビジュアル */

#vaccine_tour {
	background-color: #fff;
}

#main__visual {
	background-image: url("../img/bg.jpg");
	background-size:1750px;
	background-position: center;
}
#main__visual h1{
	margin: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	width: 1000px;
}

.pc_main {
	display: block;
	
}
	
.sp_main {
	display: none;
}

.sp_main_txt {
	display: none;
}

#main__visual p{
  width: 550px;
}

.gototravel_logo {
	width: 100px;
	position: absolute;
    left: 10%;
    top: 10%;
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 560px) {

#main__visual {
	background-image: url("../img/bg_sp.jpg");
	background-size:500px;
	background-position: center;
}
	
  #main__visual h1{
    width: 80%;
	  padding-top: 90px;
  }
	
	.pc_main {
		display: none;
	}
	
	.sp_main {
		display: block;
	}
	
.sp_main_txt {
	display: block;margin: auto;
	width: 90%;
	padding-bottom: 20px;
}

	.gototravel_logo {
	width: 16%;
	position: absolute;
    left: 2%;
    top: 10%;
}
}


/*ナビゲーション*/
.pc__header{
  padding: 20px 10px 0px 10px;
  display: block;
  width:100%;
  background-color: #fff;
}

.pc__header.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 2;
}

.sp__header{
  display: none;
  background-color: #00467C;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.main__nav{
  width: 1000px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

.main__nav li {
	display: table;
}

.main__nav li a{
  color: #00467C;font-weight: bold;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  transition: background-color ease .3s,color ease .3s;
  padding: 20px 10px;
  font-size: 1.9rem;
	border-bottom: solid #00467C 1px;
	height: 90px;
	display: table-cell;
    vertical-align: middle; 
}

.main__nav li a:hover{
  color: #fff;
  background-color: #00467C;
}

/* スマホ用 */
#nav-drawer {
  position: relative;
  text-align: right;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}


/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 25px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 600px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* スマホメニュー */

.drawer__title{
  position: relative;
  padding: 22px 0;
  text-align: center;
  background-color: #0046A5;
}

.drawer__title .drawer__title--text{
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
}

.drawer__title #menu-close{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.drawer__title #menu-close p{
  line-height: 1;
}

.gnav__sp--menu li a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #0046A5;
  font-size: 1.6rem;
	text-align: center;
  }

.gnav__sp--menu li a:hover{
  color: #282828;
}

@media screen and (max-width:960px) {
  .main__nav{
    width: 100%;
  }
  .pc__header{
    display: none;
  }

  .sp__header{
    display: block;
  }
}


/*クーポンページのリンク*/

#coupon_link {
	margin-top: 0px;
}

#coupon_link h2{
  width: 480px;
  margin-bottom: 20px;
}

.link_btn {
	width:668px;
	margin-left: 150px;
}


@media screen and (max-width:960px) {
#coupon_link {
	margin-top: 0px;
}

 #coupon_link h2{
    width: 90%;
	 margin-bottom: 40px;
  }
	
.link_btn {
	width: 100%;
	margin-left: 0px;
}

}

/*シュミレーター*/

.simu_howto {
  width: 558px;
  margin-bottom: 20px;
	margin-left: 180px;
}

.simu_link_btn {
	width:649px;
	margin-left: 150px;
	margin-bottom: 20px;
}

.simu_step {
	width: 616px;
	margin-left: 160px;
}

@media screen and (max-width:560px) {
.simu_howto {
  width: 100%;
  margin-bottom: 20px;
	margin-left: 0px;
}
	
.simu_link_btn {
	width:100%;
	margin-left: 0px;
}

.simu_step {
	width:100%;
	margin-left: 0px;
}

}

/*新着情報*/

#news_box {
	margin: 0 auto;
	
}

#news_box h2 {
	text-align: center;
}

.news_info_box {
	margin: 0 auto;
	background-color: #fff;
	width: 750px;
	height: 170px;
	border: 1px solid #A0A0A0;
	overflow: scroll;
	padding: 0px 20px 20px 20px;
	border-radius:8px;
}

.news_inner_box {
	width: 700px;
}

.day {
	font-size: 87%;
	font-weight: bold;
	float: left;
	width: 125px;
	padding-top: 18px;
	color: #1C3277;
}


.n_txt {
	border-bottom: dotted 1px #757575;
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
	width: 570px;
	font-size: 90%;
}

.n_txt a {
	text-decoration: underline;
}

@media screen and (max-width:560px) {
	


.news_info_box {
	margin: 0 auto;
	background-color: #fff;
	width: 100%;
	height: 160px;
	border: 1px solid #A0A0A0;
	overflow: scroll;
	padding: 0px 10px 10px 10px;
	font-size: 90%;
}
	
	.news_inner_box {
	width: 76%;
		
}

.day {
	font-size: 110%;
	font-weight: bold;
	float: left;
	color: #1C3277;
	width: 80%;
}


.n_txt {
	border-bottom: dotted 1px #757575;
	padding-bottom: 15px;
	float: left;
	width: 130%;
	padding-top: 5px;
}
	
}

/*NEWS*/

#news {
	margin-top: 0px;
}

.newstxt {
	background-color:#E6E6E6;
	color: #303030;
	padding: 20px;
	width: 85%;
    margin-left: 60px;
}

@media screen and (max-width:960px) {
#news {
	margin-top: 0px;
}

.newstxt {
	background-color:#E6E6E6;
	color: #303030;
	padding: 20px;
	width: 100%;
	margin-left:0px;
}

}

/*ワクチン接種割とは*/


#vaccine {
	background-image: url("../img/wakuchinwari_bg.jpg");
	background-size: 1750px;
	margin-top: 20px;
	padding-bottom: 30px;
	background-position: center;
}

#vaccine h2 {
	color:#fff;
	font-weight: bold;
	text-align: center;
}

#vaccine p {
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.waribiki_gaku {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	color: #E70052;
	font-size: 23px;
	text-align: center;
	margin:20px auto;
	width: 800px;
}

.waribiki_gaku span {
	font-weight: bold;
	font-size: 28px;
}

.sp_br {
	display: none;
}

@media screen and (max-width:560px) {
	#vaccine {
	background-size:1750px 910px;
	}
	
	#vaccine h2 {
	color:#fff;
	font-weight: bold;
	text-align: center;
		line-height: 1.5em;
}

#vaccine p {
	font-size: 18px;
	text-align: center;
	color: #fff;
	width: 90%;
	margin: auto;
}

.waribiki_gaku {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	color: #E70052;
	font-size: 22px;
	text-align: center;
	margin:20px auto;
	width: 90%;
}
	
	.sp_br {
	display: block;
}
	
}

/*割引方法について*/

#waribiki h2 {
	color:#00467C;
	font-weight: bold;
	text-align: center;
}

.waribiki_step {
	float: left;
	width: 435px;
	height: 255px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.waribiki_step p.txt_s {
	position: absolute;
	top: 60px;
	left: 30px;
	color: #00467C;
	font-weight: bold;
	font-size: 20px;
}
.txt_long {
	position: absolute;
	top: 60px;
	left: 30px;
	color: #00467C;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.7em;
}

.waribiki_step span {
	position: absolute;
	top: 150px;
	left: 30px;
	color: #00467C;
	font-size: 15px;
}

span.txt_sub {
	position: absolute;
	top: 150px;
	left: 30px;
	color: #00467C;
	font-size: 15px;
}

span.txt_ss {
	position: absolute;
	top: 100px;
	left: 30px;
	color: #00467C;
	font-size: 14px;
}



#step01 {
	background-image: url("../img/step_01.jpg");
}

#step02 {
	background-image: url("../img/step_02.jpg");
}

#step03 {
	background-image: url("../img/step_03.jpg");
}

#step04 {
	background-image: url("../img/step_04.jpg");
}

@media screen and (max-width:560px) {
	
.waribiki_step {
	float: left;
	width: 435px;
	height: 225px;
	margin-right: 20px;
	position: relative;
}
	
	#step01,#step02,#step03,#step04 {background-size: 88%;
}
	
	
.waribiki_step p.txt_s {
	line-height: 1.5em;
	font-size: 18px;
}

span.txt_sub {
	position: absolute;
	top: 130px;
	left: 30px;
	color: #00467C;
	font-size: 14px;
}
	
	
span.txt_ss {
	position: absolute;
	top: 95px;
	left: 30px;
	color: #00467C;
	font-size: 13px;
}

	
}

/*対象商品*/

#tour {
	background-color: #E6F9FF;
	padding-bottom: 30px;
}

#tour h2 {
	color:#00467C;
	font-weight: bold;
	text-align: center;
	background-image: url("../img/tour_tit_bg.png");
	background-position: center;
	height: 67px;
}



.plan_cas {
	background-color: #fff;
	float: left;
	width: 295px;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 3px 4px 0px 0px rgb(0 0 0 / 10%);
}

.plan_area {
	width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
	
}

#plan_area_okinawa {
	background-color: #b90026;
}

#plan_area_rito {
	background-color: #0C84CA;
}

#plan_area_shikoku {
	background-color: #D1337B;
}

#plan_area_touhoku {
	background-color: #0D4FAD;
}

#plan_area_hokkaido {
	background-color: #089304;
}

#plan_area_kyushu {
	background-color: #C36904;
}

#plan_area_amami {
	background-color: #016C87;
}

#plan_area_kanto {
	background-color: #1D2982;
}

#plan_area_kansai {
	background-color: #1D2982;
}

.plan_img {
	padding:10px;
}

.plan_txt {
	padding: 0px 15px 20px 15px;
}

.plan_title {
	text-align: center;
	font-weight: bold;
	color:#AC0002;
	margin-bottom: 10px;
	height: 65px;
	text-decoration: underline;
	  display:table;
	width: 100%;
	
}

.plan_title p {
	 display:table-cell;
	 vertical-align:middle;
	text-align: center;
	font-size: 18px;
}
.plan_title a {
	color:#AC0002;
}



.plan_setsumei p {
	font-size: 12px;
	height: 80px;
}

@media screen and (max-width: 560px) {
	

	
  .plan_cas {
	background-color: #fff;
	float: left;
	width:90%;
	margin-bottom: 20px;
}
	
	.plan_img {
	padding: 10px;
}

.plan_txt {
    padding: 10px;
}
	
.plan_title {
	text-align: center;
	font-weight: bold;
	color:#AC0002;
	margin-bottom: 10px;
	height: auto;
	text-decoration: underline;
}
	
.plan_title p {
	font-size: 20px;
	}
.plan_title a {
	color:#AC0002;
}

.plan_setsumei p {
	font-size: 12px;
	width: 100%;
}

	
}


/* 注意事項 */

#notice_question {
	padding-bottom: 30px;
}
#notice_question h2{
	tcolor:#00467C;
	font-weight: bold;
	text-align: center;

}

.notice_travelor {
	font-size: 21px;
	font-weight: bold;
	color: #B30002;
	text-align: center;
	margin-bottom: 15px;
}

.notice_list {
	width: 90%;
    margin: auto;
}

.notice_list li {
	background-image: url("../img/dot_blue.png");
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.notice_title {
	color: #00467C;
	font-weight: bold;
}

.notice_txt {
	width: 90%;
    margin: auto;
}

.notice_txt dt {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00467C;
}

.notice_txt dd {
	margin-bottom: 15px;
	background-image: url("../img/dot_blue.png");
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
}

.mailat {
	padding: 15px;
	background-color: #FFF2F2;
	margin-top: 15px;
	font-size: 16px;
}
.mailat a {
	text-decoration: underline;
}

@media screen and (max-width: 560px) {
	.notice_travelor {
	font-size: 18px;
	}
	
	.notice_txt dd {
		font-size: 1.4rem;
	}
}

/* よくある質問 */

#pc_question {

}


#pc_question h2{
	tcolor:#00467C;
	font-weight: bold;
	text-align: center;	
}

.p-accordion{
	margin-left: 80px;
	padding-bottom: 30px;
}

.p-accordion__item{
  width: 90%;
}

.p-accordion__head a{
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  padding: 14px 12px;
  position: relative;
}

.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}

.p-accordion__head a::before{
  transform: rotate(90deg);
}

.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}

.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}

.p-accordion__content{
  margin-top: 10px;
  padding: 0 12px;
margin-bottom: 10px;
}

@media screen and (max-width:560px) {


	
 .p-accordion{
	margin-left: 20px;
	padding-bottom: 30px;
  justify-content: space-between;
}
	
.p-accordion__item{
  width: 95%;
}
	
.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}

.p-accordion__head a::before{
  transform: rotate(90deg);
}

.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}

.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}

.p-accordion__content{
  margin-top: 8px;
  padding: 0 12px;
margin-bottom: 20px;
}


	
}

/*/////////////////////////////　エチケット、感染症対策　////////////////////////////*/




.text {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 48px;
}




/* etiquette */

#etiquette_cont h2 {
	tcolor:#00467C;
	font-weight: bold;
	text-align: center;	
}

#etiquette_cont {
    width: 100%;
    background-color: #f9f9f9;
    padding: 30px 0;
    margin-bottom: 100px;
}

#etiquette_cont ul {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#etiquette_cont ul li {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: bold;
    margin: 0 4px 30px 0;
    vertical-align: top;
}

#etiquette_cont ul li img {
    display: block;
    margin-bottom: 12px;
}

.etiquette_text {
	text-align: center;
}

@media screen and (max-width:1100px) {
    #safety_cont .safety_box {
        display: block;
    }
    #safety_cont .safety_box div {
        width: 96%;
    }
}

@media screen and (max-width:767px) {
    #etiquette_cont {
        padding: 30px 0;
        margin-bottom: 32px;
    }
    #etiquette_cont .maincopy::before,
    #safety_cont .maincopy::before {
        width: 140px;
        height: 36px;
        position: absolute;
        left: -60px;
        top: -24px;
        background-size: 140px auto;
    }
    .maincopy {
        margin-top: -70px;
    }
    .text {
        font-size: 1.5rem;
        padding: 0 30px;
        margin: 10px 0 30px 0;
    }
    #etiquette_cont ul {
        justify-content: space-between;
        padding: 0 30px;
    }
    #etiquette_cont ul li {
        width: 46%;
        font-size: 1.4rem;
    }
    #etiquette_cont ul li img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }
	
	.etiquette_text {
		width: 90%;
		margin: auto;
}
	
}


/* safety */


#safety_cont  h2 {
	tcolor:#00467C;
	font-weight: bold;
	text-align: center;	
}

.safety_text {
	text-align: center;
	margin-bottom: 20px;
}

#safety_cont .safety_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 0 auto;
}

#safety_cont .safety_box div {
    width: 48%;
    padding: 40px;
    margin: 0 auto 30px auto;
    border: 1px solid #aaa;
    border-radius: 20px;
    text-align: left;
    display: flex
}

#safety_cont .safety_box div h2 {
    color: #0044ab;
    font-size: 3.0rem;
    width: 170px;
    position: relative;
}

#safety_cont .safety_box div h2::after {
    width: 124px;
    height: 124px;
    content: "";
    position: absolute;
    left: 0px;
    top: 52px;
    background: no-repeat left top;
    background-size: 124px auto;
}

#safety_cont .safety_box div h2.plain::after {
    background-image: url(../img/ico01.png);
}

#safety_cont .safety_box div h2.car::after {
    background-image: url(../img/ico02.png);
}

#safety_cont .safety_box div h2.hotel::after {
    background-image: url(../img/ico03.png);
}

#safety_cont .safety_box div h2.kanko::after {
    background-image: url(../img/ico04.png);
}

#safety_cont .safety_box div dl {
    max-width: 69.5%;
    margin-top: 10px;
}

#safety_cont .safety_box div dl dt {
    font-weight: bold;
}

#safety_cont .safety_box div dl dd {
    text-indent: -16px;
    margin-left: 16px;
}

@media screen and (max-width:1100px) {
    #safety_cont .safety_box {
        display: block;
    }
    #safety_cont .safety_box div {
        width: 94%;
    }
}

@media screen and (max-width:767px) {
    #safety_cont .safety_box div {
        padding: 24px 24px;
        display: block;
        margin-bottom: 20px;
        width: 90%;
    }
    #safety_cont .safety_box div h2 {
        width: 100%;
        font-size: 2.4rem;
    }
    #safety_cont .safety_box div h2::after {
        width: 64px;
        height: 64px;
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        top: -7px;
        background: no-repeat left top;
        background-size: 64px auto;
    }
    #safety_cont .safety_box div dl {
        max-width: 100%;
        font-size: 1.4rem;
    }
	
		.safety_text {
		width: 90%;
		margin: auto;
			padding-bottom: 20px;
}
	
}

/*/////////////////////////////　フッター　////////////////////////////*/

footer {
    text-align: left;
    position: relative;
    padding: 100px 0 0 0;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}

footer .copyright a {
    color: inherit !important;
    text-decoration: none;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 0px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff !important;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

footer dd a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 60px 0 0 0;
    }
    footer ul {
        text-align: center;
        display: block;
        position: static;
    }
    footer li {
        margin: 0;
        padding: 0 15px;
    }
    footer .copyright {
        padding: 15px 20px;
    }
    footer div {
        display: block;
        padding: 20px;
        margin-top: 20px;
    }
    footer dl {
        margin: 0;
        flex-wrap: wrap;
    }
    footer dt {
        width: 100%;
        margin: 0 0 12px 0;
    }
}


/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    z-index: 100;
}

#page-top a {
    background: #AB1436;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #333;
}

@media screen and (max-width: 560px) {
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 10px;
        font-size: 13px;
    }
    #page-top a {
        background: #AB1436;
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 20px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
    }
    #page-top a:hover {
        text-decoration: none;
        background: #333;
    }
}


