@charset "UTF-8";
/*
Theme Name: 飲食店03 【おきがるホームページ専用テーマ】2023-10-22-13:52
Author: NOVO 田中 陽介
Author URI: https://novo-web.jp//
Description: このテーマは、NOVOによって作成されました。2023/10/22 1.2
Version: 1.0
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
}

a {
  text-decoration: none;
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: .2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  font-size: 10px;
  letter-spacing: .1rem;
  color: #222222;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  overflow-x: hidden;
}

#loading {
  display: none;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb {
  display: none;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.p {
  line-height: 2;
	font-size: 1.6rem;
	color:#fff;
}

.sectiontitle .jpn {
  font-size: 3.2rem;
  letter-spacing: .4rem;
	color:#fff;
}

.sectiontitle .jpn--white {
  color: #fff;
}

.sectiontitle .eng {
  margin-top: 4px;
  display: block;
  font-size: 2.1rem;
  opacity: .6;
	color: #e2cc60;
}

.sectiontitle .eng--white {
  color: #e2cc60;
}

.sitebtn {
  padding-bottom: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: solid 1px;
	color:#fff;
}

.newslist article {
  position: relative;
  padding-top: 55px;
  margin-top: 120px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.newslist article:first-of-type {
  margin: 0;
}

.newslist article .whiteback {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 32.275vw);
  min-width: 1100px;
  height: 327px;
  z-index: 0;
  background-color: #fff;
}

.newslist article .inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newslist article .inner .left {
  width: 58.2%;
}

.newslist article .inner .left .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px;
  padding-bottom: 19px;
}

.newslist article .inner .left .upper time {
  font-size: 1.4rem;
}

.newslist article .inner .left .upper .title {
  margin-left: 24px;
  font-size: 2.4rem;
  color: #222222;
}

.newslist article .inner .left .bottom {
  margin-top: 24px;
}

.newslist article .inner .left .bottom .content {
  font-size: 1.6rem;
  color: #222;
  line-height: 2;
}

.newslist article .inner .right {
  width: 31.8%;
}

.newslist article .inner .right .image {
  -webkit-transform: translateY(55px);
          transform: translateY(55px);
  width: 375px;
  height: 350px;
  overflow: hidden;
}

.newslist article .inner .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.newslist article:hover {
  opacity: .7;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.newslist article:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.newslist article:nth-of-type(2n) .whiteback {
  position: absolute;
  left: initial;
  right: 0 !important;
}

.newslist article:nth-of-type(2n) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.newslist article:nth-of-type(2n):hover {
  opacity: .7;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.newslist article:nth-of-type(2n):hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 104px;
}

.header__inner {
  padding-left: 32px;
  padding-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 315px);
}

.header__logo {
  text-align: center;
  height: 100%;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.header__logo a img {
  display: inline-block;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header__nav ul li {
  margin-left: 40px;
  font-size: 1.6rem;
  font-weight: 600;
}

.header__nav ul li:first-of-type {
  margin-left: 0;
}

.header__nav ul li a {
  color: #fff;
  text-decoration: none;
}

.header__snses {
  margin-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header__snses span {
  margin-left: 16px;
}

.header__snses span:first-of-type {
  margin-left: 0;
}

.header__snses span a {
  color: #fff;
}

.header__snses span a i {
  font-size: 1.8rem;
}

.header__ham {
  display: none;
}

.spmenu {
  display: none;
}

.topfv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 831px;
}

.topfv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .47;
  z-index: 1;
}

.topfv__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.topfv__slider .slick-slide {
  height: 831px;
}

.topfv__slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topfv__slider .slick-slide .item {
  display: block;
  height: 831px;
}

.topfv__portal {
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 3;
  width: 191px;
}

.topfv__portal a {
  margin-top: 17px;
  display: block;
}

.topfv__portal a:first-of-type {
  margin-top: 0;
}

.topfv__table {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.topfv__tablecell {
  display: table-cell;
  vertical-align: middle;
}

.topfv__tablecell p {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.3);
}

.topfv__newsbox {
  position: absolute;
  bottom: 94px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.topfv__newsbox-white {
  padding: 33px 0;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}

.topfv__newsbox-left {
  padding-left: 26px;
  font-size: 1.6rem;
  width: 240px;
}

.topfv__newsbox-right {
  width: calc(100% - 240px);
  padding-right: 26px;
}

.topfv__newsbox-right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topfv__newsbox-right ul li a time {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
}

.topfv__newsbox-right ul li a .title {
  margin-left: 32px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
}

.top-concept {
  padding: 190px 0 205px;
}

.top-concept__content {
  margin-top: 56px;
}

.top-concept__lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-concept__left {
  width: 43.72%;
}

.top-concept__right {
  width: 43.81%;
}

.top-concept__image {
  position: relative;
  -webkit-transform: translateX(-72px);
          transform: translateX(-72px);
  width: 100%;
  height: 516px;
}

.top-concept__image .box {
  position: absolute;
  z-index: 0;               /* 背景を奥に配置 */
  right: -72px;
  top: -72px;
  width: 100%;
  height: 100%;
  opacity: 0.7;             /* 半透明（不要なら1に） */
  background-color: #ffffff; /* ← 背景画像の代わりに白を指定 */
  background-size: cover;
}

