@charset "UTF-8";
/*
Theme Name: SAM白山グリーンシーズン 公式サイト
Theme URI:http://sam-hakusan.com/
Author: SAM-HAKUSAN
Author URI:http://sam-hakusan.com/
Description: SAM白山グリーンシーズン 公式サイト
*/

/* リセットスタイル */
/* ------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 200;
  /*-webkit-font-smoothing: antialiased;*/
  color: #333333;
  line-height: 1;
}
body {
  -webkit-text-size-adjust: none;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  line-height: 1.5;
}
fieldset, img {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}
.pagebody img + img,
.pagebody p > a img {
  padding: 0 0 10px 10px;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
/* ------------------------------------------------------------ */
/* デフォルトスタイル */
/* ------------------------------------------------------------ */
.max_img {
  max-width: 100% !important;
  height: auto !important;
}
.alignleft {
  float: left;
}
.f_right,
.alignright {
  margin: 0 0 20px 20px !important;
  float: right !important;
}
.f_left,
.alignleft {
  margin: 0 20px 20px 0 !important;
  float: left !important;
}
.clear {
  clear: both;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
strong {
  font-weight: bold;
}
.font_s,
.notice {
  font-size: 13px !important;
}
.font16 {
  font-size: 16px !important;
}
.font18 {
  font-size: 18px !important;
}
.font23 {
  font-size: 23px !important;
}
.c10 {
  width: 10%;
}
.c15 {
  width: 15%;
}
.c20 {
  width: 20%;
}
.c25 {
  width: 25%;
}
.c30 {
  width: 30%;
}
.c33 {
  width: 33.333%;
}
.c35 {
  width: 35%;
}
.c45 {
  width: 45%;
}
.c50 {
  width: 50%;
}
.c60 {
  width: 60%;
}
.c65 {
  width: 65% !important;
}
.mtrbl0 {
	margin: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.p0 {
  padding: 0 !important;
}
.required {
  color: #e21010;
}
.new {
  margin-right: 5px;
  padding: 5px 10px;
  color: #ffffff;
  background: #ff0000;
}
.ptb10 {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mt70 {
  margin-top: 70px!important;
}

/* ------------------------------------------------------------ */
/* link
/* ------------------------------------------------------------ */
a {
  text-decoration: none;
  transition-property: background-color, border, color, opacity;
  transition-duration: .2s;
  transition-timing-function: linear;
  -webkit-transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  text-decoration: none;
}
a:link {
  color: #006666;
}
a:visited {
  color: #006666;
}
a:hover {
  color: #7fb2b2;
  text-decoration: underline;
  cursor: pointer;
}
a:active {
  color: #003366;
  text-decoration: underline;
}
a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  transition-property: background-color, border, color, opacity;
  transition-duration: .2s;
  transition-timing-function: linear;
  -webkit-transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  text-decoration: none;
}

.main a[href^="mailto:"] {
  background: none !important;
}
.main a[href$=".pdf#zoom=120"] {
  background: none;
  display: inline;
  padding-right: 0;
}
.main .imgbox > .main a[href$=".pdf"] {
  background: url(images/pdficon.png) no-repeat right center;
  display: inline-block;
  padding-right: 20px;
}

@media screen and (max-width: 720px) {
  .goog-te-banner-frame {
    position: absolute !important;
    top: -40px !important;
  }
  .f_right, .alignright, .f_left, .alignleft {
    float: none !important;
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .mt40 {
	  margin-top: 20px!important;
  }
}

@media screen and (max-width: 480px) {
  .overscroll {
    overflow-x: scroll;
  }
  .overscroll table {
    width: 150% !important;
  }
}
/* ------------------------------------------------------------ */
/* link
/* ------------------------------------------------------------ */
.warning_topimage {
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 15px;
  padding: 5px 10px;
  position: absolute;
  color: #ffffff;
  z-index: 100;
  background: rgba(82, 82, 82, 0.7);
}
@media screen and (max-width: 880px) {
	.warning_topimage {
		position: relative;
		width: 96%;
		padding: 12px 2%;
	}
}
@media screen and (max-width: 480px) {
  .warning_topimage {
    width: 96%;
    padding: 5px 2%;
    font-size: 10.5px;
    text-align: center;
  }
}

.bloglist {
  margin: 0 auto;
  text-align: left;
}
.bloglist li {
  margin-bottom: 10px;
  font-size: 14.5px;
  line-height: 1.5;
}
.bloglist li a {
  color: #024005;
}
.bloglist li a:link {
  color: #024005;
}
.bloglist li a:visited {
  color: #8aab73;
}
.bloglist li a:hover {
  color: #59af00;
}
.entrydate {
  display: block;
  vertical-align: top;
  float: left;
}
.entrytitle {
  max-width: 435px;
  display: block;
  overflow: hidden;
}
.cat_ichirino .entrydate:after {
  color: #439a00;
}
.cat_sena .entrydate:after {
  color: #006666;
}
.entrydate {
  font-weight: bold;
}
.entrydate:after {
  content: "●";
  display: inline-block;
  padding: 0 10px;
  color: #036;
}
.cat_sena.cat_ichirino .entrydate {
  padding-right: 1.2em;
  position: relative;
}
.cat_sena.cat_ichirino .entrydate:before {
  content: "●";
  display: inline-block;
  padding: 0 10px;
  color: #439a00;
  position: absolute;
  right: 0;
}

/* トップ画像 */
#topimage {
  position: relative;
}
#topimage img {
  width: 100%;
}
#topimage .open_txt {
	padding: 10px 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(255,255,255,0.8);
	border-radius: 2px;
}
#topimage .open_txt p {
	font-weight: bold!important;
	font-size: 20px;
	color: #439901;
}
@media screen and (max-width: 640px) {
  #topimage .open_txt {
	width: 92%;
	padding: 2%;
	top: 2%;
	left: 2%;
  }
   #topimage .open_txt p {
	font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #topimage .open_txt {
	top: 10px;
	left: 2%;
  }
  #topimage .open_txt p {
	font-size: 12px;
  }
}

/* タブメニュー */
.page_tab {
  height: 60px;
  background: url(images/page_tab_bk.png);
  background-color: #f6fafd;
}
.page_tab #page_tab_menu {
  display: none;
}
.page_tab ul {
  width: 100%;
  max-width: 1000px;
  height: 60px;
  margin: 0 auto;
  display: table;
  border-right: 1px solid #fefefe;
}
.page_tab ul li {
  width: 89px;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-left: 1px solid #fefefe;
  letter-spacing: normal;
}
.page_tab ul li a {
  color: #333333;
}
.page_tab ul li a:hover {
  color: #59af00;
}
#content .page_tab .flyer_tab {
	position: relative;
	font-size: 12px;
}
#content .page_tab .flyer_tab:hover {
	cursor:  pointer;
	color: #59af00;
	text-decoration: underline;
	cursor: pointer;
}
#content .page_tab .flyer_tab ul {
	display: none;
	height: auto;
	position: absolute;
	background: url(images/page_tab_bk.png);
	background-color: #f6fafd;
	z-index: 1000;
	margin-top: 11px;
}
@media screen and (max-width: 720px) {
#content .page_tab .flyer_tab ul {
	margin-top: 0;
}
}
@media screen and (max-width: 480px) {
#content .page_tab .flyer_tab {
	padding-bottom: 2px;
	border-bottom: 1px solid #00520a;
  border-right: 1px solid #00520a;
}
}
#content .page_tab .flyer_tab ul li {
	width: 100%;
	display: block;
}
#content .page_tab .flyer_tab ul li a {
	display: block;
	padding: 6px 0;
	border-top: 1px solid #fff;
}
#content .page_tab .flyer_tab:before {
	content: "▼";
	width: 10px;
	height: 10px;
	position: absolute;
	margin: auto;
	right: 5px;
	font-size: 9px;
	bottom: 10px;
}
.satohuru {
	padding: 15px 0 0;
	border-top: 1px solid #ccc;
	margin: 70px 0 0 0!important;
	text-align: center;
}
.satohuru a {
	display: inline-block;
	background: #002e66;
	color: #fff!important;
	padding: 10px 15px 10px 40px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	line-height: 1.5;
	position: relative;
	border: 1px solid #002e66;
}
.satohuru a:before {
	content: "▶︎";
	padding-right: 10px;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	position: absolute;
	left: 15px;
	top: 22px;
}
.satohuru a:hover {
	background: #fff;
	color: #002e66!important;
}
.satohuru a:hover:before {
	color: #002e66;
}

/* Infomation */
.informatin_outer .informatin_box {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.informatin_outer .informatin_box h3 {
  margin-bottom: 25px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.informatin_outer .informatin_box p {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 13.5px;
}
.informatin_outer .informatin_box .date_txt {
  margin-bottom: 5px;
}
.informatin_outer .informatin_box h4 {
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: bold;
}
.informatin_outer .informatin_box .next {
  text-align: right;
  z-index: 100;
  position: relative;
}
.informatin_outer .informatin_box .next a {
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
}

/* Facebook、スタッフブログ */
.facebook_blog {
  width: 94%;
  max-width: 1000px;
  margin: 30px auto;
  letter-spacing: -0.4em;
}
.facebook_blog .facebook,
.facebook_blog .blog_outer {
  width: 48%;
  margin: 0 2% 0 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.facebook_blog .facebook .fb_iframe_widget, .facebook_blog .facebook .fb_iframe_widget span, .facebook_blog .facebook .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.facebook_blog .blog_outer {
  width: 47.3%;
  margin: 0 0 0 2%;
  letter-spacing: normal;
  border: 2px solid #003068;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.facebook_blog .blog_outer h3 {
  padding: 13px 20px 13px 20px;
  font-size: 20px;
  font-weight: bold;
}
.facebook_blog .blog_outer h3 a {
  color: #fefefe;
}
.facebook_blog .blog_outer h3 img {
  width: 20px;
  margin: 5px 0 0 10px;
}
.facebook_blog .blog_outer .bloglist {
  width: 92%;
  max-width: 570px;
  margin: 0 auto;
  padding: 15px 4% 5px 4%;
  text-align: left;
}
.facebook_blog .blog_outer .bloglist .entrydate {
  font-size: 13px;
  font-weight: normal;
  float: none;
}
.facebook_blog .blog_outer .bloglist .entrydate:after {
  content: "";
}
@media screen and (max-width: 480px) {
   /* Facebook、スタッフブログ */
  .facebook_blog .facebook,
  .facebook_blog .blog_outer {
    width: 100% !important;
    margin: 0 0 15px 0;
  }
  .facebook_blog .facebook .fb_iframe_widget,
  .facebook_blog .facebook .fb_iframe_widget span,
  .facebook_blog .facebook .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}

/* 瀬女コテージ村 天領　サイドメニュー */
.pageside_tab {
  width: 185px;
  position: fixed;
  right: 0;
  top: 300px;
  display: none;
}
.pageside_tab > div {
  text-align: right;
}
.pageside_tab ul li {
  width: 185px;
  display: block;
}
@media screen and (max-width: 720px) {
  .pageside_tab {
    width: 100% !important;
    top: 0 !important;
    z-index: 7 !important;
  }
  .pageside_tab div {
    display: none !important;
  }
  .pageside_tab ul {
    width: 100%;
    letter-spacing: -0.4em !important;
  }
  .pageside_tab ul li {
    width: 50% !important;
    display: inline-block !important;
    background: #00432c !important;
    text-align: center !important;
  }
}

/* お知らせ */
body.page.information #content .pagebody ul {
  margin: 15px 0;
  list-style-type: none;
}

/* スタッフブログ　お知らせ */
body.single .singlebox,
body.archive .singlebox,
body.information .singlebox {
  width: 75%;
  float: left;
}
body.single .singlebox h3,
body.archive .singlebox h3,
body.information .singlebox h3 {
  margin: 0 0 30px !important;
}
body.single #aside,
body.archive #aside,
body.information #aside {
  width: 18%;
  padding: 2% 2% 0 2%;
  float: right;
  background: #efefef;
}
body.single #aside h2,
body.archive #aside h2,
body.information #aside h2 {
  font-size: 20px;
  font-weight: bold;
}
body.single #aside a,
body.archive #aside a,
body.information #aside a {
  color: #0c7511 !important;
}
body.single #aside a:hover,
body.archive #aside a:hover,
body.information #aside a:hover {
  color: #59af00 !important;
}
body.single #aside ul,
body.archive #aside ul,
body.information #aside ul {
  margin: 5px 0 15px 1em;
}
body.information.page .archivebox {
  width: 75%;
  float: left;
}

