@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* 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;
}
#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){
	/*--------PCのみ表示　スマホでは非表示-------------*/
   .sp_none{
    	display: none;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	width: 90%;
	max-width: 350px;
	display: block;
	margin: 50px auto;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: auto 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

/*--------section-------------*/
section {
	/*width: 100%;
  max-width: 950px;*/
	margin:0 auto 20px;
}
section .inner > h2{
  font-weight: bold;
  text-align: center;
}
#akaaka_toplead {
  max-width: 100%;
  background: url("../images/akaakatop_bannerhaikei.png") no-repeat center center;
  background-size: cover;
}
#akaaka_toplead .inner {
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding-top: 450px;
}
#akaaka_toplead h2{
	position: absolute;
	top:15%;
	left: 0;
	right: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
#akaaka_toplead h2 img{
  position: absolute;
  top: 0;
  left: 5%;
  right: 0;
  width: 90%;
}
#akaaka_toplead h2:hover img:last-child{
  opacity: 0;
  transition :0.6s;
}
@media (max-width:767px){
  #akaaka_toplead .inner {
    padding-top: 30vh;
  }
  #akaaka_toplead h2 img{
    position: absolute;
    top: 15%;
    left: 10%;
    right: 0;
    width: 80%;
  }
}
#akaaka_toplead #line{
		position: absolute;
		bottom:0;
		right:5%;
    width: 15%;
    margin: 0 auto;
    cursor: pointer;
    animation:fuwafuwa 2s infinite linear alternate;
}
@keyframes fuwafuwa {
0% {transform: translateY(-20px);}
100% {transform:translateY(0px);}
}
#akaaka_toplead #akaaka_logo{
	position: absolute;
	top:3%;
	left: 3%;
	width: 20%;
	text-align: center;
	/*background: #FFF;*/
	padding: 5px;
}
#akaaka_toplead #akaaka_logo p{
  margin: 5px 10px;
  background: rgba(255,255,255,0.9);
  border: 2px solid #E60612;
  padding: 3px;
  color:#E60612;
  font-size: 150%;
  border-radius: 5px;
}

@media (max-width:767px){
	#akaaka_toplead #akaaka_logo{
		position: absolute;
		top:3%;
		left: 3%;
		width: 27%;
		text-align: center;
		padding: 5px;
	}
  #akaaka_toplead #akaaka_logo p{
    margin: 5px 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid #E60612;
    padding: 3px 0;
    color:#E60612;
    font-size: 80%;
    border-radius: 5px;
    font-weight: bold;
  }
}
#akaaka_toplead #akaaka_logo img{
	width: 100%;
}
#akaaka_toplead #about_akaaka{
	position: absolute;
	top:8%;
	left: 25%;
	width: 30%;
	color: #FFF;
	font-size: 120%;
	cursor: pointer;
}
@media (max-width:767px){
	#akaaka_toplead #about_akaaka{
		position: absolute;
		top:8%;
		left: 30%;
		width: 40%;
		color: #FFF;
		font-size: 110%;
		cursor: pointer;
	}
}

