@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/*リセット
-----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

li {
  list-style: none;
}

a img {
  border: none;
}

img {
  vertical-align: middle;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #06f;
  text-decoration: underline;
}

a:hover {
  color: #00f;
}

hr {
  border: none;
  height: 0;
  overflow: hidden;
  border-bottom: 1px dotted #959595;
  clear: both;
}

main, nav, header, footer, section, article, figure, figcaption {
  display: block;
}

/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/*リセット
-----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

li {
  list-style: none;
}

a img {
  border: none;
}

img {
  vertical-align: middle;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #06f;
  text-decoration: underline;
}

a:hover {
  color: #00f;
}

hr {
  border: none;
  height: 0;
  overflow: hidden;
  border-bottom: 1px dotted #959595;
  clear: both;
}

main, nav, header, footer, section, article, figure, figcaption {
  display: block;
}

/* ページベース
-----------------------------------------*/
body {
  color: #000;
  background: #FFF;
  font-family: sans-serif;
  margin: 0 auto;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  body {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
}
@media screen and (min-width: 1000px) {
  body {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
}

html.win body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 1000px) {
  a[href^="tel:"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    cursor: text;
    pointer-events: none;
  }
}

/* スマホ専用ナビ
-----------------------------------------*/
@media screen and (max-width: 767px) {
  /* 例外サイズ
  --------------------------------------------*/
  header#site-header {
    position: absolute;
    width: 100%;
  }
  header#site-header:before {
    content: "";
    display: block;
    border-top: 3px solid #1eb1c1;
    background-color: #f8f2d0;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
  }
  header#site-header nav {
    position: relative;
    z-index: 999;
    width: 100%;
  }
  header#site-header nav .instaIcon {
    position: absolute;
    right: 90px;
    top: 21px;
  }
  header#site-header nav .instaIcon img {
    width: 80%;
    height: auto;
  }
  header#site-header nav .tel {
    display: none;
  }
  header#site-header nav .lead {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 6px;
    width: 100%;
  }
  header#site-header nav h1 {
    width: 135px;
    height: calc(135px * 20.68%);
    position: absolute;
    top: 30px;
    left: 10px;
  }
  header#site-header nav h1 img {
    display: block;
    width: 135px;
    height: calc(135px * 20.68%);
  }
  header#site-header nav ul {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 75px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
  }
  header#site-header nav ul li {
    border-top: 1px dotted #000;
  }
  header#site-header nav ul li:first-of-type {
    border-top: none;
  }
  header#site-header nav ul li a {
    display: block;
    position: relative;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
  }
  header#site-header nav ul li a:after {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: #1eb1c1;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
  }
  header#site-header nav #nav-toggle {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 10px;
    overflow: hidden;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #1eb1c1;
    text-indent: -999em;
  }
  header#site-header nav #nav-toggle:before, header#site-header nav #nav-toggle:after {
    content: "";
    display: block;
    border: 2px solid #1eb1c1;
    width: 18px;
    position: absolute;
    left: 7.5px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
  }
  header#site-header nav #nav-toggle:before {
    border-left: none;
    border-right: none;
    height: 5px;
    top: 9px;
  }
  header#site-header nav #nav-toggle:after {
    border-left: none;
    border-right: none;
    border-bottom: none;
    top: 23px;
  }
  header#site-header nav.fixed {
    position: fixed;
  }
  header#site-header nav.fixed h1 {
    display: none;
  }
  header#site-header nav.fixed .lead {
    display: none;
  }
  header#site-header nav.fixed .instaIcon {
    position: absolute;
    right: 87px;
    top: 5px;
    opacity: 0.8;
  }
  header#site-header nav.fixed .instaIcon img {
    width: 72%;
    height: auto;
  }
  header#site-header nav.fixed a.contact, header#site-header nav.fixed #nav-toggle {
    top: 5px;
    opacity: 0.8;
  }
  header#site-header nav.fixed ul {
    top: 55px;
  }
  header#site-header nav.open-nav {
    height: auto;
  }
  header#site-header nav.open-nav a.contact, header#site-header nav.open-nav #nav-toggle {
    opacity: 1;
  }
  header#site-header nav.open-nav ul {
    position: relative;
    overflow: visible;
    height: auto;
    padding: 0 10px;
    margin: 0 5px;
    border: 2px solid #1eb1c1;
    background: #FFF;
    border-radius: 10px;
  }
  header#site-header nav.open-nav ul:before {
    content: "";
    display: block;
    border: 10px solid #1eb1c1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    right: 10px;
  }
  header#site-header nav.open-nav ul:after {
    content: "";
    display: block;
    border: 10px solid #FFF;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: none;
    position: absolute;
    top: -8px;
    right: 11px;
  }
  header#site-header nav.open-nav:after {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  header#site-header nav.open-nav #nav-toggle:before, header#site-header nav.open-nav #nav-toggle:after {
    top: 16px;
    left: 6px;
    width: 21px;
  }
  header#site-header nav.open-nav #nav-toggle:before {
    border-bottom: 0;
    height: auto;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  header#site-header nav.open-nav #nav-toggle:after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
/* スマホ・PCナビ 共通
-----------------------------------------*/
a.contact {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 25px;
  right: 55px;
  overflow: hidden;
  background: #1eb1c1;
  border-radius: 50%;
  text-indent: -999em;
  text-decoration: none;
}
a.contact:after {
  content: "\f003";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  text-indent: 0;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -11px;
}
@media screen and (min-width: 1000px) {
  a.contact {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50px;
    height: 50px;
  }
}

.instaIcon {
  display: block;
  position: absolute;
  top: 25px;
  right: 100px;
  opacity: 0.8;
}
.instaIcon img {
  width: 80%;
  height: auto;
}

