@charset "UTF-8";

.srch_parts_box, .result_box{
  display: none !important;
}

body {
  background-clip: #FFF;
  color: #333;
}
a:hover{
  opacity: 0.75;
}
p {
  margin: 12px 0 !important;
}
section {
  padding: 60px 0 ;
}

.section_first {
  padding: 40px 0 ;
}

.serif {
  font-family: "Times", "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.serif2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.main_font{
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.cinzel {
  font-family: 'Cinzel', serif;
}

#all_contents {
  width: 100%;
  padding-top: 0;
  background-color: transparent;
}

.block_padding{
	padding:50px 0;
}

h2 {
  width: 1000px;
  margin: 0 auto;
  font-size: 28px;
  padding: 0 0 1em;
  display: block;
  font-weight: bold;
  text-align: left;
}
h3 {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-weight: bold !important;
  font-size: 20px !important;
  margin-bottom: 12px !important;
}
p {
  font-size: 15px;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.TextBlue {
  color: #008dde;
}
.bg_blue {
  width: 100%;
  background-color: #f5f9fe;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
margin-bottom: 40px;
}
/* コンテンツ */
.contents_all{
    width: 100%;
    text-align: center;
}
.contents_head {
    height: 470px;
    background: url(https://www.img-ikyu.com/contents/dg/guide/acc7/00000547/img/a_002.jpg?auto=compress,format&fit=crop&lossless=0&w=1512&h=470&q=75) no-repeat center top;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title_img img {
  width: 600px;
  height: 290px;
}
.circle {
  top: 0;
  width: 560px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.subtitle{
  margin: 0 0 16px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.subtitle span{
  display: inline-flex;
  background-color: #008dde;
  margin-left: 4px;
  padding: 15px 10px 10px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  align-items: center;
  box-sizing: border-box;
}

.title_lead {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.pref_coupon_per {
  color: #008dde;
  font-size: 28px;
}
.andmore_box {
  display: inline-flex;
  justify-content: center;
  background-color: #008dde;
  border-radius: 7px;
  padding: 15px 25px;
  align-items: center;
}
.sarani_ikyunara{
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
}
.sarani {
  display: block;
  line-height: 1;
  font-size: 40px;
}
.ikyunara{
  display: block;
  font-size: 18px;
}
.goper {
  font-weight: bold;
  font-size: 70px;
  color: #FFF700;
  line-height: 1;
}
.ikyu_per {
  font-size: 40px;
}

/* ---------------- Topics ------------------*/
#main_content{
	width:100%;
}

/* リスト */

/* .title {
  margin-bottom: 20px;
	color:#395473;
}
.now{
  font-size:30px;  
  margin-bottom: 5px;
}

.onsale{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.onsale::after{
  content:"";
  display: block;
  width:30%;
}

.onsale_box{
  width: 1000px;
  height:300px;
  background: #fff;
  margin-bottom: 35px;
  display:block;
  position:relative;
  box-shadow: 1px 1px 8px #ccc;
}

.onsale_box img{
	width:100%;
}

.onsale_box .ribbon {
	display: inline-block;
	position: absolute;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding:0 0 0 18px;
	font-size: 18px;
	background: #d22b15;
	color: #fff;
	box-sizing: border-box;
	top:10px;
  padding-right:20px;
}

.onsale_box .ribbon:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	top: 0;
	right: -45px;
  border: 25px solid #d22b15;
  border-right-color: transparent;
}

.sale_name{
  font-size: 20px;
  font-weight: bold;
  margin-top:25px;
  color: #333;
}
.onsale_box:hover{
  opacity: 0.8;
}

.sale_period{
  font-size: 14px;
  padding: 10px;
  background: #008dde;
  margin: 0 auto ;
  color: #fff;
} */

/* お知らせ */
.top_content-alert{
	width:1000px;
	background:#fff;
	padding:40px 50px;
	box-sizing:border-box;
	margin:0 auto 50px auto ;
	border-radius:5px;
	border:solid 1px #ccc;
}

.top_content-alert .title{
	text-align:center;
	font-size:20px;
  color: #333;
}

.top_content-alert ul{
  padding:0;
  margin:0;
}

.top_content-alert ul li{
  list-style:disc;
}



/* 県民割 */


/* パンくず */
.breadcrumbAndUpdatedate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}
ol {
  list-style: none;
}
.breadcrumb {
  margin: 0;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.breadcrumb_item a {
  color: #484848 !important;
}
.breadcrumb_item:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  background: url(https://www.img-ikyu.com/contents/dg/image/icon/icon_arrow_gray.svg)
    no-repeat;
  margin: 0 5px 0 10px;
}
.breadcrumb_item:hover {
  opacity: 0.5;
}
/* パンくずここまで */

/* navi */
.navi {
  position: sticky;
  top: 0;
  width: 100%;
  background: #008dde;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
  z-index: 10;
}
.navi_box {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
.navi_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4);
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}
.navi_contents:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.36);
}
.navi_text {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 15px 0;
  color: #fff !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.navi_text:active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  left: 0;
  background: #008dde;
}
/* navi end */

/* NEWS */
.news {
  width: 1010px;
  border: 4px solid #ff3100;
  margin: 20px auto;
  padding: 20px;
  font-size: 14px;
  text-align: center;
}
.news_title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
}
.news_text {
  font-size: 15px;
  line-height: 1.7;
}
.change_point {
  display: inline-block;
  margin: 20px auto;
  padding: 10px;
  text-align: left;
  padding: 0 0 30px;
  color: #333;
  border: 1px solid #a9a9a9;
}
.change_point_title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  background: #ff3100;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
.change_point_text {
  display: block;
  padding: 5px 60px;
}
.news_note {
  display: block;
  margin: 10px auto 0;
  font-size: 14px;
  color: #828282;
  text-align: left;
}

