@charset "utf-8";


@media screen and (min-width:768px) {
	.pcnone {
		display: none;
	}

	.spnone {
		display: block;
	}
}

body {
	font-size: 16px;
	/* background: #ccc; */
	background: #fff;
}

body.is_fixed {
	overflow: hidden;
}

.uppercase {
	text-transform: uppercase;
}

.inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}



/*ビデオ　PC*/
.bx-wrapper {
	margin: 0px auto;
	width:100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
}

.mv_video {
	width: 100%;
	height: 100vh;
}

.main_visual video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
	object-position: center;
}

.main_visual {
	margin-top: -84px;/*2024.05.09調整*/
	position: relative;
	height: 100vh;
	background: #000;
}

.video_slider li {
	background: #000;
	height: 100vh;
}

/*メインビジュアル　スライドショー*/

.slider1 {
	display: none;
}

.slider1 .slide_image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
}

/*メイン下スライドショー*/
.mini_slider {
	padding: 30px 0;
	background: url(img/bg/mini_slider_bg.jpg) no-repeat center/ cover;
	margin-bottom: 60px;
	overflow: hidden;
}

.mini_slider .swiper-slide {
	transform: scale(0.8);
	opacity: 0.8;
}

.mini_slider .swiper-slide-active {
	transform: scale(1) !important;
	opacity: 1;
	transition: all .3s ease-out;
}

.mini_slider .swiper-slide-prev,
.mini_slider .swiper-slide-next {
	transition: all .3s ease-out;
}

/*2024.05.09追記*/
.slider2 {
	position: relative;
}

.slider2 .swiper-button-next,
.slider2  .swiper-button-prev {
	color: #001e36;/*矢印のカラーはこちらで調整してください。*/
	/* text-shadow: 2px 2px #ccc,
	-2px 2px #ccc,
	2px -2px #ccc,
	-2px -2px #ccc; */
}

.slider2 .swiper-button-prev:after,
.slider2 .swiper-rtl .swiper-button-next:after {
	content: '';
	display: block;
	width: 22px;
	height: 44px;
	background: url(img/slide_arrow_left.png) no-repeat;
	background-size: contain;
}

.slider2 .swiper-button-next:after,
.slider2 .swiper-rtl .swiper-button-prev:after {
	content: '';
	display: block;
	width: 22px;
	height: 44px;
	background: url(img/slide_arrow_right.png) no-repeat;
	background-size: contain;
}

/*メインビジュアル　Youtubeへのリンクアイコン*/
.mv_youtube_link {
	position: absolute;
	z-index: 50;
	left: 0;
	bottom: 0;
}

/*共通*/
ul,ol {
	padding: 0;
	list-style: none;
	margin: 0;
}



/*TOPページレイアウト*/
.main_container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px 60px;
}

.banner_area {
	width: 100%;
	
}

.sns_area {
	background: linear-gradient( #001e36 0%, #001e36 50%, #001e36 100%) ;
	padding: 30px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
}
.sns_area li {
	flex-basis: 35px;
}

/*トップ・イベント情報*/
.event_heading,
.news_heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
	box-sizing: border-box;
}

.event_heading {
	background: #866b53;
}

.news_heading {
	background: linear-gradient( #001e36 0%, #001e36 50%, #a50404 100%) ;
}

.event_heading h2,
.news_heading h2 {
	color: #fff;
	margin: 0;
	font-size: 1.25rem;
	border: none;
}

.event_heading h2::after,
.news_heading h2::after {
	background: none;
}

.top_news_box p,
.top_news_box p {
	margin: 0;
}

.event_heading a,
.news_heading a {
	color: #fff;
	text-decoration: none;
}

.top_event_list,
#newsWrap {
	padding: 10px 0;
	box-sizing: border-box;
}

.top_event_list ul li {
	display: flex;
	flex-wrap: wrap;
}

.top_event_list dt,
.top_news_box dl dt {
	margin-bottom: 10px;
}

.top_event_list dd {
	margin-left: 0;
}

.top_event_list dd a,
.top_news_box dl dd a {
	text-decoration: underline;
	color: #006dd9;
}

.top_event_list li,
.news_list li {
	border-bottom: 2px dotted #ccc;
	padding: 5px 0;
}