a.dogranBtn {
  width: 144px;
  height: 170px;
  position: absolute;
  top: 155px;
  right: -125px;
  overflow: hidden;
  text-decoration: none;
  z-index: 10000;
}

@media screen and (min-width: 1000px) {
  /* PC：デバイス別表示設定
  --------------------------------------------*/
}
body:not(.topPage) a.dogranBtn {
  display: none !important;
}

/* タブレット以上サイズ専用ナビ
-----------------------------------------*/
@media screen and (min-width: 768px) {
  /* タブレット：デバイス別表示設定
  --------------------------------------------*/
  header#site-header {
    position: absolute;
    width: 100%;
    /* タブレット以上サイズ専用ナビ：Fix状態
    -----------------------------------------*/
  }
  header#site-header #nav-toggle {
    display: none;
  }
  header#site-header:before {
    content: "";
    display: block;
    border-top: 3px solid #1eb1c1;
    background-color: #f8f2d0;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
  }
  header#site-header nav {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
  }
  header#site-header h1 {
    width: 180px;
    height: calc(180px * 20.68%);
    position: absolute;
    top: 35px;
    left: 5px;
  }
  header#site-header h1 img {
    width: 180px;
    height: calc(180px * 20.68%);
  }
  header#site-header .lead {
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 5px;
  }
  header#site-header .instaIcon {
    position: absolute;
    right: 220px;
    top: 13px;
  }
  header#site-header .tel {
    position: absolute;
    top: 20px;
    right: 65px;
  }
  header#site-header .tel p {
    color: #1eb1c1;
    font-size: 18px;
    white-space: nowrap;
  }
  header#site-header .tel p a {
    text-decoration: none;
    color: #1eb1c1;
    font-size: 22px;
  }
  header#site-header .tel small {
    font-size: 12px;
    display: block;
    white-space: nowrap;
  }
  header#site-header .globalNavi {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    top: 90px;
    width: 98%;
    margin: 0 1%;
  }
  header#site-header .globalNavi li {
    border-right: 1px dotted #000;
    width: 14.2857142857%;
    text-align: center;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header#site-header .globalNavi li:first-of-type {
    border-left: 1px dotted #000;
  }
  header#site-header .globalNavi li a {
    text-decoration: none;
    color: #000;
    width: 100%;
  }
  header#site-header .globalNavi li a:hover {
    color: #1eb1c1;
  }
  header#site-header .globalNavi li.here a {
    color: #1eb1c1;
  }
  header#site-header a.contact {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 999;
  }
  header#site-header .instaIcon {
    position: absolute;
    top: 15px;
    right: 255px;
  }
  header#site-header .instaIcon img {
    width: 80%;
    height: auto;
  }
  header#site-header a.dogranBtn {
    display: block;
    width: 144px;
    height: 170px;
    top: 155px;
    right: -123px;
  }
  header#site-header nav.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 66px;
    background: #FFF;
  }
  header#site-header nav.fixed .lead, header#site-header nav.fixed .tel {
    display: none;
  }
  header#site-header nav.fixed h1 {
    width: 100px;
    height: calc(100px * 20.68%);
    top: 7px;
  }
  header#site-header nav.fixed h1 img {
    width: 100px;
    height: calc(100px * 20.68%);
  }
  header#site-header nav.fixed .globalNavi {
    width: calc(100% - 150px);
    top: 14px;
    left: auto;
    right: 1px;
    font-size: 14px;
  }
  header#site-header nav.fixed a.contact {
    top: 60px;
    right: 10px;
    opacity: 0.8;
  }
  header#site-header nav.fixed a.contact:hover {
    opacity: 1;
  }
  header#site-header nav.fixed .instaIcon {
    top: 85px;
    right: 40px;
    opacity: 0.8;
  }
  header#site-header nav.fixed .instaIcon img {
    width: 80%;
    height: auto;
  }
  header#site-header nav.fixed a.dogranBtn {
    display: block;
    width: 144px;
    height: 170px;
    top: 155px;
    right: 7px;
  }
}
/* パソコン以上サイズ専用ナビ(タブレット上書き)
-----------------------------------------*/
@media screen and (min-width: 1000px) {
  /* PC：デバイス別表示設定
  --------------------------------------------*/
  header#site-header {
    /* パソコンサイズ専用ナビ（タブレット上書き）：Fix状態
    -----------------------------------------*/
  }
  header#site-header h1 {
    top: 30px;
    left: 5px;
  }
  header#site-header .lead {
    top: 40px;
    left: 205px;
  }
  header#site-header .tel {
    top: 20px;
    right: 5px;
  }
  header#site-header .tel p {
    font-weight: bold;
  }
  header#site-header .tel p a {
    font-weight: bold;
  }
  header#site-header .tel small {
    text-align: right;
  }
  header#site-header .globalNavi {
    top: 100px;
  }
  header#site-header .globalNavi li {
    line-height: 1.4;
  }
  header#site-header .globalNavi li.here a {
    font-weight: bold;
  }
  header#site-header a.contact {
    top: 180px;
    opacity: 0.8;
  }
  header#site-header a.contact:hover {
    opacity: 1;
  }
  header#site-header .instaIcon {
    position: absolute;
    top: 15px;
    right: 230px;
  }
  header#site-header .instaIcon img {
    width: 90%;
    height: auto;
  }
  header#site-header nav.fixed {
    max-width: none;
  }
  header#site-header nav.fixed h1 {
    width: 120px;
    height: calc(120px * 20.68%);
    top: 18px;
    left: 20px;
  }
  header#site-header nav.fixed h1 img {
    width: 120px;
    height: calc(120px * 20.68%);
  }
  header#site-header nav.fixed .instaIcon {
    position: absolute;
    right: 80px;
    top: 58px;
  }
  header#site-header nav.fixed .instaIcon img {
    width: 100%;
    height: auto;
  }
  header#site-header nav.fixed .globalNavi {
    width: calc(100% - 150px);
    max-width: 1000px;
    top: 14px;
    left: auto;
    right: 1px;
    font-size: 14px;
  }
  header#site-header nav.fixed a.contact {
    top: 60px;
    right: 10px;
    opacity: 0.8;
  }
  header#site-header nav.fixed a.contact:hover {
    opacity: 1;
  }
}
/* パソコンサイズ大専用ナビ（タブレット上書き）：
-----------------------------------------*/
@media screen and (min-width: 1300px) {
  /* 例外サイズ
  --------------------------------------------*/
  header#site-header a.contact {
    top: 90px;
    right: calc(-60px - 1vw);
  }
}
/* フッター
-----------------------------------------*/
footer#site-footer {
  position: relative;
  border: 2px solid #1eb1c1;
  border-left: none;
  border-right: none;
  background: #e6f6f8 url(../img/back06.png);
  margin: 60px 0 0 0;
  padding: 25px 0 0 0;
}
@media screen and (min-width: 1000px) {
  footer#site-footer {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 40px 0 0 0;
  }
}
footer#site-footer p.receipt {
  border: 1px dotted #000;
  border-left: none;
  border-right: none;
  background: #FFF;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -16.8em;
}
@media screen and (min-width: 1000px) {
  footer#site-footer p.receipt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
    padding: 10px 25px;
  }
}
footer#site-footer p.receipt span {
  font-weight: bold;
}
footer#site-footer p.receipt + small {
  display: block;
  text-align: center;
  font-size: 12px;
}
footer#site-footer .wrapper.contact1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  footer#site-footer .wrapper.contact1 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10px auto;
    max-width: 1200px;
  }
}
footer#site-footer .wrapper.contact1 .tel {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  footer#site-footer .wrapper.contact1 .tel {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 300px;
  }
}
@media screen and (min-width: 1000px) {
  footer#site-footer .wrapper.contact1 .tel {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 400px;
  }
}
footer#site-footer .wrapper.contact1 .tel p {
  color: #1eb1c1;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  footer#site-footer .wrapper.contact1 .tel p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 24px;
  }
}
footer#site-footer .wrapper.contact1 .tel p a {
  color: #1eb1c1;
  font-size: 30px;
  text-decoration: none;
  margin-left: 5px;
}
@media screen and (min-width: 1000px) {
  footer#site-footer .wrapper.contact1 .tel p a {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 50px;
  }
}
footer#site-footer .wrapper.contact1 .tel small {
  display: block;
  background: #FFF;
  font-size: 12px;
  padding: 2px 0;
  border-radius: 5px;
}
@media screen and (min-width: 1000px) {
  footer#site-footer .wrapper.contact1 .tel small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    padding: 8px 0;
  }
}
footer#site-footer .wrapper.contact1 .button {
  margin: 30px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer#site-footer .wrapper.contact1 .button {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 300px;
  }
}
@media screen and (min-width: 1000px) {
  footer#site-footer .wrapper.contact1 .button {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 400px;
    font-size: 20px;
  }
  footer#site-footer .wrapper.contact1 .button a {
    padding: 15px;
  }
  footer#site-footer .wrapper.contact1 .button a:hover {
    padding: 15px 10px 15px 20px;
  }
}
footer#site-footer .wrapper.contact2 {
  background: #1eb1c1;
  position: relative;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  footer#site-footer .wrapper.contact2 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
  footer#site-footer .wrapper.contact2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
