@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.inner, .con_title, #footer .sns {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .inner, .con_title, #footer .sns {
    width: 95%;
  }
}

.inner:after, #fixmenu:after, .con_title:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #474747;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 116%;
}
.ie body {
  font-size: 112%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 108%;
  }
}
body a {
  color: #616161;
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #7a7a7a;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ion-ios-arrow-thin-right {
  margin-right: 0.5em;
}

.fitted {
  cursor: pointer;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

.has-modal #page {
  position: fixed;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#homepage #header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #homepage #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
#homepage #header .inner {
  max-width: 1100px;
}
#homepage #header .inner .txt_header {
  display: none;
}
#homepage #header .inner h1 {
  display: none;
}
#homepage #header .inner .con_nav {
  width: 84%;
  padding-bottom: 25px;
  padding-top: 40px;
}
@media only screen and (max-width: 1100px) {
  #homepage #header .inner .con_nav {
    width: 100%;
  }
}
@media print {
  #homepage #header .inner .con_nav {
    width: 100%;
  }
}
.ie8 #homepage #header .inner .con_nav {
  width: 100%;
}

#header {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
}
#header:after {
  content: " ";
  display: block;
  width: 1800px;
  background: url(../images/common/bg_texture_gray.png);
  top: 0;
  left: 40px;
  position: absolute;
  height: 25px;
  z-index: 1;
}
@media only screen and (max-width: 1660px) {
  #header:after {
    left: 0;
  }
}
@media print {
  #header:after {
    left: 0;
  }
}
.ie8 #header:after {
  left: 0;
}
@media only screen and (max-width: 767px) {
  #header:after {
    display: none;
  }
}
#header .inner {
  position: relative;
  z-index: 2;
  max-width: 1235px;
}
@media only screen and (max-width: 767px) {
  #header .inner {
    width: 100% !important;
  }
}
#header .inner .txt_header {
  font-size: 94%;
}
@media only screen and (max-width: 767px) {
  #header .inner .txt_header {
    display: none;
  }
}
#header .inner h1 {
  width: 15%;
  float: left;
  padding-top: 35px;
}
@media only screen and (max-width: 1100px) {
  #header .inner h1 {
    padding-right: 20px;
    padding-top: 25px;
  }
}
@media print {
  #header .inner h1 {
    padding-right: 20px;
    padding-top: 25px;
  }
}
.ie8 #header .inner h1 {
  padding-right: 20px;
  padding-top: 25px;
}
@media only screen and (max-width: 850px) {
  #header .inner h1 {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .inner h1 {
    float: left;
    padding-top: 20px;
    width: auto;
    margin-left: 2.5%;
  }
  #header .inner h1 img {
    width: 130px;
  }
}
#header .inner .con_nav {
  width: 84%;
  float: left;
  padding-right: 2%;
  padding-bottom: 15px;
  padding-top: 35px;
}
@media only screen and (max-width: 1100px) {
  #header .inner .con_nav {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 25px;
  }
}
@media print {
  #header .inner .con_nav {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 25px;
  }
}
.ie8 #header .inner .con_nav {
  width: 100%;
  padding-bottom: 20px;
  padding-right: 0;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  #header .inner .con_nav {
    display: none;
  }
}
#header .inner .con_reservation {
  position: absolute;
  top: 0;
  right: 0;
  width: 16%;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  #header .inner .con_reservation {
    clear: both;
    width: 100%;
    max-width: 640px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media print {
  #header .inner .con_reservation {
    clear: both;
    width: 100%;
    max-width: 640px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.ie8 #header .inner .con_reservation {
  clear: both;
  width: 100%;
  max-width: 640px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #header .inner .con_reservation {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .inner .con_reservation {
    width: 48%;
    float: right;
    margin-top: -40px;
    text-align: left;
  }
}
#header .inner .con_reservation ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  #header .inner .con_reservation ul {
    position: relative;
    overflow: hidden;
  }
}
@media print {
  #header .inner .con_reservation ul {
    position: relative;
    overflow: hidden;
  }
}
.ie8 #header .inner .con_reservation ul {
  position: relative;
  overflow: hidden;
}
#header .inner .con_reservation ul li {
  display: table;
  height: 100%;
  float: left;
  width: 100%;
}
#header .inner .con_reservation ul li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 120%;
  text-align: center;
}
@media only screen and (max-width: 1235px) {
  #header .inner .con_reservation ul li a {
    font-size: 107%;
  }
}
@media print {
  #header .inner .con_reservation ul li a {
    font-size: 107%;
  }
}
.ie8 #header .inner .con_reservation ul li a {
  font-size: 107%;
}
@media only screen and (max-width: 1100px) {
  #header .inner .con_reservation ul li a {
    display: block;
    padding: 18px;
  }
  #header .inner .con_reservation ul li a br {
    display: none;
  }
}
@media print {
  #header .inner .con_reservation ul li a {
    display: block;
    padding: 18px;
  }
  #header .inner .con_reservation ul li a br {
    display: none;
  }
}
.ie8 #header .inner .con_reservation ul li a {
  display: block;
  padding: 18px;
}
.ie8 #header .inner .con_reservation ul li a br {
  display: none;
}
#header .inner .con_reservation ul li a i {
  font-size: 134%;
}
#header .inner .con_reservation ul li a i.left {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #header .inner .con_reservation ul li a i.right {
    display: none;
  }
  #header .inner .con_reservation ul li a i.left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}