#akaaka_toplead #go_goto{
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 200px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/akanico.png) top center no-repeat;
	background-size: auto 80px;
}
#akaaka_toplead #go_goto #arrow{
	width: 100%;
	height: 100%;
	background: url(../images/arrow.png) bottom 15px right 25px no-repeat;
	background-size: auto 70px;
}
#akaaka_toplead #go_goto #arrow:hover{
	background: url(../images/arrow_on.png) bottom 15px right 25px no-repeat;
	background-size: auto 70px;
}
@media (max-width:767px){
	#akaaka_toplead #go_goto{
		width: 150px;
		height: 60px;
		background: url(../images/akanico.png) top center no-repeat;
		background-size: auto 50px;
	}
	#akaaka_toplead #go_goto #arrow{
		width: 100%;
		height: 100%;
		background: url(../images/arrow.png) bottom 5px right 32px no-repeat;
		background-size: auto 40px;
	}
	#akaaka_toplead #go_goto #arrow:hover{
		background: url(../images/arrow_on.png) bottom 5px right 32px no-repeat;
		background-size: auto 40px;
	}

}
@media (min-width:768px){
  .information {
    width: 90%;
    max-width: 900px;
    margin: 30px auto 50px;
    text-align: center;
    border: 2px solid #333;
    padding: 20px 0 0 0;
  }	
  .information p{
    font-size: 180%;
    font-weight: bold;
  }
  .information p.caution{
    font-size: 150%;
    font-weight: bold;
  }	
  .information p span{
    background: url("../images/lightbulb.png") left center no-repeat,linear-gradient(transparent 80%, #ffd22c 80%);
    background-size: 40px;
    padding:5px 15px 5px 45px;
  }
  .information a{
    width: 50%;
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 30px auto;
    font-size: 150%;
    font-weight: normal;
    background: url("../images/button.png") no-repeat center center;
    background-size: contain;
  }	
}
.information a:hover,
.information a{
  text-decoration: none !important;
  color: #FFFFFF !important;
}	
.information a:hover{
  opacity: 0.8;
}	
@media (max-width:767px){
  .information {
    width: 95%;
    margin:10px auto 15px;
    text-align: center;
    border: 1px solid #333;
    padding: 15px 15px 0;
  }	
  .information p{
    text-align:left;
    font-size: 4.8vw;
    margin:0 0 5px;
    font-weight: bold;
    background: url("../images/lightbulb.png") left top no-repeat;
    background-size: 6vw;
    padding-left:6.2vw;
  }	
  .information p.caution{
    background-size: 3vw;
    background: none;
    font-weight: bold;
    padding-left: 0;
  }	
  .information p span{
    background: linear-gradient(transparent 80%, #ffd22c 80%);
  }
  .information a{
    width: 80%;
    height: 35px;
    line-height: 35px;
    font-size: 110%;
    display: block;
    margin: 10px auto 20px;
    font-weight: normal;
    text-align: center;
    background: url("../images/button.png") no-repeat center center;
    background-size: contain;
  }	

}
/*----NEWS-----*/
#news .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto 50px;
}
#news .news_unit {
	width: 95%;
	height: 150px;
	overflow: auto;
	margin: 0 auto;
	padding-right: 10px;
}
#news h2 .trend{
	background: url("../images/icon_trend.svg")no-repeat top right;
	background-size: 40px;
	padding-right: 38px;
}
#news .inner dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 10px;
	padding:0 5px 5px;
	border-bottom: 1px solid #A0A0A0;
}
#news .inner dl dt{
	width: 20%;
	padding-left: 50px;
}
#news .inner dl dd{
	width: 80%;
}
#news .inner dl dt.icon_new{
	background: url("../images/icon_new.svg")no-repeat top left;
	background-size: 45px;
}
@media (max-width:767px){
	#news .news_unit {
		height: 200px;
		padding:10px 10px 5px 10px;
		overflow-y: auto;
		box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.2) inset; 
	}
	#news h2 .trend{
		background: url("../images/icon_trend.svg")no-repeat center right;
		background-size: 30px;
		padding:5px 30px 5px 0;
	}
	#news .inner dl dt{
		width: 100%;
		padding-left: 40px;
	}
	#news .inner dl dt.icon_new{
		background: url("../images/icon_new.svg")no-repeat top 3px left;
		background-size: 35px;
	}
	#news .inner dl dd{
		padding-left: 40px;
	}
}
/*----NEWS_iframe-----*/
#news .iframe_unit iframe{
   width: 100%;
}
.cate2 {background: none !important;}
@media (max-width:767px){
	#news .iframe_unit {
		height: 200px;
		padding:10px 10px 5px 10px;
		overflow-y: auto;
		box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.2) inset; 
	}
}