@media screen and (max-width: 800px) {
  body.single .singlebox,
  body.archive .singlebox,
  body.information .singlebox {
    width: 100%;
  }
  body.single #aside,
  body.archive #aside,
  body.information #aside {
    width: 90%;
    margin: 30px 0 0;
    padding: 3% 5% 0 5%;
  }
  body.information.page .archivebox {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body.single .singlebox h3,
  body.archive .singlebox h3 {
    margin: 0 0 25px !important;
    font-size: 19px !important;
  }
  body.single #aside h2,
  body.archive #aside h2 {
    font-size: 18px;
  }
}

/* ページネーション */
#pagenav {
  padding: 30px 0 0;
  clear: both;
  overflow: hidden;
  text-align: center !important;
  font-size: 0.7em;
  letter-spacing: -.5em;
}
#pagenav .page-numbers {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 5px 8px 5px 8px;
  width: auto;
  color: #e6790a !important;
  background: #ffffff;
  letter-spacing: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #e6790a;
  border-radius: 2px;
}
#pagenav .current,
#pagenav .page-numbers:hover {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 5px 8px 5px 8px;
  width: auto;
  color: #ffffff !important;
  background: #e6790a;
  letter-spacing: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
	.scroll {
		overflow: auto;
		white-space: nowrap;
	}
}
/* ------------------------------------------------------------ */
/* ヘッダースタイル */
/* ------------------------------------------------------------ */
#header_outer {
  width: 100%;
  height: 50px;
  background: #006600;
}
#header_outer #header {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
  display: table;
}
#header_outer #header #sitetitle {
  display: table-cell;
  vertical-align: middle;
}
#header_outer #header #header_content {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: right;
  position: relative;
}
#header_outer #header #header_content ul {
  float: right;
  overflow: hidden;
}
#header_outer #header #header_content ul li {
  float: left;
}
#header_outer #header #header_content ul.usability li {
  margin-right: 10px;
}
#header_outer #header #header_content ul.usability a {
  color: #fefefe;
  font-size: 12px;
  vertical-align: text-bottom;
}
#header_outer #header #header_content ul.facebook {
  margin: 0 144px 0 -20px;
  margin: 0 145px 0 0;
}
#header_outer #header #header_content ul.facebook li {
  margin-left: 13px;
}
#header_outer #header #header_content ul.facebook li a {
  color: #fefefe;
  font-size: 15px;
}
#header_outer #header #header_content ul.facebook li a span {
  display: inline-block;
  font-size: 10px!important;
  margin-left: 3px;
  vertical-align: text-bottom;
}
#header_outer #header #header_content ul.facebook li img {
  vertical-align: middle;
}
#header_outer #header #header_content #google_translate_element {
  display: inline-block;
  position: absolute;
  right: 0;
}
#header_outer #header #nav-toggle {
  display: none;
  position: absolute;
  right: 4%;
  top: 30px;
  width: 34px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}


body.page #header_outer,
body.single #header_outer,
body.archive #header_outer {
  height: 65px;
  padding-bottom: 6px;
  z-index: 4;
  position: relative;
}
body.page #header_outer #header,
body.single #header_outer #header,
body.archive #header_outer #header {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
  display: table;
}
body.page #header_outer #header #sitetitle,
body.single #header_outer #header #sitetitle,
body.archive #header_outer #header #sitetitle {
  position: absolute;
  top: 39px;
}
body.page #header_outer #header #sitetitle a,
body.single #header_outer #header #sitetitle a,
body.archive #header_outer #header #sitetitle a {
  display: block;
}


.content_head_outer {
  background-size: cover;
}
.content_head_outer .content_head {
  width: 960px;
  height: 110px;
  margin: 0 auto;
  display: table;
}
.content_head_outer .content_head h2 {
  width: 350px;
  background-color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
.content_head_outer .content_head h3 {
  width: 140px;
  text-align: center;
  vertical-align: middle;
  color: #fefefe;
  background: url(images/content_head_h2.png);
  display: table-cell;
}
.content_head_outer .content_head .info_box {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.content_head_outer .content_head .info_box dl {
  max-width: none;
  padding: 0 0 0 15px;
  margin: 2px 0;
  overflow: hidden;
}
.content_head_outer .content_head .info_box dl dt {
  font-weight: bold;
}
.content_head_outer .content_head .info_box dl dd {
  margin-right: 20px;
}
.content_head_outer .content_head .info_box dl dt,
.content_head_outer .content_head .info_box dl dd {
  color: #fefefe;
  float: left;
  font-size: 13.4px;
  letter-spacing: -0.9px;
}


@media screen and (max-width: 960px) {
  #header_outer {
    height: auto;
  }
  #header_outer #header {
    width: 100% !important;
    border-bottom: 1px solid #cccccc;
  }
  #header_outer #header #sitetitle a {
    display: inline-block !important;
  }
  #header_outer #header #nav-toggle {
    display: block;
  }
  #header_outer #header #nav-toggle div {
    position: relative;
  }
  #header_outer #header #nav-toggle div span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    background: #ffffff;
  }
  #header_outer #header #nav-toggle div span:nth-child(1) {
    top: 0;
  }
  #header_outer #header #nav-toggle div span:nth-child(2) {
    top: 11px;
  }
  #header_outer #header #nav-toggle div span:nth-child(3) {
    top: 22px;
  }
  #header_outer #header #nav-toggle.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #header_outer #header #nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #header_outer #header #nav-toggle.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #header_outer #header #nav-toggle.open ul {
    border-top: 1px solid #cccccc;
  }
  #header_outer #header #header_content {
    width: 100%;
    padding: 10px 0;
    display: none;
    text-align: center;
  }
  #header_outer #header #header_content ul.facebook {
    margin: 0 0 0 -10px;
    float: none;
    display: inline-block;
  }
  #header_outer #header #header_content ul.facebook li {
    margin: 5px 0 0 15px;
    float: none;
    display: inline-block;
  }
  #header_outer #header #header_content ul.usability {
    margin: 15px 0 0;
    float: none;
  }
  #header_outer #header #header_content ul.usability li {
    margin: 0;
    border-top: 1px dotted #ffffff;
    float: none;
  }
  #header_outer #header #header_content ul.usability li a {
    padding: 12px 0;
    font-size: 14px;
    display: block;
  }
  #header_outer #header #header_content #google_translate_element {
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    top: 10px;
  }
  #header_outer #header .open + #header_content {
    padding: 45px 0 0;
    border-top: 1px dotted #ffffff;
  }
  #content .content_head_outer .content_head {
    width: 100%;
  }
  #content .content_head_outer .content_head h2 {
    width: 94%;
    padding: 10px 3%;
    display: block !important;
    text-align: center !important;
  }
  #content .content_head_outer .content_head h3 {
    width: 100%;
    padding: 10px 0;
    display: block;
  }
  #content .content_head_outer .content_head .info_box {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    display: block;
  }
  body.page #header_outer,
  body.single #header_outer,
  body.archive #header_outer {
    height: auto;
    padding: 0;
    background: #fff;
    border-bottom: 1px dotted #ccc;
  }
  body.page #header_outer #header #sitetitle,
  body.single #header_outer #header #sitetitle,
  body.archive #header_outer #header #sitetitle {
    padding: 10px 0;
    display: block;
    position: inherit !important;
    text-align: center;
    background: #ffffff;
  }
  body.page #header_outer #header #sitetitle img,
  body.single #header_outer #header #sitetitle img,
  body.archive #header_outer #header #sitetitle img {
    width: 150px !important;
    height: 65px !important;
  }
  body.page #header_outer #header #header_content,
  body.single #header_outer #header #header_content,
  body.archive #header_outer #header #header_content {
    display: none;
    background: #006600;
    border: none;
  }
  body.page #header_outer #header #nav-toggle,
  body.single #header_outer #header #nav-toggle,
  body.archive #header_outer #header #nav-toggle {
    display: block;
  }
  body.page #header_outer #header #nav-toggle div,
  body.single #header_outer #header #nav-toggle div,
  body.archive #header_outer #header #nav-toggle div {
    position: relative;
  }
  body.page #header_outer #header #nav-toggle div span,
  body.single #header_outer #header #nav-toggle div span,
  body.archive #header_outer #header #nav-toggle div span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #147718;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  body.page #header_outer #header #nav-toggle div span:nth-child(1),
  body.single #header_outer #header #nav-toggle div span:nth-child(1),
  body.archive #header_outer #header #nav-toggle div span:nth-child(1) {
    top: 0;
  }
  body.page #header_outer #header #nav-toggle div span:nth-child(2),
  body.single #header_outer #header #nav-toggle div span:nth-child(2),
  body.archive #header_outer #header #nav-toggle div span:nth-child(2) {
    top: 11px;
  }
  body.page #header_outer #header #nav-toggle div span:nth-child(3),
  body.single #header_outer #header #nav-toggle div span:nth-child(3),
  body.archive #header_outer #header #nav-toggle div span:nth-child(3) {
    top: 22px;
  }
  body.page #header_outer #header #nav-toggle.open span:nth-child(1),
  body.single #header_outer #header #nav-toggle.open span:nth-child(1),
  body.archive #header_outer #header #nav-toggle.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  body.page #header_outer #header #nav-toggle.open span:nth-child(2),
  body.single #header_outer #header #nav-toggle.open span:nth-child(2),
  body.archive #header_outer #header #nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  body.page #header_outer #header #nav-toggle.open span:nth-child(3),
  body.single #header_outer #header #nav-toggle.open span:nth-child(3),
  body.archive #header_outer #header #nav-toggle.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}

@media screen and (max-width: 480px) {
  #header_outer #header {
    border-bottom: none;
  }
  #header_outer #header #header_content {
    width: 100%;
  }

  body.page #header_outer,
  body.single #header_outer,
  body.archive #header_outer {
    border: none;
  }
  body.page #header_outer #header,
  body.single #header_outer #header,
  body.archive #header_outer #header {
    border: none;
  }
  body.page #header_outer #header #sitetitle img,
  body.single #header_outer #header #sitetitle img,
  body.archive #header_outer #header #sitetitle img {
    width: 35% !important;
    height: auto !important;
  }
  body.page #header_outer #header #nav-toggle,
  body.single #header_outer #header #nav-toggle,
  body.archive #header_outer #header #nav-toggle {
    top: 17px;
  }
}
/* ------------------------------------------------------------ */
/* フッタースタイル */
/* ------------------------------------------------------------ */
#footer_outer #footer_nav {
  margin: 70px 0 0;
  text-align: center;
}
#footer_outer #footer_nav ul {
  margin: 20px auto 0;
  padding-left: 1px;
  display: inline-block;
  text-align: center;
  letter-spacing: -0.4em;
  overflow: hidden;
}
#footer_outer #footer_nav ul li {
  margin: 0 0 5px -0.9px;
  padding: 0 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}
#footer_outer #footer_nav ul li a {
  color: #0c7511;
}
#footer_outer #footer_nav .samhakusan_nav {
  margin: 0 auto 20px;
}
#footer_outer #footer_nav .samhakusan_nav li {
  font-size: 12px;
  font-weight: normal;
}
#copyright {
  padding: 15px 0;
  text-align: center;
  font-size: 11px;
  color: #fefefe;
  background: #006600;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 480px) {
  #footer_outer #footer_nav {
    margin: 40px 0 0;
  }
}
/* ------------------------------------------------------------ */
/* トップスタイル */
/* ------------------------------------------------------------ */
/* インデックスページ　さとふる */
#index .satohuru {
	padding: 0!important;
	border-top: none!important;
	margin: 0!important;
	text-align: center;
}
#index .satohuru a {
	font-size: 13px!important;
	padding: 6px 25px 6px 38px!important;
}
#index .satohuru a:before {
	top: 16px;
}

