@charset "utf-8";

/* -----------------------------------------------

	Site: 
	Type: top styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

----------------------------------------------- */


.shisatsu ul, .shisatsu ol {
	margin: 20px 70px 20px 100px;
}
.shisatsu ul li, .shisatsu ol li {
	font-size: 16px;
	line-height: 1.6;
	margin: 0px 0px 10px 0px;
}
.shisatsu ul li {
	list-style-type: disc;
}
.shisatsu ol li {
	list-style-type: decimal;
}
.shisatsu ul.list-shisatsu {
	height: 200px;
	margin: 20px 70px 20px 70px;
}
.shisatsu ul.list-shisatsu li {
	float: left;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}
.shisatsu ul.list-shisatsu li.shisatsu01 {
	margin: 0px 20px 20px 0px;
}
.shisatsu ul.list-shisatsu li.shisatsu03 {
	margin: 0px 20px 20px 0px;
}
.shisatsu ul.list-shisatsu li.shisatsu01 a:hover, .shisatsu ul.list-shisatsu li.shisatsu02 a:hover {
	opacity: 0.7;
}
.shisatsu ul.list-shisatsu li.shisatsu03 a, .shisatsu ul.list-shisatsu li.shisatsu04 a {
	display: block;
	height: 90px;
}
.shisatsu ul.list-shisatsu li.shisatsu03 a:hover, .shisatsu ul.list-shisatsu li.shisatsu04 a:hover {
	background-color: #eee;
}
#contents ul.pager {
	margin: 50px 100px 20px 100px;
	text-align: center;
}
#contents ul.pager li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.6;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	border: solid 1px #999;
}
#contents ul.pager li.nolink {
	padding: 5px 10px;
}
#contents ul.pager li.prev, #contents ul.pager li.next {
	border: none;
}
#contents ul.pager li a {
	display: block;
	background: #EFEFEF;
	padding: 5px 10px;
}
#contents ul.pager li a:hover {
	background: #DFDFDF;
}
#contents ul.pager li.prev a, #contents ul.pager li.next a {
	background: none;
}
#contents ul.pager li.prev a:before {
	content: "< ";
}
#contents ul.pager li.next a:after {
	content: " >";
}


#contents table {
	margin: 20px 70px 20px 70px;
	border-collapse: collapse;
	border: solid 1px #999;
}
#contents table td, #contents table th {
	font-size: 16px;
	padding: 5px 10px;
	border: solid 1px #999;
	line-height: 1.6;
}
#contents table th {
	background-color: #e5f2e0;
}
#contents table.no-frame {
	border: none;
}
#contents table.no-frame td, #contents table.no-frame th {
	font-size: 16px;
	padding: 0px 10px 10px 10px;
	border: none;
	vertical-align: top;
	line-height: 1.6;
}
#contents table.no-frame td img, #contents table.no-frame th img {
	margin-bottom: 5px;
}
#contents table.tobira01 {
	border: none;
	margin: 30px 0px 30px 100px;
}
#contents table.tobira01 td, #contents table.tobira01 th {
	padding: 0px 50px 10px 0px;
	border: none;
	vertical-align: top;
}
#contents table.tobira01 ul {
	margin: 0px;
}
#contents table.tobira01 ul li {
	font-size: 16px;
	line-height: 1.6;
	margin: 0px 0px 15px 0px;
	list-style-type: none;
}
#contents table.tobira01 ul li a {
	display: block;
	width: 350px;
	padding: 7px 15px 4px 15px;
	background-color: #eee9da;
	color: #595757;
	text-decoration: none;
	border-radius: 3px;        /* デフォルト */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}
#contents table.tobira01 ul li a:hover {
	background-color: #dbd3c1;
}
#contents table.tobira02 {
	border: none;
	margin: 30px 0px 30px 110px;
}
#contents table.tobira02 td, #contents table.tobira02 th {
	padding: 0px 50px 30px 0px;
	border: none;
	vertical-align: top;
}
#contents table.tobira02 td p {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	line-height: 1.6;
}
#contents table.tobira02 ul {
	margin: 0px;
}
#contents table.tobira02 ul li {
	font-size: 16px;
	line-height: 1.6;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
}
#contents table.tobira02 ul li a {
	display: block;
	width: 330px;
	padding: 7px 15px 4px 15px;
	background-color: #eee9da;
	color: #595757;
	text-decoration: none;
	border-radius: 3px;        /* デフォルト */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}
#contents table.tobira02 ul li a:hover {
	background-color: #dbd3c1;
}


.toiawase {
	margin: 60px 70px 0px 70px;
	border: solid 1px #26b7bc;
	border-radius: 5px;        /* デフォルト */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
#contents .toiawase h2 {
	background-color: #FFF;
	color: #595757;
	font-size: 18px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;        /* デフォルト */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
#contents .toiawase p {
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 1.6;
	border-top: solid 1px #26b7bc;
}



