@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	/*font-family: 'Noto Serif JP', serif;*/
}
#wrapper *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*--------common-------------*/
@media (min-width:768px){
   .pc_none{
    	display: none;
  }
   .sp_br{
    	display: none;
  }
}
@media (max-width:767px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media (max-width:767px){
	.deco{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
}
a.godetail{
	width: 80%;
	max-width: 350px;
	display:inline-block;
	margin: 20px 1% 5px;
  padding: 20px 0 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 100;
  color: #FFFFFF;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 15px auto;
}
@media (max-width:767px){
  a.godetail{
    width: 80%;
    display: inline-block;
    margin: 20px auto 10px;
    padding: 15px 0 20px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100% ;
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 16px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 12px;
	}
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	padding-top: 450px;
	position: relative;
}
.page_roof ul {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	display: flex;
}
.page_roof ul li{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 2%;
}
.page_roof ul li:last-child{
	text-align: left;
}

.page_roof ul li:first-child img{
	width:30%;
	max-width: 150px;
}
.page_roof ul li:last-child{
	text-align: right;
}
.page_roof ul li:last-child img{
	width:40%;
	max-width: 200px;
	margin-top: 3%;
}

.page_roof .inner {
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom: 0;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  max-width:100%;
	max-height: 80%;
}
@media (max-width:767px){
  .page_roof{
		padding-top: 45%;
  }
}
/*-------------ナビ---------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.paddingTop{
	padding-top: 70px;
}
@media (max-width:767px){
	.paddingTop{
		padding-top: 60px;
	}
}
#pageNav {
	background: #3567ca;
	width: 100%;
  z-index: 99;
  margin: 0;
  padding: 0;
}
#pageNav ul a,
#pageNav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
}
#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
}
#pageNav ul a{
  flex-grow:1;
  height: 60px;
  background: url("../images/menu_line.svg") no-repeat center right ;
  background-size: 1px;
  width: 100%;
  font-weight: bold;
}
#pageNav ul a:first-child{
  background: url("../images/menu_line.svg") no-repeat center left,
    url("../images/menu_line.svg") no-repeat center right;
  background-size: 1px;
}
#pageNav ul a li{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	font-size: 120%;
}
@media (max-width:767px){
  #pageNav ul a{
		height: 50px;
	}
	#pageNav ul a li{
		font-size: 10px;
		text-align: center;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	padding-top: 80px;
}
.pageContent .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
@media (max-width:767px){
	.pageContent {
		padding-top: 70px;
	}
}
/*-------------プラン詳細--------------*/
#detail h2{
 	background: #3567ca;
  padding: 15px 5px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 180%;
  color: #FFFFFF;
  margin-bottom: 0;
}
#detail .detail_box{
 	background: #F0F5FF;
  border: 5px solid #3567ca;
  padding: 15px 15px;
  font-size: 120%;
}
.detail_box dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCCCCC;
}
.detail_box dl dt{
  width: 20%;
  background: #EEEEEE;
  padding: 10px;
}
.detail_box dl dd{
  width: 80%;
  background: #FFFFFF;
  padding: 10px;
}
.detail_box dl dd p{
  margin-top: 5px;
}