/* インデックスページ　スライダー画像 */
#index_topimage {
  position: relative;
}
#index_topimage img {
  width: 100%;
}
#sena .pickupbox {
  bottom: 0;
}
#sena .pickupbox p {
  margin: 0 auto!important;
  display: block;
}
#sena .pickupbox p.pickup {
  display: inline-block;
  margin-top: 20px!important;
  margin-right: 20px!important;
}
#sena .pickupbox p.offer {
  margin-top: 20px!important;
  display: inline-block;
}
.pickupbox {
	position: absolute;
	width: 1050px;
  height: 100px;
	margin: auto;
	padding: 0;
  top: 0;
  bottom: 0;
	/*bottom: 80px;*/
	/*bottom: 200px;*/
	left: 0;
	right: 0;
	text-align: center;
	font-size: 25px;
	background: none;
	display: inline-block;
	z-index: 100;
	letter-spacing: -0.4em;
}
.pickupbox p {
	width: 48%;
	font-weight: bold;
	background: rgba(5, 106, 0, 0.9);
	letter-spacing: normal;
	display: inline-block;
	color: #ffffff;
	vertical-align: top;
}
.pickupbox p.pickup {
	width: 356px;
  margin: 0 10px 20px!important;
}
.pickupbox p img {
	width: auto!important;
}
.pickupbox p.pickup span {
	padding: 4% 2%;
	display: block;
}
.pickupbox p.pickup a {
	color: #ffffff;
	display: block;
	position: relative;
	font-size: 24px;
}
.pickupbox p.pickup a:before {
	content: "";
	display: block;
	top: 40px;
	left: 5px;
	width: 21px;
	height: 21px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.pickupbox p.pickup a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.pickupbox p.pickup.offer {
  width: 350px;
  height: auto;
  border: 3px solid #4599e9;
  border-radius: 5px;
  background: #4599e9;
  position: relative;
}
.pickupbox p.pickup.offer:before {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #004586;
  display: block;
  position: absolute;
  right: 0;
}
.pickupbox p.offer a {
	padding: 0 0 0 40px;
}
.pickupbox p.pickup.offer a:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #004586;
  border-right: 3px solid #004586;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pickupbox .hakusan_pack {
  background: #fff;
  border-radius: 15px;
}
.pickupbox .hakusan_pack a {
  display: block;
  padding: 10px;
}
.pickupbox .pickup.ticket {
  width: 350px;
  height: auto;
  max-width: 50%;
  border: 3px solid /*#49ab09*/#e1e006;
  border-radius: 5px;
  background: /*#49ab09*/#e1e006;
}
.pickupbox .pickup.ticket a {
  padding: 0 0 0 40px;
}
.pickupbox .pickup.ticket a:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #309d07;
  border-right: 3px solid #309d07;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pickupbus p.close a:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sena .pickupbox {
  width: 765px;
  height: 310px;
}
#sena .pickupbox .hakusan_pack {
  width: 350px;
  display: inline-block;
  margin: 0!important;
}
#sena .pickupbox p.pickup {
  max-width: 100%!important;
  width: 356px;
  margin: 0 10px 20px!important;
  display: inline-block;
}
#sena .pickupbox p.pickup.offer {
  border: 3px solid #4599e9;
  border-radius: 5px;
  background: #4599e9;
  position: relative;
}
#sena .pickupbox p.pickup.offer:before {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #004586;
  display: block;
  position: absolute;
  right: 0;
}
#sena .pickupbox p.pickup.offer a {
  padding: 0 0 0 40px;
}
#sena .pickupbox p.pickup.offer a:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #004586;
  border-right: 3px solid #004586;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1050px) {
	.pickupbox {
		width: 96%;
	}
	.pickupbox p.pickup {
		width: 50%;
		height: 108px;
	}
	.pickupbox p.pickup a {
		/*padding: 25px 15px 25px 30px;*/
		color: #ffffff;
		display: block;
		position: relative;
		font-size: 19px;
	}
}
/* インデックスページ グローバルナビ */
body#index #navs {
  height: 110px;
}
body#index #navs .navbox {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  position: relative;
}
body#index #navs .navbox .nav_title {
  display: table-cell;
  vertical-align: middle;
}
body#index #navs .navbox .nav_title {
  width: 245px;
  text-align: center;
}
body#index #navs .navbox .nav_title:before {
  content: "";
  width: 280px;
  height: 35px;
  background: url(images/nav_title_bk_green.png) no-repeat center top;
  position: absolute;
  z-index: 200;
  top: -31px;
  left: 25px;
  display: block;
}
body#index #navs #nav {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
body#index #navs #nav ul {
  width: 100%;
  display: table;
  overflow: hidden;
}
body#index #navs #nav ul li {
  width: 33.333%;
  height: 110px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px dotted #cccccc;
}
body#index #navs #nav ul li#nav01 {
  border-left: 1px dotted #cccccc;
}
body#index #navs #nav ul li a {
  display: inline-block;
}
body#index #navs #nav ul li:hover {
  background: #e4f2d3;
}
body#index #navs #nav ul li:hover a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* インデックスページ コンテンツ ピックアップ */
#contents #index_contents #pickup_outer {
  overflow: hidden;
}
#contents #index_contents #pickup_outer .pickup {
  width: 50%;
  float: left;
  position: relative;
}
#contents #index_contents #pickup_outer .pickup img {
  width: 100%;
}
#contents #index_contents #pickup_outer .pickup .pickup_txt {
  width: 100%;
  position: absolute;
  top: 0;
}
#contents #index_contents #pickup_outer .pickup .pickup_txt p {
  display: block;
  font-size: 19px;
  color: #fefefe;
  text-align: center;
  line-height: 1.8;
  text-indent: -10000px;
}
#contents #index_contents #pickup_outer .pickup .pickup_txt p span {
  display: block;
}
#contents #index_contents #pickup_outer .pickup .pickup_txt .facility_name {
  margin-top: 20px;
  font-size: 15px;
}
#contents #index_contents #pickup_outer .pickup:hover .pickup_txt {
  background: rgba(0, 102, 102, 0.6);
}
#contents #index_contents #pickup_outer .pickup:hover .pickup_txt p {
  text-indent: 0;
}
#contents #index_contents #ichirino_outer {
  overflow: hidden;
}
#contents #index_contents #ichirino_outer > a {
  padding-top: 33px;
  display: block;
  text-align: center;
  background: #ffffff;
}
#contents #index_contents #ichirino_outer .pickup {
  width: 25%;
  float: left;
}
#contents #index_contents #ichirino_outer .pickup img {
  width: 100%;
  border: none;
  background-color: #fff;
}


/* インデックスページ スタッフブログ　動画 */
#index_contents #staffblog_movie {
  width: 100%;
  display: table;
}
#index_contents #staffblog_movie .box_padding {
  padding: 30px 56px 10px;
}
#index_contents #staffblog_movie .staffblog {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  background: url(images/staffblog_bk_green.png);
}
#index_contents #staffblog_movie .staffblog .blognav {
  margin: 15px auto 20px;
  padding: 8px 0;
  border-top: 1px solid #0c7511;
  border-bottom: 1px solid #0c7511;
  overflow: hidden;
}
#index_contents #staffblog_movie .staffblog .blognav li {
  padding: 0 15px;
  float: left;
  color: #0c7511;
}
#index_contents #staffblog_movie .staffblog .blognav li:hover {
  color: #59af00;
  text-decoration: underline;
  cursor: pointer;
}
#index_contents #staffblog_movie .staffblog .blognav ul {
  margin: 0 auto;
  display: inline-block;
}
#index_contents #staffblog_movie .staffblog a:hover {
  color: #59af00;
}
#index_contents #staffblog_movie .staffblog .disnon,
#index_contents #staffblog_movie .staffblog .alllist_disnon {
  display: none;
}
#index_contents #staffblog_movie .staffblog .current {
  display: block;
}
#index_contents #staffblog_movie .staffblog .more {
  padding: 20px 30px 25px;
  font-size: 13.5px;
}
#index_contents #staffblog_movie .staffblog .more a {
  color: #0c7511;
}
#index_contents #staffblog_movie .staffblog .more a:hover {
  color: #59af00;
}
#index_contents #staffblog_movie .movie {
  width: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: url(images/movie_green_bk.png);
}
#index_contents #staffblog_movie .movie h2 {
  font-size: 20px;
  color: #fefefe;
}
#index_contents #staffblog_movie .movie h2 span {
  font-size: 15px;
}
#index_contents #staffblog_movie .movie p {
  padding: 20px 30px 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
#index_contents #staffblog_movie .movie .more {
  margin: 20px 30px 25px;
  font-size: 13.5px;
}
#index_contents #staffblog_movie .movie .more a {
  color: #fefefe;
}
#index_contents #staffblog_movie .movie .more a:hover {
  color: #fefefe;
}
#index_contents #staffblog_movie .movie table {
  width: 100%;
  border: 1px solid #fefefe;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
}
#index_contents #staffblog_movie .movie table th {
  padding: 10px 15px;
  text-align: center;
  border-top: 1px solid #fefefe;
  border-left: 1px solid #fefefe;
  line-height: 1.5;
  color: #fefefe;
}
#index_contents #staffblog_movie .movie table td {
  padding: 7px 10px;
  border-left: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
  word-break: break-all;
  vertical-align: middle;
  line-height: 1.5;
  color: #fefefe;
}

/* インデックスページ バナー */
#index_banner {
  padding: 20px 0 5px;
  border-bottom: 1px dotted #cccccc;
  text-align: center;
}
#index_banner ul li {
  margin-bottom: 15px;
}
#index_banner ul li a {
  margin: 0 7px;
}
#index_banner ul li img {
  max-width: 99%;
  border: 1px solid #bbbbbb;
}

@media screen and (max-width: 1130px) {
  /* インデックスページ トップページ */
  #index_contents #staffblog_senainfo .senainfo table th {
    padding: 8px 5px;
  }
}

@media screen and (max-width: 960px) {
  /* インデックスページ　ナビ */
  body#index #navs .navbox {
    width: 100%;
  }
  body#index #navs .navbox .nav_title {
    width: 30%;
  }
  body#index #navs .navbox #nav {
    width: 70%;
  }
  body#index #navs .navbox #nav li#nav03 {
    border-right: 0;
  }
  /* インデックスページ ヘッダー */
  body#index #header_outer #header {
    border: none;
  }
  body#index #header_outer #header #sitetitle {
    padding: 10px 0;
    display: block !important;
    text-align: center;
  }
  body#index #header_outer #header #nav-toggle {
    top: 12px;
  }
}

@media screen and (max-width: 800px) {
   #contents #index_contents #pickup_outer .pickup .pickup_txt p {
    font-size: 16px;
  }
  #contents #index_contents #staffblog_movie .staffblog {
    width: 100%;
    display: block;
  }
  #contents #index_contents #staffblog_movie .staffblog .box_padding {
    padding: 30px 3% 10px;
  }
  #contents #index_contents #staffblog_movie .movie {
    width: 100%;
    display: block;
  }
  #contents #index_contents #staffblog_movie .movie > div {
    width: 94%;
    padding: 30px 3% 0;
  }
  #contents #index_contents #staffblog_movie .movie > div iframe {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  /* インデックスページ　トップ画像 */
  #index_topimage .index_topimage {
    max-width: 80%;
    padding: 10px 3%;
    font-size: 18px;
    bottom: 35px;
  }
  /* インデックスページ　ナビ */
  body#index #navs {
    height: auto;
  }
  body#index #navs .navbox .nav_title {
    width: 100%;
    padding: 15px 0;
    display: block;
    border-bottom: 1px dotted #cccccc;
  }
  body#index #navs .navbox .nav_title:before {
    content: "";
    width: 60%;
    background: url(images/nav_title_bk_green.png) no-repeat center top;
    position: absolute;
    z-index: 2;
    top: -31px;
    left: 176px;
    display: block;
  }
  body#index #navs .navbox #nav {
    width: 100%;
    display: block;
  }
  body#index #navs .navbox #nav li#nav01 {
    border-left: 0;
  }
  /* インデックスページ コンテンツ ピックアップ */
  #contents #index_contents #ichirino_outer .pickup {
    width: 50%;
  }
  #index_contents #staffblog_senainfo {
    display: block;
  }
  #index_contents #staffblog_senainfo .staffblog,
  #index_contents #staffblog_senainfo .senainfo {
    width: 94%;
    padding: 3%;
    display: block;
  }
  #index_contents #staffblog_senainfo .staffblog .box_padding,
  #index_contents #staffblog_senainfo .senainfo .box_padding {
    margin: 0;
  }
  #index_contents #staffblog_senainfo .senainfo h2 span {
    display: block;
  }
}