footer#site-footer .wrapper.contact2 .sns {
  text-align: center;
  width: 100%;
  padding: 15px 0 10px;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  footer#site-footer .wrapper.contact2 .sns {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    /* Safari */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: none;
  }
}
footer#site-footer .wrapper.contact2 .sns li {
  display: inline-block;
  width: 35px;
  margin: 0 15px;
}
footer#site-footer .wrapper.contact2 .sns li a {
  display: block;
  background: #FFF;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-indent: -999em;
  text-decoration: none;
  position: relative;
}
footer#site-footer .wrapper.contact2 .sns li a:before {
  content: "\f003";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #1eb1c1;
  text-indent: 0;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -10px;
}
footer#site-footer .wrapper.contact2 .sns li a[href^="https://www.facebook.com"]:before {
  content: "\f09a";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}
footer#site-footer .wrapper.contact2 .sns li a[href^="https://www.instagram.com"]:before {
  content: "\f16d";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}
footer#site-footer .wrapper.contact2 .sns li a[href^="https://www.pinterest.jp"]:before {
  content: "\f231";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}
footer#site-footer .wrapper.contact2 .wrapper.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 12px;
  line-height: 1.2;
  color: #FFF;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  footer#site-footer .wrapper.contact2 .wrapper.address {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    margin-left: 10px;
  }
}
footer#site-footer .wrapper.contact2 .wrapper.address img[src*="/logo"] {
  width: 100px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 1000px) {
  footer#site-footer .wrapper.contact2 .wrapper.address img[src*="/logo"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 150px;
  }
}
footer#site-footer .wrapper.contact2 a[href="#top"] {
  display: block;
  width: 30px;
  height: 25px;
  border-radius: 5px 5px 0 0;
  text-indent: -999em;
  text-decoration: none;
  position: absolute;
  top: -24px;
  right: 10px;
  background: #1eb1c1;
}
footer#site-footer .wrapper.contact2 a[href="#top"]:before {
  content: "\f077";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  display: block;
  position: absolute;
  width: 100%;
  top: 2px;
  right: 0;
  color: #FFF;
  text-indent: 0;
  text-align: center;
}
footer#site-footer .wrapper.footer {
  background: #f1f1f1;
  font-size: 10px;
  padding: 10px 5px;
}
footer#site-footer .wrapper.footer .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer#site-footer .wrapper.footer .inner {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer#site-footer .wrapper.footer .inner p {
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  footer#site-footer .wrapper.footer .inner p {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 0;
  }
}
footer#site-footer .wrapper.footer .inner p a {
  color: #000;
}
footer#site-footer .wrapper.footer .inner p a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
}
footer#site-footer .wrapper.footer .inner small {
  display: block;
  text-align: center;
}

