@charset "UTF-8";
/*--------------- ▽ 以下共通スタイル ▽ ---------------*/
.sp-none {
  display: none !important;
}

.inbox {
  width: 90%;
  margin: 0 auto;
}

.map-icon {
  text-align: center;
}
.map-icon span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
}

/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
/*フォント*/
/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ body以下 ▽ ---------------*/
html {
  font-size: 62.5%;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.05em;
  /* 明朝体セット */
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, serif;
  /* ゴシック体セット */
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

/*--------------- ▽ 更新画像 ▽ ---------------*/
/*更新イメージの調整*/
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.noimg {
  background: #666666;
  position: relative;
  display: block;
}
.noimg::after {
  position: absolute;
  content: "";
  background: url(../img/common/noimg-logo.png) no-repeat;
  background-size: contain;
  text-align: center;
  width: 70px;
  height: 40px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  z-index: -1;
}

/*--------------- △ 更新画像 △ ---------------*/
/*--------------- ▽ 共通テキスト/タイトル ▽ ---------------*/
.com-text p {
  margin-bottom: 5%;
}
.com-text p:last-child {
  margin-bottom: 0;
}

/*------------------------------
タイトルベース
-------------------------------*/
h3, h4, h5, h6 {
  position: relative;
}

.top-title-base {
  position: relative;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}

.sub-title-base {
  position: relative;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}

/*------------------------------
タイトルスタイル
-------------------------------*/
/*下層共通スタイル*/
.title-style01 {
  text-align: center;
  border-bottom: 5px solid #d6d075;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 1.4;
}

.title-style02 {
  text-align: left;
  border-left: 4px solid #d6d075;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 1.5;
}

/*下層共通スタイルここまで*/
.title-style03 {
  font-size: 2.6rem;
}
.title-style03 em {
  font-size: 3.8rem;
}

.title-style05 {
  font-size: 2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  margin-bottom: 8%;
}
.title-style05 em {
  font-size: 2.8rem;
}

/*--------------- △ 共通テキスト/タイトル △ ---------------*/
/*--------------- ▽ 共通パーツ ▽ ---------------*/
/*--------------- ▼ カラー ▼ ---------------*/
.color01 {
  color: #d6d075;
}

/*--------------- ▲ カラー ▲ ---------------*/
/*--------------- ▼ button ▼ ---------------*/
.button-style01 {
  display: block;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #d6d075;
  max-width: 420px;
  width: 70%;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.button-style01 .arrow-icon01 {
  color: #d6d075;
  padding-left: 70px;
  transition: all 0.3s ease;
}
.button-style01:hover {
  opacity: 0.7;
}
.button-style01:hover .arrow-icon01 {
  padding-left: 55px;
}

.button-style01-wh {
  display: block;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #fff;
  max-width: 420px;
  transition: all 0.3s ease;
}
.button-style01-wh .arrow-icon01 {
  color: #fff;
  padding-left: 70px;
  transition: all 0.3s ease;
}
.button-style01-wh .arrow-icon01::before, .button-style01-wh .arrow-icon01::after {
  background: #fff;
}
.button-style01-wh:hover {
  opacity: 0.7;
}
.button-style01-wh:hover .arrow-icon01 {
  padding-left: 55px;
}

.button-style02 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.4rem;
  transition: all 0.3s ease;
}
.button-style02 .arrow-icon01 {
  color: #d6d075;
  padding-right: 50px;
  transition: all 0.3s ease;
}
.button-style02 .arrow-icon01::before {
  right: 0;
  left: auto;
  width: 30px;
}
.button-style02 .arrow-icon01::after {
  right: 0;
  left: auto;
  bottom: 7px;
  width: 6px;
}
.button-style02:hover {
  opacity: 0.8;
}

.button-style03 {
  position: relative;
  display: block;
  width: 80%;
  padding: 5%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.button-style03 .arrow-icon01 {
  padding-right: 60px;
  color: #fff;
}
.button-style03 .arrow-icon01::before {
  width: 30px;
  left: auto;
  right: 0;
  background: #fff;
}
.button-style03 .arrow-icon01::after {
  left: auto;
  right: 0;
  background: #fff;
  bottom: 7px;
}
.button-style03:hover {
  background: rgba(0, 0, 0, 0.2);
}

.instagram-button .instagram-icon {
  padding-left: 50px;
  position: relative;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.instagram-button .instagram-icon::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-instagram.png) no-repeat;
  width: 36px;
  height: 36px;
  background-size: contain;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
}

.site-button .site-icon {
  padding-left: 50px;
  position: relative;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.site-button .site-icon::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-site.png) no-repeat;
  width: 33px;
  height: 28px;
  background-size: contain;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
}

