@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------NotoSerif源ノ明朝------------*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  word-wrap: break-word;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.inner {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.inner2 {
  margin: 0 auto;
  max-width: 1000px; }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px; }

#contents {
  width: 100%;
  max-width: 1200px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

footer#global_footer {
  min-width: 100%; }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

.b {
  font-weight: 700; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-top: 5px solid #51331b; }
  @media only screen and (max-width: 468px) {
    header#global_header {
      padding-top: 58px;
      border-top: 0; } }

#header {
  width: 100%;
  margin: 0 0 15px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header {
      padding: 0 20px;
      margin: 20px 0 15px; } }
  #header .hedtxt {
    text-align: left;
    color: #725333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 11px; }
    @media only screen and (max-width: 468px) {
      #header .hedtxt {
        display: none; } }
  #header h1 {
    text-align: left;
    color: #725333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 11px; }
    @media only screen and (max-width: 468px) {
      #header h1 {
        display: none; } }
  #header #siteID a {
    opacity: 1; }
  #header #hed_info {
    display: table; }
    @media only screen and (max-width: 468px) {
      #header #hed_info {
        padding: 0 10px;
        float: none;
        margin: 0;
        display: block; } }
    #header #hed_info .wrap {
      display: table-cell;
      vertical-align: middle;
      padding-right: 20px; }
      @media only screen and (max-width: 468px) {
        #header #hed_info .wrap {
          padding-right: 0;
          display: block; } }
    #header #hed_info address {
      float: left;
      clear: both;
      font-size: 11px;
      color: #725333; }
      @media only screen and (max-width: 468px) {
        #header #hed_info address {
          float: none;
          margin: 15px 0; } }
    #header #hed_info .tel {
      clear: both;
      float: left; }
    #header #hed_info .cont {
      display: table-cell; }
      #header #hed_info .cont a:hover {
        opacity: 0.6; }

#nav_global {
  margin-bottom: 15px; }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      text-align: center;
      position: relative; }
      #nav_global ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 0;
        vertical-align: middle;
        display: inline-block;
        height: 60%;
        border-left: 1px solid #725333; }
      #nav_global ul li:last-child:after {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 0;
        vertical-align: middle;
        height: 60%;
        border-right: 1px solid #725333; }
      #nav_global ul li a {
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.7em;
        font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #725333; }
        #nav_global ul li a span {
          font-size: 11px;
          color: #a89586;
          font-weight: 400;
          display: block; }

#mainArea {
  width: 100%; }
  #mainArea #slider {
    width: 100%;
    position: relative; }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

.mean-container .mean-nav ul li a.mean-expand {
  width: 20px !important;
  height: 17px !important; }

.mean-container .mean-bar {
  background: #eceae3 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #eceae3 !important; }

.mean-container .mean-nav ul li a {
  color: #725333 !important;
  border-top: 1px solid #fff !important; }
  .mean-container .mean-nav ul li a span {
    display: none; }

.mean-container a.meanmenu-reveal {
  color: #725333 !important; }

.mean-container a.meanmenu-reveal span {
  background: #725333 !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.wraphed {
  width: 100%;
  display: table; }
  .wraphed .hed {
    display: table-cell !important;
    vertical-align: middle; }
  .wraphed .tel {
    margin-right: 10px;
    float: none !important;
    clear: inherit !important; }
    .wraphed .tel img {
      width: 100% !important; }
  .wraphed .cont {
    display: block !important;
    float: none !important;
    vertical-align: middle; }
    .wraphed .cont img {
      width: 100% !important; }

#local-keyvisual {
  position: relative; }
  #local-keyvisual h1 {
    display: block;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4em;
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    padding: 150px 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
    position: relative;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #local-keyvisual h1 {
        padding: 100px 0; } }
    @media only screen and (max-width: 468px) {
      #local-keyvisual h1 {
        padding: 50px 0;
        font-size: 25px; } }
    #local-keyvisual h1 span {
      font-size: 30px;
      color: #fff;
      font-weight: 500;
      display: block; }
      @media only screen and (max-width: 468px) {
        #local-keyvisual h1 span {
          font-size: 18px; } }

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center; }

.pan {
  color: #333; }
  @media only screen and (max-width: 468px) {
    .pan {
      display: none; } }

#gnavi li {
  position: relative; }

