@charset "UTF-8";
/* --------------------------------
共通
--------------------------------*/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  line-height: 1.8;
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", sans-serif;
  background: #fff;
  text-align: left;
}

main {
  font-size: 1.6rem;
}

a {
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.5;
}

.sp_mode {
  display: none;
}

.pc_mode {
  display: block;
}

@media screen and (max-width: 678px) {
  .sp_mode {
    display: block;
  }
  .pc_mode {
    display: none;
  }
}
/*TOPに戻るボタン*/
/* ========================================================
矢印アイコン
=========================================================*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #f29818;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::after, .arrow::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

.arrow_down::before,
.arrow_up::before {
  top: auto;
  left: auto;
  bottom: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

/* ========================================================
ページトップに戻るボタン
=========================================================*/
#btn-backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transition: all 0.3s;
  transition-delay: ease-out;
  opacity: 0;
}
@media screen and (max-width: 678px) {
  #btn-backtotop {
    bottom: 60px;
    right: 10px;
  }
}
#btn-backtotop.fadein {
  opacity: 1;
}
#btn-backtotop:hover {
  opacity: 0.6;
  bottom: 32px;
}
@media screen and (max-width: 678px) {
  #btn-backtotop:hover {
    bottom: 52px;
  }
}
#btn-backtotop:hover::after {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 678px) {
  #btn-backtotop:hover::after {
    box-shadow: none;
  }
}
#btn-backtotop::after {
  content: "";
  border: 1px solid #eee;
  opacity: 0.9;
  display: block;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 4px;
  border-radius: 34px;
  background-color: #282828;
  transition: all 0.3s;
}
@media screen and (max-width: 678px) {
  #btn-backtotop::after {
    width: 40px;
    height: 40px;
  }
}
#btn-backtotop .arrow {
  top: 62px;
  left: 13px;
}
@media screen and (max-width: 678px) {
  #btn-backtotop .arrow {
    top: 50px;
    left: 2px;
  }
}
#btn-backtotop .arrow::before {
  width: 10px;
  height: 10px;
  z-index: 1;
}
@media screen and (max-width: 678px) {
  #btn-backtotop .arrow::before {
    width: 10px;
    height: 10px;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #1B1310;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
}

main {
  box-sizing: border-box;
}