.top-concept__image .box .filter {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: transparent; /* ← 白一色にするなら透過でOK */
}

.top-concept__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-news {
  padding-top: 90px;
  padding-bottom: 90px;
}

.top-news__content {
  margin-top: 59px;
}

.top-news__btn {
  margin-top: 160px;
  text-align: center;
}

.top-menu {
  padding-top: 190px;
}

.top-menu__content {
  margin-top: 187px;
}

.top-menu__items {
  position: relative;
  z-index: 0;
}

.top-menu__items::after {
  content: "";
  position: absolute;
  top: -112px;
  left: 0;
  z-index: 1;
  width: 67.9%;
  height: 110%;
  background-color: #1B1B1B;
}

.top-menu__items .first {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-menu__items .first .item {
  margin-top: 56px;
  width: 47.62%;
}

.top-menu__items .first .item:nth-of-type(1), .top-menu__items .first .item:nth-of-type(2) {
  margin-top: 0;
}

.top-menu__items .first .item .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 347px;
}

.top-menu__items .first .item .image::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.top-menu__items .first .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-menu__items .first .item .name {
  margin-top: 45px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 17px;
  color: #fff;
  border-bottom: solid 1px;
}

.top-menu__items .first .item .price {
  margin-top: 14px;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
}

.top-menu__items .first .item .detail {
  margin-top: 8px;
  display: block;
  font-size: 1.4rem;
  line-height: 2;
	color: #fff;
	text-align:center;
}

.top-menu__items .second {
  position: relative;
  z-index: 2;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-menu__items .second .item {
  margin-left: 1.56%;
  margin-top: 56px;
  width: 32.2288%;
}

.top-menu__items .second .item:nth-of-type(1), .top-menu__items .second .item:nth-of-type(2), .top-menu__items .second .item:nth-of-type(3) {
  margin-top: 0;
}

.top-menu__items .second .item:nth-of-type(1), .top-menu__items .second .item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.top-menu__items .second .item .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 235px;
}

.top-menu__items .second .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-menu__items .second .item .name {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: center;
	color: #fff;
}

.top-menu__items .second .item .price {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  padding-bottom: 17px;
  border-bottom: solid 1px;
}

.top-menu__items .second .item .detail {
  margin-top: 8px;
  display: block;
  font-size: 1.4rem;
  line-height: 2;
	color: #fff;
	text-align:center;
}

