@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
}
.scroll-area {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
}
.box {
  width: 100%;
  height: 100vh;
  font-size: 100px;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
}
.box__bg_black {
  background-color: #333;
}
.box__bg_gray {
  background-color: #fff;
	font-size: 14px;
	
}
.box__bg_gray02 {
  background-color: #f4f4f4;
	font-size: 14px;
	
}
.box__bg_photo {
  background-image: url(../../img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.etx01 {
	color:#000;
	font-size: 16px;
	max-width: 800px;
	margin: auto;
	margin-bottom: 20px;
	
	
}
.etx01 img {
	
	width: 100%;
}
h1 {
	color:#000;
	font-size: 14px;
	margin-left:0px;
	margin-top: 0px;
	text-align: center;
	background-color: #00a0e9;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 10px 0;
	
}
h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
	font-size: 3vw;
	color:#0159c4;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0 0 10px rgba(255, 255, 255, .9);
	text-align: center;
	line-height: 140%;
}
h3 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
	font-size: 2vw;
	color:#000;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0 0 10px rgba(255, 255, 255, .9);
}



ul#ent_button  {
	list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
	width: 920px;
	margin: 40px auto 40px auto;
	
}
ul#ent_button li {
    width: 30%;
	line-height: 150%;
	font-size: 14px;
	text-align: center;
}

.sec02_link {
	position: relative;
	display: inline-block;
	padding: 25px;
	background-color: #fd639a;
	border: 2px solid #fd639a;
	color: #a70100;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:20px;
	margin-bottom:20px;
	width:600px;
	font-size:18px;
	border-radius: 8px;
	font-weight: bold;
	
}
.sec02_link::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.sec02_link:link {
	color: #fff;
}
.sec02_link:visited {
	color: #fff;
}
.sec02_link:hover {
	background-color: #fd7aa8;
	color: #fff;
	text-decoration:none;
}
.sec02_link:hover::after {
	border-left-color: #fff;
}

.box02 {
	width: 900px;
	margin: 0px auto;
	padding: 40px 0px;
}



h4 {
	font-size: 16px;
	
}


footer {
	padding-top:20px;
	padding-bottom:20px;
	background-color: #1b1b1b;
	margin-top: -8px;
	position:fixed;
  bottom:0;
	width: 100%;
}

.copy {
	font-size:12px;
	text-align: center;
	color:#959595;
}

 .br-pc { display:none; }
	
  .br-sp { display:none; }
	.br-ssp { display:none; }

@media screen and (max-width: 949px) {
  .br-pc { display:block; }
	
  .br-sp { display:block; }
	.br-ssp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
	.br-ssp { display:block; }
}


/*----------------------------------

タブレット
 
---------------------------------- */
@media screen and (max-width: 949px) {
	
.etx01 {
	color:#000;
	font-size: 16px;
	margin: 0px 20px;
	margin-bottom: 20px;
	margin-top: -40px;
	
}
h1 {
	color:#fff;
	font-size: 14px;
	margin-left:0px;
	margin-top: 0px;
	text-align: center;
	background-color: #00a0e9;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 10px 0;
	
}
h2 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
	font-size: 5vw;
	color:#0159c4;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0 0 10px rgba(255, 255, 255, .9);
	
}
h3 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
	font-size: 3.5vw;
	color:#000;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0 0 10px rgba(255, 255, 255, .9);
	text-align: center;
}

.ent_button_wrap {
	width: auto;
	margin: 0px auto;
}

ul#ent_button  {
	list-style: none;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
	margin-bottom: 30px;
}
ul#ent_button li {
    box-sizing: border-box;
    width: 100%;
	margin: 0px auto 0px auto;
	line-height: 150%;
	font-size: 14px;
}

.sec02_link {
	position: relative;
	display: inline-block;
	padding: .9em 1em;
	background-color: #fd639a;
	border: 2px solid #fd639a;
	color: #a70100;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:10px;
	width:320px;
	font-size:18px;
	border-radius: 4px;
	font-weight: bold;
	
}
.sec02_link::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.sec02_link:link {
	color: #fff;
}
.sec02_link:visited {
	color: #fff;
}
.sec02_link:hover {
	background-color: #fd639a;
	color: #fff;
	text-decoration:none;
}
.sec02_link:hover::after {
	border-left-color: #fff;
}

.box02 {
	width: auto;
	margin: 0px 20px;;
	padding: 40px 0px;
}



