@charset "UTF-8";
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span, address, a, table {
	margin: 0px;
	padding: 0px;
}
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.pc {
	display: none;
}
/*	title
/* ------------------------------------- */
#title {
margin: 15px 0 0 0; 
	width: 100%;
padding: 70px 0;
text-align: center;
background: url(../img/page/title.jpg) center / cover no-repeat;
}
#title h2 {
font-size: 1.5rem;
font-weight: normal;
color: #FFF;
display: inline-block;
position: relative;
	text-shadow:
        4px 4px 4px #073,
        4px -4px 4px #073,
        -4px 4px 4px #073,
        -4px -4px 4px #073,
        0 0 44px #073;
  	}
.page {
	background: #FFF;
}

/*	tex
/* ------------------------------------- */
.tex {
clear: both;
padding: 8% 0px;
line-height:2rem;
font-size:1rem;
text-align:left;
}
.tex0 {
clear: both;
padding: 8% 0px;
text-align:left;
}
.tex img,
.tex0 img,
.tex2 img {
	border: 0;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.tex a,
.tex2 a,
.l_a a {
	text-decoration: underline;
	color: #099;
	transition: 0.3s;
}
.tex0 a {
	text-decoration: none;
	transition: 0.3s;
}
.tex a:hover,
.tex0 a:hover,
.tex2 a:hover,
.l_a a:hover {
	opacity: 0.5;
	text-decoration: underline;
}


.tex img a,
.tex0 img a,
.tex2 img a {
	border: 0;
}
.tex a:hover img,
.tex0 a:hover img,
.tex2 a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
.tex p,
.tex0 p,
.tex2 p {
line-height:2.1em;
}
.tex2 a {
	text-decoration: none;
}


img.aligncenter,
img.alignright,
img.alignleft,
img.alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
clear:both;
}
.alignright {
  float: none;
}
.alignleft {
  float: none;
}

.left,
.right,
.left2,
.right2 {
	margin: 0px;
}
.left img,
.right img,
.left2 img,
.right2 img {
	width:100%;
}
.no,
.no_sp {
	display: none;
}
.edit {
	width:100%;
	font-size:.8rem;
}


