@charset "utf-8";
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


html {
    height:100%;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka;
	font-size:12px;
	height: 100%;
	color:#444;
}

a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
}

h1 {
	clear:both;
	font-size:1.5em;
}
h2 {
	clear:both;
	text-align:center;
	padding:1em 0;
}
h3 {
	text-align:center;
}
.clear {
	clear:both;
}
img {
	border:none;
}
img.w100 {
	width:100%;
}
ul {
	margin:0;
	padding:0;
}
#pankuzu {
	width:100%;
	padding:0px 0 10px;
	font-size:10px;
	text-align:left;
}
.btn {
	background-color:#0D3B4B;
	color:#fff;
	padding:1em;
	border-radius:1em;
}
a:hover.btn {
	background-color:#555;
	color:#FFFFFF;
}
.mintyo {
	font-family:'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
}
.red_moji_l {
	color:#FF0000;
	font-size:120%;
}
.pc_only {
	display:none;
}

.fixed {
    position: fixed !important;
    top: -60px !important;
    left: 0px;
    z-index: 9999;
}
/*******************************
         header css
********************************/

#header {
	width:100%;
	margin:0 auto;
	height:auto;
//	background-color:#fff;
    position: absolute;
	z-index:100;
	background-image: url(../images/header_wrap_bg2_01.gif);
	background-repeat:repeat-x;
	background-position:0 -40px;
	background-size:contain;
}
#header_inner {
	width:100%;
	margin:0 auto;
	background-image: url(../images/header_wrap_bg2_02.gif);
	background-repeat:no-repeat;
	background-position:0 13px;
	background-size:contain;
}
#header h1 {
	width:auto;
    height: 60px;
	margin:0;
}
#header h1 img {
	height:100%;
	margin:4px;
}
.main_banner p {
	text-align:center;
}
#lang {
	position:absolute;
	top:20px;
	right:70px;
}
#lang a.current{
	font-weight:bold;
}
/*******************************
         menu css
********************************/
#site_top {
	display:none;
}
#menu {
	width:100%;
	height:40px;
	margin:0px;
	text-align:left;
    border-bottom: 1px solid #ccc;
	background-color:#fff;
}
#menu li {
	list-style:none;
	padding:0;
	width:20%;
	float:left;
	font-size:12px;
	text-align:center;
	height:40px;
	position:relative;
}
#menu li a{
	display:block;
	height:100%;
}
#menu li:last-child {
	border:none;
}
#menu li img {
	width:100%;	
	max-width:100px;
}
#header .mainmenu {
	display:none;
}
#menu .mainmenu {
	display:inherit;
	width:100%;
	margin:0;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
#menu .mainmenu li {
	border-top:none;
	text-align:center;
}
#menu .mainmenu#header0 li {
	width:100%;
    border-top: 1px solid #ccc;}
#menu .mainmenu li a{
	padding:1px 0;
	line-height: 34px;
}
#menu .mainmenu li#toppage {
	width:20%;
	padding:0;
}
#menu .mainmenu li#toppage a {
	padding:0;
}
#menu .mainmenu li#toppage a img {
	width:60%;
}
#menu .mainmenu li:last-child{
	border-right:none;
}
ul.submenu {
	border-bottom:1px solid #ccc;
}
ul.submenu  li {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	text-indent:-9999px;	
}
ul.submenu  li#sm1 {
	background-image:url(../images/activity_icon_01.png);
}
ul.submenu  li#sm2 {
	background-image:url(../images/activity_icon_03.png);
}
ul.submenu  li#sm3 {
	background-image:url(../images/activity_icon_04.png);
}
ul.submenu  li#sm4 {
	background-image:url(../images/activity_icon_05.png);
}
ul.submenu  li#sm5 {
	background-image:url(../images/activity_icon_06.png);
}


#fukidashi {
	position: absolute;
    z-index: 10;
    left: 0px;
    top: 45px;
	text-indent:0px;
	font-size:10px;
	width:70px;

}
/* 共通css */
.comment {
	background:#FECB2F;
	border-radius: 5px;
	color: #000;
	padding: 5px 5px;
	position: relative;
	margin:0px;
}

