@charset "UTF-8";
/*resetCSS*/
html, body, div, span, iframe, h1, h2, h3, h4,
p, a, img, dl, dt, dd, ol, ul, li, label, table,
tbody, tr, th, td, figure, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, figure, footer, header, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*************/
/*共通CSS*/
body {
  -webkit-font-smoothing: antialiased;
  background: url(../img/common/bg.png);
  color: #000;
  font-family: 'TsukuARdGothic-Regular','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.68;
  min-width: 1020px;
  width: 100%; }

a:link, a:visited, a:hover, a:active {
  color: #333;
  text-decoration: none; }

h1, h2, h3 {
  font-weight: normal; }

.inner {
  width: 1000px;
  margin: auto; }

.flex_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.active {
  background: url(../img/common/active_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px; }

.title {
  color: #332C22;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }

.text1 {
  color: #332c22;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 28px;
  text-align: center; }

.text2 {
  color: #332c22;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.02em; }

.red {
  color: #ED4F48; }

.green {
  color: #1BCE20; }

.blue {
  color: #33A3FF; }

.big {
  font-size: 24px;
  font-weight: bold; }

.detail_btn a {
  background: url(../img/top/top_btn.png);
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.08em;
  line-height: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 306px; }
  .detail_btn a:hover {
    opacity: 0.7; }
  .detail_btn a:active {
    opacity: 1; }
  .detail_btn a::before, .detail_btn a::after {
    content: "";
    bottom: 0;
    right: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    vertical-align: middle; }
  .detail_btn a::before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff; }
  .detail_btn a::after {
    right: 12px;
    box-sizing: border-box;
    width: 4px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 6px solid #FD9126; }

header {
  background: url(../img/common/header_bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  height: 156px;
  padding-bottom: 69px;
  position: relative; }
  @media (min-width: 1400px) {
    header {
      background-size: contain;
      height: auto;
      padding-bottom: 27px;
      padding-top: 11.2%; } }
  header .header_img {
    display: inline-block;
    left: 550px;
    position: absolute;
    top: 0; }
    @media (min-width: 1400px) {
      header .header_img {
        left: 0;
        right: 0; } }
    header .header_img img {
      display: block;
      margin: 0 auto; }
  header .inner nav {
    padding-top: 150px; }
    @media (min-width: 1400px) {
      header .inner nav {
        padding-top: 0; } }
    header .inner nav ul li {
      border-right: 3px dotted #82765D;
      height: 50px;
      line-height: 50px;
      text-align: center;
      width: 20%; }
      header .inner nav ul li:first-child {
        border-left: 3px dotted #82765D; }
  header .suginamiku {
    border: 1px solid #F39800;
    border-radius: 50px;
    color: #332c22;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    left: 1052px;
    position: absolute;
    text-align: center;
    top: 41px;
    width: 146px; }
    header .suginamiku:hover {
      background-color: #F39800;
      color: #fff;
      transition: 0.3s; }
    header .suginamiku:active {
      background: #f14000;
      transition: 0; }
    @media (min-width: 1400px) {
      header .suginamiku {
        left: 75%; } }

#contact {
  background: url(../img/common/contact_bg.png);
  padding: 77px 0; }
  #contact .inner .contact_wrap {
    background: url(../img/common/bg.png);
    border: 2px solid #C9CACA;
    padding: 68px 0; }
    #contact .inner .contact_wrap .flex_box {
      justify-content: center;
      position: relative; }
      #contact .inner .contact_wrap .flex_box::after {
        border-right: 3px dotted #F4B68C;
        content: '';
        display: inline-block;
        height: 110px;
        position: absolute;
        margin: 0 auto; }
      #contact .inner .contact_wrap .flex_box .contact_btn {
        background-color: #332C22;
        border-radius: 10px;
        color: #fff;
        margin-right: 61px;
        padding: 15px 48px 15px 60px;
        position: relative; }
        #contact .inner .contact_wrap .flex_box .contact_btn:hover {
          opacity: 0.7; }
        #contact .inner .contact_wrap .flex_box .contact_btn:active {
          opacity: 1.0; }
        #contact .inner .contact_wrap .flex_box .contact_btn::before {
          border: 6px solid transparent;
          border-left: 10px solid #fff;
          bottom: 0;
          box-sizing: border-box;
          content: "";
          height: 3px;
          left: 20px;
          margin: auto;
          position: absolute;
          top: 0;
          vertical-align: middle;
          width: 4px; }
      #contact .inner .contact_wrap .flex_box .tel {
        margin-left: 61px; }

#sns {
  background: #F9D6BB;
  padding: 105px 0 66px; }
  #sns .inner .sns_left {
    width: 480px; }
    #sns .inner .sns_left .sns_info {
      background: #F3B488;
      margin-bottom: 62px;
      padding: 36px 25px 40px; }
      #sns .inner .sns_left .sns_info .info {
        margin-bottom: 30px; }
      #sns .inner .sns_left .sns_info .search {
        text-align: center; }
        #sns .inner .sns_left .sns_info .search .text1 {
          border: 1px solid #332C22;
          border-radius: 14px;
          display: inline-block;
          width: 280px; }
        #sns .inner .sns_left .sns_info .search img {
          display: inline-block;
          vertical-align: middle; }
    #sns .inner .sns_left .facebook {
      display: flex; }
      #sns .inner .sns_left .facebook img {
        margin-right: 30px; }
      #sns .inner .sns_left .facebook a {
        background: url(../img/common/facebook_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        height: 57px;
        letter-spacing: -0.02em;
        line-height: 57px;
        text-align: center;
        width: 330px; }
  #sns .inner .sns_right {
    width: 480px; }
    #sns .inner .sns_right .instagram img {
      margin-right: 96px;
      vertical-align: middle; }
    #sns .inner .sns_right .instagram h3 {
      background: url(../img/common/sns_bg.png);
      background-position: center center;
      background-repeat: no-repeat;
      color: #fff;
      display: inline-block;
      font-weight: bold;
      font-size: 16px;
      height: 41px;
      letter-spacing: -0.02em;
      line-height: 41px;
      text-align: center;
      width: 194px; }
    #sns .inner .sns_right .instagram iframe {
      margin-top: 10px !important; }

footer {
  background: #fff;
  padding: 35px 0 28px; }
  footer .inner nav {
    margin-bottom: 22px; }
    footer .inner nav .flex_box {
      justify-content: center; }
      footer .inner nav .flex_box li {
        border-right: 1px solid #000;
        line-height: 1; }
        footer .inner nav .flex_box li:last-child {
          border-right: none; }
        footer .inner nav .flex_box li a {
          color: #332c22;
          font-family: YuGothic;
          font-size: 14px;
          letter-spacing: 0.03em;
          padding: 0 20px; }
  footer .inner .copyright {
    text-align: center; }
    footer .inner .copyright a {
      color: #332c22;
      font-family: YuGothic;
      font-size: 14px;
      letter-spacing: 0.03em; }

/*# sourceMappingURL=common.css.map */