#gnavi li ul {
  position: absolute;
  top: 54px;
  left: 0px;
  text-align: center;
  z-index: 10;
  width: 100%;
  display: block; }
  @media only screen and (max-width: 768px) {
    #gnavi li ul {
      position: static; } }

#gnavi li ul li {
  float: none;
  display: block; }
  #gnavi li ul li:before {
    display: none; }
  #gnavi li ul li a {
    padding: 10px;
    width: 100%;
    display: block;
    background: white; }

footer#global_footer #copy {
  width: 100%;
  text-align: center; }
  footer#global_footer #copy a {
    color: #51331b;
    text-decoration: none; }
    footer#global_footer #copy a:hover {
      opacity: 0.6; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      footer#global_footer #copy a {
        line-height: 60px; } }

.cont_1 {
  background: url(../images/common/cont_1.png) no-repeat;
  padding: 80px 0 20px 0; }
  @media only screen and (max-width: 468px) {
    .cont_1 {
      padding: 40px 0 15px 0; } }
  .cont_1 h2 {
    color: #333;
    font-size: 36px;
    font-weight: 500;
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.7em;
    display: block;
    margin-bottom: 20px; }
    @media only screen and (max-width: 468px) {
      .cont_1 h2 {
        font-size: 18px;
        margin-bottom: 25px; } }
    .cont_1 h2 span {
      color: #fe4d4d; }

.midashi2 {
  margin: 80px 0 30px; }
  @media only screen and (max-width: 468px) {
    .midashi2 {
      margin: 40px 0 15px 0; } }
  .midashi2 h2 {
    display: inline-block;
    font-family: 'Tangerine', cursive;
    font-size: 50px; }
    @media only screen and (max-width: 468px) {
      .midashi2 h2 {
        font-size: 40px; } }
    .midashi2 h2:after {
      margin: 0 auto;
      content: "";
      padding: 20px 0 0;
      display: block;
      height: 1px;
      width: 60%;
      border-bottom: 1px solid #51331b; }

.midashi3 {
  margin-bottom: 15px; }
  @media only screen and (max-width: 468px) {
    .midashi3 {
      text-align: center !important; } }
  .midashi3 h2 {
    display: inline-block;
    font-family: 'Tangerine', cursive;
    font-size: 40px; }
    @media only screen and (max-width: 468px) {
      .midashi3 h2 {
        font-size: 40px; } }

.bg_100per_wrap {
  position: relative;
  margin-bottom: 150px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #725333;
  z-index: -1; }

.cont_2 .box {
  display: table-cell;
  vertical-align: middle; }
.cont_2 .fltL {
  width: 70%; }
.cont_2 .fltR {
  width: 28%; }
  @media only screen and (max-width: 468px) {
    .cont_2 .fltR {
      margin-top: 15px; } }

.wrapcont {
  background: #9d7246; }
  .wrapcont .txt {
    display: block;
    margin-bottom: 30px; }
  .wrapcont .contbtn {
    display: block;
    margin-bottom: 15px; }

.wrapnew {
  position: relative; }
  .wrapnew:after {
    content: url(../images/common/news_deco.png);
    display: block;
    position: absolute;
    top: -70px;
    left: 20px; }
  .wrapnew:before {
    content: "";
    display: block;
    border-top: 4px solid #9d7246;
    padding-bottom: 1px; }
  .wrapnew .news {
    border-top: 1px solid #9d7246;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 30px 20px 20px; }
    .wrapnew .news .scl {
      height: 240px;
      overflow-y: scroll; }
      .wrapnew .news .scl .news_txt {
        margin-bottom: 15px; }
        .wrapnew .news .scl .news_txt tr td:first-child {
          color: #fff;
          width: 15%;
          text-align: center;
          vertical-align: middle;
          background: #d0d0d0;
          padding: 10px 5px !important; }
        .wrapnew .news .scl .news_txt tr td:nth-child(2) {
          padding-left: 10px !important; }

.cont_3 .fltL {
  width: 33%; }
.cont_3 .fltR {
  width: 65%; }
.cont_3 .box {
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (max-width: 468px) {
    .cont_3 .box {
      display: block; } }
.cont_3 img {
  width: 100% !important; }

@media only screen and (max-width: 468px) {
  .gmap iframe {
    height: 250px !important; } }

/* box */
.home_td {
  margin-left: -1.9607843137% !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .home_td {
      margin-left: -1.9607843137% !important; } }
  @media only screen and (max-width: 468px) {
    .home_td {
      margin-left: 0 !important; } }
  .home_td .box {
    z-index: 10;
    float: left;
    width: 31.3725490196% !important;
    margin-left: 1.9607843137% !important;
    margin-bottom: 30px !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .home_td .box {
        width: 31.3725490196% !important;
        margin-left: 1.9607843137% !important;
        display: block; } }
    @media only screen and (max-width: 468px) {
      .home_td .box {
        width: 100% !important;
        margin-left: 0 !important; } }
    .home_td .box:empty {
      display: none; }
    .home_td .box img {
      width: 100% !important;
      height: 319px !important;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .home_td .box img {
          height: 250px !important; } }
      @media only screen and (max-width: 468px) {
        .home_td .box img {
          height: 250px !important; } }

/* box */
.instagram {
  margin-left: 0% !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .instagram {
      margin-left: 0% !important; } }
  @media only screen and (max-width: 468px) {
    .instagram {
      margin-left: 0 !important;
      padding: 10px 0; } }
  .instagram li {
    z-index: 10;
    float: left;
    width: 20% !important;
    margin-left: 0% !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .instagram li {
        width: 20% !important;
        margin-left: 0% !important;
        display: block; } }
    @media only screen and (max-width: 468px) {
      .instagram li {
        width: 50% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important; } }
    .instagram li img {
      width: 100% !important;
      height: 250px !important;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .instagram li img {
          height: 150px !important; } }
      @media only screen and (max-width: 468px) {
        .instagram li img {
          height: 150px !important; } }

@media only screen and (max-width: 468px) {
  .cont_4 {
    margin-top: 30px; } }
.cont_4 h2 {
  color: #333;
  font-size: 36px;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
  display: block;
  margin-bottom: 20px; }
  @media only screen and (max-width: 468px) {
    .cont_4 h2 {
      font-size: 18px;
      margin-bottom: 15px; } }
  .cont_4 h2 span {
    color: #fe4d4d; }

/* title */
.midashi h3 {
  color: #725333;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
  display: block;
  position: relative;
  line-height: 50px;
  padding: 0 1em;
  background-color: #f0f0f0; }
  @media only screen and (max-width: 468px) {
    .midashi h3 {
      font-size: 16px;
      line-height: 2em;
      padding: 15px; } }
.midashi h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold; }
  .midashi h4:before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    background: #ffca2c;
    color: white;
    font-weight: normal;
    font-size: 20px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .midashi h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.midashi h5 {
  font-size: 17px;
  font-weight: bold; }

.tdpd10 td {
  padding: 10px !important; }

.contact {
  margin-top: 80px;
  background: url(../images/contents/contact.png) #9d7246 top left no-repeat;
  padding: 20px;
  border: solid 1px #fff;
  outline: solid 1px #9d7246; }
  @media only screen and (max-width: 468px) {
    .contact {
      margin-top: 40px; } }
  .contact h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.7em;
    margin: 0 auto 20px;
    display: inline-block; }
    @media only screen and (max-width: 468px) {
      .contact h2 {
        font-size: 18px; } }
  .contact .tel2 {
    padding: 15px 30px !important; }
    @media only screen and (max-width: 468px) {
      .contact .tel2 {
        padding: 10px 0 0 0 !important; } }
  .contact .cont {
    padding: 15px 30px !important; }
    @media only screen and (max-width: 468px) {
      .contact .cont {
        padding: 0 !important; } }
  .contact a {
    padding: 20px;
    display: block;
    background: #fff; }

.cont_5 {
  font-size: 16px; }
  .cont_5 .qa {
    margin-top: 30px; }
  .cont_5 td {
    padding: 10px !important; }
  .cont_5 .q {
    color: #3498db;
    font-size: 30px;
    padding: 0 15px 0 0;
    font-weight: 700;
    vertical-align: middle;
    width: 46px !important; }
    @media only screen and (max-width: 468px) {
      .cont_5 .q {
        width: 100% !important;
        color: #fff;
        background: #3498db; } }
  .cont_5 .a {
    color: #ff6767;
    font-size: 30px;
    padding: 0 15px 0 0;
    font-weight: 700;
    vertical-align: middle;
    width: 20% !important; }
    @media only screen and (max-width: 468px) {
      .cont_5 .a {
        width: 100% !important;
        color: #fff;
        background: #ff6767; } }

/*# sourceMappingURL=common.css.map */