/* 吹き出し(上) */
.balloon-under::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-bottom: solid 10px #FECB2F;
	top: -10px;
	content:"";
	display:block;
	height:0;
	left:50%;
	margin-left:-5px;
	position: absolute;
	width:0;
}

.comment p{
	margin:0;
}


/*******************************
         contents css
********************************/
#contents {
	width:100%;
	margin:0;
	background-color:#fff;
	overflow: hidden;
	padding-top:100px;
}
#contents_inner {
	width:95%;
	margin:0 auto;
	padding:10px 0 20px 0;
}
/*******************************
         footer css
********************************/
#footer {
	clear:both;
	width:100%;
	margin:0 auto;
	height:auto;
	padding:0 0 2em;
    background-image: url(../images/footer_bg_upper);
    background-position: center 770px;
    background-repeat: no-repeat;
    background-size: 400% auto;
}
#footer_inner {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0em 0;
}
#footer #sitemap ul {
	width:50%;
	float:left;
	padding:10px 0;
}
#footer #sitemap li {
	list-style:none;
	padding:3px 0;
	font-size:12px;
	text-align:left;
}
#footer #sitemap li a {
	display:block;
	width:90%;
	margin:0 auto;
}
#footer #sns_icon {
	width:auto;
    display: table;
	margin:10px auto;
	clear:both;
}
#footer #sns_icon img {
	width:50px;
}
#footer #footeraddress {
	padding:1em 0;
	text-align:center;
}
#footer  #footeraddress #footer_logo {
	text-align:center;
	padding:1em 0;
}
#footer  #footeraddress #footer_logo img {
	width:60%;
	margin:0 auto;
	display:block;
}
#footer #freedial {
	text-align:center;
}
#footer #freedial img {
	width:60%;
}
#footer p {
	margin:0;
}
#footer a#map {
	background-color:#000;
	color:#fff;
	padding:2px 4px;
	font-size:0.7em;
}
#footer a:hover#map {
	background-color:#666;
}
#footer #copyright {
	font-size:0.8em;
	padding:1em 0;	text-align:center;
}
#footer #facebook {
	margin:10px auto;
}
#footer #fbcode {
	width:300px;
	margin:0 auto;
}
#footer_r {
	padding:2em 0;
}
.icon_f {
	float:left;
	width:50%;
	margin:1em auto;
}
.icon_f#if1 {
	text-align:right;
}
.icon_f#if2 {
	text-align:left;
}
.icon_f img {
	width:30%;
	max-width:50px;
}


/*******************************
         home css
********************************/
#others img{
	width:100%;
}
#slide {
	width:100%;
	overflow:hidden;
	position:relative;
	height:500px;
}
@media screen and (max-width: 720px) { 
#slide {
	width:100%;
	position:relative;
    height: 300px;
    overflow: hidden;
}
}
#slide img {
	width:100%;
}
#slide #overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:80%;
	height:60%;
	z-index:60;
}
#slide #overlay p{
	color:#fff;
	text-align:center;
	line-height:200%;
	font-size:18px;
	font-family:'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
}
#slide #overlay img{
	width:100%;
}
ul#topslider li {
	left:0;
	width:100%;
	height:500px;
	background-size:cover;
	background-position:center center;
}
@media screen and (max-width: 720px) { 
ul#topslider li {
	left:0;
	width:100%;
	height:300px;
	background-size:cover;
	background-position:center center;
}
}
#information {
	width:100%;
}
#information #topics{
	margin:0px 0;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
