@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
*{
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
	font-family: sans-serif;
}
html {
	font-size: 18px;
}
body{

}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000 !important;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 1.6rem
	
}
.sp{display: none}
.pc{display: block}

#container{
	width: 100%;
	border: 1px solid #ccc;
	top: 100vh;
	position: relative
}
#rsv{
	text-align: center;
	background: #eee;
	padding: 3%;
}
.rbox{
	background: #FFF;
	padding: 3%;
	border: 3px #08BA08 dotted;
	border-radius: 10px;
	margin-bottom: 20px;
}
.rbox h2{
	font-size: 1.6rem;
	margin-bottom: 3%;
}
.rsv_line{
	background: #08BA08;
	color: #FFF;
	text-decoration: none;
	font-size: 1.1rem;
	width: 90%;
	display: block;
	margin: 0 auto 3% auto;
	padding: 2%;
	border-radius: 6px;
	font-weight: bold;
	background-image: url("../img/line.png");
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: left 5% center
}
.rsv_tel{
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	border-radius: 6px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3%;
}
.rsv_tel img{
	width: 1.3rem;
	margin-right: 1%
}
.rsv_address{
	font-size: 1rem;
}
footer{
	text-align: center;
	padding: 2% 0 4% 0;
	background: #0755A1;
	color: #FFF
}
#ftr_logo{
	width: 20%;
	margin: 0 auto 1% auto
}
#ftr_logo img{
	width: 100%;
	height: auto
}

.slideshow-container { 
	position: absolute; 
	width: 100%; 
	height: 100vh;
	background: black;;
	overflow: hidden
}
#hdr_logo{
	position: absolute; 
	width: 500px; 
	z-index: 3;
	top:25px;
	left: 25px;
}
#btn_contact{
	position: absolute; 
	width: 160px; 
	height: 60px;
	z-index: 10;
	color: #FFF;
	background: #079FEA;
	text-decoration: none;
	top:0;
	right: 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	cursor: pointer
}
.mv_txt { 
	position: absolute; 
	width: 100%; 
	height: 100vh;
	z-index: 3;
	display: flex;	
	align-items: center;
	padding-left: 10%
}
.mv_txt img{ 
	width: 680px;
	height: auto
}
#scroll { 
	position: absolute; 
	width: 100%; 
	bottom: 30px;
	z-index: 3;
	text-align: center
}
#scroll img{ 
	width: 60px;
	height: auto
}
.mask { 
	position: absolute; 
	width: 100%; 
	height: 100vh;
	background-image: url("../img/mask.png");
	z-index: 1;
	opacity: 0.8; 
}
.slide { 
	position: absolute; 
	width: 100%; 
	height: 100vh;
	background-size: cover; 
	background-position: center; 
	opacity: 0; 
	transition: opacity 2s ease-in-out, transform 5s ease-in-out;
	z-index: 0
}
.slide.active { 
	opacity: 1; 
	transform: scale(1.1);
}
#about{
	display: flex;
	justify-content: space-between
}
#about .item1{
	width: 50%;
}
#about .item2{
	width: 50%;
	padding:0 5%;
	display: flex;
	align-items: center;
}
#about .item2 p{
	line-height: 180%;
	margin-bottom: 30px;
	padding-top: 20px;
}
#about h1{
	font-family: "DM Serif Text", serif;
	font-weight:normal;
	font-size: 80px;
	line-height: 1;
	margin-bottom: 20px;
}
#about h2{
	font-size: 26px;
	margin-bottom: 0px;
}
.marked {
    background: linear-gradient(transparent 60%, yellow 60%);
}
.btn1{
	width: 280px;
	border: 2px solid #079FEA;
	color: #079FEA;
	padding: 15px;
	display: block;
	text-align: center;
	line-height: 1;
	text-decoration: none;
}
.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    width: 100%;
	padding: 30px 0;
}
.marquee span {
    display: inline-block;
    animation: marquee 40s linear infinite;
	font-family: "DM Serif Text", serif;
	font-weight:normal;
	font-size: 160px;
	line-height: 1;
	color: #eee;
}

@keyframes marquee {
    from { transform: translateX(0%); }
    to { transform: translateX(-100%); }
}
#point{
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url("../img/bg2.jpg");
	background-size: 100px 100%;
	background-position: right;
	background-repeat: repeat-y;
}
.manga{
	width: 90%;
	margin: 0 auto 30px auto
}
#point .item1{
	width: 50%;
	padding:0 5%;
	display: flex;
	align-items: center;

}
#point .item1 p{
	line-height: 180%;
	margin-bottom: 30px;
	padding-top: 20px;
}
#point .item2{
	width: 50%;
	padding-right: 5%
}

#point h2{
	font-size: 43px;
	margin-bottom: 0px;
	color: #079FEA;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.st{
	background: #079FEA;
	display: inline-block;
	color: #FFF;
	padding: 6px 14px;
	margin-bottom: 10px;
	font-size: 17px
}