.top-menu__items .third {
  position: relative;
  z-index: 2;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-menu__items .third .item {
  margin-left: 1.56%;
  margin-top: 56px;
  width: 32.2288%;
}

.top-menu__items .third .item:nth-of-type(1), .top-menu__items .third .item:nth-of-type(2), .top-menu__items .third .item:nth-of-type(3) {
  margin-top: 0;
}

.top-menu__items .third .item:nth-of-type(1), .top-menu__items .third .item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.top-menu__items .third .item .name {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: center;
	color: #fff;
}

.top-menu__items .third .item .price {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  padding-bottom: 17px;
  border-bottom: solid 1px;
}

.top-menu__items .third .item .detail {
  margin-top: 8px;
  display: block;
  font-size: 1.4rem;
  line-height: 2;
}

.top-gallery {
  padding-top: 351px;
  padding-bottom: 500px;
}

.top-gallery__content {
  margin-top: 56px;
}

.top-gallery .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-gallery .tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  list-style: none;
  text-align: center;
  cursor: pointer;
  padding: 2px 8px;
  font-size: 1.6rem;
  border: solid .5px;
	    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}

.top-gallery .panel-group {
  margin-top: 28px;
}

.top-gallery .panel {
  display: none;
}

.top-gallery .tab.is-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
	color: #000;
    background-color: #fff;
}

.top-gallery .panel.is-show {
  display: block;
}

.top-gallery .gallery__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-gallery .gallery__photo {
  margin-top: 24px;
  width: calc(20% - 25px);
  height: 160px;
  margin-left: 30px;
}

