@charset "utf-8";

div, p, ul, li, table, table tr td, table tr th, nav, footer{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2{ font-feature-settings: "palt"; }
html{
	font-size: 62.5%; /* 10px */
}
body{
	font-family: '游ゴシック体',YuGothic,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align: center;
	line-height: 1.8;
	word-break: break-all;
	font-size: 1.6em;
	color: #202020;
	-webkit-text-size-adjust: 100%; /*スマホを横向き時 */
	letter-spacing: 0.05em;
	/* background: url(../img/bg.jpg) repeat; */
	background-color: #fffbed;
}
a{ color: #004ee4; }
a:hover{ text-decoration: none; }
a.mouse_over{ transition: all 0.3s; }
a.mouse_over:hover{ opacity: 0.7; }
.bold{ font-weight: 900; }
img{ width: 100%; }


/* 各ページ共通
==================================================================================================== */
	div.movie{
		width: 100%;
		max-width: 960px;
		margin: 2vw auto 4vw;
	}
		div.movie-inner{
			position: relative;
			width: 100%;
			padding-top: 56.25%;
		}
			div.movie-inner iframe{
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				right: 0;
			}

/* メイン
==================================================================================================== */
div#index{ margin: 0 2% 10%; }
div#index h1{ margin: 0.8em auto 0.8em; padding: 0.2%; font-size: 2.2rem; font-weight: normal; letter-spacing: 0.15em; font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif; }
div#index h1 img{ width: 100%; max-width: 1000px; }

div#index .about{ text-align: center; margin: 1rem auto 0; }
	div#index .about p:nth-of-type(1){ margin: 0 0 1.5em; }
div#index h2{ padding: 3em 0 0.5em 0; text-align: left; font-size: 1.1em; font-weight: normal; letter-spacing: 0.15em; font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif; }
	.imgBox{ width: 86%;  margin: 0 auto 5%; }

#mosikomi table{ margin: 1em auto 0; border-collapse: collapse;  /* セルの線を重ねる */ }
#mosikomi th{ padding: 12px 14px; }
#mosikomi td{ padding: 12px 14px; }
#mosikomi th{
	background-color: #b9e6ff; color: #202020;
	width: 22%; text-align: center; white-space: nowrap; font-weight: 600; }
#mosikomi td{ background-color: #e8f7ff; text-align: left; }
#mosikomi tr{ border-bottom: solid #9dddff; /* 線指定 */ }

span.attention,
p.attention{ color: #ee156a; font-weight: 700 }

.indent{ display: block; text-indent: -0.5em; }

#form-btn{
	margin: 32px auto 80px;
}
#form-btn a{
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.8em 1.6em;
  width: 70%;
  max-width: 280px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  background-color: #3ca4fa;
  border-radius: 50vh;
  text-decoration: none;
  transition: 0.5s;

  display: block;
}
/* #form-btn a::after{
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  transition: 0.5s;
} */
#form-btn a:hover{
	text-decoration: none;
	background-color: #00b09b;
    transition: 0.5s;
}

/*
.c1{ color: #ae3917; }
.c2{ color: #a28255; }
*/





/* slick
==================================================================================================== */
button{
  margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; border-radius: 0 !important; outline: none !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
}
.slide-dots{ text-align: center !important; }
.slide-dots li{ display: inline-block !important; margin: 0 15px !important; }
li button{ position: relative !important; text-indent: -9999px !important; }
li button:before{ content: '●' !important; font-size: 14px !important; text-indent: 0px !important; position: absolute !important; top: 0 !important; left: 0 !important; }