@media print {
  #header .inner .con_reservation ul li a i.right {
    display: none;
  }
  #header .inner .con_reservation ul li a i.left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}
.ie8 #header .inner .con_reservation ul li a i.right {
  display: none;
}
.ie8 #header .inner .con_reservation ul li a i.left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#header .inner .con_reservation ul li.stay {
  background: url(../images/common/bg_texture_green.png);
}
#header .inner .con_reservation ul li.higaeri {
  background: url(../images/common/bg_texture_lightgreen.png);
}

.hnav {
  width: 45%;
  float: left;
  text-align: right;
}
.hnav p {
  font-size: 167%;
  text-align: center;
}
.hnav p a {
  text-decoration: none;
}

.gnav ul {
  display: table;
  width: 100%;
}
.gnav ul li {
  display: table-cell;
  padding: 0 14px;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
.gnav ul li:first-child {
  padding-left: 0;
}
.gnav ul li a {
  text-decoration: none;
  font-size: 120%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  display: block;
}
@media only screen and (max-width: 1235px) {
  .gnav ul li a {
    font-size: 107%;
  }
}
@media print {
  .gnav ul li a {
    font-size: 107%;
  }
}
.ie8 .gnav ul li a {
  font-size: 107%;
}
.gnav ul li a span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.gnav ul li a span:after {
  content: " ";
  display: block;
  height: 2px;
  width: 0;
  background: #3e4728;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gnav ul li a:hover span:after {
  width: 100%;
}
.gnav ul li.txt_tel {
  width: 20%;
  padding: 0;
  vertical-align: middle;
}
.gnav ul li.txt_tel span,
.gnav ul li.txt_tel a {
  padding: 5px 10px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.gnav ul li.gnav_acc {
  padding-right: 30px;
}
.gnav ul li.lang {
  position: relative;
  padding: 0 12px;
}
@media only screen and (max-width: 1024px) {
  .gnav ul li.lang {
    padding-bottom: 10px;
  }
}
.gnav ul li.lang .btn_lang {
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.gnav ul li.lang .btn_lang::after {
  content: '\f104';
  margin-top: -.5em;
  padding-left: 5px;
  line-height: 1;
  font-family: "ionicons";
  color: #4d7453;
}
.gnav ul li.lang ul {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
}
.gnav ul li.lang ul li {
  display: block;
  padding: 10px;
  padding-left: 1em;
  border-top: 1px solid #d2d2d2;
  line-height: 1.2;
  text-align: left;
}
.gnav ul li.lang ul li a {
  padding: 15px 0;
  font-size: 94%;
}

#btn_spfixmenu {
  position: fixed;
  z-index: 99;
  right: 10px;
  top: -65px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  display: none;
}
@media only screen and (max-width: 767px) {
  #btn_spfixmenu {
    display: block;
  }
}
#btn_spfixmenu.show {
  top: 10px;
}
#btn_spfixmenu a {
  width: 65px;
  line-height: 65px;
  height: 65px;
  text-align: center;
  background: url(../images/common/bg_texture_gray.png);
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #20302d;
}
#btn_spfixmenu a span {
  color: #20302d;
  font-size: 240%;
}