@media (max-width:767px){
  #detail h2{
    font-size: 120%;
    padding: 10px 5px 7px;
  }
  #detail .detail_box{
    border: 3px solid #3567ca;
    padding: 10px 5px;
    font-size: 110%;
  }
  .detail_box dl dt{
    padding: 5px;
    font-size: 90%;
  }
  .detail_box dl dd{
    padding: 5px;
  }
}
/*---------タブ----------------------*/
#areatab {
	width: 98%;
	margin: 0 auto 40px;
}
ul#areaNav{
  width:100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
	justify-content:center;
	background: #FFFFEF;
}
ul#areaNav li{
  flex-grow: 1;
	width: 49%;
  text-align:center;
  padding:0;
  cursor: pointer;
	border-radius: 10px 10px 0 0;
}
ul#areaNav li img{
	width: 30%;
}
ul#areaNav li.selected{
  margin-top: -5px;
  margin-bottom: -3px;
}
ul#areaNav li.selected img{
	width: 40%;
}
ul#areaNav li:first-child{
	margin-right:0.5%;
	background: #FFFFFF;
  border-left: 3px solid #d7e3f4;
  border-top: 3px solid #d7e3f4;
  border-right: 3px solid #d7e3f4;
}
ul#areaNav li:last-child{
	margin-left: 0.5%;
	background: #FFFFFF;
  border-left: 3px solid #f3ddf0;
  border-top: 3px solid #f3ddf0;
  border-right: 3px solid #f3ddf0;
}
@media (max-width:767px){
	ul#areaNav li img{
		width: 60%;
		margin-top: 10px;
	}
	ul#areaNav li.selected img{
		width: 70%;
		margin-top: 0;
	}
}
/*------tab_wrap----------*/
.tab_wrap {
	width:100%;
  max-width: 950px;
  margin: 0 auto;
	padding:20px 20px;
	border-radius: 0 0 10px 10px;
}
#tab01_panel {
  background-color: #FFFFFF;
  border-left: 3px solid #d7e3f4;
  border-bottom: 3px solid #d7e3f4;
  border-right: 3px solid #d7e3f4;
  border-top: 3px solid #d7e3f4;
}
#tab02_panel {
  background-color: #FFFFFF;
  border-left: 3px solid #f3ddf0;
  border-bottom: 3px solid #f3ddf0;
  border-right: 3px solid #f3ddf0;
  border-top: 3px solid #f3ddf0;
}
.tab_wrap .inner{
  width:95%;
  max-width: 950px;
  margin: 20px auto;
}
p.title_under_txt{
	width:100%;
  font-size: 130%;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width:767px){
  p.title_under_txt{
    font-size: 100%;
  }
}
/*------tab_wrap----------*/
ul.categoryNav{
  width:100%;
  display: flex;
  flex-wrap: wrap;
	justify-content:center;
  margin-bottom: 20px;
}
ul.categoryNav li{
  width: 24%;
  text-align:center;
  padding:10px;
  margin: 0 0.5% 5px;
  cursor: pointer;
  background: #98BAFF;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
}
ul.categoryNav li.selected{
  background: #3567ca;
}
#tab02_panel ul.categoryNav li{
  background:rgba(221,94,190,0.5);
}
#tab02_panel ul.categoryNav li.selected{
  background:rgba(221,94,190,1.00);
}

