@charset "UTF-8";

html {
	min-height: 100%;
	position: relative;
	font-size: 16px;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
b,strong { font-weight: bolder; }
small { font-size: 0.75rem; }
sub,sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -0.25rem; }
sup { top: -0.5rem; }
img {
	max-width: 100%;
	vertical-align: middle;
  border-style: none;
	align-self: flex-start;
}
ol, ul {
    list-style: none;
    list-style-image: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em { 
	font-weight: bold;
	font-style: normal;
	 }
a	{
	background-color: transparent;
	padding-bottom: 0.1em;
	color: #624bbb;
	text-decoration: none;
	border-bottom: dotted 1px #8f82aa;
	}
a:hover,a:visited	{
	text-decoration: none;
	}
a:active, a:hover, a:focus	{ outline: 0; }


/* 全体
------------------------------------------------------------*/
body	{ 
	background: #fff;
	 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Roboto', sans-serif;
	font-weight: 500; /* chrome表示用 */
	color: #111;
	line-height: 1.6rem; /* 24px */
	text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
	}
* { box-sizing: border-box; }
header,footer	{ width:100%; }		
.mb1	{ margin-bottom: 1rem; }
.mb2	{ margin-bottom: 2rem; }
.mt1	{ margin-top: 1rem; }
.mt2	{ margin-top: 2rem; }
.txtR	{ text-align: right; }
.txtL	{ text-align: left; }
.center	{ text-align: center; }

/* font
------------------------------------------------------------*/

h2, h3, h4	{ 
	font-family: 'Hina Mincho', serif;
	font-weight: bold;
	}
.title, .level2-title, .level3-title	{}	
.title	{
	font-size: 1.75rem;
	letter-spacing: .2rem;
	line-height: 2.45rem;
	margin: 1rem auto;
	color: #624bbb;
	text-align: center;
	}				

.level2-title	{
	/*display: block;*/
	font-size: 1.25rem;
	line-height:1.75rem;
	margin: 1rem auto;
	color: #cc5959;
	text-align: center;
	}
.caption	{ font-size: 80%; }

p	{ margin-bottom: 1rem; }
p.indentA	{
	padding-left: 1rem;
	text-indent: -1rem;
	}
p.listener	{
	font-style: italic;
	color: #4c6678;
	}
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);
}

.txtXl	{ 
	font-size: 1.75rem;  /* 28px */
	line-height:2.8rem;
	 }
.txtLr	{ 
	font-size:1.25rem;/*20px*/
	line-height: 2rem;
	 }
.txtMd	{ 
	font-size: 1rem;
	} 	 
.txtSm	{ 
	font-size: 0.875rem;/*14px*/
	line-height: 1.3125rem;
	}
.txtXs	{
	font-size: 0.75rem;
	line-height: 1.125rem;
	}	
.icon_L	{
	font-size:40px;
	}
<spa
/* color
------------------------------------------------------------*/

.txtW	{ color: #fff; }
.txtOr	{ color: #cc5959; }
.txtGy	{ color: #595959; }


/* pageTop_btn
------------------------------------------------------------*/

#pageTop {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
}

.arrow {
    display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background-color: #624bbb;
    border-radius: 2px;
		border: solid 1px #fff;
    position:  relative;
    height: 50px;
    width: 50px;
		opacity: 0.6;
}

.arrow::before {
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}



/* header
------------------------------------------------------------*/


/* gNav
------------------------------------------------------------*/

nav	{
  width: 100%;
  height: 60px;
  background: #8f82aa;
	position: relative;
	font-family: 'Hina Mincho', serif;
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	letter-spacing: .1rem;
	}

.drawer	{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end/*space-between*/;
 position: relative;
 height: 60px;
 padding: 0 1rem;
}

/* toggle*/
.navbar_toggle{
 z-index:9999;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 background: #fff;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

/* menu */
.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
}
.menu ul li a	{
	display: block;
	padding: 1rem;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #8f82aa;
	opacity: 0.85;
	text-decoration: none;
	}
.menu ul li a:hover, .menu ul li a:visited	{
		text-decoration: none;
		}	
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}


@media screen and (min-width: 768px) {
nav{
 display: flex;
 flex-direction: row;
}
.navbar_toggle{
 display: none;
}
.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.menu ul{
	max-width: 1000px;
	height: 60px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around; 
	align-items: center;
	margin: 0 auto;
}
.menu ul li a:first-child	{ margin-left: -30px; }
.menu ul li a	{
 padding: 0.5rem 0.2rem;
 border-bottom: none;
 font-size: 0.875rem;
 color: #fff;
 background: #8f82aa;
}


}


/* contents
------------------------------------------------------------*/
.bg_header	{
	background: #1c1209;
	}
.bgA	{
	background: #f7efe5;
	}
.bgA > .container	{
	background: #f7efe5;
	}
.bgB	{
	background: #1c1209;
	}
.bgB > .container	{
	background: #1c1209;
	}
.bgB h2, .bgB h3, .bgB p	{ color:#fff; }
.bgC	{ background: #eeebf8; }

dl.ymd	{
	display: flex;
	flex-flow: column nowrap;
	}	
.ymd dt	{ color: #624bbb; }
.ymd dd	{ margin-bottom: 1rem; } 
.ymd dt, .ymd dd, .dt-wide, .dd-wide 	{ width: 100%; }

/* btn */

.el_btn {
  display: inline-block;
	width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #8f82aa;
  border: 1px solid #8f82aa;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 1.125rem;
	letter-spacing:.1rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  box-sizing: border-box;
}

.el_btn:focus,
.el_btn:hover {
	background-color: #fff;
	border-color:currentColor; 
  color: #624bbb;
}

/* 小ボタン */
.el_btn.el_btn__small {
  width: 200px;
	max-width: 100%;
  padding-top: 2px;
	padding-bottom: 2px;
  font-size: .875rem;
}

span.end	{
	padding: 0.2rem 1rem;
	background: #bdbdbd;
	font-size: 0.875rem;
	color: #fff;
	border-radius: 5px;
	}


/* PC: contents */
@media (min-width: 768px) {

dl.ymd	{
	flex-flow: wrap;
	}	
.ymd dt	{ width: 15%; }
.ymd dd	{ 
	width: 85%;
	margin-bottom: 0;
	}	
.ymd .dt-wide	{ width:30%; }
.ymd .dd-wide	{ width:70%; }

.br_sp	{ display: none; }

}

/* link
------------------------------------------------------------*/
a[target="_blank"]:after	{
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding:0 0.4em;
	color: #624bbb;
}


/* parts */

/* map */



/* footer
------------------------------------------------------------*/
footer	{
	padding: 0.5em 0;
	background: #8f82aa;
	}

footer p	{
	line-height: 1.4;
	text-align: center;
	font-size: 0.75rem;
	color:#fff;
	}
	
footer a:link, footer a:visited	{ color: #fff; }	
footer a:hover	{ text-decoration: none; }

/* .clear + .clearfix
------------------------------------------------------------*/
.clear	{ clear: both; }
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* Responsive for PC
########################################################### */
@media screen and (min-width : 768px) {

/* header
------------------------------------------------------------*/

/* top
------------------------------------------------------------*/


/* contents
------------------------------------------------------------*/
/*section	{ margin-bottom: 2rem; }*/	

}



/* for SP
########################################################### */

@media screen and (max-width: 768px) {


/*.no_sp	{ display: none; }*/
	
/* top
------------------------------------------------------------*/


/* footer
------------------------------------------------------------*/
footer p	{ margin: 0 5%; }

}
