@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;
}
/*	title
/* ------------------------------------- */
#title{
	background: #D3E3BB;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
text-align: center;
}
#title h2 {
padding: 5% 0 3% 0;
font-size: 150%;
font-weight: normal;
color:#5A9600;
}
.t_m {
	margin: 0 0 -2% 0;
}
#title img {
width:40px;
}

/*	tex
/* ------------------------------------- */
.tex {
clear: both;
padding: 6% 0px;
line-height:1.8em;
}
.tex img {
	border: 0;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.tex a {
	text-decoration: underline;
	color: #F60;
}

.tex a:hover {
	color: #F90;
	text-decoration: underline;
}
.tex img a {
	border: 0;
}
.tex a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
.tex p {
line-height:2.1em;
}
.m {
	margin: 0px 0px 10px 0px;
	width: 100%;
	background: #EBDFC6;
}
.m h4 {
	font-size:130%;
	line-height:1.4em;
	font-weight: normal;
	padding: 15px 0px 15px 20px;
}


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;
}
.text img {
	border: 0;
max-width: 100%;
height: auto;
margin: 0 auto;
}




hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #5A9600; /* 線色 */
	height: 1px; /* 高さ */
    max-width: 100%;
clear:both;
margin: 8% 0px;
}
/* table
---------------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 5px 0px 0px 0px;
	border-color: #5A9600;
	border-style: solid;
	border-width: 0;
	text-align: left;
line-height:1.5em;
word-break: break-all;
}
table th {
	font-size: 100%;
	line-height: 170%;
	padding: 5px;
	border: 1px solid #5A9600;
	font-style: normal;
	color: #fff;
}
table td {
	font-size: 100%;
	line-height: 170%;
	padding: 5px;
	border: 1px solid #5A9600;
}
/*	about
/* ------------------------------------- */
.about_area {
	border: 1px solid #F90;
	margin: 0px 0px 6% 0px;
	padding: 4%;
	text-align: center;
}
.about_area img {
	width: 158px;
}
.about_area_t {
	text-align: left;
}
.about_area_t h3 {
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-size:140%;
color: #F60;
font-weight: normal;
	text-align: center;
	margin: 5px 0px 0px 0px;
}
.bb a,
.bb2 a {
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px;
	display: block;
	width:100%;
	text-align: center;
	background: #5A9600;
	color: #FFF;
	font-size: 120%;
	font-weight: normal;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: none;
}
.bb a:hover,
.bb2 a:hover {
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
	text-decoration: none;
	color: #FFF;
}
.about_genre01 {
	background: url(../img/page/about_genre01.gif) no-repeat;
}
.about_genre02 {
	background: url(../img/page/about_genre02.gif) no-repeat;
}
.about_genre03 {
	background: url(../img/page/about_genre03.gif) no-repeat;
}
.about_genre04 {
	background: url(../img/page/about_genre04.gif) no-repeat;
}
.about_genre05 {
	background: url(../img/page/about_genre05.gif) no-repeat;
}
.about_genre06 {
	background: url(../img/page/about_genre06.gif) no-repeat;
}
.about_genre01,
.about_genre02,
.about_genre03,
.about_genre04,
.about_genre05,
.about_genre06 {
	background-size: 190px 62px;
  display: block;
  width: 190px;
  height: 62px;
  margin: 0 0 2% 0;
}
.about_genre01 span,
.about_genre02 span,
.about_genre03 span,
.about_genre04 span,
.about_genre05 span,
.about_genre06 span {
display: none;
}
/*	list
/* ------------------------------------- */
.list ul {
	list-style: none;
	line-height: 0px;
letter-spacing: -.4em;
}
.list li {
  display: inline-block;
  /display: inline;  /* IE用ハック */
  /zoom: 1;  /* IE用ハック */
    vertical-align: top;   /* 上端を揃える */
	width: 47%;
	margin: 0 6% 2% 0;
	text-align: center;
letter-spacing: normal;
}
.list li:nth-child(even) {
	margin: 0 0 2% 0;
}
.photo {
    overflow: hidden;
    height: 140px;/* トリミングしたい枠の高さ */
    position: relative;
}
.list li div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	/* トリミングしたい枠の幅 */
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
max-width: 150%;
}
.list li p {
	margin: 5px 0 20px 0;
	font-size: 80%;
	line-height:1.5em;
	display: block;
}
.list a {
	color: #444;
	text-decoration: none;
}
.list li img a {
	border: 0;
}
.photo p {
	position:absolute; 
	top:0px; 
	left:5px;
	text-align: left;
}
.photo p span {
	line-height:1em;
	padding: 3px;
	margin: 0px 5px 5px 0px;
	background: #F90;
	color: #FFF;
	font-size: 90%;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
display:block;
float: left;
}
.list a:hover,
 a:hover .photo p span {
  opacity: 0.6;
  transition: 0.5s;
	text-decoration: none;
	color: #CCC;
}
/*	genre
/* ------------------------------------- */
.genre_t {
	border-bottom: 1px solid #5A9600;
	border-top: 1px solid #5A9600;
  margin: 0 0 6% 0;
  padding: 10px 0 0px 0;
  text-align: center;
}
.genre_t p {
	font-size:80%;
	line-height:1.5em;
  margin: 0 0 10px 0;
}
.genre01 {
	background: url(../img/page/genre01.gif) no-repeat;
}
.genre02 {
	background: url(../img/page/genre02.gif) no-repeat;
}
.genre03 {
	background: url(../img/page/genre03.gif) no-repeat;
}
.genre04 {
	background: url(../img/page/genre04.gif) no-repeat;
}
.genre05 {
	background: url(../img/page/genre05.gif) no-repeat;
}
.genre06 {
	background: url(../img/page/genre06.gif) no-repeat;
}
.genre01,
.genre02,
.genre03,
.genre04,
.genre05,
.genre06 {
	background-size: 100px 80px;
  display: block;
  width: 100px;
  height: 80px;
  margin: 0 auto 25px auto;
}
.genre01 span,
.genre02 span,
.genre03 span,
.genre04 span,
.genre05 span,
.genre06 span {
display: none;
}
/*	list2
/* ------------------------------------- */
.list2 ul {
	list-style: none;
	line-height: 0px;
letter-spacing: -.4em;
}
.list2 li {
  display: inline-block;
  /display: inline;  /* IE用ハック */
  /zoom: 1;  /* IE用ハック */
    vertical-align: top;   /* 上端を揃える */
	margin: 0 0 4% 0;
	padding: 0 0 1% 0;
letter-spacing: normal;
border: 1px solid #5A9600;
	width:100%;
	box-sizing: border-box;
}
.photo2 {
    overflow: hidden;
    height: 140px;/* トリミングしたい枠の高さ */
    position: relative;
}
.list2 li div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	/* トリミングしたい枠の幅 */
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
max-width: 100%;
}
.list2 li h4 {
	color:#5A9600;
	margin: 3% 3% 1% 3%;
	font-size: 100%;
	line-height:1.5em;
	font-weight: normal;
}
.list2 li p {
	margin: 0 3% 1% 3%;
	font-size: 80%;
	line-height:1.5em;
	display: block;
}
.list2p {
	padding: 0 0 2% 0;
}

