body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  font-feature-settings: "pkna" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
}

.col-wht {
  color: #fff !important;
}

.col-blk {
  color: #333 !important;
}

.col-navy {
  color: #000f5c !important;
}

.col-mint {
  color: #00d0bf !important;
}

.col-green {
  color: #f1fce2 !important;
}

.bg-wht {
  background-color: #fff;
}

.bg-blk {
  background-color: #333;
}

.bg-navy {
  background-color: #000f5c;
}

.bg-mint {
  background-color: #00d0bf;
}

.bg-green {
  background-color: #f1fce2;
}

.btn_tel {
  background: #fff;
  border-radius: 6px;
  padding: 7px 14px;
}
.btn_tel .tel {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.025em;
}
.btn_tel .tel span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  vertical-align: middle;
}

.btn_plain a {
  display: block;
  width: 340px;
  max-width: 100%;
  height: 70px;
  background: #00d0bf;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn_plain a:hover {
  background: #00b0a2;
}

.btn_plain.official a {
  background: #000f5c;
}
.btn_plain.official a:hover {
  background: #003f7d;
}

.btn_plain.img a {
  height: 80px;
  background: #fff;
  border: solid 2px #000f5c;
}
.btn_plain.img a:hover img {
  opacity: 0.8;
}

.hov_opa a:hover {
  opacity: 0.8;
}

.hov_img a:hover img {
  opacity: 0.8;
}

.ic-mail::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/img/common/ic-mail.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}

.ic-tel::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url("/img/common/ic-tel.png");
  background-size: contain;
  margin-right: 5px;
}

.ic-tab::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("/img/common/ic-tab.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.obj_leaf::after {
  content: "";
  display: block;
  width: 200px;
  height: 16px;
  background-image: url("/img/common/obj-leaf.png");
  background-size: contain;
  margin: 10px auto 0 auto;
}

.wrp-tbl {
  width: 100%;
}
.wrp-tbl th, .wrp-tbl td, .wrp-tbl dt, .wrp-tbl dd {
  line-height: 24px;
  vertical-align: middle;
}
.wrp-tbl.tbl-plain tr th, .wrp-tbl.tbl-plain tr td {
  padding: 20px 4%;
}
.wrp-tbl.tbl-plain tr:nth-child(odd) th, .wrp-tbl.tbl-plain tr:nth-child(odd) td {
  background: #fff;
}
.wrp-tbl.tbl-plain tr th {
  font-weight: 500;
  width: 30%;
  text-align: center;
  padding-right: 2%;
}
.wrp-tbl.tbl-plain tr td {
  padding-left: 2%;
  white-space: pre-wrap;
}

header .hd_bar {
  width: 100%;
  min-width: 1120px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
}
header #hd_nav ul li {
  line-height: 22px;
}
header #hd_nav ul li a {
  color: #000f5c;
}
header #hd_nav ul li:not(:first-child) {
  border-left: solid 1px #00d0bf;
  padding-left: 20px;
  margin-left: 20px;
}
header .mv .cc {
  width: 100%;
  height: 100%;
  padding-bottom: 5%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
header .mv .cc img {
  width: 30.78%;
  max-width: 591px;
}
header .sv .image img {
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
  -o-object-position: bottom;
     object-position: bottom;
}
header .sv .sv_ttl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
header .sv .sv_ttl h2 {
  font-family: "Kiwi Maru", serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 500;
  text-align: center;
  color: #000f5c;
  width: 700px;
  max-width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px 15px 15px 15px;
}
header .sv .sv_ttl h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 18px;
  background-image: url("/img/common/sv-ttl-obj.png");
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}
header #btn_side {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 60px;
  bottom: 80px;
  z-index: 98;
}
header #btn_side .btn_totop {
  padding-top: 50px;
}
header #btn_side .btn_totop:hover img {
  opacity: 0.6;
}
header #btn_side .btn_contact:hover img {
  transform: scale(0.98);
}

.wrp-minw {
  width: 100%;
  min-width: 1120px;
}

.ctn {
  width: 1080px;
  margin: 0 auto;
}

