@charset "UTF-8";
/* CSS Document */
/*////////// reset //////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*////////// basic //////////*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 16px;
}


body {
	font-family: "游ゴシック", YuGothic, Noto Sans JP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont ;
	background: url(../img/bg-star.png),url(../img/bg-glow.png);
	background-repeat: repeat, no-repeat;
	background-position: center center, center center;
	background-color: #192346;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}

.font-size-dummy {
    font-size: .75rem;   /* 12px */
    font-size: .8125rem; /* 13px */
    font-size: .875rem;  /* 14px */
    font-size: 1rem;     /* 16px */
    font-size: 1.125rem;     /* 18px */
    font-size: 1.25rem;  /* 20px */
    font-size: 1.75rem;  /* 28px */
    font-size: 2rem;  /* 32px */
    font-size: 2.25rem;  /* 36px */
    font-size: 2.5rem;  /* 40px */
    font-size: 3rem;  /* 48px */
    font-size: 3.5rem;  /* 56px */
    font-size: 4.5rem;  /* 72px */
}
.font-yusei { font-family: 'Yusei Magic', sans-serif; }
.font-marugo { font-family: 'M PLUS Rounded 1c', sans-serif; font-size: clamp(0.8rem, calc(1vw + 0.5rem), 1.25rem);}
.text-center { text-align: center; }


 h3 {
	 font-size: clamp(0.8rem, calc(1vw + 0.5rem), 1.25rem);
	 line-height: clamp(1rem, calc(1.5vw + 1rem), 2.5rem);
	 padding: 1rem;
 }
 p {
	 font-size: clamp(0.6rem, calc(1vw + 0.6rem), 1.125rem);
	 font-weight: bold;
 }
 a {
	 color: #fff;
	 font-size: clamp(0.8rem, calc(1vw + 0.5rem), 1.125rem);
 }
 a:hover {
	 color: #999;
 }
 address {
	 margin: 2rem auto 0 auto;
	 text-align: center;
	 line-height: 2.2rem;
 }
 dl {
	 width: 100%;
	 max-width: 790px;
	 margin: 0 auto;
 }
.justify {
	font-size: clamp(0.6rem, calc(1vw + 0.5rem), 1.125rem);
    text-align: justify;
}
/*////////// layout //////////*/
header {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 7% 0;
}
.logo {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
}
.content {
	width: 90%;
	max-width: 1440px;
	padding: 0 5%;
	box-sizing: border-box;
	margin: 0 auto;
	/border:  solid 1px #fff;
}

.photo {
	width: 90%;
	max-width: 1050px;
	display: block;
	margin: 0 auto;
}
 
.open dl {
	 display: flex;
	 flex-wrap: wrap;
	 width: 90%;
	 border-top: dotted 2px #fff;
	 margin: 2rem auto;
}
.open dt {
	 width: 25%;
	 padding: 1rem 0 1rem 2rem ;
	 margin: 0;
	 display: flex;
	 justify-content: flex-start;
	 border-bottom: dotted 2px #fff;
	 min-width: 8rem;
	 flex-grow: 2;
}
.open dd {
	 width: 75%;
	 padding: 1rem 0 1rem 2rem;
	 margin: 0;
	 border-bottom: dotted 2px #fff;
	 flex-grow: 2;
}
.open dd::before {
	content: "/　";
}

.pdf {
	 
}
.pdf dl {
	 display: flex;
	 flex-wrap: wrap;
	 width: 90%;
	 margin: 3rem auto;
	 padding: 0;
}
.pdf dt {
	 width: 18%;
	 padding: .5rem 0 0 2rem ;
	 margin: 0;
	 display: flex;
	 justify-content: flex-start;
	 color: #e85292;
	 font-weight: bold;	
	 min-width: 8rem;
	 flex-grow: 2;
}
.pdf dd {
	 width: 82%;
	 padding: .5rem 2rem .5rem 2rem;
	 margin: 0;
	 font-weight: bold;	
	 flex-grow: 2;
}

address span {
	display: block;
	color: #f3c52f;
}
.tel {
	width: 90%;
	margin: .5rem 5% 0 5%;
	max-width: 320px;
}

/* BT */
.bt-side {
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 99999;
}
.bt-side img {
	max-width: 170px;
}

@media screen and (max-width: 600px) {
	.bt-side img {
	max-width: 100px;
	}
}	
	
footer {
	text-align: center;
}
.copyright {
	padding-bottom: 1rem;
	font-size: clamp(0.4rem, calc(1vw + 0.4rem), .875rem);
}