@media screen and (max-width: 530px) {
  /* インデックスページ ナビ */
  body#index #navs .navbox .nav_title:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body#index #navs .navbox .nav_title img {
    width: 110px;
  }
  body#index #navs .navbox #nav ul li {
    height: 80px;
  }
  /* インデックスページ コンテンツ ピックアップ */
  #contents #index_contents #pickup_outer .pickup .pickup_txt p {
    font-size: 13px;
  }
  #contents #index_contents #pickup_outer .pickup .pickup_txt .facility_name {
    margin-top: 10px;
    font-size: 11px;
  }
}

/* ------------------------------------------------------------ */
/* コンテンツスタイル */
/* ------------------------------------------------------------ */
/* 本文基本 */
#content .page_main .about_box .font_size_big {
  font-size: 25px;
}
#content #content_head_outer {
  height: 150px;
  background: #e6790a;
}
#content #content_head_outer #content_head {
  width: 94%;
  max-width: 1000px;
  height: 150px;
  margin: 0 auto;
  display: table;
}
#content #content_head_outer #content_head h2 {
  color: #fefefe;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
}
#content #content_head_outer.ichirino {
  background: #439a00;
}
#content #content_head_outer.sena {
  background: #009696;
}
#content #content_head_outer.tenryou {
  background: #04bf9f;
}
#content .pagebody {
  width: 94%;
  max-width: 1000px;
  min-height: 300px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
#content .pagebody > *:first-child {
  margin-top: 0 !important;
}
#content .pagebody h3 {
  margin: 60px 0 30px;
  font-size: 23px;
  font-weight: bold;
}
#content .pagebody h4 {
  margin: 30px 0 15px;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  background-color: #ecf1ec;
  line-height: 1.5;
}
#content .pagebody h5 {
  margin: 30px 0 15px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
#content .pagebody h6 {
  margin: 15px 0 10px;
  font-weight: bold;
  color: #333333;
  font-size: 15px;
}
#content .pagebody dl {
  margin: 15px 0 10px;
}
#content .pagebody dl dt {
  margin-right: 15px;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
}
#content .pagebody dl dd {
  display: inline-block;
  margin-right: 10px;
}
#content .pagebody p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.8;
}
#content .pagebody table {
  width: 100%;
  margin: 0 0 30px;
  border: 2px solid #439a00;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.8;
}
#content .pagebody table th {
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #439a00;
  border-left: 1px solid #439a00;
  background: #deefd3;
  line-height: 1.5;
}
#content .pagebody table th p {
  margin: 0;
  line-height: initial;
}
#content .pagebody table td {
  padding: 7px 10px;
  border-left: 1px solid #439a00;
  border-top: 1px solid #439a00;
  word-break: break-all;
  vertical-align: middle;
  line-height: 1.5;
}
#content .pagebody table td p {
  margin: 0;
  line-height: initial;
}
#content .pagebody table td h4 {
  margin: 30px 0 5px;
  padding: 0;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
  background: none;
}
#content .pagebody table td h4:first-child {
  margin-top: 0;
}
#content .pagebody table + p + table {
  margin-top: 30px;
}
#content .pagebody .tablist {
  margin-left: 0;
  list-style: none;
}
#content .pagebody .tablist li {
  display: inline-block;
  border: 2px solid #39c;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}
#content .pagebody .tablist li a {
  padding: 10px;
  display: block;
}
#content .pagebody .tablist li a:hover {
  background: #39c;
  color: #fefefe;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
#content .pagebody a {
  color: #0c7511;
}
#content .pagebody a:link {
  color: #0c7511;
}
#content .pagebody a:visited {
  color: #8aab73;
}
#content .pagebody a:hover {
  color: #59af00;
}
#content .pagebody .link {
  margin: 10px 0 20px;
  list-style: none;
}
#content .pagebody .link li:before {
  content: "▶︎";
  padding-right: 10px;
  display: inline-block;
  color: #23569e;
  font-size: 12px;
}
#content .pagebody .border {
  margin-bottom: 30px;
  padding: 15px 15px 0 15px;
  border: 3px solid #de5600;
}
#content .pagebody .border p strong {
  color: #de5600;
  font-size: 16px;
  font-weight: bold;
}
#content .pagebody .border_strong {
  margin-bottom: 30px;
  padding: 15px 15px 0 15px;
  border: 3px solid #de5600;
}
#content .pagebody .border_strong p {
  text-align: center;
  font-weight: bold;
  color: #de5600;
}
#content .pagebody .page_lead p {
  margin-bottom: 50px;
  color: #e45f00;
  font-size: 19px;
  font-weight: bold;
}
#content .pagebody .menu_border {
  margin: 30px 0 15px;
  padding: 20px 30px 10px;
  overflow: hidden;
  background: #fff5df;
}
#content .pagebody .menu_border h4 {
	background: none;
	padding: 0;
}
#content .pagebody .menu_border h5 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 26px;
  text-align: center;
  color: #e45f00;
}
#content .pagebody .menu_border .f_right {
  margin: 0 !important;
}
#content .pagebody .menu_tbl {
  display: block;
  border: none;
}
#content .pagebody .menu_tbl tbody {
  width: 101%;
  display: block;
  letter-spacing: -0.4em;
}
#content .pagebody .menu_tbl tbody tr {
  width: 24%;
  margin: 0 1% 1% 0;
  padding-top: 1%;
  background: #fff5df;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
}
#content .pagebody .menu_tbl tbody tr .newfood {
  padding: 3px 10px;
  font-size: 13px;
  color: #ffffff;
  background: rgba(249, 42, 8, 0.6);
}
#content .pagebody .menu_tbl tbody tr td:first-child {
  padding: 0;
  overflow: hidden;
  text-align: center;
  border: 2px solid #ed6c00;
  position: relative;
}
#content .pagebody .menu_tbl tbody tr td {
  width: 200px !important;
  margin: 0 auto;
  text-align: center;
  display: block;
  border: none;
  font-size: 13.5px;
  letter-spacing: -1px;
}
#content .pagebody .menu_tbl tbody tr td.pickup {
	position: relative;
    margin: -28px auto 10px;
    position: relative;
    background: rgba(255,255,255,0.9);
    padding: 3px 0;
    color: #ed6c00;
    font-weight: bold;
}
#content .pagebody .menu_tbl tbody tr td img {
  vertical-align: bottom;
}
#content .pagebody .menu_tbl tbody tr td span {
  position: absolute;
  top: 0;
  display: block;
  right: 0;
}
#content .pagebody .menu_tbl tbody tr span {
  position: absolute;
  top: 0;
  display: block;
  right: 0;
}
#content .pagebody .menu_tbl tbody tr img {
  padding: 0 !important;
  object-fit: cover;
}
#content .pagebody .menu_tbl tbody td + td + td {
  padding: 0 10px 7px;
}
#content .pagebody ul {
  margin: 15px 0 15px 1em;
  font-size: 15px;
  display: block;
  list-style-type: disc;
}
#content .pagebody ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}
#content .pagebody ol {
  margin: 15px 0 15px 20px;
  font-size: 15px;
  display: block;
  list-style-type: decimal;
}
#content .pagebody ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
#content .pagebody .space {
  padding-right: 10px;
}
#content .pagebody .column2 {
  margin-left: -4%;
  overflow: hidden;
}
#content .pagebody .column2 .column {
  width: 46%;
  margin: 0 0 40px 4%;
  float: left;
}
#content .pagebody .new_menu {
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  background: #ed6c00;
}
#content .pagebody .otoku {
  color: #23569e;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-size: 18px;
}
#content .pagebody .board {
  margin: 5px 0 15px;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#content .pagebody .board p {
  font-size: 16px;
}
#content .pagebody .board > *:last-child {
  margin-bottom: 0 !important;
}
#content .pagebody .btnlink {
  text-align: center;
  font-size: 16px;
}
#content .pagebody .btnlink a {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #de5600;
  border-radius: 4px;
  font-weight: bold;
  border: 1px solid #de5600
}
#content .pagebody .btnlink a:hover {
  background: #fff;
  color: #de5600;
}
#content .pagebody .image_column4 {
  margin-left: -2%;
  letter-spacing: -0.4em;
}
#content .pagebody .image_column4 img {
  width: 23%;
  margin-left: 2%;
  padding: 0;
  display: inline-block;
}
#content .pagebody .image_column3 {
  margin-left: -2%;
  letter-spacing: -0.4em;
}
#content .pagebody .image_column3 img {
  width: 31.333333%;
  margin: 0 0 15px 2%;
  padding: 0;
  display: inline-block;
}
#content .pagebody .barbecue_pickup {
  margin: 0 0 30px;
  padding: 20px 30px 10px;
  background: #fffce5;
  overflow: hidden;
  background: #fff5df;
}
#content .pagebody .barbecue_pickup.winter {
  background: #fff1e9;
}
#content .pagebody .barbecue_pickup h4 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 26px;
  text-align: center;
  color: #e45f00;
}
#content .pagebody .barbecue_pickup table {
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #ffffff;
}
#content .pagebody .barbecue_pickup table th {
  padding: 10px 10px 10px 30px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.6;
  border: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  font-size: 18px;
}
#content .pagebody .barbecue_pickup table td {
  padding: 10px 8px 10px 20px;
  line-height: 1.6;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
#content .pagebody .barbecue_pickup strong {
  color: #f92a08;
  font-size: 22px;
}
#content .pagebody .pegelist > ul {
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 5px;

}
#content .pagebody .pegelist > ul > li {
	color: #fff;
	background: #81d0cb;
	line-height: 1.5;
	padding: 0 0 0 2em;
	border-bottom: 3px solid #fff;
	list-style-type: none!important;
	font-weight: bold;
}
#content .pagebody .pegelist ul li {
	margin-bottom: 0;
	position: relative;
}
#content .pagebody .pegelist > ul > li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	position: absolute;
	left : 0.5em;
	color: #fff;
	top: 8px;
}
#content .pagebody .pegelist li > ul {
	margin: 0 0 7px 0;
	list-style-type: none;
	line-height: 0;
}
#content .pagebody .pegelist li > ul li {
	line-height: 1;
	font-weight: bold;
}
#content .pagebody .pegelist li > ul li a {
	padding: 0.25em 0.5em 0.25em 0;
}
#content .pagebody .pegelist ul li a {
	color: #fff;
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
}
#content .pagebody .pegelist ul li a:hover {
	text-decoration: none;
}
#content .pagebody .pegelist > ul > li:hover {
	background: #fff;
}
#content .pagebody .pegelist > ul > li:hover:before {
	color: #81d0cb;
}
#content .pagebody .pegelist > ul > li:hover a {
	color: #81d0cb;
}
#content .pagebody .indent5 {
	padding-left: 5em;
	text-indent: -5em;
}
#content .pagebody ol > li > ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 15px 0 15px 0;
}

#content .pagebody ol > li > ol > li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
#content .pagebody ol > li > ol > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 80%;
	border: 1px solid #000;
}
#content .pagebody .borderdotted {
	height: 0;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dotted #333;
}
@media screen and (max-width: 480px) {
  /*ページ基本 */
  body.page #content #content_head_outer {
    height: 85px;
  }
  body.page #content #content_head_outer #content_head {
    height: 85px;
  }
  body.page #content #content_head_outer #content_head h2 {
    font-size: 22px;
  }
  body.page #content .pagebody {
    padding: 30px 3% 0;
  }
  body.page #content .pagebody h3 {
    margin: 40px 0 25px;
    font-size: 20px;
  }
  body.page #content .pagebody h4 {
    font-size: 16px;
  }
  body.page #content .pagebody img {
    padding: 0 0 10px 0 !important;
  }

  /*共通ページ基本 */
  #content #content_head_outer {
    height: auto!important;
  }
  #content #content_head_outer #content_head {
    height: auto!important;
  }
  #content #content_head_outer #content_head h2 {
    font-size: 21px;
  }
  #content .pagebody {
    padding: 25px 0;
  }
  #content .pagebody h4 {
    font-size: 16px;
  }
  #content .pagebody img + img,
  #content .pagebody p > a img {
    padding: 0;
  }
}