#service{
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
}
#service .item1{
	width: 50%;
	padding-right: 3%;
	padding-top: 20px;
}
#service .item2{
	width: 50%;
	padding-left: 3%;
	padding-top: 20px;
}
#service figure{
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
}
#service p{
	padding-bottom: 20px;
	line-height: 180%;
}
.ta1{
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
}
.ta1 th,.ta1 td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: center
}
.ta1 th{
	background: #079FEA;
	text-align: center;
	color: #FFF;
}
.ta1 td{
	background: #FFF
}
.ta2{
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
}
.ta2 th,.ta2 td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
}
.ta2 th{
	background: #eee;
	text-align: center;

}
.th{
	font-weight: bold;
	background: #eee;
}
.ta2 td{
	background: #FFF
}
.tit1{
	text-align: center;
	font-size: 30px;
	color: #FFF;
	background: #079FEA;
	padding: 10px 0;
	line-height: 1;
	margin-bottom: 20px;
}
.tit1 p{
	font-size: 17px;
	line-height: 1;
	padding: 0 0 4px 0  !important;
	margin: 0 !important;

}
#gallery{
	width: 96%;
	margin: 0 auto 40px auto;

	border-radius: 10px;
}
#about2{
	display: flex;
	justify-content: space-between;

	background-size: 70px 100%;
	background-position: right;
	background-repeat: repeat-y;
}
#about2 .item1{
	width: 50%;
}
#about2 .item2{
	width: 50%;
	padding:0 5%;
	display: flex;
	align-items: center;
}
#about2 .item2 p{
	line-height: 180%;
	margin-bottom: 30px;
	padding-top: 20px;
}

#about2 h2{
	font-size: 43px;
	margin-bottom: 0px;
	color: #079FEA;
}
.btnbox{
	text-align: center;
	padding-bottom: 30px;
}
.btnbox a{
	display: block;
	margin: 0 auto
}
.cp{
	background: #F2F200;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	padding: 20px;
}
.cp img{
	width: 250px;
	height: auto
}
.cc1{
	color: red;
	padding-bottom: 10px;
}
.swiper img{
	width: 100%;
	height: auto
}
@media screen and (max-width: 768px) {
html {
	font-size: 18px;
}
.sp{ display: block; }
.pc{ display: none; }
#container{
	width: 100%;

}

.ta2 th,.ta2 td{
	width:100%;
	display: block
}
#hdr_logo{
	position: absolute; 
	width:95%; 
	top:15px;
	left: 2%;
}
#btn_contact{
	display: none
}
.mv_txt { 
	padding-left: 10%
}
.mv_txt img{ 
	width: 90%;
}
#about{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#about .item1{
	width: 100%;
	order: 2;
}
#about .item2{
	width: 100%;
	padding:5% 5% 0 5%;
	display: flex;
	align-items: center;
	order: 1;
}
#about .item2 p{
	line-height: 180%;
	margin-bottom: 40px;
	padding-top: 20px;
}
#about h1{
	font-size:2.8rem;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 20px;
}
#about h2{
	font-size:1.4rem;
	margin-bottom: 0px;
}
#about .btn1{
	margin: 0 auto;
	display: block;
}
.marquee {

    width: 100%;
	padding: 20px 0;
}
.marquee span {
    animation: marquee 40s linear infinite;
	font-size: 100px;
}

#point{
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: none;
	flex-wrap: wrap;
}

#point .item1{
	width: 100%;
	padding:0 5%;
	display: flex;
	align-items: center;
}
#point .item1 p{
	line-height: 180%;
	margin-bottom: 30px;
	padding-top: 20px;
}
#point .item2{
	width: 100%;
	padding:0 3%;
}

#point h2{
	font-size: 1.7rem;
	line-height: 130%;
	margin-bottom: 0px;
}
#point .btn1{
	margin: 0 auto 40px auto
}
.st{
	color: #FFF;
	padding: 6px 12px;
	margin-bottom: 7px;
	font-size: 16px
}

#service{
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	flex-wrap: wrap
}
#service .item1{
	width: 100%;
	padding-right: 3%;
	padding-top: 20px;
}
#service .item2{
	width: 100%;
	padding-left: 0%;
	padding-top: 20px;
}
#service figure{
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
}
#service p{
	padding-bottom: 20px;
	line-height: 180%;
}
#gallery{
	width: 96%;
	margin: 0 auto 40px auto;

	border-radius: 10px;
}
#about2{
	display: flex;
	justify-content: space-between;

	background-size: 70px 100%;
	background-position: right;
	background-repeat: repeat-y;
	flex-wrap: wrap;
}
#about2 .item1{
	width: 100%;
}
#about2 .item2{
	width: 100%;
	padding:5% 5% 0 5%;
	display: flex;
	align-items: center;
}
#about2 .item2 p{
	line-height: 180%;
	margin-bottom: 30px;
	padding-top: 10px;
}

#about2 h2{
	font-size: 30px;
	margin-bottom: 0px;
	line-height: 1.2
}
.ta1{
	margin-bottom: 20px;
}
.ta1 th,.ta1 td{
	padding: 5px;
	font-size: 16px;
}
.ta1 th{
	background: #079FEA;
	text-align: center;
	color: #FFF;
	font-size: 17px;
}
.ta1 td{
	background: #FFF
}
.ta2{
	width: 100%;
	margin-bottom: 20px;
}
.ta2 th,.ta2 td{
	font-size: 16px;
	padding: 5px;
}
#ftr_logo{
	width: 80%;
	margin: 0 auto 1% auto
}
#ftr_logo img{
	width: 100%;
	height: auto
}

}