#information #topics #topics_date{
	float:left;
}
#information #topics #flag{
	float:left;
	color:#CC0000;
	margin-left:10px;
}
#information #topics #topics_sub{
	clear:both;
}
#topics #topics_sub{
	font-size:inherit;
	text-align:left;
}
#topics #topics_com{
	padding:10px 0;
}
#simple_btn {
	border: 2px solid #69c;
    padding: 8px;
    text-align: center;
    display: block;
    margin: 0px auto;
    color: #69c;
}
#simple_btn:after {
	content:'>>';
	margin-left:10px
}
#simple_btn.reservation {
	background-color:#6699CC;
	color:#fff;
	border: none;
	font-size:110%;
	margin:15px auto;
}
#others {
	width:100%;
	text-align:center;
}
#others a img {
	width:100%;
	margin:10px auto;
}
#others a {
	width:70%;
	max-width:400px;
	margin:10px auto;
	display:block;
}
ul#credit li {
	list-style:none;
	float:left;
}
ul#credit li {
	width:50%;
}
ul#credit li img{
	width:80%;
}
ul#credit li#cd_r {
	float:none;
}
#top_intro {
	width:100%;
	text-align:center;
	background:url('top_intro_bg.gif') no-repeat bottom right;
	-moz-background-size:50% auto;
	background-size:50% auto;
}
#top_intro p{
	line-height:200%;
}
#top_intro h4{
	text-align:left;
	font-size:1.2em;
	color:#66CC00;
	text-align:center;
}
#gmap {
	height:300px;
}
#addressinmap {
	text-align:center;
}
#addressinmap a {
	display:block;
	padding:5px;
	margin:10px auto;
	background-color:#000;
	color:#fff;
	text-align:center;
	width:80%;
}
ul#main_activity {
	margin:30px 0;
	padding:0;
}
ul#main_activity li {
	float:left;
	width:50%;
	height:140px;
	display:block;
	background-size:cover;
	color:#fff;
	position:relative;
}
ul#main_activity li span {
	color:#fff;
	background-color: rgba(0,0,0,0.2);
	border:2px solid #fff;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	display:table;
	text-align:center;
	padding:2px;
	width:80%;
	font-weight:bold;
	font-size:10px;
}
.osusume {
	width:100%;
}
.osusume .pic {
	width:100%;
	height:200px;
	background-size:cover;
	background-position:center center;
}
.osusume h4 {
	margin-bottom:0;
}
.osusume p{
	margin-top:0;
}

.season_banner {
	position:relative;
	width:100%;
	height:400px;
	background-size:cover;
	background-position:center center;
}
.season_banner h2 {
	font-size:30px;
	color:#000;
	text-align:center;
	margin:50px auto 0;
	padding:50px 0;
	line-height:50%;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;	
}
.season_banner h2 .italic {
	font-style:italic;
	font-size:20px;
}
.season_banner p {
	font-size:12px;	
	line-height:150% !important;
	color:#000;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align:center;
	margin:auto;
}
.season_banner p a{
	color:#000;
	background-color:#fff;
	padding:10px;
	border-radius:5px;
}
.season_banner .caption{
	color:#fff;
	position:absolute;
	bottom:5px;
	left:5px;
	font-size:10px;
}

/*******************************
         activity css
********************************/


#activity_mainpic {
	width:100%;
	clear:both;
}
#activity_mainpic img{
	width:100%;
}
#activity_spec {
	width:100%;
}
#activity_spec p {
	margin:0 auto 20px;
}
dl.menu_table {
	border-collapse:collapse;
	margin-left: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	border-bottom:1px solid #ccc;
}
dl.menu_table .spec_item {
	float:left;
	padding:5px 0;
	border-top:1px solid #ccc;
}
dl.menu_table dt {
	font-weight:bold;
	clear:both;
	width:20%;
}
dl.menu_table dd {
	width:80%;
	margin:0;
}
.activity_thumn {
	float:left;
	width:48%;
	margin:0 1% 5px 0;
	height:auto;
	font-size:10px;
	position:relative;
	line-height:120%;
}
.activity_thumn .pic{
	width:60px;
	height:40px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
    background-position: center;
	float:left;
	margin:0 10px 0 0;
}
.flag {
	background-color:#669900;
	padding:2px 4px;
	color:#fff;
	float:left;
	margin:0 5px 10px 0;
	border-radius:3px;
	font-size: 10px;
}
.winok {
    position: absolute;
    top: -10px;
    left: -2px;
    color: #fff;
    line-height: 100%;
	background-image:url(../images/winok_icon.png);
	background-repeat:no-repeat;
	background-size:contain;
	text-indent:-9999px;
	width:25px;
	height:25px;
}
iframe#calendar {
	width:100%;
	height:550px;
}
.thumbnaillist {
	width: 100%;
	height: 100px;
	display: table;
}
.thumbnaillist ul {
	margin:0;
	padding:0;
	width:100%;
}

