@charset "UTF-8";
/*!
*  Style.css | @onix-kusatu
*/
/* リセット設定
   ========================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Flex設定
   ========================================================================== */
/* 汎用設定
   ========================================================================== */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .row-flex > * {
    -webkit-box-flex: 1 0 0%;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-flex__end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .row-flex__center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .row-flex__around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
  .row-flex__start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .row-flex__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .row-flex__baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }
  .row-flex__reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.container {
  display: block;
  position: relative;
  padding: 0 10px; }
  .container:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1024px;
    padding: 0 10px;
    margin: 0 auto; } }
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1280px; } }
.hidden {
  display: none; }

@media only screen and (min-width: 768px) {
  .display_t {
    display: block; }

  .hidden_t {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .display_d {
    display: block; }

  .hidden_d {
    display: none; } }
/* 基本設定
   ========================================================================== */
html {
  color: #222;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 768px) {
  html {
    font-size: 16px; } }
body {
  position: relative;
  font-size: 1.0rem;
  line-height: 1.6; }
  body * {
    box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  body {
    min-width: 1024px; } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a {
  text-decoration: none;
  overflow: hidden; }
  a:hover img {
    opacity: 0.8; }

.line-btn {
  padding: 15px 0; }

@media only screen and (min-width: 768px) {
  .line-btn {
    padding: 30px 0; }
    .line-btn a {
      display: block;
      width: 500px;
      margin: auto; } }
.contact {
  padding: 15px 0 25px;
  text-align: center;
  background-image: url(../images/common/bg_contact@2x.png);
  background-size: 50px; }
  .contact-box {
    padding: 15px 15px;
    background-color: #fff; }
    .contact-box a {
      display: block; }
      .contact-box a + a {
        margin-top: 10px; }

.section-ttl {
  padding: 5px 0;
  background-color: #ba1d24; }

@media only screen and (min-width: 768px) {
  .section-ttl {
    padding: 10px 0; }
    .section-ttl img {
      width: 340px; } }
.btn {
  margin-bottom: 10px; }
  .btn a {
    position: relative;
    display: block;
    max-width: 300px;
    padding: 15px 5px;
    margin: auto;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    background: -moz-linear-gradient(50% 100% 90deg, #004792 0%, #0058b8 100%);
    background: -webkit-linear-gradient(90deg, #004792 0%, #0058b8 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #004792), color-stop(1, #0058b8));
    background: -o-linear-gradient(90deg, #004792 0%, #0058b8 100%);
    background: -ms-linear-gradient(90deg, #004792 0%, #0058b8 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004792', endColorstr='#0058B8' ,GradientType=0)";
    background: linear-gradient(0deg, #004792 0%, #0058b8 100%);
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0058B8',endColorstr='#004792' , GradientType=0); }
    .btn a::before, .btn a::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      content: "";
      vertical-align: middle; }
    .btn a::before {
      width: 20px;
      height: 20px;
      border: 2px solid #fff;
      border-radius: 50%; }
    .btn a::after {
      right: 29px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }

@media only screen and (min-width: 768px) {
  .btn a {
    max-width: 600px;
    padding: 15px 10px;
    font-size: 1.6rem;
    border-radius: 12px; } }
/* 共通部位
   ========================================================================== */
.header {
  height: 70px;
  padding: 10px 0;
  border-top: 5px solid #0b308c; }
  .header-logo {
    float: left; }
  .header-info {
    display: none; }
  .header-toggle {
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
    width: 40px;
    height: 30px; }
    .header-toggle-btn span {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #0b308c;
      border-radius: 2px;
      transition: all .4s;
      box-sizing: border-box; }
      .header-toggle-btn span:nth-of-type(1) {
        top: 0; }
      .header-toggle-btn span:nth-of-type(2) {
        top: 13px; }
      .header-toggle-btn span:nth-of-type(3) {
        bottom: 0; }
  .header-follow {
    display: none; }

@media only screen and (min-width: 768px) {
  .header {
    height: auto;
    padding: 20px 0; }
    .header-logo img {
      width: 300px; }
    .header-info {
      float: right;
      display: block; }
      .header-info-txt {
        margin-bottom: 5px;
        font-size: 0.9rem;
        font-weight: 600; }
    .header-toggle {
      display: none; }
    .header-follow {
      display: block;
      position: fixed;
      bottom: 60px;
      right: 0;
      z-index: 999; }
      .header-follow-item + .header-follow-item {
        margin-top: 10px; } }
.nav {
  display: none;
  background-color: #0b308c; }
  .nav-list {
    padding: 10px 0;
    text-align: center; }
    .nav-list-item {
      min-width: 100%; }
      .nav-list-item a {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 600; }
  .nav.open {
    display: block; }

@media only screen and (min-width: 768px) {
  .nav {
    display: block; }
    .nav-list {
      padding: 15px 0; }
      .nav-list-item {
        width: auto;
        min-width: inherit; } }
.footer {
  padding: 15px 0;
  padding-bottom: 100px;
  background-color: #0b308c; }
  .footer-nav {
    padding: 15px 0;
    margin-bottom: 15px; }
    .footer-nav-item {
      padding: 5px 0;
      font-size: 1.0rem;
      font-weight: 600; }
      .footer-nav-item a {
        color: #fff; }
  .footer-copy {
    color: #fff;
    font-size: 0.8rem; }
  .footer-follow {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto; }

@media only screen and (min-width: 768px) {
  .footer {
    padding-bottom: 15px; }
    .footer-follow {
      display: none !important; } }
.visual {
  margin-bottom: 30px;
  background-color: #f0f0f0; }

@media only screen and (min-width: 768px) {
  .visual {
    padding: 10px 0; }
    .visual-slide-item img {
      width: 100%; } }
.news {
  background-color: #faedd2; }
  .news-list {
    padding: 30px 0; }
  .news-item + .news-item {
    margin-top: 20px; }
  .news-item-ttl {
    margin-bottom: 5px;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.4; }
  .news-item-txt {
    font-size: 0.8rem;
    line-height: 1.6; }
  .news-item-date {
    display: inline-block;
    padding: 1px 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 0.9rem;
    background-color: #0b308c; }

@media only screen and (min-width: 768px) {
  .news-ttl img {
    width: 280px; }
  .news-item-ttl {
    margin-bottom: 5px;
    font-size: 1.2rem; }
  .news-item-txt {
    font-size: 0.9rem; } }
.coupon {
  background-color: #f0f0f0; }
  .coupon-box {
    padding: 30px 0; }
    .coupon-box-ttl {
      margin-bottom: 15px; }
  .coupon-bnr {
    padding: 15px;
    margin: 0 auto 15px;
    background-color: #fff; }
  .coupon-btn {
    margin-bottom: 15px; }
  .coupon-txt {
    font-size: 0.9rem;
    font-weight: 600; }

@media only screen and (min-width: 768px) {
  .coupon-ttl img {
    width: 340px; }
  .coupon-box-ttl {
    margin-bottom: 15px; }
    .coupon-box-ttl img {
      width: 500px; }
  .coupon-bnr {
    margin-bottom: 30px; }
  .coupon-txt {
    font-size: 1.0rem;
    line-height: 1.4; } }
.recommend {
  padding: 30px 0; }
  .recommend-ttl {
    margin-bottom: 15px; }
  .recommend-list {
    margin-bottom: 30px; }
  .recommend-item + .recommend-item {
    margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .recommend {
    padding: 45px  0 30px; }
    .recommend-ttl {
      margin-bottom: 30px; }
      .recommend-ttl img {
        width: 360px; } }
.flow {
  padding: 15px 0; }
  .flow-ttl {
    margin-bottom: 15px; }
  .flow-item {
    min-width: 280px;
    margin: 5px; }
  .flow-bottom {
    padding: 10px;
    background-color: #003c9f; }
    .flow-bottom-txt {
      color: #fff;
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.4; }

@media only screen and (min-width: 768px) {
  .flow-ttl img {
    width: 500px; }
  .flow-item {
    width: 500px;
    min-width: inherit;
    margin: 10px; }
  .flow-bottom {
    padding: 15px 0; }
    .flow-bottom-txt {
      font-size: 1.8rem; } }
.faq {
  padding: 15px 0 0; }
  .faq-ttl {
    margin-bottom: 15px; }
  .faq-list {
    text-align: left; }
    .faq-list-dt {
      font-size: 1.0rem;
      font-weight: 600; }
      .faq-list-dt img {
        vertical-align: middle; }
      .faq-list-dt span {
        padding-left: 10px; }
    .faq-list-dd {
      padding: 10px 10px 15px; }
      .faq-list-dd + dt {
        padding-top: 15px;
        border-top: 2px dashed #ccc; }

@media only screen and (min-width: 768px) {
  .faq {
    padding: 30px 0 0; }
    .faq-ttl img {
      width: 500px; }
    .faq-list {
      margin-bottom: 15px; }
      .faq-list-dt {
        font-size: 1.2rem; }
      .faq-list-dd {
        padding: 15px 10px 20px 30px;
        font-size: 1.0rem;
        line-height: 1.4; } }
.service-box {
  padding: 30px 0; }
  .service-box:nth-child(odd) {
    background-color: #faedd2; }
  .service-box-ttl {
    margin-bottom: 15px; }
  .service-box-bnr {
    margin-bottom: 15px; }
  .service-box-txt {
    margin-bottom: 30px;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.6; }
    .service-box-txt b {
      color: #f00;
      font-size: 1.4em; }

@media only screen and (min-width: 768px) {
  .service-box {
    padding: 45px 0; }
    .service-box-ttl {
      margin-bottom: 20px; }
      .service-box-ttl img {
        width: 500px; }
    .service-box-bnr img {
      width: 600px; }
    .service-box-txt {
      font-size: 1.2rem;
      line-height: 1.6; } }
.access {
  padding: 30px 0 0; }
  .access-ttl {
    margin-bottom: 30px; }
  .access-map {
    margin-bottom: 5px; }
  .access-lead {
    margin-bottom: 5px;
    color: #d60012;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4; }
  .access-addr {
    margin-bottom: 30px;
    font-weight: 600; }
  .access .gmap iframe {
    width: 100%;
    height: 300px; }

@media only screen and (min-width: 768px) {
  .access-ttl img {
    width: 500px; }
  .access-map img {
    width: 600px; }
  .access-lead {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.4; }
  .access .gmap iframe {
    height: 500px; } }
