<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}

.overflow-h {
	overflow: hidden;
}
img {
  vertical-align: top;
  max-width: 100%;
}
main a {
  transition: 0.6s;
}
main a:hover {
  opacity: 0.7;
}

main {
	display: block;
	position: relative;
  /*font-family: "Yu Mincho", "YuMincho", serif;*/
}

main aside {
  /*margin: 50px 0;*/
  /*font-family: Helvetica, Arial, Verdana,"メイリオ","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/*--------------------------------------------------------
 ** 共通
--------------------------------------------------------*/

.ns_pc {
	display: block;
}
.ns_sp {
	display: none;
}
.ns_sp_ov320{
	display: none;
}
@media screen and (max-width: 800px) {
	.ns_pc {
		display: none;
	}
	.ns_sp {
		display: block;
	}
    .ns_sp_main{
	    display: block;
    }
}
@media screen and (max-width: 320px) {
    .ns_sp_main{
	    display: none;
    }
}

.pc_visible{display: block;}
.sp_visible{display: none;}

@media screen and (max-width: 767px) {
    .pc_visible{display: none;}
    .sp_visible{display: block;}
}

.txt_smaller{
    font-size: 80%;
}
.txt_brown{
    color: brown;
}
.txt_red{
    color: red;
}
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}
.fixedsticky-dummy {
  display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}
/*
#pageTop {
  width: 80px;
  right: 80px;
  cursor: pointer;
  position: fixed;
	bottom: 80px;
}
@media screen and (max-width: 800px) {
	#pageTop {
	  right: 10px;
	  bottom: 140px;
	}
}
#pageTop:hover {
  opacity: 0.7;
  transition: 0.6s;
}
#pageTop img {
  width: 75%;
}
*/
.fixedMovie {
  position: fixed;
  right: 2em;
  top: 30%;
  background: #333;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 3em 1em 1em 1em;
  font-size: 1.6rem;
  letter-spacing: 4px;
  cursor: pointer;
  z-index: 99;
}
.fixedMovie::before {
  content: '▶';
  font-size: 2rem;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.fixedMovie:hover {
  opacity: 0.7;
}
.movieModal {
  text-align: center;
  letter-spacing: 2px;
  z-index: 2;
  max-width: 880px;
  width: 100%;
  background-color: #fff;
  padding: 5em;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index: 1000001;
}
.movieModal .js_modal_close03 {
  display: inline-block;
  font-size: 5rem;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.movieModal iframe { width: 100%; }

#contents_area a, a:link, #contents_area a:visited { color: #333333; }

.flexbox {
  display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexend {
  justify-content: flex-end !important;
}

h2.e_headline {
  font-size: 2.7rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4%;
  letter-spacing: 3px;
}
h2.t_headline {
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
h2.t_headline &gt; span {
  font-size: 1.4rem;
  letter-spacing: 3px;
}
h2.e_headline &gt; span {
  font-size: 1.4rem;
  letter-spacing: 3px;
}

#container {
	position: relative;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"!important;
	background: #FFF;
}
/*
.ns_contents {
	max-width: 930px;
	margin: 0 auto;
}
*/

.domtour-top-mv-nav-map { display: none; }

.webfont_en {
	font-family: brandon-grotesque, sans-serif!important;
	font-weight: 400;
	font-style: normal;
}
.webfont_en_bold {
	font-family: brandon-grotesque, sans-serif!important;
	font-weight: 700;
	font-style: normal;
}
/*
ウェブフォントの指定詳細
-----
Brandon Grotesque Regular
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: normal;

Brandon Grotesque Regular Italic
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: italic;

Brandon Grotesque Bold
font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: normal;

Brandon Grotesque Bold Italic
font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: italic;
*/




.ns_contents .mv {
	width: 100%;
	height: 320px;
/*	background: url("../images/dummy_bg.jpg") center center;*/
/* ***** */
	background: url("../images/spots/title_bg.jpg") center center;
	background-size: cover;
}
@media screen and (max-width: 800px) {
	.ns_contents .mv {
		height: 160px;
	}
}
.ns_contents .mv h1 {
	text-align: center;
	margin: 0;
	padding-top: 113px;
}
@media screen and (max-width: 800px) {
	.ns_contents .mv h1 {
		width: 264px;
		margin: 0 auto;
		padding-top: 50px;
	}
}
#ns_index .mv {
	width: 100%;
	height: 790px;
	background: url("../images/index/bg01.jpg") center center;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 800px) {
	#ns_index .mv {
/*		height: auto;*/
		height: 80vh;
		padding: 60px 15px 100px;
	}
}
#ns_index .mv h1 {
	width: 401px;
	position: absolute;
	left: calc(50% - 200px);
	top: 100px;
	padding: 0;
}
#ns_index .mv h1 span {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	bottom: -110px;
}

#ns_index .mv p {
	text-align: center;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 130px;
    line-height: 2;
}
#ns_index p.main_credit{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    text-align: right;
    font-size: 10px;
}
#ns_index .mv p span {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (max-width: 800px) {
	#ns_index .mv h1 {
		width: 80%;
		position: inherit;
		left: inherit;
		top: inherit;
	}    
	#ns_index .mv h1 span {
		position: inherit;
		bottom: inherit;
		padding-bottom: 10px;
	}
	#ns_index .mv h1 span img {
		width: 45%;
		position: relative;
		top: -10px;
	}
	#ns_index .mv p {
		font-size: 10px;
		position: inherit;
		bottom: inherit;
        width: 96%;
        margin: 20px auto;
        line-height: 1.7;
	}
    #ns_index p.main_credit{
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 10px auto;
        padding: 2px;
        font-size: 9px;
    }
}

@media screen and (max-width: 360px) {
	#ns_index .mv h1 {
		width: 60%;
		position: inherit;
		left: inherit;
		top: inherit;
	}    
	#ns_index .mv h1 span {
		position: inherit;
		bottom: inherit;
		padding-bottom: 10px;
	}
	#ns_index .mv h1 span img {
		width: 45%;
		position: relative;
		top: -10px;
	}
	#ns_index .mv p {
		font-size: 9px;
		position: inherit;
		bottom: inherit;
        width: 98%;
        margin: 10px auto;
        line-height: 1.6;
	}
    #ns_index p.main_credit{
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 10px auto;
        padding: 2px;
        font-size: 8px;
    }
}

#ns_index .mv .scroll_icon {
	display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    height: 70px;
}
#ns_index .mv .scroll_icon::after {
	content: '';
	position: absolute;
	bottom: 0;
    left: 50%;
    width: 2px;
    height: 50px;
	background: #fff;
}

@media screen and (max-width: 800px) {
	#ns_index .mv .scroll_icon {
		height: 55px;
		left: 0;
	}
	#ns_index .mv .scroll_icon::after {
		height: 30px;
	}
}
/* 200902del
@media screen and (max-width: 360px) {
	#ns_index .mv .scroll_icon {
		height: 35px;
		left: 0;
	}
	#ns_index .mv .scroll_icon::after {
		height: 15px;
	}
	#ns_index .mv .scroll_icon img{
        width: 40px;
    }
}*/
@media screen and (max-width: 375px) {
	#ns_index .mv .scroll_icon {
        display: none;
	}
}
#ns_index .mv .scroll_icon::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#ns_index .ns_content {
	padding-top: 0;
}
#ns_index .ns_top_content01 {
	background: url("../images/index/bg02.jpg") center center;
	background-size: cover;
/*	padding-top: 35px;*/
/* ***** */
	padding-top: 70px;
	padding-bottom: 70px;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_top_content01 {
/*		padding-top: 25px;*/
/* ***** */
		padding-top: 30px;
	}
}


/* ***** */
#ns_index .about_nihonnoshun{
    padding-bottom: 60px;
    text-align: center;
    font-size: 16px;
    line-height: 2.0;
}
#ns_index .about_nihonnoshun img{
    width: 275px;
    padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
    #ns_index .about_nihonnoshun{
        padding-bottom: 30px;
        text-align: center;
        font-size: 13px;
        line-height: 2.0;
    }
    #ns_index .about_nihonnoshun img{
        width: 35%;
        min-width: 200px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* ***** */


#ns_index .ns_movie {
	text-align: center;
    margin: 0 auto;
    max-width: 640px;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_movie {
		position: relative;
		width: 100%;
/*		padding: 56.25% 15px 0;*/
		padding: 0 10px;
	}
	#ns_index .ns_movie iframe {
		position: absolute;
		top: 0;
		right: 15px;
		width: calc(100% - 30px)!important;
		height: 100%!important;
	}
}

#ns_index .ns_tile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 930px;
    margin: 0 auto;