.list2 li h5 {
	color:#5A9600;
	margin: 0 3%;
	font-size: 80%;
	line-height:1.5em;
	font-weight: normal;
}
.list2 a {
	color: #444;
	text-decoration: none;
}
.list2 li img a {
	border: 0;
}
.photo2 p {
	position:absolute; 
	top:5px; 
	left:0px;
}
.photo2 p span {
	line-height:1em;
	padding: 3px;
	margin: 0px 5px 5px 0px;
	background: #F90;
	color: #FFF;
	font-size: 90%;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.list2 a:hover,
.list2 li a:hover h4,
.list2 li a:hover p,
.list2 li a:hover h5,
a:hover .photo2 p span {
  opacity: 0.6;
  transition: 0.5s;
	text-decoration: none;
	color: #CCC;
}



/*	detail
/* ------------------------------------- */
.de_ruby {
	color:#5A9600;
	line-height:1.5em;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.de_title {
	font-size:150%;
	color:#5A9600;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #5A9600;
	font-weight:normal;
	line-height:1.5em;
}
.de_tex {
	margin: 0px 0px 20px 0px;
}
.tm {
	padding: 10px 0px 0px 0px;
}
.de_data {
	border-top: 1px dotted #5A9600;
	margin: 6% 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.de_data dl {
	font-size:80%;
}
.de_data dl dt {
	float: left;
	width:30%;
}
.de_data dl dd {
	float: left;
	width:70%;
}
.da_line {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #5A9600;
}
.de_other {
	border: 1px dotted #5A9600;
	margin: 6% 0px 6% 0px;
	padding: 4%;
}
.de_other h5 {
	color: #5A9600;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	font-size:120%;
}
.de_other p {
	font-size:80%;
	line-height:1.6em;
}

.area_t {
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-size:140%;
color: #F60;
font-weight: normal;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

/*	course
/* ------------------------------------- */
.course_flow {
	border: 1px solid #F90;
	margin: 0px 0px 4% 0px;
	padding: 2%;
	text-align: center;
}
.course_flow p {
	line-height:2em;
}
.course_time {
	color:#F60;
	font-weight:normal;
	font-size:120%;
	margin: 0px 0px 1% 0px;
}
.course_tex {
	margin: 0px 0px 4% 0px;
	width: 100%;
}
.course_i {
	margin: 0px 0px 4% 0px;
}

/*	event
/* ------------------------------------- */
.event_time {
	color:#F60;
	font-weight:normal;
	font-size:120%;
	margin: 0px 0px 5px 0px;
}
.event_t {
	margin: 0px 0px 5px 0px;
}

.event_season01 {
	background: url(../img/page/event_season01.gif) no-repeat;
}
.event_season02 {
	background: url(../img/page/event_season02.gif) no-repeat;
}
.event_season03 {
	background: url(../img/page/event_season03.gif) no-repeat;
}
.event_season04 {
	background: url(../img/page/event_season04.gif) no-repeat;
}
.event_season01,
.event_season02,
.event_season03,
.event_season04 {
	background-size: 151px 62px;
  display: block;
  width: 151px;
  height: 62px;
  margin: 0 0 2% 0;
}
.event_season01 span,
.event_season02 span,
.event_season03 span,
.event_season04 span {
display: none;
}


/*	arvhive
/* ------------------------------------- */
.info_box {
	margin: 20px 0px 0px 0px;
	width: 100%;
}
.info_box2{
	border-bottom: #5A9600 dotted 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
.i_box{
	float:left;
width: 75%;
}
.i_date{
	color: #333;
	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:80%;
}

.i_text a {
	color: #5A9600;
	text-decoration: underline;
	font-weight: normal;
}
.i_text a:visited {
	color: #960;
	text-decoration: underline;
}
.i_text a:hover {
	color: #C90;
	text-decoration: underline;
}
.i_date2{
	color: #666;
}
.i_title{
	color: #5A9600;
	font-size: 150%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #5A9600 dotted 1px;
}
.i_m2{
	color: #666;
	font-size: 110%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #5A9600 dotted 1px;
}
.i_text_box{
	border-bottom: #5A9600 dotted 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
}
.back{
	color: #888;
width: 100%;
	font-size: 12px;
	line-height: 14px;
	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: 12px;
	line-height: 12px;
        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: #fff; /* 文字色 */
	background: #DCCB98; /* 背景色 */
}
.pagination a:hover{
	color: #DCCB98; /* マウスホバー時の文字色 */
	background: #C93; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 8px 10px 8px 10px;
	background:#C93; /* 現在のページの文字色 */
	color: #DCCB98; /* 現在のページの背景色 */
}

/* form
/* ------------------------------------- */
.screen-reader-response ul {
	display: none;
}
dl.fo {
	width: 100%;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #5A9600 solid 1px;
  background-color: rgba(220,230,200,0.5);
}
.fo_box {
	width: 100%;
	border-bottom: #5A9600 solid 1px;
	padding: 0px 0px 0px 0px;
}
  

dl.fo2 {
	width: 100%;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #5A9600 solid 1px;
	background: #E3F0DC;
}
.fo_box2 {
	width: 100%;
	border-bottom: #5A9600 solid 1px;
	padding: 0px 0px 0px 0px;
}
dl.fo dt,
dl.fo2 dt {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	float: left;
	color: #000;
	line-height: 120%;
	border-bottom: #5A9600 solid 1px;
}
dl.fo dd,
dl.fo2 dd {
	width: 100%;
	padding: 10px;
	float: left;
  background-color: rgba(255,255,255,0.5);
}
.fo2_2 {
	background-color: #FFF;
	height: 30px;
}
p.fo_tex01 {
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding: 0px 0px 10px 0px;
}
.f_b {
	margin: 30px 0px 20px 0px;
	text-align:left;
}
.f_b p {
	margin: 5px 0px 0px 0px;
}
.er {
	font-size: 15px;
	color: #FF3300;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.f_t2 {
	font-size: 12px;
	color: #663300;
	line-height: 17px;
	padding: 2px;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
.t_m {
	line-height: 160%;
}
span.wpcf7-list-item { display: block; }
.delivery{
	background: #FCF7EA;
	width: 100%;
	padding: 10px 0px;
}
input[type=checkbox] {
	float: left;
	margin: 7px 0px 0px 0px;
}
.wpcf7-not-valid-tip {
		color: #FF3300;
		margin: 0px 0px 0px 10px;
}

.wpcf7-text {
        height: 35px !important;
		font-size:100%;
}
.form-width { width: 93%;}
.wpcf7 textarea {
        height: 200px !important;
		 width: 93%;
		font-size:100%;
}
.wpcf7 select {
		font-size:100%;
        height: 35px !important;
}
.box_fo {
	padding: 2%;
box-sizing:border-box;
border: 1px #669900 solid;
background-color: rgba(255,255,255,0.5);
margin: 20px 0px 30px 0px;
}



.search_t_box{
	border: 1px solid #F90;
	padding: 5%;
	margin: 15px auto 20px auto;
}
.search_t {
	font-size: 130%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
.search_t2 {
	font-size: 150%;
	color:#F60;
	font-weight: bold;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.search_m_box {
	border-bottom: 1px dotted #5A9600;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}
.search_m_box h4 {
	font-size: 120%;
	font-weight: normal;
}
.search_m_box h4 a {
	text-decoration: underline;
	color: #F60;
}
.search_m_box h4 a:hover {
	color: #FC0;
	text-decoration: underline;
}
.search_m_box span {
	color: #888;
	font-size:90%;
}

/*	photol
/* ------------------------------------- */
.photol_directions {
	border: 1px solid #F60;
	padding: 4%;
	margin: 4% 0px 0px 0px;
}
.photol_directions h4 {
	font-weight: normal;
	font-size:120%;
	color: #F60;
}
.photol_directions p {
	font-size:90%;
	line-height: 1.8em;
}
.photol_directions span {
	color: #F90;
}
.agree {
position:relative;
background: #F90;
border-radius: 3px;
width: 100%;
text-align: center;
margin: 2.6% 0px 0px 0px;
padding: 0px 0px 1% 0px;
}
.agree span {
font-size:130%;
line-height:2.3em;
margin: 5%;
}
.agree a {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
color: #FFF;
text-decoration:none;
}
.agree a:hover {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
	background: #FFF;
text-decoration:none;
}

.photo_t {
	margin: 4% 0px;
	border: 1px solid #5A9600;
}
.photo_t p {
	line-height: 1.9em;
	color: #444;
	padding: 0px 20px 20px 20px;
}
.photo_t h5 {
	line-height: 1.9em;
	color: #5A9600;
	padding: 17px 0px 0px 0px;
	margin: 0px 20px 10px 20px;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 1px dotted #5A9600;
}
.photo_t dl dt {
	margin: 0px 0px 0px 20px;
	color: #630;
	line-height: 1.5em;
	font-size:110%;
}
.photo_t dl dt a {
	color: #630;
}
.photo_t dl dd {
	line-height: 1.5em;
}
.photo_t dl dd a {
	color: #5A9600;
}
.p_l {
	padding: 0px 0px 3% 20px;
}
.p_l2 {
float:left;
padding-right: 10px;
}
.p_l2 span {
	padding-left: 20px;
}

.key {
	line-height: 1.9em;
	color: #5A9600;
	padding: 15px 0px 10px 0px;
	margin: 15px 20px 0px 20px;
	font-size: 120%;
	font-weight: normal;
	border-top: 1px dotted #5A9600;
}
.key input {
  border: 1px solid #888;
  box-shadow: none;
  outline: none;
  color: inherit;
  font-family: inherit;
  font-size: 80%;
	box-sizing: border-box;
	padding: 3px 10px;
	margin: 0px 10px 0px 0px;
	float: left;
	color: #444;
}
.key input.submit {
  -webkit-appearance: none;
  background-color: #FFD2B3;
  background-image: none;
  border: 1px solid #F60;
  border-radius: 0;
  color: #F60;
  cursor: pointer;
  display: inline-block;
	font-size: 80%;
  margin: 0 auto 3% auto;
	padding: 3px 10px;
  text-decoration: none;
	box-sizing: border-box;
	float: left;
}
.season {
	float: left;
	width: 50%;
}
.season img {
vertical-align: bottom;
}
.season a:hover img {
opacity: .6;
-webkit-opacity: .6;
-moz-opacity: .6;
filter: alpha(opacity=60);	/* IE lt 8 */
-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
 
.season a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.photo_t2 {
	background: #5A9600;
	margin: 0px 0px 2% 0px;
}
.photo_t2 h3 {
	padding: 1% 4%;
	font-size: 130%;
	color:#FFF;
	line-height:1.5em;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-weight:normal;
}
.photo_t3 {
	background: #D3E3BA;
	margin: 0px 0px 1% 0px;
}
.photo_t3 h4 {
	padding: 1% 4%;
	font-size: 120%;
	color:#5A9600;
	line-height:1.5em;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-weight:normal;
}
.photo_b {
	border: 1px #CC6600 solid;
	background: url(../img/photo/photo_b.jpg) repeat-x bottom;
	float: left;
	margin: 0px 10px 15px 0px;
	padding: 5px 0px 3px 0px;
	text-decoration: none;
}
a:hover .photo_b {
	background: #FFF;
	border: 1px #CC9966 solid;
}
a .photo_b span {
	background: url(../img/photo/icon2.gif) no-repeat 10px;
	padding: 3px 10px 0px 27px;
	color: #C60;
	font-weight: bold;
	font-size:110%;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
a:hover .photo_b span {
	background: url(../img/photo/icon2_2.gif) no-repeat 10px;
	color: #C90;
}
.p_list {
	width:160px;
display: inline-block;
	margin: 0px 0 2% 0px;
	text-align: center;
	line-height: 1.8em;
	font-size:80%;
vertical-align: top;
}
.p_list img {
margin: 0px auto;
width: 160px; /* 任意の幅を指定 */
height: 160px; /* 任意の高さを指定 */
object-fit: cover;
}
.d_l {
	margin: 3px 0px 0px 0px;
	background:#F90;
	width:100%;
position:relative;
text-align: center;
height:30px;
}
.d_l a {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
	color:#FFF;
	text-decoration:none;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
padding: 3px 0px 0px 0px;
}
.d_l a:hover {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
	background: #FFF;
text-decoration:none;
}


/*	 outlink
/* ------------------------------------- */
.outlink {
position:relative;
background: #5A9600;
border-radius: 3px;
width: 100%;
height:30px;
text-align: center;
margin: 2.6% 0px 0px 0px;
padding: 15px 0px;
}
.outlink p {
font-family: 'Rounded';
-ms-font-feature-settings: "normal";
font-weight: 500;
font-size:120%;
line-height:2.9em;
margin: 5%;
}
.outlink a {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
color: #FFF;
text-decoration: none;
}
.outlink a:hover {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
	background: #FFF;
text-decoration: none;
color: #5A9600;
}

/*	nantodanshi
/* ------------------------------------- */
#gokayama,
#inami,
#fukumitsu,
#johana {
   margin-top:-100px;
  padding-top:100px;
	}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
.gallery-icon { /** 画像を囲む dt のスタイル **/
text-align: center;
}
.gallery-icon img,
figure img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}
.gallery-caption,
figcaption.wp-caption-text { /** キャプション **/
color: #222;
font-size: 12px;
margin: 0 0 10px;
text-align: center;
line-height: 1.1;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
width: 23%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
width: 18%;
margin: 0 1%;
}
.gallery-columns-6 .gallery-item { /** 6カラム **/
width: 14%;
margin: 0 1%;
}

/* access
---------------------------------------------------- */
.ac01,
.ac02,
.ac03{
	width: 90%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	padding:5%;
	background-color:#F7E5A6;
	margin: 0px 0px 20px 0px;
}
.ac_box{
  background:#F90;
}
.ac_box2{
  background: #690;
  margin: 5px 0px 0px 0px;
}
.ac_box3{
  background:#39F;
  margin: 5px 0px 0px 0px;
}
.ac_box4{
  background:#960;
  margin: 5px 0px 0px 0px;
}
.ac_box5{
  background:#F69;
  margin: 5px 0px 0px 0px;
}
.ac_box,
.ac_box2,
.ac_box3,
.ac_box4,
.ac_box5{
  -webkit-background-size: 80px 80px; /* WebKit */
 background-size: 80px 80px; /* WebKit以外 */
	width: 100%;
	display: block;
	margin: 0px 0px 5px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 2% 0;
	text-align:center;
}
.ac {
	margin:auto;
	font-size:16px;
	color: #FFF;
 font-weight:bold;
 text-decoration:none;
}
.ac01 a,
.ac01 a:hover,
.ac02 a,
.ac02 a:hover,
.ac03 a,
.ac03 a:hover  {
 text-decoration:none;
}
/*	accessmap
/* ------------------------------------- */
.box3_access,
.about_map	{margin-top: 20px;}
/*list
/* ------------------------------------- */
.msr_list06{
  margin:0 -10px 20px 0;
}
.msr_list06 li{
  width:24%;
  padding:0 5px;
  display:inline-block;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.msr_list06 li a{
  width:100%;
  padding:18px 0;
  color:#fff;
  font-size:12px;
  text-decoration:none;
  text-align:center;
  display:block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 3px;
  margin-bottom:10px;
}
li.m_1 a{
background:#008000;
border:2px solid #008000;
}
li.m_2 a{
background:#603971;
border:2px solid #603971;
}
li.m_3 a{
background:#314f7c;
border:2px solid #314f7c;
}
li.m_4 a{
background:#8f2931;
border:2px solid #8f2931;
}
li.m_5 a{
background:#f7d300;
border:2px solid #f7d300;
}
li.m_6 a{
background:#bf7700;
border:2px solid #bf7700;
}
li.m_7 a{
background:#a19600;
border:2px solid #a19600;
}
.msr_list06 li a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_list06 li a:hover{
  background:#fff;
}
li.m_1 a:hover{
color:#008000;
}
li.m_2 a:hover{
color:#603971;
}
li.m_3 a:hover{
color:#314f7c;
}
li.m_4 a:hover{
color:#8f2931;
}
li.m_5 a:hover{
color:#f7d300;
}
li.m_6 a:hover{
color:#bf7700;
}
li.m_7 a:hover{
color:#a19600;
}
li.m_1 a:hover::after{
border-bottom: solid 2px #008000;
border-right: solid 2px #008000;
}
li.m_2 a:hover::after{
border-bottom: solid 2px #603971;
border-right: solid 2px #603971;
}
li.m_3 a:hover::after{
border-bottom: solid 2px #314f7c;
border-right: solid 2px #314f7c;
}
li.m_4 a:hover::after{
border-bottom: solid 2px #8f2931;
border-right: solid 2px #8f2931;
}
li.m_5 a:hover::after{
border-bottom: solid 2px #f7d300;
border-right: solid 2px #f7d300;
}
li.m_6 a:hover::after{
border-bottom: solid 2px #bf7700;
border-right: solid 2px #bf7700;
}
li.m_7 a:hover::after{
border-bottom: solid 2px #a19600;
border-right: solid 2px #a19600;
}


/*	danshi
/* ------------------------------------- */
.danshi {
	background:#000;
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.danshi_box {
	width: 98%;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	border-left: 1px #FFF solid;
	margin: 0px auto 1% auto;
}
.danshi_b {
	border-right: 1px #FFF solid;
box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 1% 0;
}
.danshi_b2 {
	border-bottom: 1px #FFF solid;
}
.danshi_b a {
	color: #FFF;
	text-decoration: none;
}
.danshi_b a:hover {
	color: #999;
	text-decoration: none;
}
/* ------------------------------------- */
/*	 resposive480
/* ------------------------------------- */
@media screen and (min-width: 480px) {
/*	list2
/* ------------------------------------- */
.list2 li {
	margin: 0 5% 4% 0;
width: 47%;
}
.list2 li:nth-child(even) {
	margin: 0 0 4% 0;
}

.p_list {
	width:140px;
display: inline-block;
	margin: 0px 0 2% 0px;
	text-align: center;
	line-height: 1.8em;
	font-size:80%;
}
.p_list img {
margin: 0px auto;
width: 140px; /* 任意の幅を指定 */
height: 140px; /* 任意の高さを指定 */
object-fit: cover;
}

}

/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
#title{
padding: 30px 0 20px 0;
  }
#title h2 {
font-size: 230%;
letter-spacing:1px;
}
#title img {
	width:58px;
	margin: 0px 0px 5px 0px;
}
.tex {
padding: 40px 0px;
}
hr {
margin: 50px 0px 30px 0px;
}
/*	about
/* ------------------------------------- */
.about_area {
	margin: 0px 0px 40px 0px;
}
.about_area img {
	width: 22%;
	float: left;
	margin: 0px 4% 0px 0px;
}
.about_area_t {
	float: left;
	width: 74%;
}
.about_area_t h3 {
font-size:200%;
	text-align: left;
	margin: 5px 0px 10px 0px;
}
.bb a {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px;
	float: right;
	width: auto;
	font-size: 130%;
	width:155px
}
.bb2 a {
	margin: 10px 0px 0px 0px;
	padding: 5px 20px;
	float: right;
	width: auto;
	font-size: 130%;
}
.about_genre01,
.about_genre02,
.about_genre03,
.about_genre04,
.about_genre05,
.about_genre06 {
	background-size: 215px 70px;
  display: block;
  width: 215px;
  height: 70px;
  margin: 0 0 10px 0;
}

/*	 list
/* ------------------------------------- */

.list li {
  display: inline-block;
  /display: inline;  /* IE用ハック */
  /zoom: 1;  /* IE用ハック */
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
letter-spacing: normal;
}
.list li:nth-child(even) {
	margin: 0 2% 2% 0;
}
.list li:nth-child(4n) {
	margin: 0 0 2% 0;
}
.photo {
    overflow: hidden;
    height: 160px;/* トリミングしたい枠の高さ */
    position: relative;
}

/*	genre
/* ------------------------------------- */
.genre01,
.genre02,
.genre03,
.genre04,
.genre05,
.genre06 {
	background-size: 129px 103px;
  display: block;
  width: 129px;
  height: 103px;
}
.genre_t {
  margin: 0 0 40px 0;
  padding: 30px 0 0 0;
}
.genre_t p {
	font-size:100%;
	line-height:1.5em;
  margin: 0 0 30px 0;
}

/*	list2
/* ------------------------------------- */
.list2 li {
	margin: 0 3% 4% 0;
width: 31%;
}
.list2 li:nth-child(even) {
	margin: 0 3% 4% 0;
}
.list2 li:nth-child(3n) {
	margin: 0 0% 4% 0;
}
.list2 li h4 {
	margin: 3% 4% 1% 4%;
}
.list2 li p {
	margin: 0 4% 1% 4%;
}
.list2p {
	padding: 0 0 3% 0;
}
.list2 li h5 {
	margin: 0 4% 0 4%;
}


/*	event
/* ------------------------------------- */
.event_season01,
.event_season02,
.event_season03,
.event_season04 {
	background-size: 171px 70px;
  display: block;
  width: 171px;
  height: 70px;
  margin: 0 0 10px 0;
}

/*	detail
/* ------------------------------------- */
.de_title {
	font-size:180%;
}
.de_data {
	margin: 40px 0px 40px 0px;
	padding: 10px 0px 0px 0px;
}
.de_data dl {
	font-size:90%;
}
.de_other {
	margin: 40px 0px 40px 0px;
	padding: 2%;
}
.de_other p {
	font-size:90%;
	line-height:1.6em;
}
.area_t {
font-size:160%;
}
.de_data dl dt {
	width:20%;
}
.de_data dl dd {
	width:80%;
}
/*	course
/* ------------------------------------- */
.course_flow {
	width: 43%;
	float:left;
}
.course_time {
	color:#F60;
	font-weight:normal;
	font-size:120%;
}
.course_i {
	width: 49%;
	float:right;
}
/*	 pagination
/* ------------------------------------- */
.pagination {
	font-size: 14px;
	line-height: 14px;
}
.pagination span, .pagination a {
	padding: 10px 15px 10px 15px;
}
.pagination .current{
	padding: 10px 15px 10px 15px;
}



/*	photol
/* ------------------------------------- */
.photol_directions {
	border: 1px solid #F60;
	padding: 2%;
	margin: 4% 0px 0px 0px;
}
.agree span {
font-size:150%;
line-height:3em;
margin: 2%;
}
.p_list {
	width:200px;
}
.p_list img {
width: 200px; /* 任意の幅を指定 */
height: 200px; /* 任意の高さを指定 */
}



.gallery-columns-4 .gallery-item {
width: 48%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
width: 31.33333%;
margin: 0 1%;
}



.danshi_b {
	border-right: 1px #FFF solid;
box-sizing: border-box;
	width: 25%;
	float: left;
	padding: 1% 0;
}
.danshi_b2 {
	border-bottom: 0px;
}

}

/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {
#title{
padding: 60px 0 20px 0;
  }
.tex {
padding: 60px 0px;
}
/*	arvhive
/* ------------------------------------- */
.i_date,
.i_text{
	float: left;
}
.info_box img {
width: 70px;
height: 70px;
float: left;
padding: 1px;
margin: 0px 10px 0px 0px;
}

img.aligncenter {
    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;
}
/*	about
/* ------------------------------------- */
.about_area {
	padding: 20px;
}
.about_area img {
	width: 158px;
	margin: 0px 20px 0px 0px;
}
.about_area_t {
	width: 760px;
}
/*	list
/* ------------------------------------- */
.photo {
    overflow: hidden;
    height: 232px;/* トリミングしたい枠の高さ */
    position: relative;
}
.photo2 {
    overflow: hidden;
    height: 200px;/* トリミングしたい枠の高さ */
    position: relative;
}
/* form
/* ------------------------------------- */
dl.fo {
	width: 980px;
}
.fo_box {
	width: 980px;
}
dl.fo2 {
	width: 980px;
}
.fo_box2 {
	width: 980px;
}
dl.fo dt,
dl.fo2 dt {
	width: 180px;
	text-align: right;
	border-bottom: none;
}
dl.fo dd,
dl.fo2 dd {
	width: 760px;
}
.f_b {
	text-align:left;
}

/*	photol
/* ------------------------------------- */
.photo_t {
	margin: 2% 0px 4% 0px;
}
.dl01 {
	width: 25%;
	float:left;
}
.dl02 {
	width: 30%;
	float:left;
}
.dl03 {
	width: 45%;
	float:left;
}
.dl04 {
	width: 60px;
	float:left;
}
.photo_t2 h3 {
	padding: 1% 2%;
}
.photo_t3 h4 {
	padding: 1% 2%;
}
.p_list {
	width:240px;
}
.p_list img {
width: 240px; /* 任意の幅を指定 */
height: 240px; /* 任意の高さを指定 */
}

/*	 outlink
/* ------------------------------------- */
.outlink p {
font-family: 'Rounded';
-ms-font-feature-settings: "normal";
font-weight: 500;
font-size:150%;
line-height:2.5em;
}
/*	nantodanshi
/* ------------------------------------- */
#gokayama,
#inami,
#fukumitsu,
#johana {
   margin-top:-200px;
  padding-top:200px;
	}

/* access
---------------------------------------------------- */
.ac01,
.ac02{
	width: 26%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	padding:2%;
	background-color:#F7E5A6;
	margin: 0px 3% 20px 0px;
	float: left;
}
.ac03{
	width: 26%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	padding:2%;
	background-color:#F7E5A6;
	margin: 0px 0px 20px 0px;
	float: left;
}
/*	accessmap
/* ------------------------------------- */
.boxA_access:after	{content: "";display: block;clear: both}
.box2_access	{float: left;	width: 64%}
.box3_access	{float: right;width: 34%;margin-top: 0;}
.msr_list06 li{  width:14%;}
.msr_list06 li a{font-size:16px;
}

.about_map {float: left;width: 32%;margin: 0px 20px 0px 0px;}

}
/* ---------------------------------------------------------------------------------------------

　 特南砺市通訳ガイドページ

--------------------------------------------------------------------------------------------- */
/*	 テキスト2等分
/* ------------------------------------- */
.tsuyakubox{
	margin:0 0 5% 0;
}
.tsuyakubox:after	{content: "";
display: block;
clear: both; }
@media screen and (min-width: 980px) {
.tsuyakubox_l	{float: left;
width: 45%}
.tsuyakubox_r	{float: right;
width: 50%;
}
}
.de_tsuyaku {
	border-top: 1px dotted #5A9600;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.de_tsuyaku dl{
	font-size:80%;
}
@media screen and (min-width: 768px) {
.de_tsuyaku dl {
	font-size:90%;
}
}
.kadomaru{
border-radius: 20px;
}
/* ------------------------------------- */
/*	テキスト
/* ------------------------------------- */
h3.section-two-tsuyaku {
font-size: 1.6em;
line-height:1.8;
font-weight:normal;
text-align:center;
margin:10px 0 20px 0;
color:#5A9600;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
word-break: break-all;
}
@media only screen and (max-width: 980px) {
h3.section-two-tsuyaku {
font-size: 1.4em;
line-height:1.6;
text-align:left
}
}
.tsuyaku_t {
text-align:left
}
@media screen and (min-width: 980px) {
.tsuyaku_t {
	text-align:center;
	margin:0 auto;
	line-height: 2.2em;
}
}
@media screen and (max-width: 980px) {
h3.section-two-tsuyaku br,
.tsuyaku_t br {
    display: none;
  }
}