@charset "UTF-8";
/*
Theme Name: tride-cms
Description: tride-cmsのテーマ
Version: 1.0
Author:	Rockstream
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
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, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
nav ul {
  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;
}
/* Reset+ */
ol li, ul li {
  list-style: none;
  list-style-position: inside;
}
img {
  border: none;
  vertical-align: bottom;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fl_r, .floatR {
  float: right;
}
.fl_l, .floatL {
  float: left;
}
.fw_b, .bold {
  font-weight: bold;
}
.txt_c, .textC {
  text-align: center;
}
.txt_r, .textR {
  text-align: right;
}
.txt_l, .textL {
  text-align: left;
}
.w100per {
  width: 100%;
}
.w95per {
  width: 95%;
}
.w90per {
  width: 90%;
}
.w85per {
  width: 85%;
}
.w80per {
  width: 80%;
}
.w75per {
  width: 75%;
}
.w70per {
  width: 70%;
}
.w65per {
  width: 65%;
}
.w60per {
  width: 60%;
}
.w55per {
  width: 55%;
}
.w50per {
  width: 50%;
}
/* Common */
body {
  font-family: Avenir, "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  background: #fff;
}
@media only screen and (max-width: 760px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 420px) {
  body {
    font-size: 14px;
  }
}
.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
}
.en, #contact .telarea .tel p:nth-of-type(2) {
  font-family: "Archivo Narrow", sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.blue {
  color: #006400;
}
.red {
  color: #da1313;
}
.yl {
  color: #ffc000;
}
.bgRed {
  background: #d5001c;
}
.bgGray {
  background: #333;
}
.bgBlue {
  background: #006400;
}
.bgBlack {
  background: #000;
}
.bgBlack2 {
  background: #333;
}
.bgWhite {
  background: #fff;
}
.bgWtr {
  background: #dfe7ec;
}
.bgF0 {
  background-color: #f0f0f0;
}
.bgF5 {
  background-color: #f5f5f5;
}
.bgD0 {
  background-color: #d0d0d0;
}
.bgGreen {
  background-color: #f2f8f2;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs36 {
  font-size: 36px;
}
.fs38 {
  font-size: 38px;
}
.fs40 {
  font-size: 40px;
}
@media only screen and (max-width: 760px) {
  .fs12, .fs13 {
    font-size: 10px;
  }
  .fs14 {
    font-size: 12px;
  }
  .fs15, .fs16 {
    font-size: 14px;
  }
  .fs18, .fs20 {
    font-size: 16px;
  }
  .fs22, .fs24 {
    font-size: 20px;
  }
  .fs28 {
    font-size: 24px;
  }
  .fs30, .fs32 {
    font-size: 26px;
  }
  .fs36, .fs38 {
    font-size: 32px;
  }
  .fs40 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 420px) {
  .fs14 {
    font-size: 10px;
  }
  .fs15, .fs16 {
    font-size: 13px;
  }
  .fs18, .fs20 {
    font-size: 14px;
  }
  .fs22, .fs24 {
    font-size: 18px;
  }
  .fs28 {
    font-size: 22px;
  }
  .fs30, .fs32 {
    font-size: 24px;
  }
  .fs36, .fs38 {
    font-size: 26px;
  }
  .fs40 {
    font-size: 30px;
  }
}
.oswald {
  font-family: "Oswald", sans-serif;
}
.en, #contact .telarea .tel p:nth-of-type(2) {
  font-family: "Roboto", sans-serif;
}
.smp {
  display: none;
}
/*クリアフィックス*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.common-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 96%;
}
.inner {
  margin: 0 auto;
  position: relative;
}
iframe {
  width: 100%;
}
.lh2 {
  line-height: 2;
}
.lh12 {
  line-height: 1.2;
}
#loading {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -80px;
  margin-left: -80px;
  width: 80px;
  margin: auto;
}
img {
  width: 100%;
  height: auto;
}
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1.5s;
}
.dispnone {
  display: none;
}
.hidden-left {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.5s ease-in-out, transform 1s ease-in-out;
}
.hidden-right {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s ease-in-out, transform 1s ease-in-out;
}
.show {
  opacity: 1;
  transform: translateX(0);
}
/*---------------------
header
---------------------*/
#header {
  position: relative;
  width: 100%;
  transition: 0.5s;
  z-index: 10;
}
#header .hdtop {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 10px 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
}
#header .hdtop.scroll-nav {
  padding: 8px 0;
  background: #fff;
}
#header .hdtop.scroll-nav .logo {
  width: 170px;
}
#header .hdtop.scroll-nav .g_naviWrap .g_navi li {
  font-size: 14px;
  transition: 0.5s;
}
#header .hdtop .inner {
  width: 96%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#header .hdtop .logo {
  max-width: 200px;
  width: 40%;
  transition: 0.5s;
}
#header .hdtop .logo a:hover img {
  opacity: 1;
}
#header .hdtop .g_naviWrap {
  display: block;
  width: 70%;
}
#header .hdtop .g_naviWrap .g_navi ul {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}
#header .hdtop .g_naviWrap .g_navi li {
  position: relative;
  margin-left: 1.5%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: min(16px, 1.6vw);
  line-height: 30px;
  transition: 0.5s;
}
#header .hdtop .g_naviWrap .g_navi li a {
  display: block;
}
#header .hdtop .g_naviWrap .g_navi li a::before {
  left: 50%;
}
#header .hdtop .g_naviWrap .g_navi li a:before, #header .hdtop .g_naviWrap .g_navi li a:after {
  border-bottom: solid 2px #000;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}
