@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;900&display=swap');

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

* {
    font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: normal;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

.min {
font-family: 'Noto Serif JP', serif;
font-weight: 600;
}

.en {
	font-family: 'Montserrat', sans-serif;
}


@media only screen and (min-width: 1001px) {

* {
	font-size: 16px;
}

input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

.tel {
	pointer-events: none;
	text-decoration: none;
}

.acc {
	cursor: pointer;
}

}


.ttl {
	width: 80%;
	margin: 0 auto 30px auto;
}
.ttl span {
	text-align: left;
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 auto 5px auto;
}
.ttl strong {
	text-align: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}


@media only screen and (min-width: 1001px) {

.ttl {
	width: 200px;
	float: left;
	margin: 0 auto 40px auto;
}
.ttl span {
	font-size: 32px;
}
.ttl strong {
	font-size: 18px;
}


}

/*----------------------------------------------------
 id style 
----------------------------------------------------*/

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 109;
}
header h1 {
	width: 210px;
	position: fixed;
	z-index: 5;
	filter: drop-shadow(1px 1px 1px #000);
	margin: 18px 0 0 5%;
}
header h1 a {
	width: 100%;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/logo_wh.png);
	background-position: left center;
	background-size: auto 25px;
	background-repeat: no-repeat;
}

header dl {
	width: auto;
	position: absolute;
	filter: drop-shadow(1px 1px 1px #000);
	top: 10px;
	right: 80px;
}
header dl dt a {
	color: #fff;
	background-image: url("../images/icn_tel.png");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position:  left top 4px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 0 0 21px;
}
header dl dd {
	color: #fff;
	text-align: right;
	line-height: 1.8em;
	font-size: 12px;
	letter-spacing: 0.06em;
}

header a.btn {
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url("../images/header_icn_contact.png");
	background-position: center;
	background-size: auto 24px;
	background-repeat: no-repeat;
	background-color: #df002f;
}


@media only screen and (min-width: 1001px) {

header {
	border-bottom: none !important;
}
header h1 {
	width: 290px;
	margin: 23px 0 0 30px;
}
header h1 a {
	height: 45px;
	background-size: auto 45px;
}
header dl {
	top: 5px;
	right: 110px;
}
header dl dt a {
	background-size: 28px;
	background-position:  left top 11px;
	font-size: 32px;
	padding: 0 0 0 38px;
}
header dl dd {
	font-size: 14px;
	letter-spacing: 0.01em;
}
header dl dd span {
	color: #fff;
	display: inline !important;
	line-height: 1.8em;
	font-size: 14px;
	letter-spacing: 0.01em;
}

header a.btn {
	width: 80px;
	height: 80px;
	background-size: auto 36px;
}

}


footer {
	width: 100%;
	background-color: #df002f;
	padding: 40px 0;
}

footer strong {
	display: block;
	background-image: url("../images/logo_wh.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 30px;
	font-size: 14px;
	color:  #fff;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 40px 0 0 0;
}
footer address {
	display: block;
	font-style: normal;
	font-size: 14px;
	color:  #fff;
	margin: 0 0 30px 0;
}

footer dl {
	width: 80%;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 0px auto 40px auto;
	padding: 20px 0;
}
footer dl dt a {
	color: #fff;
	background-image: url("../images/icn_tel.png");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position:  left center;
	text-decoration: none;
	font-size: 28px;
	box-sizing: border-box;
	padding: 0 0 0 34px;
}
footer dl dd {
	color: #fff;
	line-height: 1.8em;
	font-size: 13px;
	letter-spacing: -0.01em;
}

footer span {
	display: block;
	font-size: 12px;
	color:  #fff;
}


@media only screen and (min-width: 1001px) {

footer {
	position: relative;
	padding: 60px 0;
}

footer strong {
	width: 960px;
	text-align: left;
	background-position: left center;
	background-size: auto 35px;
	font-size: 16px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 10px auto 20px auto;
	padding: 0 0 0 200px;
}
footer address {
	width: 960px;
	font-size: 16px;
	text-align: left;
	margin: 0 auto 30px auto;
}

footer dl {
	width: 340px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin: 0px -480px 40px 0px;
	padding: 20px 0;
}
footer dl dt a {
	background-size: 28px;
	font-size: 30px;
	padding: 0 0 0 38px;
}
footer dl dd {
	font-size: 14px;
}

footer span {
	width: 960px;
	text-align: left;
	font-size: 14px;
	margin: 0 auto;
}

}

a#pagetop {
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../images/pagetop.png);
	background-size: 50px;
}