.noscroll {
  overflow: hidden;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.bg_color {
  background-color: #fff6e1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  width: 100%;
  padding-bottom: 60px;
  margin-top: 60px;
}

/* --------------------------------
header
--------------------------------*/
/* ------------------ */
/* header */
/* ------------------ */
.header_wrapper {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.header {
  max-width: 1366px;
  color: #282828;
  height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  padding: 3em 55px;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}

.site-title {
  margin: 0.5em 3em 0.5em 0.5em;
}
.site-title img {
  max-width: 200px;
}

.nav-list {
  /* navの横並び */
  display: flex;
  justify-content: space-around;
  color: #282828;
  font-size: 1.6rem;
}

.nav-item {
  /* メニューの右側に余白 */
  margin-right: 55px;
}

.nav-item:last-child {
  margin-right: 0;
}

.burger-btn {
  display: none;
}

/* --------------------------------
main
--------------------------------*/
main {
  margin: 0;
  padding: 0;
}

section {
  width: 90%;
  box-sizing: border-box;
  max-width: 1030px;
  box-sizing: content-box;
  margin: auto;
  padding-top: 100px;
}

h2.maintitle::before {
  display: block;
  height: 50px;
  margin-top: -50px;
  content: "";
}

.maintitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: "Kosugi_Maru", "Hiragino Maru Gothic ProN W4", "ヒラギノ丸ゴ ProN W4";
  font-weight: normal;
}
@media screen and (max-width: 678px) {
  .maintitle {
    font-size: 28px;
    line-height: 1.5555555556;
    margin-bottom: 32px;
  }
}

.txt_normal {
  font-size: 18px;
  line-height: 1.7;
}

/*------ webfont ------*/
/*丸ゴシック_Kosugi_Maru*/
@font-face {
  font-family: Kosugi_Maru;
  src: url("../font/Kosugi_Maru/KosugiMaru-Regular.ttf") format("truetype");
}
.font_Kosugi_Maru {
  font-family: "Kosugi_Maru", "Hiragino Maru Gothic ProN W4", "ヒラギノ丸ゴ ProN W4";
  font-weight: normal;
}

/*明朝_Noto*/
@font-face {
  font-family: Noto_Serif_JP;
  src: url("../font/Noto_Serif_JP/NotoSerifJP-Bold.otf") format("otf");
}
.font_noto_serif {
  font-family: " Noto_Serif_JP", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
}

/*装飾的_Yusei Magic*/
@font-face {
  font-family: Yusei_Magic;
  src: url("../font/Yusei_Magic/YuseiMagic-Regular.ttf") format("truetype");
}
.font_yusei {
  font-family: "Yusei_Magic", sans-serif;
  font-weight: normal;
}

/*--------------------------------------------------
FV 
--------------------------------------------------*/
.bg_color_fv {
  background-color: #fff6e1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  margin-top: 20px;
}

.sliderArea {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-arrow:before {
  content: "" !important;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

.slick-next:before {
  background: url(../img/arrow_next@2x.png) !important;
  background-size: contain !important;
  width: 80px !important;
  height: 80px !important;
  background-repeat: no-repeat;
}

.slick-prev:before {
  background: url(../img/arrow_prev@2x.png) !important;
  background-size: contain !important;
  width: 80px !important;
  height: 80px !important;
  background-repeat: no-repeat;
}

.slick-prev,
.slick-next {
  max-width: 170px;
  background-repeat: no-repeat;
}

.slick-next {
  right: 30px !important;
}

.slick-prev {
  left: -50px !important;
}

@media screen and (max-width: 678px) {
  .slick-next:before {
    background: url(../img/arrow_next@2x.png) !important;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
  }
  .slick-prev:before {
    background: url(../img/arrow_prev@2x.png) !important;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
  }
  .slick-prev,
  .slick-next {
    max-width: 50px;
    background-repeat: no-repeat;
  }
  .slick-next {
    right: 18px !important;
  }
  .slick-prev {
    left: -20px !important;
  }
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 5px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-arrow {
  color: #1B1310;
}

h2.maintitle::before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 25px);
}

#shop h2.maintitle::before {
  background-image: url(../img/icon_shop.jpg);
  background-image: -webkit-image-set(url(../img/icon_shop.jpg) 1x, url(../img/icon_shop@2x.jpg) 2x);
  background-image: image-set(url(../img/icon_shop.jpg) 1x, url(../img/icon_shop@2x.jpg) 2x);
}

#recruit h2.maintitle::before {
  background-image: url(../img/icon_rec.jpg);
  background-image: -webkit-image-set(url(../img/icon_rec.jpg) 1x, url(../img/icon_rec@2x.jpg) 2x);
  background-image: image-set(url(../img/icon_rec.jpg) 1x, url(../img/icon_rec@2x.jpg) 2x);
}

#company h2.maintitle::before {
  background-image: url(../img/icon_company.jpg);
  background-image: -webkit-image-set(url(../img/icon_company.jpg) 1x, url(../img/icon_company@2x.jpg) 2x);
  background-image: image-set(url(../img/icon_company.jpg) 1x, url(../img/icon_company@2x.jpg) 2x);
}

#participating h2.maintitle::before {
  background-image: url(../img/icon_participating.jpg);
  background-image: -webkit-image-set(url(../img/icon_participating.jpg) 1x, url(../img/icon_participating@2x.jpg) 2x);
  background-image: image-set(url(../img/icon_participating.jpg) 1x, url(../img/icon_participating@2x.jpg) 2x);
}

#contact h2.maintitle::before {
  background-image: url(../img/icon_contact.jpg);
  background-image: -webkit-image-set(url(../img/icon_contact.jpg) 1x, url(../img/icon_contact@2x.jpg) 2x);
  background-image: image-set(url(../img/icon_contact.jpg) 1x, url(../img/icon_contact@2x.jpg) 2x);
}

/*--------------------------------------------------
店舗情報
--------------------------------------------------*/
h3.title_shopname {
  font-size: 2.8rem;
  line-height: 1.4;
}

h4.titile_reservation {
  font-size: 2rem;
  line-height: 2;
  color: #f29818;
  font-weight: bold;
  margin-top: 0.6em;
}

