@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap'); */
/*--------------------------------------------------------*/
/*リセット*/
html{margin:0px;padding:0px;border:0px;}
*{margin:0px;padding:0px;border:0px;}
body{line-height:1;
}
body,h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav{
	margin:0px;
	padding:0px;	
	word-break: break-word;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
}
* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ol, ul{list-style:none; list-style-type:none;}
.cleartext{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
img {
	vertical-align: bottom;
}
.mx_menu_all{margin-bottom:0px !important;min-width: initial !important;min-width: auto !important;}
.pc_ad_head{text-align:center;}
.banner_bg{margin-bottom:0px !important;}
/*--------------------------------------------------------*/
.span{
	display: inline-block;
}
small {
	line-height: 1.2em;
	font-size: min(2vw, 18px);
	display: block;
	margin-top: 3em;
	text-align: center;
}
body{
	background-color: #000000;	
	text-align:center;
	font-family: var(--font_main_sans-serif);
	font-weight: normal;
	color: #4f4f51;
}

a:link{text-decoration:none; color: #fff;}
/* a:visited{color:#039bdd; text-decoration:none;}
a:hover{color:#000; text-decoration:none;transition-duration: 0.2s;} */
#page_all {
	text-align: left;
	word-wrap: break-word;
	/* border-bottom: solid 12vw #000000;	 */
}
#right_side {
	min-width: 300px;
	padding: 10px 0px 0px 30px;
	align-self: flex-start;
}
/*--------------------------------------------------------*/
/*--パンくず--*/
#pan_box {
	background-color: #000000;
	overflow-x: auto;
	overflow-y: hidden;
}

.panlist{
	padding: 8px;
	font-size: 80%;
	line-height: 120%;
	color: #fff;
	text-align:left;
	width: max-content;
}

#pan_box a {
	color: #fff;
}
.panlist a:link{color:#fff; text-decoration:underline;}
.panlist a:visited{color:#fff; text-decoration:underline;}
.panlist a:hover{color:#fff; text-decoration:underline;}
/*--------------------------------------------------------*/
/*--SNS--*/
#sns_button_pc,
#sns_button_sp{
	text-align: center!important;
	margin: 5% 0 0 0;
    display: flex;
    gap: 1%;
    justify-content: center;
}
#sns_button img{
	width: 40px !important;
	height: 40px !important;
	margin: 0.5%;
}
#sns_button_pc img{
	height: 50px!important;
    width: 50px!important;
    margin: 0 5px!important;
}

#sns_button_sp img{
	height: 50px!important;
    width: 50px!important;
    margin: 0 5px!important;
}
#sns_button{
text-align: center;
padding-bottom: 30px;
}
/*--------------------------------------------------------*/
/*--フッター--*/
#footer{margin:0 auto;padding:1px 0 10px; padding:1%; line-height:200%;text-align:center;}
.mx_copyright{ color:#09397a; line-height:1.5; }
.mx_copyright a:link,
.mx_copyright a:visited{ color:#09397a; text-decoration:none; }
.mx_copyright a:hover{ color:#ffffff; text-decoration:underline; }
/*-----------------------------------*/
/*-- 緊急テキスト ----------------------*/
#rp_textbox .txt_text{
border: rgb(255 255 255 / 50%) solid 0.25em;
border-radius: 0.5em;
background: rgba(255,255,255,0.6);
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
#rp_textbox .pop_text{
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
border: #c9c9c9 solid 1px;
font-size:0.9em;
line-height:1.5em;
margin:0 auto;
padding:20px;
text-align:left;
max-width: 900px;
word-break: break-all;
width:75%;
}
#rp_textbox .pop_text .popup_title{
border-bottom: #999 dotted 1px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
margin:0 0 15px 0;
padding-bottom:5px;
text-align:center;
width:100%;
}
#rp_textbox .eme_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .eme_img img{
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a{
color:#d00;
text-decoration:underline;
}
.txt_title {
border-left: solid 0.5em #333333;
font-weight: bold;
font-size: 1.2em;
text-align: left;
padding: 0.3em;
margin-bottom: 0.5em;
}
/*-----------------------------------*/
/*google翻訳*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link,.goog-logo-link:link{color:#09397a;text-align:center;}
/*-----------------
共通
------------------*/

:root {
	--base-color-black: #000000;
	--tx_base-color-white: #ffffff;
	--txbox_bg-color-white: #ffffffdd;
	--font_mainfont_sans-serif:"Noto Serif JP", serif;
	--font_ttlfont_marcellus:"Marcellus", serif;
	--font-weight-regular:400;
	--font-weight-bold:700;
	--font-weight-black:900;	
	--font-size-24px:clamp(0.875rem, 0.667rem + 0.9vw, 1.5rem);/* 14px-24px */
	--font-size-40px:clamp(1.5rem, 1.167rem + 1.44vw, 2.5rem);/* 24px-40px */	
}

.pcOnly {
	display: block;
}
.spOnly {
	display: contents;
}
.pconly {
	display: block;
}
.sponly {
	display: none;
}
@media screen and (max-width: 800px){
	.pcOnly {
		display: contents;
	}
	.spOnly {
		display: block;
	}
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
}

.wrap {
    width: min(95%, 1300px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding-top: 20px;	
}
.wrap #right_side {
    padding-top: 0;
}
.wrap .left_side {
    width: min(calc(100% - 320px), 980px);
	/* background-color: #000000;	 */
}

.wrap .left_side img {
	width: 100%;
}

@media screen and (max-width:980px) {
    /* #header {
        min-height: 80px;
    } */
    #page_all {
        overflow-x: hidden;
    }
    #pan_box {
        overflow-x: scroll;
    }
    .wrap {
        width: 95%;
    }
    .wrap .left_side {
        width: 100%;
    }
    .wrap #right_side {
        display: none;
    }

}
/* ---------------- */
h2 {
	font-family: var(--font_ttlfont_marcellus);
	font-size: var(--font-size-40px);	
	color: var(--base-color-black);
	margin-bottom: min(5vw,1em);
	letter-spacing: .5rem;
}

