@charset "UTF-8";
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");

/*--------------------------------------------------------------
reset.css
リセット関係・clearfixなど

common.css
reset.cssのimport、レイアウト、TOPのスタイル記載したcss

sub.css
下層のレイアウトを記載したcss
--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

font-family: "Open Sans", "Noto Serif JP", serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Shippori Mincho B1', serif;
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ 
　　479：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #001722;
  font-size: 1.4em; /*16px*/
  line-height: 1.8; /*行間*/
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", "Noto Serif JP", serif;
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; */
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /*  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;*/
  /*Apple用の英字フォント,WebKitから派生したレンダリングエンジン用フォント,Android用の英字,Windows用の英字,-apple-system、BlinkMacSystemFonが適用されない場合のApple用の英字フォント,Apple用游ゴシック・YuGothic,Windows用游ゴシック（Chromeでかすれ回避のため游ゴシック Mediumと指定）,太さ指定のない游ゴシック（Firefox）,英字フォント,游ゴシックが適用されない環境用の日本語フォント,とりあえずゴシック体にする */
  overflow-wrap: break-word; /*コンテナ幅からはみ出しそうなときは単語の途中で自動改行*/
  text-size-adjust: 100%; /*文字サイズ自動制御・スマホ横向きでも文字が拡大しない*/
  font-feature-settings: "palt";
  /*プロポーショナルメトリクス情報があるOpenTypeフォントの自動カーニング：全角の幅で設定するようにデザインされた字形のスペースを個々の横の幅に収まるように再調整する指定*/
  letter-spacing: 1.6px; /*字間*/
}
.pc {
  display: none;
}
.sp-only {
  display: block;
}
@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------------------ */
/* font */
/* ------------------------------------------------------------ */
.en,
.menu-item,
.item-ttl {
  font-family: "Open Sans", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 1px;
}

/* ------------------------------------------------------------ */
/* img */
/* ------------------------------------------------------------ */
.main-logo,
.thum,
.image,
.banner {
  margin: 0 auto;
  text-align: center;
}

/* ------------------------------------------------------------ */
/* link */
/* ------------------------------------------------------------ */
/*
::selection {
  color: #383838;
  background: rgba(0,0,0,0.1);
  text-shadow: none;
}

::-moz-selection {
  color: #383838;
  background: rgba(0,0,0,0.1);
  text-shadow: none;
}
*/
a {
  color: #001722;
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/* ------------------------------------------------------------ */
/* link-item  */
.link-item {
  padding: 10px;
  display: inline-flex;
  text-align: center;
  position: relative;
}

.link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------ */
/* color */
/* ------------------------------------------------------------ */

.bx_shadow {
  padding: 1.5em 1em;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
}

.bg_color {
  background: #f4f2ee;
}

/* .fnt_color {
  color: #2d4f99;
}
.fnt_blk {
  color: ##001722;
}
.fnt_bold {
  font-weight: bold;
}

.bx_bg_color {
  padding: 1.5em 1em;
  background: #E3E9FC;
}
.bx_bg_color.bx_shadow {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .25);
}
.bx_bdr {
  padding: 1.5em 1em;
  background: none;
  border-top: 1px solid #2d4f99;
  border-bottom: 1px solid #2d4f99;
} */
/* ------------------------------------------------------------ */
/* icon */
/* ------------------------------------------------------------ */
.icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 1;
  text-align: center;
}