.bnr-style01 {
  position: relative;
  display: block;
  width: 100%;
  padding: 10% 4%;
  box-sizing: border-box;
  color: #fff;
}
.bnr-style01::before {
  position: absolute;
  content: "";
  left: 5%;
  margin: auto;
  top: 0;
  bottom: 0;
}
.bnr-style01::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 85%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.bnr-style01:hover {
  opacity: 0.7;
}
.bnr-style01 .arrow-icon01::before, .bnr-style01 .arrow-icon01::after {
  content: none;
}

/*--------------- ▲ button ▲ ---------------*/
/*--------------- ▼ icon ▼ ---------------*/
.arrow-icon01 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.arrow-icon01::before {
  position: absolute;
  content: "";
  background: #d6d075;
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
}
.arrow-icon01::after {
  position: absolute;
  content: "";
  background: #d6d075;
  width: 10px;
  height: 1px;
  bottom: 6px;
  margin: auto;
  left: 33px;
  top: 0px;
  transform: rotate(45deg);
}

/*--------------- ▲ icon ▲ ---------------*/
/*--------------- ▼ tel ▼ ---------------*/
.tel-style01 {
  color: #d6d075;
  font-size: 1.6rem;
  font-family: "Lexend Deca", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.tel-style01 .number {
  font-size: 2.8rem;
}
.tel-style01 .tel-icon {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #d6d075;
}
.tel-style01 .tel-icon::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-tel.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
}