/* シーズン券早割申込みフォーム */
body.ticket.form .formtbl input,
body.ticket.form .formtbl select,
body.ticket.form2 .formtbl input,
body.ticket.form2 .formtbl select {
  font-size: 14px;
}
body.ticket.form .formtbl textarea {
  width: 100%;
  margin-top: 10px;
}
body.ticket.form input[type="file"] {
  margin-bottom: 10px;
}
body.ticket.form .formtbl .price,
body.ticket.form2 .formtbl .price {
  border: none;
  font-size: 17px;
  font-weight: bold;
}
body.ticket.form .formtbl input[name="郵便番号1"],
body.ticket.form .formtbl input[name="郵便番号2"],
body.ticket.form .formtbl input[name="郵便番号3"],
body.ticket.form .formtbl input[name="郵便番号4"],
body.ticket.form2 .formtbl input[name="郵便番号1"],
body.ticket.form2 .formtbl input[name="郵便番号2"],
body.ticket.form2 .formtbl input[name="郵便番号3"],
body.ticket.form2 .formtbl input[name="郵便番号4"] {
  margin-bottom: 8px;
}
body.ticket.form input[type="submit"],
body.ticket.form2 input[type="submit"] {
  width: 120px;
  height: 36px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 75% !important;
  font-weight: bold;
  color: #222;
  line-height: 28px;
  cursor: pointer;
  background-size: 100%;
  background-image: linear-gradient(#ffffff, #f6f6f6);
  border: solid 1px #ccc;
  border-radius: 4px;
}
body.ticket.form .mw_wp_form .error,
body.ticket.form2 .mw_wp_form .error {
  margin-left: 5px;
  display: inline-block;
}
body.ticket.form .formtbl th {
  width: 20%;
}
@media screen and (max-width: 480px) { 
  .formtbl.seasonticketform {
    display: block;
  }
  body.ticket.form .formtbl th {
    width: auto;
  }
  body.ticket.form .formtbl textarea,
  body.ticket.form .formtbl input {
    max-width: 90%;
  }
  body.ticket.form tbody,
  .formtbl.seasonticketform tbody {
    display: block;
  }
  body.ticket.form tbody tr,
  .formtbl.seasonticketform tbody tr {
    display: block;
    overflow: hidden;
  }
  body.ticket.form tbody tr th,
  .formtbl.seasonticketform tbody tr th {
    width: 100%;
    display: block;
  }
  body.ticket.form tbody tr td,
  .formtbl.seasonticketform tbody tr td {
    width: 100%;
    display: block;
  }
  .formtbl.seasonticketform input[name="セイ"],
  .formtbl.seasonticketform input[name="メイ"] {
    width: 42%;
  }
}

/* 申込みフォーム */
.formtbl input,
.formtbl textarea {
	font-size: 14px;
}
.formtbl input[type="number"] {
	width: 4em;
	margin-bottom: 3px;
    font-size: 14px;
}
.formtbl input[name="furigana"],
.formtbl input[name="shi"],
.formtbl input[name="banchi"] {
	margin-bottom: 3px;
}
.formtbl input[name="sei_kana"],
.formtbl input[name="mei_kana"],
.formtbl input[name="sei_kanji"],
.formtbl input[name="mei_kanji"] {
	width: 30%;
}
.formtbl input[name="sei_kana"],
.formtbl input[name="mei_kana"] {
	margin-bottom: 3px;
}
input[type="submit"] {
	width: 120px;
	height: 36px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 75% !important;
	font-weight: bold;
	color: #222;
	line-height: 28px;
	cursor: pointer;
	background-size: 100%;
	background-image: linear-gradient(#ffffff, #f6f6f6);
	border: solid 1px #ccc;
	border-radius: 4px;
}
p.submittext {
	display: none;
}
.form2 p.submittext {
	text-align: center;
    margin-bottom: 3px;
    display: block;
}
select[name="youbi"] {
	font-size: 14px;
}

@media screen and (max-width: 960px) {
  /* コンテンツヘッダー */
  #content .content_head_outer .content_head {
    width: 100%;
  }
  #content .content_head_outer .content_head h2 {
    width: 94%;
    padding: 10px 3%;
    display: block !important;
    text-align: center !important;
  }
  #content .content_head_outer .content_head h3 {
    width: 100%;
    padding: 10px 0;
    display: block;
  }
  #content .content_head_outer .content_head .info_box {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    display: block;
  }
}
@media screen and (max-width: 720px) {
  #content .pagebody .image_column4 img {
    width: 48% !important;
    padding: 0 0 10px 0 !important;
  }
}
@media screen and (max-width: 480px) {
	.block {
		display: block;
	}
	input[name="apartment"],
	input[name="email"],
	textarea {
		width: 100%!important;
	}
	input[name="sei_kanji"] {
		margin-bottom: 3px;
	}
}
/* 求人情報 */
#content .pagebody .offer_head {
  position: relative;
}
#content .pagebody .offer_head div {
  position: absolute;
  top: 181px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.73);
}
#content .pagebody .offer_head div p {
  margin: 0;
  font-size: 25px;
}
#content .pagebody .offer_head div p span {
  font-size: 16px;
}
#content .pagebody .season_ticket {
  position: static;
  background: none!important;
}
#content .pagebody .season_ticket a {
  display: block;
  text-align: center;
  font-size: 17px;
  padding: 8px 35px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background: #de791d;
  color: #ffffff!important;
}
.season_ticket {
  text-align: center;
  background: rgba(8, 128, 220, 0.9)!important;
}
.season_ticket a {
	display: block;
	text-align: center;
	font-size: 29px;
	padding: 15px 35px;
	color: #fff;
	position: relative;
}
.season_ticket a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.season_ticket a:before {
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
body.page .season_ticket a {
  background: #006600;
}

/* 昨シーズンのシーズン券ご購入の皆さまへ */
.ticket20-21 {
  display: flex;
  padding: 0!important;
  border: none!important;
  background: none!important;
}
.ticket20-21 p {
  width: 50%;
  padding: 20px;
  margin: 10px!important;
  background: #fff3d0;
  transition: 1s all;
}
.ticket20-21 p strong {
  font-size: 20px!important;
}
.ticket20-21 p a {
  color: #0c7511;
}
.ticket20-21 p span {
  font-size: 25px;
}
.ticket20-21 p.ticket1 a {
  color: #e6790a!important;
}
.ticket20-21 p {
  border: 2px solid #fff3d0;
}
.ticket20-21 p.ticket1:hover {
  border: 2px solid #e6790b;
}
.ticket20-21 p.ticket2:hover {
  border: 2px solid #0c7511;
  transition: 1s all;
}
/* Q&A */
.qa {
	margin: 80px;
	line-height: 1.8em;
	font-size: 1.4em;
	overflow: hidden;
}
.qa dt {
	margin: 20px 20px 0 0;
	text-indent: -2.6em;
	padding: 0 20px 0px 50px;
}
.qa dt:first-letter {
	color: #0F78E1;
}
.qa dd:first-letter, .qa dt:first-letter {
	font-size: 1.6em;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
	font-family: 'Nunito', sans-serif;
}
.qa dd {
	margin: 5px 0 0 0;
	border-bottom: 1px #000 dotted;
	text-indent: -2.6em;
	padding: 0 20px 20px 50px;
	display: block!important;
	margin-right: 10px;
	font-size: 15px;
}
.qa dd:first-letter {
	color: #ff6767;
}

/* ------------------------------------------------------------ */
/* ナビスタイル */
/* ------------------------------------------------------------ */
body.page #navs .navbox #nav,
body.single #navs .navbox #nav,
body.archive #navs .navbox #nav {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
body.page #navs .navbox #nav ul,
body.single #navs .navbox #nav ul,
body.archive #navs .navbox #nav ul {
  display: table;
  float: right;
  border-right: 1px dotted #cccccc;
  position: relative;
  z-index: 5;
}
body.page #navs .navbox #nav ul li,
body.single #navs .navbox #nav ul li,
body.archive #navs .navbox #nav ul li {
  width: 230px;
  padding: 0 5px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px dotted #cccccc;
}
body.page #navs .navbox #nav ul li a,
body.single #navs .navbox #nav ul li a,
body.archive #navs .navbox #nav ul li a {
  padding: 15px 0;
  display: block;
}
body.page #navs .navbox #nav ul li a img:hover,
body.single #navs .navbox #nav ul li a img:hover,
body.archive #navs .navbox #nav ul li a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
body.page #navs .navbox #nav ul li a:hover,
body.page #navs .navbox #nav ul li.current a,
body.single #navs .navbox #nav ul li a:hover,
body.single #navs .navbox #nav ul li.current a,
body.archive #navs .navbox #nav ul li a:hover,
body.archive #navs .navbox #nav ul li.current a {
  background: #e4f2d3;
}

@media screen and (max-width: 960px) {
  /* ナビ */
  body.page #navs .navbox #nav ul,
  body.single #navs .navbox #nav ul,
  body.archive #navs .navbox #nav ul {
    width: 100%;
    border-right: none;
  }
  body.page #navs .navbox #nav ul li,
  body.single #navs .navbox #nav ul li,
  body.archive #navs .navbox #nav ul li {
    width: 33.333%;
  }
}

