@charset "UTF-8";
/*==================================

  bace

==================================*/
/* common */
* {
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666;
  color: #8B8B8B;
  position: relative;
  background: #fff; }

/* img */
img {
  max-width: 100%;
  height: auto; }

img[src$=".svg"] {
  max-width: 100%; }

section {
  margin-bottom: 120px !important; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*==================================

  link

==================================*/
a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #8B8B8B; }
  a:hover {
    opacity: .7; }
    a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }

a[href^="tel:"]:hover {
  opacity: 1; }

/* h_btn */
.h_btn {
  position: relative; }
  .h_btn .btn {
    display: inline-block;
    background: #3B4043;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

/*==================================

  font

==================================*/
b, strong {
  font-weight: 700; }

h2.ttl, main h1.ttl {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: 500; }

.single-post .single_set h1 {
  font-size: 28px;
  font-weight: bold; }
.single-post .single_set h2 {
  font-size: 24px;
  font-weight: bold; }
.single-post .single_set h3 {
  font-size: 21px;
  font-weight: bold; }
.single-post .single_set h4 {
  font-size: 18px;
  font-weight: bold; }
.single-post .single_set p a {
  text-decoration: underline;
  display: inline-block !important; }
.single-post .single_set ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 50px; }
.single-post .single_set ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 50px; }
.single-post .single_set li {
  list-style: inherit; }
.single-post .single_set blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  background: #efefef;
  color: #555;
  width: 80%;
  margin: 60px auto; }
  .single-post .single_set blockquote::before {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #666;
    font-size: 25px;
    line-height: 1; }
  .single-post .single_set blockquote p {
    padding: 0;
    margin: 20px 0 10px;
    font-size: 15px;
    line-height: 1.5; }

/*==================================

  contents

==================================*/
.contents {
  max-width: 100%;
  width: 990px;
  margin: 0 auto;
  padding: 0 15px; }

.contents2 {
  max-width: 100%;
  width: 760px;
  margin: 0 auto;
  padding: 0 15px; }

.two_box {
  display: flex;
  justify-content: space-between; }

/* item list */
.item_box {
  padding: 0 10px; }
  .item_box .item_img {
    overflow: hidden;
    position: relative;
    border-radius: 20px; }
    .item_box .item_img::before {
      content: "";
      display: block;
      padding-top: 100%; }
    .item_box .item_img img {
      position: absolute;
      max-width: none;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover; }
  .item_box .item_txt {
    padding-top: 15px;
    padding-bottom: 50px;
    text-align: center; }

/* slider */
.slide-arrow {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  z-index: 120;
  cursor: pointer; }

.prev-arrow {
  left: 40%; }

.next-arrow {
  left: 60%; }

#slider2 .slick-list {
  max-width: 100%;
  width: 960px;
  margin: 0 auto; }

.slick-dots li button:before {
  color: #98A6B5;
  font-size: 18px;
  content: "〇";
  opacity: 1;
  font-family: 'Noto Sans JP', sans-serif; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3B4043;
  content: "●";
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif; }

/* banner */
.banner_box {
  text-align: center;
  margin-bottom: 120px; }

.banner_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 120px; }

/*==================================

  header

==================================*/
.h_top {
  display: flex;
  justify-content: space-between;
  padding: 40px 15px !important; }

