@charset "UTF-8";
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}

@media (max-width: 896px) {
  html {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}

html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}

html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}

html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}

html caption,
html th {
  text-align: left;
}

html hr,
html legend {
  display: none;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}

html ol,
html ul {
  list-style: none;
}

html a img,
html fieldset {
  border: none;
}

html a:visited {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents blockquote,
#contents dl,
#contents ol,
#contents pre,
#contents table,
#contents ul {
  margin-bottom: 0;
}

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

#contents p {
  margin-bottom: 12px;
}

body {
  color: #707070;
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  height: 100%;
  min-width: 1040px;
  background: #fff;
}

@media (max-width: 896px) {
  body {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 1.4em;
    -webkit-overflow-scrolling: touch;
  }
}

#page {
  margin: 0 auto;
  width: auto;
}

@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}

#header {
  width: 100%;
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  top: 0;
  z-index: 99999;
}

@media (max-width: 896px) {
  #header {
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  #header {
    position: static;
  }
}

#header .header {
  margin: 0 auto;
  padding: 0;
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  #header .header {
    padding: 11px 4% 10px;
    max-width: 100%;
  }
}

#header .header img {
  display: block;
  width: 20px;
}

@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
}

#header .header .head-logo {
  position: relative;
}

@media (max-width: 480px) {
  #header .header .head-logo {
    position: static;
  }
}

#header .header .head-logo a {
  width: 140px;
  position: absolute;
  top: 0;
  left: 0;
}

#header .header .head-logo a:hover {
  opacity: 0.9;
}

@media (max-width: 480px) {
  #header .header .head-logo a:hover {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  #header .header .head-logo a {
    left: 5%;
    width: 96px;
    z-index: 99999;
  }
}

#header .header .head-logo a img {
  width: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 480px) {
  #header .header .head-inquiry {
    display: none;
  }
}

#header .header #sp_navi {
  display: none;
}

@media (max-width: 480px) {
  #header .header #sp_navi {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  #header .header #sp_navi li {
    width: 50px;
  }
}

#gnavi {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 18px 0 16px 0;
}

@media (max-width: 896px) {
  #gnavi {
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #000;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    margin: 0;
  }
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  #gnavi ul {
    padding: 5% 0 0 0;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#gnavi ul:after {
  content: "";
  display: block;
  clear: both;
}

#gnavi ul li {
  margin: 0 0 0 25px;
  padding: 0;
  cursor: pointer;
  height: 47px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #666;
    width: 100%;
    margin: 0;
  }
}

#gnavi ul li:after {
  height: 2px;
  width: 0;
  background: #08649e;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#gnavi ul li:hover:after {
  width: 100%;
}

#gnavi ul li a {
  color: #707070;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 5px 0;
  display: block;
  position: relative;
  transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  z-index: 1;
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  #gnavi ul li a {
    color: #fff;
    text-align: left;
    background: #000;
    padding: 10px 0;
  }
}

#gnavi ul li a:hover {
  color: #3d4063;
  margin-top: -37px;
}

@media (max-width: 480px) {
  #gnavi ul li a:hover {
    margin: 0;
    color: #fff;
  }
}

#gnavi ul li a:hover:before {
  height: 2px;
  width: 100%;
  background: #08649e;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#gnavi ul li a .t_txt_s {
  font-size: 1.3rem;
  color: #707070;
}

#gnavi ul li:nth-child(2) {
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  #gnavi ul li:nth-child(2) {
    width: 100%;
  }
}

#gnavi ul li:nth-child(5) {
  margin: 0 0 0 24px;
}

@media (max-width: 480px) {
  #gnavi ul li:nth-child(5) {
    margin: 0;
  }
}

#gnavi ul li.navi_slide {
  cursor: pointer;
  position: relative;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    border-bottom: 0;
    cursor: default;
  }
}

#gnavi ul li.navi_slide:hover ul {
  display: block;
}

#gnavi ul li.navi_slide a {
  cursor: default;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide a {
    cursor: default;
  }
}

#gnavi ul li.navi_slide ul {
  border-bottom: 3px solid #bce2e8;
  border-radius: 0 0 4px 4px;
  padding: 0 14px;
  height: inherit;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 5000;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul {
    font-size: 1.3rem;
    border-bottom: inherit;
    border-radius: 0 0 4px 4px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
    height: inherit;
    width: 100%;
    background: #222;
    display: block;
    position: inherit;
    zoom: 1;
  }
}