#header .hdtop .g_naviWrap .g_navi li a::before {
  left: 50%;
}
#header .hdtop .g_naviWrap .g_navi li a::after {
  right: 50%;
}
#header .hdtop .g_naviWrap .g_navi li a:hover::before, #header .hdtop .g_naviWrap .g_navi li a:hover::after {
  width: 50%;
}
#header .hdtop .g_naviWrap .g_navi li a.active, #header .hdtop .g_naviWrap .g_navi li a.current {
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 999px) {
  #header .hdtop .g_naviWrap {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 760px) {
  #header .hdtop .g_naviWrap {
    display: none;
  }
}
/*---------------------
drawer
---------------------*/
.drawer-hamburger {
  display: none;
}
@media only screen and (max-width: 760px) {
  .drawer-hamburger {
    display: block;
    top: 0;
    padding-top: 16px;
    padding-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background-color: #000;
  }
  .drawer-nav {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
    z-index: 10000;
  }
  .drawer-nav ul li {
    width: 100%;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #586e85;
  }
  .drawer-nav ul li a {
    color: #fff;
    display: block;
    padding: 10px;
  }
  .drawer-nav ul .telarea {
    padding: 10px;
  }
  .drawer-nav ul .telarea .icon, .drawer-nav ul .telarea .number {
    display: inline-block;
    vertical-align: middle;
  }
  .drawer-nav ul .telarea .icon {
    margin-right: 5px;
  }
  .drawer-nav ul .telarea .number {
    text-align: center;
  }
  .drawer-nav ul .telarea .number .tel {
    font-size: 18px;
    font-weight: bold;
  }
}
/* メインビジュアル */
section#mv {
  padding: 0;
}
#mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
#mv .bx-wrapper .bx-controls-direction {
  display: none;
}
@media only screen and (max-width: 760px) {
  #mv {
    margin: 66px auto 40px;
  }
}
@media only screen and (max-width: 420px) {
  #mv {
    top: 0;
    margin-bottom: 20px;
  }
}
/**************************
セクション共通 
**************************/
section {
  padding: 60px 0;
}
section section {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 760px) {
  section {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 420px) {
  section {
    padding: 20px 0;
  }
}
.parallax_content {
  height: 100%;
  padding: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.h2_inner {
  position: relative;
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
.h2_inner h2 {
  font-size: min(48px, 7vw);
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #000;
}
.h3 {
  font-size: 140%;
}
.telArea span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.telArea span.icon {
  width: 18px;
  margin-right: 8px;
}
.telArea .tel {
  font-size: 26px;
  font-weight: bold;
  color: #006400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.telArea .tel a {
  color: #006400;
}
.img img {
  width: 100%;
  height: auto;
}
.btn {
  position: relative;
  cursor: pointer;
  font-size: 100%;
  max-width: 200px;
  width: 50%;
  height: 35px;
  margin: auto;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8px;
}
.btn:hover {
  color: #000;
  background-color: #fff;
  transition: 0.3s;
}
.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 760px) {
  .btn {
    height: auto;
    font-size: 12px;
  }
}
/* 下層ページ共通 */
.breadcrumb {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.breadcrumb span br {
  display: none;
}
@media only screen and (max-width: 420px) {
  .breadcrumb {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .breadcrumb {
    font-size: 10px;
  }
}
#mv-page {
  position: relative;
  margin-top: 62px;
  padding: 100px 0;
  text-align: center;
}
#mv-page h1 {
  font-size: min(48px, 8vw);
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 420px) {
  #mv-page {
    margin-top: 55px;
    padding: 40px;
  }
}
section.under_page {
  padding-top: 0;
  padding-bottom: 80px;
}
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*************************** 
about-us
***************************/
#about-us .h2_inner {
  z-index: 2;
}
#about-us section .common-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#about-us section .img {
  width: 42%;
  max-width: 500px;
}
#about-us section .box {
  width: 55%;
}
#about-us section .box p {
  font-size: min(22px, 2vw);
}
#about-us .section {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
#about-us .parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/about-us_bg.jpg);
}
#about-us .parallax-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 760px) {
  #about-us section .common-wrapper {
    display: block;
  }
  #about-us section .img {
    width: 90%;
    margin: 0 auto 20px;
  }
  #about-us section .box {
    width: 90%;
    margin: auto;
  }
  #about-us section .box p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 420px) {
  #about-us section .box p {
    font-size: 14px;
  }
}
/*************************** 
items
***************************/
#items.list .h2_inner {
  margin-bottom: 30px;
}
#items.list .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#items.list .items ul li {
  position: relative;
  width: 24%;
  margin: 0 0.5% 30px;
}
#items.list .items ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#items.list .items ul .archive-post .img {
  position: relative;
  margin-bottom: 10px;
}
#items.list .items ul .archive-post .img .sort {
  position: absolute;
  top: 2%;
  left: 3%;
}
#items.list .items ul .archive-post .img .sort span {
  display: inline-block;
  padding: 3px 8px 2px;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  font-size: min(12px, 1.2vw);
  line-height: 1;
}
#items.detail .items h2 {
  margin-bottom: 15px;
  font-size: min(24px, 4.5vw);
  font-weight: bold;
  line-height: 1.4;
}
#items.detail .items .inner {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#items.detail .items .inner .left {
  width: 49%;
}
#items.detail .items .inner .left .img {
  margin-bottom: 20px;
}
#items.detail .items .inner .left .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#items.detail .items .inner .left .sub li {
  width: 24%;
  margin-right: 1.2%;
}
#items.detail .items .inner .left .sub li:last-child {
  margin-right: 0;
}
#items.detail .items .inner .left .sub li img {
  width: 100%;
  height: auto;
}
#items.detail .items .inner .right {
  width: 49%;
}
#items.detail .items .inner .right .content {
  margin-bottom: 20px;
  font-size: 16px;
}
#items.detail .items .inner .right .price {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
#items.detail .items .inner .right .price span {
  display: block;
  font-weight: bold;
  line-height: 1;
}
#items.detail .items .inner .right .price span:nth-of-type(1) {
  font-size: 28px;
}
#items.detail .items .inner .right .price span:nth-of-type(2) {
  margin-left: 2px;
  margin-bottom: 2px;
  font-size: 18px;
}
#items.detail .items .inner .right .soldout {
  margin-bottom: 10px;
  color: #da1313;
  font-weight: bold;
}
#items.detail .items .inner .right .cart_url {
  position: relative;
  max-width: 200px;
  width: 50%;
  padding: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}