.thumbnaillist li {
	width: 80px;
	height: 80px;
	float: left;
	list-style: none;
	margin: 5px 5px 0 0;
//	border:1px solid #ccc;
}
.thumbnaillist li img {
	width: 100%;
}
.thumbnaillist li a{
	width:100%;
	height:80px;
	display:block;
	background-size:cover;
}
.mainimglist {
	height:280px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 0 20px;
}
#recommend {
    color: #c00;
    border: 1px solid #c00;
    padding: 9px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
	vertical-align: middle;
}
#recommend_tag {
	background-image: url(../images/recommand_icon.png);
	width:25px;
	height:25px;
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:-10px;
	left:-4px;
	color:#fff;
	padding:1px 2px;
	display: inline-table;
	font-size:10px;
}


/*******************************
         reservation css
********************************/

#reservation_form {
	width:100%;
	margin:0 auto;
	text-align:left;
}
#reservation_form dt {
	margin:0 0 0 0;
	padding:5px;
	border-top:1px solid #ccc;
}
#reservation_form dd {
	margin:0;
	padding:5px;
}
.input_btn {
	background-color:#000;
	color:#fff;
	padding:15px 20px;
	font-size:12px;
	border:1px solid #fff;
	cursor:pointer;
	border-radius:10px;
	text-decoration:none;
	border-radius:10px !important;
}

/*******************************
         access css
********************************/
#map {
	width:100%;
	height:300px;
}

/*******************************
         syuryo css
********************************/

#syuryo_table {
	width:100%;
	margin:0 auto;
}
#syuryo_table div{
	width:20%;
	margin:12px 2.5%;
	float:left;
}

#syuryo_table img {
	width:100%;
}
/*******************************
         sns css
********************************/
#sns {
	width:100%;
	margin:1em auto;
}
#sns1, #sns2 {
	float:left;
	padding:5px;
}

/*******************************
         side_menu css
********************************/
ul#side_menu {
	position:fixed;
	right:0;
	top:100px;
	z-index:100;
	opacity:0.8;
}
ul#side_menu li {
	list-style:none;
}
ul#side_menu li p {
	font-size:90%;
	display:none;
}
ul#side_menu li a {
	color:#fff;
	display:block;
	width:10px;
	height:20px;
	background-color:#333;
	padding:0.5em;
	margin:1em 0 1em;
	border-radius:1em 0em 0em 1em;
}
ul#side_menu li a:hover {
	background-color:#666;
}

/*******************************
         tab-box css
********************************/
#tab {
  display:none;
}

/*******************************
         news css
********************************/
dl#news dt {
	float:none;
	font-weight:bolder;
}
dl#news dd {
	float:none;
}
dl#news #title {
	font-size:120%;
}
dl#news img {
	width:100%;
}
#single_topics {
	text-align:left;
}
#single_topics #topics_description{
	padding:20px 0;
	border-top:1px solid #ccc;
}
#single_topics #topics_sub{
	color:#990000;
	font-size:120%;
}
.new {
	color:#fff;
	background-color:#CC0000;
	padding:2px 4px;
	font-weight:bold;
	font-size:10px;
}

/*******************************
         gallery css
********************************/
ul.gallery li {
	float:left;
	width:10%;
	margin:1%;
	list-style:none;
	
}
ul.gallery img {
	width:100%;
}

/*******************************
         parallax css
********************************/

#nishinspa_f {
	width:70%;
	margin:0 auto;
}
#nishinspa_f img {
	width:100%;
}




/*******************************
         ios css reset
********************************/


input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	border-radius:0px;
}