#gnavi ul li.navi_slide ul li {
  color: #595757;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  width: 100%;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li {
    border-bottom: 1px dashed #666;
  }
}

#gnavi ul li.navi_slide ul li:last-child {
  border: 0;
}

#gnavi ul li.navi_slide ul li a {
  color: #444;
  font-size: 1.2rem;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 12px 0;
  background: none;
  display: block;
  position: inherit;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    padding: 15px 5%;
    background: none;
    display: block;
    position: inherit;
  }
}

#gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
  border: 0;
  content: " ";
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
    content: none;
  }
}

#gnavi ul li.navi_slide ul li a:hover {
  color: #660000;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover {
    color: #fff;
  }
}

#gnavi ul li.navi_slide ul li a:hover:before {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background: none;
}

@media (max-width: 480px) {
  #gnavi #close {
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #555;
    padding: 5px 5%;
    width: 100%;
    background: #222;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #gnavi #gn2 {
    margin: 0 0 15% 0;
  }
}

#gnavi #gn2 li {
  padding: 0;
  height: 100%;
  margin: 0 0 0 8px;
  top: 3px;
}

@media (max-width: 480px) {
  #gnavi #gn2 li {
    margin: 0;
    border-bottom: none;
  }
}

#gnavi #gn2 li:nth-child(1) {
  margin: 0 0 0 8px;
  top: 3px;
}

@media (max-width: 480px) {
  #gnavi #gn2 li:nth-child(1) {
    margin: 0;
  }
}

#gnavi #gn2 li:nth-child(1) a {
  color: #fff;
  text-align: center;
  padding: 0 12px;
  background-color: #333;
  border: 1px solid #333;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  #gnavi #gn2 li:nth-child(1) a {
    background-color: #f4a009;
    border: 1px solid #f4a009;
  }
}

#gnavi #gn2 li:nth-child(1) a:hover {
  color: #707070;
  margin: 0;
  background-color: #fff;
  border: 1px solid #707070;
}

#gnavi #gn2 li:nth-child(1) a:hover:before {
  height: 0;
}

#gnavi #gn2 li:nth-child(2) {
  margin: 0 0 0 8px;
  top: 3px;
}

@media (max-width: 480px) {
  #gnavi #gn2 li:nth-child(2) {
    margin: 0;
    display: none;
  }
}

#gnavi #gn2 li:nth-child(2) a {
  border: 1px solid #707070;
  background: url(../img/insta_ic.png) no-repeat;
  background-position: 50% 49%;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#gnavi #gn2 li:nth-child(2) a:hover {
  margin: 0;
  background: url(../img/insta_ic_hover.png) no-repeat, #00649e;
  background-position: 50% 49%;
}

#gnavi #gn2 li:nth-child(2) a:hover:before {
  height: 0;
}

#gnavi #gn2 li:after {
  display: none;
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#contents {
  background: #fff;
}

#contents .contents_header {
  padding: 76px 0 0 0;
  background: url(../img/s_img01-pc.jpg) no-repeat bottom center/cover;
  height: 198px;
  margin: 81px 0 0 0;
}

@media (max-width: 480px) {
  #contents .contents_header {
    height: 150px;
    background: url(../img/s_img01-sp.jpg) no-repeat bottom center/cover;
    margin: 0;
    padding: 35px 0 0 0;
  }
}

#contents .contents_header .head_inner {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #contents .contents_header .head_inner {
    padding: 15px 0;
  }
}

#contents .contents_header .head_inner .h_title {
  display: inline-block;
  letter-spacing: 5px;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.2;
}

#contents .contents_header .head_inner .sub_ttl {
  display: inline-block;
  position: relative;
  font-weight: 100;
  color: #000;
  font-size: 1.5rem;
}

#contents .breadcrumbs {
  padding: 5px 0;
}

@media (max-width: 480px) {
  #contents .breadcrumbs {
    padding: 0 4%;
  }
}

#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}

#contents .breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}

#contents .breadcrumbs ul li {
  font-size: 1rem;
  margin-right: 5px;
  float: left;
}

#contents .breadcrumbs ul li a {
  color: #707070;
  margin-right: 4px;
  display: inline-block;
}

#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}

#contents .section {
  padding: 90px 0;
}

@media (max-width: 480px) {
  #contents .section {
    padding: 60px 0 40px;
  }
}

