/* Google font Icon */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

html{
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	
}
body{
    background-color: #fff;
	font-feature-settings: 'palt';
	-webkit-font-feature-settings: 'palt';
	margin: 0;
	padding: 0;

	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}
img {
	width: 100%;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/* =====================================================
全体ｃｓｓ
===================================================== */
/* カラー */
:root {
	--red : #c70505;
	--green : #15983f;
	--redL : #f29873;
	--Black : #333;
	--gold : #c89757;
	--gray : #f1f1ed;
	--grayB : #e9e5dc;
	--white : #fff;
}

/* 下部余白調整 */
.wrap{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.footer{
	margin-top: auto;
}

.hp_txt14 {
	font-size: 14px!important;
}

/* レスポンシブbr */
.sp_br {
	display: none;
}
@media screen and (max-width:500px) {
	.sp_br {
		display: block;
	}
	/* レスポンシブbr2 */
	.sp_br2 {
		display: none;
	}
}

/* ===============凡庸性css */
/* マーカー */
.marker {
    background: linear-gradient(transparent 50%, #f29873 50%);
}


/* =====================================================
ヘッダー
===================================================== */
/* トップイメージ */

.top_img {
	display: none;
}
.top_img-sp {
	display: block;
}
@media screen and (min-width:765px) {
	.top_img {
		display: block;
	}
	.top_img-sp {
		display: none;
	}
}


/* =====================================================
メイン
===================================================== */
main {
	background-image: url("../images/img_bg.jpg");
}
.ly_wrapper{
	background-position: center;
	background-size: contain;
}
#container {
	height: 100%;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.ly_cont{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px;
}
@media (min-width:768px){
	.ly_wrapper{
		padding: 30px 0 60px;
	}
}
@media (min-width:1400px){
	.ly_cont{
		margin: 0 auto;
	}
}

/* 2のつく日バナー */
.fufufu222_buner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 2em;
	transition: .5s;
}
.fufufu222_buner:hover {
	opacity: .5;
}

@media screen and (min-width:765px) {
	.fufufu222_buner {
		margin: 0 auto 4em;
	}	
}

/* 新着情報 */
.list_title {
	text-align: center;
	color: #e60012;
}

.list_title img {
	display: block;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 2em;
}

.list {
	text-align: center;
	position: relative;
}
.listInner_wrap,.listInner_wrap2{
	display: flex;
	text-align: center;
	max-width: 650px;
	width: 100%;
	gap: .5em;

	position: relative;

	border-radius: 15px;
	background-color: #fff;
	padding: .5em 1em;
	border: 3px solid #dbdbdb;
	box-shadow: 5px 5px 5px #bebebe;
}
.suuji {
	position: absolute;
	z-index: 99;
	top: -10%;
	left: -10%;
	max-width: 150px;
	width: 100%;
}
.listInner_wrap {
	flex-direction: column;
	margin: 0 auto 2em;
}
.listInner_wrap2 {
	align-items: center;
	margin: 0 auto .8em;
	transition: .5s;

	flex-direction: column;
}
.listInner_wrap2:hover {
	opacity: .7;
}

.list_time {
	color: #333;
	margin-right: auto;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.heading12 {
	position: relative;
	font-size: clamp(14px, 1.25vw, 20px);
}

.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #c70505;
	font-size: clamp(18px, 1.875vw, 30px);
	border-bottom: 1px solid #c70505;
}
.list_time span {
	background-color: #c70505;
	color: #fff;
	border-radius: 10px;
	padding: 5px 1em;
	font-size: 14px;
	margin: 0 1em;
}
.list_txt {
	font-size: clamp(18px, 1.875vw, 30px);
	line-height: 1.3em;
	color: #333;
}
.list_link {
	color: #c70505;
	margin-left: auto;
	font-size: clamp(16px, 1.25vw, 20px);
	transition: .5s;
}
a.list_link:hover {
	opacity: .5;
}

@media screen and (min-width:765px) {
	.listInner_wrap, .listInner_wrap2 {
		padding: 1.5em 2.5em;
		gap: .5em;
	}
}

.archiveWrap {
	margin-top: 2em;
}
.Archive_link {
	color: #fff;
	background-color: #c70505;
	padding: .5em 2em;
	border-radius: 100vh;
}

/* 埋め込み動画 */
.md_iframe_image {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
    background: #fff;
}
.md_iframe_image a {
    border: 2px solid #fff;
    display: block;
    position: relative;
}
.md_iframe_image a:hover {
    opacity: 0.6;
}
/* .md_iframe_image a::before {
    background: url(../images/movie_img.png) center center / 100px 100px no-repeat;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
} */
.md_iframe_image a img {
    width: 100%;
}


/* =====================================================
フッター
===================================================== */
.footer {
	background-color: var(--red);
}
.footer_inner {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 2em 10px 2.5em;
}
.footer_inner p {
	text-align: left;
	line-height: 1.8em;
	color: var(--white);
	font-size: clamp(14px, 1.8vw, 16px);
	text-align: center;
}
.footer_inner p span {
	font-size: clamp(16px, 1.8vw, 22px);
	font-weight: bold;
	padding-bottom: 0.5em;
}
.footer_inner p {
	padding: .3em;
}
p.footer_tel {
	font-size: clamp(16px, 1.8vw, 20px);
}


/* ================================== */
/* モーダル一時的 */
.modal-open-button {
	text-decoration: none;
	cursor: pointer;
	border: none;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 60%);
}

details[open] .modal-overlay {
	display: block;
}

.modal-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	overflow: scroll;
	pointer-events: none;
	background-color: #FEFEFE;
	border-radius: 5px;
	transform: translate(-50%, -50%);
}

.modal-header {
	display: flex;
	padding-right: 10px;
}

.modal-header .space {
	flex: 1;
	pointer-events: all;
}

.modal-header .close {
	font-size: 24px;
	color: black;
	text-decoration: none;
	pointer-events: none;
	cursor: pointer;
}

.modal-content {
	padding: 0 20px 20px;
	pointer-events: all;
}

.modal-content h1 {
	margin: 0;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	font-size: clamp(18px, 1.8vw, 20px);
}
.modal-content p {
	margin: 1em 0;
}
.modal-content p span {
	font-size: 18px;
}
.modal-content ol li {
	text-align: left;
	padding-bottom: 1em;
}

summary {
	list-style: none;
	cursor: pointer;
}	

summary::marker {
	display: none;
}


/* 250212ついか */
.banner_official {
	text-align: center;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 30px;
}
.banner_official a:hover {
	opacity: 0.8;
}