@charset "UTF-8";

html {
	min-height: 100%;
	position: relative;
}

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,a:hover { outline-width: 0; }
b,strong { font-weight: bolder; }
small { font-size: 75%; }
sub,sup {
  font-size: 75%;
  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;
}
/* Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }
/* Add the correct display in all browsers. */
summary { display: list-item; }
ol, ul {
    list-style: none;
    list-style-image: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em { 
	font-weight: bold;
	font-style: normal;
	 }
a	{ 
	color: #6c4477;
	text-decoration: none;
	}

a:active, a:focus	{ outline: 0; }
a[href^="tel:"] { 
	cursor: default;
	} /* telリンク　スマートフォン端末以外では無効 */


/* 全体
------------------------------------------------------------*/
body	{ 
	background: #fefbf7;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	color: #222;
	font-size: 100%; /* Responsive type setting : 16px */
	line-height: 1.6rem; /* 24px */
	border-top: solid 5px #523e54; 
	}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

header,footer	{
	width:100%;
	}		
.container,.inner {
	width: auto;
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	/*background-color:#FCF;*/
	}
.narrow	{ margin: 0 1% -1rem!important; }	
.mb1	{ margin-bottom: 1rem; }
.mb2	{ margin-bottom: 2rem; }
.mt1	{ margin-top: 1rem; }
.mt2	{ margin-top: 2rem; }
.txtR	{ text-align: right; }
.txtL	{ text-align: left; }
.pt1	{ padding-top: 1rem; }
.u_line	{
	text-decoration: none;
	padding-bottom: 0.2rem;
	border-bottom: dotted 1px #6c4477;
	}

/* font
------------------------------------------------------------*/
h1, h2, h3, h4	{ font-family: "Sawarabi Mincho", serif; }
h1	{ font-size: 2rem;	}
h2	{
	margin: 0.666rem auto; /* 16px */
	font-size: 1.5rem;  /* 20px */
	text-align: center;
	}
h1 span, h2 span	{ 
	font-size: 0.875rem;
	color: #6e6e78;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "MS P明朝", serif;
	}
h2.style02	{
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
	}	 	 
h3	{
	display: flex;
	font-size: 1.25rem;
	align-items: center;
	}
h3:before, h3:after	{
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	}
h3:before	{
	margin-right: 0.5rem;
	background: linear-gradient(-90deg, #888, transparent);
	}
h3::after {
	margin-left: 0.5rem;
	background: linear-gradient(90deg, #888, transparent);
	}			
h4	{ 
	font-weight: bold;
	}
h4:before, .dl_faq dt:before	{
	content: '\f140';
  font-family: 'Font Awesome 5 Free';
  padding-right: 0.2rem;
	color: #6c4477;
	}	
p	{ margin-bottom: 1rem; }
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);
}
.small	{ 
	font-size: 0.875rem;
	line-height: 1.3;
	}
.txt-Xs	{ font-size: .75rem; }
.txt-sans-serif	{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/* color
------------------------------------------------------------*/

.attn		{	color: #c00; }

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

#pageTop {
	display: none;
	position: fixed;
	bottom: 4rem;
	right: 1rem;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #84b082;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 20px;
	text-decoration: none;
	padding: 0.8rem;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#pageTop a:hover {
	display: block;
	background-color: #659c63;
	color: #fff;
}


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


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


nav{
 width: 100%;
 position: relative;
 background: #fff;
 z-index:100; 
}

.logo		{
	margin: 0.5rem auto;
	padding: 2px auto;
	 } 
.logo a	{ display: block;  }	 

.logo img	{
	width: 192px;
	height: 48px;
	}	
ul.main-nav	{
	display: flex; 
	justify-content: center;
	margin-bottom: 1em;
 }
	
.main-nav li a {
	display: block;
	margin: 0.2em;
	padding: 0.5em;
	border-radius: 4px;
	background: #659c63;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
  text-decoration: none;
}
/*.main-nav li a:hover, .main-nav li a:visited  {
	color: #fff;
}


/* PC: nav */
@media (min-width: 768px) {
	
nav{
 display: flex;
 flex-direction: row;
 height: 70px;
}
h1.logo	{
  width: 240px;
  height: 60px;
	margin: 5px auto 0 10px;
	}
.logo img	{
	width: 240px;
	height: 60px;
	}

ul.main-nav	{
	align-items: center;
	margin-bottom: 0;
 }	
.main-nav li a	{
	width: 12em;
	margin: 0.2em 0.5em;
	padding: 0.5em 1em;
		}
.main-nav li a:hover  {
	background: #517d4f;
}

}



/* contents
------------------------------------------------------------*/
img + p	{
	margin-top: 1em;
	}


dl.dl_faq dt	{
	font-weight: bold;
	margin-bottom: 0.5rem;
	}
dl.dl_faq dd	{
	margin-left: 1.2rem;
	margin-bottom: 1rem;
	}
.dl_faq dd + dd	{
	margin-left: 0;
	}
dl.ymd	{
	display: flex;
	flex-flow: column nowrap;
	}	
.ymd dt	{ color: #444; }
.ymd dd	{ margin-bottom: 1rem; } 
.ymd dt, .ymd dd 	{ width: 100%; }
	
ol.list{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
	}
.list li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.list li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: 0.5em;
  font-weight: bold;
  color: #b40000;
	}		
table	{
	width: 100%;
	box-sizing: inherit;
	margin-bottom: 1em;
	}
caption	{ font-weight: bold; }	
th,td	{ border: solid 1px #ccc;
	padding: 2%;
	font-size:0.875em;
	background: #fff;
	}	
th	{ 
	background: #84b082;
	color: #222;
	text-align: center;
	}
.mmdd td	{
	min-width: 6em;
	padding :5px;
	font-size: 1em;
	}

/* background */
.bg_B1	{ background: url(../img/common/bg_B1.jpg) #fbf4e9; }
.bgB1	{ background: #fbf4e9; }
.bg_G	{ background: url(../img/common/bg_G.jpg) #eef1e5; }
.bgG	{ background: #eef1e5; }
.bg_P	{ background: url(../img/common/bg_P.jpg) #fbf2f6; }
.bgP	{ background: #fbf2f6; }
.bgV	{ background: #f8f4f9; }
.bg	{ background: url(../img/common/bg_wakaba.png) #fff; } 
 

/* tellink */

.tellink	{
	background: #aaa;
	}	

.tellink, .tellink a { 
	display: block;
	margin: 1em auto 2em;
	padding: 0.5em;
	border-radius: 5px;
	background: #659c63;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	}

 .tellink a:hover, .tellink a:visited	{
	 color: #fff;
	 }


/* tab-contents */

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}

/*.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #659c63;
  display: block;
  order: -1;
}
*/
.tab-label {
  color: White;
  background: LightGray;
	font-size: .875em;
  white-space: nowrap;
  text-align: center;
  padding: .2em .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #659c63;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
}
.tab-switch {
  display: none;
}


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

.information	{ padding: 0; }	
span.sp_only	{
	display: none;
	}
dl.ymd	{
	flex-flow: wrap;
	}	
.ymd dt	{ width: 15%; }
.ymd dd	{ 
	width: 85%;
	margin-bottom: 0;
	}	
} 


/* parts */

.accordion {
  min-width: 300px;
  margin: 1em auto;
  padding: 0;
}
.accordion .ac-content {
  margin: 0;
  padding: 0;
}
.accordion input {
  display: none;
}
.accordion label {
  display: block;
  background: #895797;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
	color: #fff;
}
.accordion .ac-content label:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-right: 0.5em;
}

.accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #fcfbfc;
  padding: 0 10px;
  box-sizing: border-box;
}
.accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}


.button a	{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em; 
	padding: 0.5em 1em;
	border-radius: 4px;
	color: #fff;
	background: #895797;
	}	
.button a:hover	{
	color: #fff;
	background: #6c4477;
	}

.box-border	{
	margin:1rem auto 2rem;
	padding:1rem;
	border: solid 2px #c00;
}

/* map */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* footer
------------------------------------------------------------*/
footer	{
	
	padding: 0.5em 0;
	/*position: absolute;
	bottom: 0;*/
	background: #523e54;
	}

footer p	{
	line-height: 1;
	text-align: center;
	font-size: 0.775em;
	color:#fff;
	}

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


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

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

/* top
------------------------------------------------------------*/
.lead-text_break {
		display: none;
	}

/* contents
------------------------------------------------------------*/

}



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

@media screen and (max-width: 768px) {
h1	{ 
	text-align: center;
	}
h2	{ font-size: 1.25rem; }

span.pc_only	{
	display: none;
	}	
	
/* top
------------------------------------------------------------*/
.itemDisplay p	{ margin-top: 1em; }

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

}
