@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, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

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

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pager {
  text-align: right;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

@media print, screen and (max-width: 767px) {
  body {
    font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    position: relative;
  }

  img {
    border: 0;
    vertical-align: bottom;
  }

  .container {
    padding: 0 10px;
    *zoom: 1;
    position: relative;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }

  a {
    text-decoration: none;
    color: #333;
  }

  .none, .pc {
    display: none;
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #363e42;
    z-index: 10;
    line-height: 1;
    height: 60px;
  }
  header .logo {
    float: left;
    width: 150px;
    padding: 7px 10px;
  }
  header .logo img {
    height: 40px;
  }
  header .menuBtn {
    position: absolute;
    top: 3px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../img/sp_menubtn.png") no-repeat 0 0;
    background-size: 30px auto;
    margin: 10px 10px 0 10px;
    transition: 0.5s;
  }
  header .menuBtn.on {
    background: url("../img/sp_menubtn2.png") no-repeat 0 0;
    background-size: 30px auto;
  }

  #topheader1 {
    width: 100%;
    background: none;
    position: fixed;
    top: 0;
  }

  #topheader2 {
    width: 100%;
    background: none;
    position: fixed;
    height: 60px;
    top: 0;
    background: #363e42;
  }

  .gbd {
    background: linear-gradient(90deg, #cb975d, #fae7c3, #cb975d);
    display: block;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
  }

  #menu {
    width: 100%;
    min-height: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: #363e42;
    padding-bottom: 10px;
    display: none;
  }
  #menu ul {
    width: 200px;
    margin: 100px auto 20px;
    text-align: center;
  }
  #menu ul li {
    border-top: 1px solid #eee;
  }
  #menu ul li:last-child {
    border-bottom: 1px solid #eee;
  }
  #menu ul li a {
    display: block;
    padding: 15px;
  }
  #menu ul li a img {
    height: 35px;
  }

  footer {
    background: #363e42;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  footer .flogo {
    padding: 30px 0;
  }
  footer .flogo img {
    width: 150px;
  }
  footer .fnav {
    font-size: 12px;
    padding: 20px 0 10px;
  }
  footer .fnav a {
    color: #fff;
    margin: 0 10px;
  }
  footer ul {
    width: 300px;
    margin: auto;
    padding-bottom: 20px;
  }
  footer ul li {
    border-bottom: 1px solid #eee;
  }
  footer ul li:first-child {
    border-top: 1px solid #eee;
  }
  footer ul a {
    display: block;
    padding: 15px;
    width: 100%;
  }
  footer ul a img {
    height: 35px;
  }
  footer .copyright {
    font-size: 9px;
    padding: 10px 0;
  }

  #pagetop {
    position: fixed;
    right: 5px;
    bottom: 35px;
    z-index: 5;
  }
  #pagetop img {
    width: 40px;
  }

  .mds1 {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }
  .mds1::before {
    content: "";
    width: 100px;
    height: 3px;
    background: linear-gradient(to left, #be8b56, #deb75c);
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    display: block;
  }
  .mds1 img {
    margin-top: 5px;
    height: 13px;
  }

  .inline {
    width: 100%;
    margin: auto;
    border: 4px solid #cb975d;
  }
  .inline .in {
    padding: 20px;
  }
  .inline .in .t1 {
    padding-bottom: 10px;
  }
  .inline .in .t1 img {
    width: 100%;
  }
  .inline .in .t2 {
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 1px solid #363e42;
  }

  .fancybox-navigation .fancybox-button {
    background: #bd8b66;
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    bottom: 20px;
    width: 38px;
  }

  #toppage header {
    background: none;
  }
  #toppage #mainzone {
    position: relative;
    width: 100%;
    height: 100vh;
    line-height: 1;
  }
  #toppage #mainzone .swiper-container {
    width: 100%;
    height: 100vh;
  }
  #toppage #mainzone .s1 {
    background: url("../img/main1_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone .s2 {
    background: url("../img/main2_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone .s3 {
    background: url("../img/main3_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone h1 {
    position: absolute;
    top: calc(50% - 85px);
    left: 0;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
  #toppage #mainzone h1 img {
    width: 300px;
  }
  #toppage #mainzone .sc {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
  #toppage #mainzone .sc img {
    width: 40px;
  }
  #toppage #news {
    padding: 50px 0;
  }
  #toppage #news .in {
    position: relative;
    padding-right: 30px;
  }
  #toppage #news .t1 a {
    background: linear-gradient(#be8b56, #deb75c);
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
  }
  #toppage #news .t1 a::before {
    content: "";
    width: 20px;
    height: 100%;
    background: url("../img/news.png") no-repeat center center;
    background-size: 8px auto;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #toppage #zone1 {
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    padding: 50px 0;
  }
  #toppage #zone1 .youtube-video {
    width: 100%;
    height: 200px;
    margin: 30px auto 0;
    border: 4px solid #cb975d;
  }
  #toppage #zone2 {
    padding: 50px 0;
  }
  #toppage #zone2 ul {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #toppage #zone2 ul li {
    width: 48%;
    padding-bottom: 30px;
    line-height: 1.5;
  }
  #toppage #zone2 ul li img {
    width: 100%;
  }
  #toppage #zone2 ul li a {
    display: block;
    margin-bottom: 5px;
    position: relative;
  }
  #toppage #zone2 ul li a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/mbtn.png") no-repeat center center;
    background-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #toppage #zone3 {
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    padding: 50px 0;
  }
  #toppage #zone3 table {
    width: 100%;
  }
  #toppage #zone3 table td {
    padding-bottom: 10px;
  }
  #toppage #zone3 table .c1 {
    white-space: nowrap;
    padding-right: 20px;
  }
  #toppage #zone3 .map {
    border: 4px solid #cb975d;
    margin-top: 30px;
  }

  #contact {
    padding: 50px 0;
    position: relative;
  }
  #contact .c1, #contact .c1sp {
    padding-bottom: 30px;
    text-align: center;
  }
  #contact .c1 i, #contact .c1sp i {
    color: #ea5414;
  }
  #contact .pp1 {
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
  }
  #contact .pp1 a {
    text-decoration: underline;
  }
  #contact .pp2 {
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
  }
  #contact .pp2 i {
    display: inline-block;
    text-align: left;
  }
  #contact .cl {
    padding-bottom: 30px;
  }
  #contact .cl .koumoku {
    font-weight: bold;
    padding-bottom: 5px;
  }
  #contact .cl .koumoku .req {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    background: #ea5414;
    padding: 4px 10px;
    font-weight: normal;
    margin-left: 10px;
    line-height: 1;
  }
  #contact .cl .w {
    position: relative;
  }
  #contact .cl .w label {
    margin-right: 10px;
    display: inline-block;
  }
  #contact .f1 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
  }
  #contact .f2 {
    text-align: center;
    padding-bottom: 80px;
    line-height: 2;
  }
  #contact .red {
    color: #dd383a;
  }
  #contact .textarea1 {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #595757;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #595757;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input:focus,
  #contact textarea:focus {
    background: #eaeaea;
  }
  #contact #submit[disabled] {
    opacity: 0.2;
  }
  #contact .submit {
    text-align: center;
  }
  #contact .submit2 {
    *zoom: 1;
  }
  #contact .submit2:after {
    content: "";
    display: table;
    clear: both;
  }
  #contact .submit2 .inline1 {
    width: 300px;
    margin: auto;
    padding-top: 20px;
  }
  #contact .submit2 .inline2 {
    width: 300px;
    margin: auto;
    padding-top: 20px;
  }
  #contact .btn1 a:hover, #contact .btn1 input:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  #contact .btn1 {
    text-align: center;
  }
  #contact .btn1 img {
    width: 250px;
  }
  #contact input::-webkit-input-placeholder {
    color: #afafaf;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input::-moz-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input:-ms-input-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input:-moz-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eaeaea inset;
  }
  #contact input::-ms-clear {
    visibility: hidden;
  }
  #contact input[type="image"] {
    width: 250px;
  }
  #contact .w.error p,
  #contact .out {
    padding-top: 5px;
    color: #e7141a;
  }
  #contact .w.error .input {
    background: #f5e2de;
  }
  #contact .w.valid .input {
    background: #eaeaea;
  }
  #contact .w.valid p, #contact .ok {
    display: none;
  }
  #contact.page2 {
    padding-top: 60px;
  }
  #contact.page2 .cl .k1 {
    padding-bottom: 10px;
  }
  #contact h1 {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    line-height: 1.2;
  }

  #privacy {
    padding: 60px 0;
  }
  #privacy .container {
    line-height: 1.8;
  }
  #privacy h1 {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    line-height: 1.2;
  }
  #privacy h2 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2px;
    color: #c7965f;
  }
  #privacy .t1 {
    padding-bottom: 30px;
  }
  #privacy dl {
    padding-bottom: 30px;
  }
  #privacy dl dt {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #c7965f;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
  }
  #privacy dl dd a {
    color: #c7965f;
  }

  #newslist {
    padding: 60px 0;
  }
  #newslist .container {
    line-height: 1.8;
  }
  #newslist h1 {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    line-height: 1.2;
  }
  #newslist dl {
    border-bottom: 1px solid #666;
    padding: 10px;
  }
  #newslist dl .title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
  }

  #topnews {
    min-width: 0px;
  }
  #topnews dl {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    min-width: 1000px;
    font-weight: normal;
    background: #fff;
    position: relative;
  }

  img {
    vertical-align: bottom;
  }

  .container {
    width: 1000px;
    margin: 0 auto;
    *zoom: 1;
    position: relative;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }

  a {
    transition: 0.3s;
    text-decoration: none;
    color: #333;
  }
  a:hover {
    opacity: 0.8;
  }

  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }

  .none, .sp {
    display: none;
  }

  header {
    width: 100%;
    min-width: 1100px;
    position: fixed;
    top: 0;
    background: #363e42;
    z-index: 9;
    line-height: 1;
    text-align: center;
    height: 80px;
    *zoom: 1;
  }
  header:after {
    content: "";
    display: table;
    clear: both;
  }
  header .logo {
    float: left;
    padding: 10px 0px 0px 20px;
  }
  header .logo img {
    width: 200px;
  }
  header ul {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 23px;
  }
  header ul a {
    padding: 0 20px;
  }
  header ul a img {
    height: 35px;
  }

  #topheader1 {
    width: 100%;
    min-width: 1100px;
    height: 80px;
    background: none;
    position: fixed;
    top: 0;
  }

  #topheader2 {
    width: 100%;
    min-width: 1100px;
    height: 80px;
    background: #363e42;
    position: fixed;
    top: 0;
  }

  .gbd {
    background: linear-gradient(90deg, #cb975d, #fae7c3, #cb975d);
    display: block;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
  }

  footer {
    background: #363e42;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    padding: 0 20px;
  }
  footer .in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
  }
  footer .in .flogo {
    width: 150px;
  }
  footer .in .flogo img {
    width: 100%;
  }
  footer .in ul li {
    float: left;
    border-left: 1px solid #eee;
  }
  footer .in ul li:last-child {
    border-right: 1px solid #eee;
  }
  footer .in ul a {
    padding: 0 30px;
  }
  footer .in ul a img {
    height: 35px;
  }
  footer .fnav {
    text-align: right;
  }
  footer .fnav a {
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
  }
  footer .copyright {
    text-align: right;
    font-size: 12px;
    padding: 20px 0;
  }

  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
  }
  #pagetop img {
    width: 60px;
  }

  .mds1 {
    font-weight: bold;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 2px;
    line-height: 1;
    width: 200px;
    padding: 20px 0;
    position: relative;
  }
  .mds1::before {
    content: "";
    width: 5px;
    height: 100%;
    background: linear-gradient(#be8b56, #deb75c);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .mds1 img {
    margin-left: 3px;
  }

  .inline {
    width: 600px;
    margin: auto;
    border: 4px solid #cb975d;
  }
  .inline .in {
    padding: 50px;
  }
  .inline .in .t1 {
    padding-bottom: 10px;
  }
  .inline .in .t1 img {
    width: 100%;
  }
  .inline .in .t2 {
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 1px solid #363e42;
  }

  .fancybox-navigation .fancybox-button {
    background: #bd8b66;
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
  }

  #toppage header {
    background: none;
  }
  #toppage #mainzone {
    position: relative;
    width: 100%;
    height: 100vh;
    line-height: 1;
  }
  #toppage #mainzone .swiper-slide {
    width: 100%;
    height: 100vh;
  }
  #toppage #mainzone .s1 {
    background: url("../img/main1.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone .s2 {
    background: url("../img/main2.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone .s3 {
    background: url("../img/main3.jpg") no-repeat center center;
    background-size: cover;
  }
  #toppage #mainzone h1 {
    position: absolute;
    top: calc(50% - 125px);
    left: 0;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
  #toppage #mainzone .sc {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
  #toppage #mainzone .sc img {
    width: 40px;
  }
  #toppage #news {
    padding: 80px 0;
  }
  #toppage #news .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #toppage #news .container .in {
    width: 800px;
  }
  #toppage #news .container .t1 a {
    background: linear-gradient(#be8b56, #deb75c);
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
  }
  #toppage #news .container .t1 a::before {
    content: "";
    width: 30px;
    height: 100%;
    background: url("../img/news.png") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #toppage #zone1 {
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    padding: 80px 0;
  }
  #toppage #zone1 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #toppage #zone1 .container .in {
    width: 800px;
    padding: 20px 0 20px 50px;
  }
  #toppage #zone1 .youtube-video {
    width: 714px;
    margin: 50px auto 0;
    border: 4px solid #cb975d;
  }
  #toppage #zone2 {
    padding: 80px 0;
  }
  #toppage #zone2 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #toppage #zone2 .container .in {
    width: 800px;
    padding: 20px 0 20px 50px;
  }
  #toppage #zone2 .container li {
    width: 30%;
    padding-bottom: 40px;
    line-height: 1.5;
  }
  #toppage #zone2 .container li img {
    width: 100%;
  }
  #toppage #zone2 .container li a {
    display: block;
    margin-bottom: 5px;
    position: relative;
  }
  #toppage #zone2 .container li a::before {
    content: "";
    width: 35px;
    height: 35px;
    background: url("../img/mbtn.png") no-repeat center center;
    background-size: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #toppage #zone2 ul {
    margin-top: 40px;
  }
  #toppage #zone3 {
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    padding: 80px 0;
  }
  #toppage #zone3 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #toppage #zone3 .container .in {
    width: 800px;
    padding: 20px 0 20px 50px;
  }
  #toppage #zone3 table {
    width: 100%;
  }
  #toppage #zone3 table td {
    padding-bottom: 10px;
  }
  #toppage #zone3 table .c1 {
    width: 100px;
  }
  #toppage #zone3 .map {
    border: 4px solid #cb975d;
    margin-top: 50px;
  }

  #contact {
    padding: 80px 0;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
  }
  #contact .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #contact .container .in {
    width: 800px;
    padding: 20px 0 20px 50px;
  }
  #contact .c1 {
    display: block;
    padding: 30px 20px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.4;
  }
  #contact .c1 i {
    color: #ea5414;
  }
  #contact .pp1 {
    padding: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
  }
  #contact .pp1 a {
    text-decoration: underline;
  }
  #contact .pp2 {
    padding-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
  }
  #contact .pp2 i {
    display: inline-block;
    text-align: left;
  }
  #contact .cl {
    width: 760px;
    margin: auto;
    padding-bottom: 30px;
  }
  #contact .cl .koumoku {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding-bottom: 5px;
  }
  #contact .cl .koumoku .req {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    background: #ea5414;
    padding: 4px 10px;
    font-weight: normal;
    margin-left: 10px;
    line-height: 1;
  }
  #contact .cl .w label {
    margin-right: 20px;
  }
  #contact .f1 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
    line-height: 1;
  }
  #contact .f2 {
    text-align: center;
    padding-bottom: 80px;
    line-height: 2;
  }
  #contact .red {
    color: #dd383a;
  }
  #contact .textarea1 {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #595757;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #contact textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #595757;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #contact input:focus,
  #contact textarea:focus {
    background: #eaeaea;
  }
  #contact #submit[disabled] {
    opacity: 0.2;
  }
  #contact .submit {
    text-align: center;
  }
  #contact .submit2 {
    width: 600px;
    margin: auto;
    text-align: center;
    *zoom: 1;
    padding-top: 20px;
  }
  #contact .submit2:after {
    content: "";
    display: table;
    clear: both;
  }
  #contact .submit2 .inline1 {
    float: left;
    width: 300px;
  }
  #contact .submit2 .inline2 {
    float: right;
    width: 300px;
  }
  #contact .btn1 a:hover, #contact .btn1 input:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  #contact .btn1 {
    text-align: center;
  }
  #contact .btn1 img {
    width: 250px;
  }
  #contact input::-webkit-input-placeholder {
    color: #afafaf;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input::-moz-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input:-ms-input-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input:-moz-placeholder {
    color: #afafaf;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eaeaea inset;
  }
  #contact input::-ms-clear {
    visibility: hidden;
  }
  #contact input[type="image"] {
    width: 270px;
  }
  #contact .w.error p,
  #contact .out {
    padding-top: 5px;
    color: #e7141a;
  }
  #contact .w.error .input {
    background: #f5e2de;
  }
  #contact .w.valid .input {
    background: #eaeaea;
  }
  #contact .w.valid p, #contact .ok {
    display: none;
  }
  #contact.page2 {
    padding-top: 80px;
  }
  #contact.page2 .c1 {
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact.page2 .sec2 {
    width: 800px;
    margin: auto;
  }
  #contact.page2 .cl .koumoku,
  #contact.page2 .cl .k1 {
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #contact h1 {
    font-weight: bold;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 40px;
    margin-bottom: 40px;
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    line-height: 1.2;
  }

  #privacy {
    padding: 80px 0 100px;
  }
  #privacy .container {
    width: 800px;
    line-height: 1.8;
  }
  #privacy h1 {
    font-weight: bold;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 40px;
    margin-bottom: 40px;
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    line-height: 1.2;
  }
  #privacy h2 {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 2px;
    color: #c7965f;
  }
  #privacy .t1 {
    padding-bottom: 50px;
  }
  #privacy dl {
    padding-bottom: 50px;
  }
  #privacy dl dt {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2px;
    color: #c7965f;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
  }
  #privacy dl dd a {
    color: #c7965f;
  }

  #newslist {
    padding: 80px 0 100px;
  }
  #newslist .container {
    width: 800px;
    line-height: 1.8;
  }
  #newslist h1 {
    font-weight: bold;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 40px;
    margin-bottom: 40px;
    background: url("../img/bg1.png") no-repeat center top;
    background-size: cover;
    line-height: 1.2;
  }
  #newslist dl {
    width: 800px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #666;
    padding: 20px 10px;
  }
  #newslist dl dt {
    width: 100px;
  }
  #newslist dl dd {
    width: 670px;
  }
  #newslist dl dd .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 10px;
  }

  #topnews {
    min-width: 0px;
  }
  #topnews dl {
    width: 800px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 50px;
  }
  #topnews dl dt {
    width: 100px;
  }
  #topnews dl dd {
    width: 580px;
  }
}