/*----キーワード　スライダー-----*/
#keyword_slide {
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
	display: flex;
}
#keyword {
	width: 100%;
	margin-right: 10px;
  background: rgba(254,232,0,0.2);
}
#keyword .inner{
	padding: 20px 5px 5px 20px;
}
#keyword .inner h2{
  margin-bottom: 10px;
  /*background: url(../images/loupe.svg) top 2px left no-repeat;
  background-size: 1.2em;
  padding-left: 1.5em;*/
}
#keyword .inner a{
  display: inline;
}
#keyword .inner p{
	padding: 5px 8px 5px 5px;
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 120%;
}
@media (max-width:767px){
  #keyword .inner{
    padding: 20px 5px 20px 20px;
  }
  #keyword .inner a{
    display: inline;
  }
  #keyword .inner p{
    padding: 5px 10px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px;
    font-size: 100%;
  }
}
/*検索をする*/
#kensaku {
	width: 100%;
  max-width: 950px;
  margin: 20px auto 30px;
  padding-bottom: 20px;
  text-align: center;
	position: relative;
}
#kensaku .inner h2{
	margin-bottom: 10px;
}
#kensaku .inner h2 span{
  background: url(../images/loupe.svg) center left no-repeat;
  background-size: 1.2em;
  padding:5px 0 5px 1.5em;
}

#kensaku .inner h3{
	magin:20px 0 0 0;
}

#kensaku .inner ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 5px 0 30px 0;
}
#kensaku .inner ul a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 23%;
  margin: 0 auto;
  border-radius: 5px;
}
#kensaku .inner ul#kanto_dept a{
  background: #2558A7;
}
#kensaku .inner ul#chubu_dept a{
  background: #259BF1;
}
#kensaku .inner #rentacar_dept{
	width: 20%;
	margin: 0 auto 20px;
	position: absolute;
	top:20px;
	right: 15%;
}
#kensaku .inner #rentacar_dept a{
	display: block;
	width: 100%;
	padding: 5px 30px 5px 0;
	text-align: center;
	border-radius: 5px;
	background: url("../images/icon_car.svg") no-repeat right 15px center #ED0000;
  background-size: auto 60%;
	color: #FFFFFF;
  font-size: 130%;
  font-weight: bold;
}

#kensaku .inner ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
  padding: 10px 30px 10px 0;
}
#kensaku .inner a:hover{
  opacity: 0.8;
	text-decoration: none !important;
}
#kensaku .inner ul li{
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-position: right 28px center;
}
#kensaku .inner ul .icon_hotel{
  background-image: url("../images/icon_hotel.svg");
}
#kensaku .inner ul .icon_shinkansen{
  background-image: url("../images/icon_shinkansen.svg");
  background-size: auto 45%;
  background-position: right -10px center;
}
#kensaku .inner ul .icon_air{
  background-image: url("../images/icon_air.svg");
  background-position: right 20px center;
}
#kensaku .inner ul .icon_tour{
  /*background-image: url("../images/icon_tour.svg");*/
  padding: 10px 0;
}
#kensaku .inner #shinetsu_dept{
  width: 40%;
  margin: 0 auto 20px;
}
#kensaku .inner #shinetsu_dept img{
  width: 100%;
}
@media (max-width:767px){
  #kensaku .inner ul li{
    font-size: 110%;
    padding: 50px 0 5px 0;
    background-size:auto 35px;
    background-position: top 10px center;
  }
  #kensaku .inner ul .icon_shinkansen{
    background-size: auto 20px;
    background-position: top 20px center;
  }
  #kensaku .inner ul .icon_air{
    background-position: top 10px center;
  }
	#kensaku .inner #rentacar_dept{
		width: 28%;
		margin: 0 auto 20px;
		position: absolute;
		top:10px;
		right: 5%;
	}
	#kensaku .inner #rentacar_dept a{
		padding: 5px 30px 5px 5px;
		text-align: center;
		border-radius: 5px;
		background: url("../images/icon_car.svg") no-repeat right 5px center #ED0000;
		background-size: auto 20px;
		font-size: 90%;
		line-height: 1.3;
	}
  #kensaku .inner #shinetsu_dept{
    width: 80%;
  }
}
/*目的地から選ぶ旅*/
svg {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media (max-width:767px){
  svg {
    display: none;
    width: 90vw;
    height: 90vw;
  }
  svg a:active{
    pointer-events: none;
  }
}
svg a:hover{
  text-decoration: none !important;
}
svg g path{
  fill:#009844;
}
svg g [id*="text"],
svg g [id*="maru"]{
  opacity: 0;
}
svg a:hover path,
svg g:hover path{
  fill:#fb8c00;
  cursor: pointer;
}
svg a:hover text,
svg g:hover text{
  cursor: pointer;
  fill: #333;
}
svg a path,
svg g path,
svg g text{
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
svg g:hover image{
  cursor: pointer;
}
#map_kanto:hover ~ #map_syutoken #chiba,
#map_kanto:hover ~ #map_syutoken #kanagawa,
#map_kanto:hover ~ #map_chubu #shizuoka{ 
  fill:none;
}
svg a:hover g [id*="text"],
svg a:hover g [id*="maru"]{
  opacity: 1;
}
svg a:hover g [id*="fukidashi"],
svg a:hover g [id*="title"]{
  opacity: 0;
}
svg a:hover g #hokkaido_fukidashi,
svg a:hover g #hokkaido_title,
svg a:hover g #okinawa_fukidashi,
svg a:hover g #okinawa_title{
  opacity: 1;
}
@media (min-width:768px){
  #japan_map_sp {
    display: none;
  }  
}


