@charset "utf-8";

body {
  position: relative;
  width: 100%;
  line-height: 1.6;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.86;
  letter-spacing: 1px;
  text-align: center;
  background: #f5f7f6;
  font-feature-settings : "palt";
}
@media screen and (max-width: 768px){
  body {
    width: 100%;
    min-width: 320px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

* {box-sizing: border-box;}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus{overflow: visible;}

img {
  max-width: 100%;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  font-family: inherit;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

input[type=submit],
input[type=text],
input[type=email],
button,
select,
textarea {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text],
input[type=email],
textarea,
select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: solid 1px #cccccc;
}
textarea {
  height: 170px;
  line-height: 1.6;
  padding: 10px;
  resize: vertical;
}
input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #999;
}
.c-select {
  position: relative;
}
.c-select::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 13px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
}

/* ------------------------------------
  Layout
------------------------------------ */
.l-wrapper {
  min-width: 1120px;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    min-width: 100%;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  padding-top: 24px;
  transition: all  0.3s ease-out;
  z-index: 100;
}
.page-home .l-header {
  /*background: transparent;*/
    background-color: #FFFFFF;
    opacity: 0.9;
}
.l-header.wht {
  color: #fff;
  background: transparent;
}
.l-header.wht a {
  color: #fff;
  background: transparent;
}
.l-header.sc {
  height: 120px;
  background: rgba(255,255,255,0.9);
}
.l-header.sc a {
  color: #000;
}
.l-header.on {
  background: transparent;
  color: #000;
}
.l-header.on a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    height: auto;
    padding-top: 0;
    background: rgba(255,255,255,0.95);
    z-index: 100;
  }
  .page-home .l-header {
    background: rgba(255,255,255,0.95);
  }
  .l-header.wht {
    color: #000;
  }
  .l-header.wht a {
    color: #000;
  }
  .l-header.sc {
    height: auto;
    background: rgba(255,255,255,0.95);
  }
  .l-header.on,
  .l-header.open {
    position: fixed;
    background: rgba(255,255,255,0.95);
  }
}

.l-main {
  padding: 165px 0 120px;
  background: #fff;
}
.page-home .l-main {
  padding: 0 0 1px;
}
.page-coffee .l-main,
.page-hotcake .l-main,
.page-pancake .l-main,
.page-soft_drink .l-main,
.page-food .l-main,
.page-dessert .l-main,
.page-morning .l-main,
.page-lunch .l-main,
.page-coffee_beans .l-main,
.page-menu_cdek .l-main,
.page-menu_karakuan .l-main {
  padding: 135px 0 0;
}
.page-fc .l-main {
  padding: 165px 0 0;
}
.page-shop .l-main {
  padding: 165px 0 10px;
}
.page-recruit .l-main {
  padding: 165px 0 230px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 70px 0 50px;
  }
  .page-coffee .l-main,
  .page-hotcake .l-main,
  .page-pancake .l-main,
  .page-soft_drink .l-main,
  .page-food .l-main,
  .page-dessert .l-main,
  .page-morning .l-main,
  .page-lunch .l-main,
  .page-coffee_beans .l-main {
    padding: 35px 0 0 0;
  }
  .page-menu_cdek .l-main,
  .page-menu_karakuan .l-main {
    padding: 35px 0 1px;
  }
  .page-fc .l-main {
    padding: 70px 0 0 0;
  }
  .page-shop .l-main {
    padding: 70px 0 0 0;
  }
  .page-recruit .l-main {
    padding: 70px 0 100px;
  }
}

.l-footer {
  padding: 50px 0 30px;
  color: #666;
}
.l-footer a {
  color: #666;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 0 60px;
  }
}

.l-base-w {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-base {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-base-s {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-base-w {
    max-width: 100%;
    padding: 0 20px;
  }
  .l-base {
    max-width: 100%;
    padding: 0 20px;
  }
  .l-base-s {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* ------------------------------------
  Component
------------------------------------ */
.c-sp-only {
  display: none!important;
}
.c-sp-s-only {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .c-pc-only {
    display: none!important;
  }
  .c-sp-only {
    display: inherit!important;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-s-only {
    display: inherit!important;
  }
}

a.c-reverse {
  text-decoration: underline;
}
a.c-reverse:hover {
  text-decoration: none;
}

.c-anchor {
  margin-top: -20px;
  padding-top: 20px;
}

.c-opa {
  transition: all  0.3s ease-out;
}
.c-opa:hover {
  text-decoration: none!important;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-opa {
    transition: initial;
  }
  .c-opa:hover {
    opacity: 1;
  }
}

.c-link a {
  position: relative;
  padding: 0 20px 10px 0;
  font-size: 16px;
  letter-spacing: 1.2px;
  background: url(../images/common/arw.png) right 8px no-repeat;
  background-size: 6px auto;
}
.c-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ababab;
  transition: all  0.2s ease-out;
}
.c-link a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-link a {
    padding: 0 15px 8px 0;
    font-size: 13px;
    letter-spacing: 1px;
    background: url(../images/common/arw.png) right 6px no-repeat;
    background-size: 5px auto;
  }
}

.c-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.c-text {
  margin-bottom: 1em;
}
.c-text-s {
  font-size: 12px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 13px;
  }
  .c-text-s {
    font-size: 11px;
  }
}

.c-box {
  padding: 20px 25px 5px;
  border: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .c-box {
    padding: 15px 15px 0;
  }
}


.c-list {
  margin-left: 1em;
}

.c-btn {
  position: relative;
  width: 290px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.9px;
  background: #197858;
  border: 1px solid #197858;
  color: #fff;
  transition: all 0.3s ease-out;
}
.c-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.c-btn a,
.c-btn input {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
}
.c-btn:hover {
  background: #fff;
  color: #197858;
}
.c-btn:hover a,
.c-btn:hover input {
  color: #197858;
}
.c-btn:hover::after {
  border-color: #197858 #197858 transparent transparent;
}
.c-btn-back {
  background: #adadad;
  border: 1px solid #adadad;
}
.c-btn-back::after {
  right: auto;
  left: 20px;
  border-color: transparent transparent #fff #fff;
}
.c-btn-back:hover {
  color: #adadad;
}
.c-btn-back:hover a,
.c-btn-back:hover input {
  color: #adadad;
}
.c-btn-back:hover::after {
  border-color: #adadad #adadad transparent transparent;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: 0.7px;
  }
  .c-btn::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .c-btn-back {
    margin-right: 20px;
  }
}

.c-btn__wrap {
  display: flex;
}

.c-heading01 {
  position: relative;
  padding-left: 10px;
}
.c-heading01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 3px;
  height: 60%;
  background: #18724C;
}
@media screen and (max-width: 768px) {
  .c-heading01 {
    margin: 10px 0;
    padding-left: 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .c-heading01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 2px;
    height: 60%;
  }
}

.c-maplink {
 padding-left: 18px;
 background: url(../images/common/ico_pin.png) left center no-repeat;
 background-size: 10px auto;
}
@media screen and (max-width: 768px) {
  .c-maplink {
   padding-left: 15px;
   background: url(../images/common/ico_pin.png) left center no-repeat;
   background-size: 8px auto;
  }
}

.c-post__img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-post__noimg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}

.c-zoomIn {
  transition: all 0.3s ease-out;
}
.c-zoomIn:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.c-zoomOut {
  transition: all 0.3s ease-out;
}
.c-zoomOut:hover {
  transform: scale(0.95);
  transition: all 0.3s ease-out;
}

.c-effect__underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.c-effect__underline::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.l-header.wht .c-effect__underline::after {
  background: #fff;
}
.l-footer .c-effect__underline::after {
  background: #666;
}
.c-effect__underline:hover::after {
  bottom: -3px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .c-effect__underline::after {
    display: none;
  }
}

.c-overlay,
.c-overlayMenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 2000;
}
.c-overlayMenu {
  background: rgba(0,0,0,0.4);
  z-index: 9;
}
.c-modalAllergy {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1122px;
  height: 1344px;
  margin-left: -561px;
  z-index: 2001;
}
@media screen and (max-width: 768px) {
  .c-modalAllergy {
    width: 96%;
    height: auto;
    margin-left: -48%;
  }
}