#contents .section:nth-child(3) {
  padding: 90px 0 0 0;
}

@media (max-width: 480px) {
  #contents .section:nth-child(3) {
    padding: 60px 0 0;
  }
}

#contents .section:last-child {
  padding-bottom: 100px;
}

@media (max-width: 480px) {
  #contents .section:last-child {
    padding: 0 0 100px 0;
  }
}

#contents .section .section_title {
  color: #000;
  font-size: 2rem;
  margin: 0 auto 40px;
  padding: 0;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .section .section_title {
    max-width: 100%;
    width: 94%;
    margin: 0 auto;
  }
}

#contents .section .section_inner {
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .section .section_inner {
    padding: 20px 10px 0;
    max-width: 100%;
  }
}

#contents .section .section_inner .child_content_section {
  margin-bottom: 20px;
}

#contents .section .section_inner .child_content_section .section_title {
  font-size: 1.8rem;
  border-left: 6px solid #b6c8d3;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #eef2f4;
}

#contents .section .section_inner .child_content_section .section_inner {
  padding: 0 10px 15px;
  /* .in_content */
}

#contents .section .section_inner .child_content_section .section_inner .in_content {
  padding: 12px 5px 20px;
}

#contents .section .section_inner .child_content_section .section_inner .in_content .title {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 12px;
  padding: 10px 15px;
  background: #f1f1f1;
}

#contents .section .section_inner .child_content_section .section_inner .in_content .in_content_inner {
  padding: 10px 5px;
}

#contents .section.line {
  background: #f2f7fc;
}

#contents .pick_text {
  color: #6699cc;
  font-size: 1.9rem;
  margin-bottom: 16px;
}

.footer {
  min-width: 1020px;
  background: #fff;
  position: relative;
  border-top: 3px solid #08649e;
}

@media (max-width: 896px) {
  .footer {
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .footer #sss_area {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    bottom: 1px;
  }
  .footer #sss_area #sss_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 3%;
  }
  .footer #sss_area #sss_box #web_reservation_sp {
    width: 74%;
    background-color: #f4a009;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer #sss_area #sss_box #web_reservation_sp a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  .footer #sss_area #sss_box #insta_sp {
    width: 15%;
    margin: 0 1%;
  }
  .footer #sss_area #sss_box #insta_sp a {
    display: block;
  }
  .footer #sss_area #sss_box #insta_sp a img {
    width: 100%;
    display: block;
  }
  .footer #sss_area #sss_box #pagetop {
    width: 15%;
  }
  .footer #sss_area #sss_box #pagetop a {
    display: block;
  }
  .footer #sss_area #sss_box #pagetop a img {
    width: 100%;
    display: block;
  }
}

.footer #pagetop {
  display: none;
}

@media (max-width: 480px) {
  .footer #pagetop {
    width: 15%;
    display: block;
  }
}

.footer #pagetop:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .footer #pagetop:hover {
    opacity: 1;
  }
}

.footer #pagetop a {
  text-align: center;
  color: #000;
  text-decoration: none;
}

.footer #pagetop a img {
  display: block;
}

@media (max-width: 480px) {
  .footer #pagetop a img {
    width: 100%;
  }
}

.footer #pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.footer .footer_inner {
  padding: 44px 0 0 0;
}

.footer .footer_inner a {
  color: #000;
  text-decoration: none;
}

.footer .footer_inner .footernavi {
  background: #eaeff5;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi {
    margin: 0;
    padding: 28px 4% 23px;
    max-width: 100%;
  }
}

.footer .footer_inner .footernavi ul {
  margin: 0 auto;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.footer .footer_inner .footernavi ul li {
  margin-right: 46px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li {
    margin-right: 0;
    width: 50%;
    margin: 0 0 10px 0;
  }
}

.footer .footer_inner .footernavi ul li:last-child {
  margin: 0;
}

.footer .footer_inner .footernavi ul li:last-child:before {
  color: #b5b5b5;
  font-size: 2rem;
  margin: 0 38px 0 0;
  content: "|";
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li:last-child:before {
    content: none;
  }
}

.footer .footer_inner .footernavi ul li a {
  color: #707070;
  display: inline-block;
  vertical-align: middle;
  transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
}

.footer .footer_inner .footernavi ul li a:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li a:before {
    content: ">";
    display: inline-block;
    margin: 0 5px 0 0;
  }
}

