@charset "UTF-8";

body {
	margin: 0 auto;
	background-color: #311b92;
	background: url(../img/common/bg.jpg);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	color: #2a2a2a;
	font-size: 93.75%; /* Responsive type setting : 15px */
	line-height: 1.5rem; /* 24px */ 
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
p	{ margin-bottom: 1rem; }
.mb1	{ margin-bottom: 1rem; }
.mb2	{ margin-bottom: 2rem; }
.mt1	{ margin-top: 1rem; }
.mt2	{ margin-top: 2rem; }
.txtRight	{ text-align: right; }
a, a .ttl	{ 
		color: #6746c3;
		text-decoration: none;
 }

a:hover	{ color:#311b92; }
.header a,.header a:hover,.nav__link a,.nav__link a:hover,img a,img a:hover	{ 
	border-bottom: none;
	}

hr {
	border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 1rem 0;
}
.capA	{ 
	color: #ad1457;
	font-size: 0.875rem;
	}
.capB	{ 
	color: #311b92;
	font-size: 0.875rem;
	font-weight: normal;
	}	

*	{ word-wrap: break-word; }

/*
#311b92  紫
#6746c3　紫(薄)
#4426cb　紫(中)
#000063　紫(濃)

#ad1457　ローズ
#e35183　ローズ(薄)
#bc0048　ローズ(中)
#78002e　ローズ(濃)



*/



/*==================== font ====================*/

h1, h2	{
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family: 'Tangerine', cursive;
	font-weight: bold;
	letter-spacing: 0.1;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
	 }
h3	{
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: bold;
	letter-spacing: 0.1;
	text-align: left;
}

.header__logo {
	float: left;
	font-family: 'Philosopher', sans-serif;
	font-size: 2rem;
	line-height: 1rem;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #000063;
}
.header__logo span	{ 
	font-size: 0.75rem;
	font-weight: normal;
	}
.header__logo a:hover	{ color: #000063; }
h2	{ 
	font-size: 2rem;
	color: #311b92;
	border-bottom: solid 5px #836fa9;
	box-shadow: 0 2px 0 rgba(106, 71, 52, 0.3);
	 }

.ttl	{ 
	margin: 0 0 1rem 0;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, sans-serif;
	border-bottom: none;
 }
.year_ttl	{
	margin-top:2rem;
	padding-left:.5rem;
	border-left: solid 5px #ad1457;
	border-bottom: none;
	box-shadow: none;
 }
.border	{
	box-shadow: 0 5px 0 rgba(106, 71, 52, 0.3);
	} 
.txtL	{ font-size: 1.2rem; }	
.cap { font-size: .75rem; }

/* profile ul */
ul.info	{ margin-bottom: 1rem; }
ul.info li	{ margin-bottom:1rem; }

/* text indent */
.indent	{
	padding-left: 1rem;
	text-indent: -1rem;
	}

/*==================== color ====================*/

.attn	{ color: #b71c1c; }


/*==================== header ====================*/
.header {
	padding: 0 2%;
	/*line-height: 60px;*/
	background: transparent;
	border-bottom: solid 3px #311b92;
}

.header__menu-button {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
	text-align: right;
	border: none;
	background: url(../img/common/menu.svg) center right no-repeat;
}
.header__menu-button.menu-close {
	background: url(../img/common/close.svg) center right no-repeat;
}

/* PC: header */
@media (min-width: 768px) {
	.header {
		padding: 0 1%;
	}
	.header__menu-button {
		display: none;
	}
	.header__logo {
		padding: 0;
		font-size: 2rem;
	}
}

/*==================== nav ====================*/
.nav {
	display: none;
	clear: both;
}
.nav__item {
	text-align: center;
}
.nav__link {
	display: block;
	font-family: 'Philosopher', sans-serif;
	font-size: 1.375em;
	text-decoration: none;
	line-height:2.2em;
	border-bottom:solid 1px #CCC;
	font-style: italic;
	color: #6746c3;
}


/* PC: nav */
@media (min-width: 768px) {
	.nav {
		clear: none;
		float: right;
		display: block;
	}
	.nav__item {
		float: left;
	}
	.nav__link {
		padding: 0;
		padding-left: 40px;
		color: #6746c3;
		border-bottom: none;
		line-height: 1.375em;
	}
}

/*==================== contents ====================*/
.container	{
	margin: 1em auto;
	padding: 1em;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	}
@media(max-width: 899px)	{
.container	{
	margin: 2%;
}
	}	
.inner	{
	margin: 1em auto;
	}	
	
/* gotop */
#top	{
	display: none;
  position: fixed;
  text-decoration: none;
  width: 6em;
  height: 2.75em;
  line-height: 2.75em;
  right: 5%;
  bottom: 1em;
	text-align: center;
  color: #fff;
	font-size: 0.875em;
	border-radius: 5px;
  background-color: #78002e;
	opacity: 0.8;
  z-index: 999;
  }

/* photo */
.photo	{
	margin: 0 2em;
	padding: 0.5em;
	max-width: 90%;
	background: #fff;
	box-shadow: 3px 3px 3px #ccc;
	transform: rotate(-5deg);
	}
.imgShadow	{ box-shadow: 2px 2px 2px #aaa; }
.infoPhoto	{
	width: 100%;
 }

ul.info_item li	{
	margin-bottom: 0;
	padding-left: 3em;
	text-indent: -3em;
	}
ul.info_item li span	{
	margin-right: 1em;
	font-size: 0.75em;
	padding: 0.2em 0.5em;
	width: 3em;
	text-align: center;
	background: #6f55e0;
	border-radius: 4px;
	color: #fff;
	}
.ml2	{ margin-left: 0; }

ul.info_item2	{ width:70%;}

/* video */
.video{
	margin:1rem auto 2rem;
  position: relative;
  padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%!important;
  height:100%!important;
}

.announce-item	{
	border-bottom: solid 1px #ad1457;
	margin-bottom: 1em;
	}
.announce-tag {
	display: inline-block;
	margin-right: 6px;
	padding: 4px 8px;
	background: #78002e;
	color: #fff;
	border-radius: 20px;
	font-size: 0.875em;
}
.announce-time {
	display: inline-block;
	font-size: 0.875em;
	color: #ad1457;
}
.announce-body {
	margin-bottom: 10px;
	padding: 0.6em 0;
	color: #232323;
}
.announce-item > img	{
	width: 100%;
	}
.floatL	{
	padding:1em;
	}	
.contentBox	{
	margin: 1em auto;
	padding: 1em;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	}

	/* add 20240709 */
	.announce-item-box	{
		display: flex;
	}
	.announce-item-box > .announce-time, .announce-item-box > .ttl	{ width:100%;
	 }

/* PC: info */
@media (min-width: 768px) {
	
.ml2	{ margin-left: 2em; }	

.text_break {
		display: none;
	}
.floatL	{
	float:left;
	padding:0 1em;
	}
.ml30	{ margin-left: 30%;	}	
.announce-item > img, .announce-item > a:link img, .info_img, a:link .info_img	{
	width: 30%;
	} 
}	

/*==================== footer ====================*/
.footer	{
	border-top: solid 1px #311b92; 
	padding: 0 2%;
	font-size: 0.875em;
	color: #311b92;
	}
	
/* .clear + .clearfix
------------------------------------------------------------*/
.clear	{ clear: both; }
br.clear	{ height: 0; }
.clearfix:after, .ml30:after  {
    content: "";
    display: block;
    clear: both;
}
	
