@charset "UTF-8";
/* 共通 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #000;
    background: url("../images/background/body_bg.jpg") center center repeat;
}
a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-decoration: none;
  color: #000;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  line-height: 1.4;
}
h2, h3, h4{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}
h2 {
  font-size: 29px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
p {
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.clearfix {zoom:1;}
.clearfix:after{
  content: ""; 
  display: block; 
  clear: both;
}
.center {
  text-align: center;
}
.primary {
  color: #8b0000;
}
small {
  font-size: 70%;
  vertical-align: middle;
}
/*
General
*/
h2.sec-title {
  font-size: 36px;
  line-height: 0.9;
  border-left: 10px solid #5b3810;
  padding-left: 15px;
  margin-bottom: 1em;
}
/*header*/
header {
  position: relative;
  background: #fff;
}
.topbar {
  line-height: 50px;
  padding: 15px 0;
}
.topbar .logo {
  float: left;
}
.topbar .topbar-right {
  float: right;
}
.topbar .topbar-right > div {
  display: inline-block;
  vertical-align: top;
}
.topbar-right .tel {
  font-size: 30px;
  margin-right: 25px;
}
.topbar-right .tel span {
  vertical-align: middle;
}
.topbar-right .contact a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  display: inline-block;
  font-size: 22px;
  padding: 0 20px;
  color: #fff;
  background: #74c1aa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 0 rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 1px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0px 1px 0 rgba(0,0,0,0.3);
}
.header-title {
  font-size: 26px;
  padding: 22px 0;
  text-align: center;
  background: url("../images/background/header_tt_bg.jpg") center center no-repeat;
}
/**/
.top-banner {
  overflow: hidden;
}
.top-banner img {
  width: 100%;
}

/*sidebar*/
.sidebar {
  border: 2px solid #543817;
  border-top: 0;
  text-align: center;
}
.sidebar h3.title {
  font-size: 22px;
  background: #543817;
  color: #fff;
  padding-bottom: 5px;
}
.sidebar .side-box {
  padding: 20px 10px;
  border-bottom: 1px solid #543817;
}
.sidebar .side-box:last-child {
  border-bottom: 0;
}
.sidebar .side-box p{
  margin-top: 7px;
}
.sidebar .side-box h3 {
  margin: 7px 0;
}

/*Section 1*/
.section-1 {
  padding-bottom: 80px;
  background: url("../images/background/sec1_bg.png") bottom center no-repeat;
}
.section-1 .box1{
  padding: 20px 0;
}


/*Section 2*/
.section-2 {
  padding: 70px 0 60px;
  background: url("../images/background/sec1_bg.png") bottom center no-repeat;
}
.section-2 .box {
  overflow: hidden;
  padding: 30px 35px;
  position: relative;
  margin-bottom: 30px;
  background: url("../images/background/sec2_bg.jpg") top center repeat;
}
.section-2 .box h2.tt {
  font-size: 36px;
  margin-bottom: 5px;
}
.section-2 .box h3.primary {
  margin-bottom: 5px;
}
.section-2 .box .note {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1.4;
  background: rgba(191, 162, 117,0.4);
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-2 .box h4 ~ p {
  margin-top: 15px;
}
.section-2 .box .map .img {
  float: right;
  margin-left: 30px;
}

/*Section 3*/
.section-3 {
  padding: 70px 0 15px;
  background: url("../images/background/sec1_bg.png") bottom center no-repeat;
}
.section-3 .box {
  margin-bottom: 65px;
}
.section-3 .box .txt .tt {
  background: rgba(191, 162, 117,0.4);
  font-size: 18px;
  font-weight: bold;
  padding: 7px 15px;
  margin-bottom: 15px;
}


/*Section 4*/
.section-4 {
  padding: 70px 0 15px;
}
.section-4 dl {
  margin-bottom: 40px;
}
.section-4 dl dt {
  font-size: 18px;
  font-weight: bold;
  background: rgba(191, 162, 117,0.4);
  line-height: 40px;
}

.section-4 dl dt:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 40px;
  margin-right: 15px;
  background: rgba(174, 121, 39, 0.4) url("../images/icon/icon_q.png") center center no-repeat;
}
.section-4 dl dd {
  padding: 15px 0 15px 65px;
  background: url("../images/icon/icon_a.png") 13px 15px no-repeat;
}

.section-5 {
  padding: 0 0 370px;
}




.footer-top {
  padding: 27px 0;
  background: #fff;
}
.copyright {
  background: #dbdbdb;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 1280px) {
  .top-banner img {
    max-width: inherit;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (min-width: 641px) {
  .pc-none {
    display: none!important;
  }
  .container {
    width: 1000px;
    margin: 0 auto;
  }
  #wrap {
    min-width: 1040px;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .content-wrap {
    padding-top: 70px;
    background: url("../images/background/sec5_bg.png") bottom center repeat-x;
    background-size: 100% auto;
  }
  .main-content {
    width: 730px;
    float: right;
  }
  .sidebar {
    width: 220px;
    float: left;
  }
  .section-1 .box1 .img {
    float: left;
    margin-bottom: 60px;
  }
  .section-1 .box2 .img {
    float: right;
    margin-left: 25px;
  }
  .section-1 .box2 .txt {
    padding-top: 40px;
  }
  .section-1 .box2 .txt .name {
    text-align: right;
    margin-top: 10px;
  }
  .section-2 .box h3.primary {
    font-size: 26px;
  }
  .section-2 .box .box-img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-3 .box .img {
    width: 270px;
    float: left;
  }
  .section-3 .box:nth-child(even) .img {
    float: right;
    text-align: right;
  }
  .section-3 .box .txt {
    width: 460px;
    float: left;
  }
  .footer-logo {
    float: left;
  }
  .footer-text {
    float: right;
  }

  
}
@media screen and (max-width: 640px) {
  .sp-none {
    display: none!important;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-title {
    background-repeat: repeat;
    font-size: 16px;
    padding: 10px;
  }
  .content-wrap {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section-2 .box {
    padding: 15px 10px;
  }
  .section-2 .box h2.tt {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h2.sec-title {
    font-size: 30px;
  }
  .section-1 {
    padding-bottom: 50px;
  }
  .section-1 .box1 .img,
  .section-1 .box2 .img {
    text-align: center;
    margin-bottom: 15px;
  }
  .section-1 .box2 {
    margin-top: 30px;
  }
  .section-2 .box .note {
    font-size: 18px;
  }
  .section-2 .box .map .img {
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
  .section-2 .box .box-img {
    text-align: center;
    margin-bottom: 15px;
  }
  .section-3 .box .txt .tt {
    padding: 5px 10px;
  }
  .section-3 .box .img {
    text-align: center;
    margin-bottom: 15px;
  }
  .section-5 {
    padding-bottom: 50px;
  }
  .footer-top {
    text-align: center;
  }
  .footer-logo {
    padding-bottom: 20px;
  }
  #wrap {
    padding-bottom: 112px;
  }
  .footer_m {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
  }
}



@media screen and (max-width: 480px) {
  #wrap {
    padding-bottom: 97px;
  }
}

@media screen and (max-width: 400px) {

}

@media screen and (max-width: 320px) {
  #wrap {
    padding-bottom: 58px;
  }
}