h2::after {
    background-color: var(--base-color-black);
    border-radius: 50px;
}

h2::after {
    content: "";
    display: block;
    margin-top: 1vw;
    margin-right: auto;
    margin-left: auto;
    width: 3vw;
    height: 3px;
}


@media screen and (max-width:980px) {
	h2::after {
		width: min(7vw,3em);
		margin-top: min(2vw,1em);
		height: 2px;
	}
}
.about p,.guest p {
	font-family: var(--font_mainfont_sans-serif);
	font-size: var(--font-size-24px);
	line-height: min(6vw,1.9em);
}

.about,.guest {
	background-color: var(--txbox_bg-color-white);
	text-align: center;
	margin-bottom: min(7vw,3em);
	color: var(--base-color-black);
	padding: min(7vw, 2em);
}

main {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	padding-top: min(7vw, 3em);
}
@media screen and (max-width:980px) {
	main {
	background-position: center;
	}
}
    
/* -----------------
.toparea
---------------- */
.toparea {
	background-image: linear-gradient(90deg, rgb(112, 172, 241), rgb(209, 228, 255));
	  /* background-image: linear-gradient(90deg, rgb(77, 77, 77), rgb(7, 7, 7)); */
}
.kv {
	max-width: 1200px;
	margin: auto;
	/* padding: 0 3%; */
	/* position: relative; */
}
.kv img {
	width: 100%;
}

.toparea {
	/* margin-bottom: min(7vw,3em); */
}

.date {	
	font-size: clamp(1.563rem, 0.833rem + 3.15vw, 3.75rem);/* 60-30 */
	font-family: var(--font_mainfont_sans-serif);
	/* position: absolute; */
	bottom: 3%;
	left: 0;
    right: 0;
	text-align: center;
	color: #ffffff;
	padding: 1% 1% 1.5%;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	background-image: linear-gradient(90deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
	letter-spacing: min(3vw,.1em);
}

.date span {
	font-size: clamp(0.938rem, 0.417rem + 2.25vw, 2.5rem);/* 40-15 */
}
@media screen and (max-width: 600px){
	.kv {
	padding: 0;
	/* position: relative; */
	}
	.date {
		padding: 3% 1% 4% 1%;
	}
}
/* -----------------
.brackets
---------------- */

.brackets {
    position: relative;    
}
.brackets::before,
.brackets::after{ 
    content:'';
    width: min(11vw, 3em);
    height: min(15vw, 5em);
    position: absolute;
    display: inline-block;
}
.brackets::before{
    border-left: solid 2px var(--base-color-black);
    border-top: solid 2px var(--base-color-black);
    top:5px;
    left: 5px;
}
.brackets::after{
    border-right: solid 2px var(--base-color-black);
    border-bottom: solid 2px var(--base-color-black);
    bottom:5px;
    right: 5px;
}

@media screen and (max-width:980px) {
	.brackets::before{
    border-left: solid 1px var(--base-color-black);
    border-top: solid 1px var(--base-color-black);
}
.brackets::after{
    border-right: solid 1px var(--base-color-black);
    border-bottom: solid 1px var(--base-color-black);
}
}

/* -----------------
.guest
---------------- */
.guest_unit {
	font-family: var(--font_mainfont_sans-serif);
    font-size: var(--font-size-24px);
    line-height: min(6vw, 1.9em);
	text-align: -webkit-center;
}
.th_ttl {
	max-width: 400px;
    text-align: -webkit-right;
	white-space: nowrap;
}

.td_dt {
	max-width: 800px;
	text-align: -webkit-left;
}

tr {
	vertical-align:top
}

@media screen and (max-width:600px) {
	.th_ttl {
		max-width: 7rem;
		white-space: nowrap;
	}
}

#footer #f_PC,#footer #f_SP{
	margin: 0px auto 0!important;
}