@media screen and (max-width: 480px) {
  body.page #header_outer,
  body.single #header_outer,
  body.archive #header_outer {
    border: none;
  }
  body.page #header_outer #header,
  body.single #header_outer #header,
  body.archive #header_outer #header {
    border: none;
  }
  body.page #header_outer #header #sitetitle img,
  body.single #header_outer #header #sitetitle img,
  body.archive #header_outer #header #sitetitle img {
    width: 35% !important;
    height: auto !important;
  }
  body.page #header_outer #header #nav-toggle,
  body.single #header_outer #header #nav-toggle,
  body.archive #header_outer #header #nav-toggle {
    top: 17px;
  }
  body.page #navs .navbox #nav ul,
  body.single #navs .navbox #nav ul,
  body.archive #navs .navbox #nav ul {
    display: none;
  }
  body.page #navs .navbox #nav ul li,
  body.single #navs .navbox #nav ul li,
  body.archive #navs .navbox #nav ul li {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    border: none;
    border-bottom: 1px dotted #ccc;
  }
}
/* ------------------------------------------------------------ */
/* 瀬女コテージ村 */
/* ------------------------------------------------------------ */
.sena .content_head_outer {
  background: url(images/content_head_outer_sena.png) no-repeat;
  background-size: cover;
}
.sena .content_head_outer .content_head h3 {
  background-color: #009696;
}
.sena .content_head_outer .content_head .info_box {
  background: #00a1a1;
}
.single-sena .content_head_outer {
  border-top: #00a1a1 1px solid;
  border-bottom: #00a1a1 1px solid;
}
/* 瀬女コテージ村 インフォメーション */
.sena .informatin_outer {
  background: url(images/informatin_box_sena.png);
}
.sena .informatin_outer .informatin_box h3,
.sena .informatin_outer .informatin_box h4,
.sena .informatin_outer .informatin_box .next a {
  color: #006666;
}
.sena .informatin_outer .informatin_box .next a {
  background: url(images/arrow_left_sena.png) no-repeat left center;
}
/* 瀬女コテージ村 フェイスブック*/
body.sena .facebook_blog .blog_outer {
  border: 2px solid #006666;
}
body.sena .facebook_blog .blog_outer h3 {
  background: #006666;
}
/* 瀬女コテージ村 天領　サイドメニュー */
.pageside_tab {
  width: 185px;
  position: fixed;
  right: 0;
  top: 300px;
}
.pageside_tab > div {
  text-align: right;
}
.pageside_tab ul li {
  width: 185px;
  display: block;
}
/* 瀬女コテージ村 特別パッケージ */
.packbox1 {
  border-left: 4px solid #1abb9d;
  border-right: 4px solid #f5b384;
  background: #fffee1;
  padding: 20px;
  position: relative;
}
.packbox1:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#1abb9d), to(#f5b384));
  background: -moz-linear-gradient(left, #1abb9d, #f5b384);
  background: linear-gradient(left, #1abb9d, #f5b384);
  position: absolute;
  left: 0;
  top: 0;
}
.packbox1:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#1abb9d), to(#f5b384));
  background: -moz-linear-gradient(left, #1abb9d, #f5b384);
  background: linear-gradient(left, #1abb9d, #f5b384);
  position: absolute;
  left: 0;
  bottom: 0;
}
.packbox1 h4.title {
  text-align: center;
  background: #13a1a1!important;
  color: #fff;
}
body.sena p.tbl_title {
  padding: 10px;
  background: #439a01;
  color: #fff;
  margin-bottom: 0!important;
}
/* 瀬女 コテージ村 メインコンテンツ */
body.sena .sana_main * {
  color: #085d44 !important;
}
body.sena .sana_main .center_box {
  width: 955px;
  max-width: 94%;
  margin: 0 auto;
}
.sena_column {
  width: 100%;
  margin-left: -2%;
  display: table;
}
.sena_column .column {
  width: 48%;
  padding-left: 2%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.sena_column .column img {
  width: auto;
}
.sena_column .column p {
  margin: 0 0 5px;
}
.sena_column .column .btn_link li {
  padding-left: 0;
}
body.sena .sana_main .center_box p {
  margin: 15px 0;
  line-height: 1.8;
}
body.sena .sana_main .center_box h3 {
  margin: 140px 0 30px;
  font-size: 32px;
  font-weight: bold;
}
body.sena .sana_main .center_box h4 {
  margin: 60px 0 30px;
  font-size: 23px;
  font-weight: bold;
}
.sena_lead {
  margin: 40px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
body.sena .sana_main .center_box table {
  width: 100%;
  margin: 0 0 25px;
  border: 1px solid #085d44;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.8;
}
body.sena .sana_main .center_box table th {
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #085d44;
  border-left: 1px solid #085d44;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 16px;
}
body.sena .sana_main .center_box table td {
  padding: 7px 10px;
  border-top: 1px solid #085d44;
  border-left: 1px solid #085d44;
  word-break: break-all;
  vertical-align: middle;
  line-height: 1.5;
}
body.sena .sana_main .center_box ul li {
  margin-bottom: 3px;
  padding-left: 1.2em;
  line-height: 1.8;
}
body.sena .sana_main .center_box ul li:before {
  content: "●";
  width: 15px;
  height: 15px;
  margin: 0 0.2em 0 -1.2em;
  display: inline-block;
}
body.sena .btn_link {
  list-style: none!important;
}
body.sena .btn_link li:before {
  content: none!important;
  
}
body.sena .btn_link li a {
  padding: 10px;
  display: block;
  text-align: center;
  border: 3px solid;
  font-size: 18px;
  font-weight: bold;
}
body.sena .btn_link li a:hover {
  background: #085d44;
  color: #fefefe !important;
}
body.sena .txt_box {
  margin: 40px 0;
  padding: 20px 30px;
  background: #085d44;
}
body.sena .txt_box p {
  color: #fefefe !important;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
body.sena .txt_box p strong,
body.sena .txt_box p a,
body.sena .txt_box p font {
  padding: 0 20px;
  color: #fefefe !important;
  font-size: 32px;
}
body.sena .sana_main .center_box .font_s {
  font-size: 14px !important;
  text-align: center;
}
body.sena .sana_main .center_box .note li:before {
  content: "※";
}
body.sena .sana_main #charm .sena_column {
  width: 100%;
  margin-bottom: 80px;
  display: table;
}
body.sena .sana_main #charm .sena_column .column {
  width: 49%;
  padding: 0 1% 0 0;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
body.sena .sana_main #charm .sena_column .column > img {
  width: 100%;
}
body.sena .sana_main #charm .sena_column .column p {
  margin-top: 5px;
  padding: 0 2%;
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  text-align: left;
}
body.sena .sana_main #charm .sena_column .column div {
  margin-top: 30px;
}
body.sena .sana_main #charm .sena_column .column_right {
  width: 49%;
  padding: 0 0 0 1%;
  text-align: center;
}
body.sena .sana_main #charm .image_box ul {
  width: 100%;
  letter-spacing: -0.4em;
}
body.sena .sana_main #charm .image_box ul li {
  width: 25%;
  display: inline-block;
}
body.sena .sana_main #charm .image_box ul li img {
  width: 100%;
}
body.sena .sana_main #charm .message {
  max-width: 94%;
  margin: 70px auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
body.sena .sana_main #about .cottage8,
body.sena .sana_main #about .cottage16 {
  margin: 0 0 5px;
  line-height: 1.8;
  font-size: 16px;
}
body.sena .sana_main #about .cottage8 {
  color: #aba740 !important;
}
body.sena .sana_main #about .cottage16 {
  color: #a58a98 !important;
}
body.sena .sana_main #charge .chargebox h5 {
  margin-bottom: 15px;
  padding: 5px 15px;
  border: 1px solid;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  background: #085d44;
}
#charge .newchargebox {
  margin: 0 0 30px;
  padding: 20px 30px 10px;
  background: #fffce5;
  overflow: hidden;
  background: #fff5df;
}
#charge .newchargebox .lead_txt {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 26px;
  text-align: center;
  color: #e45f00 !important;
  font-weight: bold;
}
#charge .newchargebox h5 {
  margin-bottom: 15px;
  padding: 5px 15px;
  border: 1px solid;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  background: #085d44;
}
#charge .newchargebox table {
  background: #ffffff;
}
body.sena .sana_main #access h3 {
  width: 94%;
  max-width: 955px;
  margin: 140px auto 30px;
  font-size: 32px;
  font-weight: bold;
}
body.sena .sana_main #access h4 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
body.sena .sana_main #access .sena_column {
  width: 94%;
  max-width: 955px;
  margin: 30px auto;
  font-size: 0;
}
body.sena .sana_main #access .sena_column .column {
  width: 48%;
  margin-left: 2%;
  display: inline-block;
}
body.sena .sana_main #access .sena_column .column:first-child {
  margin: 0 2% 0 0;
}
body.sena .sana_main #access .address {
  margin: 50px 0 100px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  body.sena .sana_main #charm .message {
    margin: 50px auto;
    font-size: 26px;
  }
  body.sena .sana_main #charm .sena_column {
    margin-bottom: 50px;
  }
  body.sena .sana_main #charm .sena_column .column p {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
  }
  body.sena .txt_box {
    padding: 7px 30px;
  }
  body.sena .txt_box p {
    margin: 10px 0;
    font-size: 15px;
  }
  body.sena .txt_box p strong {
    font-size: 27px;
  }
  body.sena .sana_main .center_box h3 {
    margin: 70px 0 25px;
    font-size: 30px;
  }
}
@media screen and (max-width: 720px) {
  body.sena .sana_main #charm .sena_column .column {
    width: 100%;
    padding: 0;
    display: block;
  }
  body.sena .sana_main #charm .sena_column .column > img {
    width: 94%;
    margin: 15px auto 0;
  }
  body.sena .sana_main #charm .sena_column .column div > img {
    width: 94%;
    margin: 0 auto;
  }
  body.sena .sana_main #charm .sena_column + .sena_column .column div img {
    margin: 0 0 15px 0;
  }
  body.sena .sana_main #about .cottage16,
  body.sena .sana_main #about .cottage8 {
    margin: 25px 0 5px;
  }
  .sena_column {
    margin-left: 0;
  }
  .sena_column .column {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  body.sena .sana_main table.c65 {
    width: 100% !important;
  }
  body.sena .sana_main .center_box h3 {
	font-size: 25px;
	margin: 45px 0 25px;
  }
  body.sena .sana_main #access h3 {
	font-size: 25px;
    margin: 45px auto 25px;
  }
  body.sena .sana_main .center_box h4 {
	  margin: 40px 0 10px;
  }
  #content .page_main .about_box .font_size_big {
	  font-size: 16px;
  }
  body.sena .sana_main * {
	  font-size: 14px;
  }
  body.sena .sana_main .center_box table th {
	   font-size: 15px;
  }
  body.sena .sana_main .center_box ul li {
	  padding: 0;
  }
  body.sena .sana_main .note {
	  margin-left: 1em;
  }
  body.sena .sana_main #access .address {
	  margin: 50px 0 50px;
  }
}
@media screen and (max-width: 600px) {
	#charge .newchargebox {
		padding: 2% !important;
	}
}
@media screen and (max-width: 480px) {
  body.sena .sana_main #charm .image_box ul li {
    width: 50%;
  }
  body.sena .sana_main #charm .message {
    margin: 25px 0;
    padding: 0 3%;
    font-size: 20px;
  }
  body.sena .sana_main #charm .sena_column {
    margin-bottom: 10px;
  }
  body.sena .sana_main #charm .sena_column .column img {
    margin: 0 0 20px;
  }
  body.sena .sana_main #charm .sena_column .column p {
    font-size: 17px;
  }
  body.sena .sana_main .center_box h3 {
    margin: 50px 0 20px;
    font-size: 25px;
  }
  body.sena .sana_main .center_box h4 {
    margin: 30px 0 20px;
    font-size: 21px;
  }
  body.sena .txt_box {
    padding: 3%;
  }
  body.sena .txt_box p {
    margin: 0;
    font-size: 14px;
  }
  body.sena .txt_box p strong,
  body.sena .txt_box p a {
    font-size: 22px;
  }
  body.sena .sana_main .about_box .font_size_big {
    font-size: 18px;
  }
  body.sena .sana_main #access .sena_column .column {
    width: 100%;
    margin: 0 0 15px;
  }
  body.sena .sana_main #access h3 {
    margin: 50px 3% 20px;
    font-size: 25px;
  }
  body.sena .sana_main #access h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  body.sena .sana_main #access div {
    margin: 0 0 25px;
  }
  body.sena .sana_main #access .address {
    width: 94%;
    margin: 0 3%;
    font-size: 16px;
  }
}
/* ------------------------------------------------------------ */
/* 一里野 */
/* ------------------------------------------------------------ */
/* 一里野温泉スキー場 タイトルヘッダー*/
.single-ichirino .content_head_outer,
#ichirino .content_head_outer {
  background: url(images/content_head_outer.png) no-repeat;
  background-size: cover;
  border-top: #439a00 1px solid;
}
.single-ichirino .content_head_outer .content_head h3,
#ichirino .content_head_outer .content_head h3 {
  background-color: #17840a;
}
.single-ichirino .content_head_outer .content_head .info_box,
#ichirino .content_head_outer .content_head .info_box {
  background: #439a00;
}
@media screen and (max-width: 960px) {
  .single-ichirino #header_outer #header h1,
  #ichirino #header_outer #header h1 {
    border-bottom: none !important;
  }
  .single-ichirino #content,
  #ichirino #content {
  }
  .single-ichirino #content .page_tab ul,
  #ichirino #content .page_tab ul {
    border-right: none;
  }
  .single-ichirino #content .page_tab ul li:first-child,
  #ichirino #content .page_tab ul li:first-child {
    border-left: none;
  }
  .single-ichirino #content .page_main,
  #ichirino #content .page_main {
    overflow: hidden;
  }
  .single-ichirino #content .page_main .informatin_box,
  #ichirino #content .page_main .informatin_box {
    width: 94%;
    padding: 30px 3%;
  }
  .single-ichirino #content .page_main .facebook_blog,
  #ichirino #content .page_main .facebook_blog {
    width: 94%;
    padding: 0 3%;
  }
  .single-ichirino #content .pagebody,
  #ichirino #content .pagebody {
    width: 94%;
    padding: 30px 3% 80px;
  }
  .single-ichirino #content .pagebody .menu_border h5,
  #ichirino #content .pagebody .menu_border h5 {
    margin: 0 0 15px;
  }
  .single-ichirino #content .pagebody .menu_border div.f_left,
  #ichirino #content .pagebody .menu_border div.f_left {
    margin-right: 0 !important;
    float: none !important;
  }
  .single-ichirino #content .pagebody .menu_border div.f_left h5:first-child,
  #ichirino #content .pagebody .menu_border div.f_left h5:first-child {
    margin-top: 0 !important;
  }
  .single-ichirino #content .pagebody .menu_border div.f_right,
  #ichirino #content .pagebody .menu_border div.f_right {
    float: none !important;
    text-align: center;
  }
  .single-ichirino #content .pagebody .menu_tbl tbody tr,
  #ichirino #content .pagebody .menu_tbl tbody tr {
    width: 49%;
    margin: 0 1% 1% 0;
  }
}
@media screen and (max-width: 480px) {
  .single-ichirino #content .page_main .facebook_blog .facebook,
  .single-ichirino #content .page_main .facebook_blog .blog_outer,
  #ichirino #content .page_main .facebook_blog .facebook,
  #ichirino #content .page_main .facebook_blog .blog_outer {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .single-ichirino #content .page_main .facebook_blog .facebook,
  #ichirino #content .page_main .facebook_blog .facebook {
    height: 300px;
  }
  .single-ichirino #content .page_tab,
  #ichirino #content .page_tab {
    height: auto;
  }
  .single-ichirino #content .page_tab #page_tab_menu,
  #ichirino #content .page_tab #page_tab_menu {
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #00520a;
    font-weight: bold;
    border-bottom: 1px solid #00520a;
  }
  .single-ichirino #content .page_tab #page_tab_menu:before,
  #ichirino #content .page_tab #page_tab_menu:before {
    content: "▼";
    width: 10px;
    height: 10px;
  }
  .single-ichirino #content .page_tab #page_tab_menu.open:before,
  #ichirino #content .page_tab #page_tab_menu.open:before {
    content: "▲";
  }
  .single-ichirino #content .page_tab ul,
  #ichirino #content .page_tab ul {
    height: auto;
    display: none;
	letter-spacing: -.5em;
	margin-top: 3px;
  }
  .single-ichirino #content .page_tab > ul > li,
  #ichirino #content .page_tab > ul > li {
    width: 50%;
    display: inline-block;
	letter-spacing: normal;
    border-left: none;
  }
  .single-ichirino #content .page_tab ul li a,
  #ichirino #content .page_tab ul li a {
    padding: 10px 0;
    display: block;
    border-right: 1px solid #00520a;
    border-bottom: 1px solid #00520a;
  }
  .single-ichirino #content .page_tab ul li:nth-child(even) a,
  #ichirino #content .page_tab ul li:nth-child(even) a {
    border-right: none;
  }
  .single-ichirino #content .pagebody .page_lead p,
  #ichirino #content .pagebody .page_lead p {
    font-size: 16px;
  }
  .single-ichirino #content .pagebody .border_strong,
  #ichirino #content .pagebody .border_strong {
    padding: 3% 3% 0 3%;
  }
  .single-ichirino #content .pagebody .menu_border div.f_right,
  .single-ichirino #content .pagebody .menu_border div.f_left,
  #ichirino #content .pagebody .menu_border div.f_right,
  #ichirino #content .pagebody .menu_border div.f_left {
    margin: 0 0 20px 0 !important;
  }
  .single-ichirino #content .pagebody .board,
  #ichirino #content .pagebody .board {
    padding: 4%;
  }
  .single-ichirino #content .pagebody .board h6,
  #ichirino #content .pagebody .board h6 {
    margin: 0 0 10px;
  }
  .single-ichirino #content .pagebody .board p,
  #ichirino #content .pagebody .board p {
    font-size: 14px;
  }
  .single-ichirino #content .pagebody .menu_tbl tbody,
  #ichirino #content .pagebody .menu_tbl tbody {
    width: 100%;
  }
  .single-ichirino #content .pagebody .menu_tbl tbody tr,
  #ichirino #content .pagebody .menu_tbl tbody tr {
    width: 100%;
    margin: 0 0 1% 0;
    padding: 15px 0 5px;
  }
  .single-ichirino #content .pagebody .menu_border,
  #ichirino #content .pagebody .menu_border {
    padding: 4%;
  }
  .single-ichirino #content .pagebody .menu_border h5,
  #ichirino #content .pagebody .menu_border h5 {
    font-size: 20px;
  }
  .single-ichirino #content .pagebody .barbecue_pickup,
  #ichirino #content .pagebody .barbecue_pickup {
    padding: 3%;
  }
  .single-ichirino #content .pagebody .barbecue_pickup h4,
  #ichirino #content .pagebody .barbecue_pickup h4 {
    font-size: 20px;
  }
  .single-ichirino #content .pagebody .barbecue_pickup table,
  #ichirino #content .pagebody .barbecue_pickup table {
    border: none;
  }
  .single-ichirino #content .pagebody .barbecue_pickup table th,
  #ichirino #content .pagebody .barbecue_pickup table th {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    display: block;
    border-bottom: none;
  }
  .single-ichirino #content .pagebody .barbecue_pickup table td,
  #ichirino #content .pagebody .barbecue_pickup table td {
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px;
    display: block;
    font-size: 15px;
  }
  .single-ichirino #content .pagebody .barbecue_pickup table td strong,
  #ichirino #content .pagebody .barbecue_pickup table td strong {
    font-size: 20px;
  }
}
/*  一里野温泉スキー場 ゴンドラ */
.gondolabox1 {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);
}
.gondolabox1 p {
  color: #fff;
}
.gondolabox1 p + p {
  margin-bottom: 0!important;
}
.gondola2 {
  clear: both;
  padding: 10px 20px;
  background: #f9d4d4;
}
.pickupbox .night_gondola {
  padding: 10px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1040px) {
  .pickupbox .night_gondola {
    padding: 0;
  }
  .pickupbox .night_gondola a {
    padding: 10px;
    display: block;
  }
}
/* 一里野温泉スキー場 レストラン */
body#restaurant.ichirino .pagebody .menu_border .f_right {
  margin: 0 0 20px 20px !important;
}