.top_event_list span,
.catName {
	color: #5a383a;
	background: #d4c9e7;
	font-size: 0.75rem;
	padding: 3px 10px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 10px;
}

/*新着情報*/
.news_list li {
	display: flex;
	flex-wrap: wrap;
}

.top_news_box {
	width: 80%;
	padding: 0 10px;
	box-sizing: border-box;
}

.top_news_box dl {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 5px;
}

.top_news_box dl dt {
	flex-basis: 220px;
}

.top_news_box dl dd {
	margin-left: 0;
	flex-basis: auto;
}

.news_thumb {
	width: 20%;
	overflow: hidden;
}

.news_thumb img {
	object-fit: cover;
	width: 100%;
}

.thumbNailWrap img {
	width: 100%;
}

.newMark {
	color: #fff;
	background: #001e36;
	padding: 2px 7px;
	box-sizing: border-box;
	font-size: 0.75rem;
	margin-left: 3px;
}

/*トップ・YouTube*/
.youtube_inner {
	border: 3px solid #5a383a;
}

.youtube_banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.youtube_banner div {
	width: 50%;
}

.youtube_banner div img {
	vertical-align: bottom;
	width: 100%;
}

.movie{
	width: 100%;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.youtube_footer {
	background: #5a383a;
	margin: 0;
	display: block;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}

.youtube_footer:hover {
	cursor: pointer;
}

/*サイドバナー*/
.side_banner {
	margin: 1rem 0;
}
.side_banner img {
	width: 100%;
	vertical-align: bottom;
}
/*Facebook*/

/*Twitter*/
.twitter img {
	width: 100%;
}

/*バナーエリア*/
.banner_area {
	padding: 80px 0;
}

.banner_area ul {
	display: flex;
	justify-content: center;
	column-gap: 30px;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}


.banner_area ul li img {
	width: 100%;
}

/*フッター*/
footer {
	background: #000;
	color: #fff;
	border-top: 4px solid #ffb001e36;
	padding: 10px 0;
}

.footer_inner {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.footer_left {
	width: 60%;
	font-size: 0.875rem;
}

.footer_left p{
	margin: 0;
}

.footer_contact {
	display: flex;
	margin-bottom: 20px;
}

.footer_contact li {
	margin-right: 10px;
}

.footer_contact li a {
	color: #fff;
	display: block;
	background: linear-gradient( #001e36 0%, #001e36 50%, #001e36 100%) ;
	padding: 3px 10px;
	text-decoration: none;
}

.office01 {
	margin-bottom: 30px;
}

.office_name {
	font-weight: bold;
}

.footer_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer_right img {
	width: 100%;
	max-width: 180px;
}

.copy {
	text-align: center;
	margin: 0;
}

/*ニュースページ*/
.news_wrap {
	/* margin: 204px auto 15px; */
	margin: 80px auto 15px;
	max-width: 1160px;
	min-height: calc(100vh - 563px);
}

.news_wrap .content_wrap {
	margin-top: 0;
}

/*ページトップ*/
.pagetop_btn {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 20;
}

.pagetop_btn img {
	width: 50px;
}

/*お問い合わせ*/
/* .content_wrap {
	margin: 176px auto 15px;
	max-width: 1160px;
	padding: 30px 15px 30px;
	box-sizing: border-box;
} */

.content_wrap {
	max-width: 1160px;
	padding: 30px 15px 30px;
	margin: 80px auto 15px;
	box-sizing: border-box;
}

.contact_inner form {
	max-width: 800px;
	margin: 0 auto;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
	-webkit-appearance: none;
	border-radius: 0 !important;
	outline: 0;
	border: 1px solid #333;
 }

.formtable {
	display: flex;
	flex-wrap: wrap;
}

.formtable input,
.formtable textarea {
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
}

.formtable dt {
	width: 13rem;
	padding: 10px 20px;
	box-sizing: border-box;
}

.formtable dd {
	width: calc(100% - 13rem);
	margin-left: 0;
	padding: 10px 20px;
	box-sizing: border-box;
}

.agree_check input {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.agree_check dt,
.agree_check dd {
	padding: 10px 20px;
	box-sizing: border-box;
}

.submit {
	text-align: center;
}

.submit input,
.confirm_submit,
.confirm_back {
	background: #eaaa00;
	border: none !important;
	outline: none;
	box-shadow: none;
	color: #fff;
	padding: 15px 30px;
}

.hissu {
	color: #001e36;
}

.contact_form_note {
	text-align: right;
}

.agree_check a {
	text-decoration: underline;
	color: #006dd9;
}



/*テンプレート
-----------------------*/

/*大タイトル*/
h2 {
	border-bottom: 3px solid #001e36;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
}

h2::after {
	content:'';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(img/h2_bg.png) no-repeat right center;
	background-size: contain;
	width: 80px;
	height: 80px;
}
/*中タイトル*/
h3 {
	padding: 5px 10px;
	color: #fff;
	background: linear-gradient( #001e36 0%, #001e36 50%, #a50404 100%) ;
	border-radius: 5px;
	box-sizing: border-box;
}

h3 i {
	margin-right: 10px;
}

.title_m {
	margin-bottom: 15px
}

.title_m img{
	width: 100%;
	display: block;
}

.title_m img:hover {
	opacity: 1.0;
}
/*小タイトル（1）*/
h4 {
	border-left: 5px solid #e2d06e;
	padding: 2px 12px;
	margin: 0;
	line-height: 1.2;
	box-sizing: border-box;
}


.h4_wrap {
	background: linear-gradient( #001e36 0%, #001e36 50%, #a50404 100%) ;
	color: #fff;
	padding: 7px 10px;
	border-radius: 5px;
}

.title_s_01 img {
	width: 100%;
}

/*小タイトル（2）*/
.h4_wrap02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
}

.title_s_right {
	overflow: hidden;
}

.title_s_right img {
	width: 100%;
	object-fit: cover;
}

.title_s_left {
	width: 70%;
}

.title_s_right {
	width: 28%;
}

/*3カラムテーブル（1）*/
.table_3 {
	margin-bottom: 30px;
}

.col-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px;
	box-sizing: border-box;
}

.col-3 .text_left,
.col-3 .text_center,
.col-3 .text_right {
	width: 33%;
	padding: 0 5px;
	box-sizing: border-box;
}

figure {
	margin: 0;
}

figure img {
	width: 100%;
	vertical-align: bottom;
}

figcaption {
	text-align: center;
}



/*2カラムテーブル（1）*/
.table_2 {
	margin-bottom: 30px;
}

.col-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px;
	box-sizing: border-box;
}

.col-2 .text_left,
.col-2 .text_right {
	width: 49.5%;
	padding: 0 5px;
	box-sizing: border-box;
}

/*3カラムテーブル（2）*/
.col-3 .img_left,
.col-3 .img_center,
.col-3 .img_right {
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	border: 3px solid #000;
	box-sizing: border-box;
}

.col-3 .img_left img,
.col-3 .img_center img,
.col-3 .img_right img {
	width: 100%;
	vertical-align: bottom;
}

.col-3 .img_left p,
.col-3 .img_center p,
.col-3 .img_right p {
	margin: 0;
}

.text_wrap {
	color: #fff;
	background: linear-gradient( #3E3A39 0%, #000 50%, #000 100%) ;
	padding: 10px 0;
}

.img_scale img {
	transition: 0.5s linear;
}

.table_img_wrap {
	overflow: hidden;
}

.col-3 .img_left:hover,
.col-3 .img_center:hover,
.col-3 .img_right:hover {
	opacity: 0.8;
}

.img_scale.active img{
	transform: scale(1.2);
}

/*2カラムテーブル（2）*/
.col-2 .img_left,
.col-2 .img_right {
	width: 49.5%;
	box-sizing: border-box;
	text-align: center;
	border: 5px solid #000;
	box-sizing: border-box;
}

.col-2 .img_left img,
.col-2 .img_right img {
	width: 100%;
	vertical-align: bottom;
}

.col-2 .img_left p,
.col-2 .img_right p {
	margin: 0;
}

.col-2 .img_left:hover,
.col-2 .img_right:hover {
	opacity: 0.8;
}

/*2024 バージョン
---------------------------*/
.template_inner {
	max-width: 1400px;
	margin: 0 auto;
}

.reverse {
	flex-direction: row-reverse;
}

.template_wrap {
	margin-bottom: 80px;
}

/*フォーム1*/
.form_bg1 {
	background: url(img/bg/from1_bg.jpg) no-repeat center/ cover;
}

.form1,
.form2 {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
	padding: 30px 15px;
	align-items: flex-end;
}

.form1 h2 {
	border: none;
	color: #001e36;
}

.form1 h3 {
	background: none;
	color: #31a8ff;
}

.form1 h2::before,
.form1 h2::after {
	content: '';
	background: none;
}

.form1 .col2_left {
	flex-basis: 48%;
}

.form1 .col2_right {
	flex-basis: 48%;
	overflow: hidden;
}

.link_align_center {
	text-align: center;
}

.link_align_right {
	text-align: right;
}

.form1_text {
	margin-bottom: 30px;
}



/*フォーム2*/
.form_bg2 {
	background: url(img/bg/from2_bg.jpg) no-repeat center/cover;
}

.form2 h2 {
	border: none;
	color: #001e36;
}

.form2 h3 {
	background: none;
	color: #31a8ff;
}

.form2 h2::before,
.form2 h2::after {
	content: '';
	background: none;
}

.form2 .col2_right {
	/* flex-basis: 48%; */
	width: 48%;
	
}

.form2 .col2_left {
	/* flex-basis: 48%; */
	width: 48%;
	overflow: hidden;
}

.form2_text {
	margin-bottom: 30px;

}

/*フォーム3*/
.from3_wrap h2 {
	text-align: center;
	border: none;
}

.from3_wrap h2::before,
.from3_wrap h2::after {
	content: '';
	background: none;
}

.from3_wrap h2 + p {
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
}

.from3 {
	padding: 15px;
}

.form_bg3 {
	background: url(img/bg/from3_bg.jpg) no-repeat center/ cover;
}

.from3 .col_3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
	gap: 30px 20px;
}

.from3 figure {
	position: relative
}

.from3 figure img {
	border-radius: 10px 10px 0 0;
}

.from3 figure p {
	color: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0;
	z-index: 2;
}

.img_caption {
	padding: 15px 35% 15px 15px;
	font-size: 13px;
	border-radius: 0 0 10px 10px;
	background:url(img/form3_arrow.png) no-repeat right 15px center/ 40px, linear-gradient( #001e36 0%, #001e36 50%, #000509 100%) ;
}

.img_caption p {
	margin: 0;
	color: #fff;
}
/*form4*/
.form4_wrap h2 {
	text-align: center;
	border: none;
}

.form4_wrap h2::before,
.form4_wrap h2::after {
	content: '';
	background: none;
}

.form4 {
	padding: 15px;
}

.form_bg4 {
	background: url(img/bg/from4_bg.jpg) no-repeat center/ cover;
}

.form4_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.form4_video {
	position: relative;
	width: 100%;
	padding-top: 62.5%;
}

.form4_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*1365px以下*/
@media screen and (max-width: 1365px) {
	/*mini-slider*/
	.slide-arrow.prev-arrow {
		right: -5px;
	}
	
	.slide-arrow.next-arrow {
		left: -5px;
	}
}

@media screen and (max-width: 1279px) {
	.main_visual {
		margin-top: -65px; /*2024.05.09追記*/
	}

	/*ニュースページ*/
	.news_wrap {
		min-height: calc(100vh - 544px);
	}
}

/*1199px以下*/
@media screen and (max-width: 1199px) {
	/*header*/
	/* header {
		height: 170px;
	} */

	/* .top header {
		height: calc(170px + 86px);
	} */
	.logo_wrap {
		width: 30%;
	}

	.header_option {
		width: 68%;
	}

	.header_inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header_tel {
		padding-right: 15px;
	}

	/*グローバルナビゲーション*/
	.gnav_pc {
		font-size: 0.75rem
	}

	/*main slider*/
	.main_img {
		margin-top: calc(170px + 86px);
	}

	/*mini-slider*/
	.slide-arrow.prev-arrow {
		right: 5px;
	}
	
	.slide-arrow.next-arrow {
		left: 5px;
	}

	/*TOPページレイアウト*/
	.info_area {
		width: 100%;
	}

	.sns_area {
		column-gap: 10px;
	}

}

/*1023以下*/
@media screen and (max-width: 1023px) {

	/*バナーエリア*/
	.banner_area ul {
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.banner_area ul li {
		flex-basis: calc((100% - 60px) / 3);
	}

	/*2024 バージョン
	---------------------------*/
	.form1,
	.form2 {
		flex-direction: column;
		row-gap: 30px;
		width: 80%;
		margin: 0 auto;
	}

	.form1 .col2_right,
	.form2 .col2_right,
	.form1 .col2_left,
	.form2 .col2_left {
		/* flex-basis: 48%; */
		width: 100%;
	}

}

/*767px以下*/
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}

	.content_wrap {
		margin: 50px auto 15px;
	}

	/*header*/
	.header_inner {
		display: block;
		padding: 0;
	}


	.logo {
		max-width: 300px;
	}

	.mv_video {
		display: none;
	}

	.main_visual {
		margin-top: -50px; /*2024.05.09調整*/
	}

	

	/*メインビジュアル　スライドショー*/
	.slider1 {
		display: block;
	}

	/*メインビジュアル　Youtubeへのリンクアイコン*/
	.mv_youtube_link {
		z-index: 50;
		left: 0;
		bottom: 20vh;
	}

	/*TOPページレイアウト*/
	.top_event,
	.top_news,
	.youtube {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.top_news {
		min-height: inherit;
	}

	/*新着情報*/
	.top_news_box dl dt {
		flex-basis: 100%;
	}
	/*バナーエリア*/
	.banner_area ul {
		column-gap: 15px;
	}

	.banner_area ul li {
		flex-basis: calc((100% - 15px) / 2);
	}

	/*フッター*/
	.footer_left,
	.footer_right {
		width: 100%;
	}

	.footer_right {
		padding: 20px 0;
		justify-content: center;
	}

	.facebook {
		width: 100%;
		margin-bottom: 1rem;
	}

	.twitter {
		width: 100%;
	}

	/*お問い合わせ*/
	.formTable dt,
	.formTable dd {
		width: 100%;
		padding: 0;
	}

	.formTable dt {
		margin-bottom: 5px;
	}

	.formTable dd {
		margin-bottom: 10px;
	}

	.submit input {
		width: 300px;
	}

	/*ニュースページ*/
	.news_wrap {
		margin-top: 50px;
	}


	/*テンプレート
	-------------------------*/
	.title_s_left,
	.title_s_right,
	.col-3 .text_left,
	.col-3 .text_center,
	.col-3 .text_right,
	.col-2 .text_left,
	.col-2 .text_right,
	.col-3 .img_left,
	.col-3 .img_center,
	.col-3 .img_right,
	.col-2 .img_left,
	.col-2 .img_right {
		width: 100%;
	}

	.col-3 .img_left,
	.col-3 .img_center,
	.col-3 .img_right,
	.col-2 .img_left,
	.col-2 .img_right {
		margin-bottom: 20px;
	}

	/*2024 バージョン
	---------------------------*/
	.from3 .col_3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.template_wrap {
		margin-bottom: 40px;
	}

	.form1,
	.form2 {
		width: 100%;
	}

	/*バナーエリア*/
	.banner_area {
		padding: 40px 15px;
	}

}


/*2024.05.09追記*/
@media screen and (max-width: 374px) {
	.main_visual {
		margin-top: -50px;
	}
}


/*モーダルウィンドウ*/
#modal-open {
  color: #cc0000;
	margin-left: 10px;
}
/* モーダル コンテンツエリア */
#modal-main {
	display: none;
	width: 80%;
	max-width: 800px;
	padding: 0;
	background-color:#fff;
	position:fixed;
	padding: 4em;
	z-index: 25;
	border-radius: 5px;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}

.modal-inner {
	margin: 1em auto 1.5em;
}

.modal p{
	color: #000;
	text-align: center;
	margin: 0 0 12px 0;
}

.modal ul{
	list-style: disc;
	padding: 0 20px;
}


@media screen and (max-width:460px){
	#modal-main {
		width: 84.6%;
		padding: 1.5em;
	}

	/*2024 バージョン
	---------------------------*/
	.from3 .col_3 {
		grid-template-columns: 1fr;
	}

}
/* モーダル 背景エリア */
#modal-bg{
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 20;
}