.top-gallery .gallery__photo:hover {
  opacity: .8;
  cursor: pointer;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.top-gallery .gallery__photo:nth-of-type(5n + 1) {
  margin-left: 0;
}

.top-gallery .gallery__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pop-up-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.pop-up-gallery__cross {
  position: absolute;
  right: 80px;
  top: 80px;
  background-color: #fff;
  width: 56px;
  height: 56px;
}

.pop-up-gallery__cross span {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 70%;
  top: 50%;
  left: 15%;
  background-color: #222;
}

.pop-up-gallery__cross span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pop-up-gallery__cross span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pop-up-gallery__cross:hover {
  opacity: .7;
  cursor: pointer;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.pop-up-gallery__inner {
  height: 100%;
}

.pop-up-gallery__table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pop-up-gallery__tablecell {
  display: table-cell;
  vertical-align: middle;
}

.pop-up-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.pop-up-menu__cross {
  position: absolute;
  right: 80px;
  top: 80px;
  background-color: #fff;
  width: 56px;
  height: 56px;
}

.pop-up-menu__cross span {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 70%;
  top: 50%;
  left: 15%;
  background-color: #222;
}

.pop-up-menu__cross span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pop-up-menu__cross span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pop-up-menu__cross:hover {
  opacity: .7;
  cursor: pointer;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.pop-up-menu__inner {
  height: 100%;
}

.pop-up-menu__table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pop-up-menu__tablecell {
  display: table-cell;
  vertical-align: middle;
}

.pop-up-gallery__content {
  height: 75vh;
  margin-top: -7.5vh;
}

.pop-up-gallery__content img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.top-access {
  position: relative;
  z-index: 0;
}

.top-access__bigimage {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  position: relative;
}

.top-access__bigimage-inner {
  position: relative;
  z-index: 1;
  height: 500px;
}

.top-access__bigimage-inner img {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  max-width: initial;
  margin: 0 0 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-access__main {
  position: relative;
  width: 100%;
}

.top-access__box {
  margin-top: -375px;
  padding: 90px 50px;
}

.top-access__content {
  margin-top: 56px;
}

.top-access__lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-access__left {
  width: 55%;
}

.top-access__left .name {
  font-size: 1.6rem;
  color: #fff;
}

.top-access__left .address {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.top-access__left table {
  margin-top: 32px;
}

.top-access__left table tr {
  border-bottom: solid 1px #fff;
}

.top-access__left table tr th, .top-access__left table tr td {
  padding: 22px 0;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: middle;
}

.top-access__left table tr td {
  padding-left: 32px;
}

 .top-access__left {
    margin-top: 32px;
	 width:55%;
  }

/*
.top-access__right {
  width: 51%;
}*/

.top-access__right .map {
  width: 100%;
}

.top-access__right .map iframe {
  width: 100%;
  height: 400px;
	margin:20px;
}

.top-access__instagram {
  margin-top: 40px;
  padding: 38px;
  background-color: #fff;
}

.top-access__instagram .heading {
  text-align: center;
  font-size: 1.8rem;
}

.top-access__instagram .content {
  margin-top: 28px;
}

.top-access__instagram .sb_instagram_header {
  display: none !important;
}

.top-access__instagram #sbi_load {
  display: none;
}

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000;
}

.footer__logo {
  text-align: center;
}

.footer__logo p {
  color: #fff;
  font-size: 40px;
}

.footer__nav {
  margin-top: 32px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__nav ul li {
  margin-left: 32px;
  font-size: 1.4rem;
}

.footer__nav ul li:first-of-type {
  margin-left: 0;
}

.footer__nav ul li a {
  color: #fff;
}

.footer__snses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.footer__snses span {
  margin-left: 16px;
}

.footer__snses span:first-of-type {
  margin-left: 0;
}

.footer__snses span i {
  font-size: 2.4rem;
  color: #fff;
}

.footer__copyright {
  display: block;
  margin-top: 32px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.lowerpage {
  padding-top: 240px;
  padding-bottom: 160px;
}

.newspage-news__content {
  margin-top: 56px;
}

.newspage-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newspage-news__items article {
  margin-top: 24px;
  margin-left: 2%;
  width: 32%;
  background-color: #fff;
  padding: 32px;
}

.newspage-news__items article:nth-of-type(1), .newspage-news__items article:nth-of-type(2), .newspage-news__items article:nth-of-type(3) {
  margin-top: 0;
}

.newspage-news__items article:nth-of-type(1), .newspage-news__items article:nth-of-type(3n + 1) {
  margin-left: 0;
}

.newspage-news__items article a .image {
  width: 100%;
  height: 300px;
}

.newspage-news__items article a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newspage-news__items article a time {
  margin-top: 16px;
  display: block;
  font-size: 1.2rem;
  color: #222;
}

.newspage-news__items article a .title {
  margin-top: 8px;
  font-size: 1.6rem;
}

.newspage-news__items article a .content {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #222;
}

.singlepage__mainarea {
  margin-top: 32px;
}

.singlepage__mainarea article {
  padding: 50px 40px;
  width: 100%;
  background-color: #fff;
}

.singlepage__mainarea article .titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid .3px;
  padding-bottom: 16px;
}

.singlepage__mainarea article .titlearea time {
  font-size: 1.2rem;
}

.singlepage__mainarea article .titlearea .title {
  margin-left: 16px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #222;
}

.singlepage__mainarea article .thumbarea .thumb img {
  margin-top: 32px;
}

.singlepage__mainarea article .contentarea {
  margin-top: 32px;
}

.singlepage__mainarea article .contentarea h2 {
  font-size: 2.4rem;
  padding-top: 16px;
  padding-bottom: 16px;
}

.singlepage__mainarea article .contentarea h3 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.singlepage__mainarea article .contentarea h4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.singlepage__mainarea article .contentarea h5 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.singlepage__mainarea article .contentarea h6 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.singlepage__mainarea article .contentarea p {
  font-size: 1.4rem;
  line-height: 2;
  padding-bottom: 32px;
}

.singlepage__mainarea article .contentarea ul {
  margin-left: 16px;
}

.singlepage__mainarea article .contentarea ul li {
  font-size: 1.4rem;
  line-height: 2;
  list-style: disc;
}

.singlepage__mainarea article .contentarea ol {
  margin-left: 16px;
}

.singlepage__mainarea article .contentarea ol li {
  font-size: 1.4rem;
  line-height: 2;
  list-style: decimal;
}

.contact_page {
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact_page__heading {
  -webkit-columns: #fff;
          columns: #fff;
}

.contact_page__caution {
  margin-top: 28px;
}

.contact_page__caution ul li {
  font-size: 1.4rem;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  border-bottom: solid 1px;
}

.contact_page__form {
  margin-top: 80px;
  padding: 117px 110px;
  background-color: #F2F2F2;
}

.contact_page__form table {
  width: 100%;
}

.contact_page__form table tr {
  border-bottom: solid 1px #C4C4C4;
}

.contact_page__form table tr:last-of-type {
  border-bottom: none;
}

.contact_page__form table tr th,
.contact_page__form table tr td {
  padding: 30px 0;
  text-align: left;
  font-weight: 300;
}

.contact_page__form table tr th {
  position: relative;
  font-size: 16px;
}

.contact_page__form table tr th .require {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 8px;
  display: block;
  top: 0;
  left: 0;
  width: 56px;
  font-size: 12.5px;
  text-align: center;
  color: #fff;
  background-color: #C9742B;
}

.contact_page__form table tr td {
  padding-left: 72px;
}

.contact_page__form table tr td input[type="text"],
.contact_page__form table tr td input[type="email"],
.contact_page__form table tr td input[type="tel"],
.contact_page__form table tr td textarea {
  width: 100%;
  border: solid 1px #CCCCCC;
}

.contact_page__form table tr td input[type="text"],
.contact_page__form table tr td input[type="email"],
.contact_page__form table tr td input[type="tel"] {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  height: 55px;
  font-size: 18px;
}

.contact_page__form table tr td.radio_gr .wpcf7-list-item {
  display: block;
}

.contact_page__form table tr td.radio_gr .wpcf7-list-item-label {
  margin-left: 16px;
}

.contact_page__form table tr td.radio_gr .wpcf7-list-item.first label {
  margin-top: 0;
}

.contact_page__form table tr td.radio_gr > span:first-of-type {
  margin-top: 0;
}

.contact_page__form table tr td.radio_gr > span:first-of-type label {
  margin-top: 0;
}

.contact_page__form table tr td.radio_gr label {
  margin-top: 16px;
  display: block;
  font-size: 18px;
}

.contact_page__privacy {
  margin-top: 80px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.contact_page__submit {
  margin-top: 80px;
  text-align: center;
}

.contact_page__submit input,
.contact_page__submit button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 240px;
  background-color: #fff;
  border: none;
  font-size: 18px;
}

.contact_page .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 14px;
}

.contact_page__inner.wrapper{
margin-top: 100px;	
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #df2a4a; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

@media screen and (max-width: 690px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .wrapper {
    max-width: 375px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p {
    line-height: 1.75;
    font-size: 1.4rem;
  }
  html {
    font-size: 10px;
    letter-spacing: .1rem;
    color: #222222;
    text-align: justify;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body {
    overflow-x: hidden;
  }
  #loading {
    display: none;
  }
  .sectiontitle .jpn {
    font-size: 2.4rem;
  }
  .sectiontitle .eng {
    margin-top: 2px;
    font-size: 1.6rem;
  }
  .sitebtn {
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
  .newslist article {
    padding-top: 0px;
    margin-top: 80px;
  }
  .newslist article .whiteback {
    top: 64px;
    width: 60%;
    min-width: initial;
    height: 60vw;
  }
  .newslist article .inner {
    display: block;
  }
  .newslist article .inner .left {
    width: 100%;
  }
  .newslist article .inner .left .upper {
    display: block;
    border-bottom: solid 1px;
    padding-bottom: 19px;
  }
  .newslist article .inner .left .upper time {
    font-size: 1.3rem;
  }
  .newslist article .inner .left .upper .title {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 1.8rem;
  }
  .newslist article .inner .left .bottom {
    margin-top: 16px;
  }
  .newslist article .inner .left .bottom .content {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .newslist article .inner .right {
    margin-top: 16px;
    width: 100%;
  }
  .newslist article .inner .right .image {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 100%;
    height: 55vw;
  }
  .newslist article:nth-of-type(2n) .whiteback {
    right: 0 !important;
  }
  .header {
    height: 56px;
  }
  .header__inner {
    padding-left: 8px;
    padding-right: 0px;
  }
  .header__right {
    width: 60%;
  }
  .header__nav {
    display: none;
  }
  .header__snses {
    display: none;
  }
  .header__ham {
    position: fixed;
    top: 8px;
    right: 8px;
    display: block;
    width: 56px;
    height: 56px;
  }
  .header__ham span {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #fff;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  .header__ham span:nth-of-type(1) {
    top: 30%;
  }
  .header__ham span:nth-of-type(2) {
    top: 50%;
  }
  .spmenu {
    position: fixed;
    z-index: 1000;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .spmenu__cross {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
  }
  .spmenu__cross span {
    position: absolute;
    width: 80%;
    left: 00%;
    top: 50%;
    height: 1px;
    background-color: #fff;
  }
  .spmenu__cross span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .spmenu__cross span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .spmenu__inner {
    padding-top: 80px;
  }
  .spmenu__logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .spmenu__logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .spmenu__nav {
    margin-top: 32px;
  }
  .spmenu__nav ul li {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.4rem;
    border-bottom: solid .75px;
    color: #fff;
  }
  .spmenu__nav ul li a {
    display: block;
    color: #fff;
  }
  .spmenu__snses {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .spmenu__snses span {
    margin-left: 24px;
    font-size: 2.4rem;
  }
  .spmenu__snses span:first-of-type {
    margin-left: 0;
  }
  .spmenu__snses span a {
    color: #fff;
  }
  .spmenu__portal {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spmenu__portal a {
    margin-top: 16px;
    display: block;
    width: 40%;
  }
  .spmenu__portal a:nth-of-type(1), .spmenu__portal a:nth-of-type(2) {
    margin-top: 0;
  }
  .topfv {
    height: 120vw;
  }
  .topfv__slider .slick-slide {
    height: 120vw;
  }
  .topfv__slider .slick-slide .item {
    height: 120vw;
  }
  .topfv__portal {
    display: none;
  }
  .topfv__tablecell p {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 2.8rem;
  }
  .topfv__newsbox {
    position: initial;
  }
  .topfv__newsbox-white {
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 24px 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .topfv__newsbox-left {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }
  .topfv__newsbox-right {
    margin-top: 16px;
    width: 100%;
    padding-right: 0px;
  }
  .topfv__newsbox-right ul li a {
    padding: 8px 0;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: solid 1px #222222;
    border-bottom: solid 1px #222222;
  }
  .topfv__newsbox-right ul li a time {
    font-size: 1.25rem;
  }
  .topfv__newsbox-right ul li a .title {
    margin-left: 0px;
    font-size: 1.4rem;
  }
  .top-concept {
    padding: 190px 0 0px;
  }
  .top-concept__content {
    margin-top: 28px;
  }
  .top-concept__lr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-concept__left {
    margin-top: 28px;
    width: 100%;
  }
  .top-concept__right {
    margin-top: 28px;
    width: 100%;
  }
  .top-concept__image {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    width: 90%;
    height: 75vw;
  }
  .top-concept__image .box {
    right: -24px;
    top: -24px;
  }
  .top-news {
    padding-top: 90px;
    padding-bottom: 45px;
  }
  .top-news__content {
    margin-top: 28px;
  }
  .top-news__btn {
    margin-top: 40px;
  }
  .top-menu {
    padding-top: 80px;
  }
  .top-menu__content {
    margin-top: 56px;
  }
  .top-menu__items::after {
    top: -24px;
    height: 100%;
  }
  .top-menu__items .first {
    display: block;
  }
  .top-menu__items .first .item {
    margin-top: 56px;
    width: 100%;
  }
  .top-menu__items .first .item:nth-of-type(1), .top-menu__items .first .item:nth-of-type(2) {
    margin-top: 56px;
  }
  .top-menu__items .first .item:nth-of-type(1) {
    margin-top: 0;
  }
  .top-menu__items .first .item .image {
    height: 64vw;
  }
  .top-menu__items .first .item .name {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .top-menu__items .first .item .price {
    margin-top: 7.5px;
    font-size: 1.6rem;
  }
  .top-menu__items .first .item .detail {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .top-menu__items .second {
    margin-top: 90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-menu__items .second .item {
    margin-left: 0%;
    margin-top: 56px;
    width: 49%;
  }
  .top-menu__items .second .item:nth-of-type(1), .top-menu__items .second .item:nth-of-type(2), .top-menu__items .second .item:nth-of-type(3) {
    margin-top: 56px;
  }
  .top-menu__items .second .item:nth-of-type(1), .top-menu__items .second .item:nth-of-type(2) {
    margin-top: 0;
  }
  .top-menu__items .second .item .image {
    height: 32vw;
  }
  .top-menu__items .second .item .name {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .top-menu__items .second .item .price {
    margin-top: 4px;
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
  .top-menu__items .second .item .detail {
    margin-top: 8px;
    font-size: 1.25rem;
	text-align:left;
  }
  .top-menu__items .third {
    margin-top: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-menu__items .third .item {
    margin-left: 0;
    margin-top: 24px;
    width: 48%;
  }
  .top-menu__items .third .item:nth-of-type(1), .top-menu__items .third .item:nth-of-type(2), .top-menu__items .third .item:nth-of-type(3) {
    margin-top: 24px;
  }
  .top-menu__items .third .item:nth-of-type(1), .top-menu__items .third .item:nth-of-type(2) {
    margin-top: 0;
  }
  .top-menu__items .third .item .name {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .top-menu__items .third .item .price {
    margin-top: 4px;
    font-size: 1.4rem;
    padding-bottom: 9px;
  }
  .top-menu__items .third .item .detail {
    margin-top: 4px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
  .top-gallery {
    padding-top: 90px;
    padding-bottom: 300px;
  }
  .top-gallery__content {
    margin-top: 28px;
  }
  .top-gallery .tab-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-gallery .tab {
    width: calc(50% - 4px);
    padding: 8px 4px;
    font-size: 1.4rem;
    margin-top: 8px;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
  .top-gallery .panel-group {
    margin-top: 14px;
  }

  .top-gallery .gallery__photos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-gallery .gallery__photo {
    margin-top: 12px;
    width: 48%;
    height: 27vw;
    margin-left: 0;
  }
  .pop-up-gallery__cross {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #fff;
    width: 32px;
    height: 32px;
  }
  .pop-up-gallery__content {
    height: auto;
    margin-top: 0;
  }
  .top-access__bigimage {
    -webkit-transform: translateY(-50vw);
            transform: translateY(-50vw);
  }
  .top-access__bigimage-inner {
    max-width: initial !important;
    height: 50vw;
  }
  .top-access__bigimage-inner img {
    left: initial;
    right: 0;
    top: 8vw;
    width: 100vw;
  }
  .top-access__box {
    margin-top: -76vw !important;
    padding: 35px 24px;
    margin: 0 auto 0 auto;
    width: 95%;
  }
  .top-access__content {
    margin-top: 28px;
  }
  .top-access__lr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-access__left {
    margin-top: 32px;
    width: 100%;
  }
  .top-access__left .name {
    font-size: 1.4rem;
  }
  .top-access__left .address {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .top-access__left table {
    margin-top: 8px;
  }
  .top-access__left table tr th, .top-access__left table tr td {
    padding: 0px 0;
    font-size: 1.4rem;
    display: block;
  }
  .top-access__left table tr th {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .top-access__left table tr td {
    padding-left: 0px;
    padding-bottom: 16px;
    border-bottom: solid .75px #fff;
  }
  .top-access__right {
    width: 100%;
  }
  .top-access__right .map {
    height: 64vw;
  }
  .top-access__right .map iframe {
    width: 100%;
    height: 100%;
  }
  .top-access__instagram {
    margin-top: 40px;
    padding: 38px;
  }
  .top-access__instagram .heading {
    font-size: 1.6rem;
  }
  .top-access__instagram .content {
    margin-top: 28px;
  }
  .footer {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #000;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__logo p {
    color: #fff;
    font-size: 1.8rem;
  }
  .footer__nav {
    margin-top: 16px;
  }
  .footer__nav ul li {
    margin-left: 16px;
    font-size: 1.4rem;
  }
  .footer__snses {
    margin-top: 16px;
  }
  .footer__snses span {
    margin-left: 16px;
  }
  .footer__snses span i {
    font-size: 1.8rem;
  }
  .footer__copyright {
    margin-top: 16px;
    font-size: 1.25rem;
  }
  .lowerpage {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .newspage-news__content {
    margin-top: 28px;
  }
  .newspage-news__items {
    display: block;
  }
  .newspage-news__items article {
    margin-top: 32px;
    margin-left: 0%;
    width: 100%;
    padding: 32px 16px;
  }
  .newspage-news__items article:nth-of-type(1), .newspage-news__items article:nth-of-type(2), .newspage-news__items article:nth-of-type(3) {
    margin-top: 32px;
  }
  .newspage-news__items article:nth-of-type(1) {
    margin-top: 0;
  }
  .newspage-news__items article a .image {
    height: 56vw;
  }
  .newspage-news__items article a time {
    margin-top: 16px;
  }
  .singlepage__mainarea {
    margin-top: 32px;
  }
  .singlepage__mainarea article {
    padding: 32px 16px;
    width: 100%;
  }
  .singlepage__mainarea article .titlearea {
    display: block;
    padding-bottom: 16px;
  }
  .singlepage__mainarea article .titlearea .title {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 1.8rem;
  }
  .singlepage__mainarea article .thumbarea .thumb img {
    margin-top: 16px;
  }
  .singlepage__mainarea article .contentarea {
    margin-top: 16px;
  }
  .singlepage__mainarea article .contentarea h2 {
    font-size: 1.8rem;
  }
  .singlepage__mainarea article .contentarea p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .singlepage__mainarea article .contentarea ul {
    margin-left: 8px;
  }
  .singlepage__mainarea article .contentarea ul li {
    line-height: 1.75;
  }
  .singlepage__mainarea article .contentarea ol {
    margin-left: 8px;
  }
  .singlepage__mainarea article .contentarea ol li {
    line-height: 1.75;
  }
  .contact_page {
    padding-top: 90px;
    padding-bottom: 45px;
  }
  .contact_page__caution ul li {
    font-size: 1.25rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .contact_page__form {
    margin-top: 32px;
    padding: 32px 16px;
  }
  .contact_page__form table tr {
    border-bottom: solid 1px #C4C4C4;
  }
  .contact_page__form table tr:last-of-type {
    border-bottom: none;
  }
  .contact_page__form table tr th,
  .contact_page__form table tr td {
    display: block;
    padding: 0px 0;
  }
  .contact_page__form table tr th {
    position: relative;
    padding-top: 16px;
    font-size: 14px;
  }
  .contact_page__form table tr th .require {
    position: absolute;
    left: initial;
    right: 0;
    top: initial;
    bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0px;
    font-size: 12.5px;
  }
  .contact_page__form table tr td {
    padding-top: 8px;
    padding-left: 0px;
    padding-bottom: 16px;
  }
  .contact_page__form table tr td input[type="text"],
  .contact_page__form table tr td input[type="email"],
  .contact_page__form table tr td input[type="tel"] {
    height: 48px;
    font-size: 16px;
  }
  .contact_page__form table tr td.radio_gr {
    margin-top: 16px;
  }
  .contact_page__form table tr td.radio_gr .wpcf7-list-item-label {
    margin-left: 4px;
  }
  .contact_page__form table tr td.radio_gr label {
    margin-top: 16px;
    font-size: 14px;
  }
  .contact_page__privacy {
    margin-top: 40px;
    font-size: 14px;
  }
  .contact_page__privacy .wpcf7-form-control-wrap {
    display: block;
  }
  .contact_page__submit {
    margin-top: 40px;
    text-align: center;
  }
  .contact_page__submit input,
  .contact_page__submit button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 240px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .contact_page .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 14px;
  }

.contact_page__inner.wrapper{
margin-top: 30px;	
}

.top-access__left {
　margin-top: 32px; !important
}

	p.concept-description{
		text-align:center;
	}
}
/*# sourceMappingURL=style.css.map */