@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;
	list-style: none;
	font-family: sans-serif;
}
html {
	font-size: 20px;
	line-height: 160%;
}
body{

	background-image: url("../img/bg3.jpg");

	background-size: 100% auto;
	background-position: center top;

}

img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a[href*="tel:"] {
	color: #273038;
	text-decoration: none;
}
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: 1rem;
}
.txt1{
	margin-bottom: 30px;
}
.sp{ display: none; }
.pc{ display: block; }

header{
	position: fixed;
}
main{
	padding: 0 0px;	
}
#mv{
	text-align: center;

	background-image: url("../img/bg.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 20px;
}
#mv img{
	width: 100%;
	height: auto
}
/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
#container{
	width: 1100px;
		box-shadow: 0 0 14px rgba(0,0,0,0.2);
	margin: 0 auto;
	overflow-x: hidden;
	background:#FFF;
	position: relative;
	padding: 20px 0 0 0;
}
.inner{
	margin-bottom: 100px;
	padding: 0 6%;
}
#hdr_entry{
	width: 220px;
	position: absolute;
	right: 10px;
	top: 12px;
	display: block;
	z-index: 100;
}
#hdr_entry:hover{
	opacity: 0.8;
}
#confirm main,
#thanks main{
	padding-top: 40px;	
}
#confirm #hdr_entry,
#thanks #hdr_entry{
	display: none	
}
.h1{
	font-size: 30px;
	text-align: center;
	border-top: 2px solid #273038;
	border-bottom: 2px solid #273038;
	line-height: 130%;
	padding: 15px 0;
	margin-bottom: 30px;
}
.h2 {
    font-size: 38px;
	font-family: Arial, Helvetica, "sans-serif";
    line-height: 1.2;
    text-align: center;
	letter-spacing: -2px;
    color: #FFF;
    font-optical-sizing: auto;
    font-style: normal;
    background: -webkit-linear-gradient(60deg, #3cc0c3, #3048FF, #58d2da, #6fc8c3);
    background-size: 200%;

    animation: textAnime2 5s infinite;
    margin-bottom: 40px;
	padding: 20px 15px;
}

@keyframes textAnime2 {
  0%, 100% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
}


#point{
	background: #FFF;
	padding: 40px 40px 30px 40px;
	box-shadow: 0 0 14px rgba(0,0,0,0.2);
	border-radius: 15px;
		border: 2px solid #3863F7;
	width: 100%;
	margin: 0 auto 40px auto;
}
.big{
	font-size: 1.7rem	
}
.h2-anime {
    font-size: 120px;
	font-family: Arial, Helvetica, "sans-serif";
    line-height: 1.2;
    text-align: center;
	letter-spacing: -2px;
    color: #00c8c8;
    font-optical-sizing: auto;
    font-style: normal;
    background: -webkit-linear-gradient(60deg, #3cc0c3, #3048FF, #58d2da, #6fc8c3);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textAnime 5s infinite;
    margin-bottom: 40px;

}
.h2-anime p {
   font-size: 60px;
	display: block;
	font-style: italic;
	letter-spacing: 2px;
	font-style: italic;
}
@keyframes textAnime {
  0%, 100% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
}
.h2-anime {
	-webkit-font-feature-settings: 'pkna';
	-webkit-text-fill-color: transparent
}



.plist{
	margin-bottom: 0px;
	padding-top: 20px;

}
.plist li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #273038;
	padding-top: 30px;
}
.plist li:last-child{
	border: none;
	padding-bottom: 0;
}

.plist .item1{
	padding-bottom: 15px;
	width:50%;

}

.plist .item1 img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.plist .item2{
	padding-bottom: 35px;
	padding-top: 20px;
	margin-bottom: 35px;
	line-height: 180%;
	width:47%;
}
.plist h3{
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #2948B5;
	color: #2948B5
}
.icn_point{
	padding-bottom: 10px;
	width: 110px;;
}
.icn_point img{
	width: 100%;
	height: auto
}
.qlist{
	padding-bottom: 40px;
	width: 100%;
	margin: 0 auto
}
.qlist li{
	margin-bottom:20px;
	background:#E7EBFA;
	padding: 5px 20px 20px 20px;
	border:1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 0 14px rgba(0,0,0,0.2);
}

.qlist .qbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 15px 15px 5px 15px;
}
.qlist .abox{
	display: flex;
	justify-content: space-between;
	background: rgba(255,255,255,1.00);
	border-radius: 10px;
	padding: 15px;
}
.qlist p{
	width: calc(100% - 70px);
	padding-top: 10px;
	font-size: 18px;
}
.qlist strong{
	display: inline;
	background: linear-gradient(transparent 50%, yellow 50%);

	padding: 3px 6px;
	margin: 0 4px;
	font-weight: normal;
	line-height: 1
}
.qlist h3{
	width: calc(100% - 70px);
	padding-top: 10px;
}
.q,.a{
	width: 54px;
	height: 54px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	border-radius: 100px;
	background: #273038;
	color: #FFF;
	margin-right: 6px;
	padding-top: 11px;
	line-height: 1;
}
.a{
	background:#B20000;
}
.center{ text-align: center; }