@media (max-width:767px){
	#keyword_slide.unit_parent {
		flex-wrap: wrap;
	}
	#keyword {
		margin-right: 0;
  }
}

#theme {
	width: 100%;
  max-width: 950px;
  -webkit-touch-callout:none; /* リンク長押しのポップアップを無効化 */
  -webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化 */
}
#theme .inner {
	padding: 0 10px 20px 20px;
  width: 100%;
  text-align: center;
}
#theme .inner h2 {
  display: inline;
  background: url("../images/icon_arrow.svg") center left no-repeat;
  background-size: 0.8em;
  padding:5px 0 5px 1em;
  margin-bottom: 10px;
}
#theme .salebanner {
  margin: 0 0.5% 8px;
  position: relative;
}
#theme .salebanner img{
  width: 100%;
}
@media (min-width:768px){
	#theme .salebanner ul{
		position: absolute;
		top:10px;
		bottom: 10px;
		right:15px;
		width: 25%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#theme .salebanner ul a{
		width: 100%;
	}
	#theme .salebanner ul li{
		width: 100%;
		background: #ED0000;
		color: #FFFFFF;
		font-weight: bold;
		padding: 10px 10px;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	}
}
@media (max-width:767px){
  #theme .salebanner ul{
    position: absolute;
    bottom:5px;
    left:0;
		right:0;
    width: 100%;
		display: flex;
		justify-content: center;
  }
  #theme .salebanner ul a{
		width: 40%;
		margin: 0 10px;
  }
	#theme .salebanner ul li{
		width: 100%;
		background: #ED0000;
		color: #FFFFFF;
		font-size: 80%;
		font-weight: bold;
		padding: 2px 5px;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	}

}
#theme .salebanner ul li:hover{
  background: #F76D4B;
}
#theme .salebanner ul a,
#theme .salebanner ul a:hover{
  text-decoration: none !important;
}
#theme .salebanner > a:hover{
	opacity: 0.7;
}
#theme .unit_parent {
  display: flex;
	flex-wrap: wrap;
  text-align: left;
}
#theme .panel_theme {
  display: none;
}
#theme .unit_parent div {
	width:32.3%;
	margin: 0.5%;
	position: relative;
	padding-top: 24%;
}
#theme .unit_parent div:hover{
  opacity: 0.8;
}
#theme .unit_parent div a{
	width:100%;
	position: absolute;
	top:0;
	text-decoration: none;
	text-align: center;
	color: inherit;
}
#theme .unit_parent div a img{
	width:100%;
}
#theme .unit_parent div a h2{
	padding-top: 20%;
}
@media (max-width:767px){
  #theme .inner {
    padding: 0 5px 20px 5px;
  }
  #theme .inner h2{
    padding-left: 15px;
  }
	#theme .unit_parent div {
		width:48%;
		margin: 5px 1%;
		position: relative;
		/*border: 1px solid #CCC;*/
		padding-top: 36%;
	}
	#theme .unit_parent div a h2{
		padding-top: 15%;
	}
}
#theme .btnOpen{
	width:80%;
  margin: 20px auto;
	background:#FFF;
	text-align:center;
	border:1px solid #CCC;
	border-radius:20px;
	cursor:pointer;
	position:relative;
	padding:5px 15px;
}
#theme .btnOpen:after{
	content:"もっと見る";
}
#theme .btnClose{
	width:80%;
	background:#FFF;
	text-align:center;
	border:1px solid #CCC;
	border-radius:20px;
	cursor:pointer;
	position:relative;
	padding:5px 15px;
}
#theme .btnClose:after{
	content:"閉じる";
}
#pamph_bn_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
#pamph_bn_unit a{
	margin: 10px 15px;
  text-align: center;
}
#pamph_bn_unit #carbon{
  width: 200px;
}
#pamph_bn_unit #tadaima{
  width: 200px;
}
#pamph_bn_unit a img{
  width: 100%;
  height: auto;
}
#digitalpamph {
	width: 400px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../images/bg_pamph.png") no-repeat center left 30px #EEEEEE;
  border-radius: 35px;
  background-size: auto 50px;
  padding-left: 110px;  
  color: inherit;
  text-decoration: none !important;
  line-height: 1.5;
}
#digitalpamph:hover{
  opacity: 0.8;
}
@media (max-width:767px){
	#pamph_bn_unit {
    justify-content: center;
	}
  #digitalpamph {
    width: 80%;
    height: 50px;
    margin: 20px auto;
    text-align: center;
    background: #EEEEEE;
    border-radius: 25px;
    background-size: auto 40px;
    padding-left: 0;
    line-height: 50px;
    order: 3;
  }
  #pamph_bn_unit #carbon{
    width:40%;
    order: 1;
  }
  #pamph_bn_unit #tadaima{
    width:40%;
    order: 2;
  }
}
/*-----SNS----*/
#snsContent{
  width: 100%;;
}
#snsContent .sns_unit{
  width: 80%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
	justify-content: center;
}
#snsContent .nta_profile,
#snsContent #nta_timeline{
  width: 50%;
}
#snsContent .nta_profile dl{
  width: 90%;
	max-width: 400px;
  margin: 0 auto 20px;
  background:#F7F7F7;
  display: flex;
}
#snsContent .nta_profile a,
#snsContent .nta_profile a:hover{
  color: inherit;
  text-decoration: none !important;
}
#snsContent .nta_profile a:hover dl{
  opacity: 0.8;
}
#snsContent .nta_profile dl dt{
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#snsContent .nta_profile dl dt img{
  width: 50%;
}
#snsContent .nta_profile dl dd{
  width: 60%;
  padding: 20px 10px;
}
#snsContent .nta_profile dl dd h2{
  font-size: 110%;
  margin-bottom: 10px;
}
#snsContent .nta_profile dl dd p{
  font-size: 90%;
}