.con_topicpath {
  padding: 20px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.con_topicpath ul {
  float: right;
  overflow: hidden;
}
.con_topicpath ul li {
  float: left;
  margin-left: 10px;
  color: #fff;
  font-size: 87%;
}
.con_topicpath ul li a {
  color: #fff;
}
.con_topicpath ul li i {
  margin-right: 10px;
}

/* -----------------------------------------------------------
	#fixmenu
----------------------------------------------------------- */
#fixmenu {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #fixmenu {
    display: none;
  }
}
#fixmenu .con_catch {
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .con_catch {
    display: none;
  }
}
#fixmenu .con_catch p {
  position: relative;
  display: block;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 0.7%;
  background: url(../images/common/bg_texture_gray.png);
  line-height: 30px;
  font-size: 90%;
  letter-spacing: .05em;
}
#fixmenu .con_catch p::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 30px;
  background: url(../images/common/bg_texture_gray.png);
}
#fixmenu .con_catch p::after {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 30px;
  background: url(../images/common/bg_texture_gray.png);
}
#fixmenu .con_gnav {
  max-width: 1300px;
  margin: 0 auto;
}
#fixmenu .con_gnav .logo {
  float: left;
  width: 10.4%;
  margin: 0 2% 0 1%;
  padding: 20px 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .con_gnav .logo {
    float: none;
    width: 100%;
    margin: 15px 0 5px;
    padding: 0;
    text-align: center;
  }
  #fixmenu .con_gnav .logo img {
    width: 10%;
    margin: 0 auto;
  }
}
#fixmenu .con_gnav .gnav {
  float: left;
  width: 75.1%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .con_gnav .gnav {
    width: 86%;
  }
}
#fixmenu .con_gnav .gnav ul li {
  overflow: hidden;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .con_gnav .gnav ul li {
    padding: 0;
  }
}
#fixmenu .con_gnav .gnav ul li a {
  position: relative;
}
#fixmenu .con_gnav .gnav ul li.txt_tel {
  width: 20%;
  font-size: 120%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .con_gnav .gnav ul li.txt_tel {
    font-size: 100%;
  }
}
#fixmenu .con_gnav .gnav ul li.lang {
  overflow: inherit;
  width: 110px;
}
#fixmenu .con_gnav .gnav ul li.lang .btn_lang {
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
#fixmenu .con_gnav .gnav ul li.lang .btn_lang::after {
  content: '\f104';
  margin-top: -.5em;
  padding-left: 5px;
  line-height: 1;
  font-family: "ionicons";
  color: #4d7453;
}
#fixmenu .con_gnav .gnav ul li.lang ul li {
  padding-left: 10px;
}
#fixmenu .con_gnav .gnav_sta {
  overflow: inherit;
  float: right;
  width: 11.5%;
  text-align: center;
  background: url(../images/common/bg_texture_green.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .con_gnav .gnav_sta {
    width: 14%;
  }
}
#fixmenu .con_gnav .gnav_sta a {
  display: block;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .con_gnav .gnav_sta a {
    padding: 10px 0;
  }
}
#fixmenu .con_gnav .gnav_sta a::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 35px;
  background: url(../images/common/bg_texture_green.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .con_gnav .gnav_sta a::before {
    display: none;
  }
}