/* コンテンツ内 ベース
-----------------------------------------*/
main {
  padding-top: 70px;
  /* コンテンツ内 パンくずリスト
  -----------------------------------------*/
}
@media screen and (min-width: 768px) {
  main {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    padding-top: 135px;
  }
}
@media screen and (min-width: 1000px) {
  main {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-top: 165px;
  }
}
main img {
  width: 100%;
}
main strong {
  color: #1eb1c1;
  font-weight: bold;
}
main ol.breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  main ol.breadcrumbs {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: block;
    max-width: 1180px;
    margin: -10px 10px 10px;
  }
}
@media screen and (min-width: 1200px) {
  main ol.breadcrumbs {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    margin: -10px auto 10px;
  }
}
main ol.breadcrumbs li {
  font-size: 12px;
  display: inline-block;
}
main ol.breadcrumbs li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
main ol.breadcrumbs li a {
  color: #000;
  text-decoration: none;
}
main ol.breadcrumbs li a:hover {
  text-decoration: underline;
}

/* Swiper JS ページ送りデザイン変更
-----------------------------------------
.swiper-container {
padding-bottom: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 0;
text-align: right;
}
.swiper-pagination-bullet {
border-radius: 0;
}
.swiper-pagination-bullet-active {
background: $key_color;
}

.swiper-button-prev, .swiper-button-next {
display: block;
width: calc(20px * 1.5);
height: calc(50px * 1.5);
margin-top: calc(-25px * 1.5);
background: url(../img/arrow.svg);
background-size: cover;
transition: all 0.25s ease-in-out 0s;
}
.swiper-button-prev {
left: 5px;
}
.swiper-button-next {
right: 5px;
-webkit-transform: scale(-1, 1);//アンドロイド用
webkit-transform: scale(-1, 1);
}

@include media(spL) {
.swiper-button-prev, .swiper-button-next {
width: calc(20px * 2);
height: calc(50px * 2);
margin-top: calc(-25px * 2);
}
}

@include media(tb) {
.swiper-button-prev, .swiper-button-next {
width: calc(20px * 1);
height: calc(50px * 1);
margin-top: calc(-25px * 1);
}
}
@include media(pc) {
.swiper-button-prev, .swiper-button-next {
display: none;
}
}

*/
/* デバイス別表示設定
-----------------------------------------*/
.pc {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: block;
}

span.pc {
  display: none;
}

span.tb {
  display: none;
}

span.sp {
  display: inline;
}

img.pc {
  display: none;
}

img.tb {
  display: none;
}

img.sp {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  /* タブレット：デバイス別表示設定
  --------------------------------------------*/
  .pc {
    display: none;
  }

  .sp {
    display: none;
  }

  .tb {
    display: block;
  }

  span.pc {
    display: none;
  }

  span.sp {
    display: none;
  }

  span.tb {
    display: inline;
  }

  img.pc {
    display: none;
  }

  img.sp {
    display: none;
  }

  img.tb {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  /* PC：デバイス別表示設定
  --------------------------------------------*/
  .sp {
    display: none;
  }

  .tb {
    display: none;
  }

  .pc {
    display: block;
  }

  span.sp {
    display: none;
  }

  span.tb {
    display: none;
  }

  span.pc {
    display: inline;
  }

  img.sp {
    display: none;
  }

  img.tb {
    display: none;
  }

  img.pc {
    display: inline-block;
  }
}
/* ボタン
-----------------------------------------*/
.button {
  display: block;
  position: relative;
  z-index: 10;
  border: 1px solid transparent;
}
.button a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  color: #1eb1c1;
  text-decoration: none;
  padding: 10px;
  margin: 0 5px 5px 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1eb1c1;
  background: #FFF;
  -webkit-box-shadow: 5px 5px 0 #f8f2d0;
          box-shadow: 5px 5px 0 #f8f2d0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.button a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  font-weight: normal;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.button a:hover {
  margin: 5px 0 0 5px;
  color: #1eb1c1;
  -webkit-box-shadow: 0 0 0 #f8f2d0;
          box-shadow: 0 0 0 #f8f2d0;
}
.button a[target=_blank]:after {
  content: "\f08e";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
  display: inline-block;
}

/* ボタン　キャンペーン用
-----------------------------------------*/
.button--campaign {
  display: block;
  position: relative;
  z-index: 10;
  border: 1px solid transparent;
  width: 90%;
  margin: -20px auto 50px;
}
@media screen and (min-width: 768px) {
  .button--campaign {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 80%;
    margin: -20px auto 80px;
  }
}
@media screen and (min-width: 1000px) {
  .button--campaign {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    max-width: 780px;
    margin: 0 auto 120px;
  }
}
.button--campaign a {
  display: block;
  position: relative;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  color: #FFF;
  text-decoration: none;
  padding: 15px 10px;
  margin: 0 5px 5px 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1eb1c1;
  background: #61CFD9;
  -webkit-box-shadow: 5px 5px 0 #f8f2d0;
          box-shadow: 5px 5px 0 #f8f2d0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .button--campaign a {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    letter-spacing: 0.5em;
  }
}
@media screen and (min-width: 1000px) {
  .button--campaign a {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 0.28em;
    padding: 35px 10px;
  }
}
.button--campaign a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  font-weight: normal;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .button--campaign a:before {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
    margin-top: -15px;
  }
}
@media screen and (min-width: 1000px) {
  .button--campaign a:before {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 50px;
    margin-top: -25px;
  }
}
.button--campaign a:hover {
  margin: 5px 0 0 5px;
  color: #FFF;
  -webkit-box-shadow: 0 0 0 #f8f2d0;
          box-shadow: 0 0 0 #f8f2d0;
}

