@charset "UTF-8";

@font-face {
	font-family: 'YuGo';
	src: local('Yu Gothic Medium');
}

@font-face {
	font-family: 'YuGo';
	src: local('Yu Gothic Light'),
	     local('游ゴシック');
	font-weight: 100;
}

@font-face {
	font-family: 'YuGo';
	src: local('Yu Gothic Regular'),
	     local('YuGothic-Regular'),
	     local('游ゴシック');
	font-weight: 200;
}

@font-face {
	font-family: 'YuGo';
	src: local('Yu Gothic Bold'),
	     local('游ゴシック');
	font-weight: 700;
}

@font-face {
	font-family: 'HiraMin';
	src: local('HiraMinProN-W3'),
	     local('HiraMinPro-W3');
}

@font-face {
	font-family: 'HiraMin';
	src: local('HiraMinProN-W6'),
	     local('HiraMinPro-W6');
	font-weight: bold;
}

@font-face {
	font-family: 'HiraKaku';
	src: local('HiraKakuProN-W3'),
	     local('HiraKakuPro-W3');
}

@font-face {
	font-family: 'HiraKaku';
	src: local('HiraKakuProN-W6'),
	     local('HiraKakuPro-W6');
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
	color: inherit;
	font: inherit;
}

hr {
	border: none;
}

.break{
	page-break-before: always;
}

.ir {
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}

.irb {
	height: 0;
	overflow: hidden;
	line-height: 2;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.use-float:after {
	content: "";
	clear: both;
	display: block;
}

img.frame {
	background-color: #fff;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	padding: 5px;
}

ul.list_disc>li {
	list-style-type: disc;
	margin-left: 1em;
}

.note {
	font-size: 88%;
}

.note.kome {
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.note.kome:before {
	display: inline-block;
	content: "※";
	width: 1.25em;
	text-indent: 0;
}

.button {
	/*text-align: center;*/
}

.button a {
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.button a span {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.button a:hover span {
	opacity: 0.7;
}


/* ================================================================
	 content
   ================================================================ */

#contents_area {
	font-family: 'Yugo', 'YuGothic', 'Yu Gothic', 'HiraKaku', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: auto;
}

/* ---------- header ---------- */
.contents_header {
	position: relative;
}

.dc_caption {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -512px;
	width: 188px;
	height: 191px;
	margin-left: 50%;
	overflow: hidden;
	color: #fff;
	background: url(../images/badge.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 16px;
}

.dc_heading {
	padding: 15px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	background: -webkit-linear-gradient(top, #dedede, #fff);
	background: linear-gradient(to bottom, #dedede, #fff);
	font-size: 175%;
	text-align: center;
	text-shadow: 1px 0 2px rgba(255, 255, 255, .3),
                     1px 1px 2px rgba(255, 255, 255, .3),
                     0	 1px 2px rgba(255, 255, 255, .3),
                    -1px 1px 2px rgba(255, 255, 255, .3),
                    -1px 0 2px rgba(255, 255, 255, .3),
                    -1px -1px 2px rgba(255, 255, 255, .3),
                     0 -1px 2px rgba(255, 255, 255, .3),
                     1px -1px 2px rgba(255, 255, 255, .3);
}

.dc_heading a {
	color: inherit;
}

.dc_heading br {
	display: none;
}


/* ---------- main ---------- */
.contents_main {
	background: #000 url("../images/contents_bg.jpg") no-repeat center top fixed;
	background-size: cover;
	padding: 40px 0 60px;
}

.contents_main a {
	color: inherit;
	text-decoration: underline;
}

.contents_main :hover {
	text-decoration: none;
}

.contents_heading {
	background: url("../images/contents_heading.png") no-repeat center center;
	background-size: contain;
	padding-top: 160px;
	width: 447px;
	margin: 0 auto 20px auto;
}

.contents_subheading {
	position: relative;
	background-color: #fff;
	width: 980px;
	margin: 48px auto 50px;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.contents_subheading:after {
	position: absolute;
	display: block;
	content: '';
	bottom: -24px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -20px;
	border-width: 25px 20px 0;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fff;
}

.contents_subheading span {
	display: block;
	background: url("../images/contents_subheading.png") no-repeat center center;
	padding-top: 70px;
}

.mainImg {
	width: 100%;
	position: relative;
	height: 500px;
	min-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url("../images/main.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
}

.mainImg p{
	display: none;
}

.contents_summary {
	clear: both;
	margin: 50px auto 30px;
	text-align: left;
	color: #FFFFFF;
	line-height: 2;
	width: 980px;
}

.contents_summary p {
	margin: 0 0 20px 0;
}

.contents_summary p.summary{
	font-size: 18px;
	line-height: 1.4;
}

.contents_summary p.term{
	font-size: 18px;
	font-weight: bold;
}

#spot_list {
	width: 980px;
	margin: 62px auto 0;
}

#spot_list>li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 50px;
}

#spot_list .container_image,
#spot_list .container_text {
	box-sizing: border-box;
}

#spot_list .container_image {
	background-color: #000;
	width: 400px;
	padding-bottom: 20px;
	text-align: center;
}

#spot_list .container_text {
	background-color: #fff;
	width: 580px;
	padding: 25px 20px 8px;
}

#spot_list .spot_image img {
	width: 100%;
}

/*2019/09/12追加*/
#spot_list .copy{
	margin: 10px 0 0 0;
	color: #FFFFFF;
}

#spot_list .spot_name,
#spot_list .spot_labels {
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}

