@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, strong, sub, sup, tt, var,
b, 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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 1.0s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 1.0s ease; }

body.fadeout::after {
  opacity: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

input[type="button"], input[type="text"], input[type="submit"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0; }

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
html {
  width: 100%;
  overflow-y: scroll; }

body {
  width: 100%;
  min-width: 980px;
  margin: 0;
  overflow-y: scroll; }
  @media only screen and (max-width: 768px) {
    body {
      min-width: 100%;
      margin: 0; } }

::selection {
  background: #99DAA2;
  /* Safari用 */ }

::-moz-selection {
  background: #99DAA2;
  /* Firefox用 */ }

img {
  width: 100%; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

body {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  overflow: hidden; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden; } }
@supports (-ms-ime-align: auto) {
  body {
    font-family: "メイリオ", Meiryo, Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden; } }
/* ===================================

↑リセット、共通css

=================================== */
/* ===================================

↓お問い合わせcss 

=================================== */
.wrap {
  width: 100%;
  padding-bottom: 450px;
  min-width: 980px;
  padding-top: 20px;
  background-size: 2000px auto;
  background: url(../img/form_bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #fafdff), color-stop(0.4, #c6ebfa));
  background: url(../img/form_bg.png), -webkit-linear-gradient(top, #c6ebfa 40%, #fafdff 98%);
  background: url(../img/form_bg.png), -moz-linear-gradient(top, #c6ebfa 40%, #fafdff 98%);
  background: url(../img/form_bg.png), -o-linear-gradient(top, #c6ebfa 40%, #fafdff 98%);
  background: url(../img/form_bg.png), -ms-linear-gradient(top, #c6ebfa 40%, #fafdff 98%);
  background: url(../img/form_bg.png), linear-gradient(to bottom, #c6ebfa 40%, #fafdff 98%);
  background-repeat: no-repeat;
  background-position: bottom center; }
  @media only screen and (max-width: 768px) {
    .wrap {
      min-width: 100%;
      padding-bottom: 30%;
      background-size: 170%; } }

.asahi {
  width: 100px;
  height: auto;
  margin-left: 20px; }
  @media only screen and (max-width: 768px) {
    .asahi {
      width: 80px;
      margin: 0;
      padding: 10px 0 0 10px; } }

.contact {
  width: 860px;
  margin: 100px auto;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  padding: 250px 60px 20px;
  height: auto; }
  @media only screen and (max-width: 768px) {
    .contact {
      box-sizing: border-box;
      width: 90%;
      margin-top: 50px;
      padding: 20px 5% 0; } }
  .contact .rogo {
    width: 380px;
    position: absolute;
    top: -100px;
    left: 300px; }
    @media only screen and (max-width: 768px) {
      .contact .rogo {
        width: 230px;
        position: static;
        margin: -80px auto 20px; } }
  .contact p {
    font-size: 16px;
    line-height: 2em;
    color: #5c3b14;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .contact p {
        width: 100%;
        font-size: 14px;
        margin: 0 auto 30px; } }
    .contact p strong {
      font-weight: bold; }
    .contact p.tvtext {
      font-weight: 700;
      color: #FB0106; }
  .contact h1 {
    width: 815px;
    padding: 15px 0 15px 45px;
    background-color: #5c3b14;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.1em;
    border-radius: 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .contact h1 {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
        padding: 10px 5% 10px 40px;
        box-sizing: border-box; } }
    .contact h1:after {
      content: "";
      position: absolute;
      top: 20px;
      left: 20px;
      width: 0;
      height: 0;
      border-right: 10px solid transparent;
      border-top: 15px solid #f26304;
      border-left: 10px solid transparent; }
      @media only screen and (max-width: 768px) {
        .contact h1:after {
          top: 15px;
          border-right: 8px solid transparent;
          border-top: 12px solid #f26304;
          border-left: 8px solid transparent; } }
    .contact h1 span {
      font-size: 14px;
      margin-left: 10px;
      letter-spacing: 0;
      vertical-align: 3px; }
      @media only screen and (max-width: 768px) {
        .contact h1 span {
          font-size: 12px;
          display: block;
          line-height: 1.4em;
          margin: 5px 0 0 -22px;
          text-indent: -5px; } }

/*.contact*/
/* ===================================

↓フォームcss 

=================================== */
#formWrap table {
  width: 100%;
  font-size: 14px;
  /*tr*/ }
  @media only screen and (max-width: 768px) {
    #formWrap table {
      margin-bottom: 20px; } }
  #formWrap table tr {
    border-bottom: 1px  solid #d1c8bd;
    /*th	*/
    /*td*/ }
    #formWrap table tr th {
      font-weight: bold;
      text-align: left;
      vertical-align: top;
      padding: 28px 0 30px; }
      @media only screen and (max-width: 768px) {
        #formWrap table tr th {
          display: block;
          width: 100%;
          margin-bottom: 0;
          padding: 28px 0 0; } }
      #formWrap table tr th .required {
        font-size: 12px;
        color: #f26304;
        vertical-align: 1px; }
    #formWrap table tr td {
      padding-top: 20px;
      padding-bottom: 20px;
      display: block;
      line-height: 1.5em;
      width: 670px;
      float: right;
      /*input[type="text"]*/
      /* input[type="email"]*/
      /* input[type="number"]*/
      /* input.date */
      /*label*/
      /*textarea*/ }
      @media only screen and (max-width: 768px) {
        #formWrap table tr td {
          width: 100%;
          float: none; } }
      #formWrap table tr td .sub_c {
        font-size: 12px;
        color: #999; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td .sub_c {
            display: block;
            font-size: 12px;
            margin-top: 4px; } }
      #formWrap table tr td .annotation {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 10px;
        line-height: 1.5em;
        padding-left: 12px;
        text-indent: -12px; }
      #formWrap table tr td input[type="text"] {
        width: 300px;
        height: 24px;
        padding: 5px 10px;
        margin-right: 15px;
        background-color: #f7f4e7;
        border-radius: 5px;
        border: none;
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td input[type="text"] {
            box-sizing: border-box;
            margin-right: 0;
            width: 100%;
            height: 30px;
            padding: 2%;
            font-siz: 14px; } }
      #formWrap table tr td input.short {
        width: 60px; }
      #formWrap table tr td .hifun {
        padding: 0 12px 0 0; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td .hifun {
            padding: 0 12px 0 12px; } }
      #formWrap table tr td input.adress {
        width: 500px; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td input.adress {
            width: 100%; } }
      #formWrap table tr td input[type="email"] {
        width: 430px;
        height: 24px;
        padding: 5px 10px;
        margin-right: 15px;
        background-color: #f7f4e7;
        border-radius: 5px;
        border: none;
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td input[type="email"] {
            box-sizing: border-box;
            height: 30px;
            width: 100%;
            padding: 1%;
            font-siz: 14px; } }
      #formWrap table tr td input[type="number"] {
        width: 60px;
        height: 24px;
        padding: 5px 10px;
        margin-right: 15px;
        background-color: #f7f4e7;
        border-radius: 5px;
        border: none;
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td input[type="number"] {
            box-sizing: border-box;
            height: 30px;
            padding: 2%;
            font-siz: 14px; } }
      #formWrap table tr td input.date {
        width: 400px; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td input.date {
            width: 100%; } }
      #formWrap table tr td input::placeholder {
        color: #D0C199;
        font-size: 14px; }
      #formWrap table tr td label {
        margin-right: 30px;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td label {
            margin-right: 2%; } }
        @media only screen and (max-width: 320px) {
          #formWrap table tr td label {
            display: block;
            margin-bottom: 8px; } }
        #formWrap table tr td label input[type="radio"] {
          cursor: pointer;
          vertical-align: 0;
          margin-top: 9px; }
      #formWrap table tr td textarea {
        width: 650px;
        max-width: 650px;
        font-size: 16px;
        height: 80px;
        padding: 10px;
        background-color: #f7f4e7;
        border-radius: 5px;
        border: none; }
        @media only screen and (max-width: 768px) {
          #formWrap table tr td textarea {
            box-sizing: border-box;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            font-size: 14px;
            padding: 1%; } }