#snsContent #nta_timeline {
  background: #D8E9ED;
  padding: 2px;
  border-radius: 5px;
  max-width: 400px;
	margin-bottom: 20px;
}

@media (max-width:767px){
  #snsContent .nta_profile,
  #snsContent #nta_timeline{
    width: 100%;
  }
	#snsContent .nta_profile dl{
		width: 100%;
		margin: 0 auto 15px;
	}
  #snsContent .nta_profile dl dt{
    width: 30%;
  }
  #snsContent .nta_profile dl dd{
    width: 70%;
  }
  #snsContent .nta_profile dl dd h2{
    font-weight: bold;
  }
}

/*----オンライン相談------*/
#onlinedesk{
  width: 100%;
	margin: 0;
	background: #e8e5e2;
}
#onlinedesk .inner{
  width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
#onlinedesk .inner img{
  max-width: 90%;
	border: 1px solid #aaaaaa;
}
#onlinedesk h2{
  font-size: 120%;
	font-weight: bold;
  margin-bottom: 20px;
	display: inline-block;
	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%;
}
@media (max-width:767px){
	#onlinedesk h2{
		padding: 0 22px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size:15px auto;
	}
}
/*----問い合わせ------*/
#toiawase_box{
  width: 100%;
	padding: 30px 0;
	background: #e8e5e2;
}
.yoyaku_tel p.deco{
  font-size: 120%;
  margin-bottom: 20px;
}
.yoyaku_tel p.deco span{
	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%;
}
.yoyaku_tel h2{
  font-size: 140%;
  text-align: center;
}
.yoyaku_tel .address {
  width: 95%;
  max-width: 530px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 110%;
}
.yoyaku_tel a.telno{
  font-size: 150%;
  text-decoration: none;
}
.yoyaku_tel .attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
/*---問い合わせBOXタブ切り替え---*/
#toiawase_box_tab{
  width: 100%;
	padding: 30px 0;
	background: #e8e5e2;
}
#toiawase_box_tab ul{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}
#toiawase_box_tab ul li{
  width: 50%;
  text-align: center;
  font-size: 120%;
  padding: 15px 0;
  cursor: pointer;
}
#toiawase_box_tab ul li.selected{
  width: 50%;
  background: rgba(243,243,243,1.00);
}
#toiawase_box_tab .disnon{
  display: none;
}
#toiawase_box_tab .yoyaku_tel {
  width:90%;
  max-width: 700px;
  background: rgba(243,243,243,1.00);
	padding: 20px;
	margin:0 auto;
	border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
