@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Gilda+Display|Great+Vibes|Mrs+Saint+Delafield");
.container, #header #gnav ul, .topicpath {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container, #header #gnav ul, .topicpath {
    width: 95%;
  }
}

#footer .list_lnk_footer:after, .fixmenu .box_menu .list_menu:after, .news_common_style:after {
  content: "";
  display: table;
  clear: both;
}

/*icon style*/
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/*@include dots(#color1,#color2,width);*/
/*@include btn_slider(#color1,#color2,size);*/
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  font-weight: 500;
  color: #000000;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

a {
  color: #1a1a1a;
}
a:link, a:visited, a:active {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #333333;
}

body, pre, input, textarea, select {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-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: 1200px !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 {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-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 {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fontweight {
  font-weight: 500;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
  *zoom: 1;
}
@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;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
}
#header .box_logo {
  width: 40%;
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_logo {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_logo {
    width: 40%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .box_logo h1 {
    font-size: 86%;
    margin-bottom: 0;
  }
  #header .box_logo .h_tel a {
    font-size: 72%;
  }
}
@media print {
  #header .box_logo h1 {
    font-size: 86%;
    margin-bottom: 0;
  }
  #header .box_logo .h_tel a {
    font-size: 72%;
  }
}
.ie8 #header .box_logo h1 {
  font-size: 86%;
  margin-bottom: 0;
}
.ie8 #header .box_logo .h_tel a {
  font-size: 72%;
}
#header .box_logo .logo {
  float: left;
  vertical-align: middle;
  margin-right: 2em;
}
#header .box_logo .logo .off {
  display: none;
}
#header .box_logo h1 {
  font-weight: normal;
  color: #000000;
}
#homepage #header .box_logo h1 {
  color: #FFF;
}
#header .box_logo .h_tel {
  font-family: "Gilda Display", serif;
  font-size: 215%;
  text-transform: uppercase;
  font-weight: normal;
  line-height: .8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_logo .h_tel {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_logo .h_tel {
    font-size: 186%;
  }
}
#header .box_logo .h_tel a, #header .box_logo .h_tel span.tel {
  text-decoration: none;
  color: #000000;
}
#homepage #header .box_logo .h_tel a, #homepage #header .box_logo .h_tel span.tel {
  color: #FFF;
}
#header .box_logo .h_tel span {
  font-size: 67%;
}
#header .btn_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 1em 0 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#header .btn_scroll img {
  animation: scroll_down 3s ease-in infinite;
  -moz-animation: scroll_down 3s ease-in infinite;
  -ms-animation: scroll_down 3s ease-in infinite;
  -webkit-animation: scroll_down 3s ease-in infinite;
}
#header .btn_scroll:hover:before {
  bottom: -100%;
}
#header .box_title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 1;
}
#header .box_title h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 415%;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_title h2 {
    font-size: 322%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_title h2 {
    font-size: 193%;
  }
}
#header .box_title .txt_intro {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 158%;
  font-weight: 100;
  text-align: center;
  color: #FFF;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_title .txt_intro {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_title .txt_intro {
    font-size: 122%;
  }
}
#header #gnav {
  width: 100%;
  left: 0;
  top: 3em;
  z-index: 9;
  padding: 4em 0 3em 3%;
  overflow: hidden;
  *zoom: 1;
  display: table;
}
@media only screen and (max-width: 767px) {
  #header #gnav {
    top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav {
    padding: 2em 0 2em 3%;
  }
}
@media only screen and (max-width: 767px) {
  #header #gnav {
    padding: 1em 0 1em 3%;
  }
}
#homepage #header #gnav {
  padding: 0 0 0 3%;
  position: absolute;
}
#header #gnav ul {
  text-align: right;
  width: 60%;
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (min-width: 1025px) and (max-width: 1507px) {
  #header #gnav ul {
    width: 85%;
    font-size: 79%;
    vertical-align: initial;
  }
}
@media print {
  #header #gnav ul {
    width: 85%;
    font-size: 79%;
    vertical-align: initial;
  }
}
.ie8 #header #gnav ul {
  width: 85%;
  font-size: 79%;
  vertical-align: initial;
}
#header #gnav ul li {
  display: inline-block;
  position: relative;
}
#header #gnav ul li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  color: #000000;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#homepage #header #gnav ul li:after {
  color: #FFF;
}
#header #gnav ul li:nth-child(6):after {
  display: none;
}
#header #gnav ul li a {
  display: block;
  padding: 0 1.5em;
  text-decoration: none;
  font-size: 108%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  color: #000000;
  font-weight: 500;
  letter-spacing: .1em;
}
#header #gnav ul li a span {
  display: inline-block;
  padding: 1em 0;
  position: relative;
}
#header #gnav ul li a span:before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #000000;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#homepage #header #gnav ul li a span:before {
  background: #FFF;
}
#homepage #header #gnav ul li a {
  color: #FFF;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header #gnav ul li a {
    padding: 0 1em;
    font-size: 100%;
  }
}
@media print {
  #header #gnav ul li a {
    padding: 0 1em;
    font-size: 100%;
  }
}
.ie8 #header #gnav ul li a {
  padding: 0 1em;
  font-size: 100%;
}
#header #gnav ul li a:hover span:before, #header #gnav ul li a.active span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#header #gnav ul li.btn_res:after {
  display: none;
}
#header #gnav ul li.btn_res a {
  background: #c9823d;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1em 1.5em;
}
#header #gnav ul li.btn_res a:before, #header #gnav ul li.btn_res a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#header #gnav ul li.btn_res a > * {
  vertical-align: middle;
  display: inline;
}
#header #gnav ul li.btn_res a:before {
  content: "";
  margin-right: .5em;
  background: url(../images/header/ic_bed.png) 0 0 no-repeat;
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  z-index: 1;
  font-size: 1.4em;
}
#header #gnav ul li.btn_res a:before {
  width: 21px;
  height: 17px;
}
#header #gnav ul li.btn_res a:hover {
  background: #FFF;
  color: #c9823d !important;
}
#header #gnav ul li.btn_res a:hover:before {
  background: url(../images/header/ic_bed_cl.png) 0 0 no-repeat;
}
#header #gnav ul li.btn_res a:hover:after {
  border: 2px solid #c9823d;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#header #gnav ul li.btn_res a:hover span:before {
  display: none;
}
#header #gnav.fixed {
  background: #FFF;
  position: fixed;
  top: 0;
  overflow: hidden;
  *zoom: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 0.3em 0 0.3em 3%;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav.fixed {
    padding: 0.5em 0 0.5em 3%;
  }
}
@media only screen and (max-width: 767px) {
  #header #gnav.fixed {
    padding: 1em 0 1em 3%;
  }
}
#header #gnav.fixed .box_logo {
  width: 20%;
  padding: 1em 0 .5em;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav.fixed .box_logo {
    width: 30%;
  }
}
#header #gnav.fixed .box_logo h1 {
  display: none;
}
#header #gnav.fixed .box_logo .off {
  display: block;
}
#header #gnav.fixed .box_logo .on {
  display: none;
}
#header #gnav.fixed .box_logo .h_tel {
  display: none;
}
#header #gnav.fixed ul {
  width: 80%;
}
#header #gnav.fixed ul li a {
  color: #000000;
  padding: 1.5em 1.5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #header #gnav.fixed ul li a {
    padding: 1.5em 1em;
  }
}
@media print {
  #header #gnav.fixed ul li a {
    padding: 1.5em 1em;
  }
}
.ie8 #header #gnav.fixed ul li a {
  padding: 1.5em 1em;
}
#header #gnav.fixed ul li.btn_res a {
  color: #FFF;
}
#header #gnav.fixed ul li.btn_res a:hover {
  background: #b7712d;
  color: #FFF;
}
#header #gnav.fixed ul li.btn_res a:hover:before {
  background: url(../images/header/ic_bed_cl.png) 0 0 no-repeat;
}
#header .btn_mobile {
  width: 6em;
  height: 6em;
  float: right;
  background: #85bfb9;
  margin-right: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .btn_mobile {
    width: 6em;
  }
}
@media only screen and (max-width: 767px) {
  #header .btn_mobile {
    width: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .btn_mobile {
    height: 6em;
  }
}
@media only screen and (max-width: 767px) {
  #header .btn_mobile {
    height: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .btn_mobile {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #header .btn_mobile {
    margin-right: 0.5em;
  }
}
#header .btn_mobile span.line_box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .btn_mobile span.line_box .line {
  width: 3em;
  height: 2px;
  background: #FFF;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .btn_mobile span.line_box .line {
    width: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #header .btn_mobile span.line_box .line {
    width: 2em;
  }
}
#header .btn_mobile span.line_box .line:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
  top: -7px;
}
#header .btn_mobile span.line_box .line:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
  bottom: -7px;
}