.news_note_2 {
  display: block;
  margin: 10px auto 0;
  font-size: 15px;
  color: #333;
  text-align: left;
  line-height: 1.7em;
}
/* お知らせ */

.info_first_box {
  width: 1000px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 10px;
  padding: 20px;
  border-radius: 4px;
  color: #333;
  border: 1px solid #e4e4e4;
}
.info_first_title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  background: url(https://www.img-ikyu.com/contents/dg/image/icon/icon_info_blue.svg)
    4px 7px no-repeat;
  background-position: left;
  background-size: 20px;
  padding-left: 30px;
}

/* アコーディオン */

.acbox {
  width: 860px;
  font-size: 0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin: 0 10px 10px; /* ボックス全体の位置調整 */
}

.acbox label {
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: left;
  position: relative;
  display: block;
  padding: 10px 8px 10px 45px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #333;
  border: 1px solid #e4e4e4;
  background: url(https://www.img-ikyu.com/contents/dg/image/icon/icon_info_blue.svg)
    10px 10px no-repeat;
  background-size: 20px 20px;
  background-position: 15px;
}

.acbox input {
  display: none;
}

.acbox label:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 29px;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  border-right: 4px solid #008dde;
  border-top: 4px solid #008dde;
  border-radius: 1px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.acbox input:checked ~ label::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 29px;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  border-right: 4px solid #008dde;
  border-top: 4px solid #008dde;
  border-radius: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.info_date {
  width: 125px;
  display: inline-block;
}
.acbox div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div {
  height: auto;
  margin-top: -3px;
  padding: 10px 15px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  border: 1px solid #e4e4e4;
  border-top: none;
  opacity: 1;
}

.acbox input:checked ~ label {
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

.acbox-under {
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

/* アコーディオンここまで */

.news_excluded {
  width: 975px;
  border: 4px solid #ff4d4d;
  margin: 20px auto;
  padding: 30px;
  text-align: left;
}
.news_excluded_title {
  margin: 30px 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.news_excluded_text {
  margin: 0 !important;
  font-size: 15px;
  line-height: 1.7;
}
.news_excluded_subtitle {
  margin: 20px 0 10px;
  padding: 5px 0 5px 12px;
  background-color: #f7f7f7;
  font-size: 18px;
  font-weight: 700;
  border-left: 4px solid #1a4473;
  border-bottom: solid 3px #dadada;
}
.news_excluded_subtitle2 {
  display: block;
  position: relative;
  margin: 20px 0 10px;
  padding: 5px 0 5px 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.news_excluded_subtitle2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 4px;
  height: 100%;
  background: #1a4473;
}
.news_excluded_subtitle3 {
  font-size: 14px;
  font-weight: 700;
}
.news_excluded_subtitle4 {
  padding: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
}
.news_excluded_text + .news_excluded_subtitle4 {
  padding: 10px 0 5px;
}
.news_excluded_text2 {
  margin: 0 0 15px;
  font-size: 14px;
}
.news_excluded_text_cancel {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.news_excluded_cancel_table {
  margin: 10px 0 10px 1.2em;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  font-size: 13px;
}
.news_excluded_cancel_table th,
.news_excluded_cancel_table td {
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
}
.news_excluded_cancel_table th {
  font-weight: normal;
  text-align: left;
  background-color: #f7f7f7;
}
.news_excluded_bg {
  display: block;
  padding: 15px;
  margin: 10px 0;
  background: #f7f7f7;
}
.btn_link_box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.btn_link {
  margin-right: 10px;
  padding: 3px 10px;
  border: 1px solid #008dde;
  border-radius: 3px;
  color: #008dde;
  font-size: 13px;
}
.info_b {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
}
.info_text {
  font-size: 14px;
  margin-bottom: 22px;
}
.info_note {
  font-size: 12px;
}
/* good point */
.goodpoint_wrapper {
  width: 1000px;
  margin: 50px auto 0;
  background-color: #fff;
}
.goodpoint_listContainer {
  display: flex;
  justify-content: space-between;
}
.goodpoint_listbox {
  display: inline-block;
  position: relative;
  width: 430px;
  background-color: #fff;
  margin: 2em 0 1em;
  padding: 16px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
  vertical-align: top;
  border-radius: 8px;
  z-index: 1;
}

.goodpoint_listbox .goodpoint_label {
  position: absolute;
  top: -26px;
  left: -34px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 66px;
  height: 66px;
  background: #008dde;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.goodpoint_listbox .pointNumber {
  display: block;
  font-size: 20px;
}
.goodpoint_listbox .goodpoint_topic_title {
  font-size: 1.2em;
  text-align: center;
  color: #008dde;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0 10px 0 0;
}

.goodpoint_topic_text {
  text-align: left;
  line-height: 1.6;
  font-size: 15px;
  color: #333;
}
.note{
  display: block;
  width: 1000px;
  margin: 10px auto 0;
  font-size: 12px;
  text-align: left;
  color: #828282;
}

.pointup_link {
  display: block;
  width: 550px;
  margin: 30px auto;
  padding: 12px 0;
  border-radius: 40px;
  background: linear-gradient(45deg, #006198 0, #0085d1 100%);
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.pointup_link span{
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
/* about goto */
.tpc_title {
  width: 1000px;
  margin: 0 auto;
  font-size: 28px;
  padding: 0 0 1em;
  display: block;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.tpc_title_margin {
  margin-top: 0 !important;
}
.about_pref_wrapper {
  display: flex;
  flex-direction: row;
}
.tpc_text {
  text-align: left;
  line-height: 1.7em;
  font-size: 15px;
  margin: 12px 0;
}
.pc_title_second {
  display: block;
  position: relative;
  padding: 5px 0;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
}
/* GoToTravel キャンペーンの割引イメージ */
.graphBox {
  text-align: left;
  background: #fff;
  padding: 40px;
  border: 2px solid #008dde;
  border-radius: 4px;
}
.shukuhakuryokin {
  width: 460px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.chiikiCoupon {
  width: 160px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.total {
  width: 460px;
  background-color: #008dde;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.discountRate {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0;
}
.yajirushi {
  width: 35px;
  height: 75px;
  margin-left: 230px;
}
.max {
  margin-left: 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 11px;
  color: #ff4d4d;
}
.maxDiscountRate {
  font-size: 24px;
  font-weight: bold;
  color: #ff4d4d;
}
.maxDiscountRateDetail {
  background-color: #fff;
  font-size: 12px;
  color: #333;
  text-align: left;
  padding: 10px;
  /* margin-left: 20px; */
  display: flex;
  flex-direction: column;
}
.resultBox {
  display: flex;
  align-items: end;
}
.resultRate {
  display: flex;
  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  box-sizing: border-box;
  background-color: #008dde;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.resultDiscountRate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 160px;
  height: 80px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  border: dashed 2px #707070;
  text-align: center;
}
.graphSmall {
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.resultDiscountRatePlus {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #008dde;
  font-size: 39px;
  vertical-align: top;
  margin: 0 18px;
  height: 80px;
}
.resultCoupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  background-color: #b58f1e;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
/* 利用条件 */
.TermsOfUseTitle {
  display: flex;
  align-items: center;
  width: 300px;
  height: 40px;
  background-color: #43b2f2;
  margin-block-end: 0.7em;
  padding: 10px 20px 10px 10px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
}
.TermsOfUseText {
  margin: 12px 0;
  font-size: 15px;
  text-align: left;
  line-height: 1.7;
}
.TermsOfUseTextNote {
  font-size: 13px;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
}
.TermsOfUseTextNoteGray {
  font-size: 13px;
  background: #f7f7f7;
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
}
.TermsOfUseList {
  text-align: left;
  font-size: 15px;
  margin-left: 20px;
}
.TermsOfUseList li {
  list-style: disc;
  margin-bottom: 5px;
}
.TermsOfUseList2 {
  text-align: left;
  font-size: 15px;
  margin-left: 20px;
}
.TermsOfUseList2 li {
  list-style: disc;
  margin-bottom: 5px;
  margin-top: 5px;
}
.vaccinationbox {
  display: flex;
  border : 1px solid #ccc;
}
.vaccination_title {  
  display: block;
  width: 240px;
  flex-shrink: 0;
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
}
.vaccination_condition {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  background: #fff;
}

/* 各自治体クーポンご利用時の注意事項 */
.middle_content-cotainer{
	width:1000px;
	background:#fff;
	padding:40px 50px;
	box-sizing:border-box;
	margin: 0 auto ;
	border-radius:5px;
	border:solid 1px #ccc;
}

.coupon_info_title{
	text-align:center;
	font-size:20px;
}

.point{
	position:relative;
	font-weight: 600;
	display:block;
	padding-left:15px;
	margin:10px 0;
  font-size:16px;
}

.point:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	width: 6px;
	height: 100%;
	background: #008dde;
  }

.coupon_info_detail .coupon_info_detail_list{
	line-height:1.6em;
	text-align:left;
	font-size:14px;
	list-style:none;
  margin-bottom: 30px;
}

.coupon_info_detail .coupon_info_detail_list span{
	display:block;
}

.link_list{
  text-align: right;
  font-size: 13px;
}

.coupon_caution{
  color:#ff0000;
  font-size:14px;
  margin-top:20px;
}
/* 地域共通クーポンとは */
.aboutAreCoupon {
  padding: 50px 0;
  background-color: #f7f7f7;
  text-align: left;
}
.areaCouponTitle {
  width: 420px;
  height: 20px;
  background-color: #43b2f2;
  padding: 10px 20px 10px 10px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.areaCouponText {
  font-size: 15px;
  text-align: left;
  line-height: 1.7;
}
.areaCouponImage {
  display: block;
  text-align: left;
  margin-top: 20px;
}
.areaCouponAmountTable {
  margin: 10px 0 30px;
  text-align: center;
  border-collapse: collapse;
  font-size: 14px;
}
.areaCouponAmountTable th {
  padding: 10px 30px;
  background: #008dde;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #fff;
}
.areaCouponAmountTable th.coupon {
  background: #b58f1e;
}
.areaCouponAmountTable td {
  padding: 10px 30px;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.areaCouponAmountTable .subTh {
  padding: 5px 30px;
  background: #b58f1e;
  color: #fff;
}

/* ホテル・旅館を探す */
.reccomend {
  width: 100%;
  padding: 50px 0;
}
.reccomendWrapeer {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.reccomendList {
  display: flex;
  align-items: center;
  position: relative;
  width: 230px;
  margin-bottom: 20px;
}
.reccomendTitle {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.reccomendImg {
  border-radius: 5px;
}
/* 宿を探す */

.campaign_reccomend_wrapper{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 1000px;
	margin:0 auto;
}

.campaign_reccomend_box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32%;
	margin-bottom: 10px;
  margin-right:2%;
}

.campaign_reccomend_box:nth-child(3n){
  margin-right:0;
}

.campaign_reccomend_name{
	display: block;
	position: absolute;
	color: #fff !important;
	font-size: 16px;
  font-weight: bold;
	z-index: 1;
}

.campaign_img{
	display: inline-block;
	width: 100%;
	border-radius: 4px;
}
/* よくあるご質問 */
.questions {
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
}
.question {
  text-align: left;
}
.answer {
  text-align: left;
}
.acd-check {
  display: none;
}
.acd-label {
  width: 990px;
  background: #eff7ff;
  color: #333;
  display: block;
  margin-bottom: 1px;
  padding: 16px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.acd-label:hover {
  cursor: pointer;
}
.acd-content {
  width: 1000px;
  border: 1px solid #fff;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-label:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 29px;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  border-right: 4px solid #008dde;
  border-top: 4px solid #008dde;
  border-radius: 1px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.acd-check:checked ~ label::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 29px;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  border-right: 4px solid #008dde;
  border-top: 4px solid #008dde;
  border-radius: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.q {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding: 5px;
  border: 1px solid #008dde;
  background-color: #008dde;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
}
.a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding: 8px;
  border: 1px solid #008dde;
  color: #008dde;
  font-weight: bold;
}
.answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}

.qaButton {
  width: 375px;
  height: 60px;
  border-radius: 40px;
  color: #fff !important;
  background: #008dde;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 30px auto;
}

.TermsOfUseSubTitle {
  font-size: 16px;
}

/* 各都道府県の概要 */
.japan-map-list {
  width: 1000px;
  margin: 0 auto 40px;
  padding: 0;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px #ddd solid;
  border-spacing: 0;
  font-size: 12px;
  text-align: left;
}
.japan-map-list thead {
  background-color: #f7f7f7;
  color: #333;
  border-bottom: 1px #ccc solid;
  font-size: 12px;
}
.japan-map-list th {
  margin-bottom: 9px;
  padding: 8px 12px;
  border-left: 1px #ccc solid;
  font-weight: bold;
  vertical-align: middle;
}
.japan-map-list th:first-child {
  border-left: none;
}
.japan-map-list tbody td:first-child {
  border-left-width: 0;
}
.japan-map-list tbody td {
  border-left: 1px #ccc solid;
}
.japan-map-list td {
  padding: 12px;
}
.japan-map-list .title {
  font-weight: bold;
  padding: 12px 0 12px 30px;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  width: 112px;
}
.japan-map-list .date {
  width: 14em;
}
.japan-map-list .stay-date {
  width: 18em;
}
.japan-map-list .official-page {
  width: 9em;
}
.japan-map-list tbody td {
  border-left: 1px #ccc solid;
}
.japan-map-list tbody tr {
  border-bottom: 1px #ccc solid;
}
.japan-map-list td {
  padding: 12px;
}
.japan-map-list-label {
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #FF4D4D;
}
.japan-map-list-label-notice {
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #1a4473;
}
.japan-map-list-label-end {
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #888;
}

/*ボタン*/
.link_button {
  width: 400px;
  border-radius: 100px;
  color: #fff !important;
  background-image: linear-gradient(45deg, #006198, #0085d1);
  font-size: 20px;
  text-decoration: none;
  margin: 30px auto 0;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1.4;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 14px;
	height: 14px;
	border-top: 3px solid #888;
	border-right: 3px solid #888;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 10px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}