/*	padding-top: 90px;*/
/* ***** */
	padding-top: 60px;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_tile {
		padding-top: 40px;
	}
}
#ns_index .ns_tile li {
	text-align: center;
	margin: 10px;
	background: #000;
}
@media screen and (max-width: 940px) {
	#ns_index .ns_tile li {
		width: 48%;
		margin: 1%;
	}
}
@media screen and (max-width: 800px) {
	#ns_index .ns_tile li {
		width: 50%;
		margin: 0;
	}
}
#ns_index .ns_tile li a {
	display: block;
	width: 290px;
	height: 260px;
	color: #FFF;
	font-size: 14px;
	padding-top: 55px;
}
@media screen and (max-width: 940px) {
	#ns_index .ns_tile li a {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	#ns_index .ns_tile li a {
		width: 100%;
		height: auto;
		padding: 30px 10px;
		font-size: 11px;
	}
}
#ns_index .ns_tile li a:hover {
	text-decoration: none;
	opacity: 1;
}
#ns_index .ns_tile li:first-child {
	background: #182D40;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#ns_index .ns_tile li:first-child:hover {
	background: #375B7C;
}
#ns_index .ns_tile li:first-child a {
	font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 100px;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_tile li:first-child a {
		font-size: 12px;
		padding-top: 10px;
    	height: 100%;
		position: relative;
	}
	#ns_index .ns_tile li:first-child a span {
		position: absolute;
		top: 50%;
		-webkit-transform : translateY(-50%);
		transform : translateY(-50%);
		width: 100%;
    	left: 0;
		line-height: 1.8;
	}
}
#ns_index .ns_tile li,
#ns_index .ns_tile li a {
	position: relative;
	overflow: hidden;
}
#ns_index .ns_tile li:first-child::after,
#ns_index .ns_tile li:first-child::before,
#ns_index .ns_tile li:first-child a::after,
#ns_index .ns_tile li:first-child a::before {
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
	position: absolute;
}
#ns_index .ns_tile li:first-child::after,
#ns_index .ns_tile li:first-child::before {
	top: 20px;
}
#ns_index .ns_tile li:first-child a::after,
#ns_index .ns_tile li:first-child a::before {
	bottom: 20px;
}
#ns_index .ns_tile li:first-child::after,
#ns_index .ns_tile li:first-child a::after {
	left: 20px;
}
#ns_index .ns_tile li:first-child::before,
#ns_index .ns_tile li:first-child a::before {
	right: 20px;
}
#ns_index .ns_tile li:first-child::after {
	border-width: 35px 35px 0 0;
	border-color: #20486C transparent transparent transparent;
}
#ns_index .ns_tile li:first-child::before {
	border-width: 0 35px 35px 0;
	border-color: transparent #20486C transparent transparent;
	right: 20px;
}
#ns_index .ns_tile li:first-child a::after {
	border-width: 35px 0 0 35px;
	border-color: transparent transparent transparent #20486C;
}
#ns_index .ns_tile li:first-child a::before {
	border-width: 0 0 35px 35px;
	border-color: transparent transparent #20486C transparent;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_tile li:first-child::after,
	#ns_index .ns_tile li:first-child::before {
		top: 10px;
	}
	#ns_index .ns_tile li:first-child a::after,
	#ns_index .ns_tile li:first-child a::before {
		bottom: 10px;
	}
	#ns_index .ns_tile li:first-child::after,
	#ns_index .ns_tile li:first-child a::after {
		left: 10px;
	}
	#ns_index .ns_tile li:first-child::before,
	#ns_index .ns_tile li:first-child a::before {
		right: 10px;
	}
	#ns_index .ns_tile li:first-child::after {
		border-width: 15px 15px 0 0;
		border-color: #20486C transparent transparent transparent;
	}
	#ns_index .ns_tile li:first-child::before {
		border-width: 0 15px 15px 0;
		border-color: transparent #20486C transparent transparent;
	}
	#ns_index .ns_tile li:first-child a::after {
		border-width: 15px 0 0 15px;
		border-color: transparent transparent transparent #20486C;
	}
	#ns_index .ns_tile li:first-child a::before {
		border-width: 0 0 15px 15px;
		border-color: transparent transparent #20486C transparent;
	}
}
#ns_index .ns_tile li img {
	position: absolute;
	left: 0;
	top: 0;
	transition-duration: 0.3s;
	opacity: 0.8;
}
#ns_index .ns_tile li:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 1;
}
#ns_index .ns_tile li .ns_border {
	display: block;
	width: 240px;
	height: 100px;
	border: solid 2px #FFF;
	margin: 0 auto;
	font-size: 13px;
	padding-top: 14px;
	margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_tile li .ns_border {
		width: 100%;
		height: auto;
		padding: 5px 0;
    	margin-bottom: 10px;
		font-size: 11px;
	}
}
#ns_index .ns_tile li .ns_border span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"!important;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_tile li .ns_border span {
		font-size: 14px;
	}
}
#ns_index .ns_tile li:last-child .ns_border {
	padding-top: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
}
#ns_index .ns_tile li:last-child .ns_border span {
	font-size: 22px;
	padding-top: 10px;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_tile li:last-child .ns_border span {
		font-size: 14px;
		padding-top: 5px;
	}
}
#ns_index .ns_top_content01 .ns_banner {
	background: none;
}
@media screen and (max-width: 800px) {
	#ns_index .ns_top_content01 .ns_banner {
		padding-top: 40px!important;
	}
}
.ns_contents .ns_page_nav {
	padding: 40px 0;
}
@media screen and (max-width: 800px) {
	.ns_contents .ns_page_nav {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 0;
		background: #182D40;
/*		z-index: 2;*/
		z-index: 100;
	}
}
.ns_contents .ns_page_nav * {
	box-sizing: border-box;
}
.ns_contents .ns_page_nav ul {
	max-width: 930px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.ns_contents .ns_page_nav li {
	width: 21%;
	border-right: solid #707070 1px;
}
.ns_contents .ns_page_nav li:first-child {
	width: 16%;
}
.ns_contents .ns_page_nav li:last-child {
	border:none;
}
@media screen and (max-width: 800px) {
	.ns_contents .ns_page_nav li,
	.ns_contents .ns_page_nav li:first-child {
		/*width: 20%;*/
		width: 25%;
	}
}
.ns_contents .ns_page_nav li a {
	display: block;
	color: #182D40;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 800px) {
	.ns_contents .ns_page_nav li a {
		color: #FFF;
		line-height: 1.4;
		padding: 12px 0 0;
		font-size: 13px;
    	height: 60px;
	}
	.ns_contents .ns_page_nav li:first-child a {
		padding: 20px 0 0;
	}
}
.ns_contents .ns_page_nav li a:hover {
	text-decoration: none;
}
.ns_contents .ns_page_nav li a span {
	display: block;
	font-size: 12px;
}
.ns_contents .ns_page_nav li .webfont_en_bold span {
	font-weight: normal;
}
.ns_contents .ns_content {
	background: #FAFAFA;
	padding: 35px 0 0;
}
@media screen and (max-width: 800px) {
	.ns_contents .ns_content {
/*		padding: 25px 0 0;*/
		padding: 10px 0 0;
	}
}
.ns_contents .ns_content .ns_content_inner {
	max-width: 930px;
	margin: 0 auto;
}
.ns_contents .color_area01 {
	border: solid #B70054 2px;
	color: #B70054;
}
.ns_contents .color_area02 {
	border: solid #2E80AC 2px;
	color: #2E80AC;
}
.ns_contents .color_area03 {
	border: solid #950874 2px;
	color: #950874;
}
.ns_contents .color_area04 {
	border: solid #CE760F 2px;
	color: #CE760F;
}
.ns_contents .color_area05 {
	border: solid #5B8959 2px;
	color: #5B8959;
}
.ns_contents .color_area06 {
	border: solid #71472A 2px;
	color: #71472A;
}
.ns_contents .color_area07 {
	border: solid #C3A815 2px;
	color: #C3A815;
}
.ns_contents .color_all {
	border: solid #182D40 2px;
	color: #182D40;
}


/*--------------------------------------------------------
 ** SPOTS
--------------------------------------------------------*/

#spot.ns_contents .ns_page_sub_nav {
	max-width: 930px;
	margin: 0 auto;
	padding-bottom: 35px;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .ns_page_sub_nav {
/*		padding-bottom: 20px;*/
		padding-bottom: 10px;
	}
}
#spot.ns_contents .ns_page_sub_nav ul {
	display: flex;
	justify-content: center;
	padding: 15px 0;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .ns_page_sub_nav ul {
		flex-wrap: wrap;
/*		padding: 15px 5px 0;*/
		padding: 10px 5px 0;
	}
}
#spot.ns_contents .area_lists li {
	padding: 0 5px;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .area_lists li {
		width: 25%;
/*		padding: 5px 2px;*/
		padding: 5px 2px 0;
	}
}
#spot.ns_contents .cat_lists li {
	padding: 0 8px;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .cat_lists li {
/*		padding: 5px 2px;*/
		padding: 5px 2px 0;
	}
}
#spot.ns_contents .ns_page_sub_nav li a {
	height: 36px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 10px;
	line-height: 1;
}
@media screen and (max-width: 900px) {
	#spot.ns_contents .ns_page_sub_nav li a {
		padding: 14px 14px 12px 10px;
		font-size: 13px;
	}
}
#spot.ns_contents .ns_page_sub_nav .selected a {
	color: #FFF;
}
#spot.ns_contents .area_lists li a {
	border-radius: 20px;
	padding: 8px 20px;
}
@media screen and (max-width: 900px) {
	#spot.ns_contents .area_lists li a {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .area_lists li a {
		padding: 10px 0 0;
    	font-size: 12px;
		text-align: center;
	}
}
#spot.ns_contents .cat_lists li a {
	padding: 12px 14px 12px 10px;
    height: 44px;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .cat_lists li a {
		padding: 10px 5px;
		height: 36px;
		font-size: 10px;
	}
}
#spot.ns_contents .area_lists li a:hover,
#spot.ns_contents .cat_lists li a:hover {
	text-decoration: none;
}
#spot.ns_contents .ns_page_sub_nav .color_area01 {
	background: #FCF5F5;
}
#spot.ns_contents .ns_page_sub_nav .selected .color_area01 {
	border: solid #182D40 2px;
	background: #182D40;
/*	background: #B70054;*/
}
#spot.ns_contents .ns_page_sub_nav .color_area02 {
	background: #F7FCFF;
}
#spot.ns_contents .ns_page_sub_nav .selected .color_area02 {
	border: solid #182D40 2px;
	background: #182D40;
/*	background: #2E80AC;*/
}
#spot.ns_contents .ns_page_sub_nav .color_area03 {
	background: #FDF7FC;
}
#spot.ns_contents .ns_page_sub_nav .selected .color_area03 {
	border: solid #182D40 2px;
	background: #182D40;
/*	background: #950874;*/
}
#spot.ns_contents .ns_page_sub_nav .color_area04 {
	background: #FFF9F2;
}
#spot.ns_contents .ns_page_sub_nav .selected .color_area04 {
	border: solid #182D40 2px;
	background: #182D40;
/*	background: #CE760F;*/
}
#spot.ns_contents .ns_page_sub_nav .color_area05 {
	background: #F5FDF5;
}
#spot.ns_contents .ns_page_sub_nav .selected .color_area05 {
	border: solid #182D40 2px;
	background: #182D40;
/*	background: #5B8959;*/
}
#spot.ns_contents .ns_page_sub_nav .color_area06 {
	background: #FCF9F7;
}
#spot.ns_contents .ns_page_sub_nav .selected .color_area06 {
	border: solid #182D40 2px;
	background: #182D40;
/*	background: #71472A;*/
}
#spot.ns_contents .ns_page_sub_nav .color_area07 {
	background: #FFFDF4;
}
#spot.ns_contents .ns_page_sub_nav .selected .color_area07 {
	border: solid #182D40 2px;
	background: #182D40;
    /*	background: #C3A815;*/
}
#spot.ns_contents .ns_page_sub_nav .selected .color_all {
	background: #182D40;
}
#spot.ns_contents .ns_content_inner {
	max-width: 960px;
}
#spot.ns_contents .ns_content_inner .spot_set {
	display: flex;
	flex-wrap: wrap;
}
#spot.ns_contents .ns_content_inner .spot_list {
	width: 480px;
	padding: 15px;
}
@media screen and (max-width: 960px) {
	#spot.ns_contents .ns_content_inner .spot_list {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .ns_content_inner .spot_list {
		width: 100%;
/*		padding: 0 10px 10px;*/
		padding: 0 15px 20px;
	}
}
#spot.ns_contents .ns_content_inner .spot_list a {
	color: #1F1F1F;
}
#spot.ns_contents .ns_content_inner .spot_list a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#spot.ns_contents .ns_content_inner .spot_list a:hover img {
	opacity: 0.7;
	transition: 0.6s;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .ns_content_inner .spot_list img {
		width: 100%;
	}
}
/* ***** */
#spot.ns_contents .ns_content_inner .spot_img {
	max-height: 275px;
	overflow: hidden;
}
#spot.ns_contents .ns_content_inner .spot_img img {
	max-width: 100%;
}
@media screen and (max-width: 800px) {
#spot.ns_contents .ns_content_inner .spot_img {
	max-height: 320px;
	overflow: hidden;
}    
}
@media screen and (max-width: 420px) {
#spot.ns_contents .ns_content_inner .spot_img {
	max-height: 220px;
	overflow: hidden;
}    
}
/* ***** */

#spot.ns_contents .ns_content_inner .spot_detail {
	background: #EDEDED;
	border: solid #D5D5D5 1px;
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 55px 20px 20px;
	position: relative;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .ns_content_inner .spot_detail {
/*		padding: 50px 15px 15px;*/
		padding: 50px 10px 15px;
	}
}
#spot.ns_contents .ns_content_inner .spot_detail .tip_cat,
#spot.ns_contents .ns_content_inner .spot_detail .tip_area {
	position: absolute;
	top: 10px;
}

#spot.ns_contents .ns_content_inner .spot_detail .tip_area {
	right: 10px;
/*	width: 35px;
	height: 34px;*/
/* ***** */
    width: 31px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
    text-align: center;
    padding-top: 4px;
	background: #FFF;
}