@media (max-width:767px){
  ul.categoryNav li{
    padding:5px;
    font-size: 100%;
    width: 48%;
  }
}
/*------category_wrap----------*/
.category_wrap {
	width:100%;
}
.category_wrap .area_plan_hotel_unit{
	width:100%;
  display: flex;
  flex-wrap: wrap;
}
.category_wrap .area_plan_hotel{
  width: 31.3%;
  margin: 0 1% 20px;
  position: relative;
	padding-bottom: 80px;
}
.category_wrap .area_plan_hotel img{
  width: 100%;
  margin-bottom: 10px;
}
.category_wrap .area_plan_hotel h3{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
}
.category_wrap .area_plan_hotel .hotel_area{
	font-size: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0,0,0,0.5);
  color: #FFF;
  padding: 3px 5px;
}
.category_wrap .area_plan_hotel .hotel_txt{
  font-size: 14px;
  margin-bottom: 5%;
	line-height: 1.5;
}
.area_plan_hotel .infectioncontrol{
  width: 66%;
  border: 1px dotted #ccc;
	margin-left: 34%;
  padding: 3px 0 5px;
  display: block;
  text-align: center;
  background: #eee;
	font-size: 14px;
	position: absolute;
	bottom: 45px;
}
.area_plan_hotel .campaign_plan_btn a{
  background: #c50000 url(../images/im_arrow.png) no-repeat scroll 5% center;
  display: block;
	height: 40px;
  text-align: center;
  text-decoration: none!important;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  color: #FFF!important;
	position: absolute;
	bottom: 0;
}
@media (max-width:767px){
  .category_wrap .area_plan_hotel_unit{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category_wrap .area_plan_hotel{
    width: 47%;
    margin: 0 0 20px;
    position: relative;
		padding-bottom: 70px;
  }
  .category_wrap .area_plan_hotel h3{
    font-size: 15px;
  }
  .area_plan_hotel .infectioncontrol{
    width: 100%;
    font-size: 11px;
	  margin-left:0;
		bottom: 40px;
  }
  .area_plan_hotel .campaign_plan_btn a{
    font-size: 14px;
    padding: 5px 0;
		height: 35px;
  }
}
/*-----------------------------------------*/
.orangeBtn a {
	color: #FFF!important;
  display: block;
  background: #ff9800 url(../images/im_arrow.png) no-repeat scroll 5% center;
  clear: both;
  margin: 3% auto 5%;
  text-align: center;
  text-decoration: none!important;
  font-size: 20px;
  position: relative;
  padding: 10px 0 15px;
  width: 85%;
}
@media (max-width:767px){
	.orangeBtn a {
		font-size: 14px;
	}
}
/*-----PRバナー-------------*/
.pr_banner{
	width: 90%;
  margin: 10px auto;
  text-align: center;
}
.pr_banner a img{
  width: 100%;
	max-width:640px;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
/*----検索-------------*/
#kensaku .title_bar + p {
  text-align: center;
  font-size: 120%;
}
h2.title_bar {
	letter-spacing:2px;
  color: #3567ca;
  border-bottom: 4px dotted #3567ca;
  padding: 10px 0 10px;
	font-size: 200%;
	line-height: 1.5;
  text-align: center;
}
h3.title_bar {
  letter-spacing: 5px;
	color: #3567ca;
	font-size: 160%;
  padding: 10px 0 15px;
}

@media (max-width:767px){
  h2.title_bar {
	  letter-spacing:1px;
    padding: 8px 0;
    font-size: 140%;
		font-weight: bold;
  	border-top: 2px solid #3567ca;
  	border-bottom: 2px solid #3567ca;
  }
  h3.title_bar {
    letter-spacing: 2px;
    font-size: 130%;
    padding: 10px 0 10px;
		font-weight: bold;
  }
}
/*----------point--------------------*/
#pr_air {
  width: 100%;
  line-height: 1.5;
}
#pr_air h2{
  text-align: center;
  margin-bottom: 20px;
  font-size: 200%;
}
#pr_air ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:20px;
}
#pr_air li {
    font-weight: bold;
    text-align: center;
    margin: 0 1% 2%;
    padding: 0 10px 10px;
    font-size: 18px;
    width: 31.33333%;
    background: #FFF;
    border: 2px solid #999;
}
#pr_air li span {
	width: 100%;
    display: block;
    margin: 5% 0;
}
#pr_air li img {
	display: block;
    margin: 8% auto;
}
#pr_air li b {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
@media (max-width:767px){
  #pr_air h2{
    font-size: 140%;
		font-weight: bold;
  }
  #pr_air li {
    width: 50%;
    margin: 0;
    border:none;
  }
  #pr_air li:nth-child(even) {
      border-left:1px solid #999;
  }
  #pr_air li:nth-child(n+3) {
      border-top:1px solid #999;
  }
  #pr_air li img {
    width: 48px;
  }
  #pr_air li b {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
  }
}
/*----------newnormal--------------------*/
#newnormal {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/*----------planBtn--------------------*/
a.plan_btn {
	background: #ff9800 url(../images/im_arrow.png) no-repeat scroll 5% center;
  font-size: 20px;
  display: block;
  width: 64%;
  margin: 0 auto 20px;
  padding: 10px 0 12px;
  color: #FFF;
  text-align: center;
  text-decoration: none !important;
}
a.plan_btn:hover {
  opacity:0.8;
}
@media (max-width:767px){
  a.plan_btn {
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
    padding: 10px 0 12px;
  }
}
/*----------recommend--------------------*/
#recommend {
  width: 100%;
}
#recommend ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#recommend ul li {
  width:22%;
  margin: 0 1.5%;
  text-align: center;
}
#recommend ul li img{
  max-width:100%;
}
#recommend ul li:hover{
  opacity: 0.7;
}
@media (max-width:767px){
  #recommend ul li {
    width:48%;
    margin: 0 1% 20px;
  }
}
/*----------info--------------------*/
#info {
  width: 100%;
	margin-bottom: 30px;
}
#info h3{
  text-align: center;
  margin-bottom: 20px;
}
#info dl {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 10px;
}
#info dl dt {
  width:18%;
  padding: 5px;
}
#info dl dt img{
  width:100%;
}
#info dl dd{
  width:82%;
  padding: 5px 10px;
}
#info dl dd h4{
  font-size: 140%;
  margin-bottom: 10px;
}
@media (max-width:767px){
	#info dl {
		padding-bottom: 0;
	}
	#info dl dt {
		width:24%;
	}
	#info dl dd{
		width:76%;
		padding: 5px 10px;
	}
  #info dl dd p{
    display: none;
  }
  #info dl dd h4{
    font-size: 100%;
		color: #333333;
		font-weight: bold;
  }
}