/* -----------------------------------------------------------
	#spmenu
----------------------------------------------------------- */
#spmenu {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0.8;
  display: none;
  z-index: 999;
}
#spmenu.open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1.0;
}
#spmenu .btn_close {
  position: absolute;
  top: 10px;
  right: 15px;
}
#spmenu .btn_close span {
  font-size: 267%;
  line-height: 1;
}
#spmenu .logo {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
#spmenu .logo img {
  width: 130px;
}
#spmenu .btn {
  margin-top: 10px;
  overflow: hidden;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#spmenu .btn li {
  text-align: center;
  margin-top: 10px;
  float: right;
  width: 100%;
}
#spmenu .btn li:first-child {
  float: left;
}
#spmenu .btn li.sta a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: url(../images/common/bg_texture_green.png);
}
#spmenu .btn li.sta a span {
  background-color: transparent;
  padding: 18px;
  display: block;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  #spmenu .btn li.sta a span {
    padding: 14px;
  }
}
#spmenu .btn li.sta a:hover {
  color: #1a3a21;
}
#spmenu .btn li.sta a:hover span {
  background-color: #fff;
}
#spmenu .btn li.hig a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: url(../images/common/bg_texture_lightgreen.png);
}
#spmenu .btn li.hig a span {
  background-color: transparent;
  padding: 18px;
  display: block;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  #spmenu .btn li.hig a span {
    padding: 14px;
  }
}
#spmenu .btn li.hig a:hover {
  color: #1a3a21;
}
#spmenu .btn li.hig a:hover span {
  background-color: #fff;
}
#spmenu .box_tel {
  margin-top: 20px;
  margin-bottom: 20px;
}
#spmenu .box_tel dl {
  text-align: center;
}
#spmenu .box_tel dl dt {
  font-size: 107%;
}
#spmenu .box_tel dl dd a {
  font-size: 160%;
  text-decoration: none;
}
#spmenu .nav {
  border-bottom: 1px solid #cccccc;
}
#spmenu .nav li {
  border-top: 1px solid #cccccc;
}
#spmenu .nav li a {
  display: block;
  text-decoration: none;
  font-size: 107%;
  padding: 20px 0;
  text-align: center;
}
#spmenu .nav li.lang {
  position: relative;
}
#spmenu .nav li.lang .btn_lang {
  padding: 20px 0;
  color: #4d7453;
  text-align: center;
  cursor: pointer;
}
#spmenu .nav li.lang .btn_lang::after {
  content: '\f104';
  margin-top: -.5em;
  padding-left: 5px;
  line-height: 1;
  font-family: "ionicons";
  color: #4d7453;
}
#spmenu .nav li.lang ul {
  display: none;
}
#spmenu .nav li.lang ul a {
  padding: 15px 0;
  color: #4d7453;
  font-size: 94%;
}
#spmenu .sns {
  margin-top: 20px;
  text-align: center;
}
#spmenu .sns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#spmenu .sns li a {
  text-decoration: none;
}
#spmenu .sns li a span {
  font-size: 160%;
  color: #000;
}