/* ***** */
/* ↓エリアアイコンがALLの場合 */
#spot.ns_contents .ns_content_inner .spot_detail .tip_area_all {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 10px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
    text-align: center;
    padding: 4px;
	background: #FFF;
}
/* ↑エリアアイコンがALLの場合 */

/* ↓エリアアイコンが複数の場合 */
#spot.ns_contents .ns_content_inner .spot_detail .tip_area_wrap {
	position: absolute;
	top:10px;
	right: 10px;
}
#spot.ns_contents .ns_content_inner .spot_detail .tip_area02 {
	display: inline-block;
	width: 35px;
	height: 34px;

	font-size: 20px;
	font-weight: bold;
	line-height: 1;
    text-align: center;
    padding-top: 4px;
	background: #FFF;
}
/* ↑エリアアイコンが複数の場合 */

@media screen and (max-width: 800px) {
    #spot.ns_contents .ns_content_inner .spot_detail .tip_area {
	right: 10px;
	width: 31px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
    text-align: center;
    padding-top: 4px;
	background: #FFF;
    }
/* ↓エリアアイコンが複数の場合 */
    #spot.ns_contents .ns_content_inner .spot_detail .tip_area02 {
        display: inline-block;
        width: 31px;
        height: 30px;

        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        padding-top: 4px;
        background: #FFF;
    }
/* ↑エリアアイコンが複数の場合 */
}
/* ***** */

#spot.ns_contents .ns_content_inner .spot_detail .tip_cat {
	left: 10px;
	display: inline-block;
	border: solid #DBDBDB 3px;
	color: #A5A5A5;
	font-size: 15px;
	font-weight: bold;
	background: #FFF;
    line-height: 1;
    padding: 5px;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .ns_content_inner .spot_detail .tip_cat {
		border: solid #DBDBDB 2px;
/*		font-size: 14px;*/
		font-size: 13px;
	}
}
#spot.ns_contents .ns_content_inner .spot_detail .spot_area {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"!important;
/*	font-size: 20px;*/
	font-size: 19px;
/* ***** */
	height: calc( 1.3em * 2 );
	line-height: 1.3;
    overflow: hidden;
}

/* ***** */
@media screen and (max-width: 950px) {
    #spot.ns_contents .ns_content_inner .spot_detail .spot_area {
        font-size: 18px;
    }
}

@media screen and (max-width: 880px) {
    #spot.ns_contents .ns_content_inner .spot_detail .spot_area {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    #spot.ns_contents .ns_content_inner .spot_detail .spot_area {
        font-size: 16px;
        height: auto;
    }
}
#spot.ns_contents .ns_content_inner .spot_detail .spot_text {
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
/* ***** */
	color: #707070;
	padding-top: 8px;
}
@media screen and (max-width: 800px) {
    #spot.ns_contents .ns_content_inner .spot_detail .spot_text {
    	font-size: 13px;
    }
}
#spot.ns_contents .ns_content_inner .spot_nav {
	display: flex;
	justify-content: center;
	padding: 65px 0 40px;
	flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .ns_content_inner .spot_nav {
		flex-wrap: wrap;
		padding: 30px 0 40px;
	}
}
#spot.ns_contents .ns_content_inner .spot_nav li {
	padding: 0 15px;
}
@media screen and (max-width: 800px) {
	#spot.ns_contents .ns_content_inner .spot_nav li {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}
#spot.ns_contents .ns_content_inner .spot_nav li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #C8C8C8;
	border-radius: 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 1;
    padding-top: 12px;
}
#spot.ns_contents .ns_content_inner .spot_nav .page_slct a {
	background: #182D40;
}

/*--------------------------------------------------------
 ** SPOTS DETAIL
--------------------------------------------------------*/

#spot_detail.ns_contents {
	text-align: center;
}
#spot_detail.ns_contents .mv {
	width: 100%;
	height: 450px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .mv {
		height: 160px;
	}
}
#spot_detail.ns_contents .mv.no0001 {
	background: url("../images/dummy_spotdetail01.jpg") no-repeat center center;
	background-size: cover;
}
#spot_detail.ns_contents .ns_content {
	background: #FFF;
	padding-top: 60px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .ns_content {
		padding-top: 35px;
	}
}
.ns_content_inner a, .ns_content_inner a:link, .ns_content_inner a:visited { color: #333333; }


/*===== detail内容 =====*/
#spot_detail.ns_contents h1,
#spot_detail.ns_contents .ns_content_inner {
	max-width: 760px;
	margin: 0 auto;
}
#spot_detail.ns_contents h1 {
	position: relative;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"!important;
	font-size: 36px;
	padding-bottom: 15px;
    line-height: 1.5;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents h1 {
/*		margin: 0 15px;
		font-size: 20px;*/
/* ***** */
        margin: 0 10px 0 5px;
		font-size: 18px;
		line-height: 1.4;
		padding-left: 35px;
	}
}
#spot_detail.ns_contents h1 span {
	position: absolute;
/* ***** */
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-o-writing-mode: vertical-rl;
writing-mode: vertical-rl;
/* ***** */
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"!important;
	left: 0;
	top: 11px;
/*	font-size: 26px;*/
	font-size: 25px;
	padding: 15px 10px;
    line-height: 1;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents h1 span {
		top: 0;
/*		font-size: 14px;*/
		font-size: 13px;
		padding: 8px 5px 10px;
	}
}
#spot_detail.ns_contents h1 span::after {
	content: "";
	display: block;
	transform: rotate(-35deg);
    position: absolute;
    right: -4px;
    bottom: 5px;
    width: 25px;
}

/*--- for IE11 ---*/
_:-ms-fullscreen, :root #spot_detail.ns_contents h1 span::after {
	content: "";
	display: block;
	transform: rotate(-35deg);
    position: absolute;
    right: -8px;
    bottom: 14px;
    width: 25px;
}

#spot_detail.ns_contents h1 .color_area01::after {
	border-top: solid #B70054 2px;
}
#spot_detail.ns_contents h1 .color_area02::after {
	border-top: solid #2E80AC 2px;
}
#spot_detail.ns_contents h1 .color_area03::after {
	border-top: solid #950874 2px;
}
#spot_detail.ns_contents h1 .color_area04::after {
	border-top: solid #CE760F 2px;
}
#spot_detail.ns_contents h1 .color_area05::after {
	border-top: solid #5B8959 2px;
}
#spot_detail.ns_contents h1 .color_area06::after {
	border-top: solid #71472A 2px;
}
#spot_detail.ns_contents h1 .color_area07::after {
	border-top: solid #C3A815 2px;
}
#spot_detail.ns_contents h1 .color_all::after {
	border-top: solid #182D40 2px;
}
#spot_detail.ns_contents .ns_content .tip_cat {
	display: inline-block;
	border: solid #DBDBDB 3px;
	color: #A5A5A5;
	font-size: 15px;
	font-weight: bold;
	background: #FFF;
    line-height: 1;
    padding: 5px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .ns_content .tip_cat {
		border: solid #DBDBDB 2px;
		font-size: 13px;
	}
}

#spot_detail.ns_contents .ns_content_inner {
	text-align: left;
	padding: 40px 0 65px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .ns_content_inner {
/*		padding: 40px 15px 65px;*/
/* ***** */
		padding: 30px 15px 45px;
	}
}
#spot_detail.ns_contents .ns_content_inner h2 {
	text-align: center;
/*	font-size: 22px;*/
/* ***** */
	color: #707070;
	font-size: 20px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .ns_content_inner h2 {
/*		font-size: 18px;*/
/* ***** */
		font-size: 16px;        
	}
}
#spot_detail.ns_contents .ns_content_inner p {
	padding: 40px 0 20px;
	font-size: 16px;
	line-height: 2.5;
/* ***** */
	color: #707070;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .ns_content_inner p {
		line-height: 1.8;
		padding: 40px 0 15px;
	}
}
#spot_detail.ns_contents .ns_content_inner .spot_img {
	padding: 20px 0 0;
/* ***** */
    overflow: hidden;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .ns_content_inner .spot_img {
		padding: 15px 0 0;
	}
}
#spot_detail.ns_contents .ns_content_inner .spot_img img {
	max-width: 100%;
	vertical-align: bottom;
/* ***** */
    width: 100%;
    border-radius: 5px;
}

#spot_detail.ns_contents .ns_content_inner .plan_info{
	background:#FAFAFA;
	padding: 20px;
	margin-top: 40px;
}
#spot_detail.ns_contents .ns_content_inner .plan_info h3{
	padding: 10px 0 10px;
	color: black;
	font-size: 18px;
	font-weight: bold;
}
#spot_detail.ns_contents .ns_content_inner .plan_info p{
	padding: 10px 0;
	color: #707070;
	font-size: 14px;
/*	line-height: 2.5;*/
}



/*----- プライベートガイド内容 -----*/
#spot_detail.ns_contents .ns_content_inner .p_guide{
    margin-top: 30px;
    padding: 15px;
    border: 3px #592378 solid;
    overflow: hidden;
}
#spot_detail.ns_contents .ns_content_inner .p_guide .p_guide_txt{
    width: 60%;
    float: left;
}
#spot_detail.ns_contents .ns_content_inner .p_guide .p_guide_txt .name{
    text-align: center;
    color: #592378;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
#spot_detail.ns_contents .p_guide .p_guide_txt p{
    padding: 0;
    line-height: 1.6;
    color: #333;
    font-size: 14px;
}
#spot_detail.ns_contents .ns_content_inner .p_guide .p_guide_txt .box_color{
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    line-height: 1.6;
    background-color: #592378;
}
#spot_detail.ns_contents .ns_content_inner .p_guide .p_guide_pic{
    width: 40%;
    padding: 10px 10px 0 20px;
    float: right;
}
@media screen and (max-width: 800px) {
    #spot_detail.ns_contents .ns_content_inner .p_guide{
    padding: 15px 10px 10px;
    }
    #spot_detail.ns_contents .ns_content_inner .p_guide .p_guide_txt{
    width: 100%;
    float: none;
    }
    #spot_detail.ns_contents .ns_content_inner .p_guide .p_guide_txt .name{
    font-size: 14px;
    }
    #spot_detail.ns_contents .p_guide .p_guide_txt p{
    font-size: 12px;
    }
    #spot_detail.ns_contents .ns_content_inner .p_guide .p_guide_pic{
    width: 100%;
    padding: 10px 0 0 0;
    float: none;
}

}
/*----- //プライベートガイド内容 -----*/

/*===== //detail内容 =====*/



#spot_detail.ns_contents .ns_content_inner .spot_button {
	text-align: center;
	padding-top: 60px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .ns_content_inner .spot_button {
		padding-top: 40px;
	}
}
#spot_detail.ns_contents .ns_content_inner .spot_button a {
	width: 360px;
	line-height: 1;
	display: inline-block;
	background: #182D40;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 25px 15px;
    text-decoration: none;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .ns_content_inner .spot_button a {
		width: 286px;
		padding: 20px 10px;
    	font-size: 14px;
	}
}
#spot_detail .ns_movie {
	text-align: center;
    margin: 0 auto;
    max-width: 480px;
}
@media screen and (max-width: 800px) {
	#spot_detail .ns_movie {
		position: relative;
		width: 100%;
/*		padding: 56.25% 15px 0;*/
		padding: 0 10px;
	}
	#spot_detail .ns_movie iframe {
		position: absolute;
		top: 0;
		right: 15px;
		width: calc(100% - 30px)!important;
		height: 100%!important;
	}
}


