@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header #con_header .inner, #header #con_fixnav .inner, #footer .bg_footer .con_footer, #contents .box_topicpath .topicpath {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  #header #con_header .inner, #header #con_fixnav .inner, #footer .bg_footer .con_footer, #contents .box_topicpath .topicpath {
    width: 91.66667%;
  }
}

@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("NotoSerifCJKjp Regular"), url("https://www.grand-hokuyo.com/font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("https://www.grand-hokuyo.com/font/NotoSerifCJKjp-Regular.woff") format("woff");
}
/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.8;
}

body {
  color: #391a03;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #391a03;
}
body a:link, body a:visited, body a:active {
  /* text-decoration: underline; */
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", 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: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1100px) {
  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: 1099px) {
  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;
}

/* -----------------------------------------------------------
	#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;
}

/* -----------------------------------------------------------
	#header_
----------------------------------------------------------- */
#header {
  position: relative;
  background: url(../img/common/bg_wedd.jpg);
}
#header #con_header, #header #con_fixnav {
  background: #846b4d;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #header #con_header, #header #con_fixnav {
    padding: 0 3% 1%;
  }
}
#header #con_header .logo, #header #con_fixnav .logo {
  float: left;
  width: 14.18182%;
  padding: 18.5px 0;
}
.mouse #header #con_header .logo, .mouse #header #con_fixnav .logo {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #header #con_header .logo:hover, .touch #header #con_header .logo.touchstart, .mouse #header #con_fixnav .logo:hover, .touch #header #con_fixnav .logo.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #header #con_header .logo, .touch #header #con_fixnav .logo {
  -webkit-tap-highlight-color: transparent;
}
.touch #header #con_header .logo.touchend, .touch #header #con_fixnav .logo.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header #con_header .logo, #header #con_fixnav .logo {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 880px) {
  #header #con_header .logo, #header #con_fixnav .logo {
    float: none;
    width: 15%;
    padding: 2% 0;
  }
}
@media only screen and (max-width: 767px) {
  #header #con_header .logo, #header #con_fixnav .logo {
    width: 50%;
    margin: 0 auto;
    padding: .5em 0;
    text-align: center;
  }
}
#header #con_header .logo a, #header #con_fixnav .logo a {
  display: block;
}
#header #con_header h1, #header #con_fixnav h1 {
  font-size: 86%;
  color: #f4f4f4;
  font-weight: normal;
  margin-top: .6em;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  #header #con_header h1, #header #con_fixnav h1 {
    width: 40%;
  }
}
#header #con_fixnav {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10001;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
@media only screen and (max-width: 767px) {
  #header #con_fixnav {
    display: none;
  }
}
#header #con_fixnav.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .con_pagetitle {
  position: relative;
  background: url(../img/common/bg_title.jpg);
  height: 0;
  padding-top: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header .con_pagetitle {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_pagetitle {
    padding-top: 120px;
  }
}
#header .con_pagetitle:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background: url(../img/common/bg_title.jpg);
  width: 100%;
  height: 1px;
}
#header .con_pagetitle h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #8faf6a;
  font-weight: normal;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #header .con_pagetitle h2 {
    margin-top: 0;
  }
}
#header .con_pagetitle h2 em {
  font-family: 'Cormorant Infant', cursive;
  font-size: 372%;
  display: block;
  line-height: 1;
  letter-spacing: .05em;
  font-family: "Myriad Pro",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header .con_pagetitle h2 em {
    font-size: 386%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_pagetitle h2 em {
    font-size: 215%;
  }
}
#header .con_pagetitle h2 span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 136%;
  display: block;
  letter-spacing: .05em;
  color: #391a03;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header .con_pagetitle h2 span {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_pagetitle h2 span {
    font-size: 115%;
  }
}

#side {
  display: none;
  position: fixed;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 45px;
  z-index: 10;
  max-height: 195px;
}
#side li {
  height: 195px;
  background: #bca784;
  margin-bottom: 10px;
}
.mouse #side li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #side li:hover, .touch #side li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #side li {
  -webkit-tap-highlight-color: transparent;
}
.touch #side li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#side li a {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  letter-spacing: .04em;
  color: #fff;
}
#side li a:before {
  content: "";
  right: 102%;
  top: 0;
  height: 0;
  width: 0;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#side li a span {
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
}