.icon img {
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ */
/* ボタン */
/* ------------------------------------------------------------ */
.btn {
  text-align: center;
  /*  min-width: 300px;*/
  height: auto;
  margin: 0 auto;
}
.btn a {
  display: block;
  padding: 0.8em 5px;
  background: #fff;
  color: #a3935c;
  border: 2px solid #a3935c;
  border-radius: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  letter-spacing: 2px;
  font-weight: 600;
}
.btn a:hover {
  opacity: 1;
  background: #a3935c;
  color: #fff;
}

/* ------------------------------------------------------------ */
/* main-logo */
/* ------------------------------------------------------------ */
.main-logo {
  /* max-width: 164px;
  max-height: 30px; */
}
.main-logo a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* ------------------------------------------------------------ */
/* common layouts */
/* ------------------------------------------------------------ */
.wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}
/* ------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------ */
.main-header {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /* スマホ用の慣性スクロール */
  -webkit-overflow-scrolling: touch;
}
.main-header .main-logo {
  width: 140px;
  margin: 0;
}

.main-header .link-item {
  margin: 0 45px 0 0;
  padding: 0;
  background: #a3935c;
  color: #001722;
  border-radius: 100%;
  border: 2px solid #a3935c;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.main-header .link-item i {
  line-height: 2.2;
  font-size: 14px;
  color: #fff;
}

/* ------------------------------------------------------------ */
/* hamburger */
.drawer-hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  min-height: inherit;
  padding: 0;
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  right: 15px;
}
.drawer-open .drawer-hamburger {
  height: 30px;
}
.drawer-hamburger-icon {
  margin-top: 0;
  height: 100%;
  background: none;
  border-top: 2px solid #a3935c;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #a3935c;
}
.drawer-hamburger-icon:before {
  top: 7px;
}
.drawer-hamburger-icon:after {
  top: inherit;
  bottom: 0;
}
.drawer-open .drawer-hamburger-icon {
  border-top: none;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 14px;
}
/* ------------------------------------------------------------ */
/* gnav */
/* ------------------------------------------------------------ */
.gnav {
  width: 100%;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.drawer_inner {
  background: #ebecec;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-menu {
  padding: 80px 0 0;
}
.drawer--right .drawer-nav {
  right: -100%;
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------ */
/* nav-menu */
.nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto 2em;
}
.nav-menu .menu-item {
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
}
.nav-menu .menu-item:not(:last-of-type) {
}

.menu-item a {
  display: block;
  width: 100%;
  padding: 1em;
  color: #001722;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.menu-item.last a {
  color: #a3935c;
}

.menu-item a:hover {
  opacity: 1;
}

.gnav .btn {
  font-size: 3rem;
  line-height: 1;
}
.gnav .btn a {
  padding: 10px 15px;
  vertical-align: middle;
}

.gnav .btn i {
  font-size: 0.55em;
  vertical-align: bottom;
  line-height: 1.6;
}

/* ------------------------------------------------------------ */
/* common content */
/* ------------------------------------------------------------ */
.content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  padding: 50px 0 3em;
  margin: 0 auto;
}

.confirm .content {
  padding-top: 60px;
  min-height: calc(100vh - 56px);
}
.base {
  width: 100%;
  height: auto;
  position: relative;
  padding: 2.5em 0;
  margin: 0 auto;
}

.bg::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_con.jpg) center / cover no-repeat;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.bg .inner {
  position: relative;
  z-index: 3;
}

figure img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.narrow {
  width: 500px;
  margin: 0 auto;
}

/* ------------------------------------------------------------ */
/* ttl */
.main-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}

.main-ttl.en {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 5px;
  margin: 0 auto 0.8em;
}
/*.main-ttl::before,
.main-ttl::after {
  content: '';
  background: ##001722;
  display: inline-block;
  height: 1px;
  width: 100%;
}
.main-ttl::before {
  margin-right: 1em;
}
.main-ttl::after {
  margin-left: 1em;
}*/

.sub-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 7px;
  margin: 1.5em 0 1em 0;
}

.sub-ttl::after {
  content: "";
  background: #a3935c;
  display: block;
  height: 100px;
  width: 1px;
  position: absolute;
  right: -20px;
  top: 0;
  /* transform: translateX(-50%); */
  /* border-radius: 5px; */
}

.item-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 1em auto 0.5em;
}

.caption {
  font-size: 1.4rem;
  text-align: center;
}