.col2_1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.col2_1 .col_item {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  margin-top: 20px;
  font-size: 1.8rem;
}
.col2_1 .shop_img {
  max-width: 520px;
}
.col2_1 .shop_txt {
  margin-top: 0.8em;
}

a.txt_link,
a.menu_link {
  text-decoration: underline;
}
a.txt_link:hover,
a.menu_link:hover {
  text-decoration: none;
  color: #f29818;
}

.txt_link::before {
  font-size: 1em;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
  margin-left: 0.2em;
  display: inline-block;
}

.menu_link::before {
  font-size: 0.8em;
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3em;
  margin-left: 0.2em;
  display: inline-block;
}

.reservation_choice,
.reservation_choice2 {
  display: flex;
  justify-content: space-around;
}

.resevation_item {
  max-width: 162px;
  flex-basis: calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
}

.reservation_choice2::after {
  content: " ";
  display: block;
  width: 30%;
}

.sns_area {
  background: #eee;
  padding: 20px;
  text-align: center;
}

.title_attenrion::before {
  content: "＼";
  padding-right: 0.5em;
  display: inline;
}

.title_attenrion::after {
  content: "／";
  padding-left: 0.5em;
  display: inline;
}

.sns_choice {
  display: flex;
  justify-content: center;
}

.sns_item {
  margin-right: 0.5em;
  margin-top: 0.5em;
}

.sns_item a {
  color: #fff;
  font-weight: bold;
}

.btn-social-icon-twitter {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #1da1f3;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-twitter:hover {
  color: #88daff;
  transition: 0.5s;
}

.btn-social-icon-twitter__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  color: #FFF;
  background: #1da1f3;
}

.btn-social-icon-twitter__square i {
  line-height: 50px;
}

.btn-social-icon-instagram {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-instagram:hover {
  color: #668ad8;
  transition: 0.5s;
}

.btn-social-icon-instagram__square {
  border-radius: 13px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

.btn-social-icon-instagram__square:before {
  content: "";
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.btn-social-icon-instagram__square .fa-instagram {
  color: white;
  line-height: 50px;
  position: relative;
  z-index: 2;
}

.btn-social-icon-line {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #0ab620;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-line:hover {
  color: lightgreen;
  transition: 0.5s;
}

.btn-social-icon-line__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  font-size: 54px;
  line-height: 54px;
  color: #0ab620;
  margin-top: -2px;
}

.btn-social-icon-twitter__square i {
  line-height: 50px;
}

@media screen and (max-width: 678px) {
  h3.title_shopname {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  h4.titile_reservation {
    font-size: 1.8rem;
    line-height: 2;
    color: #f29818;
    font-weight: bold;
    margin-top: 0.6em;
  }
  .col2_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .col2_1 .col_item {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .col2_1 .shop_img {
    max-width: 520px;
  }
  .col2_1 .shop_txt {
    margin-top: 0.8em;
  }
}
/*--------------------------------------------------
リクルート
--------------------------------------------------*/
.read_copy {
  color: #f29818;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
}

.recruite_tabel {
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 20px;
}
.recruite_tabel th {
  background: #f29818;
  padding: 0.5em;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.recruite_tabel td {
  padding: 0.8em;
  border-bottom: 1px solid #ddd;
}

img.btn_rec {
  max-width: 350px;
}

.rec_tag {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  align-items: stretch;
}

.tag_name {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #f29818;
  font-size: 1.4rem;
  flex-wrap: nowrap;
  padding: 0.5em;
  line-height: 1.4;
  text-align: center;
  width: calc((100% - 40px) / 8);
  margin-bottom: 10px;
  border: 2px solid #f29818;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 678px) {
  .rec_tag {
    vertical-align: middle;
  }
  .tag_name {
    width: calc((100% - 40px) / 4);
  }
}
@media screen and (max-width: 375px) {
  .tag_name {
    font-size: 1.2rem;
    width: calc((100% - 40px) / 2);
    background: #fff;
  }
}
/*--------------------------------------------------
企業情報
--------------------------------------------------*/
/*--------------------------------------------------
加盟店募集
--------------------------------------------------*/
h3.title_participating {
  color: #f29818;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1em;
  letter-spacing: 0.3rem;
  line-height: 1.6;
}

.col_box {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding: 5%;
}

.participating {
  text-align: center;
}

.participating_txt {
  line-height: 1.8;
  font-size: 1.8rem;
  margin-bottom: 2em;
}

.btn-radius {
  margin: auto;
  width: 40%;
  min-height: 35px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px 10px 30px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background: #f29818;
  transition: 0.4s;
  position: relative;
}
.btn-radius::before {
  font-size: 0.9em;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: calc(50% - 14px);
  left: 20px;
  margin-right: 10px;
}

.btn-radius:hover {
  background: #f29818;
}

@media screen and (max-width: 678px) {
  .btn-radius {
    margin: auto;
    width: 70%;
    min-height: 35px;
    text-align: center;
    display: inline-block;
    padding: 10px 20px 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background: #f29818;
    transition: 0.4s;
    position: relative;
  }
}
/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
/*------ contact ------*/
section.contact {
  text-align: center;
  font-size: 24px;
  margin-bottom: 85px;
}

.contact_wrap {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #eee;
}

.contant_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.contant_txt .contact_tel {
  display: inline-block;
  margin-top: 1rem;
}

.form_wrap {
  max-width: 920px;
  padding: 20px;
  margin: auto;
  font-size: 1.8rem;
}

form#mailformpro dl dt,
form#mailformpro dl dd {
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}

input,
textarea,
select,
form#mailformpro label {
  font-size: 1.6rem;
  padding: 0.3em;
}

.must {
  background: #f29818;
  color: #fff;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0mm;
  vertical-align: middle;
}

form#mailformpro .mailform {
  display: flex;
  flex-wrap: wrap;
}
form#mailformpro .mailform dt {
  width: 20%;
  max-width: 200px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 2rem;
}
form#mailformpro .mailform dd {
  max-width: 600px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 80%;
}