/*===== おすすめプラン =====*/
#spot_detail.ns_contents aside.aside_inner {
	background: #F5F5F5;
	padding: 80px 20px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents aside.aside_inner {
		padding: 60px 15px;
	}
}
#spot_detail.ns_contents .aside_inner {
	max-width: 840px;
	margin: 0 auto;
}
#spot_detail.ns_contents .aside_inner h3,
#spot_detail.ns_contents .shopdata_inner h3,
#search_fromCondition h3 {
	max-width: 555px;
	font-size: 36px;
	font-weight: bold;
	color: #182D40;
	text-align: center;
	border-bottom: solid #182D40 3px;
	display: block;
	padding: 0 0 20px;
	position: relative;
	margin: 0 auto 70px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .aside_inner h3,
	#spot_detail.ns_contents .shopdata_inner h3,
	#search_fromCondition h3 {
		font-size: 22px;
		border-bottom: solid #182D40 2px;
		padding: 0 0 10px;
		margin: 0 auto 60px;
	}
}
#spot_detail.ns_contents .aside_inner h3 span,
#spot_detail.ns_contents .shopdata_inner h3 span,
#search_fromCondition h3 span {
	display: block;
	font-size: 14px;
}
#spot_detail.ns_contents .aside_inner h3::after,
#spot_detail.ns_contents .shopdata_inner h3::after,
#search_fromCondition h3::after {
	content: "";
	display: block;
	width: 2px;
	height: 35px;
	background: #182D40;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -1px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .aside_inner h3::after,
	#spot_detail.ns_contents .shopdata_inner h3::after,
	#search_fromCondition h3::after {
		height: 20px;
		bottom: -20px;
	}
}

#spot_detail.ns_contents .aside_content {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .aside_content {
		display: block;
	}
}
#spot_detail.ns_contents .aside_content a {
	width: 50%;
	display: block;
	padding: 0 10px 10px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .aside_content a {
		width: 100%;
		display: flex;
		padding: 0 0 10px;
	}
}
#spot_detail.ns_contents .aside_content a .aside_img {
	padding: 0 0 10px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .aside_content a .aside_img {
		width: 40%;
	}
}
#spot_detail.ns_contents .aside_content a .aside_text {
	text-align: left;
	font-size: 18px;
}
#spot_detail.ns_contents .aside_content a .aside_text span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .aside_content a .aside_text {
		font-size: 14px;
		padding-left: 10px;
		width: 60%;
	}
	#spot_detail.ns_contents .aside_content a .aside_text span {
		font-size: 14px;
	}
}
#spot_detail.ns_contents .aside_inner .aside_button,
#spot_detail.ns_contents .shopdata_inner .shopdata_button {
	text-align: right;
	padding-top: 35px;
}
#spot_detail.ns_contents .aside_inner .aside_button a,
#spot_detail.ns_contents .shopdata_inner .shopdata_button a {
	width: 200px;
	line-height: 1;
	display: inline-block;
	background: #7D4371;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding: 20px 10px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .aside_inner .aside_button a,
	#spot_detail.ns_contents .shopdata_inner .shopdata_button a {
		padding: 15px 10px;
	}
}
/*===== //おすすめプラン =====*/


/*===== SPOT'S DATA =====*/
#spot_detail.ns_contents .shopdata {
	background: #EBEBEB;
	padding: 80px 20px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .shopdata {
		padding: 60px 15px;
	}
}
#spot_detail.ns_contents .shopdata_inner {
	max-width: 820px;
	margin: 0 auto;
}
#spot_detail.ns_contents .shopdata_inner h3.webfont_en,
#search_fromCondition  h3.webfont_en {
	letter-spacing: 4px;
}
#spot_detail.ns_contents .shopdata_inner h3.webfont_en span,
#search_fromCondition  h3.webfont_en span {
	font-weight: normal;
    letter-spacing: 2px;
}
/* 200831del
#spot_detail.ns_contents .shopdata_inner .shopdata_map iframe {
	width: 100%;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .shopdata_inner .shopdata_map iframe {
		height: 260px;
	}
}
*/
#spot_detail.ns_contents .shopdata_inner .shopdata_map {
	width: 100%;
	height: 450px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .shopdata_inner .shopdata_map {
		height: 260px;
	}
}

#spot_detail.ns_contents .shopdata_inner .shopdata_button {
	padding-top: 15px;
}
#spot_detail.ns_contents .shopdata_inner .shopdata_button a {
	background: #182D40;
}
#spot_detail.ns_contents .shopdata_inner dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-size: 16px;
	color: #182D40;
	padding-top: 45px;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .shopdata_inner dl {
		font-size: 14px;
	}
}
#spot_detail.ns_contents .shopdata_inner dt {
/*	width: 16%;*/
/* ***** */
	width: 6em;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .shopdata_inner dt {
/*		width: 26%;*/
    /* ***** */
	width: 6em;
	}
}
#spot_detail.ns_contents .shopdata_inner dt,
#spot_detail.ns_contents .shopdata_inner dd {
	padding-bottom: 5px;
}
#spot_detail.ns_contents .shopdata_inner dt:first-child {
	position: relative;
}
#spot_detail.ns_contents .shopdata_inner dt:first-child::before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: -25px;
	border-top: solid #182D40 1px;
	width: 90px;
}
#spot_detail.ns_contents .shopdata_inner dd {
	width: 84%;
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .shopdata_inner dd {
		width: 74%;
		position: relative;
    	padding-left: 15px;
	}
}
#spot_detail.ns_contents .shopdata_inner dd::before {
	content: "：";
}
@media screen and (max-width: 800px) {
	#spot_detail.ns_contents .shopdata_inner dd::before {
		position: absolute;
    	left: 0;
		top: 0;
	}
}
/*===== //SPOT'S DATA =====*/


/*----- イレギュラーページ -----*/	
#spot_detail.ns_contents .ns_content_inner .ir_page .a_link {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #6AB1D4;
}
#spot_detail.ns_contents .ns_content_inner .ir_page h3{
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 10px;
	color: #FFF;
	background: #6AB1D4;
	border-radius: 8px 8px 0 0;
	font-size: 22px;
}
#spot_detail.ns_contents .ns_content_inner .ir_page .smaller{
	font-size: 70%;
}
#spot_detail.ns_contents .ns_content_inner .ir_page .a_link li{
	display: inline-block;
	width: 12em;
	padding: 5px 10px;
	margin: 10px;
	border: 1px #6AB1D4 solid;
}
@media screen and (max-width: 800px) {
    #spot_detail.ns_contents .ns_content_inner .ir_page h3{
        margin-top: 40px;
        margin-bottom: 10px;
        padding: 5px 10px;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        color: #FFF;
        background: #6AB1D4;
        border-radius: 8px 8px 0 0;
    }
    #spot_detail.ns_contents .ns_content_inner p{
        line-height: 1.8;
        font-size: 14px;
        }
    #spot_detail.ns_contents .ns_content_inner .ir_page .a_link {
        margin-bottom: 40px;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }
    #spot_detail.ns_contents .ns_content_inner .ir_page .a_link li{
        display: inline-block;
        width: 29%;
        padding: 8px 2px;
        margin: 0 5px;
        border: 1px #707070 solid;
        line-height: 1.2;
    }
}

/*----- イレギュラー（リスト）ページ -----*/	
#spot_detail.ns_contents #listPage h1{
	padding-left: 0;
}
#spot_detail.ns_contents #listPage{
	background: #FAFAFA;	
}

#spot_detail.ns_contents #listPage .ns_content_inner{
	padding-top: 50px;
}
#spot_detail.ns_contents #listPage .ns_content_inner dl.first{
	padding-bottom: 30px;
	border-bottom: 1px #E9E9E9 solid;
	overflow: hidden;

}#spot_detail.ns_contents #listPage .ns_content_inner dl.list{
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px #E9E9E9 solid;
	overflow: hidden;
}

#spot_detail.ns_contents #listPage .ns_content_inner dt{
	margin-bottom: 15px;
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
	border-left: 5px #6AB1D4 solid;
/*	background: #EDEDED;*/
}
#spot_detail.ns_contents #listPage .ns_content_inner .li_photo {
	width: 20%;
	float: left;
    font-size: 10px;
}
#spot_detail.ns_contents #listPage .ns_content_inner .li_info {
	width:80%;
	padding-left: 20px;
	font-size: 14px;
	float: right;
}
@media screen and (max-width: 600px) {
#spot_detail.ns_contents #listPage .ns_content_inner{
	padding-top: 20px;
}
#spot_detail.ns_contents #listPage .ns_content_inner dt{
	font-size: 17px;
}
#spot_detail.ns_contents #listPage .ns_content_inner .li_photo {
	width: 100%;
	padding-bottom: 20px;
	float: none;
}
#spot_detail.ns_contents #listPage .ns_content_inner .li_photo img{
	width: 100%;
}
#spot_detail.ns_contents #listPage .ns_content_inner .li_info {
	width:100%;
	padding-left: 0;
	font-size: 13px;
	float: none;
}
}

/*----- イレギュラー（黒ギフト）ページ -----*/	
#spot_detail.ns_contents　#kurogift{
}
#spot_detail.ns_contents #kurogift h3{
    margin-top: 120px;
    padding: 16px 10px;
    border-bottom: 2px #333 solid;
/*    background: #98814F;*/
    background: #98814F;
    font-size: 20px;
    text-align: center;
    color: #FFF;
}
#spot_detail.ns_contents #kurogift h4{
    width: 40%;
    margin: 40px 0 0;
    padding: 7px;
/*    background: #E5E4D4;*/
    background: #333;
    border-radius: 0 15px 0 0;
    font-size: 18px;
    text-align: center;
/*    color: #98814F;*/
    color: #E5E4D4;
}
#spot_detail.ns_contents #kurogift .tags{
    background: #A41316;
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
    padding: 3px 5px 4px;
    vertical-align: text-bottom;
}
#spot_detail.ns_contents #kurogift .spot_img{
    padding: 2px 0 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #spot_detail.ns_contents #kurogift h3{
        margin-top: 60px;
        padding: 16px 10px;
        border-bottom: 2px #333 solid;
        background: #98814F;
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
        color: #FFF;
    }
    #spot_detail.ns_contents #kurogift h4{
        width: 50%;
        margin: 20px 0 0;
        border-radius: 0 8px 0 0;
        font-size: 14px;
    }
    #spot_detail.ns_contents #kurogift .tags{
        border-radius: 4px;
        font-size: 11px;
        margin-left: 5px;
        padding: 3px 5px 4px;
        vertical-align: text-bottom;
    }
    #spot_detail.ns_contents #kurogift .spot_img{
        padding: 2px 0 0;
        text-align: center;
    }
    #spot_detail.ns_contents #kurogift .sp_visible{
        display: none;
    }
}
@media screen and (max-width: 500px) {
        #spot_detail.ns_contents #kurogift h3{
        font-size: 14px;
    }

    #spot_detail.ns_contents #kurogift .sp_visible{
        display: block;
    }
    #spot_detail.ns_contents #kurogift h4{
        width: 66%;
        font-size: 13px;
    }
    #spot_detail.ns_contents #kurogift .tags{
        font-size: 11px;
    }

}



/*--------------------------------------------------------
 ** TOP
--------------------------------------------------------*/