.wrap_tag_common {
  border-top: double #000f5c;
  border-bottom: double #000f5c;
  padding: 10px;
}
.wrap_tag_common .ttl {
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.wrap_tag_common .list_tag_common {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap_tag_common .list_tag_common li {
  margin: 5px;
}
.wrap_tag_common .list_tag_common li a {
  display: block;
  background: #fff;
  color: #000f5c;
  padding: 10px 20px;
  border-radius: 50rem;
  border: solid 2px #000f5c;
  font-weight: 600;
}
.wrap_tag_common .list_tag_common li a:hover {
  opacity: 0.8;
}

.inner_tag_common {
  display: flex;
  flex-wrap: wrap;
}
.inner_tag_common .tag {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  background: #fff;
  color: #000f5c;
  font-weight: 600;
  padding: 4px 10px 6px 10px;
  border: solid 1px #000f5c;
  border-radius: 50rem;
  margin: 0 5px 5px 0;
}

.list_blog_common li:not(:first-child) {
  margin-top: 20px;
}
.list_blog_common li a {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: solid 1px #ddd;
  padding: 10px 20px 10px 10px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.3);
}
.list_blog_common li a:hover {
  box-shadow: none;
  background: rgba(245, 245, 220, 0.4);
}
.list_blog_common li .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 250px;
  min-width: 250px;
  margin-right: 12px;
}
.list_blog_common li .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list_blog_common li .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  font-family: "object-fit:cover";
}
.list_blog_common li .inner {
  width: 100%;
  padding: 10px 0;
}
.list_blog_common li .inner time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  font-weight: 600;
}
.list_blog_common li .inner .inner_tag_common, .list_blog_common li .inner .ttl, .list_blog_common li .inner .txt {
  margin-top: 5px;
}
.list_blog_common li .inner .txt p {
  font-size: 14px;
  font-size: 1.4rem;
}
.list_blog_common li .arw {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.list_blog_common li .arw::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333;
  margin-left: 5px;
}

.list_column3 {
  display: flex;
  flex-wrap: wrap;
}
.list_column3 .box {
  width: 346px;
  max-width: 100%;
}
.list_column3 .box:not(:nth-child(3n)) {
  margin-right: 21px;
}
.list_column3 .box:nth-child(n+4) {
  margin-top: 10%;
}

.list_column4 {
  display: flex;
  flex-wrap: wrap;
}
.list_column4 .box {
  width: 240px;
  max-width: 100%;
}
.list_column4 .box:not(:nth-child(4n)) {
  margin-right: 40px;
}

.layout_half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout_half .box {
  width: 520px;
  max-width: 100%;
}

.layout_about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.layout_about .txtBox {
  width: 500px;
  max-width: 100%;
  margin-top: 20px;
}
.layout_about .image {
  width: 540px;
  max-width: 100%;
}

.pointBox .ttl {
  margin-bottom: -19px;
}
.pointBox .txt {
  background: #fff;
  padding: 40px 30px 25px 30px;
  border-radius: 10px;
  font-weight: 600;
}

.overframe {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.overframe .frame {
  width: 100%;
  margin: 0 auto;
}
.overframe .ctn {
  width: 100%;
  max-width: 1080px;
}

.gmap iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.plain {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.btm_leaf::after {
  content: "";
  display: block;
  width: 200px;
  height: 16px;
  background-image: url("/img/common/obj-leaf.png");
  background-size: contain;
  margin: 30px auto 0 auto;
}

.btm_bar::after {
  content: "";
  display: block;
  width: 218px;
  height: 12px;
  background-image: url("/img/common/obj-bar.png");
  background-size: contain;
  margin-top: 25px;
}

#container-lower h3 {
  font-family: "Kiwi Maru", serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 500;
  text-align: center;
  color: #000f5c;
  margin-bottom: 50px;
}
#container-lower h4 {
  font-family: "Kiwi Maru", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  border-left: solid 5px #00d0bf;
  color: #000f5c;
  padding-left: 20px;
  margin-bottom: 20px;
}
#container-lower article {
  padding: 120px 0;
}
#container-lower article:first-child {
  background: url("/img/common/bg-01.png") center bottom no-repeat;
  background-size: 100%;
  background-color: #f1fce2;
}
#container-lower article:nth-child(2) {
  background: url("/img/common/bg-03.png") center bottom no-repeat;
  background-size: 100%;
  background-color: #ebfdcf;
}
#container-lower.lower__food article:first-child {
  background: url("/img/common/bg-02.png") center bottom no-repeat;
  background-size: 100%;
  background-color: #f1fce2;
}

.top__concept {
  padding: 180px 0 160px 0;
}
.top__concept .obj1 {
  top: -80px;
  left: -420px;
}
.top__concept .txtBox {
  width: 520px;
  max-width: 100%;
  margin-top: 50px;
}
.top__concept .txtBox h2 {
  margin-bottom: 50px;
}
.top__concept .imageBox {
  width: 660px;
  max-width: 100%;
  margin-right: -120px;
}
.top__concept .imageBox .image1 {
  text-align: right;
}
.top__concept .imageBox .image2 {
  left: 0;
  bottom: -170px;
}
.top__concept .imageBox .obj3 {
  right: -300px;
  bottom: -140px;
}
.top__concept .obj2 {
  top: 20px;
  left: 140px;
}

.top__reason {
  background: url("/img/top/reason-bg.png") center top no-repeat;
  background-size: cover;
  padding-top: 490px;
  min-height: 1312px;
  margin-top: -165px;
}
.top__reason .list_reason {
  margin-top: 30px;
}
.top__reason .list_reason li:nth-child(2) {
  margin-top: 40px;
}