#toiawase_box_tab .yoyaku_tel p.deco{
  display: none;
}
/*---問い合わせBOX横並び---*/
#toiawase_box_yoko{
  width: 100%;
	padding: 30px 0;
	background: #e8e5e2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#toiawase_box_yoko #toiawase_tab{
  display: none;
}

#toiawase_box_yoko .yoyaku_tel {
  width:48%;
	max-width: 470px;
  background: rgba(243,243,243,1.00);
	padding: 20px 10px;
	margin:0 1%;
	border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
@media (max-width:767px){
  #toiawase_box_tab ul li{
    font-size: 100%;
  }
  .yoyaku_tel h2{
    font-size: 120%;
    font-weight: bold;
  }
	#toiawase_box_yoko .yoyaku_tel {
		width:90%;
		margin:0 auto 15px;
	}
}

  
/*開閉パネル*/
#region {
	width: 100%;
  max-width: 950px;
  -webkit-touch-callout:none; /* リンク長押しのポップアップを無効化 */
  -webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化 */
}
#region .inner{
  width: 100%;
  text-align: center;
}
#region .inner h2 {
  display: inline;
  background: url("../images/icon_arrow.svg") center left no-repeat;
  background-size: 0.8em;
  padding:5px 0 5px 1em;
  text-align: center;
}
/*開閉パネル*/
.region_unit{
	margin: 1%;
  width: 23%;
}
@media (max-width:767px){
  #japan_map_sp {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .region_unit{
    margin: 1%;
    width: 48%;
  }
}

.region_unit{
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: auto 200px;
  overflow: hidden;
}

.region_unit a,
.region_unit a:hover{
  color: inherit !important;
  text-decoration: none !important;
}
#region .nobtn,
#region .btnOpen{
	width:100%;
	background:#FFF;
	text-align:left;
	border:1px solid #CCC;
	border-radius:5px;
	cursor:pointer;
	position:relative;
	padding:5px 15px;
}
#region .btnOpen:after{
	position:absolute;
	bottom:20%;
	right:15px;
	content:"▼";
	font-size:80%;
	padding:0px 10px;
}
#region .btnClose{
	width:100%;
	background:#FFF;
	text-align:left;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px dotted #CCC;
	border-radius:5px 5px 0 0;
	cursor:pointer;
	position:relative;
	padding:5px 15px;
}
#region .btnClose:after{
	position:absolute;
	bottom:20%;
	right:15px;
	content:"▲";
	font-size:80%;
	padding:0px 10px;
}
.panel {
	display:none;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-radius:0 0 5px 5px;
	padding:5px 15px;
}