/*--------------- ▲ tel ▲ ---------------*/
/*--------------- ▼ テーブル ▼ ---------------*/
.table-style01 table {
  width: 100%;
}
.table-style01 tr {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.table-style01 th {
  display: block;
  width: 100%;
  background: rgba(128, 128, 128, 0.1);
  padding: 5%;
  box-sizing: border-box;
}
.table-style01 td {
  display: block;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
  padding: 3% 4%;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5%;
}
.com-dl > .in-dl:last-child {
  margin-bottom: 0;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
.com-dl > .in-dl > dt,
.com-dl > .in-dl > dd {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
.com-dl > .in-dl > dt {
  width: 300px;
  background: #f2f2f2;
}
.com-dl > .in-dl > dd {
  width: 780px;
  vertical-align: top;
}
.com-dl > .in-dl > dd a {
  color: #fff;
}

/*--------------- ▲ テーブル ▲ ---------------*/
/*--------------- △ 共通パーツ △ ---------------*/
/*--------------- ▽ flex ▽ ---------------*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順*/
.flx-rr {
  flex-direction: row-reverse;
}

/*
水平方向の揃え
-------------------------------*/
/*初期値*/
.flx-strt {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え*/
.flx-center {
  justify-content: center;
}

/*
垂直方向の揃え
-------------------------------*/
/*水平揃え　上揃え*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方-
-------------------------------*/
/*初期値*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、
残りの要素は均等に間隔をあけて配置*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置*/
.flx-alcont-s-ard {
  align-content: space-around;
}

/*--------------- △ flex △ ---------------*/
/*--------------- ▽ com-news ▽ ---------------*/
.com-news .news-list {
  margin-bottom: 10%;
}
.com-news .news-item {
  margin-bottom: 5%;
}
.com-news .news-item:last-child {
  margin-bottom: 0;
}
.com-news .news-item a {
  padding: 4%;
  box-sizing: border-box;
  border-bottom: 1px dotted #fff;
  display: block;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
.com-news .news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-news .news-time {
  background: #000;
  margin-right: 10px;
  padding: 3%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4%;
  display: block;
}
.com-news .news-time span {
  position: relative;
  padding-left: 15px;
}
.com-news .news-time span::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  transform: rotate(-45deg);
}
.com-news .news-text {
  display: block;
  margin-bottom: 5%;
}

.news-tag {
  color: #d6d075;
  font-size: 1.2rem;
  font-weight: 500;
  flex-wrap: wrap;
}
.news-tag .tag {
  padding: 0 10px;
  box-sizing: border-box;
  border-left: 1px solid #d6d075;
  margin: 1%;
}

/*--------------- △ com-news △ ---------------*/
/*--------------- ▽ ページネーション ▽ ---------------*/
ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}
ul.pagenation li a {
  width: 45px;
  height: 45px;
  font-size: 17px;
  color: #fff;
}
ul.pagenation li.current {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #000;
}

/*--------------- △ ページネーション △ ---------------*/
/*--------------- ▽ ページボタン ▽ ---------------*/
.page-btn {
  position: relative;
  margin-top: 30px;
  font-size: 14px;
}
.page-btn a {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
.page-btn .right a,
.page-btn .left a {
  font-size: 14px;
}
.page-btn .right a:before,
.page-btn .left a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  box-sizing: border-box;
}
.page-btn .left {
  left: 0;
}
.page-btn .left a {
  position: relative;
  padding-left: 20px;
}
.page-btn .left a:before {
  left: 0;
  border: solid 5px transparent;
  border-right: solid #d6d075 5px;
}
.page-btn .right {
  right: 0;
}
.page-btn .right a {
  position: relative;
  padding-right: 20px;
}
.page-btn .right a:before {
  right: 0;
  border: solid 5px transparent;
  border-left: solid #d6d075 5px;
}

/*--------------- △ ページボタン △ ---------------*/
/*--------------- ▽ プライバシーポリシー ▽ ---------------*/
#contents.privacy{
  background: #333;
}
#contents.privacy .privacy-box {
  margin-bottom: 50px;
}
#contents.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*--------------- △ プライバシーポリシー △ ---------------*/
/*--------------- ▽ サイトマップ ▽ ---------------*/
#site-map{
  background: #333;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  padding: 15px 0 15px 35px;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #fff;
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  border: solid 8px transparent;
  transition: 0.3s;
  border-left: 8px solid #d6d075;
}
#site-map ul li a:hover {
  color: #d6d075;
}
#site-map ul li a:hover:before {
  left: 10px;
}
#site-map .site-item .item-jp{
  font-size: 1.2rem;
  font-weight: 400;
}
/*--------------- △ サイトマップ △ ---------------*/
/*--------------- ▽ お問い合わせ ▽ ---------------*/
#contact {
  background: #333;
}
.contact-complete{
  background: #333;
}
.error-text {
  color: #f44336;
}

.cont-dl {
  margin-bottom: 40px;
}
.cont-dl .in-dl dt,
.cont-dl .in-dl dd {
  font-size: 15px;
}
.cont-dl .in-dl dt {
  width: 320px;
  position: relative;
  vertical-align: top;
  background: #262626;
}
.cont-dl .in-dl dt .hissu {
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  font-size: 13px;
}
.cont-dl .in-dl dd {
  width: 760px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num] {
  width: 100%;
  padding: 5px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 5%;
}
.contact-btn ul li #form-btn {
  width: 340px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 25px 0;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #d6d075;
  background-color: #d6d075;
}
.contact-btn ul li:hover #form-btn {
  color: #d6d075;
  background: #fff;
}
.contact-btn ul li:last-child {
  margin-right: 0;
}

/*--------------- △ お問い合わせ △ ---------------*/
/*--------------- ▽ 404エラー ▽ ---------------*/
.notfound{
  background: #333;
}
.notfound-title{
  line-height: 1.5;
  font-size: 2.4rem;
}
.not-found-txt {
  text-align: center;
}
.not-found-txt p {
  font-size: 16px;
  line-height: 1.8;
}
.not-found-txt p a {
  font-weight: bold;
  color: #d6d075;
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*--------------- △ 404エラー △ ---------------*//*# sourceMappingURL=common_sp.css.map */