#spot_list .spot_name {
	margin-top: 10px;
	border-bottom: 1px solid #fff;
	padding: 6px 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}

#spot_list .spot_labels {
	margin-top: 4px;
	padding: 0 6px;
}

#spot_list .spot_labels>li {
	display: inline-block;
	margin: 8px 4px 0;
	border-radius: 5px;
	padding: 6px 15px 5px;
	line-height: 1;
}

#spot_list .spot_labels .zenshashitei {
	background-color: #c50018;
}
#spot_list .spot_labels .ichibushitei {
	background-color: #1a4899;
}

#spot_list .spot_catchcopy,
#spot_list .spot_description {
	padding: 0 10px;
}

#spot_list .spot_catchcopy {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

#spot_list .spot_description {
	margin-top: 12px;
	line-height: 1.8;
}

#spot_list .spot_description p {
	margin-top: 8px;
}

#spot_list .spot_description p:first-child {
	margin-top: 0;
}

#spot_list .spot_description table{
	width: 100%;
}

#spot_list .spot_description td,th{
	padding: 5px;
}


#spot_list .spot_description tr.rosen {
	width: 100%;
	background: #FDF5E6;
}

#spot_list .spot_description th {
	text-align: left;
 	vertical-align: top;
	display: inline-block;
	/*padding:0 20px 0 10px;*/
	/*white-space: nowrap;*/
}

#spot_list .spot_description td {
	/*padding:0 10px 0 0;*/
}

#spot_list .spot_description div.caution {
	margin: 0 0 20px 10px;
	padding-left: 1em;
	text-indent:-1em;
}

#spot_list .spot_detail {
	margin-top: 12px;
	line-height: 1.5;
}

#spot_list .spot_detail>dl {
	display: table;
	width: 100%;
	border-top: 1px solid #bebebe;
}

#spot_list .spot_detail>dl>dt,
#spot_list .spot_detail>dl>dd {
	display: table-cell;
	padding-top: 16px;
	padding-bottom: 14px;
}

#spot_list .spot_detail>dl>dt {
	width: 7em;
	padding-left: 10px;
	padding-right: 1em;
}

#spot_list .spot_detail>dl>dt span {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

#spot_list .spot_detail>dl>dt span:before {
	content: '◎';
}

#spot_list .spot_detail>dl>dd {
	padding-right: 10px;
}

#spot_list .spot_detail>dl>dd p,
#spot_list .spot_detail>dl>dd ul>li {
	margin-top: 5px;
}

#spot_list .spot_detail>dl>dd p:first-child,
#spot_list .spot_detail>dl>dd ul:first-child>li:first-child {
	margin-top: 0;
}

.map{
	clear: both;
	width: 516px;
	margin: 20px 0 30px 0;
}

.map img{
	width: 100%;
}

.relationLink{
	margin: 20px 0 20px 0;
	padding: 0 10px;
}

#spot_list .relationLink p {
	text-indent: -1em;
	margin: 0 0 10px 1em;

}

#spot_list .relationLink p:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 5px;
	border-left-color: #336600;
	vertical-align: middle;
}

.contents_information {
	clear: both;
	margin: 50px auto 30px;
	color: #FFFFFF;
	line-height: 1.75;
	width: 980px;
}

.contents_information h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}

.contents_information h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.contents_information p {
	margin: 0 0 20px 0;
}

.contents_information ol {
	margin: 0 0 20px 0
}

.contents_information ol li{
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}

.contents_information ul {
	margin: 0 0 20px 0
}

.contents_information li{
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}