.footer .footer_inner .footernavi ul .f_insta_btn a {
  margin: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: url(../img/insta_ic.png) no-repeat;
  background-position: 50% 49%;
  padding: 19px;
}

.footer .footer_inner .footernavi ul .f_insta_btn a:hover {
  margin: 0;
  background: url(../img/f_insta_ic_hover.png) no-repeat;
  background-position: 50% 49%;
}

.footer .copy {
  text-align: center;
  padding: 18px 0;
  background: #08649e;
}

@media (max-width: 480px) {
  .footer .copy {
    padding: 10px 0 70px;
  }
}

.footer .copy img {
  vertical-align: bottom;
  position: relative;
  top: -4px;
  left: 14px;
}

@media (max-width: 480px) {
  .footer .copy img {
    margin: 0 auto;
    display: block;
    top: 2px;
    left: auto;
  }
}

.footer .copy a {
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 480px) {
  .footer .copy a {
    font-size: 2vw;
  }
}

.footer_inner .footer_box {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 480px) {
  .footer_inner .footer_box {
    width: 100%;
  }
}

.footer_inner .footer_box .footer_logo {
  margin: 0 0 24px 0;
}

.footer_inner .footer_box .footer_logo a {
  width: 110px;
  display: inline-block;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .footer_logo a img {
    width: 100%;
  }
}

.footer_inner .footer_box .address {
  margin: 0 0 16px 0;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .address {
    line-height: 1.5;
  }
}

.footer_inner .footer_box .foot_icon_box {
  margin: 0 0 5px 0;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .foot_icon_box {
    margin: 0 0 25px 0;
  }
}

.footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul li {
  border: 1px solid #707070;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  #page .footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul li {
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
  }
}

.footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul li:first-child {
  margin: 0 18px 0 0;
  width: 200px;
}

@media (max-width: 480px) {
  #page .footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul li:first-child {
    margin-bottom: 20px;
  }
}

.footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul li:nth-child(2) {
  width: 420px;
}

.footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul li span.attent {
  line-height: 1.4;
  font-size: 1.2rem;
  margin-top: 8px;
  text-indent: -16px;
  padding-left: 16px;
  text-align: left;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul li span.attent {
    text-indent: -13px;
    padding-left: 13px;
  }
}

.footer_inner .footer_box .foot_icon_box .foot_icon_set .foot_icon_ul li span.kitsuke {
  display: block;
  text-align: left;
  line-height: 1.5;
  font-size: 1.3rem;
  margin: 12px -10px 0;
  padding: 13px;
  background: #eaeff5;
}

.footer_inner .footer_box .ff_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 45px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .ff_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_inner .footer_box .ff_box .footer_tel_box {
  width: 100%;
}

.footer_inner .footer_box .ff_box .footer_tel_box p a {
  font-size: 3.5rem;
  color: #707070;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .ff_box .footer_tel_box p a {
    font-size: 2.4rem;
  }
}

.footer_inner .footer_box .ff_box .footer_tel_box p a img {
  margin: 0 1% 0 0;
  width: 27px;
  height: 27px;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .ff_box .footer_tel_box p a img {
    width: 22px;
    height: 22px;
  }
}

.footer_inner .footer_box .ff_box .inst_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .footer_inner .footer_box .ff_box .inst_box {
    margin: 0 auto;
  }
}

.footer_inner .footer_box .ff_box .inst_box a {
  display: block;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

#access #contents .section:last-child {
  padding: 80px 0 100px 0;
}

@media (max-width: 480px) {
  #access #contents .section:last-child {
    padding: 40px 4% 88px;
  }
}

.access_map {
  padding: 0;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map {
    padding: 0;
    width: 100%;
  }
}

.access_map .map_set {
  border: 1px dotted #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map .map_set {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    height: 200px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}

.access_map .access_data {
  padding: 15px 0 0;
}

.access_map .access_data dl {
  padding: 0;
}

@media (max-width: 480px) {
  .access_map .access_data dl {
    padding: 0;
  }
}

.access_map .access_data dl:after {
  content: "";
  display: block;
  clear: both;
}

.access_map .access_data dl:first-child dd {
  margin: 0 0 12px 0;
}

.access_map .access_data dl dt {
  font-weight: bold;
  float: left;
  color: #00649e;
}

@media (max-width: 480px) {
  .access_map .access_data dl dt {
    display: block;
    width: 100%;
  }
}

.access_map .access_data dl dd {
  padding-left: 80px;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.access_map .access_data dl dd:last-child {
  margin: 0;
}

.access_map .access_data dl dd a {
  color: #707070;
}

.privacy_section {
  padding: 50px 0 70px;
}

@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}

.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 10px;
    max-width: 100%;
  }
}