/* ------------------------------------
  Project
------------------------------------ */
/* header */
.p-header__logo {
  position: relative;
  margin-bottom: 10px;
  z-index: 11;
}
.p-header__menuList {
}
.p-header__menuList ul {
  display: flex;
  justify-content: center;
}
.p-header__menuList li {
  padding: 0 18px;
}
.p-header__menuList-menu {
}
.p-header__menuList li a {
  position: relative;
  z-index: 11;
}
.p-header__menuList-menu {
}
.p-header__menuList-menu > a {
  position: relative;
  padding-right: 18px;
}
.p-header__menuList-menu > a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 6px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color:  transparent transparent #000 #000;
  transform: rotate(-45deg);
}
.l-header.wht .p-header__menuList-menu > a::after {
  border-color:  transparent transparent #fff #fff;
}
.l-header.on .p-header__menuList-menu > a::after {
  top: 10px;
  border-color: #000 #000 transparent transparent;
}
.p-header__subMenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 135px 0 50px;
  background: #fff;
  z-index: 10;
}
.p-header__subMenu dt {
  margin-bottom: 25px;
  color: #000;
  text-align: left;
}
.p-header__subMenu dt a {
  line-height: 1;
  padding-right: 18px;
  background: url(../images/common/arw.png) right 6px no-repeat;
}
.p-header__subMenu dd {
}
.p-header__subMenuList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.p-header__subMenuList li {
  width: calc(100%/4);
  height: 146px;
  padding: 0 0 30px 30px;
}
.p-header__subMenuListItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.p-header__subMenuListItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.p-header__subMenuListItem.item-coffee::before {
  background: url(../images/menu/menu_list_s_coffee.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem.item-hotcake::before {
  background: url(../images/menu/menu_list_s_hotcake.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem.item-pancake::before {
  background: url(../images/menu/menu_list_s_pancake.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem.item-soft_drink::before {
  background: url(../images/menu/menu_list_s_soft_drink.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem.item-food::before {
  background: url(../images/menu/menu_list_s_food.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem.item-dessert::before {
  background: url(../images/menu/menu_list_s_dessert.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem.item-morning::before {
  background: url(../images/menu/menu_list_s_morning.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem.item-lunch::before {
  background: url(../images/menu/menu_list_s_lunch.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem.item-coffee_beans::before {
  background: url(../images/menu/menu_list_s_coffee_beans.jpg) center center no-repeat;
  background-size: cover;
}
.p-header__subMenuListItem:hover::before {
  transform: scale(1.05);
}
.p-header__subMenuListItem > span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    position: absolute;
    left: 10px;
    top: 8px;
    margin-bottom: 0;
  }
  .p-header__logo img {
    width: 34px;
  }
  .p-header__menuList {
    display: none;
  }
  .p-header__menuList > ul {
    display: block;
    padding: 70px 0 35px;
  }
  .p-header__menuList li {
    padding: 0 0 20px;
    font-size: 17px;
  }
  .p-header__menuList li a {
    color: #000;
  }
  .p-header__menuList-menu > a {
    padding-right: 18px;
  }
  .p-header__menuList-menu > a::after {
    right: 3px;
    top: 8px;
  }
  .l-header.wht .p-header__menuList-menu > a::after {
    border-color:  transparent transparent #000 #000;
  }
  .l-header.on .p-header__menuList-menu > a::after {
    top: 13px;
    border-color: #000 #000 transparent transparent;
  }
  .p-header__subMenu {
    position: relative;
    left: auto;
    top: auto;
    padding: 15px 0 0 0;
    background: transparent;
    z-index: 10;
  }
  .p-header__subMenu dt {
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
  }
  .p-header__subMenu dt a {
    padding-right: 0;
    background: none;
  }
  .p-header__subMenu dd {
  }
  .p-header__subMenuList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  .p-header__subMenuList li {
    width: calc(100%/2);
    height: 90px;
    padding: 0 0 20px 20px;
    font-size: 12px;
  }
  .p-header__subMenuListItem {
  }
  .p-header__subMenuListItem:hover::before {
    transform: scale(1);
  }
}

/* header__menuBtn */
.p-header__menuBtnWrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__menuBtnWrap {
    display: block;
    position: absolute;
    right: 5px;
    top: 8px;
    width: 35px;
    height: 18px;
    z-index: 1000;
  }
  .p-header__menuBtn,
  .p-header__menuBtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .p-header__menuBtn {
    position: relative;
    width: 25px;
    height: 16px;
    margin: 0;
  }
  .p-header__menuBtn span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #666;
  }
  .l-header.wht .p-header__menuBtn span {
   background-color: #cacaca;
  }
  .p-header__menuBtn span:nth-of-type(1) {
    top: 0px;
  }
  .p-header__menuBtn span:nth-of-type(2) {
    top: 7px;
  }
  .p-header__menuBtn span:nth-of-type(3) {
    bottom: 0px;
  }
  .p-header__menuBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    background-color: #7d7d7d;
  }
  .p-header__menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-header__menuBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    background-color: #7d7d7d;
  }
}

/* footer */
.p-footer__snsList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.p-footer__snsList li {
  padding: 0 14px;
}
.p-footer__snsList li img {
  vertical-align: middle;
}
.p-footer__snsList li.fb img {
  width: 13px;
}
.p-footer__snsList li.tw img {
  width: 23px;
}
.p-footer__snsList li.insta img {
  width: 23px;
}
.p-footer__snsList li.line img {
  width: 26px;
}
.p-footer__menuList {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.p-footer__menuList li {
  padding: 0 20px;
}
.p-footer__copyright {
  font-size: 10px;
  letter-spacing: 0.8px;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .p-footer__snsList {
    margin-bottom: 30px;
  }
  .p-footer__snsList li {
    padding: 0 13px;
  }
  .p-footer__snsList li.fb img {
    width: 8px;
  }
  .p-footer__snsList li.tw img {
    width: 15px;
  }
  .p-footer__snsList li.insta img {
    width: 15px;
  }
  .p-footer__snsList li.line img {
    width: 17px;
  }
  .p-footer__menuList {
    margin-bottom: 15px;
  }
  .p-footer__menuList li {
    font-size: 10px;
    padding: 0 5px;
  }
  .p-footer__copyright {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
}

/* p-kv */
.p-kv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
  margin-bottom: 70px;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-kv {
    height: 155px;
    margin-bottom: 30px;
  }
}

/* p-shopInfo */
.p-shopInfo {
  padding: 30px 20px 35px;
  background: #f5f7f6;
}
.p-shopInfo__shopName {
  margin-bottom: 2px;
  font-size: 24px;
}
.p-shopInfo__address {
  margin-bottom: 2px;
}
.p-shopInfo__address span {
  font-size: 14px;
}
.p-shopInfo__address span a {
  padding-right: 20px;
  background: url(../images/common/ico_pin.png) right center no-repeat;
}
.p-shopInfo__businessHours {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-shopInfo {
    padding: 15px 15px 20px;
  }
  .p-shopInfo__shopName {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .p-shopInfo__address {
    margin-bottom: 0px;
  }
  .p-shopInfo__address span {
    font-size: 10px;
  }
  .p-shopInfo__address span a {
    padding-right: 15px;
    background: url(../images/common/ico_pin.png) right center no-repeat;
    background-size: 8px auto;
  }
  .p-shopInfo__businessHours {
    font-size: 10px;
  }
}

/* p-pageTitle */
.p-pageTitle {
  margin-bottom: 40px;
}
.p-kv .p-pageTitle {
  margin-bottom: 0px;
}
.page-recruit .p-pageTitle {
  margin-bottom: 60px;
}
.p-pageTitle .en {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2.2px;
}
.p-kv .p-pageTitle .en {
  margin-bottom: 10px;
}
.p-pageTitle .jp {
  display: block;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .p-pageTitle {
    margin-bottom: 28px;
  }
  .p-kv .p-pageTitle {
    margin-bottom: 0px;
  }
  .page-recruit .p-pageTitle {
    margin-bottom: 60px;
  }
  .p-pageTitle .en {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .p-kv .p-pageTitle .en {
    margin-bottom: 10px;
  }
  .p-pageTitle .jp {
    display: block;
    line-height: 1.2;
    font-size: 19px;
    letter-spacing: 1.9px;
  }
}

/* p-tab01 */
.p-tab01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 20px;
  margin-bottom: 55px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
}
.p-tab01 li {
  position: relative;
  padding: 0 20px;
}
.p-tab01 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #999999;
}
.p-tab01 li:last-child {
  border-right: 1px solid #999;
}
.p-tab01 li a {
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .p-tab01 {
    height: 12px;
    line-height: 12px;
    margin-bottom: 40px;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
  .p-tab01 li {
    padding: 0 15px;
  }
}

/* p-sectionT01 */
.p-sectionT01 {
  margin-bottom: 120px;
}
.p-sectionT01__heading {
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: 2.9px;
}
@media screen and (max-width: 768px) {
  .p-sectionT01 {
    margin-bottom: 35px;
  }
  .p-sectionT01__heading {
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 2px;
  }
}

/* p-sectionT02 */
.p-sectionT02 {
  margin-bottom: 30px;
}
.p-sectionT02 a.line {
  text-decoration: underline;
}
.p-sectionT02 a.line:hover {
  text-decoration: none;
}
.p-sectionT02__heading {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 24px;
  letter-spacing: 1.9px;
  border-bottom: 1px solid #e3e4e6;
}
@media screen and (max-width: 768px) {
  .p-sectionT02 {
    margin-bottom: 30px;
  }
  .p-sectionT02__heading {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

/* p-listT01 */
.p-listT01 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e3e4e6;
}
.p-listT01 > dt {
  width: 30%;
  padding: 15px 20px;
  border-top: 1px solid #e3e4e6;
}
.p-listT01 > dd {
  width: 70%;
  padding: 15px 20px 15px 0;
  border-top: 1px solid #e3e4e6;
}
.p-listT01 > dt:nth-of-type(1),
.p-listT01 > dd:nth-of-type(1) {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p-listT01 {
    display: block;
    font-size: 13px;
  }
  .p-listT01 > dt {
    width: 100%;
    padding: 15px 0 0;
    border-top: 1px solid #e3e4e6;
  }
  .p-listT01 > dd {
    width: 100%;
    padding: 5px 0 15px 0;
    border-top: none;
  }
  .p-listT01 > dt:nth-of-type(1),
  .p-listT01 > dd:nth-of-type(1) {
    padding: 0 0 5px; 
    border-top: none;
  }
  .p-listT01 > dd:nth-of-type(1) {
    padding: 5px 0 15px 0;
  }
}

/* p-listT02 */
.p-listT02 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.43;
}
.p-listT02 > dt {
  width: 20%;
  padding: 0 20px;
}
.p-listT02 > dd {
  width: 80%;
  padding: 0 20px 10px 0;
}
@media screen and (max-width: 768px) {
  .p-listT02 {
    font-size: 13px;
    line-height: 1.43;
  }
  .p-listT02 > dt {
    width: 20%;
    padding: 0 10px 0 0;
  }
  .p-listT02 > dd {
    width: 80%;
    padding: 0 0 10px 0;
  }
}

/* p-inputList */
.p-inputList {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.mw_wp_form_confirm .p-inputList {
  margin-bottom: 60px!important;
}
.p-inputList > dt {
  width: 30%;
  padding: 18px 0 0;
}
.p-inputList > dd {
  width: 70%;
  padding: 10px 0 5px;
}
.mw_wp_form_confirm .p-inputList > dd {
  padding: 18px 0 0;
}
.p-inputList__input {
  margin-bottom: 5px;
}
.mw_wp_form_input .confirmOnly {
  display: none;
}
.mw_wp_form_confirm .inputOnly {
  display: none;
}
.mw_wp_form_confirm .c-select::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-inputList {
    display: block;
    font-size: 13px;
  }
  .mw_wp_form_confirm .p-inputList {
    margin-bottom: 30px!important;
  }
  .p-inputList > dt {
    width: 100%;
    padding: 0 0 2px;
  }
  .p-inputList > dd {
    width: 100%;
    padding: 0 0 10px;
  }
  .mw_wp_form_confirm .p-inputList > dd {
    padding: 0 0 10px;
  }
  .p-inputList__input {
    margin-bottom: 2px;
  }
}

/* p-postListT01 */
.p-postListT01 {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 0 35px -25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e4e6;
}
.page-home .p-postListT01 {
  margin: 0 0 0 -25px;
  padding-bottom: 0;
  border-bottom: none;
}
.p-postListT01__item {
  width: calc(100%/3);
  padding: 0 0 30px 25px;
}
.page-home .p-postListT01__item {
  padding: 0 0 0 25px;
}
.page-home .p-postListT01__item:nth-of-type(4) {
  display: none;
}
.p-postListT01__item a {
  display: block;
}
.p-postListT01__img {
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
}
.p-postListT01__date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.7px;
}
.p-postListT01__title {
  line-height: 1.57;
  letter-spacing: 0.7px;
  text-align: center;
}
.p-postListT01__text {
  line-height: 1.57;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .p-postListT01 {
    margin: 0 0 30px;
    padding-bottom: 10px;
  }
  .page-home .p-postListT01 {
    margin: 0 0 0 -20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-postListT01__item {
    width: calc(100%/2);
    padding: 0 0 20px 0;
  }
  .page-home .p-postListT01__item:nth-of-type(4) {
    display: block;
  }
  .p-postListT01__item:nth-child(odd) {
    padding: 0 10px 20px 0;
  }
  .p-postListT01__item:nth-child(even) {
    padding: 0 0 20px 10px;
  }
  .page-home .p-postListT01__item {
    padding: 0 0 20px 20px;
  }
  .p-postListT01__item a {
    display: block;
  }
  .p-postListT01__img {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
  }
  .p-postListT01__date {
    display: none;
  }
  .p-postListT01__title {
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0.7px;
  }
  .p-postListT01__text {
    font-size: 9px;
    line-height: 1.57;
    letter-spacing: 0.7px;
  }
}

/* p-postListT02 */
.p-postListT02 {
  margin: 0 0 65px;
  border-top: 1px solid #e3e4e6;
  text-align: left;
}
.p-postListT02 a {
  display: block;
}
.p-postListT02__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 24px;
  border-bottom: 1px solid #e3e4e6;
}
.p-postListT02__date {
  width: 90px;
  padding-right: 20px;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #666666;
}
.p-postListT02__category {
  min-width: 90px;
  padding-right: 20px;
}
.p-postListT02__category span {
  display: inline-block;
  min-width: 75px;
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #ffffff;
  background: #18724c;
  text-align: center;
}
.p-postListT02__title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-postListT02 {
    margin: 0 0 20px;
  }
  .p-postListT02__item {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e3e4e6;
  }
  .p-postListT02__date {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-postListT02__category {
    display: inline-block;
    min-width: auto;
    line-height: 1;
    padding-right: 20px;
  }
  .p-postListT02__category span {
    display: inline-block;
    min-width: 60px;
    padding: 4px 5px;
    font-size: 9px;
  }
  .p-postListT02__title {
    font-size: 13px;
  }
}

/* p-postSingle */
.p-postSingle {
  margin-bottom: 35px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e3e4e6;
  text-align: left;
}
.p-postSingle__wrap {
  display: flex;
  margin-bottom: 20px;
}
.p-postSingle__date {
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #666666;
}
.p-postSingle__category {
  display: flex;
  margin-left: 20px;
}
.p-postSingle__category span {
  display: block;
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #ffffff;
  background: #18724c;
}
.p-postSingle__title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 1.9px;
}
.p-postSingle__text {
  line-height: 1.86;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .p-postSingle {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .p-postSingle__wrap {
    display: flex;
    margin-bottom: 10px;
  }
  .p-postSingle__date {
    font-size: 12px;
    letter-spacing: 0.7px;
  }
  .p-postSingle__category {
    margin-left: 15px;
  }
  .p-postSingle__category span {
    padding: 1px 10px;
    font-size: 9px;
  }
  .p-postSingle__title {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .p-postSingle__text {
    line-height: 1.6;
    letter-spacing: 0.6px;
    font-size: 13px;
  }
  .p-postSingle__text img {
    width: 100%;
  }
}

/* p-postList__pagenation */
.p-postList__pagenation {
}
.p-postList__pagenation ul {
  display: flex;
  justify-content: center;
}
.p-postList__pagenation li {
  position: relative;
  line-height: 1;
  padding: 0 10px;
}
.p-postList__pagenation li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #999;
}
.p-postList__pagenation li:first-child::before {
  display: none;
}
.p-postList__pagenation li .current {
  font-weight: bold;
}
.p-postList__pagenation li a {
  color: #999;
}
.p-postList__pagenation li a:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-postList__pagenation {
    font-size: 13px;
  }
}

/* p-postSingle__pagenation */
.p-postSingle__pagenation {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #999999;
}
.p-postSingle__pagenation a {
  color: #999999;
}
.p-postSingle__pagenationBack a {
  padding-left: 20px;
  background: url(../images/common/back.png) left center no-repeat;
}
@media screen and (max-width: 768px) {
  .p-postSingle__pagenation {
    position: relative;
    display: block;
    font-size: 13px;
    letter-spacing: 0.7px;
  }
  .p-postSingle__pagenation a {
  }
  .p-postSingle__pagenationPrev {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
  }
  .p-postSingle__pagenationNext {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }
  .p-postSingle__pagenationBack {
    padding-top: 40px;
    padding-left: 0px;
  }
}

/* p-homeKv */
.p-homeKv {
  height: 690px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-homeKv span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
}
@media screen and (max-width: 768px) {
  .p-homeKv {
    height: 345px;
  }
}

/* p-homeAbout */
.p-homeAbout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 120px;
}
.p-homeAbout__right {
  width: 420px;
  padding-right: 60px;
}
.p-homeAbout__img {
  width: 100%;
  height: 360px;
  font-size: 18px;
  letter-spacing: 2px;
}
.p-homeAbout__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-homeAbout__imgInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.p-homeAbout__imgInner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/about.jpg) center center no-repeat;
  transition: all 0.3s ease-out;
}
.p-homeAbout__imgInner:hover::before {
  transform: scale(1.05);
}
.p-homeAbout__imgInner > div {
  position: relative;
}
.p-homeAbout__left {
  width: auto;
  text-align: left;
}
.p-homeAbout__heading {
  margin-bottom: 20px;
  letter-spacing: 2.2px;
}
.p-homeAbout__text {
  font-size: 24px;
  line-height: 2.08;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .p-homeAbout {
    display: block;
    margin-top: 30px;
  }
  .p-homeAbout__right {
    display: none;
  }
  .p-homeAbout__left {
    width: 100%;
  }
  .p-homeAbout__heading {
    margin-bottom: 5px;
    letter-spacing: 1.5px;
  }
  .p-homeAbout__text {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .p-homeAbout__img {
    height: 287px;
    padding: 0 0 20px;
    font-size: 14px;
    letter-spacing: 1.1px;
  }
  .p-homeAbout__imgInner:hover::before {
    transform: scale(1);
  }
}

/* p-homeMenu */
.p-homeMenu {
  max-width: 1500px;
  margin: 0 auto;
}
.p-homeMenu__list {
  position: relative;
  padding: 0 40px;
}
.p-homeMenu__item {
}
.p-homeMenu__item a {
  display: block;
}
.p-homeMenu__img img {
  display: inline;
}
.p-homeMenu__text {
  padding-top: 10px;
  font-size: 14px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 29px;
  height: 57px;
  margin-top: -28px;
  cursor: pointer;
}
.p-homeMenu__prev.slick-arrow {
  left: 0;
}
.p-homeMenu__next.slick-arrow {
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-homeMenu {
    max-width: 100%;
  }
  .p-homeMenu__list {
    padding: 0 20px;
  }
  .p-homeMenu__item {
    width: 100%;
  }
  .p-homeMenu__text {
    padding-top: 5px;
    font-size: 10px;
  }
  .slick-arrow {
    width: 10px;
    height: 20px;
    margin-top: -10px;
  }
  .p-homeMenu__prev.slick-arrow {
    left: 5px;
  }
  .p-homeMenu__next.slick-arrow {
    right: 5px;
  }
}

.p-shopDetail {
  margin-bottom: 100px;
}
.p-shopDetail__shop_name {
  font-size: 24px;
}
.p-shopDetail__shop_name_kana {
  margin-bottom: 25px;
  font-size: 14px;
}
.p-shopDetail__map {
  margin-bottom: 10px;
}
.p-shopDetail__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  text-align: left;
}
.p-shopDetail__list li {
  width: calc(50% - 20px);
  padding: 15px 0;
  border-bottom: 1px solid #e3e4e5;
}
.p-shopDetail__list_item {
  position: relative;
  line-height: 1.8;
  padding-left: 10px;
}
.p-shopDetail__list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 60%;
  background: #18724c;
}
@media screen and (max-width: 768px) {
  .p-shopDetail {
    margin-bottom: 60px;
  }
  .p-shopDetail__shop_name {
    font-size: 19px;
  }
  .p-shopDetail__shop_name_kana {
    margin-bottom: 15px;
    font-size: 9px;
  }
  .p-shopDetail__map {
    margin-bottom: 0px;
  }
  .p-shopDetail__map iframe {
    width: 100%;
    height: 160px;
  }
  .p-shopDetail__list {
    display: block;
    text-align: left;
  }
  .p-shopDetail__list li {
    width: 100%;
    padding: 10px 0;
  }
  .p-shopDetail__list_item {
    line-height: 1.6;
    padding-left: 10px;
  }
  .p-shopDetail__list_item::before {
    top: 5px;
    width: 2px;
    height: 60%;
  }
}

/* p-links */
.p-links {
  display: flex;
  margin: 0 0 0 -25px;
}
.p-links__item {
  width: calc(100%/3);
  height: 470px;
  padding: 0 0 0 25px;
  font-size: 16px;
  letter-spacing: 1.2px;
}
.p-links__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-links__itemInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.p-links__itemInner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.p-links__itemInner.item-shop::before {
  background: url('../images/home/link_shop.jpg') center center no-repeat;
  background-size: cover;
}
.p-links__itemInner.item-recruit::before {
  background: url('../images/home/link_recruit.jpg') center center no-repeat;
  background-size: cover;
}
.p-links__itemInner.item-fc::before {
  background: url('../images/home/link_fc.jpg') center center no-repeat;
  background-size: cover;
}
.p-links__itemInner:hover::before {
  transform: scale(1.05);
}
.p-links__itemInner > div {
  position: relative;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-links {
    display: block;
    margin: 0;
  }
  .p-links__item {
    width: 100%;
    height: 287px;
    padding: 0 0 20px;
    font-size: 14px;
    letter-spacing: 1.1px;
  }
  .p-links__item:last-child {
    padding: 0;
  }
  .p-links__itemInner:hover::before {
    transform: scale(1);
}
}

/* p-menuList */
.p-menuList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -40px;
}
.p-menuList__item {
  width: 50%;
  height: 250px;
  margin-bottom: 40px;
  padding-left: 40px;
}
.p-menuList__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-menuList__itemInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.p-menuList__itemInner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.p-menuList__itemInner.item-coffee::before {
  background: url(../images/menu/menu_list_coffee.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner.item-hotcake::before {
  background: url(../images/menu/menu_list_hotcake.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner.item-pancake::before {
  background: url(../images/menu/menu_list_pancake.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner.item-soft_drink::before {
  background: url(../images/menu/menu_list_soft_drink.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner.item-food::before {
  background: url(../images/menu/menu_list_food.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner.item-dessert::before {
  background: url(../images/menu/menu_list_dessert.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner.item-morning::before {
  background: url(../images/menu/menu_list_morning.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner.item-lunch::before {
  background: url(../images/menu/menu_list_lunch.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner.item-coffee_beans::before {
  background: url(../images/menu/menu_list_coffee_beans.jpg) center center no-repeat;
  background-size: cover;
}
.p-menuList__itemInner:hover::before {
  transform: scale(1.05);
}
.p-menuList__itemInner > div {
  position: relative;
}
.p-menuList__itemInner .en {
  margin-bottom: 10px;
  letter-spacing: 2.2px;
}
.p-menuList__itemInner .jp {
  line-height: 1.2;
  font-size: 28px;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  .p-menuList {
    display: block;
    margin: 0;
  }
  .p-menuList__item {
    width: 100%;
    height: 155px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .p-menuList__itemInner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
  }
  .p-menuList__itemInner.item-coffee::before {
    background: url(../images/menu/menu_list_coffee.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner.item-hotcake::before {
    background: url(../images/menu/menu_list_hotcake.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner.item-pancake::before {
    background: url(../images/menu/menu_list_pancake.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner.item-soft_drink::before {
    background: url(../images/menu/menu_list_soft_drink.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner.item-food::before {
    background: url(../images/menu/menu_list_food.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner.item-dessert::before {
    background: url(../images/menu/menu_list_dessert.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner.item-morning::before {
    background: url(../images/menu/menu_list_morning.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner.item-lunch::before {
    background: url(../images/menu/menu_list_lunch.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner.item-coffee_beans::before {
    background: url(../images/menu/menu_list_coffee_beans.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-menuList__itemInner:hover::before {
    transform: scale(1.05);
  }
  .p-menuList__itemInner > div {
    position: relative;
  }
  .p-menuList__itemInner .en {
    font-size: 8px;
    margin-bottom: 7px;
    letter-spacing: 1.3px;
  }
  .p-menuList__itemInner .jp {
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

/* p-intro */
.p-intro {
  text-align: left;
}
.p-intro__heading {
  padding-top: 25px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
.p-intro__description {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.3px;
}
.p-intro__img {
  margin-bottom: 40px;
}
.p-intro__step ul {
  display: flex;
  margin: 0 0 70px -25px;
}
.p-intro__step li {
  position: relative;
  width: calc(100%/3);
  padding-left: 25px;
}
.p-intro__step li::before {
  content: "1";
  position: absolute;
  left: 35px;
  top: 10px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.p-intro__step li:nth-of-type(2)::before {
  content: "2";
}
.p-intro__step li:nth-of-type(3)::before {
  content: "3";
}
.p-intro__step li figcaption {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.8px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-intro {
  }
  .p-intro__heading {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  .p-intro__description {
    margin-bottom: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 1px;
  }
  .p-intro__img {
    margin-bottom: 20px;
  }

  .p-intro__step {
    padding-top: 30px;
  }
  .p-intro__step ul {
    display: block;
    width: 270px;
    margin: 0 auto;
  }
  .p-intro__step li {
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .p-intro__step li::before {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .p-intro__step li figcaption {
    padding: 5px 0 10px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

/* p-menu */
.p-menu {
  text-align: left;
}
.p-menu__section {
  padding-top: 40px;
}
.p-menu__heading {
  margin-bottom: 15px;
}
.p-menu__heading .jp {
  font-size: 32px;
  letter-spacing: 1px;
}
.p-menu__heading .en {
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: 2.2px;
}
.p-menu__cacth {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.3px;
}
.p-menu__description {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.3px;
}
.p-menu__img {
  margin-bottom: 35px;
}
.p-menu__imgHalf {
  margin-bottom: 20px;
}
.p-menu__listWrap {
  margin-bottom: 50px;
}
.p-menu__list {
  display: flex;
  flex-wrap: wrap;
}
.p-menu__item {
  width: 47%;
  margin: 0 0 28px;
  padding: 0 0 25px;
  border-bottom: 1px solid #e3e4e6;
}
.p-menu__item.w100 {
  width: 100%;
}
.p-menu__item:nth-child(odd) {
  margin-right: 3%;
}
.p-menu__item.w100:nth-child(odd) {
  margin-right: 0;
}
.p-menu__item:nth-child(even) {
  margin-left: 3%;
}
.p-menu__item.w100:nth-child(even) {
  margin-left: 0;
}
.p-menu__item dt {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: -0.4px;
}
.p-menu__itemType {
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0.9px;
  color: #4d4d4d;
}
.p-menu__itemType span {
  padding: 0 10px;
  border-left: 1px solid #999;
}
.p-menu__itemType span:last-child {
  border-right: 1px solid #999;
}
.p-menu__itemDescription {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.4px;
}
.p-menu__itemPrice {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.7px;
  color: #333;
}
.p-menu__itemPrice.w100 {
  display: flex;
  flex-wrap: wrap;
}
.p-menu__itemPrice li {
  display: flex;
  justify-content: space-between;
}
.p-menu__itemPrice.w100 li {
  width: 50%;
}
.p-menu__itemPrice.w100 li:nth-child(odd) {
  padding-right: 25px;
}
.p-menu__itemPrice.w100 li:nth-child(even) {
  padding-left: 25px;
}
.p-menu__note {
  margin-bottom: 60px;
  padding: 20px;
  border: solid 1px #d3d3d3;
  line-height: 1.57;
  letter-spacing: 0.7px;
}
.p-menu__note dt {
  padding-bottom: 10px;
}
.p-menu__note dd {
  padding-top: 10px;
  border-top: solid 1px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .p-menu {
  }
  .p-menu__section {
    padding-top: 20px;
  }
  .p-menu__heading {
    margin-bottom: 10px;
  }
  .p-menu__heading .jp {
    font-size: 19px;
    letter-spacing: 0.9px;
  }
  .p-menu__heading .en {
    margin-left: 8px;
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .p-menu__cacth {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .p-menu__description {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.3px;
  }
  .p-menu__img {
    margin-bottom: 15px;
  }
  .p-menu__img img {
    width: 100%;
  }
  .p-menu__imgHalf {
    margin-bottom: 20px;
  }
  .p-menu__imgHalf img {
    width: 100%;
  }
  .p-menu__listWrap {
    margin-bottom: 50px;
  }
  .p-menu__list {
    display: block;
  }
  .p-menu__item {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .p-menu__item.w100 {
    width: 100%;
  }
  .p-menu__item:nth-child(odd) {
    margin-right: 0;
  }
  .p-menu__item.w100:nth-child(odd) {
    margin-right: 0;
  }
  .p-menu__item:nth-child(even) {
    margin-left: 0;
  }
  .p-menu__item.w100:nth-child(even) {
    margin-left: 0;
  }
  .p-menu__item dt {
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .p-menu__itemType {
    margin-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.9px;
  }
  .p-menu__itemType span {
    padding: 0 10px;
    border-left: 1px solid #999;
  }
  .p-menu__itemType span:last-child {
    border-right: 1px solid #999;
  }
  .p-menu__itemDescription {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.57;
    letter-spacing: normal;
  }
  .p-menu__itemPrice {
    font-size: 13px;
    line-height: 1.57;
    letter-spacing: 0.7px;
  }
  .p-menu__itemPrice.w100 {
    display: block;
  }
  .p-menu__itemPrice.w100 li {
    width: 100%;
  }
  .p-menu__itemPrice.w100 li:nth-child(odd) {
    padding-right: 0;
  }
  .p-menu__itemPrice.w100 li:nth-child(even) {
    padding-left: 0;
  }
  .p-menu__note {
    margin-bottom: 30px;
    padding: 15px;
    line-height: 1.57;
    letter-spacing: 0.7px;
  }
  .p-menu__note dt {
    padding-bottom: 10px;
  }
  .p-menu__note dd {
    padding-top: 10px;
    border-top: solid 1px #d3d3d3;
  }
}

/* p-deal */
.p-deal {
  display: flex;
  margin-left: -25px;
  padding-top: 90px;
}
.p-deal li {
  width: calc(100%/3);
  padding-left: 25px;
  color: #fff;
}
.p-deal li .p-deal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  padding: 0 10px;
}
.p-deal li:nth-of-type(1) .p-deal__inner {
  background: url(../images/menu/deal_img_001.jpg) center center no-repeat;
  background-size: cover;
}
.p-deal li:nth-of-type(2) .p-deal__inner {
  background: url(../images/menu/deal_img_002.jpg) center center no-repeat;
  background-size: cover;
}
.p-deal li:nth-of-type(3) .p-deal__inner {
  background: url(../images/menu/deal_img_003.jpg) center center no-repeat;
  background-size: cover;
}
.p-deal li dt {
  margin-bottom: 5px;
  font-size: 26px;
  letter-spacing: 2px;
}
.p-deal li dd {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .p-deal {
    display: block;
    width: 270px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .p-deal li {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .p-deal li .p-deal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 205px;
    padding: 0 10px;
  }
  .p-deal li dt {
    margin-bottom: 5px;
    font-size: 19px;
    letter-spacing: 2px;
  }
  .p-deal li dd {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.6px;
  }
}

/* p-allergyInfo */
.p-allergyInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 120px 0;
  padding: 20px 40px;
  border: solid 1px #d3d3d3;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.7px;
  text-align: left;
}
.p-allergyInfo__link {
  margin-right: 45px;
  padding: 0 10px 6px 0;
  background: url(../images/common/arw.png) right 5px no-repeat;
  border-bottom: 1px solid #ababab;
}
@media screen and (max-width: 768px) {
  .p-allergyInfo {
    display: block;
    margin: 60px 0;
    padding: 15px 15px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.6px;
  }
  .p-allergyInfo__link {
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 0 20px 8px 0;
    background: url(../images/common/arw.png) right 3px no-repeat;
    border-bottom: 1px solid #ababab;
  }
}

/* p-otherMenu */
.p-otherMenu {
  margin-bottom: 50px;
}
.p-otherMenu__heading {
  line-height: 1;
  margin-bottom: 25px;
  text-align: left;
  font-size: 18px;
  letter-spacing: 2.9px;
}
.p-otherMenu__heading span {
  padding-right: 18px;
  background: url(../images/common/arw.png) right center no-repeat;
}
.p-otherMenu__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.p-otherMenu__list li {
  width: calc(100%/4);
  height: 176px;
  padding: 0 0 30px 30px;
}
.p-otherMenu_listItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.p-otherMenu_listItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.p-otherMenu_listItem.item-coffee::before {
  background: url(../images/menu/menu_list_s_coffee.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem.item-hotcake::before {
  background: url(../images/menu/menu_list_s_hotcake.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem.item-pancake::before {
  background: url(../images/menu/menu_list_s_pancake.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem.item-soft_drink::before {
  background: url(../images/menu/menu_list_s_soft_drink.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem.item-food::before {
  background: url(../images/menu/menu_list_s_food.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem.item-dessert::before {
  background: url(../images/menu/menu_list_s_dessert.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem.item-morning::before {
  background: url(../images/menu/menu_list_s_morning.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem.item-lunch::before {
  background: url(../images/menu/menu_list_s_lunch.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem.item-coffee_beans::before {
  background: url(../images/menu/menu_list_s_coffee_beans.jpg) center center no-repeat;
  background-size: cover;
}
.p-otherMenu_listItem:hover::before {
  transform: scale(1.05);
}
.p-otherMenu_listItem > span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-otherMenu {
    margin-bottom: 50px;
  }
  .p-otherMenu__heading {
    line-height: 1;
    margin-bottom: 18px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .p-otherMenu__heading span {
    padding-right: 0;
    background: none;
  }
  .p-otherMenu__list {
    margin-left: 0;
  }
  .p-otherMenu__list li {
    width: calc(100%/2);
    height: 90px;
    font-size: 12px;
  }
  .p-otherMenu__list li:nth-child(odd) {
    padding: 0 10px 20px 0;
  }
  .p-otherMenu__list li:nth-child(even) {
    padding: 0 0 20px 10px;
  }
  .p-otherMenu_listItem:hover::before {
    transform: scale(1);
  }
}

/* p-footerSearch */
.p-footerSearch {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/menu/footer_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.page-fc .p-footerSearch {
  background: url(../images/fc/footer_bg.jpg) center center no-repeat;
  background-size: cover;
}
.p-footerSearch__heading {
  font-size: 26px;
  letter-spacing: 2px;
}
.p-footerSearch__link {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 1.2px;
  color: #fff;
  padding-left: 18px;
  background: url(../images/common/ico_pin_wht.png) left 7px no-repeat;
  background-size: 10px auto;
}
.page-fc .p-footerSearch__link {
  padding-left: 25px;
  background: url(../images/common/ico_mail_wht.png) left 7px no-repeat;
  background-size: 16px auto;
}
.p-footerSearch__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ababab;
  transition: all 0.3s ease-out;
}
.p-footerSearch__link:hover {
  color: #fff;
}
.p-footerSearch__link:hover::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-footerSearch {
    height: 150px;
  }
  .p-footerSearch__heading {
    margin: 0 0 5px;
    padding: 0;
    font-size: 17px;
    letter-spacing: 2px;
  }
  .p-footerSearch__link {
    padding-bottom: 8px;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 15px;
    background: url(../images/common/ico_pin_wht.png) left 4px no-repeat;
    background-size: 8px auto;
  }
  .page-fc .p-footerSearch__link {
    padding-left: 20px;
    background: url(../images/common/ico_mail_wht.png) left 4px no-repeat;
    background-size: 14px auto;
  }
}

/* p-aboutImg */
.p-aboutImg {
  padding:  70px 0 90px;
}
@media screen and (max-width: 768px) {
  .p-aboutImg {
    padding:  30px 0 40px;
  }
}

/* p-aboutDescription */
.p-aboutDescription {
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}
.p-aboutDescription__heading {
  width: 50%;
}
.p-aboutDescription__heading .jp {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.92;
  letter-spacing: 2.4px;
}
.p-aboutDescription__heading .en {
  font-size: 14px;
  letter-spacing: 2.2px;
}
.p-aboutDescription__text {
  width: 50%;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .p-aboutDescription {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-aboutDescription__heading {
    width: 100%;
  }
  .p-aboutDescription__heading .jp {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 1.9px;
  }
  .p-aboutDescription__heading .en {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .p-aboutDescription__text {
    width: 100%;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 1.4px;
  }
}

/* p-coffeeList */
.p-coffeeList {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 40px -50px;
}
.p-coffeeList li {
  display: flex;
  width: 50%;
  padding: 0 0 80px 50px;
}
.p-coffeeList_img {
  width: 217px;
  padding-right: 20px;
}
.p-coffeeList_img img {
  width: 217px;
}
.p-coffeeList__text {
  width: calc(100% - 217px);
  text-align: left;
}
.p-coffeeList__text dt {
  margin-bottom: 4px;
  font-size: 18px;
  letter-spacing: 1.8px;
}
.p-coffeeList__text dd {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.7px;
}
.p-coffeeList__type {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.9px;
  color: #4d4d4d;
}
.p-coffeeList__type span {
  padding: 0 10px;
  border-left: 1px solid #999;
}
.p-coffeeList__type span:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .p-coffeeList {
    display: block;
    margin: 20px 0 0 0;
  }
  .p-coffeeList li {
    display: flex;
    width: 100%;
    padding: 0 0 40px;
  }
  .p-coffeeList_img {
    width: 145px;
    padding-right: 15px;
  }
  .p-coffeeList_img img {
    width: 145px;
  }
  .p-coffeeList__text {
    width: calc(100% - 145px);
    text-align: left;
  }
  .p-coffeeList__text dt {
    margin: -5px 0 3px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .p-coffeeList__text dd {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.6px;
  }
  .p-coffeeList__type {
    margin-top: 10px;
    font-size: 9px;
    letter-spacing: 0.7px;
  }
  .p-coffeeList__type span {
    padding: 0 8px;
  }
}

/* p-shopMap */
.p-shopMap {
  /*height: 610px;*/
  margin-bottom: 60px;
  background: #f5f7f6;
  padding-bottom: 30px;
}
.p-shopMap__inner {
  display: flex;
}
.p-shopMap__map {
  position: relative;
  width: 620px;
  background: url(../images/shop/map.png) left 39px no-repeat;
}
.p-shopMap__mapText {
  position: absolute;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: #b3b3b3;
  border-bottom: 1px solid #197858;
}
.p-shopMap__mapText.hokkaido_tohoku {
  left: 300px;
  top: 125px;
}
.p-shopMap__mapText.hokuriku_koshinetsu {
  left: 300px;
  top: 233px;
}
.p-shopMap__mapText.kanto {
  left: 465px;
  top: 380px;
}
.p-shopMap__mapText.tokai {
  left: 210px;
  top: 320px;
}
.p-shopMap__mapText.kansai {
  left: 330px;
  top: 475px;
}
.p-shopMap__mapText.chugoku {
  left: 100px;
  top: 360px;
}
.p-shopMap__mapText.shikoku {
  left: 210px;
  top: 525px;
}
.p-shopMap__mapText.kyushu_okinawa {
  left: 10px;
  top: 441px;
}
.p-shopMap__link {
  width: 500px;
  padding-top: 50px;
  text-align: left;
}
.p-shopMap__link dl {
}
.p-shopMap__link dt {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
  background: #18724c;
  color: #fff;
}
.p-shopMap__link dd {
  padding: 8px 0 15px;
  font-size: 15px;
  letter-spacing: 0.8px;
  color: #b3b3b3;
}
.p-shopMap__link dd a {
  color: #000;
}
.p-shopMap__link dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-shopMap__link dd li {
  line-height: 1;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #000;
}
.p-shopMap__link dd li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.p-shopMap__form {
  margin-top: 30px;
  width: 100%;
  /*padding: 10px;*/
  padding-top: 10px;
  margin-bottom: 30px;
}
.p-shopMap__form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-shopMap__form input {
	width: 76%;
}
.p-shopMap__form input.btnSubmit {
    display: inline-block;
    /*width: 20%;*/
    height: 40px;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 115.4%;
    font-weight: bold;
  	border: solid 1px #cccccc;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-shopMap {
    height: auto;
    padding-bottom: 25px;
  }
  .p-shopMap__inner {
    display: block;
  }
  .p-shopMap__map {
    display: none;
  }
  .p-shopMap__link {
    width: 100%;
    padding-top: 30px;
    background: url(../images/shop/map_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .p-shopMap__link dt {
    height: 15px;
    line-height: 15px;
    padding: 0 5px 1px;
    font-size: 9px;
    letter-spacing: 1px;
  }
  .p-shopMap__link dd {
    padding: 5px 0 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .p-shopMap__link dd li {
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 8px;
    padding-right: 5px;
  }
}

/* p-shopTobacco */
.p-shopTobacco {
  display: flex;
  margin-bottom: 50px;
  padding: 15px 0px;
  text-align: left;
  border: solid 1px #d3d3d3;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #333333;
}
.p-shopTobacco li {
  width: calc(100%/3);
  padding: 5px 20px;
  border-right: 1px solid #b3b3b3;
}
.p-shopTobacco li:first-child {
  padding: 5px 20px 5px 25px;
}
.p-shopTobacco li:last-child {
  padding: 5px 25px 5px 20px;
  border-right: none;
}
.p-shopTobacco dt {
  padding-bottom: 5px;
}
.p-shopTobacco li span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.p-shopTobacco li span.t1 {
  background: #666;
}
.p-shopTobacco li span.t2 {
  background: url(../images/shop/tobacco_bg.png) left center no-repeat;
}
.p-shopTobacco li span.t3 {
  background: #608c79;
}
@media screen and (max-width: 768px) {
  .p-shopTobacco {
    display: block;
    margin-bottom: 50px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
  .p-shopTobacco li {
    width: 100%;
    padding: 5px 0;
    border-right: none;
  }
  .p-shopTobacco li:first-child {
    padding: 5px 0;
  }
  .p-shopTobacco li:last-child {
    padding: 5px 0;
  }
  .p-shopTobacco dl {
    display: flex;
  }
  .p-shopTobacco dt {
    width: 65px;
    padding-bottom: 5px;
  }
  .p-shopTobacco dd {
    width: calc(100% - 60px);
  }
  .p-shopTobacco li span {
    display: inline-block;
    width: 55px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    font-size: 9px;
  }
  .p-shopTobacco li span.t2 {
    background: url(../images/shop/tobacco_bg.png) left center no-repeat;
    background-size: 55px auto;
  }
}

/* p-shopList */
.p-shopList {
  text-align: left;
}
.p-shopList > li {
  margin-bottom: 110px;
}
.p-shopList__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e4e6;
}
.p-shopList__area {
  margin-bottom: 5px;
}
.p-shopList__area .jp {
  font-size: 32px;
  letter-spacing: 1.6px;
}
.p-shopList__area .en {
  margin-left: 14px;
  font-size: 14px;
  letter-spacing: 2.2px;
  color: #008b50;
}
.p-shopList__top {
  padding-left: 18px;
  background: url(../images/common/arw_up.png) left center no-repeat;
}
.p-shopList__container {
  padding-top: 20px;
}
.p-shopList__prefecture {
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 13px;
  font-size: 24px;
  border-left: 3px solid #197858;
}
.p-shopList__list {
}
.p-shopList__item {
  margin-bottom: 20px;
}
.p-shopList__itemHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 7px 7px 20px;
  background: #18724c;
  color: #fff;
}
.p-shopList__name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.p-shopList__btns {
  display: flex;
}
.p-shopList__btns a {
  display: block;
  margin-left: 10px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #106a44;
  transition: all  0.3s ease-out;
}
.p-shopList__btns .map {
  padding-left: 29px;
  background: url(../images/shop/ico_pin_green.png) 12px center no-repeat #fff;
}
.p-shopList__btns .shopUrl {
  padding-left: 36px;
  background: url(../images/shop/ico_shop.png) 12px center no-repeat #fff;
}
.p-shopList__btns a:hover {
  color: #000;
}
.p-shopList__itemContainer {
  display: flex;
  line-height: 1.6;
  padding: 25px 40px;
  font-size: 14px;
  letter-spacing: 0.7px;
  background: #f5f7f6;
}
.p-shopList__detailLeft {
  width: 44%;
  padding-right: 10px;
}
.p-shopList__zip {}
.p-shopList__address {
  padding-left: 20px;
  background: url(../images/common/ico_pin.png) 2px 4px no-repeat;
}
.p-shopList__tel {
  padding-left: 20px;
  background: url(../images/shop/ico_tel.png) 2px center no-repeat;
}
.p-shopList__business_hours {
  margin-bottom: 10px;
}
.p-shopList__business_hours dt {
  padding-left: 20px;
  background: url(../images/shop/ico_time.png) left center no-repeat;
}
.p-shopList__business_hours dd {
}
.p-shopList__detailRight {
  width: 56%;
}
.p-shopList__detailRightInner {
  display: flex;
  align-items: flex-start;
}
.p-shopList__other {
  padding-top: 5px;
  font-size: 14px;
}
.p-shopList__seats {
  width: 110px;
  padding-left: 27px;
  background: url(../images/shop/ico_seat.png) left center no-repeat;
}
.p-shopList__information {
  width: 100%;
  padding-left: 27px;
  background: url(../images/shop/info.png) left center no-repeat;
}
.p-shopList__tobacco span {
  display: block;
  padding: 2px 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.p-shopList__tobacco.t1 span {
  background: #666;
}
.p-shopList__tobacco.t2 span {
  width: 62px;
  background: url(../images/shop/tobacco_bg.png) left center no-repeat;
}
.p-shopList__tobacco.t3 span {
  background: #608c79;
}
@media screen and (max-width: 768px) {
  .p-shopList > li {
    margin-bottom: 110px;
  }
  .p-shopList__head {
    margin-bottom: 0;
  }
  .p-shopList__area {
    margin-bottom: 5px;
  }
  .p-shopList__area .jp {
    font-size: 19px;
    letter-spacing: 1.6px;
  }
  .p-shopList__area .en {
    display: none;
  }
  .p-shopList__top {
    padding-left: 15px;
    background: url(../images/common/arw_up.png) left center no-repeat;
    background-size: 8px auto;
  }
  .p-shopList__container {
    padding-top: 20px;
  }
  .p-shopList__prefecture {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
    border-left: 2px solid #197858;
  }
  .p-shopList__list {
  }
  .p-shopList__item {
    margin-bottom: 20px;
  }
  .p-shopList__itemHead {
    display: block;
    padding: 8px;
  }
  .p-shopList__name {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
  }
  .p-shopList__btns {
    display: flex;
  }
  .p-shopList__btns a {
    display: block;
    width: 50%;
    margin-left: 0;
    padding: 0 12px;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
  }
  .p-shopList__btns .map {
    margin-right: 2px;
    padding-left: 29px;
    background: url(../images/shop/ico_pin_green.png) 12px center no-repeat #fff;
  }
  .p-shopList__btns .shopUrl {
    margin-left: 2px;
    padding-left: 36px;
    background: url(../images/shop/ico_shop.png) 12px center no-repeat #fff;
  }
  .p-shopList__itemContainer {
    display: block;
    line-height: 1.5;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .p-shopList__detailLeft {
    width: 100%;
    padding-right: 10px;
  }
  .p-shopList__zip {
    margin-bottom: 4px;
  }
  .p-shopList__address {
    margin-bottom: 4px;
    padding-left: 18px;
    background: url(../images/common/ico_pin.png) 2px 4px no-repeat;
    background-size: 8px auto;
  }
  .p-shopList__tel {
    margin-bottom: 4px;
    padding-left: 18px;
    background: url(../images/shop/ico_tel.png) 2px center no-repeat;
    background-size: 10px auto;
  }
  .p-shopList__business_hours {
    margin-bottom: 2px;
  }
  .p-shopList__business_hours dt {
    margin-bottom: 4px;
    padding-left: 18px;
    background: url(../images/shop/ico_time.png) left 5px no-repeat;
    background-size: 10px auto;
  }
  .p-shopList__business_hours dd {
    margin-bottom: 4px;
  }
  .p-shopList__detailRight {
    width: 100%;
  }
  .p-shopList__detailRightInner {
    align-items: center;
  }
  .p-shopList__other {
    padding-top: 5px;
    font-size: 13px;
  }
  .p-shopList__seats {
    width: auto;
    padding-left: 22px;
    background: url(../images/shop/ico_seat.png) left 7px no-repeat;
    background-size: 15px auto;
  }
  .p-shopList__tobacco span {
    width: 55px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    margin: 2px 0 0 10px;
    font-size: 9px;
  }
  .p-shopList__tobacco.t2 span {
    width: 55px;
    background: url(../images/shop/tobacco_bg.png) left center no-repeat;
  }
}

/* fc */
.p-fc__catch {
  padding: 50px 0 35px;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 3.2px;
}
.p-fc__text {
  margin-bottom: 35px;
}
.p-fc__text:nth-of-type(2) {
  margin-bottom: 100px;
}
.p-fc__text dt {
  font-size: 24px;
  letter-spacing: 1.9px;
}
.p-fc__text dd {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 2.4px;
}
.p-fc__text dd span {
  font-size: 14px;
  letter-spacing: 2.1px;
}
.p-fc__list {
  width: 640px;
  margin: 0 auto 80px;
  text-align: left;
}
.p-fc__list:last-of-type {
  margin: 0 auto 105px;
}
.p-fc__list_wrap {
  display: flex;
  justify-content: space-between;
  width: 640px;
  margin: 0 auto 80px;;
}
.p-fc__list_wrap .p-fc__list {
  width: 300px;
  margin: 0;
}
.p-fc__list_heading {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  letter-spacing: 1.9px;
  border-bottom: 1px solid #e3e4e6;
}
.p-fc__list ul {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 1.1px;
}
.p-fc__list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
}
.p-fc__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 3px;
  height: 60%;
  background: #18724c;
}
.p-fc__list li .num {
  display: flex;
}
.p-fc__list li .num_right {
  width: 50px;
  text-align : right;
}
.p-fc__list dl {
  padding: 10px 0;
}
.p-fc__list dt {
  width: 80px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
  background: #18724c;
  color: #fff;
  text-align: center;
}
.p-fc__list dd {
}
.p-fc__list_note {
  font-size: 12px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .p-fc__catch {
    padding: 30px 0 20px;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 1.9px;
  }
  .p-fc__text {
    margin-bottom: 25px;
  }
  .p-fc__text:nth-of-type(2) {
    margin-bottom: 50px;
  }
  .p-fc__text dt {
    font-size: 16px;
    letter-spacing: 1.3px;
  }
  .p-fc__text dd {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  .p-fc__text dd span {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .p-fc__list {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-fc__list:last-of-type {
    margin: 0 auto 50px;
  }
  .p-fc__list_wrap {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
  .p-fc__list_wrap .p-fc__list {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-fc__list_heading {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .p-fc__list ul {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .p-fc__list li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 10px;
  }
  .p-fc__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: 10px;
  }
  .p-fc__list li .num {
    display: flex;
  }
  .p-fc__list li .num_right {
    width: 50px;
    text-align : right;
  }
  .p-fc__list dl {
    padding: 10px 0;
  }
  .p-fc__list dt {
    width: 70px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    font-size: 9px;
    letter-spacing: 0.6px;
  }
  .p-fc__list dd {
  }
  .p-fc__list_note {
    font-size: 9px;
    letter-spacing: 0.9px;
  }
}

/* msg */
.p-msg__text1 {
  font-size: 24px;
  letter-spacing: 2.4px;
}
.p-msg__text2 {
  font-size: 16px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .p-msg__text1 {
    font-size: 16px;
    letter-spacing: 1.8px;
  }
  .p-msg__text2 {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

/* video */
.video {
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------
  editor
------------------------------------ */
.editor p {
    display: block;
    margin: 1em 0;
}
.editor strong { font-weight: bold; }
.editor em { font-style: italic; }
.editor blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */
.editor .aligncenter {
    display: block;
    margin: 0 auto;
}
.editor .alignright { float: right; }
.editor .alignleft { float: left; }

.editor img[class*="wp-image-"],
.editor img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/* clearfix */
.editor .clearfix {
    overflow: hidden;
    zoom: 1;
}
.editor  .clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* ------------------------------------
  js
------------------------------------ */
.js-switch {
  display: none;
}

/* ------------------------------------
  spFootBtn
------------------------------------ */
.spFootBtn {
  display: none;
}
@media screen and (max-width: 768px) {
.spFootBtn {
    display: block;
	background: #197858;
    height: 50px;
    line-height: 30px;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.sptelBtn {
    border-right: solid #ccc 1px;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.spFootBtn a {
	background: #197858;
    color: #f1f1f1;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    text-decoration: none;
}

.spFootBtn a i {
    font-size: 24px;
    margin: 5px;
    line-height: 30px;
    vertical-align: baseline;
}
}

.search_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.input_wrap {
  width: 75%;
  display: flex;
  flex-direction: column;
}
.input_wrap input {
  width: 100%;
}
.brand_wrap {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.brand_wrap input {
  width: 25px;
  /*height: 25px;*/
  margin-left: 10px;
}
.brand_in {
  height: 25px;
  text-align: left;
}
.submit_wrap {
  width: 20%;
  text-align: right;
}
.checkwrap {
  
}

@media screen and (max-width: 768px) {
  .brand_wrap{
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