.btn1{
	display: block;
	color: #FFF;
	background: rgba(138,13,15,1.00);
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	margin: 0 auto;
	width: 50%;

	border: none;
}
.ta1{
	width: 100%;
	margin: 0 auto 40px auto;

	box-shadow: 0 0 14px rgba(0,0,0,0.2);
	border-top: 4px solid #3863F7;
}
.ta1 td,.ta1 th{
	padding: 20px;
}
.ta1 td{
	background: #FFF;
	border-top: 2px solid #ccc;
}
.ta1 tr:first-child td,.ta1 tr:first-child th{
	border: none
}
.ta1 th{
	background: #FFF;
	width: 200px;
	color: #2948B5;
	border-top: 2px solid #3863F7;
	vertical-align: top
}
#gallery{
	padding-bottom: 30px;	
}
#privacy{
	font-size: 19px;
	line-height: 150%;
	background: #FFF;
	border: 1px solid #ccc;
	padding: 15px;
	height: 20vh;
	overflow-y: auto;
	margin-bottom: 40px;

}

#company{
	padding: 0 0 0px 0;	
}
#contact{
	text-align: center;
	background: #5D6B72;
	color: #FFF;
	padding: 30px;
}
#contact h2{
	font-size: 35px;
	line-height: 1;
}
#contact h2 div{
	font-size: 23px;
	padding-top: 5px;
}
#contact p{
	margin-bottom: 30px;
}
.btn_tel{
	display: block;
	background: rgba(138,13,15,1.00);
	text-decoration: none;
	text-align: center;
	padding: 14px;
	border-radius: 10px;
	margin: 0 auto;
	width: 50%;
	border: none;
	height: 84px;
}
.btn_tel span{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;

}
.btn_tel p{
	font-size: 18px;

	color: #FFF;
	line-height: 1;

}
.btnbox{
	margin-bottom: 30px;	
}
footer{
	text-align: center;
	color: #FFF;
	background: #5D6B72;
	padding-bottom: 30px;
	padding-top: 30px;
}
#ftr_logo{
	padding: 20px;	
}
.sns{
	text-align: center;
	padding-top: 30px;
}
.sns img{
	width: 30%;
	height: auto
}
.error{
	color: red	
}
.back{
	text-align: center;
	padding: 30px;
}
.back a{
	color: #000;
}
.swiper{
	text-align: center
}
.swiper-wrapper {
	transition-timing-function: linear;
}
.swiper2{
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {

	.sp{ display: block; }
	.pc{ display: none; }
	
/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
	html {
		font-size: 20px;
		line-height: 160%;
	}
    #container{
        width: 100%;
        margin: 0 auto;
    }
	.inner{
		margin-bottom: 100px;
		padding: 0 1%;
	}
	#hdr_entry{
		width: 150px;
		position: absolute;
		right: 7px;
		top: 7px;
	}

	main{
		padding: 0 15px;	
	}
	.h1{
        font-size: 26px;
        line-height: 130%;
        padding: 15px 0;
        margin-bottom: 30px;
	}
	.h2{
        font-size: 22px;
        line-height: 130%;
        padding: 15px 0;
        margin-bottom: 30px;
	}
  	.h2-anime {
   		 font-size: 3rem
  	}
	.h2-anime p {
    	font-size: 1.6rem;
		letter-spacing: 0px;
	}
    #point{
        padding: 20px 20px 20px 20px;

        margin-bottom: 30px;
    }
	.plist{
		padding-top:0px;

	}
	.plist li:first-child{
		padding-top: 0px;
	}
	.plist h3{
		font-size: 20px;
		margin-bottom: 11px;
		text-align: center;
		line-height: 130%;
		padding-bottom: 6px;
	}
	.plist li{
		display: block;
		padding-top: 30px;
		border-bottom: 1px solid #ccc
	}
	.plist li .item1,.plist li .item2{
		width: 100%;
	}
	.plist li .item2{
		padding-bottom: 0;
	}
	.ta1 td,.ta1 th{
		padding: 10px;
	}
    .btn_tel{
        padding: 12px;
        border-radius: 10px;
        width: 80%;
        height: 74px;
    }
    .btn_tel span{
        font-size: 30px;
    }
    .btn_tel p{
        font-size: 14px;
    }
	.qlist{
		width: 100%;
	}
	.qlist li{
		margin-bottom:15px;
		padding: 11px;
	}
	.qlist h3,.qlist p{
		width: calc(100% - 55px);
	}
	.qlist h3{
		padding-top: 7px;
		line-height: 120%;
	}
	.qlist p{
		padding-top: 5px;
		font-size: 18px;
	}
    .qlist .qbox{

        margin-bottom: 10px;
        padding: 5px 15px 5px 15px;
    }
	.q,.a{
		width: 42px;
		height: 42px;
		font-size: 24px;
		margin-right: 6px;
		padding-top: 7px
	}
	.ta1 td,.ta1 th{
		width: 100%;
		display: block
	}
	.icn_point img{
		width: 100px;
		height: auto;
} 
	.swiper2{
		padding-bottom: 10px;	
	}
	
	.swiper2 .swiper-slide{
		width: 1200px;
		height: auto
	}
}