#items.detail .items .inner .right .cart_url a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#items.detail .items .inner .right .cart_url.yahoo {
  background-color: #fb5e5f;
}
#items.detail .items .inner .right .cart_url.base {
  background-color: #44726e;
}
#items.detail .items .inner .right .btn {
  margin: 0;
}
@media only screen and (max-width: 760px) {
  #items.list .h2_inner {
    margin-bottom: 20px;
  }
  #items.detail .items h2 {
    max-width: 570px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 20px;
  }
  #items.detail .items .inner {
    margin-bottom: 60px;
    display: block;
  }
  #items.detail .items .inner .left {
    width: 90%;
    max-width: 570px;
    margin: 0 auto 20px;
  }
  #items.detail .items .inner .left .img {
    margin-bottom: 20px;
  }
  #items.detail .items .inner .left .sub li {
    width: 24%;
    margin-right: 1.2%;
  }
  #items.detail .items .inner .left .sub li:last-child {
    margin-right: 0;
  }
  #items.detail .items .inner .left .sub li img {
    width: 100%;
    height: auto;
  }
  #items.detail .items .inner .right {
    width: 90%;
    max-width: 600px;
    margin: auto;
  }
  #items.detail .items .inner .right .content {
    font-size: 15px;
  }
  #items.detail .items .inner .right .price {
    margin-bottom: 15px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #items.detail .items .inner .right .price span:nth-of-type(1) {
    font-size: 24px;
  }
  #items.detail .items .inner .right .price span:nth-of-type(2) {
    font-size: 16px;
  }
  #items.detail .items .inner .right .soldout {
    text-align: center;
  }
  #items.detail .items .inner .right .cart_url {
    margin: 0 auto 20px;
  }
  #items.detail .items .inner .right .btn {
    margin: auto;
  }
}
@media only screen and (max-width: 420px) {
  #items.list .h2_inner {
    margin-bottom: 10px;
  }
  #items.list .items ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
