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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

a:focus, *:focus {
  outline: none; }

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  word-wrap: break-word; }
  body.active {
    overflow: hidden;
    position: fixed;
    width: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  a:hover {
    opacity: 0.8; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.pc {
  display: inline-block; }

.sp {
  display: none; }

.bold {
  font-weight: bold; }

.l_continar {
  width: 1000px;
  margin: 0 auto; }

.l_flex {
  display: flex;
  flex-wrap: wrap; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  z-index: 10; }
  #header h1 {
    width: 254px; }
  #header nav {
    margin-left: auto; }
    #header nav ul li {
      display: inline-block;
      padding-left: 30px; }
    #header nav a {
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      font-weight: bold; }

#intro {
  background-color: #3fa8f4;
  padding: 100px 0;
  position: relative; }
  #intro .intro_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #intro .intro_txt span {
      width: 640px;
      height: 180px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      border: 2px solid #fff;
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 1.5;
      font-weight: bold; }
      #intro .intro_txt span:first-of-type {
        margin-bottom: 20px; }
  #intro .illust_01 {
    width: 118px;
    position: absolute;
    left: 30px;
    bottom: 30px; }
  #intro .intro_photo {
    display: block;
    margin-left: auto;
    width: 640px; }

#greeting {
  background-color: #7ac943;
  padding: 100px 0; }
  #greeting .greeting_inner {
    display: flex;
    flex-wrap: wrap; }
    #greeting .greeting_inner .photo {
      width: 640px; }
    #greeting .greeting_inner .txt {
      width: calc(100% - 640px);
      padding-left: 80px;
      padding-right: 180px; }
      #greeting .greeting_inner .txt .txt_block {
        padding-bottom: 30px;
        color: #fff; }
        #greeting .greeting_inner .txt .txt_block h3 {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          line-height: 1.5;
          padding-bottom: 0.5em; }
        #greeting .greeting_inner .txt .txt_block p {
          line-height: 1.5;
          text-indent: 1em; }
    #greeting .greeting_inner .greeting_acdn {
      height: 80px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #greeting .greeting_inner .greeting_acdn:before {
        content: "";
        width: 100%;
        height: 48px;
        background: url(../images/greeting_acdn.png) 0 0 no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
      #greeting .greeting_inner .greeting_acdn.is-open {
        height: auto;
        overflow: auto;
        cursor: auto; }
        #greeting .greeting_inner .greeting_acdn.is-open:before {
          display: none; }

#outline {
  padding: 100px 0;
  background-color: #ff7bac; }
  #outline h3 {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold; }
  #outline .outline01 {
    text-align: center;
    padding-bottom: 75px; }
    #outline .outline01 h3 {
      padding-bottom: 25px; }
    #outline .outline01 p {
      line-height: 1.5; }
  #outline .outline02 {
    width: 1040px;
    margin: 0 auto; }
    #outline .outline02 h3 {
      padding-bottom: 65px; }
    #outline .outline02 .outline02_inner {
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    #outline .outline02 .outline02_block {
      width: calc(33.333% - 26.6666px);
      border: 1px solid #ffffff;
      padding: 0 20px 35px; }
      #outline .outline02 .outline02_block h4 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        position: relative;
        text-align: center;
        padding: 40px 0 10px; }
        #outline .outline02 .outline02_block h4 span {
          display: block;
          padding: 10px 0;
          color: #ff7bac;
          background-color: #fff;
          width: 120px;
          position: absolute;
          top: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          text-align: center; }
      #outline .outline02 .outline02_block p {
        line-height: 1.5; }

#voice {
  padding: 100px 0;
  background-color: #ff931e; }
  #voice h3 {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    padding-bottom: 60px; }
  #voice .illust_02 {
    width: 240px;
    position: absolute;
    top: 0;
    right: 0; }
  #voice .illust_03,
  #voice .illust_04,
  #voice .illust_05 {
    width: 120px; }
  #voice .voice_inner {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px; }
  #voice .l_flex {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #voice .voice_block {
    width: calc(33.333% - 26.6666px);
    text-align: center; }
    #voice .voice_block img {
      margin-bottom: 20px; }
    #voice .voice_block .voice_block_inner {
      border: 1px solid #ffffff;
      padding: 25px 20px 80px; }
      #voice .voice_block .voice_block_inner h4 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding-bottom: 15px;
        margin-bottom: 20px; }
      #voice .voice_block .voice_block_inner p {
        text-align: left;
        line-height: 1.5; }