.button{
	mqargin: 0 0 20px 0;
}

#hotel_search {
	margin: 15px 0 10px;
	text-align: center;
}

#hotel_search a {
	display: inline-block;
	background-color: #006;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	margin: 15px 10px 0;
	border: 2px solid #006;
	padding: 14px 1.5em 12px;
	color: #fff;
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 1;
	text-decoration: none;
	transition: all 0.2s
}

#hotel_search a:hover {
	background-color: #fff;
	color: #006;
}

#hotel_search a::after {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'Material Icons';
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	/*content: "navigate_next";*/
	margin-bottom: 2px;
	margin-left: 0.33em;
	margin-right: -0.25em;
	font-size: 26px;
	font-weight: normal;
	line-height: 16px;
}


/* ================================================================
	 footer
   ================================================================ */

.contents_footer {
	width: 1060px;
	margin: 24px auto;
	padding: 10px 14px;
	border: 2px solid #b8cbd6;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.461538;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	 -568px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 568px) {

body {
	font-size: 14px;
}
/* ================================================================
	 content
   ================================================================ */

/* ---------- header ---------- */
.dc_caption {
	position: relative;
	top: auto;
	left: auto;
	z-index: auto;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 4px 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	background: #be1919;
	text-indent: 0;
	white-space: normal;
	text-align: center;
}

.dc_heading {
	padding: 12px 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 16px;
	text-shadow: 0 0 1px #fff;
}


/* ---------- main ---------- */
.contents_main {
	background-position: center top !important;
	background-attachment: scroll;
	background-size: 110% auto;
	padding: 7.5% 0 10%;
}

.contents_heading {
	width: 94%;
	margin: 0 auto 20px auto;
	padding-top: 25.2%;
	/*background-image: url("../images/contents_heading_sp.png");*/
}

.contents_subheading span {
	background-image: url("../images/contents_subheading.png");
	background-size: 88%;
	padding-top: 25%;
}

.mainImg {
	min-width: 568px;
	height: 178px;
	background-position: 0 center;
	/*background-position: right center;*/
	background-image: url("../images/main_sp.jpg") ;
	background-size: contain;
	margin: 0 auto;
	padding: 0;
}

.contents_summary {
	clear: both;
	width: 84%;
	margin: 0 auto;
	margin: 10px auto;
	padding: 20px 0 20px 0;
	text-align: left;
	color: #FFFFFF;
	line-height: 1.75;
}

#spot_list {
	width: auto;
	margin: 10% auto 0;
}

#spot_list>li {
	display: block;
	background: url("../images/pattern_1.png") repeat center center;
	background-size: 4px 4px;
	margin-top: 0;
	padding-top: 13.333333%;
}

#spot_list>li:first-child {
	padding-top: 0;
}

#spot_list .container_image {
	/*display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;*/
	width: auto;
	padding-bottom: 40px;
}

#spot_list .container_text {
	width: auto;
	padding: 20px 15px 8px;
}

#spot_list .spot_image {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	/*margin-top: 20px;*/
}

#spot_list .spot_name,
#spot_list .spot_labels {
	margin-left: 0;
	margin-right: 0;
}

#spot_list .spot_name {
	margin-top: 0;
	padding: 20px 10px 8px;
	font-size: 22px;
}

/*2019/09/13追加*/

#spot_list .copy {
	color: #FFFFFF;
}

#spot_list .spot_labels {
	margin-top: 4px;
	padding: 0 6px;
}

#spot_list .spot_labels>li {
	margin: 8px 4px 0;
	padding: 6px 15px 5px;
}

#spot_list .spot_detail>dl {
	display: block;
	width: auto;
	padding: 16px 10px 14px;
}

#spot_list .spot_detail>dl>dt,
#spot_list .spot_detail>dl>dd {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}

#spot_list .spot_detail>dl>dt {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

#spot_list .spot_detail>dl>dd {
	margin-top: 10px;
	padding-left: 1em;
	padding-right: 0;
}

.map{
	 clear: both;
	 width: 100%;
	 margin: 20px 0 30px 0;
}

.contents_information {
	clear: both;
	width: 84%;
	margin: 50px auto 30px;
	text-align: left;
	color: #FFFFFF;
	line-height: 1.75;
}

#spot_list .spot_description th {
	white-space: nowrap;
}

#spot_list .spot_description td {
}

/* ================================================================
	 footer
   ================================================================ */

.contents_footer {
	width: auto;
	margin: 16px;
}

}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	 -320px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 320px) {

}
