@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* shine */
/* 基本設定
******************************************************************************************** */
html {
  /* overflow-x: hidden; */
  cursor: inherit;
  font-size: 62.5%;
  /* overflow-x: auto; */
}
html.font-s {
  font-size: 62.5%;
}
html.font-m {
  font-size: 70%;
}
html.font-l {
  font-size: 80%;
}

body {
  font-size: 1.8em;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 400;
  background: #fff;
  color: #333;
  width: 100%;
  /* min-width: $ww; */
  overflow-x: hidden;
  line-height: normal;
  letter-spacing: 0.05em;
  /* -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; */
  background: url(../assets/img/common/bg.jpg) repeat-y;
  background-size: 100%;
}

img {
  filter: blur(0);
  -webkit-filter: blur(0);
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #666666;
}
a img {
  transition: 0.5s ease-in-out;
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a:focus,
button:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

.pager {
  max-width: 900px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 80px auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .pager {
    width: 100%;
  }
}
.pager__single {
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.pager__single a {
  color: #fff;
  padding: 10px 20px;
  background: #4a6bae;
  border: 2px solid #dcdcdc;
}
.pager__prev {
  text-align: left;
}
.pager__prev a i {
  margin-right: 10px;
}
.pager__next {
  text-align: right;
}
.pager__next a i {
  margin-left: 10px;
}
.pager__index {
  text-align: center;
}
.pager__index a {
  color: #fff;
  padding: 10px 20px;
  background: #4a6bae;
  border: 2px solid #dcdcdc;
}
.pager__index a i {
  margin-right: 10px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #4a6bae;
  background-color: #FFFFFF;
  padding: 8px 15px !important;
  margin: 0 2px !important;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #4a6bae !important;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #4a6bae;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #4a6bae;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/
.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* レイアウト設定
******************************************************************************************** */
.drawer--navbarTopGutter {
  padding: 0 !important;
}

.in-width {
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .in-width {
    width: 100%;
  }
}

.header__inner {
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 0 auto;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .header__inner {
    width: 100%;
  }
}
.header__ttl {
  padding-top: 20px;
  width: 286px;
}
.header__ttl h1 {
  margin: 0;
}
.header__right {
  width: 261px;
}
.header__mail a {
  color: #fff;
  background: #f39800;
  display: inline-block;
  padding: 6px 20px;
  text-shadow: none;
  position: relative;
  font-style: italic;
  width: 100%;
  display: block;
  text-align: center;
}
.header__mail a i {
  margin-right: 1em;
}
.header__mail a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.header__mail a:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}

.gnav ul {
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 0 auto;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .gnav ul {
    width: 100%;
  }
}
.gnav ul li {
  border-right: 1px solid #333;
  width: 20%;
  text-align: center;
}
.gnav ul li:first-child {
  border-left: 1px solid #333;
}

.cv {
  padding: 60px 0;
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .cv {
    width: 100%;
  }
}

.footer {
  background: #fff;
  position: relative;
  padding-top: 40px;
}
.footer .gotop {
  margin: 0;
  right: 0;
}
.footer .gotop:hover {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.footer .gotop:hover::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.footer .gotop:hover:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 0 auto;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__left--ttl {
  width: 284px;
}
.footer__left address {
  font-style: normal;
}
.footer .fnav {
  width: 480px;
}
.footer .fnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .fnav__list li {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 5px;
}
.footer .copyright {
  color: #4a6bae;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 20px 0;
}

/* FLOAT CONFIG
******************************************************************************************** */
.clear {
  clear: both;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.center {
  text-align: center;
}
.center img {
  display: inline;
}

.left {
  text-align: left;
}

.flrpic {
  display: inline;
  float: right;
  margin: 0 0 0 15px;
}
.flrpic img {
  display: inline;
  margin-bottom: 5px;
}

.fllpic {
  float: left;
  margin: 0 15px 0 0;
}
.fllpic img {
  display: inline;
  margin-bottom: 5px;
}

.centerpic {
  margin: 0 auto;
  text-align: center;
}
.centerpic img {
  display: inline;
}

.flrtbl {
  float: right;
  margin: 0 0 25px 25px;
}

.flltbl {
  float: left;
  margin: 0 25px 25px 0;
}

.alr {
  text-align: right;
}
.alr img {
  display: inline;
}

.inline {
  display: inline;
}

.all {
  text-align: left;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

/* 共通設定 */
.pc-mode {
  display: block;
}

.sp-mode {
  display: none;
}/*# sourceMappingURL=common.css.map */