#faq {
  padding: 100px 0;
  background-color: #7ac943; }
  #faq h3 {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    padding-bottom: 45px; }
  #faq .faq_inner {
    width: 1160px;
    position: relative;
    margin: 0 auto; }
  #faq .illust_06 {
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: 360px; }
  #faq dl {
    margin-left: auto;
    width: 640px;
    border: 1px dashed #fff;
    margin-bottom: 10px; }
    #faq dl dt {
      padding: 20px 60px;
      font-weight: bold;
      position: relative;
      cursor: pointer; }
      #faq dl dt:before {
        content: "";
        width: 36px;
        height: 36px;
        background: url(../images/icon_q.svg) 0 0 no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      #faq dl dt:after {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../images/icon_plus.svg) 0 0 no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      #faq dl dt.is-open:after {
        background: url(../images/icon_minus.svg) 0 center no-repeat;
        background-size: 100% auto; }
    #faq dl dd {
      display: none;
      padding: 0 60px 20px;
      line-height: 1.5; }

#contact {
  padding: 100px 0;
  background-color: #3fa9f5; }
  #contact .contact_inner {
    display: flex;
    flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto; }
    #contact .contact_inner .txt {
      width: 39%;
      padding-right: 40px; }
      #contact .contact_inner .txt p {
        line-height: 1.5;
        padding-bottom: 30px; }
      #contact .contact_inner .txt .contact_pic {
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        -webkit-align-items: flex-end;
        align-items: flex-end; }
        #contact .contact_inner .txt .contact_pic .qr {
          width: 120px; }
        #contact .contact_inner .txt .contact_pic .btn {
          width: calc(100% - 120px);
          padding-left: 20px; }
          #contact .contact_inner .txt .contact_pic .btn a {
            display: block;
            color: #3fa9f5;
            background-color: #fff;
            text-align: center;
            padding: 10px 0; }
    #contact .contact_inner .map {
      width: 61%; }
      #contact .contact_inner .map iframe {
        width: 100%;
        height: 480px; }

#footer {
  background-color: #3fa9f5; }
  #footer small {
    display: block;
    border-top: 1px solid #fff;
    width: 1040px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 240px;
    font-size: 16px;
    font-size: 1.6rem; }