.ie #header .fixed#gnav ul li a {
  padding: .8em 1.79em .6em;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#topicpath
----------------------------------------------------------- */
.topicpath {
  overflow: hidden;
  *zoom: 1;
  padding: 2em 0;
}
@media only screen and (max-width: 767px) {
  .topicpath {
    padding: 1em 0;
  }
}
.topicpath ul {
  float: left;
  overflow: hidden;
  *zoom: 1;
  background: #f6f6f6;
  width: 100%;
  padding: .6em .5em;
}
.topicpath ul li {
  float: left;
}
.topicpath ul li a {
  padding: 0 1em 0 0.5em;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.topicpath ul li a:before, .topicpath ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.topicpath ul li a > * {
  vertical-align: middle;
  display: inline;
}
.topicpath ul li a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 0;
}
.topicpath ul li:last-child {
  margin-left: 0.5em;
}

/* -----------------------------------------------------------
	.con_banner_top
----------------------------------------------------------- */
.con_banner_top {
  position: relative;
}
.con_banner_top .img img {
  height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner_top .img img {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top .img img {
    height: 13em;
  }
}
.con_banner_top .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner_top .page_title {
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top .page_title {
    top: 50%;
  }
}
.con_banner_top .page_title img {
  width: 100%;
}
.con_banner_top .page_title .st_ttl {
  text-align: center;
  font-weight: normal;
  width: 100%;
  color: #FFF;
}
.con_banner_top .page_title .st_ttl em {
  font-size: 415%;
  display: block;
  font-weight: 300;
  line-height: 1;
  font-family: "Gilda Display", serif;
  letter-spacing: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner_top .page_title .st_ttl em {
    font-size: 322%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top .page_title .st_ttl em {
    font-size: 186%;
  }
}
.con_banner_top .page_title .st_ttl span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner_top .page_title .st_ttl span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top .page_title .st_ttl span {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	.page_title_tm02
----------------------------------------------------------- */
.page_title_tm02 {
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page_title_tm02 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .page_title_tm02 {
    margin-bottom: 1em;
  }
}
.page_title_tm02 .st_ttl em {
  font-family: "Gilda Display", serif;
  font-weight: normal;
  font-size: 415%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page_title_tm02 .st_ttl em {
    font-size: 329%;
  }
}
@media only screen and (max-width: 767px) {
  .page_title_tm02 .st_ttl em {
    font-size: 150%;
  }
}
.page_title_tm02 .st_ttl span {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page_title_tm02 .st_ttl span {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .page_title_tm02 .st_ttl span {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	.btn_list オレンジ右矢印ボタン ※白ボタンにするには「.white」を加える
----------------------------------------------------------- */
.btn_list {
  overflow: hidden;
  *zoom: 1;
}
.btn_list.white a {
  border: #DDD solid 1px;
  background: #fff;
  color: #000;
}
.btn_list a {
  display: inline-block;
  width: 175px;
  background: #d5d3cd;
  color: #000000;
  text-align: center;
  text-decoration: none !important;
  margin-right: .5em;
  padding: .5em 0;
  margin: auto;
}
.btn_list a:before, .btn_list a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.btn_list a > * {
  vertical-align: middle;
  display: inline;
}
.btn_list a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  vertical-align: top;
}
.btn_list a:hover:after {
  left: 1em;
}
.btn_list a:first-child {
  background: #c9823d;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .btn_list {
    border: 1px solid #e2e0dc;
    padding: 1em;
    margin-top: 0;
  }
  .btn_list a {
    display: block;
    width: 100%;
    margin-bottom: .5em;
    padding: .8em 0;
  }
}

/* -----------------------------------------------------------
	pagetop
----------------------------------------------------------- */
.btn_top {
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .btn_top {
    display: none;
    position: fixed;
    right: 2em;
    bottom: 2em;
  }
}
@media print {
  .btn_top {
    display: none;
    position: fixed;
    right: 2em;
    bottom: 2em;
  }
}
.ie8 .btn_top {
  display: none;
  position: fixed;
  right: 2em;
  bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .btn_top {
    text-align: center;
    padding: .5em 0;
    margin: 2em 0;
  }
  .btn_top a {
    width: 13%;
    display: block;
    margin: auto;
  }
  .btn_top a img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: url(../images/footer/bg_footer.jpg) no-repeat center top;
  background-size: cover;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 3em 0;
  }
}
#footer .list_lnk_footer {
  text-align: center;
  margin-bottom: 3em;
}
#footer .list_lnk_footer li {
  display: inline-block;
  position: relative;
}
#footer .list_lnk_footer li:after {
  content: "/";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#footer .list_lnk_footer li a {
  display: block;
  text-decoration: none;
  padding: 0 1.5em;
}
#footer .logo {
  text-align: center;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 767px) {
  #footer .logo img {
    width: 70%;
  }
}
#footer .add {
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  #footer .add {
    margin-bottom: 1em;
  }
}
#footer .box_tel {
  width: 85%;
  margin: auto;
  background: #FFF;
  padding: 20px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_tel {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_tel {
    width: 100%;
  }
}
#footer .box_tel:before {
  content: "";
  position: absolute;
  border-right: 1px solid #e1e1e1;
  right: 50%;
  top: 0;
  width: 1px;
  height: 166px;
  font-size: 1.6em;
  color: #2CC5C5;
}
#footer .box_tel .box_left {
  width: 50%;
  float: left;
  text-align: center;
}
#footer .box_tel .box_left .box_btns {
  width: 290px;
  margin: auto;
}
#footer .box_tel .box_left .box_btns .btn {
  margin-bottom: .5em;
}
#footer .box_tel .box_left .box_btns .box_under {
  overflow: hidden;
  margin: auto;
}
#footer .box_tel .box_left .box_btns .box_under .btn_list {
  margin-bottom: 0;
  float: left;
  width: 48%;
}
#footer .box_tel .box_left .box_btns .box_under .btn_list:last-child {
  float: right;
}
#footer .box_tel .box_left .box_btns .box_under .btn_list a {
  background: #d5d3cd;
  color: #000000;
  text-align: center;
  text-decoration: none;
  width: auto;
  display: block;
}
#footer .box_tel .box_right {
  float: right;
  width: 50%;
  text-align: center;
  padding-top: 1.7em;
}
#footer #copyright {
  text-align: center;
  margin-top: 2em;
  color: #000;
  font-size: 79%;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    margin-top: 1em;
  }
}
#footer .box_tel p {
  font-size: 108%;
  margin-bottom: 1em;
}
#footer .box_tel .lbl_web:before, #footer .box_tel .lbl_web:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .box_tel .lbl_web > * {
  vertical-align: middle;
  display: inline;
}
#footer .box_tel .lbl_web:before {
  content: "";
  margin-right: .5em;
}
#footer .box_tel .lbl_tel:before, #footer .box_tel .lbl_tel:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .box_tel .lbl_tel > * {
  vertical-align: middle;
  display: inline;
}
#footer .box_tel .lbl_tel:before {
  content: "";
  margin-right: .5em;
}
#footer .box_tel .btn a {
  background: #c9823d;
  text-align: center;
  color: #FFF;
  padding: 10px 0;
  font-size: 108%;
  display: block;
  text-decoration: none;
  margin: auto;
  margin: auto;
}
#footer .box_tel .btn a:before, #footer .box_tel .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .box_tel .btn a > * {
  vertical-align: middle;
  display: inline;
}
#footer .box_tel .btn a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
#footer .box_tel .btn a:hover:after {
  left: 1em;
}
#footer .box_tel .txt_tel {
  font-size: 243%;
  font-family: "Gilda Display", serif;
}
#footer .box_tel .txt_tel span {
  font-size: 59%;
}
@media only screen and (max-width: 767px) {
  #footer .tel_sp a {
    text-decoration: none;
    font-size: 172%;
    text-transform: uppercase;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-weight: normal;
  }
}