#con_header {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #con_header {
    margin-bottom: 0;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 3.8em;
  }
}
#footer #btn_ptop {
  position: fixed;
  right: 2%;
  bottom: 2%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0.35s, z-index 0.35s;
  -o-transition: opacity 0.35s, z-index 0.35s;
  -webkit-transition: opacity 0.35s, z-index 0.35s;
  transition: opacity 0.35s, z-index 0.35s;
}
.mouse #footer #btn_ptop {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer #btn_ptop:hover, .touch #footer #btn_ptop.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer #btn_ptop {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer #btn_ptop.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer #btn_ptop a {
  display: block;
  text-decoration: none;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #footer #btn_ptop a {
    border-top: 1px solid #ededed;
    width: 100%;
    padding: 5% 0;
    background: #fff;
  }
  #footer #btn_ptop a img {
    width: 6.59091%;
  }
}
@media only screen and (max-width: 767px) {
  #footer #btn_ptop {
    position: static;
    border-top: 1px solid #ededed;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 22;
  }
}
#footer #btn_ptop.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 22;
}
#footer .bg_footer {
  background: url(../img/footer/bg_footer.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .bg_footer {
    height: auto;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer {
    height: auto;
    background-size: cover;
  }
}
#footer .bg_footer .con_footer {
  text-align: center;
  letter-spacing: -.40em;
  padding: 100px 0 70px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .bg_footer .con_footer {
    padding: 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer {
    width: 91.66667%;
  }
}
#footer .bg_footer .con_footer .box_footer {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_footer {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#footer .bg_footer .con_footer .box_inf {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 185px;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_inf {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_inf {
    display: block;
    margin: 0 auto;
  }
}
.mouse #footer .bg_footer .con_footer .box_inf .logo {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .bg_footer .con_footer .box_inf .logo:hover, .touch #footer .bg_footer .con_footer .box_inf .logo.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .bg_footer .con_footer .box_inf .logo {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .bg_footer .con_footer .box_inf .logo.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_inf .logo {
    width: 60%;
    margin: auto;
  }
}
#footer .bg_footer .con_footer .box_inf .logo a {
  display: block;
}
#footer .bg_footer .con_footer .box_inf .btn_res {
  margin-top: 21px;
  width: 200px;
}
#footer .bg_footer .con_footer .box_inf .btn_res a {
  border: 2px solid #846b4d;
  border-radius: 20px;
  display: block;
  color: #391a03;
  padding: 5.5px .3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#footer .bg_footer .con_footer .box_inf .btn_res:hover a {
  background: #391a03;
  color: #fff;
  border: 2px solid #391a03;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_inf .btn_res {
    margin-top: 8%;
    width: 100%;
  }
}
#footer .bg_footer .con_footer .box_inf .btn_res a {
  border: 2px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_inf .btn_res a {
    padding: 4%;
  }
}
#footer .bg_footer .con_footer .box_inf .btn_res:hover a {
  background: #fff;
  color: #391a03;
  border: 2px solid #fff;
}
#footer .bg_footer .con_footer .box_inf .sns_list {
  margin-top: 23px;
  letter-spacing: -.40em;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_inf .sns_list {
    margin: 10% auto 8%;
  }
}
#footer .bg_footer .con_footer .box_inf .sns_list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 10px;
}
.mouse #footer .bg_footer .con_footer .box_inf .sns_list li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .bg_footer .con_footer .box_inf .sns_list li:hover, .touch #footer .bg_footer .con_footer .box_inf .sns_list li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .bg_footer .con_footer .box_inf .sns_list li {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .bg_footer .con_footer .box_inf .sns_list li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_inf .sns_list li {
    margin-left: 4%;
    width: 17.14286%;
  }
}
#footer .bg_footer .con_footer .box_inf .sns_list li:first-child {
  margin-left: 0;
}
#footer .bg_footer .con_footer .box_inf .sns_list li a {
  display: block;
}
#footer .bg_footer .con_footer .box_inf .site_map {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_inf .site_map {
    margin: 10% auto 8%;
  }
}
#footer .bg_footer .con_footer .box_inf .site_map > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 2.2;
  letter-spacing: .03em;
}
#footer .bg_footer .con_footer .box_inf .site_map > li > a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.mouse #footer .bg_footer .con_footer .box_inf .site_map > li > a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .bg_footer .con_footer .box_inf .site_map > li > a:hover, .touch #footer .bg_footer .con_footer .box_inf .site_map > li > a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .bg_footer .con_footer .box_inf .site_map > li > a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .bg_footer .con_footer .box_inf .site_map > li > a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .bg_footer .con_footer .box_inf .site_map > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 1px;
  background: #fff;
  margin-right: 1em;
}
#footer .bg_footer .con_footer .box_inf .site_map > li .list_link li {
  margin-left: 3px;
}
#footer .bg_footer .con_footer .box_inf .site_map > li .list_link li a {
  border-left: 1px dotted #fff;
  padding-left: 1em;
  color: #fff;
  text-decoration: none;
}
.mouse #footer .bg_footer .con_footer .box_inf .site_map > li .list_link li a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .bg_footer .con_footer .box_inf .site_map > li .list_link li a:hover, .touch #footer .bg_footer .con_footer .box_inf .site_map > li .list_link li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .bg_footer .con_footer .box_inf .site_map > li .list_link li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .bg_footer .con_footer .box_inf .site_map > li .list_link li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .bg_footer .con_footer .box_inf .site_map > li .list_link li a:before {
  display: none;
}
#footer .bg_footer .con_footer .box_add {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 45px;
}
@media only screen and (min-width: 768px) {
  #footer .bg_footer .con_footer .box_add {
    width: 300px;
  }
}
@media print {
  #footer .bg_footer .con_footer .box_add {
    width: 300px;
  }
}
.ie8 #footer .bg_footer .con_footer .box_add {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_add {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 4%;
  }
}
#footer .bg_footer .con_footer .box_add p {
  color: #fff;
}
#footer .bg_footer .con_footer .box_add p.add em {
  font-size: 122%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .bg_footer .con_footer .box_add p.add em {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_add p.add em {
    font-size: 108%;
  }
}
#footer .bg_footer .con_footer .box_add p.tel {
  margin-top: 19px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_add p.tel {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_add p.tel {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_add p.tel {
    letter-spacing: -.01em;
  }
}
#footer .bg_footer .con_footer .box_add p.tel a, #footer .bg_footer .con_footer .box_add p.tel span {
  font-family: "Myriad Pro",Times,Garamond,Georgia,serif;
  font-size: 308%;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_add p.tel a, #footer .bg_footer .con_footer .box_add p.tel span {
    font-size: 236%;
  }
}
#footer .bg_footer .con_footer .box_add p.tel a em, #footer .bg_footer .con_footer .box_add p.tel span em {
  font-size: 57%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_add p.tel a em, #footer .bg_footer .con_footer .box_add p.tel span em {
    font-size: 61%;
  }
}
#footer .bg_footer .con_footer .box_add p.num {
  line-height: 1.7;
}
#footer .bg_footer .con_footer .box_bn {
  margin: 5% auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .bg_footer .con_footer .box_bn {
    width: 80%;
  }
}
#footer .bg_footer .con_footer .box_bn li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px;
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_bn li {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_bn li {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_bn li {
    display: block;
    width: 100%;
  }
}
#footer .bg_footer .con_footer .box_bn li a {
  display: block;
}
#footer .bg_footer .con_footer .box_bn li img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .bg_footer .con_footer .box_bn .bn2 {
    width: 50%;
    margin: 0 auto 2%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_bn {
    width: 80%;
    display: block;
  }
  #footer .bg_footer .con_footer .box_bn li {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 19px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_bn li {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer .con_footer .box_bn .bn1 {
    margin: 0 auto 6%;
    width: 85%;
  }
  #footer .bg_footer .con_footer .box_bn .bn2 {
    margin-bottom: 6%;
  }
}
#footer .bg_footer #copyright {
  padding: 12px 0 11px;
  text-align: center;
  font-size: 86%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .bg_footer #copyright {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer #copyright {
    font-size: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .bg_footer #copyright {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg_footer #copyright {
    position: static;
    padding: 3% 0 8%;
  }
}