.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #00649e;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #eef2f4;
  color: #000;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #00649e;
    margin-bottom: 20px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 16px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

#inquiry #contents .section:nth-child(3) {
  padding: 60px 0 40px;
}

#inquiry #contents .section:last-child {
  padding: 60px 0 76px;
}

#inquiry #contents .inquiry_info {
  text-align: center;
}

#inquiry #contents .inquiry_info .no {
  margin-bottom: 10px;
}

#inquiry #contents .inquiry_info .no a {
  font-size: 4rem;
  font-family: "arial bold";
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 480px) {
  #inquiry #contents .inquiry_info .no a {
    font-size: 4rem;
    font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }
}

#inquiry #contents .inquiry_info .no a span {
  font-size: 65%;
}

#inquiry #contents .inquiry_info .time {
  margin-bottom: 10px;
}

#inquiry #contents .inquiry_info .time02 {
  margin-bottom: 0;
}

.attent_block {
  margin-bottom: 20px;
}

.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
  color: #000;
}

.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}

.attent_block.cancel {
  margin-bottom: 40px;
  border: 2px solid #9b0000;
  background: #fff;
  padding: 10px 20px;
}

.attent_block.cancel .title {
  color: #9b0000;
  border-bottom: 1px dashed #9b0000;
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  font-size: 1rem;
  text-align: center;
  line-height: 2;
}

.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9b0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  border: 2px solid #999;
  margin: 0 0 25px;
  width: 100%;
}

@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}

#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border: 1px solid #999;
  padding: 25px;
}

@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}

#MailForm table th {
  padding-left: 75px;
  width: 25%;
  background: #f2f2f2;
  position: relative;
}

@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
  }
}

@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "\025a0";
  }
}

#MailForm table th span {
  position: absolute;
  left: 25px;
}

@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}

#MailForm table td {
  background: #fff;
}

@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 0;
    background: none;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}

@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
}

#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 3px 27px 3px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}

@media (max-width: 480px) {
  #MailForm input[type="submit"],
  #MailForm input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]::-webkit-search-decoration,
  #MailForm input[type="button"]::-webkit-search-decoration {
    display: none;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]:focus,
  #MailForm input[type="button"]:focus {
    outline-offset: -2px;
  }
}

#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}

#MailForm .form25 {
  width: 25%;
}

@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}

#MailForm .form45 {
  width: 45%;
}

@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}

#MailForm .form60 {
  width: 60%;
}

@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}

#MailForm .form90 {
  width: 93%;
}

@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}

#MailForm .focus {
  background: #ffe7e0;
}

#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}

@media (max-width: 480px) {
  #MailForm .important_text ul li:first-child {
    margin: 0 0 12px 0;
  }
}

#MailForm .inquiry_inset {
  margin-bottom: 25px;
}

#MailForm .confirm_txt {
  text-align: center;
}

@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px;
}

.send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  padding: 15px 0;
  background: #00649e;
}

@media (max-width: 480px) {
  .send_btn_inner .send_btn {
    font-size: 100%;
    padding: 15px 10px;
  }
}

.send_btn_inner .send_btn:hover {
  opacity: 0.8;
}

.send_btn_inner .submit_btn {
  width: 50%;
}

@media (max-width: 480px) {
  .send_btn_inner .submit_btn {
    margin-bottom: 15px;
    width: 80%;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}

@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}

#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner {
  padding: 12px 0 20px;
}

.send_inner .send_step_msg {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 15px;
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #ff9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}

.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}

.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}

@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}

.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}

@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}

@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

.send_inner .send_error {
  padding: 15px 0 30px;
}

.send_inner .send_error li {
  font-size: 1.1rem;
  padding: 5px 0;
}

.send_inner .send_error li:before {
  color: #c2c2c2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "\0025cf";
}

.send_inner .send_error li span {
  color: #ff3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  padding: 0 0 25px;
}

.table_base table {
  border: 2px solid #999;
  width: 100%;
}

@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}

.table_base table td,
.table_base table th {
  font-weight: normal;
  border: 1px solid #999;
  padding: 25px 16px;
}