#search_fromCondition {
/*	padding: 70px 0;*/
	padding: 30px 0 40px;
	text-align: left;
}
.domtour-top-mv-section-search {
	padding: 0!important;
	background: none!important;
}
#search_fromCondition,
#search_fromCondition .dom-top-search {
	background: #F3F3F3!important;
}
.searchConditionTab {
	width: 100%!important;
	max-width: 1000px!important;
	margin: 0 auto;
}
@media screen and (max-width: 800px) {
	.searchConditionTab {
		width: 100%;
	}
}
.searchConditionTab li {
	width: calc(100% / 3);
	height: 80px;
	color: #FFF;
	font-size: 18px;
	line-height: 1.4;
	cursor: pointer;
	text-align: center;
	padding-top: 28px;
}
@media screen and (max-width: 800px) {
	.searchConditionTab li {
		width: 29%;
		font-size: 10px;
		padding-top: 0;
		position: relative;
		height: 80px;
	}
	.searchConditionTab #searchConditionTab03 {
		width: 42%;
	}
}
.searchConditionTab li:hover {
	opacity: 0.7;
    transition: 0.6s;
}
.searchConditionTab #searchConditionTab01 {
	background: #6D598B;
}
.searchConditionTab #searchConditionTab02 {
	background: #885F7F;
}
.searchConditionTab #searchConditionTab03 {
	background: #7D4371;
	padding-top: 15px;
}
.searchConditionTab li a {
	color: #FFF;
}
.searchConditionTab li span {
	display: inline-block;
	position: relative;
	text-align: left;
}
.searchConditionTab li span img {
	position: absolute;
	left: 0;
	top: 50%;
}
@media screen and (max-width: 800px) {
	.searchConditionTab li span img {
		position: relative;
		left: 0;
		top: 0;
	}
}
.searchConditionTab #searchConditionTab01 span {
	padding-left: 40px;
}
.searchConditionTab #searchConditionTab01 span img {
	margin-top: -11px;
}
.searchConditionTab #searchConditionTab02 span {
	padding-left: 105px;
}
.searchConditionTab #searchConditionTab02 span img {
	margin-top: -15px;
}
.searchConditionTab #searchConditionTab03 span {
	padding-left: 45px;
}
.searchConditionTab #searchConditionTab03 span img {
	margin-top: -15px;
}
@media screen and (max-width: 800px) {
	.searchConditionTab #searchConditionTab01 span,
	.searchConditionTab #searchConditionTab02 span,
	.searchConditionTab #searchConditionTab03 span {
		padding-left: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
		width: 100%;
	}
	.searchConditionTab #searchConditionTab01 span img,
	.searchConditionTab #searchConditionTab02 span img,
	.searchConditionTab #searchConditionTab03 span img {
		margin-top: 0;
		height: 25px;
    	padding-bottom: 6px;
	}
}
.searchConditionCont {
	width: 820px;
	margin: 0 auto;
}
@media screen and (max-width: 800px) {
	.searchConditionCont {
		width: 100%;
		margin: 0 auto;
	}
	.dom-top-search__in {
		padding: 15px 15px 0!important;
	}
}
.dom-search__column-label {
	font-size: 18px!important;
	font-weight: bold;
	color: #182D40;
	border-left: solid #182D40 2px;
	padding: 0 0 0 10px;
	margin-bottom: 15px!important;
}
@media screen and (max-width: 800px) {
	.dom-search__column-label {
		font-size: 16px!important;
	}
}
.dom-search__column {
    width: 180px!important;
}
.dom-search__input select,
.dom-search__input input {
	border-radius: 5px!important;
}
.dom-top-search__keyword,
.dom-search__input--keyword input {
	width: 500px!important;
}
@media screen and (max-width: 800px) {
	.dom-top-search__keyword,
	.dom-search__input--keyword input {
		width: 100%!important;
	}
}
.ui-datepicker .ui-datepicker-prev {
    left: -35px!important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block!important;
	width: 30px!important;
	height: 30px!important;
	transform: rotate(45deg)!important;
}
.ui-datepicker .ui-datepicker-prev span {
	border-bottom: solid #999999 5px!important;
	border-left: solid #999999 5px!important;
}
.ui-datepicker .ui-datepicker-next span {
	border-top: solid #999999 5px!important;
	border-right: solid #999999 5px!important;
}
.dom-top-search .dom-search__column {
    margin: 15px 15px 20px 0!important;
}
@media screen and (max-width: 800px) {
	.dom-top-search .dom-search__column {
		margin: 10px 0 15px!important;
		width: 100%!important;
		min-width: 100%!important;
	}
}
.dom-top-search__btm {
	padding: 0 0 50px!important;
    border-top: solid #aaa 1px;
    margin: 20px 0 0 0;
}
@media screen and (max-width: 800px) {
	.dom-top-search__btm {
		padding: 0 0 20px!important;
		margin: 10px 0 0 0;
	}
}
.dom-search-option__more-btn {
    padding-left: 0!important;
}
.dom-search-option__selected {
	text-align: left!important;
	padding-top: 30px!important;
}
@media screen and (max-width: 800px) {
	.dom-search-option__selected {
		padding-top: 10px!important;
	}
}
.dom-search-option__more-btn span:after {
	font-size: 18px!important;
	font-weight: bold!important;
	color: #070707!important;
}
@media screen and (max-width: 800px) {
	.dom-search-option__more-btn span:after {
		font-size: 14px!important;
	}
}
.dom-search-option__more-btn.is-open span:after {
    content: "検索条件を追加する"!important;
}
.dom-search-option__more-btn span:after {
    content: "検索条件を閉じる"!important;
}
.dom-search-option__more-content {
    border-top: none!important;
	margin-bottom: 0!important;
}
.domtour-top-mv-nav-tab-list {
    background: none!important;
    padding: 0!important;
    margin-right: 0!important;
	text-align: center!important;
	width: 100%!important;
}
@media screen and (max-width: 800px) {
	.domtour-top-mv-nav-tab-list {
		padding: 5px 10px 0!important;
	}
}
.dom-top-search__place {
    width: 100%!important;
    min-width: 100%!important;
}
.domtour-search__area-01,
.domtour-search__area-02,
.domtour-search__area-03,
.domtour-search__area-04 {
	width: 22%!important;
	margin-bottom: 0!important;
}
@media screen and (max-width: 800px) {
	.domtour-search__area-01,
	.domtour-search__area-02,
	.domtour-search__area-03,
	.domtour-search__area-04 {
		width: 100%!important;
		margin-bottom: 35px!important;
		margin-right: 0!important;
	}
	.domtour-search__area-03 {
		margin-bottom: 15px!important;
	}
	.domtour-search__area-04 {
		margin-bottom: 0!important;
	}
	.domtour-search__area-01:before,
	.domtour-search__area-02:before,
	.domtour-search__area-03:before {
		display: none;
	}
}
.dom-top-search__renpaku .dom-form-checkbox {
    padding-top: 28px!important;
}
@media screen and (max-width: 800px) {
	.dom-top-search__renpaku .dom-form-checkbox {
		padding-top: 5px!important;
	}
}
.dom-top-search__btn-submit.nationalParkSubmit {
	margin: 0 auto!important;
}
.dom__btn-submit-01 {
	background: #182D40!important;
	width: 380px!important;
	border-radius: 0!important;
	border: none!important;
	font-size: 18px!important;
	letter-spacing: 2px!important;
	padding: 15px!important;
}
@media screen and (max-width: 800px) {
	.dom__btn-submit-01 {
		width: 100%!important;
		font-size: 16px!important;
		padding: 5px!important;
	}
}
.dom__btn-submit-01 span:before {
	display: none!important;
}
.dom-top-search__btn-submit {
	position: inherit!important;
	left: inherit!important;
	bottom: inherit!important;
	margin: 0 auto!important;
}
.ns_form_btn_padding {
	margin-top: 50px!important;
}
.dom-top-search__pamphlet {
    width: 280px!important;
    min-width: 280px!important;
}
.dom-top-search__plan-code {
    width: 180px!important;
    min-width: 180px!important;
}
@media screen and (max-width: 800px) {
	.dom-tab__list &gt; li {
		display: block!important;
		margin-right: 0!important;
		width: 100%!important;
		margin-top: 5px!important;
	}
	.domtour-top-mv-nav-tab-list .dom-tab__item {
		background: #FFF!important;
		height: 46px!important;
		padding: 17px 10px 0!important;
		border-radius: 23px!important;
	}
	.dom-tab__item:hover,
	.dom-tab__item.is-active {
		background: #182D40!important;
		color: #FFF!important;
		opacity: 1!important;
	}
	.dom-tab__item.is-active:after {
		display: none;
	}
	body .ui-datepicker {
		padding: 20px 10px 15px!important;
		width: 90%!important;
	}
	.ui-datepicker .ui-datepicker-header {
		padding: 0 0 10px!important;
	}
	.ui-datepicker .ui-datepicker-next {
		right: 15px!important;
		top: -5px!important;
	}
	.ui-datepicker .ui-datepicker-prev {
		left: 15px!important;
		top: -5px!important;
	}
	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span {
		width: 20px!important;
    	height: 20px!important;
	}
	.ui-datepicker .ui-datepicker-next span {
		border-top: solid #999999 3px!important;
		border-right: solid #999999 3px!important;
		margin-top: 7px!important;
    	margin-left: -5px!important;
	}
	.ui-datepicker .ui-datepicker-prev span {
		border-bottom: solid #999999 3px!important;
		border-left: solid #999999 3px!important;
		margin-top: 7px!important;
    	margin-left: 2px!important;
	}
}
/*
#search_fromCondition {
  margin: 90px auto 0 auto;
}
.searchConditionTab {
  flex-wrap: nowrap;
  max-width: 640px;
  margin: 0 auto;
}
.searchConditionTab li {
  width: 50%;
  background: #666666;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 15px 0;
  letter-spacing: 1px;
  cursor: pointer;
}
.searchConditionTab li.current {
  background: #323232;
}
.searchConditionTab li span {
  font-size: 1.4rem;
}
.searchConditionCont {
  padding: 30px 0;
  background: #323232;
}
.searchConditionCont.active {
  display: block;
}
.searchConditionCont aside {
  max-width: 1120px;
  margin: 0 auto;
}
*/
/*----- 新着情報 -----*/	
.news_area{
    
}
.news__list dt{
    
}
.news__list .news__item {
    display: flex;
    border-bottom: 1px dashed #898989;
    padding: 10px;
}
.news__list .news__item .date {
    flex: none;
    width: 90px;
}
.news__list .news__item p {
    margin-bottom: 0;
}
/*----- /新着情報 -----*/	


/*----------------------------------------------------------------------------
 ** 下層ページ
----------------------------------------------------------------------------*/