#fixnav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
#fixnav-sp li {
  display: table-cell;
  border-right: 1px solid #fff;
  background: #bca784;
  text-align: center;
  vertical-align: middle;
  width: 27%;
}
#fixnav-sp li.red {
  background: #c55656;
}
#fixnav-sp li.btn_menu_sp {
  background: #846b4d;
  border-right: none;
  width: 15%;
}
#fixnav-sp li.btn_menu_sp a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 25px;
  margin-right: 0;
  line-height: 1;
  padding: .5em 0 .4em;
}
#fixnav-sp li.tel {
  width: 27%;
  font-size: 93%;
  line-height: 1.3;
  background: #846b4d;
}
#fixnav-sp li a {
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  display: block;
  padding: .5em 0 .4em;
}
#fixnav-sp li a em {
  display: block;
  font-size: 93%;
  line-height: 1.3;
}

#menuList_sp {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 333px;
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(57, 26, 3, 0.95);
  -moz-transition: z-index 1s, opacity 500ms, -moz-transform 500ms;
  -o-transition: z-index 1s, opacity 500ms, -o-transform 500ms;
  -webkit-transition: z-index 1s, opacity 500ms, -webkit-transform 500ms;
  transition: z-index 1s, opacity 500ms, transform 500ms;
  opacity: 0;
  z-index: -1;
  height: 100%;
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
#menuList_sp .inner {
  width: 95%;
  margin: auto;
  padding: 6% 0 22%;
  overflow: hidden;
}
#menuList_sp .inner .close {
  display: block;
  width: 11%;
  margin: 0 0 0 auto;
}
#menuList_sp .inner .site_map {
  overflow: hidden;
  margin: 6% 0;
}
#menuList_sp .inner .site_map > li {
  float: left;
  width: 50%;
  border: 1px solid #fff;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menuList_sp .inner .site_map > li:nth-child(-n+2) {
  border-top: 1px solid #fff;
}
#menuList_sp .inner .site_map > li:nth-child(even) {
  border-left: none;
}
#menuList_sp .inner .site_map > li:last-child {
  width: 100%;
}
#menuList_sp .inner .site_map > li:last-child a {
  padding: 3% 3%;
}
#menuList_sp .inner .site_map > li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 6% 3%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menuList_sp .inner .site_map > li a span {
  line-height: 3em;
}
#menuList_sp .inner .site_map > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  background: url(../img/common/ic_arr2.png) no-repeat center center;
  background-size: contain;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}
