@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500|Roboto:300,500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/*  font-size
-----------------------*/
/*  transition
-----------------------*/
/* render text
----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  position: relative;
  min-width: 1100px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

/******************************
 	base sp
*******************************/
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}
/**************************************

common.scss

***************************************/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

main {
  position: relative;
}

.kv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kv__container div {
  display: block;
  width: 33.3333333333%;
  padding-top: 22.3333333333%;
  background-size: 102% auto;
  background-position: center;
}

.catitem__list li a.bg--lightteal {
  background-color: #6fc7d5;
}
.catitem__list li a.bg--orange {
  background-color: #ff7e00;
}
.catitem__list li a.bg--areacolor {
  background-color: #569ecf !important;
}

.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category__list li {
  width: calc(20% - 8px) !important;
}
.category__list li a {
  position: relative;
  display: block;
  padding-top: 30% !important;
  padding-bottom: 30%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.category__list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  z-index: 9;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.category__list li a:hover .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.category__list li a:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.category__list li a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.category__list li a span {
  margin-top: 0 !important;
  position: relative;
  font-size: 14px !important;
  color: #fff;
  font-weight: 700 !important;
  z-index: 99;
}
.category__list li:nth-of-type(n+6) {
  margin-top: 10px;
}

.banner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 150px;
  padding: 0;
}
.banner__header .banner__cols01 .ico--category {
  display: block;
  width: 45px;
  height: 45px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.banner__header .banner__cols02 {
  margin-left: 18px;
  line-height: 1;
}
.banner__header .banner__cols02 h1 {
  font-size: 25px;
  font-weight: 500;
}
.banner__header .banner__cols02 span {
  margin-top: 12.5px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.breadcrumbs__container {
  padding-top: 14px;
  padding-bottom: 0;
}
.breadcrumbs__container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__container ul li {
  font-size: 12px;
}
.breadcrumbs__container ul li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs__container ul li .ico--breadcrumbs {
  width: 5.5px;
  height: 10px;
  background-image: url("../img/common/ico_arrow_breadcrumbs.png");
  background-size: 100% auto;
}
.breadcrumbs__container ul li a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.breadcrumbs__container ul li a:hover {
  opacity: 0.7;
}

.btn--back {
  display: block;
  margin: 40px auto 0;
  padding: 18px 0;
  width: 400px;
  border: 1px solid #e83428;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn--back:hover {
  background-color: #e83428;
}
.btn--back:hover span {
  color: #fff;
}
.btn--back:hover span::after {
  background-image: url("../img/common/ico_arrow_back_hovered.png");
}
.btn--back span {
  position: relative;
  color: #e83428;
  font-weight: 500;
  padding-right: 27px;
}
.btn--back span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7.5px;
  height: 13.5px;
  background-image: url("../img/common/ico_arrow_back.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

section {
  padding: 35px 0;
}
section .inner__header,
section .inner__container {
  margin: 0 auto;
  max-width: 1100px;
}
section .inner__header .inner__header--cols01 .ico__menu {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
section .inner__header .inner__header--cols01 .ico__menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.btn__backtotop {
  position: fixed;
  right: -75px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e83428;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn__backtotop.hide {
  display: none;
}
.btn__backtotop span {
  position: relative;
  width: 20px;
  height: 11.5px;
  display: block;
}
.btn__backtotop span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/ico_backtotop.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.btn__backtotop:hover {
  background: #e83428;
}
.btn__backtotop:hover span::after {
  background-image: url("../img/common/ico_backtotop_hovered.png");
}

.menu__list .inner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__list .inner__header .inner__header--cols01 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu__list .inner__header .inner__header--cols01 p {
  font-size: 25px;
  font-weight: 500;
}
.menu__list .inner__header--cols02 a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 19px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu__list .inner__header--cols02 a:hover {
  opacity: 0.7;
}
.menu__list .inner__header--cols02 a::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.menu__list .inner__container .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu__list .inner__container .item__list li {
  width: calc(25% - 5px);
}
.menu__list .inner__container .item__list li:not(:nth-of-type(4n+4)) {
  margin-right: 5px;
}
.menu__list.menu--japanesefood .inner__header .inner__header--cols01 .ico__menu {
  background-color: #6fc7d5;
}
.menu__list.menu--japanesefood .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_japanesefood.png");
  width: 35px;
  height: 20px;
}
.menu__list.menu--japanesefood .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_japanesefood.png");
}
.menu__list.menu--japanesefood .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #6fc7d5;
}
.menu__list.menu--westernfood .inner__header .inner__header--cols01 .ico__menu {
  background-color: #0ba29a;
}
.menu__list.menu--westernfood .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_westernfood.png");
  width: 25px;
  height: 25px;
}
.menu__list.menu--westernfood .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_westernfood.png");
}
.menu__list.menu--westernfood .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #0ba29a;
}
.menu__list.menu--international .inner__header .inner__header--cols01 .ico__menu {
  background-color: #07913a;
}
.menu__list.menu--international .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_international.png");
  width: 25px;
  height: 25px;
}
.menu__list.menu--international .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_international.png");
}
.menu__list.menu--international .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #07913a;
}
.menu__list.menu--ramen .inner__header .inner__header--cols01 .ico__menu {
  background-color: #90c31f;
}
.menu__list.menu--ramen .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_ramen.png");
  width: 25px;
  height: 25px;
}
.menu__list.menu--ramen .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_ramen.png");
}
.menu__list.menu--ramen .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #90c31f;
}
.menu__list.menu--bar .inner__header .inner__header--cols01 .ico__menu {
  background-color: #f8b62b;
}
.menu__list.menu--bar .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_bar.png");
  width: 22px;
  height: 25px;
}
.menu__list.menu--bar .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_bar.png");
}
.menu__list.menu--bar .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #f8b62b;
}
.menu__list.menu--coffee .inner__header .inner__header--cols01 .ico__menu {
  background-color: #ea5413;
}
.menu__list.menu--coffee .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_coffee.png");
  width: 28px;
  height: 24.5px;
}
.menu__list.menu--coffee .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_coffee.png");
}
.menu__list.menu--coffee .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #ea5413;
}
.menu__list.menu--bread .inner__header .inner__header--cols01 .ico__menu {
  background-color: #e83421;
}
.menu__list.menu--bread .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_bread.png");
  width: 30px;
  height: 13.5px;
}
.menu__list.menu--bread .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_bread.png");
}
.menu__list.menu--bread .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #e83421;
}
.menu__list.menu--japanesesweets .inner__header .inner__header--cols01 .ico__menu {
  background-color: #e95098;
}
.menu__list.menu--japanesesweets .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_japanesesweets.png");
  width: 23px;
  height: 16px;
}
.menu__list.menu--japanesesweets .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_japanesesweets.png");
}
.menu__list.menu--japanesesweets .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #e95098;
}
.menu__list.menu--pastry .inner__header .inner__header--cols01 .ico__menu {
  background-color: #601986;
}
.menu__list.menu--pastry .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_pastry.png");
  width: 26.5px;
  height: 25px;
}
.menu__list.menu--pastry .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_pastry.png");
}
.menu__list.menu--pastry .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #601986;
}
.menu__list.menu--moreshop .inner__header .inner__header--cols01 .ico__menu {
  background-color: #3bb441;
}
.menu__list.menu--moreshop .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_moreshop.png");
  width: 24.5px;
  height: 20px;
}
.menu__list.menu--moreshop .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_moreshop.png");
}
.menu__list.menu--moreshop .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #3bb441;
}
.menu__list.menu--other .inner__header .inner__header--cols01 .ico__menu {
  background-color: #0d6fb8;
}
.menu__list.menu--other .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_other.png");
  width: 24px;
  height: 7px;
}
.menu__list.menu--other .inner__header--cols02 a::after {
  background-image: url("../img/category/ico_arrow_other.png");
}
.menu__list.menu--other .inner__container .item__list li .item__container .details__container .category__list li {
  background-color: #0d6fb8;
}
.menu__list.area--01 .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/area/ico_01.png");
  width: 50px;
  height: 50px;
}
.menu__list.area--01 .item__container .details__container .category__list li.bg--areacolor {
  background-color: #67bad3 !important;
}
.menu__list.area--02 .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/area/ico_02.png");
  width: 50px;
  height: 50px;
}
.menu__list.area--02 .item__container .details__container .category__list li.bg--areacolor {
  background-color: #DA86BC !important;
}
.menu__list.area--03 .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/area/ico_03.png");
  width: 50px;
  height: 50px;
}
.menu__list.area--03 .item__container .details__container .category__list li.bg--areacolor {
  background-color: #60B394 !important;
}
.menu__list.area--04 .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/area/ico_04.png");
  width: 50px;
  height: 50px;
}
.menu__list.area--04 .item__container .details__container .category__list li.bg--areacolor {
  background-color: #f5ab35 !important;
}
.menu__list.area--05 .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/area/ico_05.png");
  width: 50px;
  height: 50px;
}
.menu__list.area--05 .item__container .details__container .category__list li.bg--areacolor {
  background-color: #96C141 !important;
}
.menu__list.area--06 .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/area/ico_06.png");
  width: 50px;
  height: 50px;
}
.menu__list.area--06 .item__container .details__container .category__list li.bg--areacolor {
  background-color: #ECBCD0 !important;
}
.menu__list:last-of-type {
  padding-bottom: 70px;
}