@media screen and (max-width: 678px) {
  form#mailformpro .mailform {
    display: flex;
    flex-direction: column;
  }
  form#mailformpro .mailform dt {
    width: 100%;
    max-width: auto;
    padding-top: 0;
    padding-bottom: 0.2em;
    margin-bottom: 0.3em;
  }
  form#mailformpro .mailform dd {
    max-width: auto;
    width: 100%;
    padding-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
    margin-bottom: 1.8em;
  }
}
div.mfp_buttons button {
  font-size: 1.6rem;
  border: none;
}

/*--------------------------------------------------
サンクスページ
--------------------------------------------------*/
.thnaks_wrap {
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
  padding: 2em;
  background: #fff6e1;
}
.thnaks_wrap h2 {
  text-align: center;
  font-size: 2em;
  color: #f29818;
}
.thnaks_wrap .contact_tel {
  display: inline-block;
  margin-top: 1em;
}
.thnaks_wrap .contact_link {
  margin-top: 20px;
  display: inline-block;
  font-size: 90%;
}
.thnaks_wrap .contact_link a:link {
  text-decoration: underline;
}
.thnaks_wrap .contact_link a:hover {
  text-decoration: none;
}

/*--------------------------------------------------
about 
--------------------------------------------------*/
.about {
  text-align: center;
}

.about_wrap {
  text-align: center;
}

/*------ company ------*/
.company_box {
  margin-bottom: 60px;
  max-width: 800px;
  margin: auto;
}

.md-table01 {
  max-width: 800px;
  width: 100%;
  margin-bottom: 3em;
}
.md-table01 tr {
  border-bottom: 1px solid #282828;
}
.md-table01 tr td,
.md-table01 tr th {
  padding: 1em;
}

