@charset "UTF-8";
/*                共通
======================================================= */
html {
	  color: #193255;
}

img {
	  max-width: 100%;
	vertical-align: bottom;
}
a {
	  text-decoration: none;
}
a:hover{
	opacity: 0.8;
}
body{
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;

}
.wrapper {
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

header {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
header img{
	width: 30%;
	max-width: 160px;
	display: block;
	margin: 0 auto;
	padding:1% 0; 
}

footer {
  width: 100%;
  height: auto;
}
nav{
	width: 92%;
	max-width: 690px;
	margin: 20px auto 40px;
	font-size: 1.2rem;
}
nav ul li{
	display: inline-block;
	border-right: 1px solid #CCC;
	margin-left: 0;
}
nav ul li:last-child{
	border-right:none;
}
nav a{
	color: #87add0;
	margin: 0 10px 0 5px;
}
main{
	margin-bottom: 20%;
}
h1{
	font-size: 3.6em;
	font-weight: 700;
}
h2{
	font-size: 3.0em;
	font-weight: 700;
}
strong {
  color: #06B4D7;
  font-weight: bold;
}
@media (max-width: 750px){
	nav{
		font-size: 2.0rem;
		line-height: 1.6;
	}
}




/*エリア選択ページ*/

#select_area h1 {
	margin: 0 auto 30px;
}



@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}

/*                content
======================================================= */

.explanation{
	margin: 30px auto 30px;
}
.explanation .yakuzaishi_block{
	width: 84%;
	margin: 0 auto;
	border: 4px solid #87add0;
	display: flex;
	align-items: center;
	padding: 10px 10px;
}
.explanation .yakuzaishi_img{
	display: block;
	padding: 0 1%;
	width: 100%;
}
.explanation .yakuzaishi_text{
	padding: 0 1%;
	line-height: 1.6;
	font-size: 1.2rem;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

@media screen and (max-width: 480px) {
	.explanation .yakuzaishi_text{
		font-size: 1.4rem;
	}
	
}
@media screen and (max-width: 340px) {
	.explanation .yakuzaishi_block{
		flex-wrap: wrap;
		border-width: 2px;
		padding: 10px 4px;
	}
	.explanation .yakuzaishi_img{
		width: 40%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.explanation .yakuzaishi_text{
		font-size: 2.0rem;
	}
	
}
.select_block{
	width: 92%;
	max-width: 690px;
	margin: 0 auto;
}
.select_block dl{
	font-size: 1.2rem;
	font-weight: 300;
}
.select_block dl dt{
	padding: 10px;
	background-color: #87add0;
	color: #FFFFFF;
	font-weight: 400;
}
.select_block dl dd{
	padding: 20px 10px 30px;
	line-height: 2.0;
}
.select_block dl dd a{
	display: inline-block;
	color: #454545;
	border-bottom: 1px solid #454545;
	margin-right: 1.5em;
	line-height: 1.2;
}
.select_block dl dd a:hover{
	color: #4F89BF;
	text-decoration: none;
	border-bottom: none;
}
@media screen and (max-width: 480px) {
	.select_block dl{
		font-size: 2.4rem;
		font-weight: 300;
	}
	.select_block dl dd {
		padding: 10px 10px 16px;
	}
	.select_block dl dd a{
		margin-right: 1.0em;
		line-height: 1.2;
	}
}

@media screen and (max-width: 340px) {
	.select_block dl{
		font-size: 2.8rem;
		font-weight: 300;
	}
.select_block dl dd a{
	margin-right: 1.5em;
	line-height: 1.2;
}
}


/*各エリアページ*/

.area_page h1 {
	color: #87add0;
	font-size: 1.6rem;
	padding: 5px 0;
    border-bottom:2px solid #87add0;
    font-weight: 400;
	margin: 20px 0 30px;
}
.note {
	margin-top: 50px;
  font-size: 1.0em;
  line-height: 1.5;
	font-weight: 300;
}
.note a {
  color: #06B4D7;
  border-bottom: 1px solid #06B4D7;
}
.to_top{
	margin-top: 2em;
	text-align: right;
}
.to_top a{
	text-decoration: underline;
	color: #87add0;
	font-size: 1.4rem;
	text-underline-offset: 4px;
	text-align: right;
}
.to_top a:hover{
	text-decoration: none;
}


@media screen and (max-width: 480px) {
	.area_page h1 {
		font-size: 2.4em;
		font-weight: 600;
	}
	.area_page .select_block dl{
		font-size: 2.8rem;
	}
	.area_page .select_block dl dt{
		font-size: 2.4rem;
	}
	.area_page .select_block dl dd{
	/*
		font-feature-settings: 'palt';
		letter-spacing: 0.05em;
	*/
		font-size: 2.1rem;
		line-height: 1.8;
		padding: 10px;
	}
	.note {
	  font-size: 1.6em;
	}
	.to_top a{
		font-size: 1.8rem;
	}
	
}






/*スライダー*/
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #7ABEE6;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-next{
	right: -15px;
	width: 50px;
	height: 50px;
}
.slick-prev{
	left: -15px;
	width: 50px;
	height: 50px;
}

.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-next:before, .slick-prev:before{
	font-size: 50px;
}
.slick-dots {
    position: absolute;
    bottom: -50px!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #7ABEE6!important;
    -webkit-font-smoothing: antialiased;
}

    /* ▼バナーの基本デザイン */
.follow-banner {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: 88%;
  max-width: 620px;
  background: rgba(255,255,255,.9);
  padding: 10px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
  z-index: 999;
}
.follow-banner.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.follow-banner .close-btn {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}
.follow-banner .main_cta_text{
	width: 70%;
	margin: 0 auto 1%;
}
.follow-banner .close-btn:hover {
  background: rgba(0,0,0,0.5);
}
.follow-banner .btn_block{
	display: flex;
	width: 90%;
	margin: 2% auto 1%;
}
.follow-banner a:hover{
	opacity: 0.8;
}
.follow-banner a:first-child {
  display: block;
  margin-right: 1%;
}
.follow-banner a:last-child {
  display: block;
  margin-left: 1%;
}



    /* スマホ対応 */
    @media (max-width: 600px) {
      .follow-banner {
		left: 50%;
		right: auto;
		width: calc(100% - 32px); /* 画面端から16pxずつ余白 */
		bottom: 5px;
		transform: translateX(-50%) translateY(20px);
		  padding: 10px 10px;
	  }
		.follow-banner .btn_block{
			margin: 2% auto 0;
		}
	  .follow-banner.is-visible {
		transform: translateX(-50%) translateY(0);
	  }
    }

/*改行*/
/* デフォルトは非表示（PC） */
.br-sp-only { display: none; }

/* スマホ（768px未満）で表示：改行を有効にする */
@media (max-width: 480px) {
  .br-sp-only { display: block; }
}

#timeContent .content { display: none; }
#timeContent .active { display: block; }