body .btn a {
  background: #FFF;
  padding: .5em 1em;
  border: 1px solid #c2c2c2;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
body .btn a:before, body .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
body .btn a > * {
  vertical-align: middle;
  display: inline;
}
body .btn a:after {
  content: "";
  margin-left: .5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .btn a:hover:after {
  right: -1em;
}
body .btn.btn_org a {
  background: #c9823d;
  color: #FFF;
  padding: 1.5em 0;
  border: none;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_price {
  border: 1px solid #d5d5d5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  width: 100%;
}
table.tbl_price th, table.tbl_price td {
  font-weight: normal;
  padding: .8em 1em;
  border: 1px solid #d5d5d5;
  font-size: 100%;
}
table.tbl_price th {
  text-align: center;
  background: #f2f2f2;
}
table.tbl_price td {
  text-align: right;
  background: #FFF;
}

.st_title {
  font-family: "Gilda Display", serif;
  font-size: 229%;
  text-transform: uppercase;
  letter-spacing: 0.8em;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_title {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .st_title {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_title {
    letter-spacing: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .st_title {
    letter-spacing: 0.2em;
  }
}
.st_title.st_lg {
  font-size: 286%;
  letter-spacing: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_title.st_lg {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .st_title.st_lg {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_title.st_lg {
    letter-spacing: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .st_title.st_lg {
    letter-spacing: 0.2em;
  }
}
.st_title.ls5 {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_title.ls5 {
    letter-spacing: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .st_title.ls5 {
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_title.ls5 {
    text-indent: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .st_title.ls5 {
    text-indent: 0.2em;
  }
}

.txt_center {
  text-align: center;
}

.st_title01 {
  font-weight: normal;
  margin-bottom: 1em;
}
.st_title01 .eng {
  font-family: "Gilda Display", serif;
  font-size: 286%;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_title01 .eng {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .st_title01 .eng {
    font-size: 229%;
  }
}
.st_title01 .jp {
  font-size: 100%;
  padding-left: .5em;
  display: inline-block;
  vertical-align: middle;
}

/* -----------------------------------------------------------
	con_seach
----------------------------------------------------------- */
.con_seach {
  margin: 0 auto 115px;
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_seach {
    margin: 0 auto 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach {
    margin: 0 auto 2em;
  }
}
.con_seach .container + .container {
  margin-top: 3.48958%;
}
@media only screen and (max-width: 767px) {
  .con_seach .container + .container {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_seach .box_search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ebebeb;
  }
}
@media print {
  .con_seach .box_search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ebebeb;
  }
}
.ie8 .con_seach .box_search {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #ebebeb;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_seach .box_search {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.con_seach .box_search .title_search {
  text-transform: uppercase;
  font-size: 115%;
  color: #93c5c0;
  position: relative;
  letter-spacing: 6px;
  width: 20%;
  padding: .5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  font-family: "Gilda Display", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_seach .box_search .title_search {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search .title_search {
    font-size: 143%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_seach .box_search .title_search {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search .title_search {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search .title_search {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_seach .box_search .title_search {
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search .title_search {
    border: none;
    padding-left: 1em;
  }
}
.con_seach .box_search .title_search:before {
  content: "";
  height: 1.2em;
  left: 0;
  width: 3px;
  background: #93c5c0;
  position: absolute;
}
.con_seach .box_search form.js-yprox-searchForm {
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_seach .box_search form.js-yprox-searchForm {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search form.js-yprox-searchForm {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_seach .box_search form.js-yprox-searchForm {
    border-left: 1px solid #ebebeb;
  }
}
@media print {
  .con_seach .box_search form.js-yprox-searchForm {
    border-left: 1px solid #ebebeb;
  }
}
.ie8 .con_seach .box_search form.js-yprox-searchForm {
  border-left: 1px solid #ebebeb;
}
@media only screen and (min-width: 768px) {
  .con_seach .box_search form.js-yprox-searchForm .inner {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media print {
  .con_seach .box_search form.js-yprox-searchForm .inner {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.ie8 .con_seach .box_search form.js-yprox-searchForm .inner {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpLabel {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpLabel {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpLabel {
    border: 1px solid #ebebeb;
  }
}
@media only screen and (min-width: 1025px) {
  .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpLabel + .js-yprox-searchForm__wrpLabel {
    border-left: 1px solid #ebebeb;
  }
}
@media print {
  .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpLabel + .js-yprox-searchForm__wrpLabel {
    border-left: 1px solid #ebebeb;
  }
}
.ie8 .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpLabel + .js-yprox-searchForm__wrpLabel {
  border-left: 1px solid #ebebeb;
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn {
  width: 40%;
  padding: 1.5rem 0.7em;
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn {
    padding: 1rem 0.5em;
  }
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn .flatpickr-wrapper {
  border: none;
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn .flatpickr-wrapper:before {
  display: none;
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn .flatpickr-wrapper:before, .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn .flatpickr-wrapper:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn .flatpickr-wrapper > * {
  vertical-align: middle;
  display: inline;
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn .flatpickr-wrapper:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-image: none;
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpCheckInn .js-yprox-searchForm__boxNoDate {
  display: none;
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpAdults, .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpNights, .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpRooms {
  padding: 1.5rem 0.7em;
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpAdults, .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpNights, .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpRooms {
    padding: 1rem 0.5em;
  }
}
.con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpAdults select, .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpNights select, .con_seach .box_search form.js-yprox-searchForm .inner .js-yprox-searchForm__wrpRooms select {
  border: none;
}
.con_seach .box_search form.js-yprox-searchForm .inner input[type="submit"] {
  width: 20%;
  padding: 2rem 0.7em;
  background: #c9823d;
  border-radius: 0;
  border: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search form.js-yprox-searchForm .inner input[type="submit"] {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .box_search form.js-yprox-searchForm .inner input[type="submit"] {
    padding: 1rem 0.5em;
  }
}
.con_seach .btns {
  margin: 1.5em 0;
}
@media only screen and (max-width: 767px) {
  .con_seach .btns {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .btn_list {
    margin-top: 1em;
  }
}
.con_seach .btn_list a {
  width: auto;
  padding: 0.5em 2em;
}
@media only screen and (max-width: 767px) {
  .con_seach .btn_list a {
    padding: 0.5em 1em;
  }
}
.con_seach .att_search {
  border: solid 2px #ebebeb;
  padding: 1em .5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_seach .att_search {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seach .att_search {
    font-size: 111%;
  }
}
.con_seach .att_search a + a {
  margin-left: 2em;
}

@media only screen and (max-width: 767px) {
  .con_seach .att_search a + a {
    margin-left: 1em;
  }
}
/* -----------------------------------------------------------
	#fixnav-sp
----------------------------------------------------------- */
#fixnav-sp {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 -5px 6px rgba(153, 153, 153, 0.1);
  -moz-box-shadow: 0 -5px 6px rgba(153, 153, 153, 0.1);
  box-shadow: 0 -5px 6px rgba(153, 153, 153, 0.1);
}
#fixnav-sp ul {
  overflow: hidden;
  background: #FFF;
}
#fixnav-sp ul li {
  width: 25%;
  float: left;
}
#fixnav-sp ul li a, #fixnav-sp ul li span {
  font-size: 108%;
  border-left: 1px solid #e6e6e6;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: .5em 0.1em;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
#fixnav-sp ul li i {
  font-size: 200%;
  display: block;
  text-align: center;
  margin-bottom: .2em;
}
#fixnav-sp ul li:first-child a {
  border-left: none;
}
#fixnav-sp ul li.btn_res a {
  background: #c9823d;
  border-color: #c9823d;
  color: #FFF;
}
#fixnav-sp ul li#obj_menuBtn a {
  background: #85bfb9;
  border-color: #85bfb9;
  color: #FFF;
}

/* -----------------------------------------------------------
	fix_active
----------------------------------------------------------- */
body.fix_active {
  width: 100%;
  top: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.fix_active .fixOpenMenu {
  overflow: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/* -----------------------------------------------------------
	.fixmenu
----------------------------------------------------------- */
.fixmenu {
  position: fixed;
  z-index: -9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-overflow-scrolling: touch;
}
.fixmenu .fixmenu_inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixmenu .fixmenu_inner {
    width: 95%;
  }
}
.fixmenu .fixmenu_inner h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 243%;
  color: #000000;
  text-align: center;
  margin: 1.5em 0;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .fixmenu .fixmenu_inner h3 {
    font-size: 215%;
    margin-bottom: 1em;
  }
}
.fixmenu .fixbtns.view_sp {
  width: 5em;
  float: right;
  top: 1em;
  right: 0;
  margin-top: .5em;
}
.fixmenu .box_menu {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu {
    width: 95%;
  }
}
.fixmenu .box_menu .list_menu {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.fixmenu .box_menu .list_menu li {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 50%;
  float: left;
}
.fixmenu .box_menu .list_menu li.full {
  width: 100%;
  text-align: center;
  border-color: #c9823d;
}
.fixmenu .box_menu .list_menu li.full a {
  background: #c9823d;
  color: #FFF;
}
.fixmenu .box_menu .list_menu li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  padding: .8em 3%;
  position: relative;
  font-size: 115%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.fixmenu .box_menu .list_menu li a:before, .fixmenu .box_menu .list_menu li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.fixmenu .box_menu .list_menu li a > * {
  vertical-align: middle;
  display: inline;
}
.fixmenu .box_menu .list_menu li a:before {
  content: "";
  margin-right: .5em;
}
.fixmenu .box_menu .list_menu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu .list_menu li a {
    font-size: 100%;
  }
}

.btn_closeall {
  text-align: center;
  margin: 1.5em 0 3em;
}
@media only screen and (max-width: 767px) {
  .btn_closeall {
    margin-bottom: 2em;
  }
}
.btn_closeall .ic_close {
  width: 5.5em;
  padding-top: 0.5em;
  height: 5.5em;
  margin: auto;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  *zoom: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-transform: uppercase;
}
.btn_closeall .ic_close .line_close {
  height: 2.5em;
  width: 3em;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 0.3em;
}
.btn_closeall .ic_close .line_close:before, .btn_closeall .ic_close .line_close:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 1em;
}
.btn_closeall .ic_close .line_close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn_closeall .ic_close .line_close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_closeall .ic_close em {
  color: #000000;
}
.btn_closeall .ic_close:hover {
  cursor: pointer;
}
.btn_closeall.btn_cltop {
  float: right;
  position: fixed;
  right: 1em;
  top: 1em;
  margin: 0;
  z-index: 99;
}

/* -----------------------------------------------------------
	.news_common_style
----------------------------------------------------------- */
.news_common_style .item {
  width: 32%;
  margin-right: 2%;
  float: left;
  overflow: hidden;
  *zoom: 1;
}
.news_common_style .item:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .news_common_style .item {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .news_common_style .item {
    float: left;
    padding-bottom: 1em;
  }
}
.news_common_style .item a {
  text-decoration: none;
  overflow: hidden;
  *zoom: 1;
  display: block;
}
.news_common_style .item .img {
  width: 31.6092%;
  float: left;
}
.news_common_style .item .box_text {
  width: 64.65517%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .news_common_style .item .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news_common_style .item .box_text {
    padding-left: 1em;
  }
}
.news_common_style .item .box_timecat {
  margin-bottom: 0.6em;
}
.news_common_style .item .box_timecat span {
  background: #e0dbcf;
  padding: 0 .3em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
.news_common_style .item .box_timecat span.cat02 {
  background: #c7e2e2;
}
.news_common_style .item .box_timecat span.cat03 {
  background: #d7e0cf;
}
.news_common_style .item .box_timecat span.cat04 {
  background: #dacfe0;
}