h4 {
	font-size: 16px;
	
}


footer {
	padding-top:20px;
	padding-bottom:20px;
	background-color: #1b1b1b;
	margin-top: -8px;
}

.copy {
	font-size:12px;
	text-align: center;
	color:#959595;
}

}


/*----------------------------------

スマホ
 
---------------------------------- */
@media screen and (max-width: 750px) {
	
.etx01 {
	color:#000;
	font-size: 14px;
	margin: -60px 10px 20px 10px;
	text-align: center;
}
h1 {
	color:#000;
	font-size: 3.5vw;
	margin-left:0px;
	margin-top: 0px;
	text-align: center;
	background-color: #00a0e9;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 10px 0;
	line-height: 1.8;
	
}
h2 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
	font-size: 5vw;
	color:#0159c4;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0 0 10px rgba(255, 255, 255, .9);
	text-align: center;
}
h3 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
	font-size: 3.5vw;
	color:#000;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0 0 10px rgba(255, 255, 255, .9);
	text-align: center;
}

.ent_button_wrap {
	width: auto;
	margin: 0px auto;
}

ul#ent_button  {
	list-style: none;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
	margin-bottom: 30px;
}
ul#ent_button li {
    box-sizing: border-box;
    width: 100%;
	margin: 0px auto 0px auto;
	line-height: 150%;
	font-size: 14px;
}

.sec02_link {
	position: relative;
	display: inline-block;
	padding: .9em 1em;
	background-color: #fd639a;
	border: 2px solid #fd639a;
	color: #a70100;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:10px;
	width:80%;
	font-size:16px;
	border-radius: 4px;
	font-weight: bold;
	
}
.sec02_link::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.sec02_link:link {
	color: #fff;
}
.sec02_link:visited {
	color: #fff;
}
.sec02_link:hover {
	background-color: #fd639a;
	color: #fff;
	text-decoration:none;
}
.sec02_link:hover::after {
	border-left-color: #fff;
}

.box02 {
	width: auto;
	margin: 0px 10px;;
	padding: 20px 0px;
}



h4 {
	font-size: 14px;
	
}


footer {
	padding-top:20px;
	padding-bottom:20px;
	background-color: #1b1b1b;
	margin-top: -8px;
}

.copy {
	font-size:12px;
	text-align: center;
	color:#959595;
}
	
	.box__area img {
		width: 80%;
		text-align: center;
	}

}

.main {
	width: 950px;
	margin: auto;
	font-family: 'Noto Sans JP', sans-serif;
	
}
.fv {
	background-image: url(../../img/bg.jpg);
  background-size: cover;
  background-position: center;
	position: relative;
  width: 100%;
  min-height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}

.title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #00a0e9;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
}
.flexbox_item01 {
	width: 49%;
}
.flexbox_item02 {
	width: 49%;
}
.flexbox_item02 img {
	width: 100%;
}
.title02 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 40px;
}
.title03 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
.gmap {
	margin-top: 40px;
	margin-bottom: 20px;
}
.gmap iframe {
	width: 100%;
	height: 450px;
}

#gaiyou {
	background: #f4f3f3;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;	
}

#gaiyou dt:first-child {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left:30%;
	
}



@media screen and (max-width: 949px) {
	.fv {
	background-image: url(../../img/bg.jpg);
  background-size: cover;
  background-position: center top;
}
.main {
	width: auto;
	margin: auto 15px;
	padding: 0px 0;
	font-family: 'Noto Sans JP', sans-serif;
}
}

@media screen and (max-width: 750px) {
	.fv p {
		font-size: 3.5vw;
	}
	.main {
	width: auto;
	margin: auto 15px;
	padding: 0px 0;
	font-family: 'Noto Sans JP', sans-serif;
	
}
	.title {
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	color: #00a0e9;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}
.flexbox_item01 {
	width: auto;
	font-size: 3.5vw;
	line-height: 1.7;
}
.flexbox_item02 {
	width: auto;
}
.flexbox_item02 img {
	width: 100%;
	margin-bottom: 10px;
}
.title02 {
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 20px;
}
.title03 {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
}
.gmap {
	margin-top: 20px;
	margin-bottom: 20px;
}
.gmap iframe {
	width: 100%;
	height: 250px;
}

#gaiyou {
	background: #f4f3f3;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 3.5vw;
	line-height: 180%;
	margin-bottom: 20px;	
}

#gaiyou dt:first-child {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 10px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left:auto;
	
}
}