#mv-page.items {
  background: url(../images/items_mv.jpg) no-repeat center;
  background-size: cover;
}
/*************************** 
information
**************************/
#information.toppage .common-wrapper {
  padding: 30px 0;
  background-color: #fff;
}
#information.toppage .information-list {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 30px;
}
#information.toppage .information-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dashed #000;
}
#information.toppage .information-list li p {
  margin-left: 10px;
}
#information.toppage section {
  padding: 60px 0;
}
#information.toppage .parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/information_bg.jpg);
}
#information.toppage .parallax-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 760px) {
  #information.toppage .information-list {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 30px;
  }
  #information.toppage .information-list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #information.toppage .information-list li .title {
    width: 100%;
    margin-top: 5px;
  }
}
#information.list {
  padding-top: 40px;
}
#information.list .h2_inner {
  text-align: center;
}
#information.list .common-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#information.list .common-wrapper .left {
  max-width: 960px;
  width: 75%;
}
#information.list .common-wrapper .left .information-list {
  padding-top: 30px;
}
#information.list .common-wrapper .left .information-list li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #44726e;
}
#information.list .common-wrapper .left .information-list li .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#information.list .common-wrapper .left .information-list li .img {
  max-width: 250px;
  width: 28%;
  margin-right: 10px;
}
#information.list .common-wrapper .left .information-list li .right {
  max-width: 600px;
  width: 70%;
}
#information.list .common-wrapper .left .information-list li .right h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}
#information.list #sidebar {
  max-width: 260px;
  width: 23%;
  padding-top: 60px;
}
#information.list #sidebar .box {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f5f5;
}
#information.list #sidebar .box h2 {
  text-align: center;
  color: #fff;
  background-color: #000;
}
#information.list #sidebar ul {
  padding: 0 15px;
}
#information.list #sidebar ul li {
  padding: 15px 5px;
  border-bottom: 1px dotted #7b7b7b;
}
#information.list #sidebar ul li a {
  text-decoration: underline;
}
@media only screen and (max-width: 760px) {
  #information.list .common-wrapper .left {
    width: 100%;
  }
  #information.list .common-wrapper #sidebar {
    display: none;
  }
  #information.list .common-wrapper #cate_archive {
    margin-bottom: 20px;
  }
  #information.list .common-wrapper .archive-list {
    text-align: center;
  }
  #information.list .common-wrapper .archive-list h3 {
    margin-bottom: 10px;
    padding: 5px;
    color: white;
    background: #000;
  }
  #information.list .common-wrapper .archive-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #information.list .common-wrapper .archive-list ul li {
    margin: 0 0.5% 10px;
  }
}
@media only screen and (max-width: 420px) {
  #information.list .common-wrapper .left .information-list li {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  #information.list .common-wrapper .left .information-list li .archive {
    display: block;
  }
  #information.list .common-wrapper .left .information-list li .img {
    max-width: 250px;
    width: 90%;
    margin: 0 auto 15px;
  }
  #information.list .common-wrapper .left .information-list li .right {
    width: 100%;
  }
  #information.list .common-wrapper .left .information-list li .right h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