.right_nav nav > ul {
  display: flex; }
  .right_nav nav > ul li {
    display: flex;
    align-items: flex-end; }
  .right_nav nav > ul > li a, .right_nav nav > ul > li span {
    display: block;
    text-align: center;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2em;
    cursor: pointer; }
    .right_nav nav > ul > li a img, .right_nav nav > ul > li span img {
      width: 30px; }
  .right_nav nav > ul > li .open, .right_nav nav > ul > li.active .open_btn, .right_nav nav > ul li.active .open_btn2 {
    display: none; }
  .right_nav nav > ul > li.active .open {
    display: block;
    position: relative;
    z-index: 99999;
    color: #fff; }

.right_nav nav > ul > li:nth-child(2) a img {
  width: 43px;
  margin-bottom: 5px; }

.right_nav--submenu, .right_nav--submenu2 {
  width: 100vw;
  height: 450px;
  background: rgba(0, 0, 0, 0.8);
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: -450px;
  z-index: 99998;
  transition-duration: .5s;
  overflow: hidden; }
  .right_nav--submenu li a, .right_nav--submenu2 li a {
    color: #fff;
    text-align: center !important;
    width: 100%;
    font-weight: 500 !important;
    line-height: 2; }

li.active .right_nav--submenu, li.active .right_nav--submenu2 {
  top: 0; }

.searchform {
  display: block;
  width: 96%;
  text-align: center;
  margin: 0 auto; }

.search_box {
  display: inline-block;
  margin: 0 auto 30px;
  position: relative; }
  .search_box input[type="text"] {
    background: #fff;
    border: 1px solid #CDD6DD;
    border-radius: 30px;
    width: 420px;
    max-width: 100%;
    padding: 15px 30px;
    line-height: 1;
    text-align: left; }
  .search_box input[type="image"] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

/* key */
.key_ttl {
  text-align: center;
  margin-bottom: 15px; }

.key_item {
  display: inline-block;
  border: 1px solid #CDD6DD;
  background: #F0F3F5;
  padding: 10px;
  border-radius: 50px;
  line-height: 1;
  margin-right: 15px; }

/*==================================

  top

==================================*/
.news_list li {
  border-bottom: 1px solid #CDD6DD; }
.news_list a {
  display: flex;
  align-items: center;
  padding: 10px 0; }
  .news_list a p {
    padding-left: 60px; }

/*==================================

  footer

==================================*/
.navi_list ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden; }
  .navi_list ul li {
    width: 25%; }
    .navi_list ul li .navi__list_ttl {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      letter-spacing: .2em;
      height: 40px; }
      .navi_list ul li .navi__list_ttl img {
        margin-right: 10px;
        width: 30px; }
    .navi_list ul li dl {
      border-right: 1px dotted #707070;
      height: 100%;
      margin-top: 20px; }
      .navi_list ul li dl dd a {
        display: flex;
        align-items: center;
        padding: 10px 0;
        line-height: 1; }
        .navi_list ul li dl dd a::before {
          content: "●";
          margin-right: 10px;
          font-size: 10px; }
    .navi_list ul li:last-child dl {
      border-right: none; }
    .navi_list ul li:nth-of-type(n+2) dl {
      padding: 0 20px; }
    .navi_list ul li:nth-child(2) a img {
      width: 43px;
      margin-bottom: 5px; }

footer {
  background: #3B4043;
  color: #fff;
  text-align: center;
  padding: 30px 0; }
  footer .footer_sns {
    display: flex;
    justify-content: center;
    margin: 50px 0 30px; }
    footer .footer_sns li {
      display: flex;
      align-items: center; }
    footer .footer_sns a {
      display: inline-block;
      margin: 0 10px; }
      footer .footer_sns a img {
        width: 33px; }
  footer .footer_link {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    footer .footer_link a {
      display: inline-block;
      margin: 0 10px;
      color: #fff; }

/*==================================

  under

==================================*/
.archive_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .archive_list article, .archive_list .archive_list_item {
    width: 25%; }
  .archive_list::before {
    content: "";
    display: block;
    width: 25%;
    height: 0;
    order: 1; }
  .archive_list::after {
    content: "";
    display: block;
    width: 25%; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 10px;
  margin: 2px;
  color: #8B8B8B; }

.wp-pagenavi span.current {
  color: #3B4043;
  font-weight: 400; }

.previouspostslink, .nextpostslink {
  border: 2px solid #F0F3F5 !important;
  border-radius: 10px;
  background: #FAFAFA;
  font-weight: 900;
  color: #3B4043 !important; }

.single_set p {
  margin-bottom: 40px;
  text-align: justify; }
.single_set .date {
  text-align: right;
  font-size: 20px; }

.single_set .item_box {
  margin-top: 50px; }
.single_set .key_nav {
  text-align: center; }

.item_contents {
  margin: 80px 0 120px; }
  .item_contents > div {
    width: 45%; }
  .item_contents .details_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 20px;
    line-height: 1; }
    .item_contents .details_cat .details_item {
      width: 48%;
      background: #3B4043;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      padding: 8px 0; }
      .item_contents .details_cat .details_item:first-child {
        background: none;
        padding: 0; }

.simplefavorite-button {
  width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #8B8B8B;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  cursor: pointer; }
  .simplefavorite-button::before {
    content: "♥︎";
    color: #BC2222; }

.item_material ul {
  border-top: 2px solid #8B8B8B;
  padding-top: 10px; }
  .item_material ul li {
    padding: 10px 0;
    border-bottom: #CDD6DD 1px solid; }

.single_take {
  counter-reset: number; }
  .single_take li {
    margin-bottom: 60px; }
    .single_take li > div {
      width: 45%; }
    .single_take li .item_box {
      margin-top: 0; }
    .single_take li .single_take_item h3 {
      display: flex;
      text-align: justify;
      margin-bottom: 40px; }
      .single_take li .single_take_item h3::before {
        content: counter(number);
        counter-increment: number;
        background-color: #3B4043;
        color: #fff;
        display: inline-block;
        text-align: center;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        line-height: 30px;
        margin-right: 10px;
        margin-top: 5px;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .single_take li .single_take_item h3 .single_take_ttl {
        flex: 1; }

.favorites-list {
  margin-bottom: 120px; }

.no-favorites {
  text-align: center; }

.favorites-list li {
  zoom: 1;
  border-top: none;
  padding: 0;
  margin: 0; }

.item_contents .details_cat .details_item img {
  height: 24px;
  width: auto; }

/* margin padding
/ ---------------------------------------------------------- */
.mt10 {
  margin-top: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt80 {
  margin-top: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt100 {
  margin-top: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pl100 {
  padding-left: 100px !important; }