#menuList_sp .inner .site_map > li.top {
  width: 100%;
  text-align: center;
  border-left: 1px solid #fff;
}
#menuList_sp .inner .site_map > li.sns {
  width: 25%;
  text-align: center;
  font-size: 186%;
}
#menuList_sp .inner .site_map > li.sns a:before {
  display: none;
}
#menuList_sp .inner .site_map > li.sns a em {
  display: none;
}
#menuList_sp .inner .site_map > li.fb a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0;
  line-height: 1.9em;
  font-family: 'Font Awesome 5 Brands';
}
#menuList_sp .inner .site_map > li.in a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0;
  line-height: 1.9em;
  font-family: 'Font Awesome 5 Brands';
}
#menuList_sp .inner .close {
  text-align: center;
}
#menuList_sp .inner .close img {
  width: 63%;
}
#menuList_sp .inner .close em {
  display: block;
  color: #fff;
  margin-top: 3px;
  line-height: 1;
  margin-top: .5em;
  font-size: 72%;
}
#menuList_sp.active {
  opacity: 1;
  display: block;
  top: 0;
  z-index: 5000;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
#contents .box_topicpath .topicpath {
  overflow: hidden;
  padding: 10px 0;
}
#contents .box_topicpath .topicpath li {
  float: left;
  margin-left: 1em;
}
#contents .box_topicpath .topicpath li:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#contents .box_topicpath .topicpath li:first-child {
  margin-left: 0;
}
#contents .box_topicpath .topicpath li:first-child:before {
  display: none;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic tr {
  border-top: 1px solid #bca784;
}
table.tbl_basic tr:last-child {
  border-bottom: 1px solid #bca784;
}
table.tbl_basic tr th {
  background: #bca784;
  text-align: center;
  font-weight: normal;
  position: relative;
  color: #fff;
}
table.tbl_basic tr th:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
table.tbl_basic tr th:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  padding: .5em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 5%;
  }
}
.ie table.tbl_basic tr th, .ie table.tbl_basic tr td {
  padding: .6em 0;
}
table.tbl_basic tr td {
  background: #fff;
  padding: .5em 1.4em;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr td {
    padding: .3em 1.4em;
  }
}
.ie table.tbl_basic tr td {
  padding: .5em 1.4em !important;
}

/*calendar*/
table.calendar {
  width: 100%;
  line-height: 1.5;
  position: relative;
}
table.calendar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
table.calendar th, table.calendar td {
  border: 1px solid #bca784;
  vertical-align: middle;
}
table.calendar tr {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.calendar th {
  background-color: #bca784;
  font-weight: normal;
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "Myriad Pro",Times,Garamond,Georgia,serif;
  width: 56px;
}
table.calendar th:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
table.calendar th:last-child {
  border-right: 1px solid #bca784;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.calendar th.sun {
  background-color: #ba827c;
}
table.calendar th.sat {
  background-color: #789dbe;
}
table.calendar td {
  background: none;
  text-align: center;
}
table.calendar td:first-child {
  color: #9a453c;
}
table.calendar td:last-child {
  color: #40709b;
}
table.calendar td.today {
  position: relative;
}
table.calendar td.today:before {
  content: "";
  top: 50%;
  left: 50%;
  border: solid 1px #8faf6a;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: -1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  table.calendar td.today:before {
    width: 20px;
    height: 20px;
  }
}
table.calendar td.today a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
table.calendar td.day_fair {
  color: #fff;
  position: relative;
  z-index: 1;
}
table.calendar td.day_fair:before {
  content: "";
  top: 50%;
  left: 50%;
  background: #8faf6a;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: -1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  table.calendar td.day_fair:before {
    width: 20px;
    height: 20px;
  }
}
table.calendar td.day_fair a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