/* タイトル
-----------------------------------------*/
.tit01 {
  position: relative;
  z-index: 1;
  height: 45px;
  margin: 0 0 30px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .tit01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 70px;
  }
}
.tit01 h1 {
  position: absolute;
  left: -100%;
  width: 300%;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.tit01 h1:before, .tit01 h1:after {
  content: "";
  display: inline-block;
  background: url(../img/tit01.png) center;
  height: 6px;
  width: 30%;
  vertical-align: 140%;
}
@media screen and (min-width: 1000px) {
  .tit01 h1:before, .tit01 h1:after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    vertical-align: 190%;
  }
}
.tit01 h1 img {
  height: 45px;
  width: auto;
  margin: 0 20px;
  vertical-align: 50%;
}
@media screen and (min-width: 1000px) {
  .tit01 h1 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 70px;
    margin: 0 60px;
  }
}

.tit02 {
  font-size: 18px;
  font-weight: bold;
}

/* テキストタイトル
-----------------------------------------*/
.tit01txt {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  overflow: hidden;
}
.tit01txt h1 {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 1000px) {
  .tit01txt h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 24px;
  }
}
.tit01txt h1 img {
  height: 5px;
  width: auto;
}
@media screen and (min-width: 1000px) {
  .tit01txt h1 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 9px;
    margin-top: 20px;
  }
}

.tit02txt {
  margin: 10px 0 30px 0;
  letter-spacing: 0.1em;
}
.tit02txt h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .tit02txt h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 20px;
  }
}
.tit02txt h1 strong {
  font-size: 25px;
  vertical-align: -5%;
}
@media screen and (min-width: 1000px) {
  .tit02txt h1 strong {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}

.tit03txt {
  position: relative;
  z-index: 1;
  height: 45px;
  margin: 0 0 15px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .tit03txt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 70px;
    margin: 0 0 30px;
  }
}
.tit03txt h2 {
  position: absolute;
  left: -100%;
  width: 300%;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.tit03txt h2:before, .tit03txt h2:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 150px;
  vertical-align: 20%;
  background: url(../img/border02.png) no-repeat center center;
  background-size: 600px 4px;
}
.tit03txt h2 .inner {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px;
  padding: 3px 10px;
  background-color: #fffde1;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .tit03txt h2 .inner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 20px;
    padding: 10px 20px;
  }
}
.tit03txt h2 .inner:before, .tit03txt h2 .inner:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 4.5px;
  height: 27.5px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .tit03txt h2 .inner:before, .tit03txt h2 .inner:after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 8px;
    height: 56px;
  }
}
.tit03txt h2 .inner:before {
  left: -10px;
  background-image: url(../img/tit02txt-a.png);
}
.tit03txt h2 .inner:after {
  right: -10px;
  background-image: url(../img/tit02txt-b.png);
}

.tit06txt {
  background-image: url(../img/tit04txt.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 120%;
  width: 242px;
  height: 63px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  .tit06txt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: 100% 150%;
    width: 270px;
    height: 83px;
  }
}
.tit06txt h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .tit06txt h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 2em;
  }
}

/* 吹き出しタイトル:白 下
-----------------------------------------*/
.tit03 {
  border: 1px solid #000;
  border-radius: 20px;
  margin: 0 0 30px;
  padding: 15px 10px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  z-index: 100;
}
.tit03:after {
  content: "";
  display: block;
  border: 20px solid #FFF;
  border-left: 11.5px solid transparent;
  border-right: 11.5px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -18.5px;
  left: 50.5px;
}
.tit03:before {
  content: "";
  display: block;
  border: 20px solid #000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -20px;
  left: 50px;
}
.tit03 strong {
  font-size: 20px;
}
.tit03 h1 .marker {
  font-size: 25px;
  font-weight: bold;
  color: #1eb1c1;
}
@media screen and (min-width: 1000px) {
  .tit03 h1 .marker {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}
.tit03 h1 .marker small {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .tit03 h1 .marker small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 20px;
  }
}
.tit03 h1 + p {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .tit03 h1 + p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    line-height: 1.8;
  }
}
.tit03.right-bottom:after {
  right: 50.5px;
  left: auto;
}
.tit03.right-bottom:before {
  right: 50px;
  left: auto;
}

/* 吹き出しタイトル:カラー 上
-----------------------------------------*/
[class*=tit04] {
  border: 2px solid #000;
  background-color: #666;
  background-image: url(../img/back06-20.png);
  color: #FFF;
  border-radius: 10px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  [class*=tit04] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    border-radius: 20px;
    padding: 20px;
    font-size: 18px;
  }
}
[class*=tit04]:after {
  content: "";
  display: block;
  border: 10px solid #666;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 20px;
}
[class*=tit04]:before {
  content: "";
  display: block;
  border: 13px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
  position: absolute;
  top: -13px;
  left: 18px;
}
[class*=tit04] strong {
  font-size: 20px;
}
[class*=tit04].center-top:after {
  top: -9px;
  left: 50%;
  margin-left: -8px;
}
[class*=tit04].center-top:before {
  content: "";
  top: -13px;
  left: 50%;
  margin-left: -10px;
}

/* 吹き出しタイトル:ミニ
-----------------------------------------*/
.tit05 {
  border: 1px solid #1eb1c1;
  background-color: #FFF;
  color: #1eb1c1;
  border-radius: 8px;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  z-index: 100;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .tit05 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
}
.tit05:after {
  content: "";
  display: block;
  border: 6px solid #FFF;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -6px;
  left: 10px;
}
.tit05:before {
  content: "";
  display: block;
  border: 8px solid #1eb1c1;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -8px;
  left: 9px;
}