@media screen and (max-width: 1160px) {
  body {
    font-size: calc(16 / 1140 * 100vw); }

  #header {
    padding: calc(30 / 1140 * 100vw); }
    #header h1 {
      width: calc(254 / 1140 * 100vw); }
    #header nav ul li {
      padding-left: calc(30 / 1140 * 100vw); }
    #header nav a {
      font-size: calc(16 / 1140 * 100vw); }

  #intro {
    padding: calc(100 / 1140 * 100vw) 0; }
    #intro .intro_txt span {
      width: calc(640 / 1140 * 100vw);
      height: calc(180 / 1140 * 100vw);
      font-size: calc(48 / 1140 * 100vw); }
      #intro .intro_txt span:first-of-type {
        margin-bottom: calc(20 / 1140 * 100vw); }
    #intro .illust_01 {
      width: calc(118 / 1140 * 100vw);
      left: calc(30 / 1140 * 100vw);
      bottom: calc(30 / 1140 * 100vw); }
    #intro .intro_photo {
      width: calc(640 / 1140 * 100vw); }

  #greeting {
    padding: calc(100 / 1140 * 100vw) 0; }
    #greeting .greeting_inner .photo {
      width: calc(640 / 1140 * 100vw); }
    #greeting .greeting_inner .txt {
      width: calc(100% - calc(640 / 1140 * 100vw));
      padding-left: calc(80 / 1140 * 100vw);
      padding-right: calc(40 / 1140 * 100vw); }
      #greeting .greeting_inner .txt .txt_block {
        padding-bottom: calc(30 / 1140 * 100vw); }
        #greeting .greeting_inner .txt .txt_block h3 {
          font-size: calc(16 / 1140 * 100vw); }
    #greeting .greeting_inner .greeting_acdn {
      height: calc(80 / 1140 * 100vw); }
      #greeting .greeting_inner .greeting_acdn:before {
        height: calc(48 / 1140 * 100vw); }
      #greeting .greeting_inner .greeting_acdn.is-open {
        height: auto; }

  #outline {
    padding: calc(100 / 1140 * 100vw) 0; }
    #outline h3 {
      font-size: calc(36 / 1140 * 100vw); }
    #outline .outline01 {
      padding-bottom: calc(75 / 1140 * 100vw); }
      #outline .outline01 h3 {
        padding-bottom: calc(25 / 1140 * 100vw); }
    #outline .outline02 {
      width: calc(1040 / 1140 * 100vw); }
      #outline .outline02 h3 {
        padding-bottom: calc(65 / 1140 * 100vw); }
      #outline .outline02 .outline02_block {
        width: calc(33.333% - calc(26.6666 / 1140 * 100vw));
        padding: 0 calc(20 / 1140 * 100vw) calc(35 / 1140 * 100vw); }
        #outline .outline02 .outline02_block h4 {
          font-size: calc(24 / 1140 * 100vw);
          margin-bottom: calc(20 / 1140 * 100vw);
          padding: calc(40 / 1140 * 100vw) 0 calc(10 / 1140 * 100vw); }
          #outline .outline02 .outline02_block h4 span {
            padding: calc(10 / 1140 * 100vw) 0;
            width: calc(120 / 1140 * 100vw);
            top: calc(-20 / 1140 * 100vw); }

  #voice {
    padding: calc(100 / 1140 * 100vw) 0; }
    #voice h3 {
      font-size: calc(36 / 1140 * 100vw);
      padding-bottom: calc(60 / 1140 * 100vw); }
    #voice .illust_02 {
      width: calc(240 / 1140 * 100vw); }
    #voice .illust_03,
    #voice .illust_04,
    #voice .illust_05 {
      width: calc(120 / 1140 * 100vw); }
    #voice .voice_inner {
      width: calc(1160 / 1140 * 100vw);
      padding: 0 calc(60 / 1140 * 100vw); }
    #voice .voice_block {
      width: calc(33.333% - calc(26.6666 / 1140 * 100vw)); }
      #voice .voice_block img {
        margin-bottom: calc(20 / 1140 * 100vw); }
      #voice .voice_block .voice_block_inner {
        padding: calc(25 / 1140 * 100vw) calc(20 / 1140 * 100vw) calc(80 / 1140 * 100vw); }
        #voice .voice_block .voice_block_inner h4 {
          font-size: calc(24 / 1140 * 100vw);
          padding-bottom: calc(15 / 1140 * 100vw);
          margin-bottom: calc(20 / 1140 * 100vw); }

  #faq {
    padding: calc(100 / 1140 * 100vw) 0; }
    #faq h3 {
      font-size: calc(36 / 1140 * 100vw);
      padding-bottom: calc(45 / 1140 * 100vw); }
    #faq .faq_inner {
      width: calc(1160 / 1140 * 100vw); }
    #faq .illust_06 {
      left: calc(60 / 1140 * 100vw);
      bottom: calc(60 / 1140 * 100vw);
      width: calc(360 / 1140 * 100vw); }
    #faq dl {
      width: calc(640 / 1140 * 100vw);
      margin-bottom: calc(10 / 1140 * 100vw); }
      #faq dl dt {
        padding: calc(20 / 1140 * 100vw) calc(60 / 1140 * 100vw); }
        #faq dl dt:before {
          width: calc(36 / 1140 * 100vw);
          height: calc(36 / 1140 * 100vw);
          left: calc(10 / 1140 * 100vw); }
        #faq dl dt:after {
          width: calc(24 / 1140 * 100vw);
          height: calc(24 / 1140 * 100vw);
          right: calc(15 / 1140 * 100vw); }
      #faq dl dd {
        padding: 0 calc(60 / 1140 * 100vw) calc(20 / 1140 * 100vw); }

  #contact {
    padding: calc(100 / 1140 * 100vw) 0; }
    #contact .contact_inner {
      width: calc(1040 / 1140 * 100vw); }
      #contact .contact_inner .txt {
        padding-right: calc(40 / 1140 * 100vw); }
        #contact .contact_inner .txt p {
          padding-bottom: calc(30 / 1140 * 100vw); }
        #contact .contact_inner .txt .contact_pic {
          padding-top: calc(30 / 1140 * 100vw); }
          #contact .contact_inner .txt .contact_pic .qr {
            width: calc(120 / 1140 * 100vw); }
          #contact .contact_inner .txt .contact_pic .btn {
            width: calc(100% - calc(120 / 1140 * 100vw));
            padding-left: calc(20 / 1140 * 100vw); }
            #contact .contact_inner .txt .contact_pic .btn a {
              padding: calc(10 / 1140 * 100vw) 0; }
      #contact .contact_inner .map iframe {
        height: calc(480 / 1140 * 100vw); }

  #footer small {
    width: calc(1040 / 1140 * 100vw);
    padding: calc(20 / 1140 * 100vw) 0 calc(240 / 1140 * 100vw);
    font-size: calc(16 / 1140 * 100vw); } }