/*--------------------------------------------------------
 ** choosePlan
--------------------------------------------------------*/
#choosePlan.ns_contents .mv {
	background: url("../images/choosePlan/img_bg.jpg") no-repeat center center;
	background-size: cover;
}
#choosePlan h2{
	font-size: 36px;
	font-weight: bold;
	border-bottom: 2px #333 solid;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 40px;
}
#choosePlan .ns_content_midashi{
	padding: 35px 0 0;
	text-align: center;
}
#choosePlan .expl_txt{
    margin-bottom: 20px;    
	font-size: 18px;
	text-align: center;
}
#choosePlan .expl_txt .food {
    background:linear-gradient(transparent 60%, #F4E986 60%);
}
#choosePlan .expl_txt .sake {
    background:linear-gradient(transparent 60%, #C7AEC1 60%);
}
#choosePlan .expl_txt .yado {
    background:linear-gradient(transparent 60%, #A1D3A2 60%);
}
#choosePlan .btn_area ul{
	margin: 70px auto;
	max-width: 795px;
	display: flex;
}
#choosePlan .btn_area li{
	padding: 0;
}
#choosePlan .ns_content{
	margin: 20px auto 0;
	padding: 40px 0 60px;
}
#choosePlan .ns_content .ns_content_inner{
    max-width: 930px;
    margin: 0 auto;
    padding: 50px 0 40px;
}
#choosePlan .ns_content .ns_content_inner .btn_area{
	text-align: center;
}
#choosePlan .ns_content .ns_content_inner .btn_area ul{
	margin: 30px auto 0;
	max-width: 1000px;
	display: inline-block;
	vertical-align: top;
}
#choosePlan .ns_content .ns_content_inner .btn_area li{
	margin: 20px 10px;
	padding: 35px 25px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	border-radius: 8px;
}
#choosePlan .ns_content .ns_content_inner .btn_area li span{
	font-size: 15px;
}
#choosePlan .ns_content .ns_content_inner .btn_area li a{
	color: #FFF;
	text-decoration: none;
}
.cl_food{background: #E4D44A;}
.cl_sake{background: #8A7084;}
.cl_yado{background: #64AC66;}
#choosePlan .choosePlan_list{
	
}
#choosePlan .ns_content_inner .choosePlan_list h3{
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
	font-size:26px;
	color: #FFF;
	font-weight: bold;
}
#choosePlan .ns_content_inner .choosePlan_list h3#choose_food{
	background: #E4D44A;
	border-radius: 8px 8px 0 0;
}
#choosePlan .ns_content_inner .choosePlan_list h3#choose_sake{
	background: #8A7084;
	border-radius: 8px 8px 0 0;
}
#choosePlan .ns_content_inner .choosePlan_list h3#choose_yado{
	background: #64AC66;
	border-radius: 8px 8px 0 0;
}
#choosePlan .ns_content_inner .choosePlan_list ul{
	padding: 20px 0;
	margin-bottom: 60px;
    width: 90%;
}
#choosePlan .ns_content_inner .choosePlan_list li{
    width: calc(100% / 3);
}

@media screen and (max-width: 800px) {	
    #choosePlan h2{
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    #choosePlan .ns_content{
        margin-top: 15px;
        padding: 25px 15px
    }
    #choosePlan .ns_content .ns_content_inner{
        margin: 0 auto;
        padding: 10px 0 30px;
    }
    #choosePlan .ns_content .ns_content_inner .btn_area ul{
        display: block;
        margin: 15px auto 5px;
    }
    #choosePlan .ns_content .ns_content_inner .btn_area li{
        width: 80%;
        margin: 5px auto;
        padding: 20px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        border-radius: 8px;
    }
    #choosePlan .ns_content .ns_content_inner .btn_area li span{
        font-size: 15px;
    }
    #choosePlan .ns_content .ns_content_inner .btn_area li a{
        color: #FFF;
        text-decoration: none;
    }

    #choosePlan .ns_content_inner{
        padding:0 15px;
    }
    #choosePlan .ns_content_midashi{
        padding: 25px 0 0;
    }
    #choosePlan .expl_txt{
        font-size: 14px;
        line-height: 1.6;
        padding-bottom: 20px;
    }
    #choosePlan .ns_content_midashi ul{
        margin: 30px auto 0;
        max-width: 600px;
        display: flex;
    }
    #choosePlan .ns_content_midashi li{
        width: 100%;
        padding: 8px 5px;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 700;
    }
    #choosePlan .ns_content_midashi li span{
        font-size: 15px;
    }
    #choosePlan .ns_content_midashi li a{
        color: #FFF;
        text-decoration: none;
    }
    .cl_food{background: #E4D44A;}
    .cl_sake{background: #8A7084;}
    .cl_yado{background: #64AC66;}
    #choosePlan .ns_content_inner .choosePlan_list h3{
        margin-bottom: 5px;
        padding: 10px 0;
        font-size:16px;
    }
    #choosePlan .ns_content_inner .choosePlan_list ul{
        padding: 10px 0;
        margin-bottom: 30px;
    }
    #choosePlan .ns_content_inner .choosePlan_list li{
        padding: 5px 0;
        font-size: 13px;
        border-bottom: none;
    }
}

#choosePlan.ns_contents .ns_content .link_area{
    text-align: center;
    max-width: 930px;
    margin: 0 auto;
    padding: 30px 0 60px;
}
#choosePlan.ns_contents .ns_content  .link_area ul {
	max-width: 640px;
	margin: 0 auto;
	padding-top: 25px;
}
#choosePlan.ns_contents .ns_content  .link_area li a {
	position: relative;
	display: block;
	width: 640px;
	height: 90px;
	background: #C32702;
	border-radius: 10px;
	color: #EFEF1A;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 25px 0 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#choosePlan.ns_contents .ns_content .link_area  li a:hover {
	background: #E6512E;
}
#choosePlan.ns_contents .ns_content .link_area  li {
/*	margin: 60px auto 0;*/
}
#choosePlan.ns_contents .ns_content .link_area  li a::after {
	content: "";
	display: block;
	border: solid #FFF 2px;
	border-radius: 6px;
	position: absolute;
	left: 5px;
    top: 5px;
    width: 630px;
    height: 80px;
}
#choosePlan.ns_contents .ns_content .link_area  img{
    vertical-align: middle;
}

@media screen and (max-width: 800px) {
    #choosePlan.ns_contents .ns_content .link_area{
        padding: 0 0 30px;
    }
    #choosePlan.ns_contents .ns_content  .link_area ul {
        padding-top: 0;
    }
	#choosePlan.ns_contents .ns_content .link_area li a {
		width: 100%;
		height: 76px;
		font-size: 16px;
		border-radius: 7px;
		padding: 13px 0 0;
	}
	#choosePlan.ns_contents .ns_content .link_area  li {
		margin: 20px auto 0;
	}
	#choosePlan.ns_contents .ns_content .link_area  li a::after {
		width: calc(100% - 10px);
		height: 66px;
	}
}


/*--------------------------------------------------------
 ** GOTO
--------------------------------------------------------*/
#goto.ns_contents .mv {
	background: url("../images/goto/img_bg.jpg") no-repeat center center;
	background-size: cover;
}
#goto .ns_content{
    background: #F8F8F0;
	padding: 70px 0 100px;
    text-align: center;
}
#goto.ns_contents .ns_content .ns_content_inner{
    max-width: 930px;
    margin: 0 auto;
    padding: 0 10px;
    
    text-align: center;
}

#goto.ns_contents .ns_content .ns_content_inner .expl_midashi{
    margin-top: 10px;    
	font-size: 22px;
	text-align: center;
}
#goto.ns_contents .ns_content .ns_content_inner .expl_txt{
    margin-top: 10px;    
	font-size: 16px;
	text-align: center;
}
#goto .gotoPlan_list{
    margin-bottom: 80px;
}
#goto .gotoPlan_list h3{
	padding: 15px;
	margin-bottom: 50px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #C32702;
	border-radius: 8px 8px 0 0;
}
#goto .gotoPlan_list ul{
    width: 80%;
    max-width: 700px;
    margin: 20px auto 0;
	text-align: center;
}
#goto .gotoPlan_list li{
	display: inline-block;
	margin-top: 20px;
    width: 30%;
}
#goto .gotoPlan_list li:last-child{
	margin-right: 0;
}

/** 200828 added **/ 
#goto.ns_contents .ns_content .ns_content_inner .link_txt{
    margin-top: 10px; 
    padding: 40px 0 20px;
	font-size: 18px;
	text-align: center;
}
#goto.ns_contents .ns_content .ns_content_inner .btn_area .btn02 a{
/*	display:inline-block;*/
    display: block;
    width: 460px;
    margin: 0 auto;
    padding: 20px 5px;
	background:url(../images/ico_arrow02.png) no-repeat 95% center #C32702;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	font-size:18px;
    font-weight: 600;
	color:#fff !important;
    text-decoration: none;
    border-radius: 8px;
}
/** /200828 added **/ 


@media screen and (max-width: 800px) {	
    #goto .ns_content{
        padding: 30px 0 40px;
    }
    #goto.ns_contents .ns_content .ns_content_inner .expl_midashi{
        margin-top: 10px;    
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
    }
    #goto.ns_contents .ns_content .ns_content_inner .expl_txt{
        margin-top: 10px;    
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }
    #goto .gotoPlan_list{
        margin-bottom: 0px;
    }
    #goto .gotoPlan_list ul{
        width: 100%;
        margin: 10px auto 0;
        text-align: center;
    }
    #goto .gotoPlan_list li{
        display: inline-block;
        width: 30%;
        margin-top: 15px;
    	margin-right: 5px;
    }
    #goto .gotoPlan_list li:last-child{
        margin-right: 0;
    }
    
    
    
    
/** 200828 added **/ 
    #goto.ns_contents .ns_content .ns_content_inner .link_txt{
        margin-top: 20px; 
        font-size: 14px;
        padding: 20px 0 10px;
    }
	#goto.ns_contents .ns_content .ns_content_inner .btn_area .btn02 a{
/*		width:64.5%;*/
/*      width:80%;*/
        width:90%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display:inline-block;
		background: #C32702;
		font-size:12px;
		color:#FFF !important;
/*		padding:4px 25px 4px 10px;*/
        padding: 12px 16px 12px 5px;
		text-decoration: none;
		border: solid #C32702 3px;
		position: relative;
	}
	#goto.ns_contents .ns_content .ns_content_inner .btn_area .btn02 a::after {
		content: "";
		position: absolute;
		transform: rotate(45deg);
		border-top: solid #FFF 1px;
		border-right: solid #FFF 1px;
		display: block;
		width: 8px;
		height: 8px;
		right: 10px;
		top: calc(50% - 4px);
	}
   /** /200828 added **/ 
 
}



/*--------------------------------------------------------
 ** kyushuGourmet
--------------------------------------------------------*/
#kyushuGourmet.ns_contents .mv {
	background: url("../images/kyushuGourmet/img_bg.jpg") no-repeat center center;
	background-size: cover;
}
#kyushuGourmet .ns_content_midashi{
    max-width: 930px;
    margin: 0 auto 70px;
	padding: 35px 20px 0;
	text-align: center;
}
#kyushuGourmet .sub_midashi{
    font-size: 14px;
/*    color: #707070;*/
}
#kyushuGourmet h1{
	font-size: 36px;
	font-weight: bold;
	border-bottom: 2px #333 solid;
	display: inline-block;
	padding-bottom: 8px;
    margin-top: 0;
	margin-bottom: 60px;
	text-align: center;
}
#kyushuGourmet .expl_txt{
    font-size: 18px;
    text-align: center;
    color: #707070;
}
#kyushuGourmet .ns_content_inner{
    max-width: 760px;
    margin: 0 auto;
/*    padding: 50px 20px 40px;*/
    padding: 20px 20px 40px;
}


/** 200923 added **/ 
#kyushuGourmet .a_link {
    padding-bottom: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #6AB1D4;
}
#kyushuGourmet .a_link li{
	display: inline-block;
	width: 10em;
	padding: 8px 10px;
	margin: 10px;
    color: #602311;
	border: 1px #602311 solid;
    background: #EFECE2;
/*    border-radius: 5px;*/
}
#kyushuGourmet .page_top{
    text-align: right;
    padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
    #kyushuGourmet .a_link {
        margin-bottom: 0;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }
    #kyushuGourmet .a_link li{
        display: inline-block;
        width: 29%;
        padding: 8px 2px;
        margin: 0 5px;
        line-height: 1.2;
    }
}
/** /200923 added **/ 