.slick-prev:before,
.slick-next:before
{ color: #666; font-size: 30px !important; }


/* 矢印用スタイル */
.prev-arrow,
.next-arrow{
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
}
.prev-arrow img,
.next-arrow img{
  width: 12px !important; opacity: 0.7;
}
.prev-arrow{ left: -8%; }
.next-arrow{ right: -8%; }



/* フッター
==================================================================================================== */
/* Page Topへ戻るボタン */
#pageTop{ position: fixed; right: 10px; bottom: 10px; }
#pageTop a{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  background-color: #f7fcff;
  border-radius: 50vh;
  transition: 0.3s;
}
#pageTop a::after{
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #58b3fe;
  border-left: 2px solid #58b3fe;
  transform: rotate(45deg);
  transition: 0.3s;
}
#pageTop span{ width: 0px; height: 0px; visibility: hidden; }
#pageTop a:hover{ background-color: #58b3fe; }
#pageTop a:hover::after{
	border-top: 2px solid #cee0ee;
	border-left: 2px solid #cee0ee;
}



/* SNSボタン =================================== */
.sns-archive{ box-shadow: none !important; background-color: #faf5f1  !important; margin: 60px 0 !important; padding: 0 !important; }



/*SP
======================================================================================================================================================================================================== */
@media screen and (max-width: 639px){
	.sp{ display: block; }
	.pc{ display: none; }

	#mosikomi th,
	#mosikomi td{
		width: 100%;
		display: block;
	}
}



/*TB */
@media screen and (min-width: 640px){
	.sp{ display: block; }
	.tb{ display: none; }
	.pc{ display: none; }

	#mosikomi th{ vertical-align: top; }
}


/* PC
======================================================================================================================================================================================================== */
@media screen and (min-width: 960px){
.sp{ display: none; }
.tb{ display: none; }
.pc{ display: block; }



/* メイン
==================================================================================================== */
div#index{ margin: 0px auto; font-size: 1.1em; }
div#index h1{ margin: 20px 0 10px; padding: 1%; font-size: 36px; letter-spacing: 0.22em; }
div#index .about{ width: 860px; margin: 32px auto 24px; letter-spacing: 0.1rem; line-height: 2; }
	div#index h2{ padding: 6em 0 2em 0; text-align: center; font-size: 28px }
	.imgBox{ width: 860px; margin: 0 auto 50px; }
	.imgBox img{ width: 100%; margin: 0; }
#mosikomi{ width: 860px; margin: 0 auto }
#mosikomi th{ padding: 20px 0px; }
#mosikomi td{ padding: 20px 20px; }

.imgBox_wrap{ position: relative; }
.imgBox_wrap::after{
    bottom: 200px;
}
.imgBox_wrap::after{
    content: '';
    width: 100%;
    height: 400px;
    background: #f2eae4;
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
	margin: auto;
    z-index: -1;
}


#form-btn{
	margin: 40px auto 120px;
}
#form-btn a{
  padding: 1em 1.8em;
  width: 70%;
  max-width: 280px;
  font-size: 18px;
}
#form-btn a::after{}
#form-btn a:hover{}



/* slick
==================================================================================================== */
.prev-arrow img,
.next-arrow img{ width: 20px !important; }

.prev-arrow{ left: -50px; }
.next-arrow{ right: -50px; }


/* フッター
==================================================================================================== */
footer{ background: #002060; margin: 0 auto 0; padding: 40px 0 40px; }
footer p{ color: #FFF; text-align: center; padding: 0; letter-spacing: 0.1rem; }
footer a{ display: block; letter-spacing: 0.05rem; line-height: 1.64; color: #fff; text-decoration: none; }
footer a:hover{ text-decoration: underline; }
.copyright .attention{ color: #FFF; font-size: 12px; font-weight: normal; }

/* Page Topへ戻るボタン */
#pageTop{ position: fixed; right: 24px; bottom: 24px; }
#pageTop a{
  width: 64px;
  height: 64px;
}
#pageTop a::after{
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #58b3fe;
  border-left: 3px solid #58b3fe;
  transform: rotate(45deg);
  transition: 0.3s;
}
#pageTop span{}
#pageTop a:hover{}
#pageTop a:hover::after{
	border-top: 3px solid #cee0ee;
	border-left: 3px solid #cee0ee;
}


/* SNSボタン =================================== */
.sns-archive{ box-shadow: none !important; margin: 120px auto 60px !important; max-width: 970px; }

/* haro_root_element =================================== */
div#haro_root_element{ overflow: hidden; }

}