#information #detail-top {
  margin-top: -60px;
  padding-top: 60px;
}
#information .detail .section {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
#information .detail .section h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
#information .detail .section .img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 760px) {
  #information .detail .section h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  #information .detail .section .img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  #information .detail .section h2 {
    font-size: 18px;
  }
  #information .detail .section .img {
    margin-bottom: 15px;
  }
}
#mv-page.information {
  background: url(../images/imformation_mv.jpg) no-repeat center;
  background-size: cover;
}
.information .date {
  margin-right: 10px;
}
.information .cate span {
  display: inline-block;
  width: 60px;
  padding: 2px 5px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  line-height: 1.2;
}
.information .datecate {
  margin-bottom: 10px;
}
.information .datecate p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.information .sp {
  display: none;
}
@media only screen and (max-width: 760px) {
  .information .sp {
    display: block;
  }
  .information .datecate {
    margin-bottom: 8px;
  }
  .information .cate span {
    font-size: 10px;
  }
}
/* ビジュアルエディタ装飾 */
.freeeditor a {
  text-decoration: underline;
}
.freeeditor h1 {
  text-align: left;
  font-size: 140%;
  font-weight: bold;
  border-bottom: 3px solid #e8e7e3;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.freeeditor h2 {
  text-align: left;
  border: none;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 2px solid #e8e7e3;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.freeeditor h3 {
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #e8e7e3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.freeeditor h4 {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
.freeeditor h5 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.freeeditor strong {
  font-weight: bold;
}
.freeeditor img {
  max-width: 700px;
  height: auto;
  /* 配置位置 右 */
  /* 配置位置 左 */
  /* 配置位置 中央 */
}
.freeeditor img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.freeeditor img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.freeeditor img.aligncenter {
  display: block;
  margin: 0 auto;
}
/*---------------------
Pager
---------------------*/
.pager {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
.pager::before, .pager::after {
  content: " ";
  display: table;
}
.pager::after {
  clear: both;
}
.pager.bottomPager {
  text-align: center;
}
.pager div.pager_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pager .pager_num span, .pager .pager_num a {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  margin: 0 5px;
  padding-top: 2px;
  font-size: 80%;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}
.pager .pager_num span.current, .pager .pager_num a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}
@media only screen and (max-width: 760px) {
  .pager .pager_num span, .pager .pager_num a {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 420px) {
  .pager .pager_num span, .pager .pager_num a {
    padding-top: 5px;
  }
}
/* 詳細ページナビ */
.pagenavi {
  padding-top: 60px;
}
.pagenavi .inner {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pagenavi .left, .pagenavi .right {
  position: relative;
  padding-top: 3px;
  text-align: center;
}
.pagenavi .left span, .pagenavi .right span {
  display: inline-block;
  vertical-align: middle;
}
.pagenavi span.arrow {
  width: 25px;
  height: 25px;
  margin-top: -2px;
  padding-top: 2px;
  text-align: center;
  border: 1px solid #b9b9b9;
  line-height: 1;
}
.pagenavi .left span.arrow {
  margin-right: 10px;
}
.pagenavi .right span.arrow {
  margin-left: 10px;
}
.pagenavi .left a, .pagenavi .right a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagenavi p {
  width: calc(100%/3);
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .pagenavi {
    padding-top: 50px;
  }
  .pagenavi span.arrow {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .pagenavi {
    padding-top: 40px;
  }
  .pagenavi .left, .pagenavi .right {
    padding-top: 2px;
  }
  .pagenavi span.txt {
    display: none;
  }
  .pagenavi span.arrow {
    width: 20px;
    height: 20px;
    padding-top: 2px;
  }
}
/*---------------------
お問い合わせ
---------------------*/
#contact .h2_inner {
  text-align: center;
}
#contact section {
  width: 96%;
  margin: auto;
}
#contact section:nth-of-type(1) {
  text-align: center;
}
#contact section:nth-of-type(1) .link a {
  text-decoration: underline;
}
#contact h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}
#contact h3 br {
  display: none;
}
#contact .telarea {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
#contact .telarea .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#contact .telarea .tel p {
  line-height: 1;
}
#contact .telarea .tel p:nth-of-type(1) {
  margin: 0.5% 0.3% 0;
  font-size: min(34px, 5vw);
  font-weight: bold;
}
#contact .telarea .tel p:nth-of-type(2) {
  margin: 0 0.3%;
  font-size: min(50px, 8vw);
  font-weight: bold;
}
#contact .telarea .time {
  font-size: 16px;
}
#contact .txt {
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
}
#contact .txt a {
  text-decoration: underline;
}
@media only screen and (max-width: 760px) {
  #contact h3 {
    font-size: 16px;
  }
  #contact h3 br:nth-of-type(1) {
    display: block;
  }
  #contact .telarea {
    margin-bottom: 20px;
  }
  #contact .telarea .tel p {
    line-height: 1;
  }
  #contact .telarea .tel p:nth-of-type(1) {
    margin-top: 1%;
  }
  #contact .telarea .time {
    font-size: 14px;
  }
  #contact .txt {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  #contact h3 br:nth-of-type(2) {
    display: block;
  }
  #contact .txt {
    text-align: left;
  }
}
.form-area {
  position: relative;
  max-width: 1110px;
  width: 100%;
  margin: auto;
  padding: 0 0 80px;
  background-color: #fff;
  border-radius: 8px;
}
.form-group dl {
  width: 96%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px dotted #000;
}
.form-group dl:nth-of-type(1) {
  border-top: 1px dotted #000;
}
.form-group dl dt {
  width: 30%;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #0a0a0a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.form-group dl dt span {
  font-size: 14px;
}
.form-group dl dt span.required {
  display: block;
  padding: 5px 8px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 3px;
  line-height: 1;
}
.form-group dl:nth-of-type(3) dt, .form-group dl:nth-of-type(10) dt {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
.form-group dl dd {
  width: 70%;
  padding: 15px 30px;
}
.form-group dl dd .w100 {
  width: 100%;
  padding: 10px;
}
.form-group dl dd .w60 {
  width: 60%;
  padding: 10px;
}
.form-group dl dd .pref {
  padding: 10px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  box-shadow: none;
}
.form-group dl dd input[type="text"], .form-group dl dd textarea {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  box-shadow: none;
}
.form-group dl dd input, .form-group dl dd textarea, .form-group dl dd .pref {
  font-size: 18px;
}
.form-group dl dd input.zip {
  padding: 10px;
}
.form-group dl dd .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.form-group dl:nth-of-type(3) dd table th {
  width: 20%;
  padding-bottom: 5px;
  text-align: left;
}
.form-group dl:nth-of-type(3) dd table td {
  padding-bottom: 5px;
}
.form-group dl:nth-of-type(6) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.form-group dl:nth-of-type(6) dd .mwform-checkbox-field {
  margin-right: 10px;
}
.form-group .privacy_box {
  max-width: 840px;
  width: 94%;
  height: 300px;
  margin: 30px auto 50px;
  padding: 20px 0;
  border: 1px solid #000;
  overflow: auto;
}
.form-group .privacy_box .inner {
  max-width: 670px;
  width: 94%;
  margin: auto;
}
.form-group .privacy_box h3 {
  margin-bottom: 10px;
  font-size: 140% !important;
  font-weight: bold;
  text-align: center;
}
.form-group .privacy_box h4 {
  margin-bottom: 5px;
}
.form-group .privacy_box p {
  margin-bottom: 15px;
}
.form-group .btn_form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.form-group input.btn_confirm {
  width: 248px;
  height: auto;
  margin: 0 1%;
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  line-height: 1;
}
.form-group input.return {
  width: 100px;
  margin: 0 1%;
  padding: 10px;
  font-size: 85%;
  color: #fff;
  background: #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  line-height: 1;
}
.form-group .check_policy {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.form-group .check_policy label input {
  width: 15px;
  height: 15px;
  line-height: 1;
}
.form-group .check_policy .mwform-checkbox-field-text {
  display: none;
}
.form-group .complete {
  padding-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .form-group dl {
    background-color: transparent;
    display: block;
  }
  .form-group dl dt {
    width: 100%;
    padding-bottom: 0;
    font-size: 16px;
  }
  .form-group dl dt span {
    font-size: 12px;
  }
  .form-group dl:nth-of-type(10) dt br {
    display: none;
  }
  .form-group dl dd {
    width: 100%;
    padding: 20px 15px;
  }
  .form-group dl dd input, .form-group dl dd textarea, .form-group dl dd .pref {
    font-size: 16px;
  }
  .form-group .privacy_box {
    width: 80%;
    height: 200px;
  }
  .form-group input.btn_confirm {
    width: 220px;
    height: 56px;
  }
  .form-group input.return {
    height: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .form-group dl {
    width: 100%;
  }
  .form-group dl dt {
    font-size: 14px;
  }
  .form-group dl dt span {
    font-size: 10px;
  }
  .form-group dl dd input, .form-group dl dd textarea, .form-group dl dd .pref {
    font-size: 14px;
  }
  .form-group input.btn_confirm {
    width: 170px;
    height: 43px;
  }
  .form-group .form-group input.return {
    height: 40px;
  }
}
.form-group .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.form-group span.mwform-tel-field input[name="tel[data][0]"] {
  width: 15%;
  padding: 10px;
}
.form-group span.mwform-tel-field input[name="tel[data][1]"] {
  width: 20%;
  padding: 10px;
}
.form-group span.mwform-tel-field input[name="tel[data][2]"] {
  width: 20%;
  padding: 10px;
}
.mw_wp_form_confirm .check_policy {
  display: none;
}
.return {
  max-width: 368px;
  width: 50%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 414px) {
  .return {
    margin: 30px auto 0;
  }
}
#access .map {
  width: 100%;
}
#access .map iframe {
  width: 100%;
}
@media only screen and (max-width: 420px) {
  #access .map iframe {
    width: 100%;
    height: 400px;
  }
}
/* フッター */
#footer {
  color: #fff;
  background-color: #000;
}
#footer .upper {
  max-width: 1100px;
  width: 96%;
  margin: auto;
}
#footer .upper .common-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#footer .upper .left {
  width: 35%;
}
#footer .upper .left .logo {
  max-width: 250px;
  margin-bottom: 10px;
}
#footer .upper .left p {
  margin-bottom: 10px;
  font-size: 14px;
}
#footer .upper .left p a {
  color: #fff;
}
#footer .upper .right {
  width: 63%;
  margin-left: 2%;
}
#footer .upper .right .sitemap {
  margin-bottom: 20px;
  color: #fff;
}
#footer .upper .right .sitemap li {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}
#footer .upper .right .sitemap li:before {
  content: "・";
  display: inline-block;
  margin-right: 2px;
}
#footer .upper .right .sitemap li a {
  color: #fff;
}
#footer .upper .right .maker p {
  font-size: 80%;
}
#footer .upper .right .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#footer .upper .right .sns ul li {
  max-width: 25px;
  margin: 0 10px;
}
#footer .upper .right .sns ul li img {
  width: 100%;
}
#footer .lower {
  padding: 0 0 20px;
}
#footer .lower .copyright {
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 760px) {
  #footer .upper .common-wrapper {
    display: block;
  }
  #footer .upper .left {
    width: 100%;
    text-align: center;
  }
  #footer .upper .left .logo {
    width: 60%;
    margin: 0 auto 15px;
  }
  #footer .upper .right {
    width: 100%;
    text-align: center;
  }
  #footer .upper .right li {
    display: inline-block;
    margin-right: 10px;
  }
  #footer .upper .right .sns ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #footer .lower .copyright {
    text-align: center;
    font-size: 10px;
  }
}
/* フッター追尾 */
#footer-btn {
  /*position:fixed;
    display: block;*/
  display: none;
  width: 100%;
  left: 0px;
  bottom: 0;
  z-index: 9;
  padding: 10px 0;
  color: #fff;
  background: #000;
}
#footer-btn .container {
  position: relative;
}
#footer-btn .footer-btn-wrapper {
  position: relative;
  max-width: 990px;
  margin: auto;
}
#footer-btn .footer-btn-wrapper p {
  margin: 0 10px;
}
#footer-btn .footer-btn-wrapper .footer-contact-txt {
  max-width: 295px;
}
#footer-btn .footer-btn-wrapper .footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#footer-btn .footer-btn-wrapper .footer-tel .icon {
  padding-top: 1px;
}
#footer-btn .footer-btn-wrapper .footer-tel span {
  display: block;
}
#footer-btn .footer-btn-wrapper .footer-tel .tel {
  font-size: min(36px, 4.2vw);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