#kyushuGourmet dl{
    margin-bottom: 80px;
/*    border-bottom: 1px #E9E9E9 solid;*/
}
#kyushuGourmet .gourmet_name{
    margin-bottom: 30px;
    padding: 5px;
    font-family: serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #602311;
/*    border-left: 5px #602311 solid;*/
    border-top: 2px #602311 solid;
    border-bottom: 2px #602311 solid;
    background:#D1BF96;
/*    background:#D3C8B0;*/
/*    background:#F9F8E1;*/
}
#kyushuGourmet .gourmet_tokuten{
    font-size: 15px;
}
#kyushuGourmet .gourmet_txt{
    font-size: 16px;
}
#kyushuGourmet .gourmet_price{
    font-size: 16px;
    padding-top: 10px;
}
#kyushuGourmet .gourmet_price span{
    font-size: 22px;
    font-weight: bold;
}
#kyushuGourmet .gourmet_pic{
   padding: 20px 0 20px;
}
#kyushuGourmet .shop_info{
    margin-bottom: 20px;    
	padding: 20px;
	border:2px #DFDFDF solid;
/*    border:3px #A69D70 solid;*/
/*    background: #E9E9D9;*/
}
#kyushuGourmet .shop_name{
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
#kyushuGourmet .shop_name span.yoyaku{
    display: inline-block;
    margin-left: 15px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    background: #05165B;
    vertical-align:bottom;
}
#kyushuGourmet .shop_txt{
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    #kyushuGourmet .ns_content_midashi{
        margin: 0 auto 50px;
    }
    #kyushuGourmet h1{
        font-size: 30px;
        padding-bottom: 5px;
        margin-bottom: 50px;
    }
    #kyushuGourmet .expl_txt{
        font-size: 16px;
    }

}

@media screen and (max-width: 500px) {	
    #kyushuGourmet .ns_content_midashi{
        margin: 0 auto 30px;
        padding: 15px 20px 0;
    }
    #kyushuGourmet h1{
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    #kyushuGourmet .sub_midashi{
        font-size: 12px;
    /*    color: #707070;*/
    }
    #kyushuGourmet .expl_txt{
        font-size: 14px;
    }
    #kyushuGourmet .ns_content_inner{
 /*       padding: 20px 20px;*/
        padding: 15px 15px;
    }
    #kyushuGourmet dl{
        margin-bottom: 50px;
    }
    #kyushuGourmet .gourmet_name{
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    #kyushuGourmet .gourmet_tokuten{
    font-size: 12px;
    }
    #kyushuGourmet .gourmet_txt{
        font-size: 14px;
    }
    #kyushuGourmet .gourmet_price{
}
    #kyushuGourmet .gourmet_price span{
        font-size: 18px;
    }
    #kyushuGourmet .gourmet_pic{
       padding: 20px 0 20px;
    }
    #kyushuGourmet .shop_info{
        margin-bottom: 20px;    
        padding: 15px 10px;
    }
    #kyushuGourmet .shop_name{
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }
    #kyushuGourmet .shop_name span.yoyaku{
        margin-left: 5px;
        font-size: 11px;
    }
    #kyushuGourmet .shop_txt{
        margin-left: 5px;
        font-size: 12px;
    }

}

/*--------------------------------------------------------
 ** ns_banner
--------------------------------------------------------*/

.ns_banner {
	background: #FFF;
	padding: 65px 0;
}
@media screen and (max-width: 800px) {
	.ns_banner {
/*		padding: 60px 0 0!important;*/
/* ***** */
		padding: 30px 0 0!important;

	}
}
.ns_banner ul {
	max-width: 940px;
	margin: 0 auto;
}
.ns_banner li {
	padding: 25px 0;
}
@media screen and (max-width: 800px) {
	.ns_banner li {
		padding: 5px 0;
	}
}
.ns_banner li a {
	display: block;
}


/*--------------------------------------------------------
area_links （エリアリンク）
--------------------------------------------------------*/
#area_links{
	width:680px;
	margin:0 auto;
    padding: 30px 0 0;
    text-align: center;
	letter-spacing:normal;
    overflow: hidden;
}
#area_links li{
    margin-top: 5px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
/*    float: left;*/
    display: inline-block;
    border-right: 1px #375B7C solid;
}
#area_links li:last-child{
    border-right: none;
}
#area_links li a{
    color: #375B7C;
}
@media screen and (max-width: 700px) {
    #area_links{
        width:380px;
    }
    #area_links li{
        font-size: 14px;
    }
    #area_links li:nth-child(5){
        clear: both;
    }
    #area_links li:nth-child(4), 
    #area_links li:last-child{
        border-right: none;
    }
}
@media screen and (max-width: 500px) {
    #area_links{
        width:320px;
    }
    #area_links li{
        font-size: 12px;
    }
    #area_links li:nth-child(5){
        clear: both;
    }
    #area_links li:nth-child(4), 
    #area_links li:last-child{
        border-right: none;
}
}
    
/*--------------------------------------------------------
info_wrap （旅予）
--------------------------------------------------------*/
#info_wrap{
	width:850px;
	margin:0 auto;
    padding: 80px 0 0;
	letter-spacing:normal;
}
#info_wrap .time_erap{
	margin-bottom:16px;
	line-height:1.0;
	display:table;
}
#info_wrap .time_erap p{
	display:table-cell;
	vertical-align:middle;
}
#info_wrap .time_erap .ttl{
	font-size:18px;
	font-weight:700;
	padding-right:20px;
}
#info_wrap .time_erap .holiday{
	font-size:25px;
	font-weight:700;
	padding-right:20px;
}
/*
#info_wrap .time_erap .holiday span{
	font-weight:500;
	font-size:12px;
	border:1px solid #595758;
	padding:2px 6px;
	margin-left:7px;
	vertical-align:middle;
}
*/
#info_wrap .time_erap .time_txt{
	font-size:12px;
	line-height:1.16;
	padding-right:3px;
	display:inline-block;
}
#info_wrap .time_erap .time{
	padding-right:8px;
}
#info_wrap .time_erap .btn01 a{
	display:inline-block;
	background:url(../images/ico_arrow02.png) no-repeat 95% center #595758;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	font-size:14px;
	color:#fff !important;
	padding:6px 25px 6px 20px;
}
/*tel_area*/
#info_wrap .tel_area{
	margin-bottom:39px;
	clear:both;
}
#info_wrap .tel_area .ttl{
	font-size:25px;
	font-weight:700;
	margin-bottom:8px;
}
#info_wrap .tel_area .ttl span{
	padding-left:15px;
	font-size:13px;
	font-weight:500;
}
#info_wrap .tel_area ul{
	overflow:hidden;
}
#info_wrap .tel_area li{
	float:left;
	margin-bottom:12px;
	width:281px;
	line-height:1.0;
	overflow:hidden;
}
#info_wrap .tel_area li p{
	float:left;
}
#info_wrap .tel_area .area{
	text-align:center;
	color:#fff;
	background:#555;
	padding:7px 0;
	width:90px;
	margin-right:4px;
	font-size:12px;
}
#info_wrap .tel_area p.kome{
	clear:both;
	font-size:12px;
	margin-top:-5px;
}
/*bnr*/
.bnr{
	overflow:hidden;
	font-size:0;
	/*text-align:center;*/
}
.bnr li{
	float:left;
	margin:0 9px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bnr li:last-of-type{
	margin-right: 0;
}
.resultPhoto {
	position: relative;
	overflow: hidden;
	width: 415px;
}
.resultPhoto &gt; p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.resultPhoto &gt; p &gt; img {
	width: 100%;
}
.footerBnrList {
	margin-bottom: 80px;
}
.footerBnrList &gt; li {
	text-align: center;
}
.footerBnrList &gt; li + li {
	margin-top: 30px;
}

.pageTopWrap {
	position: relative;
	width: 1305px;
	margin: 35px auto 0;
	height: 59px;
	text-align: right;
	box-sizing: border-box;
}
.pageTopWrap.size_90 {
	margin: 35px auto 0;
	width: calc( 100% - 52px);
}

@media screen and (max-width: 1500px)  {
	.kvArea .kvList img {
    width: 1500px;
	}
}

@media screen and (max-width: 1200px) {
  .mainArea h1 {
    width: 20%;
    margin: 0 auto;
  }
  .mainArea &gt; .kvInnerContents .logoArea {
    width: 15%;
  }
  .mainArea &gt; .kvInnerContents .mainText {
    padding-left: 20px;
  }
  .mainArea &gt; .kvInnerContents .mainText p {
    font-size: 1.6rem;
  }
  .kvThumbList {
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
  .kvThumbList li {
    width: 70px;
    height: 70px;
  }
  .kvArea .kvList &gt; li .offer {
    top: 0;
  }
  #search_fromArea .mapContents .map_parkList &gt; .list_akan {
    top: 27%;
    right: 12%;
  }
  #search_fromArea .mapContents .map_parkList &gt; .list_towada {
    top: 13.5%;
    left: 19%;
  }
  #search_fromArea .mapContents .map_parkList &gt; .list_nikko {
    top: 24.5%;
    left: 18%;
  }
  #search_fromArea .mapContents .map_parkList &gt; .list_iseShima {
    top: 50%;
    right: 6%;
  }
  #search_fromArea .mapContents .map_parkList &gt; .list_daisen {
    top: 40%;
    left: 17%;
  }
  #search_fromArea .mapContents .map_parkList &gt; .list_aso {
    bottom: 20%;
    left: 38%;
  }
  #search_fromArea .mapContents .map_parkList &gt; .list_kirishima {
    bottom: 10%;
    left: 7.5%;
  }
  #search_fromArea .mapContents .map_parkList &gt; .list_kerama {
    bottom: 3%;
    right: 10.5%;
  }
}
@media screen and (max-width: 900px) {
  .mainArea h1 {
    width: 15%;
  }
}

.dom-area-select-area {
  display: none;
}

.jtbsite_linklist_wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