.submit {
  text-align: center; }

input.btn_submit,
input.btn_send,
input.btn_back {
  cursor: pointer;
  margin: 50px auto -30px;
  display: block;
  width: 300px;
  height: 80px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.3em;
  border: none;
  background-color: #f26304;
  border-radius: 10px;
  transition: all .5s; }
  @media only screen and (max-width: 768px) {
    input.btn_submit,
    input.btn_send,
    input.btn_back {
      margin: 0 auto 0;
      width: 80vw;
      font-size: 18px;
      letter-spacing: 0.1em; } }

input.btn_submit:hover,
input.btn_send:hover,
input.btn_back:hover {
  background-color: #588c54; }

/* ===================================

↓送信完了css 

=================================== */
.comp_wrap {
  width: 100%;
  padding-bottom: 450px;
  min-width: 980px;
  padding-top: 20px;
  background-size: 2000px auto;
  background: url(../img/form_bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #fafdff), color-stop(0.4, #c6ebfa));
  background: url(../img/form_bg.png), -webkit-linear-gradient(top, #c6ebfa 40%, #fafdff 98%);
  background: url(../img/form_bg.png), -moz-linear-gradient(top, #c6ebfa 40%, #fafdff 98%);
  background: url(../img/form_bg.png), -o-linear-gradient(top, #c6ebfa 40%, #fafdff 98%);
  background: url(../img/form_bg.png), -ms-linear-gradient(top, #c6ebfa 40%, #fafdff 98%);
  background: url(../img/form_bg.png), linear-gradient(to bottom, #c6ebfa 40%, #fafdff 98%);
  background-repeat: no-repeat;
  background-position: bottom center; }
  @media only screen and (max-width: 768px) {
    .comp_wrap {
      min-width: 100%;
      height: auto;
      padding-bottom: 30%;
      background-size: 170%; } }
  .comp_wrap .contact {
    width: 860px;
    margin: 100px auto;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    padding: 290px 60px 60px; }
    @media only screen and (max-width: 768px) {
      .comp_wrap .contact {
        box-sizing: border-box;
        width: 90%;
        margin-top: 50px;
        padding: 140px 5% 5px; } }
    .comp_wrap .contact .comp_title {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      color: #f26304;
      margin-bottom: 40px;
      letter-spacing: 0.2em; }
      @media only screen and (max-width: 768px) {
        .comp_wrap .contact .comp_title {
          font-size: 5vw;
          letter-spacing: 0.1em;
          margin-bottom: 20px; } }
    .comp_wrap .contact p {
      text-align: center;
      line-height: 2.5em; }
      @media only screen and (max-width: 768px) {
        .comp_wrap .contact p {
          text-align: left;
          line-height: 2em; }
          .comp_wrap .contact p br {
            display: none; } }

/* ===================================

↓フッターcss 

=================================== */
footer {
  width: 100%;
  padding-top: 70px;
  min-width: 980px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    footer {
      min-width: 100%; } }
  footer .f_inner {
    width: 650px;
    margin: 0 auto;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      footer .f_inner {
        width: 90%; } }
    footer .f_inner h1 {
      width: 480px;
      margin: 0 auto 28px; }
      @media only screen and (max-width: 768px) {
        footer .f_inner h1 {
          width: 80vw; } }
    footer .f_inner h1 + p {
      font-size: 12px;
      text-align: center;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        footer .f_inner h1 + p {
          margin-bottom: 20px; } }
    footer .f_inner h1 + p + p {
      font-size: 16px;
      line-height: 2em;
      text-align: center;
      border-bottom: 2px dotted #5c3b14;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        footer .f_inner h1 + p + p {
          font-size: 14px;
          line-height: 2em;
          text-align: left; }
          footer .f_inner h1 + p + p br {
            display: none; } }
    footer .f_inner address {
      text-align: center;
      color: #588c54;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
    footer .f_inner address + P {
      text-align: center;
      font-size: 14px;
      color: #5c3b14;
      margin-bottom: 70px; }
    footer .f_inner h2 {
      width: 232px;
      height: 23px;
      margin: 0 auto 20px;
      position: relative; }
      footer .f_inner h2:before {
        content: "";
        display: block;
        width: 104px;
        height: 36px;
        background: url(../img/place.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: -40px;
        left: 60px; }
    footer .f_inner h2 + p {
      font-size: 14px;
      text-align: center;
      margin-bottom: 20px; }
      footer .f_inner h2 + p br {
        display: none; }
      @media only screen and (max-width: 768px) {
        footer .f_inner h2 + p {
          font-size: 12px;
          line-height: 1.4em; }
          footer .f_inner h2 + p br {
            display: block; } }
    footer .f_inner .link_btn a {
      display: block;
      width: 150px;
      height: 25px;
      letter-spacing: 0.1em;
      color: #fff;
      text-decoration: none;
      background-color: #40210e;
      float: left;
      text-align: center;
      padding-top: 10px;
      border-radius: 20px;
      margin-left: 160px;
      position: relative;
      transition: 0.3s; }
      @media only screen and (max-width: 768px) {
        footer .f_inner .link_btn a {
          float: none;
          margin: 0 auto 10px; } }
      footer .f_inner .link_btn a:before {
        content: "";
        display: block;
        width: 5px;
        height: 4px;
        border: 1px solid #fff;
        position: absolute;
        right: 20px;
        top: 13px; }
      footer .f_inner .link_btn a:after {
        content: "";
        display: block;
        width: 5px;
        height: 4px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        right: 17px;
        top: 17px; }
      footer .f_inner .link_btn a:hover {
        background-color: #c68546; }
    footer .f_inner .link_btn:last-of-type a {
      float: right;
      margin-left: 0;
      margin-right: 160px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 768px) {
        footer .f_inner .link_btn:last-of-type a {
          float: none;
          margin: 0 auto; } }
      footer .f_inner .link_btn:last-of-type a:before {
        right: 40px; }
      footer .f_inner .link_btn:last-of-type a:after {
        right: 37px; }
  footer .footer_kyara {
    width: 244px;
    height: 214px;
    position: absolute;
    bottom: 30px;
    left: 30px; }
    @media only screen and (max-width: 768px) {
      footer .footer_kyara {
        width: 80px;
        height: auto;
        position: static;
        float: left; } }
  footer .page_top a {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 100px;
    right: 30px;
    transition: 0.3s; }
    @media only screen and (max-width: 768px) {
      footer .page_top a {
        width: 50px;
        position: static;
        float: right;
        margin: 0 20px 0 0; } }
    footer .page_top a:hover {
      transform: rotate(360deg) scale(0.8); }
  footer p small {
    display: block;
    width: 100%;
    min-width: 980px;
    height: 40px;
    font-size: 12px;
    padding-top: 30px;
    background: url(../img/top_line.gif) repeat-x top right;
    background-color: #c68546;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      footer p small {
        clear: both;
        min-width: 100%;
        font-size: 10px;
        padding-top: 15px;
        height: 20px; } }