.marker {
  display: inline;
  background: -webkit-linear-gradient(
    180deg,
    rgba(199, 246, 255, 0) 80%,
    #c7f6ff 80%,
    #c7f6ff 100%
  );
  background: linear-gradient(180deg, rgba(199, 246, 255, 0) 80%, #c7f6ff 80%, #c7f6ff 100%);
}

.box:not(:last-of-type) {
  width: 100%;
  margin: 0 auto 2.5em;
}

.third-ttl {
  position: relative;
  font-size: 1.8rem;
  border-bottom: 1px solid #001722;
  margin: 2em 0 1em;
}

/* ------------------------------------------------------------ */
/* flx_box */
.flx_box {
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* カラム共通 */
.flx_item {
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
}
/*
flexbox 初期値

display: inline-flex; //インライン要素に使うとき

//↓親要素に指定するプロパティ

flex-direction: row; // 子要素の並ぶ向き row-reverse,column,column-reverse

  row … 子要素を左から右に配置
  row-reverse … 子要素を右から左に配置
  column … 子要素を上から下に配置
  column-reverse … 子要素を下から上に配置

flex-wrap: nowrap; //子要素の折り返し wrap,wrap-reverse

  nowrap … 子要素を折り返しせず、一行に並べる
  wrap … 子要素を折り返し、複数行に上から下へ並べる
  wrap-reverse … 子要素を折り返し、複数行に下から上へ並べる

flex-flow: row nowrap; //flex-directionとflex-wrapをまとめて指定

justify-content: flex-start; //水平方向の揃え：親要素に空きスペースがあった場合、子要素を水平方向のどの位置に配置するかを指定

  flex-start … 行の開始位置から配置。左揃え。
  flex-end … 行末から配置。右揃え。
  center … 中央揃え
  space-between … 最初と最後の子要素を両端に配置し、残りの要素は均等に間隔をあけて配置
  space-around … 両端の子要素も含め、均等に間隔をあけて配置

align-items: stretch; //垂直方向の揃え: 親要素に空きスペースがあった場合、子要素を垂直方向のどの位置に配置するかを指定

  stretch … 親要素の高さ、またはコンテンツの一番多い子要素の高さに合わせて広げて配置
  flex-start … 親要素の開始位置から配置。上揃え。
  flex-end … 親要素の終点から配置。下揃え。
  center … 中央揃え
  baseline … ベースラインで揃える

align-content: stretch; //複数行にした時の揃え: 子要素が複数行に渡った場合の垂直方向の揃えを指定。flex-wrap: nowrap;の場合無効

  stretch … 親要素の高さに合わせて広げて配置
  flex-start … 親要素の開始位置から配置。上揃え。
  flex-end … 親要素の終点から配置。下揃え。
  center … 中央揃え
  space-between … 最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
  space-around … 上下端にある子要素も含め、均等に間隔をあけて配置


//↓子要素（Flexアイテム）に指定するプロパティ

order: 0; // 順序の指定：通常子要素はHTMLの記述順に配置される、order プロパティーを使えば任意の順で並べ替えできる。
  マイナス値を含む数値のみ指定

flex-grow: 0; //子要素の伸びる比率：親要素に余ったスペースがあった場合、指定のある子要素が他の子要素に対してどれくらい伸びるかを指定
  数値のみ、マイナス値は無効。

flex-shrink: 1; //子要素の縮む比率：親要素に余ったスペースがなくすべての子要素が入り切らない場合、指定のある子要素が他の子要素に対してどれくらい縮むかを指定
  数値のみ、マイナス値は無効。

flex-basis: auto; //子要素のベースとなる幅の指定：子要素に対し width と同じように幅の値を指定できる。auto と指定した場合は子要素のコンテンツのサイズが適応
  幅や高さの指定と同様、パーセンテージやピクセル値で指定

flex: 0 1 auto; //flex-grow、flex-shrink、flex-basisをまとめて指定

align-self: auto; //子要素の垂直方向の揃え：親要素に空きスペースがあった場合、子要素を垂直方向のどの位置に配置するかを指定。
親要素に指定する align-items と全く同じ機能ですが、こちらは子要素に対して指定します。この align-self での指定は、親要素に記述する align-items よりも優先されます。

  auto … 親要素の align-items の値を継承
  stretch … 親要素の高さ、またはコンテンツの一番多い子要素の高さに合わせて広げて配置
  flex-start … 親要素の開始位置から配置。上揃え。
  flex-end … 親要素の終点から配置。下揃え。
  center … 中央揃え
  baseline … ベースラインで揃える

*/
/* ------------------------------------------------------------ */
/* list */

.txt-list {
  width: 100%;
  margin: 1em auto;
}

.txt-list .list-item {
  width: 100%;
  font-size: 1.3rem;
  margin: 0 auto 0.5em;
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style: disc inside;
}

.map-box {
  width: 100%;
  height: 240px;
  margin: 0 auto 1em;
}
.map-box iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* ------------------------------------------------------------ */
/* swiper */

/* .has-pager {
  padding: 0 0 30px;
  position: relative;
}

.has-pager.swiper-container-horizontal > .swiper-pagination-bullets,
.has-pager .swiper-pagination-custom,
.has-pager .swiper-pagination-fraction {
  bottom: 0;
}

.has-pager .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.has-pager .swiper-pagination-bullet {
  background: #001722;
  opacity: 0.2;
}
.has-pager .swiper-pagination-bullet-active {
  opacity: 1;
  background: #001722;
}

.has-nav {
  position: relative;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transform: translateY(-50%);
}

.has-nav .swiper-button-next:after,
.has-nav .swiper-button-prev:after {
  font-size: 3rem;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.has-nav .swiper-button-next:after,
.has-nav .swiper-container-rtl .swiper-button-prev:after {
  content: "\f054";
}

.has-nav .swiper-button-prev:after,
.has-nav .swiper-container-rtl .swiper-button-next:after {
  content: "\f053";
}

.gallery-slider,
.gallery-thumb {
  position: relative;
  overflow: hidden;
}

.gallery-thumb {
  margin: 8px auto;
} */

@keyframes fadeInup {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ------------------------------------------------------------ */
/* mainvisual */
.mainvisual {
  position: relative;
}
.mainvisual .kswlogo {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 25%;
  max-width: 130px;
  z-index: 10;
}

/* ------------------------------------------------------------ */
/* about */

.about table {
  width: 100%;
}

.about table th {
  text-align: left;
}

.about table th,
.about table td {
  border-bottom: 1px solid rgba(12, 37, 51, 0.2);
  padding: 0.5em 0;
}

/* ------------------------------------------------------------ */
/* works */

.works_box {
  margin: 4em 0 6em;
}

/* ------------------------------------------------------------ */
/* gallery */
.greeting .flx_ttlarea {
  margin: 0 0 4em 0;
}
/* ------------------------------------------------------------ */
/* access */
.access .address {
  margin: 1em auto 1.5em;
  text-align: center;
}

.access .flx_item:last-child {
  margin: 0 auto;
}

.access .link-box {
  text-align: right;
  font-size: 1.3rem;
  margin: 0 0 3em;
  justify-content: flex-end;
}

.access .link-item {
  padding: 0 5px 2px;
  align-items: center;
  border-bottom: 1px solid #000;
}

.access .link-item i {
  margin: 0 5px 0 0;
}

.access .btn {
  margin: 1em auto 1.5em;
}

/* ------------------------------------------------------------ */
/* contact */
.contact .notice {
  text-align: center;
  margin: 0 auto 2em;
}
.form-box {
  background: #f4f2ee;
  padding: 1em;
}
.form-box dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.8em 0;
}
.form-box dt,
.form-box dd {
  width: 100%;
  display: flex;
  align-items: center;
}
.form-box dt {
  font-weight: 700;
  padding: 0 5px;
}
.contact span.required {
  color: #a3935c;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
}
.form-box .note {
  font-size: 0.8em;
}
.form-box input[type="text"],
.form-box select,
.form-box textarea {
  width: 100%;
  padding: 8px 10px;
  font-size: 1em;
  background: #fff;
  margin: 5px;
  border: 1px solid #4d4d4d;
  border-radius: 0;
  cursor: pointer;
}
.form-box input.sizeS {
  width: 35%;
}
.form-box .submit-item {
  padding: 2em 0;
  text-align: center;
}
.form-box input[type="submit"],
.form-box input[type="reset"],
.form-box input[type="button"],
.form-box a.btn {
  display: inline-block;
  padding: 0.8em 1.5em;
  color: #fff;
  background: #888;
  margin: 5px 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  letter-spacing: 2px;
}
.form-box input[type="submit"] {
  background: #a3935c;
  color: #fff;
}
.form-box input[type="submit"]:hover,
.form-box input[type="reset"]:hover,
.form-box input[type="button"]:hover,
.form-box a.btn {
  background: #001722;
  color: #fff;
}

.confirm .confirm-ttl {
  font-size: 1.2em;
  margin: 0 auto 1em;
  text-align: center;
}
.confirm .form-box dl {
  border-bottom: 1px solid #001722;
}
.confirm .form-box dl:first-of-type {
  border-top: 1px solid #001722;
}
.confirm .form-box dl:last-of-type {
  border: none;
}
p.error_messe {
  color: #e84611;
  margin: 0 auto 0.5em;
}
/* ------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------ */
.main-footer {
  width: 100%;
  padding: 1em 0;
  background: #001722;
  color: #fff;
  z-index: 9998;
}
.copy {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  text-align: center;
}

@media screen and (min-width: 480px) {
  /* スマートフォン横 */
  .sp {
    display: block;
  }

  .main-header .link-item {
    padding: 1px 0;
  }

  /* ------------------------------------------------------------ */
  /* flx_box */

  /* 2カラム */
  .flx_2cols .flx_item {
    width: calc(100% / 2 - 0.5em);
    margin: 0 0.5em 1em 0;
  }
  .flx_2cols .flx_item:nth-of-type(2n),
  .flx_2cols .flx_item:last-of-type {
    margin: 0 0 1em;
  }

  /* 3カラム */
  .flx_3cols .flx_item {
    width: calc((100% - 2em) / 2);
    margin: 0 1em 1em 0;
  }
  .flx_3cols .flx_item:nth-of-type(2n) {
    margin: 0 0 1em;
  }

  /* 4カラム */
  .flx_4cols .flx_item {
    width: calc(100% / 4 - 0.5em);
    margin: 0 0.5em 1em 0;
  }

  .flx_4cols .flx_item:nth-of-type(4n) {
    margin: 0 0 1em;
  }

  /* ------------------------------------------------------------ */
  /* access */
  .access .flx_2cols {
    justify-content: center;
  }

  .access .flx_2cols .flx_item {
    width: auto;
    margin: 0 1.5em;
  }

  .access .flx_2cols .flx_item:nth-of-type(2n),
  .access .flx_2cols .flx_item:last-of-type {
    margin: 0 1.5em;
  }

  .access .flx_item .item-ttl {
    font-size: 1em;
    line-height: 1.5;
  }

  /* ------------------------------------------------------------ */
  /* contact */
  .form-box {
    padding: 5% 5%;
  }
  .form-box dt {
    width: 30%;
  }
  .form-box dd {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  /* タブレット縦 / スマートフォン横 */
  .sp-only {
    display: none;
  }
  .item-ttl {
    font-size: 2.4rem;
  }

  .bx_shadow {
    padding: 1.5em;
  }

  /* ------------------------------------------------------------ */
  /* main-header */
  /* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ */
  /* gnav */
  /* ------------------------------------------------------------ */
  .gnav {
    width: 50%;
  }

  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .inner {
    padding: 0 2em;
  }

  .base {
    padding: 4em 0;
  }

  .map-box {
    height: 360px;
  }

  figure img {
    height: 380px;
  }
  /* ------------------------------------------------------------ */
  /* swiper */
  .gallery-thumb {
    margin: 10px auto;
  }

  /* ------------------------------------------------------------ */
  /* ttl */
  .sub-ttl {
    margin: 0;
  }

  /* ------------------------------------------------------------ */
  /* flx_box */

  /* 2カラム */
  .flx_2cols .flx_item {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 2em 0;
  }
  .flx_2cols .flx_item:nth-of-type(2n),
  .flx_2cols .flx_item:last-of-type {
    margin: 0 0 2em;
  }

  /* 3カラム */
  .flx_3cols .flx_item,
  .flx_3cols .flx_item:nth-of-type(2n) {
    width: calc(100% / 3 - 1em);
    margin: 0 1em 2em 0;
  }
  .flx_3cols .flx_item:nth-of-type(3n) {
    margin: 0 0 2em;
  }

  /* 4カラム */
  .flx_4cols .flx_item {
    width: calc(100% / 4 - 1em);
    margin: 0 1em 2em 0;
  }

  .flx_4cols .flx_item:nth-of-type(4n) {
    margin: 0 0 2em;
  }

  .flx_ttlarea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flx_ttlarea .ttl_box {
    width: 20%;
  }

  .flx_ttlarea .ttl_sidebox {
    width: 80%;
  }

  /* ------------------------------------------------------------ */
  /* section */
  .about .txt {
    line-height: 2.5;
  }
  .products .flx_2cols .flx_item {
    margin-bottom: 0;
  }

  .access .flx_2cols .flx_item {
    width: auto;
    margin: 0 2em;
  }

  .access .flx_2cols .flx_item:nth-of-type(2n),
  .access .flx_2cols .flx_item:last-of-type {
    margin: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  /* デスクトップ/タブレット横 */
  body {
    font-size: 1.6em;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .content {
    padding-top: 0;
  }
  .confirm .content {
    padding-top: 100px;
  }

  /* ------------------------------------------------------------ */
  /* header */
  /* ------------------------------------------------------------ */
  .main-header {
    padding: 10px 20px;
  }
  .main-header .main-logo {
    /*width: 250px;*/
    width: 200px;
  }
  /* ------------------------------------------------------------ */
  /* gnav */
  /* ------------------------------------------------------------ */
  .gnav {
    box-shadow: none;
    width: calc(100% - 100px);
    padding: 0 0 0 2em;
  }

  .drawer_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: none;
  }
  /* nav-menu */
  .nav-menu {
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
  }
  .nav-menu .menu-item {
    margin: 0 1em 0 0;
  }

  .nav-menu .menu-item {
    font-size: 1.8rem;
  }
  .menu-item a {
    padding: 10px;
    overflow: hidden;
  }

  .menu-item a::before,
  .menu-item a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #a3935c;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-in-out;
  }

  .menu-item a::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .menu-item a::after {
    right: 50%;
    transform: translateX(50%);
  }

  .menu-item a:hover::before,
  .menu-item a:hover::after {
    width: 100%;
    transform: translateX(0);
  }

  .menu-item a:hover::before {
    left: 0;
  }
  .menu-item a:hover::after {
    right: 0;
  }

  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */

  .inner {
    max-width: 1024px;
  }

  .base {
    padding: 5em 0;
  }

  .mainvisual img {
    width: 100%;
  }
  .mainvisual .kswlogo {
    width: 180px;
    max-width: inherit;
  }
  .bg::after {
    background-attachment: fixed;
  }

  /* ------------------------------------------------------------ */
  /* access */

  .access .address {
    margin: 3em auto 3em;
  }
}