@media screen and (max-width: 750px) {
  body {
    font-size: calc(24 / 750 * 100vw); }

  .pc {
    display: none; }

  .sp {
    display: inline-block; }

  #header {
    padding: calc(30 / 750 * 100vw);
    background-color: #fff;
    height: calc(130 / 750 * 100vw); }
    #header h1 {
      width: calc(320 / 750 * 100vw); }
    #header nav #menu_torigger {
      width: calc(96 / 750 * 100vw);
      height: calc(96 / 750 * 100vw);
      background: url(../images/icon_menu.png) 0 0 no-repeat;
      background-size: 100% auto;
      position: absolute;
      right: 0;
      top: calc(16 / 750 * 100vw);
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #header nav #menu_torigger.is-open {
        background: url(../images/icon_menu_close.png) 0 0 no-repeat;
        background-size: 100% auto; }
    #header nav ul {
      opacity: 0;
      display: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #header nav ul.is-open {
        display: block;
        opacity: 1;
        width: 100vw;
        background-color: rgba(128, 128, 128, 0.9);
        position: absolute;
        left: 0;
        top: 100%; }
        #header nav ul.is-open li {
          padding-left: 0;
          display: block; }
          #header nav ul.is-open li a {
            font-size: calc(24 / 750 * 100vw);
            color: #fff;
            padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
            display: block; }

  #intro {
    padding: calc(130 / 750 * 100vw) 0; }
    #intro .intro_txt span {
      width: calc(640 / 750 * 100vw);
      height: calc(180 / 750 * 100vw);
      font-size: calc(48 / 750 * 100vw); }
      #intro .intro_txt span:first-of-type {
        margin-bottom: calc(20 / 750 * 100vw); }
    #intro .illust_01 {
      width: calc(172 / 750 * 100vw);
      left: calc(45 / 750 * 100vw);
      bottom: calc(15 / 750 * 100vw); }
    #intro .intro_photo {
      width: 100vw; }

  #greeting {
    padding: 0 0 calc(50 / 750 * 100vw); }
    #greeting .greeting_inner .photo {
      width: 100%; }
    #greeting .greeting_inner .txt {
      width: 100%;
      padding-top: calc(40 / 750 * 100vw);
      padding-left: calc(35 / 750 * 100vw);
      padding-right: calc(35 / 750 * 100vw); }
      #greeting .greeting_inner .txt .txt_block {
        padding-bottom: calc(40 / 750 * 100vw); }
        #greeting .greeting_inner .txt .txt_block h3 {
          font-size: calc(24 / 750 * 100vw); }
    #greeting .greeting_inner .greeting_acdn {
      height: auto; }
      #greeting .greeting_inner .greeting_acdn:before {
        display: none; }

  #outline {
    padding: calc(50 / 750 * 100vw) 0 calc(20 / 750 * 100vw); }
    #outline h3 {
      font-size: calc(36 / 750 * 100vw); }
    #outline .outline01 {
      padding: 0 calc(35 / 750 * 100vw) calc(80 / 750 * 100vw); }
      #outline .outline01 h3 {
        padding-bottom: calc(35 / 750 * 100vw); }
    #outline .outline02 {
      width: 100%; }
      #outline .outline02 h3 {
        padding-bottom: calc(90 / 750 * 100vw); }
      #outline .outline02 .outline02_block {
        width: calc(565 / 750 * 100vw);
        margin: 0 auto calc(80 / 750 * 100vw);
        padding: 0 calc(30 / 750 * 100vw) calc(35 / 750 * 100vw); }
        #outline .outline02 .outline02_block h4 {
          font-size: calc(32 / 750 * 100vw);
          margin-bottom: calc(30 / 750 * 100vw);
          padding: calc(65 / 750 * 100vw) 0 calc(20 / 750 * 100vw); }
          #outline .outline02 .outline02_block h4 span {
            padding: calc(18 / 750 * 100vw) 0;
            width: calc(240 / 750 * 100vw);
            top: calc(-30 / 750 * 100vw); }

  #voice {
    padding: calc(50 / 750 * 100vw) 0 calc(20 / 750 * 100vw); }
    #voice h3 {
      font-size: calc(36 / 750 * 100vw);
      padding-bottom: calc(60 / 750 * 100vw); }
    #voice .illust_02 {
      width: calc(240 / 750 * 100vw);
      top: calc(60 / 750 * 100vw);
      right: calc(30 / 750 * 100vw); }
    #voice .illust_03,
    #voice .illust_04,
    #voice .illust_05 {
      width: calc(240 / 750 * 100vw); }
    #voice .voice_inner {
      width: 100%;
      padding: 0 calc(60 / 750 * 100vw); }
    #voice .voice_block {
      width: calc(565 / 750 * 100vw);
      margin: 0 auto calc(80 / 750 * 100vw); }
      #voice .voice_block img {
        margin-bottom: calc(35 / 750 * 100vw); }
      #voice .voice_block .voice_block_inner {
        padding: calc(35 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw); }
        #voice .voice_block .voice_block_inner h4 {
          font-size: calc(32 / 750 * 100vw);
          padding-bottom: calc(20 / 750 * 100vw);
          margin-bottom: calc(30 / 750 * 100vw); }

  #faq {
    padding: calc(260 / 750 * 100vw) 0 calc(40 / 750 * 100vw); }
    #faq h3 {
      font-size: calc(36 / 750 * 100vw);
      padding-bottom: calc(45 / 750 * 100vw); }
    #faq .faq_inner {
      width: 100%; }
    #faq .illust_06 {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: auto;
      top: calc(-320 / 750 * 100vw);
      width: calc(216 / 750 * 100vw); }
    #faq dl {
      width: calc(690 / 750 * 100vw);
      margin: 0 auto calc(20 / 750 * 100vw); }
      #faq dl dt {
        padding: calc(20 / 750 * 100vw) calc(80 / 750 * 100vw); }
        #faq dl dt:before {
          width: calc(48 / 750 * 100vw);
          height: calc(48 / 750 * 100vw);
          left: calc(12 / 750 * 100vw); }
        #faq dl dt:after {
          width: calc(32 / 750 * 100vw);
          height: calc(32 / 750 * 100vw);
          right: calc(30 / 750 * 100vw); }
      #faq dl dd {
        padding: 0 calc(80 / 750 * 100vw) calc(20 / 750 * 100vw); }

  #contact {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw); }
    #contact .contact_inner {
      width: 100%; }
      #contact .contact_inner .txt {
        padding: 0 calc(60 / 750 * 100vw) calc(70 / 750 * 100vw);
        width: 100%; }
        #contact .contact_inner .txt p {
          padding-bottom: calc(50 / 750 * 100vw); }
        #contact .contact_inner .txt .contact_pic {
          padding-top: calc(30 / 750 * 100vw);
          width: calc(465 / 750 * 100vw);
          margin: 0 auto; }
          #contact .contact_inner .txt .contact_pic .qr {
            width: 100%; }
          #contact .contact_inner .txt .contact_pic .btn {
            margin-top: calc(80 / 750 * 100vw);
            width: 100%;
            padding-left: 0; }
            #contact .contact_inner .txt .contact_pic .btn a {
              padding: calc(30 / 750 * 100vw) 0; }
      #contact .contact_inner .map {
        width: 100%; }
        #contact .contact_inner .map iframe {
          height: calc(480 / 750 * 100vw); }

  #footer {
    padding: 0 calc(30 / 750 * 100vw); }
    #footer small {
      width: 100%;
      padding: calc(40 / 750 * 100vw) 0;
      font-size: calc(24 / 750 * 100vw); } }