/*-----スライドswiper カスタマイズ--------------------*/
#slide {
  width: 60%;
	min-width: 560px;
	padding: 0;
}
.swiper-container{
	width: 100%;
	margin:0 auto;
	padding: 0;
}
.swiper-container .swiper-slide{
	width: 71.4%;
	padding-top: 53.5%;
	position: relative;
	margin: 0 auto;
}
.swiper-container .swiper-slide:hover{
  opacity: 0.8;
}
.swiper-container .swiper-slide a{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: inherit;
}
.swiper-container .swiper-slide a img{
	width: 100%;
}
.swiper-container .swiper-slide a h2{
	padding-top: 25%;
}
.swiper-container .swiper-slide a p{
	text-decoration: none;
}
@media (max-width:767px){
	#slide{
		width: 100%;
		min-width: inherit;
	}
}

.swiper-container .swiper-pagination {
	bottom: 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after{
	font-size:30px;
	color: #333;
}
.swiper-container .swiper-button-prev{
	left:5px;
	top:49%;
}
.swiper-container .swiper-button-next{
	right:5px;
	top:49%;
}
.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
	bottom: 0;
}
.swiper-pagination-bullet-active{
	background: #B20202;
}

/*ポップアップ*/
.popup_wrap input {
   display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(213,213,213,0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
#akaaka_popup.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 500px;
  padding: 40px 10px 130px;
  box-sizing: border-box;
  background: url(../images/bg_fusen.png) no-repeat bottom center, url(../images/bg_popup.jpg) no-repeat top center;
  background-size: 100% auto, cover;	
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
}
#line_popup.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 500px;
  padding: 40px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.popup_content p{
  text-align: center;
  margin-bottom: 20px;
}
#akaaka_popup.popup_content p{
  color: #FFFFFF;	
}
#line_popup.popup_content p{
  line-height: 1.8;
}
#line_popup.popup_content img{
  margin-bottom: 10px;
}
#siteopen.popup_content{
	width: 90%;
	max-width: 750px;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  position: relative;
}
#siteopen.popup_content img{
	width: 100%;
  background: #FFFFFF;
}
#siteopen.popup_content .inner{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
	display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
  padding-top:18%;
}
#siteopen.popup_content .inner p{
  font-size: 300%;
  font-weight: bold;
  line-height: 1.4;
	background: linear-gradient(transparent 60%, #ffd22c 60%);
}
#siteopen.popup_content .inner a{
  color: #FFFFFF;
  font-size: 200%;
  font-weight: bold;
  background: #ed1c24;
  border-radius: 10px;
  padding: 10px 30px;
  margin-top: 1em;
}

#siteopen.popup_content a:hover{
  opacity: 0.7;
  text-decoration: none !important;
}
.popup_content .bold{
  font-weight: bold;
  font-size:120%;
  white-space: nowrap;
}
.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 150%;
  cursor: pointer;
	background: rgba(255,255,255,0.8);
	padding: 0 8px;
	border-radius: 20px;
	color: #000000;
}
@media (max-width:767px){
  .popup_content {
    padding: 40px 0 60px;
    background-size: auto 120%;	
  }
  .popup_content p{
    font-size:3.4vw;
  }
  .popup_content .bold{
    font-size:3.5vw;
  }
  #siteopen.popup_content .inner{
    padding-top: 10%;
  }
  #siteopen.popup_content .inner p{
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
  #siteopen.popup_content .inner a{
    font-size: 4.5vw;
    padding: 5px 20px;
  }
  #siteopen.popup_content .close_btn {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 100%;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
    padding: 0 5px;
    border-radius: 20px;
  }
}  
#akaaka_popup .close_btn {
  color: #FFFFFF;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s;
}
/*風船アニメ―ション*/
#fusen_anime{
  width: 15%;
  position: absolute;
  right:30px;
  top: 30px; 
}
#fusen_anime.animation{
  animation: FloatVertical 8.0s ;
}
#fusen {
  width: 100%;
  animation: 3.5s Roll ease-in-out infinite;
}
#fusen img{
  width: 90%;
} 
@keyframes Roll {
  0% {transform: rotateZ(10deg) scale(0.9);}
  50% { transform: rotateZ(-10deg) scale(1.0); }
  100% { transform: rotateZ(10deg) scale(0.9); }
}
@keyframes FloatVertical {
  0% { transform:translate3d(0,500px,0); }
  100% { transform:translate3d(0,0,0); }
}