.m {
	margin: 0px 0px 20px 0px;
	width: 100%;
background: -moz-linear-gradient(left, #9CC, #3db091);
  background: -webkit-linear-gradient(left, #9CC0, #3db091);
  background: linear-gradient(to left, #9CC, #3db091);
}
.m2 {
	margin: 0px 0px 15px 0px;
	width: 100%;
border-bottom: 1px solid;
    border-image: linear-gradient(to left, #9CC, #3db091);
    border-image-slice: 1;
}
.m h4 {
	font-size:1.3rem;
	font-weight: normal;
	padding: 15px 20px;
	color:#FFF;

}
.m2 h4 {
	font-size:1.3rem;
	font-weight: normal;
	padding: 10px 0px;
	color:#099;
}
.m3 h4 {
	font-size:1.3rem;
	font-weight: normal;
	padding: 10px 0px;
	color:#099;
}
.m2 h4 a,
.m3 h4 a{
	color:#099;
}
.m4 {
	margin: 10px 0px 15px 0px;
	width: 100%;
border-bottom: 1px solid #000;
}
.m4 h4 {
	font-size:1.3rem;
	padding: 10px 0px;
	color:#000;
}
/* 見出し　真ん中*/
.midasi h3{
font-size:1.8rem;
font-weight: normal;
color:#099;
text-align: center;
margin-bottom: 20px
}
@media screen and (max-width: 767px) {
.m3 h3{
font-size:1.5rem;
margin-bottom: 10px
}
.midasi h3{
font-size:1.6rem;
}
}


hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #9CC; /* 線色 */
	height: 1px; /* 高さ */
    max-width: 100%;
clear:both;
margin: 8% 0px;
}


.maga_box {
	border-bottom: #099 dotted 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
.maga_box a {
	color:#099;
	font-size: 90%;
}

/* table
---------------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 5px 0px 0px 0px;
	border-top: #9CC solid 1px;
	border-width: 0;
	text-align: left;
line-height:1.5em;
word-break: break-all;
}
tbody {
	border-top: #9CC solid 1px;
}
table th {
	font-size: 1rem;
	line-height: 2rem;
	border-bottom: 1px solid #9CC;
	font-style: normal;
	color: #fff;
}
table td {
	font-size: 1rem;
	line-height: 170%;
	padding: 15px;
	border-bottom: 1px solid #9CC;
}


small a {
	color: #999;
}


/*	arvhive
/* ------------------------------------- */

.info_box {
	border-bottom: #9CC dotted 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
.info_box2{
	border-bottom: #666 dotted 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
.i_box{
	float:left;
width: 75%;
}
.i_date{
	color: #444;
	margin: 0px 10px 0px 0px;
}
.i_text {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.i_m{
	color: #666;
	margin: 0px 10px 0px 0px;
	clear:both;
}
.i_text span {
	color: #333;
	font-weight: normal;
	font-size:.8rem;
}

.i_text a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.i_text a:hover {
	color: #008333;
	text-decoration: underline;
}
.i_date2{
	color: #666;
}
.i_title{
	color: #000;
	font-size: 1.3rem;
	line-height: 2.3rem;
	margin: 0px 0px 10px 0px;
	font-weight: normal;

}
.i_title a {
	color: #000;
	text-decoration: none;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.i_title a:hover {
	text-decoration: underline;
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
	text-decoration: none;
}
.p_title{
	color: #008333;
	font-size: 1.5rem;
	line-height: 170%;
	margin: 0px 0px 20px 0px;
	font-weight: normal;

	text-align: center;
}
.p_title2{
	color: #000;
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0px 0px 0px 0px;
	font-weight: normal;

	text-align: center;
}
.p_title2_r{
	font-size: 1rem;
	line-height: 2rem;
	margin: 0px 0px 20px 0px;
	font-weight: normal;

	text-align: center;
}
.i_m2{
	color: #666;
	font-size: 1.1rem;
	line-height: 2.1rem;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #008333 dotted 1px;
}
.i_text_box{
	border-bottom: #666 dotted 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
}
.back{
	color: #888;
width: 100%;
	font-size: .8rem;
	line-height: 1.8rem;
	margin: 20px 0px 20px 0px;
	clear:both;
}
.back a {
	text-decoration: none;
	color: #888;
}
.back a:visited {
	color: #888;
	text-decoration: underline;
}
.back a:hover {
	color: #999;
	text-decoration: underline;
}


/*	 pagination
/* ------------------------------------- */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: .8rem;
	line-height: .8rem;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	width: auto;
	color: #9CC; /* 文字色 */
	background: #e7f6e7; /* 背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #9CC; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 8px 10px 8px 10px;
	background:#9CC; /* 現在のページの文字色 */
	color: #fff; /* 現在のページの背景色 */
}

/* form
/* ------------------------------------- */
.screen-reader-response ul {
	display: none;
}
.form {
	width: 100%;
  background: #e7f6e7;
	padding: 5% 0px;
}
dl.fo {
	width: 90%;
	color: #333333;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-top: #EEE solid 1px;
}
.fo_box {
	width: 100%;
	border-bottom: #EEE solid 1px;
	padding: 0px 0px 0px 0px;
  background-color: #FFF;
}


dl.fo2 {
	width: 100%;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #EEE solid 1px;
}
.fo_box2 {
	width: 100%;
	border-bottom: #EEE solid 1px;
	padding: 0px 0px 0px 0px;
}
dl.fo dt,
dl.fo2 dt {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	float: left;
	color: #000;
	line-height: 120%;
	box-sizing: border-box;
}
dl.fo dd,
dl.fo2 dd {
	width: 100%;
	padding: 10px;
	float: left;
	margin: 0px 0px 10px 0px;
	box-sizing: border-box;
}
.fo2_2 {
	background-color: #FFF;
	height: 30px;
}
p.fo_tex01 {
	font-size: .8rem;
	color: #333333;
	line-height: 19px;
	padding: 0px 0px 10px 0px;
}
.f_b {
	margin: 30px 0px 20px 0px;
	text-align: center;
}
.f_b p {
	margin: 5px 0px 0px 0px;
}
.er {
	font-size: 1.5rem;
	color: #FF3300;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.f_t2 {
	font-size: 1rem;
	color: #663300;
	line-height: 2rem;
	padding: 2px;
}
.t_red_b {
	font-size: 1.1rem;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
.t_m {
	line-height: 1.6rem;
}
span.wpcf7-list-item { display: block; }
.delivery{
	background: #FCF7EA;
	width: 100%;
	padding: 10px 0px;
}
input[type=checkbox] {
	float: left;
	margin: 7px 0px 0px 0px;
}
input[type=radio] {
	float: left;
	margin: 7px 7px 0px 0px;
}
.wpcf7-not-valid-tip {
		color: #FF3300;
		margin: 0px 0px 0px 10px;
}

.wpcf7-text {
        height: 35px !important;
		font-size:1rem;
}
.form-width { width: 93%;}
.wpcf7 textarea {
        height: 200px !important;
		 width: 93%;
		font-size:1rem;
}
.wpcf7 select {
		font-size:1rem;
        height: 35px !important;
}
.box_fo {
	padding: 2%;
box-sizing:border-box;
border: 1px #CCC solid;
background-color:#FFF;
margin: 20px 0px 30px 0px;
}


.more a {
  display: inline-block;
  color: #FFF;
  background:#609;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  text-align: center;
	margin: 6% auto 0px auto;
transition: 0.3s;
	font-size:1.2rem;
  padding: 13px 0px;
border-radius: 100px;
width:100%;
}
.more a:hover {
opacity: 0.5;
  text-decoration: none;
}

#pamp {
   margin-top:-105px;
  padding-top:105px;
}
.facility_p {
	width: 100%;
	background: -moz-linear-gradient(left, #f0f9e1, #ceebe3);
  background: -webkit-linear-gradient(left, #f0f9e1, #ceebe3);
  background: linear-gradient(to left, #f0f9e1, #ceebe3);
  }
.facility_p img {
	width: 100%;
  }

.toi_box {
	width: 100%;
	background: #fff6e2;
	box-sizing: border-box;
	padding: 8%;
	text-align: center;
	color: #ff9900;
	font-size: 1.2rem;
}
.toi_box1 {
	margin: 0 0 10px 0;
}
.toi_box2 {
	margin: 0;
}

/* ------------------------------------- */
/*	 resposive480
/* ------------------------------------- */
@media screen and (min-width: 480px) {
#title {
padding: 100px 0;
}
#title h2 {
font-size: 1.5rem;
}
}

/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
body {
	background-size: 100%;
	text-align: center;
}
.sf {
	display: none;
}
.pc {
	display: block;
}
#title {
width: 100%;
padding: 75px 0;
text-align: center;
background: url(../img/page/title.jpg) no-repeat center;
	background-size: 100%;
}
#title h2 {
font-size: 2rem;
  	}
.tex,
.info,
.tex0  {
padding: 40px 0px;
}
.tex2 {
padding: 0px 0px 40px 0px;
}
hr {
margin: 50px 0px 30px 0px;
}
.left {
	width:48%;
	float: left;
}
.right {
	width:48%;
	float: right;
}
.left2 {
	width:49%;
	float: left;
}
.right2 {
	width:49%;
	float: right;
}
.no_sp {
	display: block;
}
.no_s {
	display: none;
}
.facility_p {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20%;
  }
.maga li:nth-child(odd).maga_box  {
	float: left;
	width: 49%;
}
.maga li:nth-child(even).maga_box{
	float: right;
width: 49%;
	}

/*	 info
/* ------------------------------------- */


.info li {
width: 23.5%;
float:left;
margin: 0 2% 0 0;
}
.info li:nth-of-type(4n) {
width: 23.5%;
margin: 0;
}
/*	list
/* ------------------------------------- */
.list_box {
display: inline-block;
vertical-align: top;
width: 32%;
margin: 2% 1.2% 0px 0px;
}
.list ul li:nth-of-type(3n){
margin: 2% 0px 0px 0px;
}

/*	 pagination
/* ------------------------------------- */
.pagination {
	font-size: 1rem;
	line-height: 1rem;
padding: 0px;
}
.pagination span, .pagination a {
	padding: 10px 15px 10px 15px;
}
.pagination .current{
	padding: 10px 15px 10px 15px;
}
.more a {
	margin: 30px auto 0px auto;
}
.corona {
	display: block;
	margin: 0px 6% 20px 6%;
  }
.i_title,
.p_title{
	font-size: 2rem;
	margin: 0px 0px 30px 0px;
}
.p_title2{
	font-size: 2rem;
	margin: 0px 0px 0px 0px;
}
.toi_box {
	padding: 4% 12%;
}
.toi_box1 {
	width: 49%;
	float: left;
	margin: 0 0 10px 0;
}
.toi_box2 {
	width: 49%;
	float: right;
	margin: 0;
}
}

/* ------------------------------------- */
/*	 resposive1200
/* ------------------------------------- */
@media screen and (min-width: 1200px) {
/*	title
/* ------------------------------------- */
#title {
margin: 50px 0 0 0;
padding: 100px 0;
text-align: center;
background: url(../img/page/title.jpg) no-repeat center;
	background-size: 100%;
}
#title h2 {
font-size: 2.2rem;
  	}
.tex,
.tex0,
.info {
padding: 60px 0px;
width: 1200px;
margin: auto;
}
.tex2 {
padding: 0px 0px 60px 0px;
width: 1200px;
margin: auto;
}
.left {
	width:47%;
	float: left;
}
.right {
	width:47%;
	float: right;
}
.dt {
	margin: 3% 0px 0px 0px;
	padding: 3% 0px 0px 0px;
}
.dt0 {
	width: 740px;
	margin: auto;
}
.chart01 {
width: 700px;
margin: auto;
}
/*	 list
/* ------------------------------------- */
.list,
.work,
.tex2 {
	margin: 4% auto 0 auto;
}/*	 info
/* ------------------------------------- */
.info_box {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.back{
width: 1200px;
}
/*	arvhive
/* ------------------------------------- */
.i_date,
.i_text{
	float: left;
}
.info_box img {
width: 70px;
height: 70px;
float: left;
padding: 1px;
margin: 0px 10px 0px 0px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
clear:none;
}
img.alignright {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    display: inline;
clear:none;
}
img.alignleft {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline;
clear:none;
}
img.alignnone {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
clear:none;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.no {
	display: block;
}
.no_p {
	display: none;
}
/*	 pagination
/* ------------------------------------- */
.pagination {
width: 1200px;
margin: auto;
}
/*	 list
/* ------------------------------------- */
.list {
	margin: 60px auto;
}
.m_no{
	display:block;
}
.rightnavi {
	width: 262px;
	float: right;
margin: 60px 0px;
}
/* form
/* ------------------------------------- */
.form {
	width: 100%;
  background-size:90%;
	padding: 4% 0px;
}
dl.fo {
	width: 92%;
}
.fo_box {
  background-color: #FFF;
}
dl.fo2 {
}
.fo_box2 {
}
dl.fo dt,
dl.fo2 dt {
	width: 20%;
	border-bottom: none;
	box-sizing: border-box;
  background-color: #FFF;
}
dl.fo dd,
dl.fo2 dd {
	width: 80%;
	border-left: #EEE 1px solid;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
}

 .corona {
	width:1200px;
	margin: 0px auto 20px auto;
  }
#pamp {
   margin-top:-160px;
  padding-top:160px;
}
.toi_box {
	padding: 4% 20%;
}
  }


/* 番号付きのリスト
/* ------------------------------------- */
.list-no {
    counter-reset: li;
    padding-left: 0; /* 左の余白を消す */
    list-style: none; /* デフォルトの番号を消す */
}

.list-no li {
    display: flex;
    align-items: flex-start; /* 中央ではなく上揃えにする */
		padding-bottom: 15px
}

.list-no li::before {
    margin-top: 0.5em; /* 微調整 */
}

.list-no li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #099;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

/* 2等分＋枠
/* ------------------------------------- */
.waku_l {
  display: flex;
  border: 1px solid #099; /* 外側のボーダー */
  width: 100%;
  max-width: 100%; /* 任意で調整 */
	padding: 30px;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.waku_l:last-child {
  margin-bottom: 0;
}
.waku_l .left {
  flex: 1;
}
.waku_l .left img {
  max-height: 300px;   /* 高さ固定 */
  width: auto;     /* 横幅は自動 */
  display: block;
	max-width: 100%;
	padding: 0;
}
.waku_l .right {
  flex: 1;
  padding: 0 0 0 40px;
}
.waku_l .right h5 {
font-size: 130%;
line-height: 1.7em;
color: #099;
}
@media screen and (max-width: 767px) {
.waku_l {
flex-direction: column;
}
.waku_l .left img {
max-height: 250px;
}
.waku_l .right {
 padding: 20px 0 0 0
}
.waku_l .right h5 {
font-size: 110%
}
}

/* 3等分（画像に枠線つきます）
/* ------------------------------------- */
.three-waku {
  display: flex;
  gap: 30px;            /* 各ボックス間20px */
  width: 100%;
  box-sizing: border-box;
}
.three-waku .box {
  flex: 1;              /* 3等分 */
  box-sizing: border-box;
}
.three-waku .box img {
  width: 100%;
  height: auto;
  border:1px solid #099;  /* 画像の枠線 */
  display: block;
  box-sizing: border-box;
}
.three-waku .box p,
.two-waku .box p{
padding-top: 10px
}
@media screen and (max-width: 767px) {
.three-waku{
    flex-direction: column;
}
}

/* 2等分（画像に枠線はなし）
/* ------------------------------------- */
.two-waku {
  display: flex;
  gap: 60px;            /* 各ボックス間20px */
  width: 100%;
  box-sizing: border-box;
}
.two-waku .box {
  flex: 1;              /* 3等分 */
  box-sizing: border-box;
}
.two-waku .box img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.two-waku{
flex-direction: column;
gap: 30px; 
}
}

/* ボックス*/
.box_nuri{
padding: 30px;
margin: 1em 0;
background: #ddf3f0;/*背景色*/
}
.box_waku {
padding: 30px;
margin: 1em 0;
border: solid 1px #099;
}
.box_nuri p,
.box_waku p{
margin: 0; 
padding: 0;
}

/* テーブルを横スクロール
/* ------------------------------------- */
@media screen and (max-width: 767px) {
.mobile_table {
overflow: auto;
white-space: nowrap;
}
.hint-text {
font-size: 80%;
color: red;
margin: 10px 0
}
}
@media screen and (min-width: 768px) {
.hint-text {
display: none;
}
}

/* PCで中央寄せ → スマホで左寄せ
/* ------------------------------------- */
.align-change {
text-align: center;
}
@media screen and (max-width: 767px) {
.align-change {
text-align: left;
}
.align-change br {
display: none;
}
}