.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*比率をお好みで*/
  margin-bottom: 85px;
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 678px) {
  .shop_wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .shop_wrap .col1,
  .shop_wrap .col2 {
    width: 90%;
    max-width: auto;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .shop_wrap .col2 {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.btn-font-awesome {
  display: inline-block;
  padding: 0 0 0 2.6em;
  margin-left: -0.6em;
  margin-top: 0.8em;
  color: #282828;
  font-size: 34px;
  cursor: pointer;
  position: relative;
}

.btn-font-awesome::before {
  display: none;
  content: "\f2a0";
  font-family: "Font Awesome 5 Solid";
}

.btn-font-awesome svg {
  position: absolute;
  top: 50%;
  left: 1em;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}

/* --------------------------------
footer
--------------------------------*/
footer {
  width: 100%;
  height: 80px;
  background-color: #f29818;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer small {
  display: block;
  max-width: 1030px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 678px) {
  h2.maintitle {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .read_copy {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: normal;
  }
  /*------ humberger-men ------*/
  .fixed {
    position: fixed;
  }
  .wrapper_head {
    width: 100%;
    color: #282828;
  }
  .header {
    padding: 0 5%;
    min-width: 375px;
    width: 100%;
    height: 75px;
    background: #fff;
  }
  button.burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: orange;
    border: 1px solid #eee;
    border-radius: 2px;
  }
  .bar {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  /*　三　→　×　*/
  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }
  .nav-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
  }
  .header-nav {
    width: 100%;
    height: 100%;
    background-color: orange;
    z-index: 2;
  }
  .header-nav .nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .header-nav .nav-item {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .noscroll {
    overflow: hidden;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  /* --------------------------------
  main
  --------------------------------*/
  /*------ fv ------*/
  main {
    position: relative;
  }
  section {
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
    box-sizing: border-box;
    padding-top: 60px;
  }
  /*------ company ------*/
  .md-table01 tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0 none;
  }
  .md-table01 tr th {
    width: 100%;
    background: #eee;
  }
  /*-- contact--*/
  .tel_box {
    background: white;
    width: 90%;
    margin: auto;
    margin-top: 40px;
    padding: 40px;
  }
  .btn-font-awesome {
    font-size: 24px;
    padding: 0;
    margin: 0;
    margin-top: 0.8em;
  }
  .btn-font-awesome::before {
    display: none;
  }
  footer {
    max-width: 100%;
    min-width: 375px;
  }
}
/*--------------------------------------------------
MENU page
--------------------------------------------------*/
.pdf_dl {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  min-height: 1.8em;
  padding-left: 0.5em;
  margin-top: 0em;
  font-size: 14px;
}
.pdf_dl a {
  display: inline-block;
  padding: 0.5em;
  text-decoration: underline;
  font-weight: bold;
}
.pdf_dl a:hover {
  text-decoration: none;
}

#menu .maintitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: "Kosugi_Maru", "Hiragino Maru Gothic ProN W4", "ヒラギノ丸ゴ ProN W4";
  font-weight: normal;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 678px) {
  #menu .maintitle {
    font-size: 28px;
    line-height: 1.5555555556;
    margin-bottom: 32px;
  }
}
#menu .bg_color_fv {
  background-color: #fff6e1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 20px;
  margin-top: 20px;
}
#menu .sliderArea {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 10px;
}
#menu .sliderArea.w300 {
  max-width: 300px;
}
#menu .slick-slide {
  margin: 0 5px;
}
#menu .slick-slide img {
  width: 100%;
  height: auto;
}
#menu .slick-arrow:before {
  content: "" !important;
}
#menu .slick-prev,
#menu .slick-next {
  z-index: 1;
}
#menu .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  bottom: 0;
}
#menu .slick-next:before {
  background: url(../img/arrow_next@2x.png) !important;
  background-size: contain !important;
  width: 60px !important;
  height: 60px !important;
  background-repeat: no-repeat;
}
#menu .slick-prev:before {
  background: url(../img/arrow_prev@2x.png) !important;
  background-size: contain !important;
  width: 60px !important;
  height: 60px !important;
  background-repeat: no-repeat;
}
#menu .slick-prev,
#menu .slick-next {
  max-width: 170px;
  background-repeat: no-repeat;
}
#menu .slick-next {
  right: 30px !important;
}
#menu .slick-prev {
  left: -25px !important;
}
#menu .slick-prev, #menu .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

@media screen and (max-width: 678px) {
  #menu .slick-next:before {
    background: url(../img/arrow_next@2x.png) !important;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
  }
  #menu .slick-prev:before {
    background: url(../img/arrow_prev@2x.png) !important;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
  }
  #menu .slick-prev,
  #menu .slick-next {
    max-width: 50px;
    background-repeat: no-repeat;
  }
  #menu .slick-next {
    right: 18px !important;
  }
  #menu .slick-prev {
    left: -20px !important;
  }
  .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }
  .thumb {
    margin: 5px 0 0;
  }
  .thumb .slick-slide {
    cursor: pointer;
  }
  .thumb .slick-slide:hover {
    opacity: 0.7;
  }
  .slick-arrow {
    color: #1B1310;
  }
}/*# sourceMappingURL=style.css.map */