@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://use.fontawesome.com/releases/v5.15.3/css/all.css');

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

html {
	}

* {
	box-sizing: border-box;
}

body {
	position: relative;
	display: block;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 5vw;
	color: #333;
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px !important;
	}

h1 {
	display: block;
	width: 70%;
	margin: 11rem auto;
	text-align: center;
	}

.tpbtn p {
	width: 100%;
}

.btbtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.btbtn p {
	width: 25%;
}
.tpbtn p,
.btbtn p {
	margin: 0;
}

@media screen and (max-width: 767.98px){
#mv img.logo { 
	width: 250px;
	}
}
@media screen and (orientation: portrait) and (max-width:1024px){
h1 {
	padding: 0 0 5vw 0;
	}
}

h1 img {
	display: inline-block;
	width: 40%;
	height: auto;
	animation: h1logo 1s ease .2s both;
	}
@keyframes h1logo {
	0% { opacity: 0; transform: translateY(20px); }
	99% { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; }
	}
@media screen and (orientation: portrait) and (max-width:1024px){
h1 img {
	width: 90%;
	}
}

h2 {
	margin: 0;
	padding: 0 0 1vw 0;
	font-size: 1.5vw !important;
	text-align: center;
	animation: welcome 3s ease 1s both;
	}
@keyframes welcome {
	0% { opacity: 0; transform: translateY(-20px); }
	99% { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; }
	}
@media screen and (orientation: portrait) and (max-width:1024px){
h2 {
	padding: 0 0 2vw 0;
	font-size: 5vw !important;
	}
}

p {
	margin: 0;
	padding: 0 0 1vw 0;
	font-size: 1.25vw;
	text-align: center;
	animation: h1logo 1s;
	}
@keyframes info {
	0% { opacity: 0; }
	99% { opacity: 1; }
	100% { opacity: 1; }
	}
@media screen and (orientation: portrait) and (max-width:1024px){
p {
	padding: 0 0 1vw 0;
	font-size: 6vw;
	}
}

ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	animation: namelist 1s ease 1s both;
	}
@keyframes namelist {
	0% { opacity: 0; }
	99% { opacity: 1; }
	100% { opacity: 1; }
	}

p {
	display: block;
	padding: 0.5vw;
	width: 50%;
	}
@media screen and (orientation: portrait) and (max-width:1024px){
p {
	width: 50%;
	padding: 1vw;
	}
}
@media screen and (orientation: portrait) and (max-width:767px){
p {
	padding: 2vw;
	}
}

p a {background-color: #009DA0;
	color: #ffffff;
	display: block;
	padding: 2vw 0;
	text-align: center;
	font-size: 2.2vw;
	line-height: 1em;
	text-decoration: none;
	white-space: nowrap;
	}

@media screen and (orientation: portrait) and (max-width:1024px){
p a {
	padding: 3vw 0;
	font-size: 4vw;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	}
}

p a:hover {
	color: #fff;
	text-decoration: none;
	background: #52E2E2;
	}

p a span {
	display: block;
	font-size: 2vw;
	}

@media screen and (orientation: portrait) and (max-width:1024px){
p a span {

	font-size: 3vw;
	}
}

#callMmodal {
	background: rgba(0,0,0,.8);
	}

#callMmodal .modal-dialog {
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%,-50%) !important;
	margin: 0 !important;
	padding: 0 !important;
	}
@media screen and (orientation: portrait) and (max-width:1024px){
#callMmodal .modal-dialog {
	width: 90%;
	}
}

#callMmodal .modal-content {
	padding: 2vw;
	}
@media screen and (orientation: portrait) and (max-width:1024px){
#callMmodal .modal-content {
	padding: 5vw;
	}
}

#callMmodal .modal-header {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	}

#callMmodal .modal-header h5 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.5vw;
	text-align: center;
	line-height: 1em;
	background: #fff;
	}
@media screen and (orientation: portrait) and (max-width:1024px){
#callMmodal .modal-header h5 {
	font-size: 4vw;
	}
}

#callMmodal .modal-body {
	display: block;
	margin: 0;
	padding: 2vw 7vw;
	}
@media screen and (orientation: portrait) and (max-width:1024px){
#callMmodal .modal-body {
	padding: 4vw 2vw;
	}
}

#callMmodal #btnCall {
	display: block;
	padding: 1vw 0;
	text-align: center;
	color: #565454;
	font-size: 2vw;
	line-height: 1em;
	text-decoration: none;
	white-space: nowrap;
	background: #fff;
	transition: .3s ease;
	box-shadow: 0px 1px 8px 1px #565454;
	border-radius: 6px;
	}
@media screen and (orientation: portrait) and (max-width:1024px){
#callMmodal #btnCall {
	padding: 4vw 0;
	font-size: 5vw;
	}
}

#callMmodal #btnCall:hover {
	color: #565454;
	text-decoration: none;
	background: ##52E2E2;
	}

#callMmodal #btnCall:disabled {
	color: #565454;
	text-decoration: none;
	background: #fff;
	}

@keyframes circleanime{
	0%{
		transform: scale(0.68);
	}
	100%{
		transform: scale(1.2);
		opacity: 0;
	}
}


#callMmodal #btnCall img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 1vw auto;
	}
@media screen and (orientation: portrait) and (max-width:1024px){
#callMmodal #btnCall img {
	width: 100px;
	height: 100px;
	margin: 0 auto 3vw auto;
	}
}

#callMmodal .modal-footer {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
	}

#callMmodal .modal-footer #btnCallClose {
	display: block;
	margin: 0 auto;
	padding: 1vw 2vw;
	font-size: 1.2vw;
	text-align: center;
	background: #ccc;
	border: 0;
	background: #eee;
	transition: .3s ease;
	}
@media screen and (orientation: portrait) and (max-width:1024px){
#callMmodal .modal-footer #btnCallClose {
	font-size: 3vw;
	}
}

#callMmodal .modal-footer #btnCallClose:hover {
	background: #ccc;
	}