/* クリップ＆模造紙 タイトル
-----------------------------------------*/
[class^=tit-clip] {
  position: absolute;
  background-image: url(../img/clip01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  font-family: katyoufuugetupb;
  font-size: 15px;
  width: 230px;
  height: 93.5px;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  [class^=tit-clip] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 23px;
    width: 230px;
    height: 93.5px;
  }
}

.tit-clip01 {
  background-image: url(../img/clip01.png);
  width: 230px;
  height: 93.5px;
  top: -40px;
  left: -10px;
}
@media screen and (min-width: 1000px) {
  .tit-clip01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 306.6666666667px;
    height: 124.6666666667px;
  }
}

.tit-clip02 {
  background-image: url(../img/clip02.png);
  width: 244px;
  height: 95.5px;
  top: -30px;
  left: 10px;
}
@media screen and (min-width: 1000px) {
  .tit-clip02 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 325.3333333333px;
    height: 127.3333333333px;
    top: -41px;
  }
}

.tit-clip03 {
  background-image: url(../img/clip03.png);
  width: 244px;
  height: 92.5px;
  top: -28px;
  left: -10px;
}
@media screen and (min-width: 1000px) {
  .tit-clip03 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 325.3333333333px;
    height: 123.3333333333px;
    top: -45px;
    left: -13px;
  }
}

.tit-clip04 {
  background-image: url(../img/clip04.png);
  width: 238.5px;
  height: 90px;
  top: -28px;
  left: -10px;
}
@media screen and (min-width: 1000px) {
  .tit-clip04 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 318px;
    height: 120px;
    top: -45px;
    left: -14px;
  }
}

.tit-clip05 {
  background-image: url(../img/clip05.png);
  width: 228px;
  height: 95.5px;
  top: -32px;
  left: 10px;
}
@media screen and (min-width: 1000px) {
  .tit-clip05 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 304px;
    height: 127.3333333333px;
    top: -41px;
    left: 10px;
  }
}

.tit-clip06 {
  background-image: url(../img/clip06.png);
  width: 300px;
  height: 85px;
  top: -11px;
  left: 0;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .tit-clip06 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 540px;
    height: 153px;
    top: -19px;
    left: -12px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .tit-clip06 {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    left: -20px;
  }
}

/* リード文
-----------------------------------------*/
.lead01, .lead02 {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
.lead01 p, .lead02 p {
  padding: 10px 15px;
  position: relative;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .lead01 p, .lead02 p {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .lead01 p, .lead02 p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 20px;
  }
}
.lead01 p:before, .lead01 p:after, .lead02 p:before, .lead02 p:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
}
.lead01 p:before, .lead02 p:before {
  background: #f8f2d0;
  left: 0;
  width: calc(100% - 22px);
}
.lead01 p:after, .lead02 p:after {
  background: url(../img/lead01.png) no-repeat right top;
  right: 0;
  width: 22px;
}

.lead02 p:before {
  background: rgba(255, 255, 255, 0.84);
}
.lead02 p:after {
  background: url(../img/lead02.png) no-repeat right top;
}

/* 価格表示
-----------------------------------------*/
.price {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}
.price * {
  display: inline-block;
}
.price .currency {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .price .currency {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .price .currency {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    font-size: 34px;
  }
}
.price .money {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .price .money {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .price .money {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    font-size: 65px;
  }
}
.price .tax {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .price .tax {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .price .tax {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    font-size: 20px;
  }
}

/* あしらい系
-----------------------------------------*/
/* あしらい系:マーカー
-----------------------------------------*/
.marker {
  background-color: transparent;
  background-image: -o-linear-gradient(transparent 65%, #f8f2d0 65%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f8f2d0));
  background-image: linear-gradient(transparent 65%, #f8f2d0 65%);
}

/* あしらい系:テープ(金ベタ＆金ストライプ)とベース
-----------------------------------------*/
.tape01, .tape02 {
  position: relative;
  padding-top: 35px;
  margin-top: -30px;
}
.tape01:before, .tape02:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 2;
  background-image: url(../img/tape01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90%;
  height: 30%;
  margin-left: 5%;
}
.tape01 img, .tape02 img {
  position: relative;
  z-index: 1;
}

/* あしらい系:テープ(銀ベタ) ※tape01上書き
-----------------------------------------*/
.tape02 {
  padding-top: 12px;
  margin-top: -10px;
}
.tape02:before {
  background-image: url(../img/tape02.png);
  width: 60%;
  margin-left: 15%;
}

/* リスト共通
-----------------------------------------*/
main {
  /* リスト「・」
  -----------------------------------------*/
  /* リスト「罫線」
  -----------------------------------------*/
}
main ul[class] li {
  padding: 5px 0;
}
main ul.dot li {
  padding-left: 1em;
  text-indent: -0.4em;
}
main ul.dot li:before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
main ul.line li {
  border-bottom: 1px dotted #000;
}

/* テーブル「オプション」
-----------------------------------------*/
table.option {
  border: 2px #cfcfcf solid;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
}
table.option thead {
  background: #e8f7f9;
}
table.option thead th {
  text-align: center;
}
table.option tr:nth-of-type(2n) {
  background: #fffde1;
}
table.option td, table.option th {
  border-left: 1px #cfcfcf dotted;
  border-bottom: 1px #cfcfcf solid;
  vertical-align: top;
  padding: 20px;
  line-height: 1.2;
}
table.option th {
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  width: 1%;
}
table.option td {
  text-align: right;
  color: #1eb1c1;
  font-weight: bold;
}
table.option strong {
  color: #ff5151;
}

/* コーナー単位：各ページ見出し
-----------------------------------------*/
.page-tit {
  margin: 30px 0 0;
}
@media screen and (min-width: 1000px) {
  .page-tit {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 100px 0 0;
  }
}
.page-tit .page-tit01 {
  text-align: center;
}
.page-tit .page-tit01 img {
  width: auto;
  margin: 0 auto;
  vertical-align: text-bottom;
}
.page-tit .page-lead01 {
  font-size: 12px;
  text-align: center;
  margin: 10px 50px 15px;
}
@media screen and (min-width: 1000px) {
  .page-tit .page-lead01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    margin: 30px 50px 45px;
  }
}
.page-tit .page-tit-img01 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
@media screen and (min-width: 768px) {
  .page-tit .page-tit-img01 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 18%;
  }
}
@media screen and (min-width: 1000px) {
  .page-tit .page-tit-img01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .page-tit .page-tit-img01 {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 15.5%;
  }
}
.page-tit .page-tit-img01 img {
  width: 250%;
  position: absolute;
  top: 0;
  left: -70%;
}
@media screen and (min-width: 768px) {
  .page-tit .page-tit-img01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 120%;
    left: -20%;
  }
}
@media screen and (min-width: 1000px) {
  .page-tit .page-tit-img01 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 160%;
    left: -30%;
  }
}
@media screen and (min-width: 1200px) {
  .page-tit .page-tit-img01 img {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    left: 0;
  }
}

/* コーナー単位：ページ内リンク
-----------------------------------------*/
[class^=in-page-link-Nav] {
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  [class^=in-page-link-Nav] {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  [class^=in-page-link-Nav] li {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
}
[class^=in-page-link-Nav] li a {
  display: block;
  margin: 0;
  border: 1px solid #1eb1c1;
  text-align: center;
  position: relative;
  color: #1eb1c1;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 5px 5px 15px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  [class^=in-page-link-Nav] li a {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    padding: 10px 10px 10px 25px;
  }
}
[class^=in-page-link-Nav] li a:before {
  content: "\f078";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
}
[class^=in-page-link-Nav] li a:hover {
  background: #1eb1c1;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  [class^=in-page-link-Nav-tb3] li {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
  }
}

@media screen and (min-width: 1000px) {
  [class^=in-page-link-Nav-tb3-pc6] li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 16%;
  }
}