#footer-btn .footer-btn-wrapper .footer-tel .tel a {
  color: #fff;
}
#footer-btn .footer-btn-wrapper .footer-tel .open {
  font-size: min(14px, 2vw);
  text-align: center;
  line-height: 1.2;
}
#footer-btn .footer-btn-wrapper .contact-btn {
  width: 150px;
}
#footer-btn .footer-btn-pc {
  max-width: 800px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#footer-btn .footer-btn-sp {
  display: none;
}
@media only screen and (max-width: 760px) {
  #footer-btn .footer-btn-wrapper .footer-contact-txt {
    display: none;
  }
  #footer-btn .footer-btn-wrapper .footer-tel {
    width: 50%;
  }
  #footer-btn .footer-btn-wrapper .footer-tel .icon {
    padding-top: 1%;
    width: 8%;
  }
  #footer-btn .footer-btn-wrapper .footer-tel .tel {
    font-size: min(36px, 5vw);
  }
  #footer-btn .footer-btn-wrapper .footer-tel .open {
    font-size: min(14px, 2vw);
  }
  #footer-btn .footer-btn-wrapper .contact-btn {
    max-width: 140px;
    width: 25%;
  }
}
@media only screen and (max-width: 420px) {
  #footer-btn {
    padding: 0;
  }
  #footer-btn .footer-btn-wrapper {
    padding: 10px 0;
  }
}
/* error */
.error {
  text-align: center;
}
.error h2 {
  margin-bottom: 15px;
}
/* gotop */
#top {
  position: relative;
  overflow: hidden;
}
.gotop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  width: 51px;
  height: 51px;
  cursor: pointer;
  z-index: 11;
}
@media only screen and (max-width: 760px) {
  .gotop {
    right: 3%;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .gotop {
    bottom: 80px;
    width: 30px;
    height: 30px;
  }
}
/************************************************
      PC
************************************************ */
@media only screen and (min-width: 999px) {
  .sp, .mini {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .pc, .mini {
    display: none;
  }
  img {
    width: 100%;
  }
}