.con_search {
  margin-top: 60px;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 40px;
  }
}
.con_search h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_search h3 {
    margin-bottom: 20px;
  }
}
.con_search h3 span {
  display: block;
}
.con_search h3 span.jp {
  font-size: 240%;
}
@media only screen and (max-width: 767px) {
  .con_search h3 span.jp {
    font-size: 147%;
  }
}
.con_search h3 span.en {
  font-size: 80%;
  font-family: "News Cycle", sans-serif;
  color: #9bbd7f;
}
.con_search .wrp_form form {
  display: table;
  width: 100%;
}
.con_search .wrp_form form input[type="text"], .con_search .wrp_form form select {
  font-size: 160%;
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form input[type="text"], .con_search .wrp_form form select {
    font-size: 107%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
}
.con_search .wrp_form form > * {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3%;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form > * {
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form form > * {
    display: block;
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
.con_search .wrp_form form > *:first-child {
  padding-left: 0;
}
.con_search .wrp_form form > * > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.con_search .wrp_form form > * > div:first-child {
  margin-left: 0;
}
.con_search .wrp_form form input[type="text"] {
  width: 285px;
  background: url(../images/common/ic_cal.png) right center no-repeat;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form form input[type="text"] {
    background-image: url(../images/common/ic_cal_sp.png);
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form input[type="text"] {
    width: 215px;
  }
}
.con_search .wrp_form form select {
  width: 65px;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form select {
    width: 55px;
  }
}
.con_search .wrp_form form .customSelect.cs {
  border: 1px solid #cccccc;
  width: auto !important;
  margin: 0;
  line-height: 58px;
  height: 58px !important;
  font-size: 160%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form .customSelect.cs {
    line-height: 50px;
    height: 50px !important;
    padding: 0 15px;
    font-size: 107%;
  }
}
.con_search .wrp_form form .customSelect.cs span {
  margin: 0;
}
.con_search .wrp_form form .unit {
  font-size: 147%;
  margin-left: 5px;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form .unit {
    font-size: 107%;
  }
}
.con_search .wrp_form form .box_und {
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form .box_und {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form form .box_und {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
  }
}
.con_search .wrp_form form .box_und label {
  font-size: 120%;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form .box_und label {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form form .box_und label {
    font-size: 94%;
  }
}
.con_search .wrp_form form .box_search {
  overflow: hidden;
}
.con_search .wrp_form form .box_search .btn_submit {
  width: 270px;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form form .box_search .btn_submit {
    font-size: 107%;
  }
}
@media only screen and (max-width: 870px) {
  .con_search .wrp_form form .box_search .btn_submit {
    width: 170px;
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form form .box_search .btn_submit {
    width: 280px;
    float: none;
    font-size: 100%;
  }
}
.con_search .wrp_form form .box_search .btn_submit p {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: url(../images/common/bg_texture_green.png);
}
.con_search .wrp_form form .box_search .btn_submit p span {
  background-color: transparent;
  padding: 18px;
  display: block;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form form .box_search .btn_submit p span {
    padding: 14px;
  }
}
.con_search .wrp_form form .box_search .btn_submit p:hover {
  color: #1a3a21;
}
.con_search .wrp_form form .box_search .btn_submit p:hover span {
  background-color: #fff;
}
.con_search .wrp_form form .box_search .btn_plan {
  margin-top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form form .box_search .btn_plan {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
  }
  .con_search .wrp_form form .box_search .btn_plan a {
    display: block;
    text-align: center;
    padding: 20px 15px;
    text-decoration: none;
    background: url(../images/common/bg_texture_darkgray.png);
    font-size: 100%;
    color: #fff;
    float: none;
  }
}
.con_search .wrp_menu {
  overflow: hidden;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_menu {
    margin-top: 15px;
  }
}
.con_search .wrp_menu .box_tel {
  float: left;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_menu .box_tel {
    margin-top: 0;
    text-align: center;
    float: none;
  }
}
.con_search .wrp_menu .box_tel dt, .con_search .wrp_menu .box_tel dd {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_menu .box_tel dt, .con_search .wrp_menu .box_tel dd {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_menu .box_tel dt {
    font-size: 107%;
  }
}
.con_search .wrp_menu .box_tel dd {
  margin-left: 10px;
  font-family: "Times New Roman", serif;
  font-size: 200%;
  border-bottom: 5px solid #456d48;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_menu .box_tel dd {
    font-size: 174%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_menu .box_tel dd {
    border-bottom: none;
    font-size: 240%;
    margin-top: -7px;
  }
}
.con_search .wrp_menu .box_tel dd a {
  text-decoration: none;
}
.con_search .wrp_menu ul {
  float: right;
  overflow: hidden;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_menu ul {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_menu ul {
    display: none;
  }
}
.con_search .wrp_menu ul li {
  float: left;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e1e1e1;
}
@media only screen and (max-width: 870px) {
  .con_search .wrp_menu ul li {
    padding-left: 15px;
    margin-left: 15px;
  }
}
.con_search .wrp_menu ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.con_search .wrp_menu ul li a {
  font-size: 107%;
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_menu ul li a {
    font-size: 94%;
  }
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_title {
    margin-bottom: 40px;
  }
}
.con_title h2 {
  padding-top: 10px;
  background: url(../images/common/st_icon_green.png) center 0 no-repeat;
  font-weight: normal;
  text-align: center;
}
.con_title h2 span {
  display: block;
}
.con_title h2 span.jp {
  margin-top: 7px;
  border-bottom: 1px solid #ececec;
  padding: 7px 0;
  width: 300px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.jp {
    font-size: 174%;
  }
}
.con_title h2 span.jp:after {
  content: " ";
  display: block;
  width: 56px;
  height: 3px;
  left: 50%;
  bottom: -2px;
  margin-left: -28px;
  background: #ececec;
  position: absolute;
}
.con_title .nav_page {
  text-align: center;
  margin-top: 15px;
}
.con_title .nav_page ul {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_title .nav_page ul {
    display: none;
  }
}
.con_title .nav_page ul li {
  float: left;
  border-left: 1px solid #ececec;
}
.con_title .nav_page ul li:first-child {
  border-left: none;
}
.con_title .nav_page ul li a {
  padding: 10px 35px;
  text-decoration: none;
  display: block;
}
.con_title .nav_page ul li a:hover {
  background: url(../images/common/bg_texture_palegreen.png);
  color: #fff;
}
.con_title .nav_page ul li a:hover i {
  color: #fff;
}
.con_title .nav_page ul li a i {
  color: #ccc;
  margin-right: 0.5em;
}
.con_title .nav_page .box_select {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_title .nav_page .box_select {
    display: block;
  }
}
.con_title .nav_page .box_select select {
  width: 100%;
  padding: 15px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
.lower #contents {
  padding-top: 40px;
  background: url(../images/common/bg_pattetn_triangle.png) right 0 no-repeat;
  background-size: 28% auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lower #contents {
    background-size: 50% auto;
  }
}
@media only screen and (max-width: 767px) {
  .lower #contents {
    background-size: 65% auto;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 60px;
  background: url(../images/common/bg_pattern01.jpg);
  padding: 40px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 30px;
  }
}
#footer .sns {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .sns {
    padding: 15px 0 5px 0;
  }
}
#footer .sns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  #footer .sns li {
    margin: 0 10px;
  }
}
#footer .sns li a {
  text-decoration: none;
}
#footer .sns li i {
  font-size: 240%;
  color: #696969;
}
@media only screen and (max-width: 767px) {
  #footer .sns li i {
    font-size: 200%;
  }
}
#footer .con_footer {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    margin-top: 0;
  }
}
#footer .con_footer .logo {
  font-size: 134%;
  margin-bottom: 15px;
  font-weight: bold;
}
#footer .con_footer .logo a {
  text-decoration: none;
}
#footer .con_footer .txt_catch {
  font-size: 100%;
}
#footer .con_footer .info {
  font-size: 100%;
}
#footer #copyright {
  margin-top: 25px;
  text-align: center;
  font-size: 87%;
  color: #416d49;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #e5e5e5;
  width: 100%;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  border-bottom: 1px dotted #e5e5e5;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    display: block;
  }
}
table.tbl_basic tr th {
  background: #eeeeec;
  text-align: center;
  font-weight: bold;
}