#page_footer {
  margin-top: 0;
  padding-top: 100px;
}
.footerWrap {
  background-color: #fff;
/*  padding-top: 90px;*/
}
@media screen and (max-width: 800px) {
  /*
	.footerWrap {
		display: none;
	}
	*/
	#page_footer {
		padding-bottom: 120px!important;
	}
	.footerWrap {
/*		padding: 30px 0 50px;*/
		text-align: center;
	}
}
.footerWrap .parkList {
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.footerWrap .parkList &gt; li &gt; a {
  z-index: 1;
}

.dom-top-search__btn-submit.nationalParkSubmit {
    position: relative;
    bottom: unset;
    right: unset;
    width: 15rem;
    margin-left: auto;
}

@media screen and (max-width: 860px) {
	#info_wrap{
		overflow: hidden;
		margin: 6px auto 0;
/*		padding: 0 2% 35px 2%;*/
		padding: 30px 2% 35px 2%;
		background: #fff;
		width: 100%;
	}
	#info_wrap .time_erap {
		margin-bottom:25px;
		display:block;
		text-align:center;
	}
	#info_wrap .time_erap p {
		display:block;
	}
	#info_wrap .time_erap .ttl {
		font-size:17px;
		padding-right:0;
		margin:15px 0;
		font-weight: bold;
	}
	#info_wrap .time_erap .holiday{
		font-size:14px;
		padding-right:0;
		margin-bottom:7px;
	}
	/*
	#info_wrap .time_erap .holiday span{
	font-size:13px;
	font-weight:500;
	border: 1px solid #595758;
	padding: 2px 6px;
	margin-left: 7px;
	vertical-align: middle;
	}
	*/
	#info_wrap .time_erap .holiday,
	#info_wrap .time_erap .time {
		border: solid #000000 1px;
		padding: 5px;
	}
	#info_wrap .time_erap .time_txt{
		display: inline-block;
		font-size:13px;
		line-height:1;
		padding-right:6px;
		font-weight: bold;
	}
	#info_wrap .time_erap .time_txt br {
		display: none;
	}
	#info_wrap .time_erap .time{
		padding-right:0;
		margin-bottom:20px;
	}
	#info_wrap .time_erap .time img{
		width:auto;
		height:12px;
	}
	#info_wrap .time_erap .btn01 a{
		width:64.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display:inline-block;
		background: none;
		font-size:14px;
		color:#4EAABF !important;
		padding:6px 25px 6px 20px;
		text-decoration: none;
		border: solid #4EAABF 1px;
		position: relative;
	}
	#info_wrap .time_erap .btn01 a::after {
		content: "";
		position: absolute;
		transform: rotate(45deg);
		border-top: solid #4EAABF 1px;
		border-right: solid #4EAABF 1px;
		display: block;
		width: 8px;
		height: 8px;
		right: 10px;
		top: calc(50% - 4px);
	}
	/*tel_area*/
	#info_wrap .tel_area{
		margin-bottom:24px;
	}
	#info_wrap .tel_area ul {
		display: flex;
		flex-wrap: wrap;
	}
	#info_wrap .tel_area .ttl{
		font-size:17px;
		margin-bottom:12px;
		text-align:center;
	}
	#info_wrap .tel_area .ttl span{
		padding-left:0;
		font-size:10px;
		display:block;
	}
	#info_wrap .tel_area li{
		margin-bottom:10px;
		width:50%;
		background: none;
		display: block;
		padding: 0 3px;
	}
	#info_wrap .tel_area li p{
		float:none;
		vertical-align:middle;
	}
	#info_wrap .tel_area .area{
		display: block;
		font-weight:bold;
		text-align: center;
		color: #fff;
		background: #555;
		padding: 7px 0;
		font-size: 12px;
		width: 100%;
	}
	#info_wrap .tel_area .tel{
		padding:6px 0;
		text-align: center;
		background: #fff;
	}
	#info_wrap .tel_area .tel img{
		width:auto;
		height:14px;
	}
	#info_wrap .tel_area p.kome{
		font-size:10px;
		text-align:left;
		line-height:1.3;
		margin-top:0;
	}
	#info_wrap .bnr {
		display: flex;
		flex-wrap: wrap;
	}
	#info_wrap .bnr li {
		width: 50%;
		margin: 0;
	}
	#info_wrap .bnr li img {
		width: 100%;
		height: auto!important;
	}
}



/*--------------------------------------------------------
 ** ns_foot_content（宿泊プランから選ぶ）
--------------------------------------------------------*/
.ns_foot_content {
	background: #F4F5E3;
	padding: 70px 0;
}
@media screen and (max-width: 800px) {
	.ns_foot_content {
/*		padding: 30px 15px 90px;*/
		padding: 30px 15px;
	}
}
.ns_foot_content h3 {
	max-width: 555px;
	font-size: 36px;
	font-weight: bold;
	color: #182D40;
	text-align: center;
	border-bottom: solid #182D40 3px;
	display: block;
	padding: 0 0 20px;
	position: relative;
	margin: 0 auto 70px;
}
@media screen and (max-width: 800px) {
	.ns_foot_content h3 {
		font-size: 22px;
		border-bottom: solid #182D40 2px;
		padding: 0 0 10px;
		margin: 0 auto 60px;
	}
}
.ns_foot_content h3 span {
	display: block;
	font-size: 14px;
}
.ns_foot_content h3::after {
	content: "";
	display: block;
	width: 2px;
	height: 35px;
	background: #182D40;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -1px;
}
@media screen and (max-width: 800px) {
	.ns_foot_content h3::after {
		height: 20px;
		bottom: -20px;
	}
}


/* 200901del
.ns_foot_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 870px;
	margin: 0 auto;
	padding-top: 25px;
}
.ns_foot_content li a {
	display: block;
	width: 280px;
	height: 64px;
	background: #E4D44A;
	border-radius: 32px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 13px 0 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
@media screen and (max-width: 860px) {
	.ns_foot_content ul {
		padding-top: 0;
		width: 98%;
		margin: 0 auto;
	}
	.ns_foot_content li {
		width: 100%;
		padding-bottom: 10px;
	}
	.ns_foot_content li a {
		width: 100%;
		height: auto;
		padding: 8px;
		font-size: 14px;
	}
}
@media screen and (max-width: 800px) {
	.ns_foot_content ul {
		padding-top: 0;
		width: 80%;
		margin: 0 auto;
	}
}
.ns_foot_content li a:hover {
	text-decoration: none;
	background-color: #F7E22B;
}
.ns_foot_content li a span {
	font-size: 24px;
}
@media screen and (max-width: 800px) {
	.ns_foot_content li a span {
		font-size: 18px;
	}
}
.ns_foot_content li a img {
	position: relative;
	top: 11px;
}
@media screen and (max-width: 800px) {
	.ns_foot_content li a img {
		top: 7px;
	}
}
.ns_foot_content li:nth-child(2) a {
	background: #8A7084;
}
.ns_foot_content li:nth-child(3) a {
	background: #64AC66;
}
.ns_foot_content li:nth-child(4) a {
	width: 640px;
	height: 90px;
	border-radius: 10px;
	font-size: 24px;
	color: #EFEF1A;
	background: #C32702;
	position: relative;
	padding: 25px 0 0;
}
@media screen and (max-width: 800px) {
	.ns_foot_content li:nth-child(4) a {
		width: 100%;
		height: 76px;
		font-size: 16px;
		border-radius: 7px;
		padding: 13px 0 0;
	}
}
.ns_foot_content li:nth-child(2) a:hover {
	background: #B55AA1;
}
.ns_foot_content li:nth-child(3) a:hover {
	background: #3ACC3D;
}
.ns_foot_content li:nth-child(4) a:hover {
	background: #E6512E;
}
.ns_foot_content li:nth-child(4) {
	margin: 60px auto 0;
}
.ns_foot_content li:nth-child(4) a::after {
	content: "";
	display: block;
	border: solid #FFF 2px;
	border-radius: 6px;
	position: absolute;
	left: 5px;
    top: 5px;
    width: 630px;
    height: 80px;
}
@media screen and (max-width: 800px) {
	.ns_foot_content li:nth-child(4) {
		margin: 20px auto 0;
	}
	.ns_foot_content li:nth-child(4) a::after {
		width: calc(100% - 10px);
		height: 66px;
	}
}
*/

/* plan button */
.ns_foot_content .btn_area ul{
	margin: 70px auto;
	max-width: 795px;
	display: flex;
}
.ns_foot_content .btn_area{
	text-align: center;
}
.ns_foot_content .btn_area ul{
	margin: 30px auto 0;
	max-width: 1000px;
	display: inline-block;
	vertical-align: top;
}
.ns_foot_content .btn_area li{
	margin: 10px;
/*	padding: 25px 15px;*/
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	border-radius: 8px;
	color: #FFF;
}
.ns_foot_content .btn_area #choose_food li{
	padding: 31px 15px;
}
.ns_foot_content .btn_area #choose_sake li{
	padding: 31px 15px;
}
.ns_foot_content .btn_area #choose_yado li{
	padding: 15px 15px;
}
.ns_foot_content .btn_area li span{
	font-size: 15px;
}
.ns_foot_content .btn_area a:link{
	color: #FFF;
	text-decoration: none;
}
.cl_food{background: #E4D44A;}
.cl_sake{background: #8A7084;}
.cl_yado{background: #64AC66;}
.ns_foot_content .btn_area a:hover{
	opacity: 80%;	
}

@media screen and (max-width: 800px) {	
    .ns_foot_content h2{
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .ns_foot_content .ns_content{
        margin-top: 15px;
        padding: 25px 15px
    }
    .ns_foot_content{
        margin: 0 auto;
        padding: 10px 0 30px;
    }
    .ns_foot_content .btn_area ul{
        display: block;
        margin: 15px auto 5px;
    }
    .ns_foot_content .btn_area li{
        width: 80%;
        margin: 5px auto;
/*        padding: 15px;*/
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
        border-radius: 8px;
    }
    .ns_foot_content .btn_area #choose_food li{
        padding: 15px;
    }
    .ns_foot_content .btn_area #choose_sake li{
        padding: 15px;
    }
    .ns_foot_content .btn_area #choose_yado li{
        padding: 15px;
    }    
}


/* goto button */
.ns_foot_content .link_area{
    text-align: center;
    max-width: 930px;
    margin: 0 auto;
}
.ns_foot_content .link_area ul {
	margin: 0 auto;
}
.ns_foot_content .link_area li a {
	position: relative;
	display: block;
	width: 640px;
	height: 90px;
	background: #C32702;
	border-radius: 10px;
	color: #EFEF1A;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 25px 0 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.ns_foot_content .link_area  li a:hover {
	background: #E6512E;
}
.ns_foot_content .link_area  li {
/*	margin: 60px auto 0;*/
}
.ns_foot_content .link_area  li a::after {
	content: "";
	display: block;
	border: solid #FFF 2px;
	border-radius: 6px;
	position: absolute;
	left: 5px;
    top: 5px;
    width: 630px;
    height: 80px;
}
.ns_foot_content .link_area  img{
    vertical-align: middle;
}

@media screen and (max-width: 800px) {
    .ns_foot_content .link_area{
        padding: 0;
    }
    .ns_foot_content .link_area ul {
        padding-top: 0;
    }
	.ns_foot_content .link_area li a {
		width: 100%;
		height: 76px;
		font-size: 14px;
		border-radius: 7px;
/*		padding: 13px 0 0;*/
        padding: 18px 0 0;
	}
	.ns_foot_content .link_area  li {
		margin: 20px auto 0;
        width: 90%;
	}
	.ns_foot_content .link_area  li a::after {
		width: calc(100% - 10px);
		height: 66px;
	}
}



.ns_form_button {
	display: block;
	width: 130px;
	height: 130px;
	position: fixed;
/*	right: 80px;
	bottom: 80px;*/
/* ***** */
	right: 40px;
	bottom: 40px;
    z-index: 100;
}
.fade_button {
	opacity: 0;
	transition: all 0.65s;
}
.fade_button.isActive {
	opacity: 1;
	transition: all 0.65s;
}
.ns_form_button:hover {
    opacity: 0.7;
    transition: 0.6s;
}
@media screen and (max-width: 800px) {
	.ns_form_button {
		display: none;
	}
	.ns_form_button_sp a {
		display: block;
		background: #4AAE8F;
		text-align: center;
		padding: 10px 0;
	}
	.ns_form_button_sp a img {
		height: 40px;
		vertical-align: bottom;
	}
	#page_footer {
		padding-bottom: 120px!important;
        
        /* */
        padding-top: 30px;
	}
}
/*
.ns_mask_wrap {
	display: block;
	overflow: hidden;
}
.mask_wrap .ns_mask {
	display: block;
	position: relative;
	margin-bottom: .25em;
	left: -100%;
	overflow: hidden;
}
.mask_wrap .ns_mask_bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #182D40;
}
*/

.animated {
	opacity: 0;
}
</pre></body></html>