.item__container {
  display: block;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item__container:hover {
  opacity: 0.7;
}
.item__container .img__container {
  padding-top: 66.5%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.item__container .details__container {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
.item__container .details__container .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.item__container .details__container .category__list li {
  width: auto !important;
  padding: 4px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  margin-bottom: 5px;
}
.item__container .details__container .category__list li:not(:last-child) {
  margin-right: 5px;
}
.item__container .details__container .category__list li:nth-of-type(n+6) {
  margin-top: 0;
}
.item__container .details__container .category__list li.bg--orange {
  background-color: #ff7e00 !important;
}
.item__container .details__container .category__list li.bg--lightpink {
  background-color: #ee86b4 !important;
}
.item__container .details__container .category__list li.bg--lightgreen {
  background-color: #67bb96 !important;
}
.item__container .details__container .category__list li.bg--lightteal {
  background-color: #6fc7d5 !important;
}
.item__container .details__container .category__list li.bg--areacolor {
  background-color: #569ecf !important;
}
.item__container .details__container .category__list li.bg--darkgreen {
  background-color: #779e35 !important;
}
.item__container .details__container .category__list li.bg--darkorange02 {
  background-color: #ee8e52 !important;
}
.item__container .details__container .category__list li.bg--purple {
  background-color: #8c66a6 !important;
}
.item__container .details__container .category__list li.bg--darkpink {
  background-color: #e95098 !important;
}
.item__container .details__container .category__list li.bg--darkteal {
  background-color: #0ba29a !important;
}
.item__container .details__container .category__list li.bg--green {
  background-color: #07913a !important;
}
.item__container .details__container .category__list li.bg--lightergreen {
  background-color: #90c31f !important;
}
.item__container .details__container .category__list li.bg--yelloworange {
  background-color: #f8b62b !important;
}
.item__container .details__container .category__list li.bg--redorange {
  background-color: #ea5413 !important;
}
.item__container .details__container .category__list li.bg--darkorange {
  background-color: #e83421 !important;
}
.item__container .details__container .category__list li.bg--violet {
  background-color: #601986 !important;
}
.item__container .details__container .category__list li.bg--darkblue {
  background-color: #0d6fb8 !important;
}
.item__container .details__container span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.item__container .details__container h3 {
  margin-top: 7px;
  font-size: 18px;
  font-weight: bold;
}
.item__container .details__container .info__details {
  margin-top: 18px;
}
.item__container .details__container .info__details tr:not(:last-child) td {
  padding-bottom: 3px;
}
.item__container .details__container .info__details tr:nth-of-type(2) td {
  font-size: 14px;
  font-weight: bold;
}
.item__container .details__container .info__details tr td {
  vertical-align: top;
  font-size: 12px;
  line-height: 1.7;
}
.item__container .details__container .info__details tr td .ico--loc {
  width: 10px;
}
.item__container .details__container .info__details tr td .ico--phone {
  width: 13px;
}
.item__container .details__container .info__details tr td .ico--transpo {
  width: 12px;
}
.item__container .details__container .info__details tr td .ico--celebration,
.item__container .details__container .info__details tr td .ico--schedule {
  width: 18px;
}
.item__container .details__container .info__details tr td:first-child {
  width: 30px;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  section {
    padding: 20px 0;
  }
  section .inner__header .inner__header--cols01 .ico__menu {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .kv__container > div {
    width: 100%;
    padding-top: 0;
  }
  .kv__container > div:not(:first-child) {
    display: none;
  }
  .category__list {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .category__list li {
    width: calc(50% - 5px) !important;
  }
  .category__list li a {
    padding: 30% 0 !important;
  }
  .category__list li a span {
    text-align: center;
    font-size: 13px !important;
  }
  .category__list li a::before {
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .category__list li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .banner__header {
    height: 75px;
  }
  .banner__header .banner__cols01 .ico--category {
    width: 30px;
    height: 30px;
  }
  .banner__header .banner__cols02 h1 {
    font-size: 18px;
  }
  .banner__header .banner__cols02 span {
    font-size: 15px;
    margin-top: 5px;
  }
  .btn__backtotop {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: -50px;
    width: 40px;
    height: 40px;
  }
  .btn--back {
    width: 100%;
    min-width: auto;
    padding: 16px 0;
  }
  .btn--back span {
    font-size: 13px;
  }
  .menu__list:last-of-type {
    padding-bottom: 80px;
  }
  .menu__list .inner__header,
.menu__list .inner__container {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .menu__list .inner__header .inner__header--cols01 p {
    font-size: 18px;
    line-height: 1.2;
  }
  .menu__list .inner__header--cols02 {
    margin-top: 20px;
    text-align: right;
  }
  .menu__list .inner__container .item__list li {
    width: 100%;
  }
  .menu__list .inner__container .item__list li:not(:nth-of-type(4n+4)) {
    margin-right: 0;
  }
  .menu__list .inner__container .item__list li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .menu__list .inner__container .item__list li a .details__container .category__list {
    width: 100%;
  }
  .menu__list.menu--japanesefood .inner__header .inner__header--cols01 .ico__menu::after {
    width: 31px;
    height: 20px;
  }
  .menu__list.menu--westernfood .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_westernfood.png");
    width: 20px;
    height: 20px;
  }
  .menu__list.menu--international .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_international.png");
    width: 20px;
    height: 20px;
  }
  .menu__list.menu--ramen .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_ramen.png");
    width: 20px;
    height: 16px;
  }
  .menu__list.menu--bar .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_bar.png");
    width: 17.5px;
    height: 20px;
  }
  .menu__list.menu--coffee .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_coffee.png");
    width: 22.5px;
    height: 24.5px;
  }
  .menu__list.menu--bread .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_bread.png");
    width: 24px;
    height: 11px;
  }
  .menu__list.menu--japanesesweets .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_japanesesweets.png");
    width: 20px;
    height: 13.5px;
  }
  .menu__list.menu--pastry .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_pastry.png");
    width: 21.5px;
    height: 20px;
  }
  .menu__list.menu--moreshop .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_moreshop.png");
    width: 19.5px;
    height: 16px;
  }
  .menu__list.menu--other .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_other.png");
    width: 23px;
    height: 5.5px;
  }
  .menu__list.area--01 .inner__header .inner__header--cols01 .ico__menu::after {
    width: 40px;
    height: 40px;
  }
  .menu__list.area--02 .inner__header .inner__header--cols01 .ico__menu::after {
    width: 40px;
    height: 40px;
  }
  .menu__list.area--03 .inner__header .inner__header--cols01 .ico__menu::after {
    width: 40px;
    height: 40px;
  }
  .menu__list.area--04 .inner__header .inner__header--cols01 .ico__menu::after {
    width: 40px;
    height: 40px;
  }
  .menu__list.area--05 .inner__header .inner__header--cols01 .ico__menu::after {
    width: 40px;
    height: 40px;
  }
  .menu__list.area--06 .inner__header .inner__header--cols01 .ico__menu::after {
    width: 40px;
    height: 40px;
  }
  .breadcrumbs__container ul {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .item__container .details__container .category__list li:not(:nth-of-type(4n+4)) {
    margin-right: 5px;
  }
}
/**************************************
	header
***************************************/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #333;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}
header .header__container01 {
  padding-left: 3%;
}
header .header__container01 h1, header .header__container01 p {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header__container01 h1:hover, header .header__container01 p:hover {
  opacity: 0.7;
}
header .header__container01 h1 .img--logo, header .header__container01 p .img--logo {
  display: block;
  width: 90px;
}
header .header__container02 {
  padding-left: 20px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
header .header__container02 .header__row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header__container02 .header__row01 .header__row01--cols01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li {
  font-size: 14px;
  font-weight: 500;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li:first-child {
  margin-right: 10px;
  padding-left: 16px;
  position: relative;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-image: url("../img/common/ico_pdf.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li:not(:first-child) {
  margin-left: 10px;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li:last-child a {
  padding-right: 0;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li:last-child a::after {
  content: none;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li a {
  position: relative;
  padding-right: 10px;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li a:hover {
  opacity: 0.7;
}
header .header__container02 .header__row01 .header__row01--cols01 ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .header__container02 .header__row01 .header__row01--cols02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header__container02 .header__row02 {
  margin-top: 25px;
}
header .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .submenu li {
  width: 14.2857142857%;
  text-align: center;
  border-right: 1px solid #eaeaea;
}
header .submenu li:first-child {
  border-left: 1px solid #eaeaea;
}
header .submenu li:nth-last-of-type(2) {
  min-width: 192px;
}
header .submenu li a {
  display: block;
  position: relative;
  padding-top: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .submenu li a span {
  display: block;
  margin-top: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11px;
}
header .submenu li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
header .submenu li a::after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
header .submenu li a.li--cat::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/common/ico_category.png");
}
header .submenu li a.li--cat.hovered::after, header .submenu li a.li--cat.current::after, header .submenu li a.li--cat:hover::after {
  content: "";
  background-image: url("../img/common/ico_arrow_pink.png");
  z-index: 100;
}
header .submenu li a.li--area::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/common/ico_area.png");
}
header .submenu li a.li--area.hovered::after, header .submenu li a.li--area:hover::after {
  content: "";
  background-image: url("../img/common/ico_arrow_blue.png");
  z-index: 100;
}
header .submenu li a.li--station::before {
  width: 18px;
  height: 23.5px;
  background-image: url("../img/common/ico_station.png");
}
header .submenu li a.li--station.hovered::after, header .submenu li a.li--station:hover::after {
  content: "";
  background-image: url("../img/common/ico_arrow_orange.png");
  z-index: 100;
}
header .submenu li a.li--shop::before {
  width: 24.5px;
  height: 20px;
  background-image: url("../img/common/ico_shop.png");
}
header .submenu li a.li--map::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/common/ico_map.png");
}
header .submenu li a.li--about p {
  letter-spacing: 0;
}
header .submenu li a.li--about::before {
  width: 47px;
  height: 20px;
  background-image: url("../img/common/logo_sp.svg");
}
header .submenu li a.li--news p {
  letter-spacing: 0;
}
header .submenu li a.li--news::before {
  width: 31px;
  height: 31px;
  background-image: url("../img/common/ico_news.svg");
}
header .submenu li a:hover + .submenu__container {
  display: block;
}
header .submenu li .submenu__container {
  position: absolute;
  display: none;
  left: 0;
  top: calc(100% - 20px);
  width: 100%;
  text-align: left;
  padding-top: 42px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99;
}
header .submenu li .submenu__container:hover {
  display: block;
}
header .submenu li .submenu__container .submenu__inner {
  margin-left: auto;
  margin-right: auto;
  width: 76%;
  min-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols01 {
  width: 150px;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols01 div {
  font-weight: 500;
  padding-left: 10px;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols01 div span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols01 div.div--category {
  border-left: 3px solid #f12a6c;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols01 div.div--area {
  border-left: 3px solid #4a44c8;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols01 div.div--station {
  border-left: 3px solid #ff7e00;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 {
  margin-left: 30px;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 ul li {
  border: 0;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 ul li:last-child {
  min-width: auto;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li {
  width: calc(33.3333333333% - 6.6666666667px);
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li:nth-of-type(n+4) {
  margin-top: 10px;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li::after {
  content: none;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 16px;
  text-align: left;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  width: 8px;
  height: 14px;
  background-image: url("../img/header/ico_arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a .img__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transform: none;
          transform: none;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 8px;
  z-index: -1;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a:hover .img__container {
  opacity: 0.7;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a:hover::before {
  background: #000;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a .num {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #fff;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a span, header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a p {
  color: #fff;
  letter-spacing: 0.1em;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a span {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a p {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li:nth-of-type(1) a .img__container {
  background-color: #7accd8;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li:nth-of-type(2) a .img__container {
  background-color: #f088b8;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li:nth-of-type(3) a .img__container {
  background-color: #65bb98;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li:nth-of-type(4) a .img__container {
  background-color: #fbb723;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li:nth-of-type(5) a .img__container {
  background-color: #87bf3f;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li:nth-of-type(6) a .img__container {
  background-color: #8f65a7;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container {
  min-width: 885px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .station__cols01,
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .station__cols02 {
  width: calc(50% - 5px);
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .station__cols01 .details h2 {
  background-image: url("../img/header/bg_green.png");
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .station__cols02 .details h2 {
  background-image: url("../img/header/bg_blue.png");
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .station__cols02 .details ul {
  height: calc(100% - 46px);
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details {
  border-radius: 10px;
  border: 1px solid #eaeaea;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details:not(:first-child) {
  margin-top: 12px;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details h2 {
  padding: 14px 0 14px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul {
  display: block;
  text-align: left;
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li {
  width: 100%;
  text-align: left;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li:not(:first-child) {
  margin-top: 20px;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li span {
  font-weight: bold;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p {
  margin-top: 10px;
  font-size: 12px;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p a {
  padding-top: 0;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p a:hover {
  opacity: 0.7;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p span {
  font-weight: normal;
}
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p span:last-child {
  display: none;
}
header .submenu li:first-child .submenu__container .submenu__inner .submenu__cols02 {
  width: 67%;
}
header .submenu li:nth-of-type(2) .submenu__container .submenu__inner .submenu__cols02, header .submenu li:nth-of-type(3) .submenu__container .submenu__inner .submenu__cols02 {
  width: 77%;
}

@media only screen and (min-width: 1440px) {
  header {
    display: block;
  }
  header .header__container01 h1 .img--logo, header .header__container01 p .img--logo {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .submenu li {
    width: 182px;
  }
}
/******************************
    header sp
*******************************/
@media screen and (max-width: 767px) {
  header {
    display: block;
    padding: 0;
  }
  header .header__container01 {
    margin-left: 15px;
    padding-left: 0;
  }
  header .header__container01 h1 .img--logo, header .header__container01 p .img--logo {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90px;
  }
  header .header__container02 {
    padding-left: 0;
  }
  header .header__container02 .header__row01 {
    display: none;
  }
  header .header__container02 .header__row02 {
    margin-top: 0;
  }
  header .header__container02 .header__row02 .nav__btn {
    display: block;
    position: absolute;
    top: 22px;
    right: 15px;
    width: 25px;
    height: 19px;
    z-index: 5;
  }
  header .header__container02 .header__row02 .nav__btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 0;
    border-top: 2px solid #4c341b;
  }
  header .header__container02 .header__row02 .nav__btn .nav__bar {
    position: absolute;
    top: 8px;
    right: 0;
    width: 25px;
    height: 0;
    border-top: 2px solid #4c341b;
  }
  header .header__container02 .header__row02 .nav__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    width: 25px;
    height: 0;
    border-top: 2px solid #4c341b;
  }
  header .header__container02 .header__row02 .nav__btn.js--nav__btn::before {
    top: 8px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: top 0.17s ease, -webkit-transform 0.13s ease-out 0.23s, transform 0.13s ease-out 0.23s !important;
  }
  header .header__container02 .header__row02 .nav__btn.js--nav__btn .nav__bar {
    opacity: 0;
    right: 5px;
    -webkit-transition: opacity 0.15s ease 0.05s, right 0.15s ease 0s;
    transition: opacity 0.15s ease 0.05s, right 0.15s ease 0s;
  }
  header .header__container02 .header__row02 .nav__btn.js--nav__btn::after {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: top 0.17s ease, -webkit-transform 0.13s ease-out 0.23s, transform 0.13s ease-out 0.23s !important;
  }
  header .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eaeaea;
  }
  header .submenu li {
    width: 100%;
  }
  header .submenu li:first-child {
    border-left: 0;
  }
  header .submenu li a {
    text-align: left;
    padding-left: 50px;
    padding-top: 11px;
    padding-bottom: 12.5px;
    border-bottom: 1px solid #eaeaea;
  }
  header .submenu li a::before {
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .submenu li a::after {
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .submenu li a.hover::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 23px;
    top: 45%;
  }
  header .submenu li a.li--cat::after {
    content: "";
    background-image: url("../img/common/ico_arrow_pink.png");
    opacity: 1;
  }
  header .submenu li a.li--area::after {
    content: "";
    background-image: url("../img/common/ico_arrow_blue.png");
    z-index: 100;
  }
  header .submenu li a.li--station::after {
    content: "";
    background-image: url("../img/common/ico_arrow_orange.png");
    z-index: 100;
  }
  header .submenu li a.li--shop::after {
    content: "";
    background-image: url("../img/common/ico_arrow_green.png");
    z-index: 100;
    -webkit-transform: rotate(270deg) translateY(-50%);
            transform: rotate(270deg) translateY(-50%);
    right: 18px;
    top: 50%;
  }
  header .submenu li a.li--map::after {
    content: "";
    background-image: url("../img/common/ico_arrow_red.png");
    z-index: 100;
    -webkit-transform: rotate(270deg) translateY(-50%);
            transform: rotate(270deg) translateY(-50%);
    right: 18px;
    top: 50%;
  }
  header .submenu li a.li--about::before {
    width: 17px;
    height: 21px;
    background-image: url("../img/common/ico_about.png");
  }
  header .submenu li a.li--about::after {
    content: "";
    background-image: url("../img/common/ico_arrow_red.png");
    z-index: 100;
    -webkit-transform: rotate(270deg) translateY(-50%);
            transform: rotate(270deg) translateY(-50%);
    right: 18px;
    top: 50%;
  }
  header .submenu li a.li--news::before {
    width: 22px;
    height: 22px;
    background-image: url("../img/common/ico_news_header.png");
  }
  header .submenu li a.li--news::after {
    content: "";
    background-image: url("../img/common/ico_arrow_orange.png");
    z-index: 100;
    -webkit-transform: rotate(270deg) translateY(-50%);
            transform: rotate(270deg) translateY(-50%);
    right: 18px;
    top: 50%;
  }
  header .submenu li a:hover + .submenu__container {
    display: none;
  }
  header .submenu li .submenu__container {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
  }
  header .submenu li .submenu__container .submenu__inner {
    width: 100%;
    min-width: auto;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols01 {
    display: none;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 {
    width: 100% !important;
    margin-left: 0;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li:not(:first-child) {
    margin-top: 5px;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a {
    height: 50px;
    padding: 0 0 0 50px;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a .num {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a span {
    font-size: 13px;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .area__list li a p {
    margin-top: 3px;
    font-size: 10px;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: block;
    min-width: auto;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .station__cols01,
header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .station__cols02 {
    width: 100%;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details h2 {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details h2::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 11.5px;
    height: 6px;
    background-image: url("../img/common/ico_arrow_white.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details h2.hovered {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details h2.hovered::after {
    background-image: url("../img/common/ico_arrow_white_hover.png");
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul {
    display: none;
    background-color: #f1f1f1;
    padding: 20px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p span {
    display: none;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p a {
    display: block;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #eaeaea;
    background: #fff;
    width: calc(50% - 2.5px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details ul li p a:nth-of-type(n+3) {
    margin-top: 5px;
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details:nth-of-type(2) h2 {
    background-image: url("../img/header/bg_blue.png");
  }
  header .submenu li .submenu__container .submenu__inner .submenu__cols02 .station__container .details:not(:first-child) {
    margin-top: 10px;
  }
}
/**************************************
footer
***************************************/
footer {
  background-image: url("../img/common/bg_footer.png");
  padding-bottom: 12px;
}
footer .footer__container {
  padding-top: 40px;
  text-align: center;
}
footer .footer__container p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
footer .footer__container p span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
footer .footer__container .footer__details {
  position: relative;
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
footer .footer__container .footer__details div {
  width: 352px;
}
footer .footer__container .footer__details div span {
  font-size: 15px;
  font-weight: 500;
}
footer .footer__container .footer__details div p {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
footer .footer__container .footer__details div p a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer .footer__container .footer__details div p a:hover {
  opacity: 0.7;
}
footer .footer__container .footer__details .footer__cols01 {
  text-align: right;
  padding-right: 30px;
  border-right: 2px solid #e1e1e1;
}
footer .footer__container .footer__details .footer__cols02 {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 2px solid #e1e1e1;
}
footer .footer__container .footer__details .footer__cols03 {
  text-align: left;
  padding-left: 30px;
}
footer .footer__container small {
  display: block;
  margin-top: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11px;
}

/******************************
    footer sp
*******************************/
@media screen and (max-width: 767px) {
  footer .footer__container {
    padding: 55px 0 18px;
  }
  footer .footer__container p {
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
  }
  footer .footer__container p span {
    font-size: 16px;
    font-weight: 500;
  }
  footer .footer__container .footer__details {
    display: block;
    margin-top: 30px;
  }
  footer .footer__container .footer__details div {
    width: auto;
  }
  footer .footer__container .footer__details div span {
    font-size: 14px;
  }
  footer .footer__container .footer__details div p {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.6;
  }
  footer .footer__container .footer__details .footer__cols01 {
    position: relative;
    padding-right: 0;
    text-align: center;
    padding-bottom: 30px;
  }
  footer .footer__container .footer__details .footer__cols01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 70px;
    height: 2px;
    background: #e6e7e8;
  }
  footer .footer__container .footer__details .footer__cols02 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .footer__container .footer__details .footer__cols02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 70px;
    height: 2px;
    background: #e6e7e8;
  }
  footer .footer__container .footer__details .footer__cols03 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 30px;
  }
  footer .footer__container small {
    margin-top: 30px;
    font-size: 10px;
  }
  .footerPdf img {
    width: 1em !important;
  }
}
/**************************************
home.scss
***************************************/
.home .main__kv {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.home .kv__float {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 900px;
  height: 80px;
  background: rgba(255, 255, 255, 0.91);
}
.home .kv__floatHeader {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  background: #F76E3C;
}
.home .kv__floatDetails {
  position: relative;
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home .kv__floatDate {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-right: 24px;
}
.home .kv__floatDate::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 21px;
  background: rgba(0, 0, 0, 0.4);
}
.home .kv__floatText {
  margin-left: 20px;
  font-size: 16px;
  width: 100%;
  max-width: 430px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.home .kv__floatText:hover {
  text-decoration: underline;
}
.home .kv__floatBtn {
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.home .kv__floatBtn:hover {
  opacity: 0.7;
}
.home .kv__floatBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background-image: url("../img/common/ico_arrow_blk.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .home header .header__container01 {
    margin-left: 0;
  }
  .home header .header__container01 h1 .img--logo {
    margin: 0 auto;
  }
  .home header .header__container02 .header__row02 {
    display: none;
  }
  .home header .submenu {
    border-top: 0;
    display: block;
    position: relative;
    left: auto;
    top: auto;
  }
  .home .kv__float {
    display: none;
  }
}
/**************************************
categories.scss
***************************************/
.categories .banner__header {
  background: #f50057;
}
.categories .banner__header .banner__cols01 .ico--category {
  background-image: url("../img/common/ico_header_category.png");
}
.categories .category__section .inner__container .category__list li a {
  text-align: center;
  padding: 40px 0 !important;
  border-radius: 5px;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .categories .submenu {
    display: none;
  }
  .categories .breadcrumbs__container {
    display: none;
  }
  .categories .category__section .inner__container .category__list li a {
    padding: 30% 0 !important;
  }
  .categories .btn__backtotop {
    bottom: 19px;
  }
  .categories.subcategory .btn__backtotop {
    bottom: 19px;
  }
  .categories.subcategory .menu__list .inner__header--cols02 {
    display: none;
  }
  .categories.subcategory .menu__list:last-of-type {
    padding-bottom: 80px;
  }
  .categories.subcategory footer .footer__container {
    padding-top: 40px;
  }
}
/**************************************
area.scss
***************************************/
.area .banner__header {
  background: #4a44c8;
}
.area .banner__header .banner__cols01 .ico--category {
  background-image: url("../img/common/ico_header_area.png");
}
.area .area__section01 {
  padding-bottom: 70px;
}
.area .area__section01 .inner__container {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}
.area .area__section01 .inner__container .map__container .map__item {
  position: relative;
  display: block;
  width: 100%;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item {
  position: absolute;
  z-index: 99;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item::after {
  content: none;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a {
  display: block;
  width: 180px;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a:hover .area__btn .img__container {
  opacity: 0.7;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a:hover .area__btn::before {
  background: #000;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a:hover .area__details {
  opacity: 0.7;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
  text-align: left;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  width: 8px;
  height: 14px;
  background-image: url("../img/header/ico_arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn .img__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transform: none;
          transform: none;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 4px;
  z-index: -1;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn .num {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn h3, .area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn span {
  color: #fff;
  letter-spacing: 0.1em;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item a .area__btn span {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(1) {
  top: 464px;
  left: 520px;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(1) a .img__container {
  background-color: #7accd8;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(2) {
  top: 563px;
  left: 283px;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(2) a .img__container {
  background-color: #f088b8;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(3) {
  top: 352px;
  left: 274px;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(3) a .img__container {
  background-color: #65bb98;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(4) {
  top: 330px;
  left: 570px;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(4) a .img__container {
  background-color: #fbb723;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(5) {
  top: 150px;
  left: 350px;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(5) a .img__container {
  background-color: #87bf3f;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(6) {
  top: 420px;
  left: 50px;
}
.area .area__section01 .inner__container .map__container .map__item .area__list .area__item:nth-of-type(6) a .img__container {
  background-color: #8f65a7;
}
.area .area__section01 .inner__container .area__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area .area__section01 .inner__container .area__list li {
  width: calc(33.3333333333% - 6.6666666667px);
}
.area .area__section01 .inner__container .area__list li:nth-of-type(n+4) {
  margin-top: 10px;
}
.area .area__section01 .inner__container .area__list li::after {
  content: none;
}
.area .area__section01 .inner__container .area__list li a {
  display: block;
}
.area .area__section01 .inner__container .area__list li a:hover .area__btn .img__container {
  opacity: 0.7;
}
.area .area__section01 .inner__container .area__list li a:hover .area__btn::before {
  background: #000;
}
.area .area__section01 .inner__container .area__list li a:hover .area__details {
  opacity: 0.7;
}
.area .area__section01 .inner__container .area__list li a .area__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-right: 30px;
  text-align: left;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.area .area__section01 .inner__container .area__list li a .area__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  width: 8px;
  height: 14px;
  background-image: url("../img/header/ico_arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area .area__section01 .inner__container .area__list li a .area__btn .img__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}
.area .area__section01 .inner__container .area__list li a .area__btn::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transform: none;
          transform: none;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: -1;
}
.area .area__section01 .inner__container .area__list li a .area__btn .num {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.area .area__section01 .inner__container .area__list li a .area__btn h3, .area .area__section01 .inner__container .area__list li a .area__btn span {
  color: #fff;
  letter-spacing: 0.1em;
}
.area .area__section01 .inner__container .area__list li a .area__btn h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
}
.area .area__section01 .inner__container .area__list li a .area__btn span {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
}
.area .area__section01 .inner__container .area__list li a .area__details {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.area .area__section01 .inner__container .area__list li a .area__details h4 {
  color: #272727;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 600;
}
.area .area__section01 .inner__container .area__list li a .area__details p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
}
.area .area__section01 .inner__container .area__list li:nth-of-type(1) a .img__container {
  background-color: #7accd8;
}
.area .area__section01 .inner__container .area__list li:nth-of-type(2) a .img__container {
  background-color: #f088b8;
}
.area .area__section01 .inner__container .area__list li:nth-of-type(3) a .img__container {
  background-color: #65bb98;
}
.area .area__section01 .inner__container .area__list li:nth-of-type(4) a .img__container {
  background-color: #fbb723;
}
.area .area__section01 .inner__container .area__list li:nth-of-type(5) a .img__container {
  background-color: #87bf3f;
}
.area .area__section01 .inner__container .area__list li:nth-of-type(6) a .img__container {
  background-color: #8f65a7;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .area header .submenu {
    display: none;
  }
  .area .area__section01 {
    padding-bottom: 20px;
  }
  .area .area__section01 .inner__container {
    width: calc(100% - 30px);
  }
  .area .area__section01 .inner__container .map__container .map__item .area__list {
    display: none;
  }
  .area .area__section01 .inner__container .area__list {
    margin-top: 20px;
  }
  .area .area__section01 .inner__container .area__list li {
    width: 100%;
  }
  .area .area__section01 .inner__container .area__list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .area .area__section01 .inner__container .area__list li::after {
    content: none;
  }
}
/**************************************
station.scss
***************************************/
.station .banner__header {
  background: #ff7e00;
}
.station .banner__header .banner__cols01 .ico--category {
  width: 35px;
  background-image: url("../img/common/ico_header_station.png");
}
.station .station__section01 {
  padding-bottom: 70px;
}
.station .station__section01 .inner__container {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}
.station .station__section01 .inner__container .station__map .station__item {
  display: block;
  width: 100%;
}
.station .station__section01 .inner__container .station__container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.station .station__section01 .inner__container .station__container .station__cols01 ul,
.station .station__section01 .inner__container .station__container .station__cols02 ul {
  border: 1px solid #eaeaea;
  border-top: 0;
}
.station .station__section01 .inner__container .station__container .station__cols01 {
  width: calc(53% - 5px);
}
.station .station__section01 .inner__container .station__container .station__cols01 .details h2 {
  background-image: url("../img/header/bg_green.png");
}
.station .station__section01 .inner__container .station__container .station__cols02 {
  width: calc(47% - 5px);
}
.station .station__section01 .inner__container .station__container .station__cols02 .details h2 {
  background-image: url("../img/header/bg_blue.png");
}
.station .station__section01 .inner__container .station__container .station__cols02 .details ul {
  height: calc(100% - 46px);
}
.station .station__section01 .inner__container .station__container .details {
  border-radius: 10px;
}
.station .station__section01 .inner__container .station__container .details:not(:first-child) {
  margin-top: 12px;
}
.station .station__section01 .inner__container .station__container .details h2 {
  padding: 14px 0 14px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.station .station__section01 .inner__container .station__container .details ul {
  display: block;
  text-align: left;
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.station .station__section01 .inner__container .station__container .details ul li {
  width: 100%;
  text-align: left;
}
.station .station__section01 .inner__container .station__container .details ul li:not(:first-child) {
  margin-top: 20px;
}
.station .station__section01 .inner__container .station__container .details ul li span {
  font-weight: bold;
}
.station .station__section01 .inner__container .station__container .details ul li p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.station .station__section01 .inner__container .station__container .details ul li p a {
  padding-top: 0;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.station .station__section01 .inner__container .station__container .details ul li p a:hover {
  opacity: 0.7;
}
.station .station__section01 .inner__container .station__container .details ul li p span {
  font-weight: normal;
}
.station .station__section01 .inner__container .station__container .details ul li p span:last-child {
  display: none;
}
.station.tax-station .menu__list .inner__header .inner__header--cols01 .ico__menu:after {
  background-image: url("../img/station/ico_title.png");
  width: 100%;
  height: 100%;
}
.station.tax-station .menu__list .inner__header .inner__header--cols01 a {
  pointer-events: none;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .station header .submenu {
    display: none;
  }
  .station .banner__header {
    background: #ff7e00;
  }
  .station .banner__header .banner__cols01 .ico--category {
    width: 24px;
  }
  .station .station__section01 {
    padding-bottom: 20px;
  }
  .station .station__section01 .inner__container {
    width: calc(100% - 30px);
  }
  .station .station__section01 .inner__container .station__container {
    margin-top: 20px;
    display: block;
  }
  .station .station__section01 .inner__container .station__container .station__cols01,
.station .station__section01 .inner__container .station__container .station__cols02 {
    width: 100%;
  }
  .station .station__section01 .inner__container .station__container .details h2 {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .station .station__section01 .inner__container .station__container .details h2::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 11.5px;
    height: 6px;
    background-image: url("../img/common/ico_arrow_white.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .station .station__section01 .inner__container .station__container .details h2.hovered {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .station .station__section01 .inner__container .station__container .details h2.hovered::after {
    background-image: url("../img/common/ico_arrow_white_hover.png");
  }
  .station .station__section01 .inner__container .station__container .details ul {
    display: none;
    background-color: #f1f1f1;
    padding: 20px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .station .station__section01 .inner__container .station__container .details ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .station .station__section01 .inner__container .station__container .details ul li p span {
    display: none;
  }
  .station .station__section01 .inner__container .station__container .details ul li p a {
    display: block;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #eaeaea;
    background: #fff;
    width: calc(50% - 2.5px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .station .station__section01 .inner__container .station__container .details ul li p a:nth-of-type(n+3) {
    margin-top: 5px;
  }
  .station .station__section01 .inner__container .station__container .details:nth-of-type(2) h2 {
    background-image: url("../img/header/bg_blue.png");
  }
  .station .station__section01 .inner__container .station__container .details:not(:first-child) {
    margin-top: 10px;
  }
}
/**************************************
about.scss
***************************************/
.about .banner__header {
  background: #e83428;
}
.about .banner__header .banner__cols01 .ico--category {
  width: 52px;
  height: 50px;
  background-image: url("../img/common/ico_header_about.png");
}
.about .about__section01 {
  padding-bottom: 70px;
}
.about .about__section01 .inner__header {
  text-align: center;
}
.about .about__section01 .inner__header h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
}
.about .about__section01 .inner__header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  background: #e83428;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about .about__section01 .inner__container .about__container {
  margin: 0 auto;
  max-width: 850px;
  text-align: justify;
  margin-top: 40px;
}
.about .about__section01 .inner__container .about__container p {
  font-size: 16px;
  line-height: 1.8;
}
.about .about__section01 .inner__container .about__container span {
  margin-top: 40px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .about .about__section01 {
    padding-bottom: 40px;
  }
  .about .about__section01 .inner__header h2 {
    font-size: 18px;
  }
  .about .about__section01 .inner__container .about__container {
    margin-top: 20px;
  }
  .about .about__section01 .inner__container .about__container p {
    font-size: 12px;
  }
  .about .about__section01 .inner__container .about__container span {
    margin-top: 20px;
    font-size: 12px;
  }
}
/**************************************
shops.scss
***************************************/
.shops .banner__header {
  background: #3bb441;
}
.shops .banner__header .banner__cols01 .ico--category {
  width: 54px;
  background-image: url("../img/common/ico_header_shops.png");
}
.shops .filter__section .inner__header,
.shops .filter__section .inner__container {
  margin: 0 auto;
  max-width: 1100px;
}
.shops .filter__section .inner__header h2 {
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 500;
}
.shops .filter__section .inner__header h2::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 20px;
  height: 20.5px;
  background-image: url("../img/common/ico_search.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.shops .filter__section .inner__container .filter__container {
  margin-top: 30px;
  padding: 36px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fbf7f3;
}
.shops .filter__section .inner__container .filter__container .filter__row {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 28px;
}
.shops .filter__section .inner__container .filter__container .filter__row:not(:first-child) {
  padding-top: 20px;
}
.shops .filter__section .inner__container .filter__container .filter__row:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shops .filter__section .inner__container .filter__container .filter__row:nth-of-type(3) {
  display: none;
}
.shops .filter__section .inner__container .filter__container .filter__row h3 {
  position: relative;
  padding-left: 33px;
  font-size: 16px;
  font-weight: 500;
}
.shops .filter__section .inner__container .filter__container .filter__row h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.shops .filter__section .inner__container .filter__container .filter__row h3.h3--category::before {
  background-image: url("../img/common/ico_category.png");
}
.shops .filter__section .inner__container .filter__container .filter__row h3.h3--area::before {
  background-image: url("../img/common/ico_area.png");
}
.shops .filter__section .inner__container .filter__container .filter__row h3.h3--station::before {
  width: 18px;
  height: 23.5px;
  background-image: url("../img/common/ico_station.png");
}
.shops .filter__section .inner__container .filter__container .filter__row ul {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.shops .filter__section .inner__container .filter__container .filter__row ul li:not(:last-child) {
  margin-right: 26px;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li .container {
  display: block;
  position: relative;
  padding-left: 28px;
  padding-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li .container input:checked ~ .checkmark {
  background-color: #e83428;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li .container input:checked ~ .checkmark:after {
  display: block;
}
.shops .filter__section .inner__container .filter__container .filter__row ul li .container .checkmark:after {
  left: 4.5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shops .filter__section .inner__container .filter__container .filter__row .filter__column01 {
  padding-right: 55px;
}
.shops .filter__section .inner__container .filter__container .filter__row .filter__column02 {
  border-left: 1px solid #eaeaea;
  padding-left: 30px;
}
.shops .filter__section .inner__container .filter__container .filter__row .filter__column02 .btn__more {
  margin-top: 20px;
  display: block;
  padding-left: 29px;
  position: relative;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.shops .filter__section .inner__container .filter__container .filter__row .filter__column02 .btn__more:hover {
  opacity: 0.7;
}
.shops .filter__section .inner__container .filter__container .filter__row .filter__column02 .btn__more::before {
  content: "";
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/ico_btnmore.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.shops .filter__section .inner__container .filter__container .filter__row .filter__column02 .btn__more.active::before {
  background-image: url("../img/common/ico_btnmore_active.png");
}
.shops .filter__section .inner__container .filter__container .filter__row table:not(:last-child) {
  border-bottom: 1px dashed #eaeaea;
}
.shops .filter__section .inner__container .filter__container .filter__row table:last-child tr:last-child td {
  padding-bottom: 0;
}
.shops .filter__section .inner__container .filter__container .filter__row table tr:first-child td:first-child {
  width: 103px;
  vertical-align: top;
  font-weight: 500;
}
.shops .filter__section .inner__container .filter__container .filter__row table tr:first-child td:nth-of-type(2) {
  width: 154px;
}
.shops .filter__section .inner__container .filter__container .filter__row table tr td {
  padding-bottom: 20px;
}
.shops .filter__section .inner__container .filter__container .filter__row table tr td ul {
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shops .filter__section .inner__container .filter__container .filter__row table tr td ul li {
  width: 20% !important;
  margin-right: 0 !important;
}
.shops .filter__section .inner__container .filter__container .filter__row table tr td ul li:nth-of-type(n+6) {
  margin-top: 20px;
}
.shops .filter__section .inner__container .filter__container .filter__row table tr td:first-child {
  width: 154px;
}
.shops .filter__section .inner__container .filter__container .filter__row table:first-child tr:first-child td ul li:not(:last-child) {
  margin-right: 16px;
}
.shops .filter__section .inner__container .filter__container .filter__row table:first-child tr:first-child td:nth-of-type(2) {
  vertical-align: top;
}
.shops .filter__section .inner__container .filter__container .filter__row table:first-child tr:last-child td ul li:first-child {
  width: 106px;
}
.shops .filter__section .inner__container .filter__container .filter__row table:first-child tr:last-child td ul li:first-child, .shops .filter__section .inner__container .filter__container .filter__row table:first-child tr:last-child td ul li:nth-of-type(2), .shops .filter__section .inner__container .filter__container .filter__row table:first-child tr:last-child td ul li:nth-of-type(3), .shops .filter__section .inner__container .filter__container .filter__row table:first-child tr:last-child td ul li:nth-of-type(4) {
  width: 105px;
}
.shops .filter__section .inner__container .filter__container .filter__row table:not(:first-child) {
  margin-top: 25px;
}
.shops .filter__section .inner__container .filter__container .filter__row table:not(:first-child) td ul li:first-child, .shops .filter__section .inner__container .filter__container .filter__row table:not(:first-child) td ul li:nth-of-type(2), .shops .filter__section .inner__container .filter__container .filter__row table:not(:first-child) td ul li:nth-of-type(3), .shops .filter__section .inner__container .filter__container .filter__row table:not(:first-child) td ul li:nth-of-type(4) {
  width: 105px;
}
.shops .filter__section .inner__container .btn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fbf7f3;
}
.shops .filter__section .inner__container .btn__container input {
  width: 250px;
  color: #e83428;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 14px 0;
  background-color: transparent;
  background-image: url("../img/common/ico_arrow_back.png");
  background-repeat: no-repeat;
  background-size: 7.5px 13.5px;
  border: 1px solid #e83428;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.shops .filter__section .inner__container .btn__container input:first-child {
  padding-left: 52.5px;
  background-position: right 50px top 16px;
}
.shops .filter__section .inner__container .btn__container input:last-child {
  margin-left: 10px;
  padding-left: 88px;
  background-position: right 88px top 16px;
}
.shops .filter__section .inner__container .btn__container input:hover {
  background-image: url("../img/common/ico_arrow_back_hovered.png");
  background-color: #e83428;
  color: #fff;
}
.shops .menu__list .inner__container .item__list li .item__container .details__container .category__list li {
  background: #3bb441;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .shops header .submenu {
    display: none;
  }
  .shops .banner__header .banner__cols01 .ico--category {
    width: 37px;
  }
  .shops .filter__section {
    padding-top: 40px;
  }
  .shops .filter__section .inner__header,
.shops .filter__section .inner__container {
    width: calc(100% - 30px);
  }
  .shops .filter__section .inner__header h2 {
    padding-left: 32px;
    font-size: 18px;
  }
  .shops .filter__section .inner__header h2::before {
    width: 17px;
    height: 17.5px;
  }
  .shops .filter__section .inner__container .filter__container {
    margin-top: 20px;
    padding: 18px 20px 0;
  }
  .shops .filter__section .inner__container .filter__container .filter__row {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shops .filter__section .inner__container .filter__container .filter__row:not(:first-child) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .shops .filter__section .inner__container .filter__container .filter__row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shops .filter__section .inner__container .filter__container .filter__row:nth-of-type(3) {
    display: none;
    padding-bottom: 10px;
  }
  .shops .filter__section .inner__container .filter__container .filter__row h3 {
    position: relative;
    padding-left: 33px;
    font-size: 16px;
  }
  .shops .filter__section .inner__container .filter__container .filter__row h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .shops .filter__section .inner__container .filter__container .filter__row ul {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shops .filter__section .inner__container .filter__container .filter__row ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shops .filter__section .inner__container .filter__container .filter__row ul li:not(:last-child) {
    margin-right: 0;
  }
  .shops .filter__section .inner__container .filter__container .filter__row ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .shops .filter__section .inner__container .filter__container .filter__row .filter__column01 {
    padding-right: 0;
    width: 100%;
  }
  .shops .filter__section .inner__container .filter__container .filter__row .filter__column02 {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    border-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .shops .filter__section .inner__container .filter__container .filter__row .filter__column02 .btn__more {
    margin-top: 20px;
    display: block;
    padding-left: 29px;
    position: relative;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .shops .filter__section .inner__container .filter__container .filter__row .filter__column02 .btn__more:hover {
    opacity: 0.7;
  }
  .shops .filter__section .inner__container .filter__container .filter__row .filter__column02 .btn__more::before {
    content: "";
    position: absolute;
    top: 44%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/common/ico_btnmore.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .shops .filter__section .inner__container .filter__container .filter__row .filter__column02 .btn__more.active::before {
    background-image: url("../img/common/ico_btnmore_active.png");
  }
  .shops .filter__section .inner__container .filter__container .filter__row table:first-child tr:first-child td ul li:not(:last-child) {
    margin-right: 0;
  }
  .shops .filter__section .inner__container .filter__container .filter__row table:last-child tr:last-child td {
    padding-bottom: 20px;
  }
  .shops .filter__section .inner__container .filter__container .filter__row table tr td {
    display: block;
    padding-bottom: 20px;
  }
  .shops .filter__section .inner__container .filter__container .filter__row table tr td ul {
    margin-top: 0;
  }
  .shops .filter__section .inner__container .filter__container .filter__row table tr td ul li {
    width: 50% !important;
  }
  .shops .filter__section .inner__container .filter__container .filter__row table tr td ul li:nth-of-type(n+6) {
    margin-top: 10px;
  }
  .shops .filter__section .inner__container .filter__container .filter__row table tr td:first-child {
    width: 154px;
  }
  .shops .filter__section .inner__container .btn__container {
    display: block;
    padding: 20px 0 40px;
  }
  .shops .filter__section .inner__container .btn__container input {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    padding: 10px 0;
  }
  .shops .filter__section .inner__container .btn__container input:first-child {
    background-position: right 50px top 13px;
  }
  .shops .filter__section .inner__container .btn__container input:last-child {
    margin-top: 10px;
    margin-left: auto;
    background-position: right 88px top 13px;
  }
}
/**************************************
map.scss
***************************************/
.map .banner__header {
  background: #f4511e;
}
.map .banner__header .banner__cols01 .ico--category {
  background-image: url("../img/common/ico_header_maps.png");
}
.map .section__01 {
  padding-bottom: 70px;
}
.map .section__01 .container {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
.map .section__01 .container .archive-map {
  height: 700px;
}
.map .section__01 .container .slide__container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  overflow: hidden;
  z-index: 1;
}
.map .section__01 .container .slide__container.open {
  display: block;
}
.map .section__01 .container .slide__container .slide__item {
  display: none;
  position: relative;
  top: 0;
  left: -300px;
  width: 300px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.map .section__01 .container .slide__container .slide__item.active {
  display: block;
}
.map .section__01 .container .slide__container .slide__item.left {
  left: 0;
}
.map .section__01 .container .slide__container .slide__item .item__container {
  margin-top: 0;
}
.map .section__01 .container .slide__container .slide__item .item__container:hover {
  opacity: 1;
}
.map .section__01 .container .slide__container .slide__item .item__container .img__container {
  position: relative;
  border-radius: 0;
}
.map .section__01 .container .slide__container .slide__item .item__container .img__container .ico__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.map .section__01 .container .slide__container .slide__item .item__container .img__container .ico__close:hover {
  opacity: 0.7;
}
.map .section__01 .container .slide__container .slide__item .item__container .img__container .ico__close::before, .map .section__01 .container .slide__container .slide__item .item__container .img__container .ico__close::after {
  position: absolute;
  left: 15px;
  content: "";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.map .section__01 .container .slide__container .slide__item .item__container .img__container .ico__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.map .section__01 .container .slide__container .slide__item .item__container .img__container .ico__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.map .section__01 .container .slide__container .slide__item .item__container .details__container {
  border-radius: 0;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .map header .submenu {
    display: none;
  }
  .map .section__01 {
    padding-bottom: 20px;
  }
  .map .section__01 .container .archive-map {
    height: 500px;
  }
  .map .section__01 .container .slide__container {
    width: 100%;
  }
  .map .section__01 .container .slide__container .slide__item {
    left: -320px;
    width: 80%;
    min-width: 280px;
    max-width: 320px;
  }
}
/**************************************
detail.scss
***************************************/
.detail .banner__header {
  background: #e83929;
}
.detail .banner__header .banner__cols02 {
  padding-bottom: 3px;
}
.detail.washoku .banner__header .banner__cols01 .ico--category {
  height: 26px;
  background-image: url("../img/category/ico_japanesefood.png");
}
.detail.washoku .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #6fc7d5;
}
.detail.washoku .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_japanesefood.png");
  width: 35px;
  height: 20px;
}
.detail.western .banner__header .banner__cols01 .ico--category {
  width: 30px;
  height: 30px;
  background-image: url("../img/category/ico_westernfood.png");
}
.detail.western .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #0ba29a;
}
.detail.western .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_westernfood.png");
  width: 30px;
  height: 30px;
}
.detail.international .banner__header .banner__cols01 .ico--category {
  width: 30px;
  height: 30px;
  background-image: url("../img/category/ico_international.png");
}
.detail.international .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #07913a;
}
.detail.international .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_international.png");
  width: 30px;
  height: 30px;
}
.detail.ramen .banner__header .banner__cols01 .ico--category {
  width: 32px;
  height: 29px;
  background-image: url("../img/category/ico_ramen.png");
}
.detail.ramen .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #90c31f;
}
.detail.ramen .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_ramen.png");
  width: 30px;
  height: 25px;
}
.detail.izakaya .banner__header .banner__cols01 .ico--category {
  width: 30px;
  height: 34px;
  background-image: url("../img/category/ico_bar.png");
}
.detail.izakaya .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #f8b62b;
}
.detail.izakaya .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_bar.png");
  width: 24px;
  height: 28px;
}
.detail.cafe .banner__header .banner__cols01 .ico--category {
  width: 33px;
  height: 30px;
  background-image: url("../img/category/ico_coffee.png");
}
.detail.cafe .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #ea5413;
}
.detail.cafe .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_coffee.png");
  width: 28px;
  height: 25px;
}
.detail.bread .banner__header .banner__cols01 .ico--category {
  width: 36px;
  height: 16px;
  background-image: url("../img/category/ico_bread.png");
}
.detail.bread .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #e83421;
}
.detail.bread .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_bread.png");
  width: 31px;
  height: 15px;
}
.detail.wagashi .banner__header .banner__cols01 .ico--category {
  width: 36px;
  height: 25px;
  background-image: url("../img/category/ico_japanesesweets.png");
}
.detail.wagashi .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #e95098;
}
.detail.wagashi .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_japanesesweets.png");
  width: 30px;
  height: 20px;
}
.detail.pastry .banner__header .banner__cols01 .ico--category {
  width: 36px;
  height: 35px;
  background-image: url("../img/category/ico_pastry.png");
}
.detail.pastry .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #601986;
}
.detail.pastry .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_pastry.png");
  width: 28px;
  height: 28px;
}
.detail.others .banner__header .banner__cols01 .ico--category {
  width: 30px;
  height: 7px;
  background-image: url("../img/category/ico_other.png");
}
.detail.others .details__container .inner__header .inner__header--cols01 .ico__menu {
  background-color: #0d6fb8;
}
.detail.others .details__container .inner__header .inner__header--cols01 .ico__menu::after {
  background-image: url("../img/category/ico_other.png");
  width: 26px;
  height: 8px;
}
.detail .details__container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.detail .details__container .inner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.detail .details__container .inner__header .inner__header--cols01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .details__container .inner__header .inner__header--cols01 .text span {
  display: block;
  margin-top: 7px;
  font-size: 25px;
  font-weight: bold;
}
.detail .details__container .inner__header .inner__header--cols02 .catitem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
}
.detail .details__container .inner__header .inner__header--cols02 .catitem__list li {
  margin-bottom: 5px;
}
.detail .details__container .inner__header .inner__header--cols02 .catitem__list li a {
  display: block;
  padding: 4px 15px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
.detail .details__container .inner__header .inner__header--cols02 .catitem__list li:not(:last-child) {
  margin-right: 5px;
}
.detail .details__container .inner__container p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.8;
}
.detail .details__container .inner__container .content__details {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail .details__container .inner__container .content__details > div {
  width: calc(50% - 25px);
}
.detail .details__container .inner__container .content__details .content__cols01 {
  width: 550px;
}
.detail .details__container .inner__container .content__details .content__cols01 .gallery-top .swiper-slide {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.detail .details__container .inner__container .content__details .content__cols01 .gallery-top .swiper-button-next,
.detail .details__container .inner__container .content__details .content__cols01 .gallery-top .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  float: none;
}
.detail .details__container .inner__container .content__details .content__cols01 .gallery-top .swiper-button-prev {
  background-image: url("../img/common/ico_swiper_left.png");
  left: 15px;
}
.detail .details__container .inner__container .content__details .content__cols01 .gallery-top .swiper-button-next {
  background-image: url("../img/common/ico_swiper_right.png");
  right: 15px;
}
.detail .details__container .inner__container .content__details .content__cols01 .gallery-thumbs {
  margin-top: 6px;
}
.detail .details__container .inner__container .content__details .content__cols01 .gallery-thumbs .swiper-slide {
  width: calc(33.33% - 4px);
  height: 113px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.detail .details__container .inner__container .content__details .content__cols01 .gallery-thumbs .swiper-slide span {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  line-height: 1.9;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.detail .details__container .inner__container .content__details .content__cols01 .gallery-thumbs .swiper-slide:hover span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container {
  margin-top: 50px;
  background-color: #fbf7f3;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols01 {
  margin-right: 16px;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols01 .img__container {
  width: 140px;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols02 .info__container .category {
  display: inline-block;
  color: #e83428;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  border: 1px solid #e83428;
  border-radius: 2px;
  border-sizing: border-box;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols02 .info__container h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols02 .info__container .price {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols02 .info__container .price span {
  color: #e83428;
  font-size: 23px;
  font-weight: 500;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item:not(:first-child) {
  padding-top: 20px;
}
.detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail .details__container .inner__container .content__details .content__cols02 .details__list tr td {
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: top;
}
.detail .details__container .inner__container .content__details .content__cols02 .details__list tr td .a__googlelink {
  position: relative;
  display: block;
  margin-top: 15px;
  color: #2837ff;
}
.detail .details__container .inner__container .content__details .content__cols02 .details__list tr td .a__googlelink::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 7.5px;
  background-image: url("../img/common/ico_arrow_google.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.detail .details__container .inner__container .content__details .content__cols02 .details__list tr td:first-child {
  min-width: 150px;
  font-weight: 500;
}
.detail .details__container .inner__container .content__details .content__cols02 .details__list tr.contact__tr td:first-child {
  vertical-align: middle;
}
.detail .details__container .inner__container .content__details .content__cols02 .details__list tr.contact__tr td:last-child {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.detail .details__container .inner__container .content__details .content__cols02 .details__list tr:not(:first-child) td {
  border-top: 1px solid #eaeaea;
}
.detail .details__container .inner__container .content__details .content__cols02 .details__list tr:last-child td {
  border-bottom: 1px solid #eaeaea;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li {
  min-width: 155px;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li:last-child {
  min-width: 210px;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li span:first-child {
  padding: 10px 0;
  display: block;
  color: #fff;
  background-color: #4c341b;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li span:last-child {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li:not(:last-child) span {
  border-right: 1px solid #ddd;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li:first-child span:first-child {
  position: relative;
  border-top-left-radius: 5px;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li:first-child span:last-child {
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 5px;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li:last-child span:first-child {
  position: relative;
  border-top-right-radius: 5px;
}
.detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li:last-child span:last-child {
  border-right: 1px solid #ddd;
  border-bottom-right-radius: 5px;
}
.detail .details__container .inner__container .content__details .content__cols02 .notes__list {
  margin-top: 20px;
}
.detail .details__container .inner__container .content__details .content__cols02 .notes__list p {
  font-size: 12px;
  line-height: 2;
}
.detail .menu--moreshop {
  padding: 70px 0 60px;
  background-color: #fbf7f3;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .detail.washoku .details__container .inner__header .inner__header--cols01 .ico__menu::after {
    background-image: url("../img/category/ico_japanesefood.png");
    width: 31px;
    height: 20px;
  }
  .detail .details__container {
    padding: 40px 0;
  }
  .detail .details__container .inner__header,
.detail .details__container .inner__container {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .detail .details__container .inner__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail .details__container .inner__header .inner__header--cols01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .detail .details__container .inner__header .inner__header--cols01 .ico__menu {
    margin-right: 10px;
  }
  .detail .details__container .inner__header .inner__header--cols01 .text p {
    font-size: 12px;
  }
  .detail .details__container .inner__header .inner__header--cols01 .text span {
    margin-top: 4px;
    font-size: 18px;
  }
  .detail .details__container .inner__header .inner__header--cols02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .detail .details__container .inner__header .inner__header--cols02 .catitem__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail .details__container .inner__header .inner__header--cols02 .catitem__list li a {
    border-radius: 2px;
    padding: 5px 18px;
  }
  .detail .details__container .inner__header > div {
    width: 100%;
  }
  .detail .details__container .inner__container p {
    margin-top: 20px;
    line-height: 1.8;
  }
  .detail .details__container .inner__container .content__details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail .details__container .inner__container .content__details > div {
    width: 100%;
  }
  .detail .details__container .inner__container .content__details .content__cols01 {
    width: 100%;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .gallery-top .swiper-slide {
    padding-top: 60%;
    min-height: auto;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .gallery-top .swiper-button-next,
.detail .details__container .inner__container .content__details .content__cols01 .gallery-top .swiper-button-prev {
    width: 17px;
    height: 33px;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .gallery-thumbs .swiper-slide {
    height: auto;
    padding-top: 20%;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .gallery-thumbs .swiper-slide span {
    font-size: 10px;
    line-height: 1.2;
    padding: 0 7px;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .banner__container {
    margin-top: 40px;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols01 {
    margin-right: 10px;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols01 .img__container {
    width: 100px;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols02 .info__container .category {
    font-size: 11px;
    padding: 4px 6px;
    letter-spacing: normal;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols02 .info__container h3 {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols02 .info__container .price {
    margin-top: 10px;
    font-size: 12px;
  }
  .detail .details__container .inner__container .content__details .content__cols01 .banner__container .banner__item .banner__cols02 .info__container .price span {
    font-size: 18px;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .details__list {
    margin-top: 35px;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .details__list tr td {
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .details__list tr td:first-child {
    min-width: 82px;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .details__list tr.contact__tr td:last-child {
    font-size: 14px;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .chart__table {
    margin-top: 40px;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .chart__table ul {
    width: 100%;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li {
    min-width: 62px;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li:nth-of-type(2) {
    min-width: 120px;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li span {
    font-size: 12px;
  }
  .detail .details__container .inner__container .content__details .content__cols02 .chart__table ul li:last-child {
    min-width: calc(100% - 186px);
  }
  .detail .details__container .inner__container .content__details .content__cols02 .notes__list p {
    font-size: 11px;
  }
  .detail .menu--moreshop {
    padding: 40px 0 60px;
    background-color: #fbf7f3;
  }
}
/**************************************
news.scss
***************************************/
.post-type-archive-news .banner__header {
  background: #F76E3C;
}
.post-type-archive-news .banner__header .banner__cols01 .ico--category {
  width: 60px;
  height: 60px;
  background-image: url("../img/common/ico_news.png");
}
.post-type-archive-news .secNews01 {
  margin: 0 auto;
  padding: 90px 0 125px;
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-type-archive-news .secNews01__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.post-type-archive-news .secNews01__listItem:last-child {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.post-type-archive-news .secNews01__listItemSpan {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 126px;
}
.post-type-archive-news .secNews01__listItemTxt {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.5;
  word-break: break-all;
}
.post-type-archive-news .wp-pagenavi {
  margin-top: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-type-archive-news .wp-pagenavi * {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  background: #fff;
  color: #F76E3C;
  border-color: #fff;
  margin-right: 4px;
}
.post-type-archive-news .wp-pagenavi *:last-child {
  margin-right: 0;
}
.post-type-archive-news .wp-pagenavi *:hover {
  border-color: #F76E3C;
}
.post-type-archive-news .wp-pagenavi .current {
  background: #F76E3C;
  border-color: #F76E3C;
  color: #fff;
}
.post-type-archive-news .wp-pagenavi .previouspostslink,
.post-type-archive-news .wp-pagenavi .nextpostslink {
  position: relative;
  color: #fff;
}
.post-type-archive-news .wp-pagenavi .previouspostslink {
  margin-right: 12px;
}
.post-type-archive-news .wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 18px;
  background-image: url("../img/common/ico_arrow_orange02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.post-type-archive-news .wp-pagenavi .nextpostslink {
  margin-left: 8px;
  margin-right: 0;
}
.post-type-archive-news .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 10px;
  height: 18px;
  background-image: url("../img/common/ico_arrow_orange02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.single-news .banner__header {
  background: #F76E3C;
}
.single-news .banner__header .banner__cols01 .ico--category {
  width: 60px;
  height: 60px;
  background-image: url("../img/common/ico_news.png");
}
.single-news .secNewsDetail {
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
}
.single-news .secNewsDetail__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.single-news .secNewsDetail__date svg {
  max-width: 20px;
  margin-right: 10px;
}
.single-news .secNewsDetail__header {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.single-news .secNewsDetail__content {
  margin-top: 40px;
}
.single-news .secNewsDetail__content * + * {
  margin-top: 1.75em;
}
.single-news .secNewsDetail__content br + * {
  margin-top: 0;
}
.single-news .secNewsDetail__content a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #F76E3C;
  text-decoration: underline;
  word-break: break-all;
}
.single-news .secNewsDetail__content a:hover {
  opacity: 0.7;
}
.single-news .secNewsDetail__content h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.single-news .secNewsDetail__content h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.single-news .secNewsDetail__content h3 {
  font-size: 2.2rem;
  line-height: 1.6;
}
.single-news .secNewsDetail__content h4 {
  font-size: 1.8rem;
  line-height: 1.6;
}
.single-news .secNewsDetail__content h5,
.single-news .secNewsDetail__content h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.single-news .secNewsDetail__content h1 + h2,
.single-news .secNewsDetail__content h2 + h3,
.single-news .secNewsDetail__content h3 + h4,
.single-news .secNewsDetail__content h4 + h5,
.single-news .secNewsDetail__content h5 + h6 {
  margin-top: 0.5em;
}
.single-news .secNewsDetail__content p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.single-news .secNewsDetail__content strong,
.single-news .secNewsDetail__content strong * {
  font-weight: bold;
}
.single-news .secNewsDetail__content em,
.single-news .secNewsDetail__content em * {
  font-style: italic;
}
.single-news .secNewsDetail__content ul {
  list-style-type: disc;
}
.single-news .secNewsDetail__content ol {
  list-style-type: decimal;
}
.single-news .secNewsDetail__content ul,
.single-news .secNewsDetail__content ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.single-news .secNewsDetail__content ul li,
.single-news .secNewsDetail__content ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.single-news .secNewsDetail__content sup,
.single-news .secNewsDetail__content sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.single-news .secNewsDetail__content hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.single-news .secNewsDetail__content blockquote {
  background: #F76E3C;
  padding: 30px;
}
.single-news .secNewsDetail__content table {
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.single-news .secNewsDetail__content table thead th,
.single-news .secNewsDetail__content table thead td {
  font-weight: bold;
  text-align: center;
}
.single-news .secNewsDetail__content table tr th,
.single-news .secNewsDetail__content table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.single-news .secNewsDetail__content table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.single-news .secNewsDetail__content img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.single-news .secNewsDetail__content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-news .secNewsDetail__content img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.single-news .secNewsDetail__content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-news .secNewsDetail__content .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.single-news .secNewsDetail__content .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.single-news .secNewsDetail__content .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}
.single-news .secNewsDetail__btn {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 280px;
  height: 54px;
  border: 1px solid #F76E3C;
  border-radius: 4px;
}
.single-news .secNewsDetail__btn:hover {
  background: #F76E3C;
}
.single-news .secNewsDetail__btn:hover .secNewsDetail__btnSpan {
  color: #fff;
}
.single-news .secNewsDetail__btn:hover .secNewsDetail__btnSpan::after {
  background-image: url("../img/common/ico_arrow_white02.png");
}
.single-news .secNewsDetail__btnSpan {
  position: relative;
  padding-right: 20px;
  color: #F76E3C;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-news .secNewsDetail__btnSpan::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 10px;
  height: 18px;
  background-image: url("../img/common/ico_arrow_orange02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .post-type-archive-news .banner__header {
    background: #F76E3C;
  }
  .post-type-archive-news .banner__header .banner__cols01 .ico--category {
    width: 45px;
    height: 45px;
  }
  .post-type-archive-news .submenu {
    display: none;
  }
  .post-type-archive-news .breadcrumbs__container {
    display: none;
  }
  .post-type-archive-news .btn__backtotop {
    bottom: 19px;
  }
  .post-type-archive-news .secNews01 {
    margin: 0 auto;
    padding: 70px 18px 100px;
    width: 100%;
  }
  .post-type-archive-news .secNews01__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
  }
  .post-type-archive-news .secNews01__listItem:first-child {
    border-top: 0;
  }
  .post-type-archive-news .secNews01__listItemSpan {
    font-size: 15px;
    max-width: 100%;
  }
  .post-type-archive-news .secNews01__listItemTxt {
    width: 100%;
    margin-top: 10px;
  }
  .post-type-archive-news .wp-pagenavi {
    margin-top: 50px;
  }
  .single-news .banner__header {
    background: #F76E3C;
  }
  .single-news .banner__header .banner__cols01 .ico--category {
    width: 45px;
    height: 45px;
  }
  .single-news .secNewsDetail {
    margin: 50px 0 100px;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .single-news .secNewsDetail__header {
    margin-top: 20px;
    line-height: 1.7;
  }
  .single-news .secNewsDetail__btn {
    margin: 40px auto 0;
    max-width: 100%;
  }
}