/* 一里野温泉スキー場 インフォメーション */
#ichirino .informatin_outer {
  background: url(images/informatin_box_ichirino.png);
}
#ichirino .informatin_outer .informatin_box h3,
#ichirino .informatin_outer .informatin_box h4,
#ichirino .informatin_outer .informatin_box .next a {
  color: #439a00;
}
#ichirino .informatin_outer .informatin_box .next a {
  background: url(images/arrow_left_ichirino.png) no-repeat left center;
}

/* 一里野温泉スキー場 フェイスブック・スタッフブログ */
body#ichirino .facebook_blog .blog_outer {
  border: 2px solid #439a00;
}
body#ichirino .facebook_blog .blog_outer h3 {
  background: #439a00;
}

/* ------------------------------------------------------------ */
/* 癒しの湯 天領 */
/* ------------------------------------------------------------ */
#tenryou .content_head_outer {
  background: url(images/content_head_outer_tenryou.png) no-repeat;
  background-size: cover;
}
#tenryou .content_head_outer .content_head h3 {
  background-color: #02b596;
}
#tenryou .content_head_outer .content_head .info_box {
  background: #04bf9f;
}

/* 癒しの湯 天領 インフォメーション */
#tenryou .informatin_outer {
  background: url(images/informatin_box_tenryou.png);
}
#tenryou .informatin_outer .informatin_box h3,
#tenryou .informatin_outer .informatin_box h4,
#tenryou .informatin_outer .informatin_box .next a {
  color: #008484;
}
#tenryou .informatin_outer .informatin_box .next a {
  background: url(images/arrow_left_tenryou.png) no-repeat left center;
}

/* 瀬女コテージ村 天領　サイドメニュー */
.pageside_tab {
  width: 185px;
  position: fixed;
  right: 0;
  top: 300px;
}
.pageside_tab > div {
  text-align: right;
}
.pageside_tab ul li {
  width: 185px;
  display: block;
}


/* 癒しの湯 天領 メインコンテンツ */
#tenryou .tenryou_main * {
  color: #008484;
}
#tenryou .tenryou_main .center_box {
  width: 955px;
  max-width: 94%;
  margin: 0 auto;
}
#tenryou .tenryou_main .center_box .tenryou_column {
  width: 102%;
  margin-left: -2%;
  display: table;
}
#tenryou .tenryou_main .center_box .tenryou_column .column {
  width: 48%;
  padding-left: 2%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
#tenryou .tenryou_main .center_box .tenryou_column .column img {
  width: auto;
}
#tenryou .tenryou_main .center_box .tenryou_column .column p {
  margin: 0 0 5px;
}
#tenryou .tenryou_main .center_box .about_lead {
  margin: 40px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
#tenryou .tenryou_main .center_box p {
  margin: 15px 0;
  line-height: 1.8;
}
#tenryou .tenryou_main .center_box h3 {
  margin: 140px 0 30px;
  font-size: 32px;
  font-weight: bold;
}
#tenryou .tenryou_main .center_box h4 {
  margin: 60px 0 30px;
  font-size: 23px;
  font-weight: bold;
}
#tenryou .tenryou_main .center_box h5 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid;
}
#tenryou .tenryou_main .center_box ul li {
  margin-bottom: 3px;
  padding-left: 1.2em;
  line-height: 1.8;
}
#tenryou .tenryou_main .center_box ul li:before {
  content: "●";
  width: 15px;
  height: 15px;
  margin: 0 0.2em 0 -1.2em;
  display: inline-block;
}
#tenryou .tenryou_main .center_box table {
  width: 100%;
  margin: 0 0 25px;
  border: 1px solid #085d44;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.8;
}
#tenryou .tenryou_main .center_box table th {
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #085d44;
  border-left: 1px solid #085d44;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 16px;
}
#tenryou .tenryou_main .center_box table td {
  padding: 7px 10px;
  border-top: 1px solid #085d44;
  border-left: 1px solid #085d44;
  word-break: break-all;
  vertical-align: middle;
  line-height: 1.5;
}
#tenryou .tenryou_main .center_box .note {
  margin: 30px 0;
}
#tenryou .tenryou_main .center_box .note li:before {
  content: "※";
}
#tenryou .tenryou_main .center_box .tenryou_lead {
  margin: 40px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
#tenryou .tenryou_main #utility > div.center {
  letter-spacing: -0.4em;
}
#tenryou .tenryou_main #utility > div.center img {
  width: 33.333%;
  display: inline-block;
}
#tenryou .tenryou_main #charm .tenryou_column {
  width: 100%;
  margin-bottom: 80px;
  display: table;
}
#tenryou .tenryou_main #charm .tenryou_column .column {
  width: 49%;
  padding: 0 1% 0 0;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