/* コーナー単位：カリコリゾートまでのアクセス ACCESS
-----------------------------------------*/
.access {
  padding: 50px 0 0;
}
@media screen and (min-width: 1000px) {
  .access {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .access .wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .access .wrapper .map {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.access .wrapper .map #footer-gmap {
  width: calc(100% - 20px);
  height: 0;
  padding-bottom: 70%;
  margin: 0 auto 10px;
  border: 1.5px solid #1eb1c1;
  border-radius: 3px;
}
.access .wrapper .info-txt {
  margin: 0 10px;
}
@media screen and (min-width: 1000px) {
  .access .wrapper .info-txt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 45%;
    position: relative;
  }
}
.access .wrapper .info-txt p {
  margin-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  .access .wrapper .info-txt p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    line-height: 1.6;
  }
  .access .wrapper .info-txt p + .tit02 {
    margin-top: 2em;
  }
}
.access .wrapper .info-txt .button {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .access .wrapper .info-txt .button {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.info01 {
  position: relative;
  border: 1px dotted #000;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .info01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 20px;
    margin-bottom: 80px;
  }
}
.info01:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: -15px;
  border-top: 1px solid #000;
  width: 60px;
  height: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.info01:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  border: 1px solid #1eb1c1;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.info01 h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .info01 h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    margin: 0 0 20px;
  }
}
.info01 h2:before, .info01 h2:after {
  content: "-";
}
.info01 h2 p {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .info01 h2 p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1000px) {
  .info01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
  .info01 .txt {
    width: 40%;
  }
  .info01 .contact {
    width: 40%;
  }
}

/* コーナー単位：基本プラン・プランリスト
-----------------------------------------*/
.plan-list {
  background-color: #e8f7f9;
  background-image: url(../img/back05.png);
  background-repeat: repeat;
  background-position: top;
  padding: 30px 0;
  margin: 0 0 70px;
}
@media screen and (min-width: 1000px) {
  .plan-list {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 90px 0 150px;
    margin: 0;
  }
}
.plan-list .lead01 {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .plan-list .lead01 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 540px;
    margin: 0 auto 50px;
  }
}
.plan-list .price {
  color: #1eb1c1;
}
.plan-list .price .currency {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
}
@media screen and (min-width: 1000px) {
  .plan-list .price .currency {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 34px;
  }
}
.plan-list .price .money {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
}
@media screen and (min-width: 1000px) {
  .plan-list .price .money {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 72px;
  }
}
.plan-list .price .tax {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  .plan-list .price .tax {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .plan-list .wrapper {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .plan-list .wrapper ul {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 45%;
  }
}
@media screen and (min-width: 1000px) {
  .plan-list .wrapper ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 55%;
  }
}
.plan-list .wrapper ul li {
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .plan-list .wrapper ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 1em;
  }
}
.plan-list .wrapper .swiper-slide {
  border: 1px solid #e1e1e1;
}
.plan-list .wrapper .slide {
  margin: 20px 10px 10px;
  padding: 3px;
}
@media screen and (min-width: 768px) {
  .plan-list .wrapper .slide {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 45%;
  }
}
@media screen and (min-width: 1000px) {
  .plan-list .wrapper .slide {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 35%;
  }
}
.plan-list .button {
  margin: 0 auto 10px;
  width: 60%;
}
@media screen and (min-width: 1000px) {
  .plan-list .button {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 250px;
  }
}

/* プラン内容
-----------------------------------------*/
.wrapper-plan {
  margin: 20px 10px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #c0c0c0;
  background-image: url(../img/back08a.png), url(../img/back08b.png), url(../img/back08c.png), url(../img/back08d.png);
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .wrapper-plan {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: auto;
    width: calc(100% - 20px);
    max-width: 1100px;
    margin: 20px auto 0;
  }
}

