@charset "UTF-8";
@font-face {
  font-family: 'TanukiMagic';
  font-display: swap;
  src: local('TanukiMagic'), url('font/TanukiMagic.eot?#iefix') format('embedded-opentype'), url('font/TanukiMagic.eot') format('eot'), url('font/TanukiMagic.woff') format('woff'), url('font/TanukiMagic.ttf') format('truetype');
}
@font-face {
  font-family: 'kirieji';
  font-display: swap;
  src: local('kirieji'), url('font/kirieji.eot?#iefix') format('embedded-opentype'), url('font/kirieji.eot') format('eot'), url('font/kirieji.woff') format('woff'), url('font/kirieji.ttf') format('truetype');
}
html {
  font-size: 62.5%;
}
html body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF100;
  background-color: #FFED00;
}
html body .width_max {
  width: 100%;
  height: auto;
}
html body .cl_red {
  color: red;
}
html body .cl_orange {
  color: #EA5520;
}
html body .site-title {
  display: none;
}
html body .site_tite {
  display: table;
  padding: 0;
  margin: 30px auto 0;
}
html body .site_tite li {
  display: table-cell;
  vertical-align: middle;
}
html body .site_tite li .copy {
  margin: 0 75px 0 10px;
}
html body .site_tite .left {
  position: relative;
}
html body .site_tite .left .breadcrumb {
  position: absolute;
  bottom: -1em;
  left: 5px;
  white-space: nowrap;
  font-size: small;
  overflow: hidden;
  max-width: 90%;
}
html body .site_tite .left .breadcrumb a {
  text-decoration: none;
}
html body .site_tite .left .breadcrumb .material-icons {
  font-size: 16px;
}
html body .site_tite .left .breadcrumb * {
  vertical-align: bottom;
}
html body .line_wrap {
  position: relative;
}
html body .line_top,
html body .line_bottom,
html body .line_left,
html body .line_right {
  position: absolute;
  z-index: 1000;
}
html body .line_top {
  height: 10px;
  top: -5px;
  left: 0;
  width: 100%;
}
html body .line_top.yellow {
  background-image: url(../img/parts_border-h10-y.png);
}
html body .line_top.black {
  background-image: url(../img/parts_border-h10-b.png);
}
html body .line_bottom {
  height: 10px;
  bottom: -5px;
  left: 0;
  width: 100%;
}
html body .line_bottom.yellow {
  background-image: url(../img/parts_border-h10-y.png);
}
html body .line_bottom.black {
  background-image: url(../img/parts_border-h10-b.png);
}
html body .line_left {
  width: 10px;
  height: 100%;
  top: 0;
  left: -5px;
}
html body .line_left.yellow {
  background-image: url(../img/parts_border-w10-y.png);
}
html body .line_left.black {
  background-image: url(../img/parts_border-w10-b.png);
}
html body .line_right {
  width: 10px;
  height: 100%;
  top: 0;
  right: -5px;
}
html body .line_right.yellow {
  background-image: url(../img/parts_border-w10-y.png);
}
html body .line_right.black {
  background-image: url(../img/parts_border-w10-b.png);
}
html body .spot_name {
  position: absolute;
  background-image: url(../img/index_point-01.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 35px;
  margin: 0;
  font-family: 'kirieji';
  font-size: 24px;
  z-index: 1000;
}
html body .spot_name.text_bottom {
  background-position: center bottom;
  padding-left: 0;
  padding-bottom: 1.3em;
}
html body .spot_name.text_top {
  background-position: center top;
  padding-left: 0;
  padding-top: 1.3em;
}
html body .spot_name a {
  color: inherit;
}
html body ul.list_plain li {
  margin: 1em 0;
}
html body table.plain {
  border-collapse: collapse;
  width: 100%;
}
html body table.plain td,
html body table.plain th {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 1em 1em;
}
html body table.plain.row1_1 td:first-child {
  border-right: 2px solid red;
}
html body #js_newslist {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -480px;
  width: 280px;
  border: 1px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  background-color: white;
  background-color: rgba(255,255,255,0.5);
  transform: rotate(-2deg);
}
html body #js_newslist .title {
  display: table;
  background-color: #FFED00;
  margin-top: -6px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 5px;
  margin-left: 15px;
  margin-bottom: 5px;
}
html body #js_newslist .title .new {
  background-color: red;
  color: white;
  margin-left: 5px;
  padding: 0 5px;
}
html body #js_newslist .title a {
  color: inherit;
  text-decoration: none;
}
html body #js_newslist .inside {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
}
html body #js_newslist .inside .newslist {
  font-size: 12px;
  _list-style: none;
  margin: 0 auto 1em;
  padding: 0 30px;
  line-height: 1.6em;
}
html body #js_newslist .inside .newslist .topicks {
  margin: 0 0 5px 0;
}
html body .mainvisual .title {
  text-shadow: 0 0 10px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000;
}
html body #content .section_wrap {
  padding: 0 30px;
}
html body #content h1,
html body #content .title {
  font-family: "Rounded Mplus 1c";
  font-weight: 900;
}
html body #content h1,
html body #content h2 {
  font-family: "Rounded Mplus 1c";
  font-weight: 900;
  border-bottom: 2px solid black;
  margin-top: 60px;
}
html body #content h1 .border_bottom,
html body #content h2 .border_bottom {
  display: inline-block;
  _border-bottom: 1px solid red;
  background-image: url(../img/parts_border-h12-b-1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 15px;
  margin-bottom: -7.5px;
  background-size: 100% 12px;
}
html body #content h1 .border_bottom.rand_1,
html body #content h2 .border_bottom.rand_1 {
  background-image: url(../img/parts_border-h12-b-1.png);
}
html body #content h1 .border_bottom.rand_2,
html body #content h2 .border_bottom.rand_2 {
  background-image: url(../img/parts_border-h12-b-2.png);
}
html body #content h1 .border_bottom.rand_3,
html body #content h2 .border_bottom.rand_3 {
  background-image: url(../img/parts_border-h12-b-3.png);
}
html body #content h1.cl_y,
html body #content h2.cl_y {
  border-bottom: 1px solid red;
}
html body #content h1.cl_y .border_bottom,
html body #content h2.cl_y .border_bottom {
  background-image: url(../img/parts_border-h12-y-1.png);
}
html body #content .h_line {
  border-bottom: 1px solid black;
}
html body #content h2,
html body #content h3 {
  font-family: "Rounded Mplus 1c";
  font-weight: 800;
}
html body #content .menu_list_title {
  color: #EA5520;
  border-bottom: 1px solid #EA5520;
}
html body #content p {
  line-height: 1.75em;
}
html body #content ul li {
  margin: 1em auto;
  line-height: 1.75em;
}
html body #content .content_block {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
html body #content .content_block.demo {
  margin-top: -60px;
}
html body #content .content_block.demo img {
  display: block;
  margin: auto;
}
html body #content .shop_map {
  width: 100%;
}
html body #content .contact h2 {
  border-bottom: 1px solid gray;
  line-height: 1.5em;
}
html body #content .contact .alert {
  background-color: white;
}
html body #content .contact .inquiry_basic table {
  border-collapse: collapse;
  margin: auto;
}
html body #content .contact .inquiry_basic table th,
html body #content .contact .inquiry_basic table td {
  padding: 10px;
  border-bottom: solid 1px gray;
  vertical-align: middle;
  line-height: 2em;
}
html body #content .contact .inquiry_basic .message {
  color: red;
  background-color: #FFED00;
}
html body #content .contact .inquiry_basic .privacy h4,
html body #content .contact .inquiry_basic .privacy p {
  margin-bottom: 0;
}
html body #content .contact .inquiry_basic .privacy p {
  margin-top: 0;
}
html body #content .contact .contact_info {
  position: relative;
  text-align: center;
  background-color: white;
  padding: 1em 0;
  margin-top: 2em;
}
html body #content .list_shop {
  padding: 0;
  list-style: none;
}
html body #content .list_shop .shop .shop_link {
  display: table;
  width: 100%;
  margin: 60px auto;
}
html body #content .list_shop .shop .shop_link .left,
html body #content .list_shop .shop .shop_link .right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
html body #content .list_shop .shop .shop_link .left {
  background-color: black;
}
html body #content .list_shop .shop .shop_link .right {
  padding: 20px 0;
  background-color: white;
}
html body #content .list_shop .shop .shop_link .shopname {
  margin: 0 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