/* --- tourism --- */

#slider {
	margin: -40px 0px 50px 0px;
}
#slider .film_roll_prev, #slider .film_roll_next {
	text-decoration: none;
	font-size: 100px;
	font-weight: 200;
	background: none;
	border: none;
}


.MenuBox {
	position: relative;
	width: 780px;
	height: 380px;
	margin: 30px auto;
}
.BasePhoto {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.MenuPhoto {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.Menu01 {
	position: absolute;
	top: 0px;
	left: 400px;
	z-index: 1000;
}
.Menu02 {
	position: absolute;
	top: 46px;
	left: 400px;
	z-index: 1000;
}
.Menu03 {
	position: absolute;
	top: 92px;
	left: 400px;
	z-index: 1000;
}
.Menu04 {
	position: absolute;
	top: 138px;
	left: 400px;
	z-index: 1000;
}
.Menu05 {
	position: absolute;
	top: 184px;
	left: 400px;
	z-index: 1000;
}
.Menu06 {
	position: absolute;
	top: 230px;
	left: 400px;
	z-index: 1000;
}
.Menu07 {
	position: absolute;
	top: 276px;
	left: 400px;
	z-index: 1000;
}
.Menu08 {
	position: absolute;
	top: 322px;
	left: 400px;
	z-index: 1000;
}
.Menu01 a, .Menu02 a, .Menu03 a, .Menu04 a, .Menu05 a, .Menu06 a, .Menu07 a, .Menu08 a {
	display: block;
	width: 350px;
	font-size: 16px;
	padding: 10px 15px;
	background-color: #eee9da;
	color: #595757;
	text-decoration: none;
	border-radius: 3px;        /* デフォルト */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}
.Menu01 a:hover, .Menu02 a:hover, .Menu03 a:hover, .Menu04 a:hover, .Menu05 a:hover, .Menu06 a:hover, .Menu07 a:hover, .Menu08 a:hover {
	background-color: #dbd3c1;
}
.Menu01:hover + .MenuPhoto, .Menu02:hover + .MenuPhoto, .Menu03:hover + .MenuPhoto, .Menu04:hover + .MenuPhoto, .Menu05:hover + .MenuPhoto, .Menu06:hover + .MenuPhoto, .Menu07:hover + .MenuPhoto, .Menu08:hover + .MenuPhoto {
	display: block;
}


.tourism .h1-box {
	background-color: #679e51;
}
.tourism .h1-box.play {
	background-color: #d48859;
}
.tourism .h1-box.eat {
	background-color: #6fa2a4;
}
.tourism .h1-box.exp {
	background-color: #80aaa8;
}
.tourism .h1-box.spa {
	background-color: #9d8e86;
}
.tourism .h1-box.stay {
	background-color: #947fa1;
}
.tourism .h1-box.buy {
	background-color: #cc868f;
}    
.tourism .h1-box h1 {
	width: 1000px;
	margin: 0px auto 40px auto;
	padding: 60px 0px;
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #fff;
	border-radius: 3px;        /* デフォルト */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}
.tourism .h1-box.play h1 {
	width: 860px;
	padding: 60px 70px;
	background-image: url(../images/h1_icon_play.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.tourism .h1-box.eat h1 {
	width: 860px;
	padding: 60px 70px;
	background-image: url(../images/h1_icon_eat.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.tourism .h1-box.exp h1 {
	width: 860px;
	padding: 60px 70px;
	background-image: url(../images/h1_icon_exp.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.tourism .h1-box.spa h1 {
	width: 860px;
	padding: 60px 70px;
	background-image: url(../images/h1_icon_spa.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.tourism .h1-box.stay h1 {
	width: 860px;
	padding: 60px 70px;
	background-image: url(../images/h1_icon_stay.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.tourism .h1-box.buy h1 {
	width: 860px;
	padding: 60px 70px;
	background-image: url(../images/h1_icon_buy.png);
	background-position: left center;
	background-repeat: no-repeat;
}  
.tourism #contents h2 {
	background-color: #679e51;
	color: #FFF;
	font-size: 18px;
	line-height: 1.6;
	margin: 40px 50px 20px 50px;
	padding: 7px 10px 5px 10px;
	border-radius: 3px;        /* デフォルト */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}
.tourism #contents h3 {
	background-color: #f1ecdd;
	font-size: 18px;
	line-height: 1.6;
	margin: 40px 60px 20px 60px;
	padding: 7px 10px 5px 10px;
	border-radius: 3px;        /* デフォルト */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}
.tourism #contents h4 {
	font-size: 18px;
	line-height: 1.6;
	margin: 40px 70px 20px 70px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 2px #679e51;
}
.tourism #contents h5 {
	font-size: 18px;
	line-height: 1.6;
	margin: 40px 70px 20px 70px;
	padding: 0px 0px 0px 22px;
	background: no-repeat left top url(../images/bg_h5_tourism.png);
}
.tourism #contents h6 {
	font-size: 18px;
	line-height: 1.6;
	margin: 40px 70px 20px 70px;
	padding: 0px 0px 0px 16px;
	background: no-repeat left top url(../images/bg_h6.png);
}



/* --- shisatsu --- */
.shisatsu .h1-box {
	background-color: #fff;
}
.shisatsu .h1-box h1 {
	width: 1000px;
	margin: 0px auto 40px auto;
	padding: 0px;
	border-radius: 0px;        /* デフォルト */  
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0px;   /* Firefox用 */
}


/* --- tatsujin --- */
.tatsujin {
	color: #595757;
}
.tatsujin .inner {
	width: 1000px;
	margin: 0px auto;
}
.tatsujin h1 {
	margin: 30px 0px 30px 30px;
}
.tatsujin h1.tobira {
	padding: 70px 0px 50px 0px;
}
.tatsujin p {
	font-size: 16px;
	margin: 20px 70px 20px 70px;
	line-height: 1.6;
}
.tatsujin .pro-new {
	margin: 50px 0px;
	padding: 50px 0px;
	background-color: #f0ebdc;
}
.tatsujin table {
	width: 1000px;
	margin: 0px 0px;
	border-collapse: collapse;
	border: none;
}
.tatsujin table td, .tatsujin table th {
	padding: 0px;
	border: none;
	vertical-align: top;
}
.tatsujin table td p {
	font-size: 16px;
	margin: 20px 0px;
	line-height: 1.6;
}
.tatsujin table.honbun {
	margin: 80px 0px;
	border-collapse: collapse;
	border: none;
}
.tatsujin table.honbun td, .tatsujin table.honbun th {
	width: 420px;
	padding: 0px 35px;
	border: none;
	vertical-align: top;
}
.tatsujin table.honbun td h2 {
	font-size: 22px;
	margin: 15px 0px 30px 0px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.tatsujin table.honbun td p {
	font-size: 16px;
	margin: 20px 0px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.tatsujin .title-box {
	margin: 20px 0px 50px 0px;
	padding: 20px 0px;
	background-color: #f0ebdc;
}



/* --- jyutaku --- */
.OuterBox {
	width: 900px;
	margin: 30px auto;
}
.LeftBox {
	float: left;
	width: 240px;
	padding: 6px 0px 0px 0px;
}
.RightBox {
	float: right;
	width: 650px;
}
#contents .RightBox h3 {
	background-color: inherit;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#contents .RightBox p {
	text-align: right;
	margin: -45px 0px 15px 0px;
}
#contents .RightBox p a {
	display: inline-block;
	background-color: #888;
	padding: 3px 20px 0px 20px;
	color: #fff;
}
#contents .RightBox p a:hover {
	background-color: #666;
}
#contents .RightBox table {
	width: 100%;
	margin: 15px 0px;
}



/* --- serch result --- */
#current-page {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
#page-title {
	background-color: #26b7bc;
	color: #FFF;
	font-size: 18px;
	line-height: 1.6;
	margin: 20px 50px 20px 50px;
	padding: 7px 10px 5px 10px;
	border-radius: 3px;        /* デフォルト */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}

/* --- etc --- */
#contents p.kankou {
	margin: 30px 180px 50px 180px;
}

#contents div.contact-form {
	margin: 20px 0px 20px 240px;
}
#contents div.contact-form p {
	font-size: 16px;
	margin: 0px;
}
div.contact-form div.contact-form-submit input {
	margin-left: 220px !important;
}

p.link-btn a {
	border: solid 2px #679e51;
	color: #679e51;
	padding: 3px 15px 1px 15px;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	border-radius: 5px;        /* デフォルト */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
p.link-btn a:hover {
	background-color: #679e51;
	color: #fff;
}

/* 追加200730 特設ページ用 */

.f_htitle {
	margin-bottom: 30px;
}

#contents p.f_subtitle {
	text-align: center;
	font-size: 160%;
	margin-bottom: 1.5em;
	color: #679e51;
}

.img_right {
	float:right;
	margin:0 0 25px 25px;
}

.f_item {
	border-bottom:2px dotted #679e51;
	padding-bottom: 15px;
	margin: 0 70px;
}

.tourism #contents .f_item h3 {
	background-color: #fff;
	font-size: 140%;
	margin-left: 0;
	padding-left: 0;
}

.tourism #contents .f_item p {
	margin-left: 0;
	margin-right: 0;
}

.tourism #contents .f_item .img_right {
	float:right;
	margin:0 0 25px 25px;
}

.photo_hlz {
	display: flex;
	justify-content: center;
}

.photo_hlz img {
	margin: 10px;
}

.clear {
	clear: both;
}