@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border: 0;
    padding: 12px;
    display: block;
  }
}

.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.table_base table td span.map_jump a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #00649e;
  display: inline-block;
}

.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}

.table_base table tbody th {
  text-align: center;
  width: 28%;
}

@media (max-width: 480px) {
  .table_base table tbody th {
    text-align: left;
    width: 100%;
    background: #f1f1f1;
  }
}

.table_base table tbody td {
  padding: 0 40px;
}

@media (max-width: 480px) {
  .table_base table tbody td {
    margin-bottom: 30px;
    padding: 0 12px;
  }
}

.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.content_inner {
  padding: 10px 0 25px;
}

@media (max-width: 480px) {
  .content_inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.content_inner .images_r,
.content_inner .msg_r {
  float: right;
}

@media (max-width: 480px) {
  .content_inner .images_r,
  .content_inner .msg_r {
    padding: 0;
    float: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.content_inner .images_l,
.content_inner .msg_l {
  float: left;
}

@media (max-width: 480px) {
  .content_inner .images_l,
  .content_inner .msg_l {
    float: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.content_inner img {
  width: 100%;
}

.w_margin270 .images_l,
.w_margin270 .images_r {
  width: 270px;
}

@media (max-width: 480px) {
  .w_margin270 .images_l,
  .w_margin270 .images_r {
    width: 100%;
  }
}

.w_margin270 .msg_l,
.w_margin270 .msg_r {
  width: 680px;
}

@media (max-width: 480px) {
  .w_margin270 .msg_l,
  .w_margin270 .msg_r {
    width: 100%;
  }
}

.w_margin320 .images_l,
.w_margin320 .images_r {
  width: 320px;
}

@media (max-width: 480px) {
  .w_margin320 .images_l,
  .w_margin320 .images_r {
    width: 100%;
  }
}

.w_margin320 .msg_l,
.w_margin320 .msg_r {
  width: 630px;
}

@media (max-width: 480px) {
  .w_margin320 .msg_l,
  .w_margin320 .msg_r {
    width: 100%;
  }
}

.w_margin450 .images_l,
.w_margin450 .images_r {
  width: 450px;
}

@media (max-width: 480px) {
  .w_margin450 .images_l,
  .w_margin450 .images_r {
    width: 100%;
  }
}

.w_margin450 .msg_l,
.w_margin450 .msg_r {
  width: 530px;
}

@media (max-width: 480px) {
  .w_margin450 .msg_l,
  .w_margin450 .msg_r {
    width: 100%;
  }
}

/* .image_list */
.image_list:after, .image_list.two_image:after, .image_list.three_image:after {
  content: "";
  display: block;
  clear: both;
}

.image_list li, .image_list.two_image li, .image_list.three_image li {
  float: left;
}

.two_image.image_list li {
  width: 48%;
}

.two_image.image_list li:nth-child(odd) {
  margin-right: 4%;
}

.three_image.image_list li {
  width: 31.33%;
}

.three_image.image_list li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.three_image.image_list li img {
  width: 100%;
  display: block;
}

.three_image.image_list li span {
  padding: 15px 0 0;
  display: block;
}

.only_pc {
  display: block;
}

@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}

@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.tel a {
  color: #000;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

@media (max-width: 480px) {
  .tel a {
    pointer-events: inherit;
  }
}

.fade_hover a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 480px) {
  .fade_hover a {
    -webkit-transition: none;
    transition: none;
  }
}

.fade_hover a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .fade_hover a:hover {
    opacity: 1;
  }
}

.btn_base {
  margin: 0 auto;
  width: 400px;
}

@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}

.btn_base a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  background: #247231;
  display: block;
}

.btn_base a:hover {
  background: #6fba2c;
}

@media (max-width: 480px) {
  .btn_base a:hover {
    background: #247231;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}

/*-------btn--------*/
.fe_btn {
  width: 200px;
}

@media (max-width: 480px) {
  .fe_btn {
    margin: 0 auto;
    width: 80%;
  }
}

.fe_btn a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 2px solid #333;
  padding: 10px 0;
  background: #333;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .fe_btn a {
    color: #fff;
    -webkit-transition: none;
    transition: none;
  }
}

.fe_btn a :hover {
  color: #333;
  background: #fff;
}

@media (max-width: 480px) {
  .fe_btn a :hover {
    color: #fff;
    background: #333;
  }
}

.lr_btn {
  width: 200px;
}

@media (max-width: 480px) {
  .lr_btn {
    width: 100%;
  }
}

.lr_btn a {
  color: #333333;
  font-size: 1.3rem;
  text-align: left;
  text-decoration: none;
  border: 1px solid #333333;
  padding: 3px 40px 7px;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}

@media (max-width: 480px) {
  .lr_btn a {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    color: #333333;
    font-weight: 100;
    padding: 15px 30px;
  }
}

.lr_btn a::before {
  height: 100%;
  width: 0;
  background: #333333;
  content: "　";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lr_btn a:hover {
  color: #fff;
}

@media (max-width: 480px) {
  .lr_btn a:hover {
    color: #333333;
  }
}

.lr_btn a:hover::before {
  width: 100%;
}

@media (max-width: 480px) {
  .lr_btn a:hover::before {
    width: 0;
  }
}

.lr_btn a:hover::after {
  background: url(../img/arrow01-w-pc.png) no-repeat center center/contain;
  right: 2%;
  -webkit-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
  content: "";
  color: #fff;
}

@media (max-width: 480px) {
  .lr_btn a:hover::after {
    right: 5%;
    background: url(../img/arrow01-b-pc.png) no-repeat center center/contain;
  }
}

.lr_btn a:after {
  height: 10px;
  width: 20px;
  background: url(../img/arrow01-b-pc.png) no-repeat center center/contain;
  content: "";
  position: absolute;
  right: 5%;
  top: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  .lr_btn a:after {
    top: 21px;
  }
}

/*---------common----------*/
#page .bl_mat {
  background: #00649e;
}

.top_contents_title_hh {
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 35px 0;
  color: #000;
}

.c_dot_3 {
  position: absolute;
  top: 30px;
  left: 0;
}

@media (max-width: 480px) {
  .c_dot_3 img {
    width: 50%;
  }
}

.top_contents_title_hhh {
  font-size: 2.9rem;
  position: relative;
  display: block;
  padding: 0 0 60px 0;
  color: #fff;
}

@media (max-width: 480px) {
  .top_contents_title_hhh {
    font-weight: 100;
    line-height: 1.4;
    font-size: 2rem;
    padding: 0 0 30px 0;
  }
}

.sub_hhh {
  display: block;
  font-size: 1.5rem;
  font-weight: 100;
}

@media (max-width: 480px) {
  .sub_hhh {
    font-size: 1.3rem;
  }
}

.w_dot_3 {
  position: absolute;
  top: 60px;
  left: 0;
}

@media (max-width: 480px) {
  .w_dot_3 {
    position: absolute;
    top: 40px;
    left: 0;
  }
}

@media (max-width: 480px) {
  .w_dot_3 img {
    width: 30px;
  }
}

.top_info_loop_ttl {
  font-size: 1.8rem;
  padding: 0 0 15px 0;
  color: #000;
}

.top_info_loop_sub_ttl {
  font-weight: 100;
}

.section_title_a {
  color: #000;
  font-size: 2.3rem;
  margin: 0 auto 30px;
  padding: 0;
  max-width: 1020px;
  position: relative;
  letter-spacing: 2px;
  font-weight: 100;
}

@media (max-width: 480px) {
  .section_title_a {
    max-width: 100%;
    width: 94%;
    margin: 0 0 24px 0;
  }
}

.section_title_a .ss_img {
  width: 45%;
}

@media (max-width: 480px) {
  .section_title_a .ss_img {
    width: 60%;
    margin: 0 0 -10px 0;
  }
}

.w_dot_5 {
  position: absolute;
  top: 25px;
  left: 0;
}

@media (max-width: 480px) {
  .w_dot_5 img {
    width: 30px;
  }
}

.w_dot_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0 6px 0;
}

@media (max-width: 480px) {
  .w_dot_6 img {
    width: 30px;
    height: 5px;
  }
}

.inq_section_title {
  font-size: 2rem;
  padding: 0 0 15px 0;
  color: #000;
  text-align: center;
}

/*-------scroll----------*/
.scroll_contents .scroll_contents_title {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.scroll_contents .animate {
  opacity: 0;
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
}

.scroll_contents .animate.effect {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*-------section02----------*/
#contents .section02 .section_inner {
  padding: 0 0 80px 0;
}

#contents .section02 .section_inner .content_inner {
  padding: 0;
}
/*# sourceMappingURL=common.css.map */