.top__restaurant {
  padding-top: 75px;
  margin-top: -75px;
}
.top__restaurant .frame {
  margin-top: -25px;
}
.top__restaurant .frame .inBox {
  background: url("/img/top/restaurant-bg.png") center top no-repeat;
  background-size: cover;
  min-height: 2114px;
  padding-top: 230px;
}
.top__restaurant h2 {
  top: -50px;
  left: 0;
  text-align: center;
}
.top__restaurant .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top__restaurant .wrap .txtBox {
  width: 480px;
  max-width: 100%;
}
.top__restaurant .wrap .txtBox h3 {
  margin-bottom: 30px;
}
.top__restaurant .wrap .txtBox .btn {
  margin-top: 40px;
}
.top__restaurant .wrap.okonomiyaki .txtBox {
  margin-top: 64px;
}
.top__restaurant .wrap.okonomiyaki .image {
  margin-right: -180px;
}
.top__restaurant .wrap.chinese_food .txtBox {
  margin-top: 50px;
}
.top__restaurant .wrap.chinese_food .image {
  margin-left: -200px;
}
.top__restaurant .wrap.korean_food .txtBox {
  margin-top: 70px;
}
.top__restaurant .wrap.korean_food .image {
  margin-right: -190px;
}
.top__restaurant .wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.top__restaurant .wrap:not(:first-child) {
  margin-top: 120px;
}

.common__contact {
  background: url("/img/common/contact-bg.png") center top no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.common__contact .ttl {
  margin-bottom: 40px;
}
.common__contact .btn_tel .tel {
  font-size: 36px;
  font-size: 3.6rem;
}
.common__contact .btn {
  margin-top: 30px;
}

.top__news {
  background: url("/img/top/news-bg.png");
  padding: 120px 0;
}
.top__news h2 {
  margin-bottom: 50px;
}
.top__news .list_news .box {
  background: #fff;
}
.top__news .list_news .box a {
  height: 100%;
}
.top__news .list_news .box a:hover img {
  opacity: 0.8;
}
.top__news .list_news .box a:hover .inBox {
  background: rgba(0, 208, 191, 0.05);
}
.top__news .list_news .box .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.top__news .list_news .box .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top__news .list_news .box .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}
.top__news .list_news .box .inBox {
  background: rgba(0, 208, 191, 0);
  height: 200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s;
}
.top__news .list_news .box .inBox .inner time {
  color: #000f5c;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
.top__news .list_news .box .inBox .inner .ttl {
  line-height: 24px !important;
  margin-top: 7px;
}
.top__news .list_news .box .inBox .inner_tag_common {
  margin-top: 35px;
}
.top__news .btn {
  margin-top: 50px;
}

.common__delivery {
  background: url("/img/common/delivery-bg.png") center center no-repeat !important;
  background-size: cover !important;
}
.common__delivery .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.common__delivery .wrap .txt {
  width: 356px;
  max-width: 100%;
  margin-top: 50px;
}
.common__delivery .obj {
  top: 40px;
  left: 15px;
}

.common__bnr {
  background: url("/img/common/bnr-bg.png") center center no-repeat;
  background-size: cover;
  padding: 80px 0 !important;
}
.common__bnr .ctn {
  display: flex;
  justify-content: space-between;
}
.common__bnr .bnr {
  background: #fff;
}

.lower__contactForm .btn_tel .tel {
  font-size: 36px;
  font-size: 3.6rem;
}

footer {
  background: url("/img/common/ft-bg.png") center bottom no-repeat;
  background-size: 100%;
  background-color: #eafafc;
  padding: 100px 0 250px 0;
  min-height: 702px;
}
footer .logo {
  margin-bottom: 50px;
}
footer .wrap_info {
  display: flex;
}
footer .wrap_info .box {
  width: 33.3333333333%;
}
footer .wrap_info .btn_tel {
  margin-top: 20px;
}
footer .wrap_info .btn_plain.img {
  margin-top: 20px;
}
footer .wrap_info .ft_nav {
  margin-top: 20px;
}
footer .wrap_info .ft_nav li {
  line-height: 16px;
}
footer .wrap_info .ft_nav li a {
  color: #000f5c;
}
footer .wrap_info .ft_nav li:not(:nth-child(3n)):not(:last-child) {
  border-right: solid 1px #000f5c;
  padding-right: 20px;
  margin-right: 20px;
}
footer .wrap_info .ft_nav li:nth-child(n+4) {
  margin-top: 15px;
}
footer .copy {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #000f5c;
  margin-top: 50px;
}
footer .copy a {
  color: #000f5c !important;
}/*# sourceMappingURL=style.css.map */