table.tbl_basic02 {
  border-collapse: collapse;
  border-spacing: 0;
}
table.tbl_basic02 tr th, table.tbl_basic02 tr td {
  vertical-align: top;
}
table.tbl_basic02 tr th {
  font-weight: normal;
  padding: 7px;
  padding-left: 0;
  color: #4d7453;
  white-space: nowrap;
  width: 5em;
}
table.tbl_basic02 tr td {
  padding: 7px;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic02 tr td {
    font-size: 87%;
  }
}

#ui-datepicker-div {
  z-index: 104301 !important;
}

/*	.btn_ptop
----------------------------------------------------------- */
.btn_ptop {
  bottom: 0px;
  right: 0px;
  position: fixed;
  z-index: 100;
  text-align: center;
  line-height: 1.2em;
  width: 70px;
  height: 70px;
  background: #fff;
  -moz-box-shadow: #e8e4d3 3px 3px 0px;
  -webkit-box-shadow: #e8e4d3 3px 3px 0px;
  box-shadow: #e8e4d3 3px 3px 0px;
}
@media only screen and (max-width: 767px) {
  .btn_ptop {
    width: 45px;
    height: 50px;
  }
}
.btn_ptop a {
  padding: 0.8em;
  display: block;
  text-decoration: none;
  font-size: 18px !important;
  font-family: "Times New Roman", serif;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .btn_ptop a {
    padding: 0.4em 0.6em;
    font-size: 16px !important;
  }
}
.btn_ptop a i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px !important;
}