html body #content .list_shop .shop .shop_link .photo {
  display: block;
}
html body #content .list_shop .shop .shop_link .data {
  list-style: none;
  padding: 0 10px;
}
html body #content .list_shop .shop .shop_link .data li {
  margin: 0;
}
html body #content .list_shop .shop .shop_link .data strong {
  color: #EA5520;
}
html body #content .list_shop .shop .shop_link .button {
  display: block;
  margin: 10px auto 0;
}
html body #content .list_archive {
  list-style: none;
  margin: auto;
  padding: 0;
}
html body #content .list_archive .archive {
  margin-bottom: 1.5em;
}
html body #content .list_archive .archive .box_thumbnail,
html body #content .list_archive .archive .box_description {
  float: left;
}
html body #content .list_archive .archive .box_thumbnail {
  width: 34%;
}
html body #content .list_archive .archive .box_description {
  width: 58%;
  background-color: white;
  padding: 0 4%;
}
html body #content .list_archive .archive .readmore {
  background-color: #EA5520;
  display: inline-block;
  color: white;
  padding: 0 1em;
}
html body #content .list_archive .archive .readmore a {
  color: inherit;
  text-decoration: none;
}
html body #content .list_archive .archive .date {
  color: #EA5520;
  border-bottom: 1px solid #EA5520;
  font-size: small;
  text-align: right;
}
html body #content .column_wrap {
  display: table;
  width: 100%;
}
html body #content .column_wrap.column1 .column {
  width: 100%;
}
html body #content .column_wrap.column2 .column {
  width: 50%;
}
html body #content .column_wrap.column3 .column {
  width: 33%;
}
html body #content .column_wrap ul {
  padding: 0;
}
html body #content .column_wrap .column {
  padding: 0 15px;
  display: table-cell;
}
html body #content .column_wrap .column ul {
  list-style: none;
}
html body #content .column_wrap .column_row {
  display: table-row;
}
html body #content .column_wrap.menu_list .column .menu_list_price {
  display: table;
  width: 100%;
}
html body #content .column_wrap.menu_list .column .menu_list_price li {
  display: table-row;
}
html body #content .column_wrap.menu_list .column .menu_list_price li .name,
html body #content .column_wrap.menu_list .column .menu_list_price li .price {
  display: table-cell;
  border-bottom: 1px dotted black;
  padding: 5px 0;
  font-family: "Rounded Mplus 1c";
  font-weight: 800;
}
html body #content .column_wrap.menu_list .column .menu_list_price li .price {
  text-align: right;
  color: red;
  font-weight: bolder;
  white-space: nowrap;
}
html body #content .column_wrap.menu_list .column .menu_list_price.shop .name {
  white-space: nowrap;
}
html body #content .column_wrap.menu_list .column .menu_list_price.shop .price {
  white-space: normal;
  word-break: break-all;
  text-align: left;
  color: black;
  font-weight: normal;
  padding-left: 0.5em;
}
html body #content .column_wrap.stick .column {
  background-color: white;
  vertical-align: middle;
}
html body #content .column_wrap.stick .column.photo {
  background-color: inherit;
  vertical-align: top;
  padding: 0;
}
html body #content .column_wrap.stick .column.photo img {
  display: block;
}
html body #content .list_text {
  list-style: none;
  padding: 0;
}
html body #content .list_text li {
  margin: 0;
}
html body #content .shop_manager_data .data_list .box_manager_text * {
  margin: 0;
}
html body #content .wrap_manager_photo {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin-right: 20px;
}
html body #content .wrap_manager_photo .manager_photo {
  display: block;
}
html body #content .paging {
  display: table;
  margin-top: 60px;
}
html body #content .paging .next,
html body #content .paging .prev,
html body #content .paging .next_arrow,
html body #content .paging .prev_arrow {
  display: table-cell;
  vertical-align: middle;
}
html body #content .paging .next,
html body #content .paging .prev {
  width: 47%;
}
html body #content .paging .next p,
html body #content .paging .prev p {
  margin: 1em 1em;
}
html body #content .paging .next {
  border-right: 1px dotted black;
  text-align: left;
}
html body #content .paging .prev {
  text-align: right;
}
html body #content .paging .next_arrow,
html body #content .paging .prev_arrow {
  width: 3%;
  background-color: black;
  color: white;
  text-align: center;
}
html body #content .paging .next_arrow a,
html body #content .paging .prev_arrow a {
  text-decoration: none;
  color: inherit;
  margin: 0 5px;
  display: block;
  line-height: 1.2em;
}
html body #content .pagination {
  display: table;
  margin: auto;
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 33px;
}
html body #content .pagination span,
html body #content .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}
html body #content .pagination a:hover {
  color: #fff;
  background: orange;
}
html body #content .pagination .current {
  padding: 10px 15px 10px 15px;
  background: red;
  color: #fff;
}
html body #content .bk_paper {
  background-image: url(../img/parts_bg-paper-washi-orange.jpg);
  padding: 60px;
}
html body #content .bk_paper > *:first-child {
  margin-top: 0;
}
html body #content .bk_paper > *:last-child {
  margin-bottom: 0;
}
html body #content .bk_paper_white {
  background-image: url(../img/parts_bg-paper-washi-orange.jpg);
  padding: 60px;
  background-image: none;
  background-color: white;
}
html body #content .bk_paper_white > *:first-child {
  margin-top: 0;
}
html body #content .bk_paper_white > *:last-child {
  margin-bottom: 0;
}
html body #content .bnr_recruit .title {
  font-family: "Rounded Mplus 1c";
  font-weight: 900;
}
html body .globalnav {
  font-family: 'kirieji';
  display: table;
  margin: auto;
  border-spacing: 20px 20px;
  padding: 0;
  text-align: center;
}
html body .globalnav .nav_item {
  display: table-cell;
}
html body .globalnav .nav_item .link {
  display: block;
  background-image: url(../img/globalnav-line_01.png);
  width: 136px;
  line-height: 52px;
  height: 52px;
  font-size: 25px;
  text-decoration: inherit;
  color: inherit;
}
html body .globalnav .nav_item .link:hover,
html body .globalnav .nav_item .link.current {
  background-image: url(../img/globalnav-line_01-ov.png) !important;
  color: white;
}
html body #footer {
  margin: 50px auto 60px;
}
html body #footer .footernav {
  display: table;
  margin: auto;
  width: 1000px;
}
html body #footer .footernav .inside {
  display: table-cell;
  vertical-align: top;
}
html body #footer .footernav .inside .shopnames {
  display: block;
  margin: 0 0 0 40px;
  font-size: 17px;
}
html body #footer .footernav .inside .shopnames .shopname {
  display: inline-block;
  font-family: 'kirieji';
  color: inherit;
  text-decoration: inherit;
  margin: 0 0 0 5px;
}
html body #footer .footernav .inside .shopnames .shopname.current {
  text-decoration: underline;
}
html body #footer .footernav .inside .nav {
  margin: auto 0 auto auto;
  padding: 0;
  font-family: 'kirieji';
  display: table;
}
html body #footer .footernav .inside .nav .nav_item {
  display: table-cell;
  white-space: nowrap;
  border-right: 1px solid gray;
}
html body #footer .footernav .inside .nav .nav_item .link {
  color: gray;
  font-size: 23px;
  text-decoration: inherit;
  padding: 10px;
}
html body #footer .footernav .inside .nav .nav_item .link:hover {
  color: black;
}
html body #footer .footernav .inside .nav .nav_item .link.current {
  color: black;
  text-decoration: underline;
  font-weight: bolder;
}
html body #footer .footernav .inside .nav .nav_item:first-child .link {
  padding-left: 0;
}
html body #footer .footernav .inside .nav .nav_item:last-child {
  border-right: none;
}
html body #footer .footernav .inside .nav .nav_item:last-child .link {
  padding-right: 0;
}
html body #footer .footernav .inside .nav_sub {
  text-align: right;
}
html body #footer .footernav .inside .nav_sub .link {
  font-size: 14px;
  text-decoration: inherit;
  display: inline-block;
  background-color: gray;
  color: white;
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
html body #footer .footernav .inside .nav_sub .link:hover,
html body #footer .footernav .inside .nav_sub .link.current {
  background-color: black;
}
html body #footer .copyright {
  font-size: 14px;
  margin: 50px 0 0;
  text-align: center;
}
html body #demo_img {
  overflow: hidden;
  position: relative;
  margin: 0 -30px;
}
html body #demo_img .demo_img {
  display: block;
  margin: auto;
}
html .rotate {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
}
.fit_img {
  width: inherit \9;
  max-width: 100%;
  height: auto;
}
.fit_img_wrap {
  overflow: hidden;
}
.swiper-container {
  background-color: #FFED00;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
}
.swiper-container .swiper-slide:nth-child(2n) {
  width: 40%;
}
.swiper-container .swiper-slide:nth-child(3n) {
  width: 20%;
}
.swiper-container .swiper-pagination {
  bottom: -35px;
  overflow: visible;
}
#js_mainvisual .swiper-pagination {
  left: 50%;
  bottom: -35px;
}
#js_mainvisual .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
}
#totop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: center;
  border: 1px solid #EA5520;
  z-index: 10000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#totop .bt {
  color: #EA5520;
  font-size: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(248,244,239,0.75);
  line-height: 60px;
  font-weight: 100;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
}
#totop .bt:hover {
  background-color: #EA5520;
  color: white;
}
.fluffy {
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0,0);
  }
  50% {
    -webkit-transform: translate(0,-10px);
  }
  100% {
    -webkit-transform: translate(0,0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0,0);
  }
  50% {
    -moz-transform: translate(0,-10px);
  }
  100% {
    -moz-transform: translate(0,0);
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