@media only screen and (min-width: 1001px) {

a#pagetop {
	width: 70px;
	height: 70px;
	bottom: 30px;
	right: 30px;
	background-size: 70px;
}

}


/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.top_main {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	background-image: url("../images/main_bg.jpg");
	background-position:  center;
	background-size: cover;
}
div.top_main strong {
	width: 80%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2em;
	filter: drop-shadow(1px 1px 1px #333);
	margin: 0 auto;
}

/*スクロールダウン全体の場所*/
.scrolldown {
    /*描画位置※位置は適宜調整してください*/
	filter: drop-shadow(1px 1px 1px #333);
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


@media only screen and (min-width: 1001px) {

div.top_main strong {
	font-size: 48px;
}

}

div.top_service {
	width: 100%;
	background-color: #000;
	padding: 40px 0;
}

div.top_service h2 {
	width: 80%;
	color: #fff;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	font-size: 24px;
	margin: 0 auto 20px auto;
}

div.top_service p {
	width: 80%;
	color: #fff;
	text-align: left;
	line-height: 1.8em;
	margin: 0 auto 30px auto;
}
div.top_service ul {
	width: 70%;
	margin: 0 auto;
}
div.top_service ul li {
	width: 100%;
	margin: 0 0px 30px 0px;
}
div.top_service ul li:last-child {
	margin-bottom: 0;
}
div.top_service ul li dl {
	width: 100%;
}
div.top_service ul li dl dt {
	width: 100%;
	margin: 0 0 10px 0;
}
div.top_service ul li dl dt strong {
	display: block;
	text-align: left;
	font-size: 16px;
	color: #999;
}
div.top_service ul li dl dt span {
	display: block;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 0 0 0 34px;
}
div.top_service ul li.planning dl dt span {
	background-image: url("../images/service_icn_planning.png");
}
div.top_service ul li.event dl dt span {
	background-image: url("../images/service_icn_event.png");
}
div.top_service ul li.movie dl dt span {
	background-image: url("../images/service_icn_movie.png");
}
div.top_service ul li dl dt img {
	width: 100%;
	height: auto;
}
div.top_service ul li dl dd {
	width: 100%;
	text-align: left;
	color: #fff;
	line-height: 1.8em;
}


@media only screen and (min-width: 1001px) {

div.top_service {
	padding: 60px 0;
}
div.top_service h2 {
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	font-size: 32px;
	margin: 0 auto 30px auto;
}
div.top_service p {
	width: 960px;
	text-align: center;
	margin: 0 auto 40px auto;
}

div.top_service ul {
	width: 100%;
	text-align: center;
}
div.top_service ul li {
	width: 300px;
	vertical-align: top;
	display: inline-block;
	margin: 0 15px;
}
div.top_service ul li:last-child {
	margin-bottom: 0;
}
div.top_service ul li dl dt {
	margin: 0 0 15px 0;
}
div.top_service ul li dl dt strong {
	margin: 0 0 5px 0;
}
div.top_service ul li dl dt span {
	margin: 0 0 15px 0;
}


}


div.top_contact {
	width: 100%;
	background-image: url("../images/contact_bg.jpg");
	background-size: cover;
	background-position: center;
}
div.top_contact h3.ttl span {
	color: #fff;
}
div.top_contact h3.ttl strong {
	color: #999;
}
div.top_contact div.inner {
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	padding: 40px 0;
}
div.top_contact p {
	width: 80%;
	color: #fff;
	text-align: left;
	line-height: 1.8em;
	margin: 0 auto 30px auto;
}
div.top_contact p a {
	color: #fff;
}

div.top_contact form {
	width: 80%;
	margin: 0 auto;
}
div.top_contact dl {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
div.top_contact dl:first-of-type {
	border-top: 1px solid #dfdfdf;
	padding-top: 20px;
}
div.top_contact dl dt {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	margin: 0px 0px 15px 0px;
}
div.top_contact dl dt span {
	border: 1px solid #df002f;
	display: inline-block;
	font-size: 12px;
	color: #df002f;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
	margin: 0px 10px 0px 0px;
	padding: 3px 5px;
}
div.top_contact dl dd {
	width: 100%;
	text-align: left;
}
div.top_contact dl dd input[type="text"],
div.top_contact dl dd input[type="email"],
div.top_contact dl dd input[type="tel"],
div.top_contact dl dd textarea {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: none;
	text-indent: 10px;
	border-radius: 5px;
	-webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	padding: 10px 5px;
}
div.top_contact dl dd textarea {
	width: 100% !important;
	height: 160px !important;
	text-indent: inherit;
	line-height: 1.8em;
	padding : 5px 10px;
}
div.top_contact button {
	width: 80%;
	display: block;
	border: 0;
	text-align: center;
	background-color: #df002f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px auto;
	padding: 15px 0px;
}
div.top_contact button span {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

div.top_contact div.mfp_err {
	font-size: 14px;
	color: #d03539;
	text-decoration: none;	
	margin-top: 5px;
	line-height: 1.8em;
}

@media only screen and (min-width: 1001px) {

div.top_contact {
	overflow: hidden;
	background-repeat: no-repeat;
	padding: 60px 0 0 0;
}
div.top_contact div.inner {
	width: 960px;
	z-index: 5;
	position: relative;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 50px;
}
div.top_contact p {
	width: 560px;
	box-sizing: border-box;
	margin: 0 auto 40px auto;
	float: right;
}
div.top_contact p a {
	cursor: pointer;
}
div.top_contact form {
	width: 100%;
}
div.top_contact dl {
	display: flex;
	align-items: center;
}
div.top_contact dl dt {
	width: 420px;
	margin: 0;
}
div.top_contact dl dt span {
	font-size: 14px;
	margin: 0px 15px -9px 0px;
	padding: 5px 8px;
}
div.top_contact dl dd {
	vertical-align: middle;
}
div.top_contact button {
	width: 360px;
	font-size: 18px;
}
div.top_contact button span {
	font-size: 14px;
}


}


div.top_company {
	width: 100%;
	background-color: #f5f5f5;
	padding: 40px 0 0px 0;
}

div.top_company h3.ttl span {
	color: #df002f;
}
div.top_company h3.ttl strong {
	color: #999;
}

div.top_company p {
	width: 80%;
	text-align: left;
	line-height: 1.8em;
	margin: 0 auto 30px auto;
}
div.top_company p strong {
	font-weight: bold;
}

div.top_company dl {
	width: 80%;
	border-top: 1px solid #dfdfdf;
	margin: 15px auto 0px auto;
	padding: 15px 0 0px 0;
}
div.top_company dl:first-of-type {
	margin-top: 0;
}
div.top_company dl:last-of-type {
	border-bottom:  1px solid #dfdfdf;
	padding-bottom: 15px;
}
div.top_company dl dt {
	line-height: 1.8em;
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.top_company dl dd {
	line-height: 1.8em;
	text-align: left;
}

div.top_company iframe {
	width: 100%;
	height: 200px;
	display: block;
	border: 0;
	margin: 40px 0 0 0;
}


@media only screen and (min-width: 1001px) {

div.top_company {
	margin: -400px 0 0 0;
	padding: 460px 0 0px 0;
}

div.top_company div {
	width: 960px;
	margin: 0 auto;
}

div.top_company dl {
	width: 720px;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px auto;
	padding: 20px 0 0px 0;
}
div.top_company dl:first-of-type {
	margin-top: 0;
}
div.top_company dl:last-of-type {
	padding-bottom: 20px;
}
div.top_company dl dt {
	width: 160px;
	text-align: center;
	margin: 0;
}

div.top_company iframe {
	height: 400px;
	margin: 60px 0 0 0;
}


}


div.remodal {
	width: 90%;
	box-sizing: border-box;
	padding: 40px 5% 20px 5%;
}
div.remodal p {
	width: 100%;
	line-height: 1.8em;
	text-align: left;
	font-size: 12px;
}
div.remodal dl {
	width: 100%;
	margin: 15px 0 0 0;
}
div.remodal dl dt {
	width: 100%;
	font-size: 12px;
	text-align: left;
	font-weight:  bold;
	line-height: 1.8em;
}
div.remodal dl dd {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
}


@media only screen and (min-width: 1001px) {

div.remodal {
	width: 100%;
	padding: 40px 30px 30px 30px;
}

}


/*----------------------------------------------------
 style end
----------------------------------------------------*/