/* パンフレットダウンロード
-----------------------------------------*/
.pamphlet {
  background: url(../img/pamphlet.jpg) no-repeat center top;
  background-size: cover;
  height: 220px;
  padding: 20px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (min-width: 1000px) {
  .pamphlet {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 445px;
    margin-bottom: 100px;
  }
}
.pamphlet h1 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .pamphlet h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 18px;
    margin-top: 40px;
  }
}
.pamphlet .button {
  position: absolute;
  bottom: -25px;
  width: 300px;
  left: -150px;
  margin-left: 50%;
}
@media screen and (min-width: 1000px) {
  .pamphlet .button {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: calc(40% - 65px);
    width: 450px;
    left: 40px;
    margin-left: 50%;
  }
}
.pamphlet .button a {
  padding: 5px 10px;
}
@media screen and (min-width: 1000px) {
  .pamphlet .button a {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 20px 10px;
    font-size: 18px;
  }
  .pamphlet .button a small {
    margin-left: 5px;
  }
}
.pamphlet:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 280px * .25);
  top: 50px;
  width: calc(280px * .5);
  height: calc(237px * .5);
  background: url(../../contact/img/img01.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  .pamphlet:before {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    left: calc(50% - 280px - 280px * .25);
    top: calc(50% - 237px * .5);
    width: calc(280px);
    height: calc(237px);
  }
}

/* お問い合わせバナー
-----------------------------------------*/
.info-contact {
  border: 1px solid #1eb1c1;
  margin: 130px 20px 60px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .info-contact {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 50px auto 100px;
    max-width: 1200px;
  }
}
.info-contact .inner {
  background: #E2F7F8 url(../img/back05.png);
  margin: 5px;
  padding: 3px;
}
.info-contact h1 {
  background: #1eb1c1 url(../img/back06-20.png);
  color: #FFF;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .info-contact h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    padding: 10px 15px;
  }
}
.info-contact h1 span {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .info-contact .wrapper {
    /* 例外サイズ
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.info-contact .wrapper [class^=style-] {
  margin-bottom: 15px;
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .info-contact .wrapper [class^=style-] {
    /* 例外サイズ
    --------------------------------------------*/
    width: 50%;
    max-width: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .info-contact .wrapper [class^=style-] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    max-width: none;
    width: auto;
  }
}
.info-contact .wrapper [class^=style-] h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.info-contact .wrapper [class^=style-] h2:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  color: #1eb1c1;
  display: inline-block;
  margin-right: 5px;
}
.info-contact .wrapper [class^=style-] time {
  display: block;
  margin-top: 3px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .info-contact .wrapper [class^=style-] time {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .info-contact .wrapper .style-tel {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-left: 20px;
  }
}
.info-contact .wrapper .style-tel h2:before {
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 21px;
  line-height: 1;
}
.info-contact .wrapper .style-tel .button {
  position: static;
}
.info-contact .wrapper .style-tel .button a {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  padding: 5px;
  text-indent: -1em;
}
@media screen and (min-width: 1000px) {
  .info-contact .wrapper .style-tel .button a {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    display: inline-block;
    width: auto;
    text-indent: 0;
    padding: 0 15px;
    line-height: 1;
    background-color: transparent;
    background-image: -o-linear-gradient(transparent 50%, rgba(255, 75, 59, 0.17) 51%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(51%, rgba(255, 75, 59, 0.17)));
    background-image: linear-gradient(transparent 50%, rgba(255, 75, 59, 0.17) 51%);
  }
}
.info-contact .wrapper .style-tel .button a:before {
  text-indent: 0;
}
@media screen and (min-width: 1000px) {
  .info-contact .wrapper .style-tel .button a:before {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .info-contact .wrapper .style-web {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-right: 20px;
    max-width: 550px;
    width: 50%;
  }
}
.info-contact .wrapper .style-web h2:before {
  content: "\f044";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 21px;
  line-height: 1;
}
.info-contact .wrapper .style-web .button a {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding: 13px;
  text-indent: -1em;
}
@media screen and (min-width: 1000px) {
  .info-contact .wrapper .style-web .button a {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
  }
}
.info-contact .wrapper .style-web .button a:before {
  text-indent: 0;
}
.info-contact .voice-in-heart {
  position: absolute;
  font-family: katyoufuugetupb;
  font-size: 16px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  .info-contact .voice-in-heart {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 18px;
  }
}
.info-contact .voice-in-heart:nth-of-type(1) {
  background-image: url(../img/hv1.png);
  width: 148.8px;
  height: 87.2px;
  padding: 20px 0 0 1em;
  top: -90px;
  right: 150px;
}
@media screen and (min-width: 1000px) {
  .info-contact .voice-in-heart:nth-of-type(1) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 186px;
    height: 109px;
    padding: 30px 0 0 1em;
    top: -70px;
    right: 295px;
  }
}
.info-contact .voice-in-heart:nth-of-type(2) {
  background-image: url(../img/hv2.png);
  width: 168px;
  height: 108px;
  padding: 15px 0 0 0.8em;
  top: -130px;
  right: 10px;
}
@media screen and (min-width: 1000px) {
  .info-contact .voice-in-heart:nth-of-type(2) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 210px;
    height: 135px;
    padding: 25px 0 0 1.1em;
    top: -95px;
    right: 110px;
  }
}
.info-contact .voice-in-heart:nth-of-type(3) {
  font-size: 15px;
  background-image: url(../img/hv3.png);
  width: 69.6px;
  height: 64px;
  padding: 10px 0 0 1em;
  top: -40px;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .info-contact .voice-in-heart:nth-of-type(3) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 18px;
    width: 87px;
    height: 80px;
    padding: 15px 0 0 1em;
    top: -45px;
    right: 30px;
  }
}

/**/