/*******************************
         blog css reset
********************************/
#blog_banner {
	background-color:#efefef;
	border-radius:10px;
	padding:1em;
	background-image:url(../images/blog_banner_bg.jpg);
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:90%;
	margin:1em auto;
	display:block;
}
#blog_banner #blog_title {
	width:80%;
	margin:0 auto;
}
#blog_banner #blog_title img {
	width:100%;
}
#blog_banner a {
	color:#fff;
}
#blog_banner a:hover {
	color:#ccc;
}
#blog_banner h2 {
	display:none;
}
#blog_banner h3 {
	color:#fff;
	text-align:center;
	font-size:80%;
}
#wp-calendar {
	margin:0 auto;
	text-align:left;
}
#text-2 {
	text-align:left;
}
.entry-content img {
	width:100%;
	height:auto;
}
#primary {
	width:95%;
	margin:0 auto;
}
#secondary {
	width:95%;
	margin:0 auto;
	text-align:left;
	clear:both;
	padding:1em 0;
}
#contents_inner.blog {
	width:90%;
}
#secondary ul {
	padding:0;
}
#secondary li {
	list-style:none;
	padding:2px 0;
}
.assistive-text {
	display:none;
}
nav {
	padding:1em 0;
}
aside {
	padding:1em 0;
}
.nav-previous {
	float:left;
	background-color:#efefef;
	border-radius:3px;
	padding:0.2em 0.5em;
}
.nav-next {
	background-color:#efefef;
	border-radius:3px;
	float:right;
	padding:0.2em 0.5em;
}
.entry-date {
	font-size:120%;
}
.form-allowed-tags {
	display:none;
}
form#commentform label {
	display:block;
}
.blog form input[type="submit"] {
	background-color:#0D3B4B;
	color:#fff;
	padding:0.7em 1em;
	border-radius:1em;
	border:none;
}
/*******************************
         sns
********************************/
#fb_like {
	text-align:right;
	width:100%;
	margin:10px 0;
}

/*******************************
         staff
********************************/
.staff .prof {
	width:100%;
	margin:10px 0;
	height:100%;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
}
.staff_img {
	width:50%;
	float:left;
	margin:0 5px 0 0;
}
.staff_img img {
	width:100%;
}
.staff_name {
	font-weight:bold;
}
.staff_shikaku {
	clear:both;
}

/*******************************
         Link 
********************************/

.table_link{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width:100%;
  margin:0 auto;
}
TD.table_link{
	border-bottom-width : 1px;
	border-bottom-style : dashed;
	border-bottom-color : #CCCCCC;
	padding : 10px 0;
	line-height: 150%;
}

/*******************************
         FQA 
********************************/

.question {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#f8f8f8;
	padding:10px 0;
}
.question:before {
	content:"Q. ";
	font-weight:bold;
}
.answer {
	border-bottom:2px solid #ccc;
	padding:10px 0;
}

/*******************************
         cautionary 
********************************/

#cautionary ul li{
	margin:0 0 0 15px;
}


/*******************************
         FORM 
********************************/

input#simple_btn[type="submit"] {
	background-color:#000;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	border:none;
    border-radius: 10px;
    padding: 15px 10px;
}
input#simple_btn[type="submit"]:hover {
	background-color:#666;
}
input[type="text"] {
	height: 20px;
	margin: 0;
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #CCC;
}
textarea {
	margin: 0;
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #CCC;
}
.box_w {
	width:96%;
}
.rtn {
	background-color:#000 !important;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	border:none !important;
	display:table !important;
	padding: 9px !important;
	margin-right:20px !important;
}
.rtn:hover  {
	color:#fff;
}
.f_left {
	float:left;
}
dl#mail dt {
	font-weight:bold;
}
dl#mail dd {
	margin:0 0 5px;
}
#confirm_btn {
	clear:both;
}
.error {
	color:#c00;
}
.required {
	color:#c00;
	padding-left:5px;
}
.btn_h {
	height:40px;
	padding:0 10px	 !important;
	line-height:40px;
}
.btn_area {
	margin:20px auto;
	clear:both;
}


/*******************************
         PHOTOORDER 
********************************/
.photo_item {
width: 49%;
    height: 163px;
    float: left;
    margin: 0.5%;
    display: block;
	padding: 0 0 20px;
}
.photo_item img {
	height:70%;
	display:block;
}
.photo_item p {
	margin:10px 0 0 0;
}
input[type="checkbox"] {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    margin: 10px 0 0 5px;
}
.chkbox {
	float:left;
	margin: 0 10px 0 0;
}