#tenryou .tenryou_main #charm .tenryou_column .column > img {
  width: 100%;
}
#tenryou .tenryou_main #charm .tenryou_column .column p {
  margin-top: 5px;
  padding: 0 2%;
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  text-align: left;
}
#tenryou .tenryou_main #charm .tenryou_column .column div {
  margin-top: 30px;
}
#tenryou .tenryou_main #charm .tenryou_column .column_right {
  width: 49%;
  padding: 0 0 0 1%;
  text-align: center;
}
#tenryou .tenryou_main #charm .image_box ul {
  width: 100%;
  letter-spacing: -0.4em;
}
#tenryou .tenryou_main #charm .image_box ul li {
  width: 25%;
  display: inline-block;
}
#tenryou .tenryou_main #charm .image_box ul li img {
  width: 100%;
}
#tenryou .tenryou_main #charm .message {
  margin: 70px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#tenryou .tenryou_main .access_box h3 {
  width: 94%;
  max-width: 955px;
  margin: 140px auto 30px;
  font-size: 32px;
  font-weight: bold;
}
#tenryou .tenryou_main .access_box .tenryou_column {
  width: 955px;
  max-width: 94%;
  margin: 30px auto;
  font-size: 0;
}
#tenryou .tenryou_main .access_box .tenryou_column .column {
  width: 48%;
  margin-left: 2%;
  display: inline-block;
}
#tenryou .tenryou_main .access_box .tenryou_column .column h4 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
#tenryou .tenryou_main .access_box .tenryou_column .column:first-child {
  margin: 0 2% 0 0;
}
#tenryou .tenryou_main .access_box .address {
  margin: 50px 0 100px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#tenryou .tenryou_main .newchargebox {
  margin: 0 0 30px;
  padding: 20px 30px 10px;
  background: #f5f9f3;
  overflow: hidden;
}
#tenryou .tenryou_main .newchargebox h6 {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  /* 癒しの湯 天領 メインコンテンツ */
  body#tenryou .tenryou_main #charm .tenryou_column {
    margin-bottom: 50px;
  }
  body#tenryou .tenryou_main #charm .tenryou_column .column p {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
  }
  body#tenryou .tenryou_main .center_box h3 {
    margin: 70px 0 25px;
    font-size: 30px;
  }
  body#tenryou .tenryou_main .center_box .about_lead {
    margin: 20px 0;
    font-size: 16px;
  }
  body#tenryou .tenryou_main .center_box table {
    width: 100% !important;
  }
}
@media screen and (max-width: 720px) {
  /* 天領 メインコンテンツ */
  body#tenryou .pageside_tab ul li {
    background: #087f7f !important;
  }
  body#tenryou .tenryou_main #charm .message {
    margin: 50px auto;
    font-size: 26px;
  }
  body#tenryou .tenryou_main #charm .tenryou_column {
    margin-bottom: 0;
  }
  body#tenryou .tenryou_main #charm .tenryou_column .column {
    width: 100%;
    padding: 0;
    display: block;
  }
  body#tenryou .tenryou_main #charm .tenryou_column .column > img {
    width: 94%;
  }
  body#tenryou .tenryou_main #charm .tenryou_column .column div {
    margin: 30px 0;
  }
  body#tenryou .tenryou_main #about .cottage16,
  body#tenryou .tenryou_main #about .cottage8 {
    margin: 15px 0 5px;
  }
}
@media screen and (max-width: 480px) {
  /* 天領 メインコンテンツ */
  body#tenryou .tenryou_main #charm .image_box ul li {
    width: 50%;
  }
  body#tenryou .tenryou_main #charm .tenryou_column .column p {
    font-size: 17px;
  }
  body#tenryou .tenryou_main .center_box h3 {
    margin: 50px 0 20px;
    font-size: 25px;
  }
  body#tenryou .tenryou_main .center_box h4 {
    margin: 30px 0 20px;
    font-size: 21px;
  }
  body#tenryou .tenryou_main #utility > div.center img {
    width: 50%;
    margin: 0 0 10px;
  }
  body#tenryou .tenryou_main #access h3 {
    margin: 50px 3% 20px;
    font-size: 25px;
  }
  body#tenryou .tenryou_main #access h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  body#tenryou .tenryou_main #access div {
    margin: 0 0 25px;
  }
  body#tenryou .tenryou_main #access .tenryou_column {
    margin: 30px auto !important;
  }
  body#tenryou .tenryou_main #access .tenryou_column .column {
    width: 100%;
    margin: 0 0 15px;
  }
  body#tenryou .tenryou_main #access .address {
    width: 94%;
    margin: 0 3%;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
	#index_banner ul li a {
		margin: 15px 0;
		display: block;
	}
	.box_padding img {
		width: 80px;
	}
	#index_contents #staffblog_movie .staffblog .blognav li {
		font-size: 14px;
		padding: 0 10px;
	}
}
.onsennifty {
  text-align: center;
  background: none!important;
  position: absolute;
  width: 200px!important;
  top: 25px;
  z-index: 100;
  right: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.onsennifty a {
  color: #fff;
  font-size: 8pt;
}
.onsennifty img {
	/*border: none;
    width: 300px;
    margin-bottom: 15px;*/
  width: 300px;
  border: none;
}
.reservation {
  text-align: center;
  background: #14a1a1;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 20px 20px 20px 40px;
  border: 3px solid #fff;
  z-index: 100;
  width: 150px;
}
.reservation:before {
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.reservation p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.covid {
  text-align: center;
  padding: 20px;
  background: #7fcd00;
  position: relative;
}
.covid:hover {
  background: #62ac32;
}
.covid:before {
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 21px;
  height: 21px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.covid a:hover {
  text-decoration: none;
}
.covid p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
/* 瀬女コテージ村 ヘッダー */
#sena.information.sena #content #content_head_outer,
#sena.information.sena #content #content_head_outer #content_head h2 {
  background: #00a1a1!important;
}
body.sena #content #content_head_outer,
body.sena.single-sena #content #content_head_outer {
  background: url(images/content_head_outer_sena.png?201910) no-repeat!important;
  background-size: 100%!important;
}
body.sena #content #content_head_outer #content_head h2,
body.sena.single-sena #content #content_head_outer #content_head h2 {
	    background-color: rgb(255, 255, 255)!important;
}
.sena #content_head_outer #content_head h3 {
  background-color: #009696!important;
}
.sena #content_head_outer #content_head .info_box {
  background: #00a1a1!important;
}
#sena.information.sena #content .entrydate:after {
	color: #00a1a1;
}
@media screen and (max-width: 480px) {
	body#sena #content #content_head_outer {
		height: auto!important;
	}
}
#content #content_head_outer #content_head h3 {
    width: 140px;
    text-align: center;
  display: table-cell;
    vertical-align: middle;
    color: #fefefe;
    background: url(images/content_head_h2.png?201910);
    background-color: #e88100;
}
#content #content_head_outer #content_head h2,
#content #content_head_outer #content_head h3,
#content #content_head_outer #content_head .info_box {
  display: table-cell;
  vertical-align: middle;
}
#content #content_head_outer #content_head .info_box dl {
  max-width: 325px;
  padding: 0 0 0 15px;
  margin: 2px 0;
  overflow: hidden;
}
#content #content_head_outer #content_head .info_box dl dt {
  font-weight: bold;
}
#content #content_head_outer #content_head .info_box dl dd {
  margin-right: 20px;
}
#content #content_head_outer #content_head .info_box dl dt,
#content #content_head_outer #content_head .info_box dl dd {
  color: #fefefe;
  float: left;
  font-size: 13.4px;
  letter-spacing: -0.9px;
}
#tenryou #content_head_outer #content_head h3 {
    background-color: #02b596;
}
body#tenryou #content #content_head_outer, body.tenryou.single-sena #content #content_head_outer {
    background: url(images/content_head_outer_tenryou.png?201910) no-repeat center right!important;
    background-size: 90%!important;
}
/*カラム*/
.columns {
	margin-left: -2%;
	letter-spacing: -0.4em;
}
.columns .column3 {
	width: 31.333%;
	margin-left: 2%;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: normal;
}
.columns .column4 {
	width: 23%;
	margin-left: 2%;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: normal;
}
.goto {
  padding: 20px;
  background: #53b906;
  overflow: hidden;
  position: relative;
}
.goto:hover {
  background: #439a00;
}
.goto a:hover {
  text-decoration: none;
}
.goto:before {
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 21px;
  height: 21px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.goto .text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.goto .img {
  text-align: center;
}
.goto a {
  display: block;
}
.goto a :hover{
  opacity: 0.7;
}

body.sena.single-post #content #content_head_outer #content_head h2 {
  background: none!important;
}
body.sena.single-post #content #content_head_outer {
background: #14a1a1!important;
}
@media screen and (max-width: 480px) {
  #header_outer #header #header_content ul.facebook {
    margin-top: 28px;
  }
  .covid p {
    font-size: 13px;
  }
  .reservation {
    position: static;
    padding: 10px;
    width: calc(100% - 25px);
    position: relative;
    top: 0;
    left: 0;
  }
  #content #content_head_outer #content_head {
    margin: 0;
    width: 100%;
    display: block;
    height: auto;
  }
  body.sena #content #content_head_outer #content_head h2 {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  #tenryou #content_head_outer #content_head .info_box {
    background: #19bf9f!important;
  }
  body.tenryou #content #content_head_outer, body.tenryou.single-sena #content #content_head_outer {
    background: #17af99!important;
  }
  body#tenryou #content #content_head_outer, body.tenryou.single-sena #content #content_head_outer {
    background: none!important;
  }

  #content #content_head_outer #content_head h3 {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #content #content_head_outer #content_head .info_box {
    display: block;
    vertical-align: top;
    padding: 10px 0;
  }
  .onsennifty {
    position: static;
    width: calc(100% - 20px)!important;
    overflow: hidden;
    padding: 10px;
  }
  .onsennifty img {
    border: none;
    width: 50px!important;
    float: left;
  }
  #content #content_head_outer #content_head h2 {
    display: block!important;
    width: 100%!important;
    text-align: center!important;
    padding: 10px 0!important;
  }
}
.tax-information_category #content #content_head_outer,
body.post-type-archive-information #content #content_head_outer {
  background: #439a00!important;
}



/* 天領休館中 */
.pickupbus {
	position: absolute;
	bottom: 45px;
	width: 1020px;
	max-width: 93%;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
	padding: 15px;
	z-index: 1000;
}
.pickupbus img {
	width: auto!important;
}
.pickupbus p {
	display: inline-block;
	clear: both;
	overflow: hidden;
	font-size: 21px;
	padding: 10px 20px;
	background: #fff;
}
.pickupbus .close {
	font-size: 16px;
	font-weight: bold;
}
.pickupbus div {
	margin-top: 15px;
}
.pickupbus p a {
	background: #3e9ebe;
	color: #fff;
	padding: 20px 50px;
	position: relative;
}
.pickupbus p a:hover {
	opacity: 0.9;
	text-decoration: none;
}
.pickupbus p a:before {
	content: "";
	display: block;
	top: 20px;
	left: 5px;
	width: 21px;
	height: 21px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.pickupbox .pickup.ticket {
  position: relative;
}
.pickupbox .pickup.ticket:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/ticket-bk.png) no-repeat top left 40px / 100% auto;
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 880px) {
  #content .pagebody .offer_head div {
    top: auto;
    bottom: 0;
  }
  #content .pagebody .offer_head div p {
    font-size: 15px;
  }
  #sena .pickupbox p.hakusan_pack {
    width: 350px!important;
    margin: 0!important;
  }
  #sena .pickupbox p.pickup.ticket {
    margin: 0!important;
  }
  #sena .pickupbox p.pickup.offer {
    margin: 5px 0 0!important;
  }
  .pickupbox .pickup.ticket a,
  .pickupbox .pickup.offer a {
    text-align: center;
  }
	.pickupbox {
		width: 100%!important;
		position: relative;
		bottom: 0!important;
    height: auto!important;
    padding: 10px 0;
	}
 #sena .pickupbox {
    width: calc(100% - 20px)!important;
    padding: 10px;
  }
	.pickupbox p {
		width: 100%!important;
	}
	.pickupbox p.offer {
		margin-left: 0;
	}
	.pickupbox p.pickup {
		height: auto!important;
	}
	.pickupbus {
		max-width: 96%;
		position: relative;
		overflow: hidden;
		bottom: auto;
		padding: 15px 2%;
	}
	.pickupbus p {
		font-size: 14px!important;
	}
  .pickupbox .pickup.ticket,
  .pickupbox .pickup.offer {
    max-width: calc(100% - 20px)!important;
    /*border: none!important;
    border-radius: 0!important;
    text-align: left;*/
    background: none;
    border: 2px solid #2c7825!important;
  }
  .pickupbox .pickup.ticket:before {
    background: none;
  }
  .pickupbox .pickup.ticket img,
  .pickupbox .pickup.offer img {
    width: 300px!important;
  }
}
@media screen and (max-width: 600px) {
	.pickupbus p {
		padding: 0;
		display: block;
		margin-bottom: 5px;
	}
	.pickupbus p a {
		width: 92%;
		display: block;
		padding: 15px 4%;
	}
  .pickupbus .close a {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 480px) {
	.pickupbox p.pickup a {
	    /*padding: 15px 15px 15px 30px;*/
		font-size: 16px;
	}
	.pickupbox p.pickup a:before {
		content: "";
		top: 30px;
		width: 15px;
		height: 15px;
	}
}
@media screen and (max-width: 480px) {
	.pickupbus p a::before {
		content: "";
		width: 15px;
		height: 15px;
	}
}