@charset "UTF-8";
/*
Theme Name :Chateau Knot
Theme URI : 
Author: SCARAMANGA INC.
Author URI: https://scaramanga.jp
Description:
Version: 1.0
*/
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #3B3938;
  background-color: #F2F2F2;
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.98;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  color: #3B3938;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}
a img {
  transition-property: all;
  transition-duration: 0.5s;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.bounce_in,
.fade_in,
.fade_in_up,
.fade_in_up_down,
.fade_in_up_left,
.fade_in_up_right {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_bounce {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!------------------------------------*
fadeIn
\*!------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*!------------------------------------*
fadeInUp
\*!------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*!------------------------------------*
fadeInDown
\*!------------------------------------*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*!------------------------------------*
fadeInLeft
\*!------------------------------------*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: adeInLeft;
  animation-name: fadeInLeft;
}

/*!------------------------------------*
fadeInRight
\*!------------------------------------*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* _header
---------------------------------------------------------------------------------------*/
.header {
  width: 100%;
  background: #F2F2F2;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-property: all;
  transition-duration: 0.5s;
  padding: 45px 5%;
}
.header .header_logo {
  width: 280px;
}
@media screen and (max-width: 959px) {
  .header .header_logo {
    width: 160px;
  }
}
.header .header_logo a {
  display: block;
}
/* ===============================================
メニューのスタイリング
=============================================== */
.gnav .gnav_inr {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
  .gnav .sns_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px;
    margin-bottom: 30px;
  }
  .gnav .sns_area li a {
    border-bottom: 1px solid #3B3938;
    padding-bottom: 5px;
    font-size: 1.3rem;
  }
  .gnav .sns_area li a:hover {
    color: #B45B47;
    border-bottom: 1px solid #B45B47;
  }
  .gnav .header_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 25px;
  }
  .gnav .header_nav li.current_page_item a {
    color: #B45B47;
  }
  .gnav .header_nav li a:hover {
    color: #B45B47;
  }
}
@media screen and (max-width: 959px) {
  .gnav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    background-color: #FFFFFF;
    transition: all 0.5s;
    z-index: 999;
    overflow-x: scroll;
  }
  .gnav .gnav_inr {
    padding: 90px 30px;
    color: #FFFFFF;
    text-align: center;
  }
  .gnav .gnav_inr a:hover {
    opacity: 0.6;
  }
  .gnav .gnav_inr .nav li {
    margin: 1em 0;
  }
  .gnav .gnav_inr .nav li.current_page_item a {
    color: #C2A16C;
  }
  .gnav .gnav_inr .nav li a {
    font-size: 1.4rem;
  }
  .gnav .gnav_inr .sns_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    margin: 45px 0;
  }
  .gnav .gnav_inr .sns_area li a {
    display: block;
    width: 29px;
  }
}

.gnav.active_nav {
  right: 0;
}

/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.hamburger_area {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  transition: 0.5s;
  background: #022063;
  color: #FFFFFF;
  border-radius: 0 0 0 12px;
}
@media screen and (min-width: 960px) {
  .hamburger_area {
    display: none;
  }
}
.hamburger_area:hover {
  cursor: pointer;
}
.hamburger_area.active_nav span {
  background-color: #FFFFFF !important;
}
.hamburger_area.active_nav span:nth-of-type(1) {
  top: -3px;
}
.hamburger_area.active_nav span:nth-of-type(3) {
  bottom: 0 !important;
}

.hamburger {
  display: block;
  position: absolute;
  top: 24px;
  right: 15px;
  width: 35px;
  height: 17px;
  z-index: 99999;
}
.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 7px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}
.hamburger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

.active_nav span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
}
.active_nav span:nth-of-type(2) {
  opacity: 0;
}
.active_nav span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(30deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(30deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(30deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-30deg);
  }
}
/* _page
---------------------------------------------------------------------------------------*/
/* common elements
---------------------------------------------------------------------------------------*/
.container {
  margin: auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 5%;
  }
}

.min-container {
  max-width: 980px;
  margin: auto;
}

.min-container_inr {
  max-width: 680px;
  margin: auto;
}

.page_wrapper {
  margin: 0 auto 120px;
  background: url(images/logo_ico_w.png) top right 8% no-repeat;
  background-size: 390px;
  padding-top: 90px;
}
@media screen and (max-width: 959px) {
  .page_wrapper {
    background: url(images/logo_ico_w.png) top right 6% no-repeat;
    background-size: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page_wrapper {
    background: url(images/logo_ico_w.png) top right 5% no-repeat;
    background-size: 160px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row {
    gap: 45px 0;
  }
}
.row .col_3 {
  width: 30%;
}
@media screen and (max-width: 959px) {
  .row .col_3 {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .row .col_3 {
    width: 100%;
  }
}
.row .col_2 {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .row .col_2 {
    width: 100%;
  }
}
.row .col_1 {
  width: 100%;
}

.btn_more {
  text-align: center;
  margin: 45px auto;
}
@media screen and (max-width: 767px) {
  .btn_more {
    margin: 30px auto;
    padding: 0 15%;
  }
}
.btn_more a {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.btn_more a:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #3B3938;
  margin-left: 20px;
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_more a:hover:after {
  margin-left: 30px;
}

/* title
---------------------------------------------------------------------------------------*/
.page_title {
  position: relative;
}
.page_title h1 {
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page_title h1 {
    font-size: 2.4rem;
  }
}

.breadcrumbs {
  text-align: left;
  font-size: 1.2rem;
  margin: 0 0 45px;
  color: #C3C3C3;
}
.breadcrumbs a {
  color: #C3C3C3;
}

.page_nav ul {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .page_nav ul {
    gap: 0 15px;
  }
}
.page_nav ul li:last-child a::after {
  display: none;
}
.page_nav ul li a {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page_nav ul li a {
    font-size: 1.3rem;
  }
}
.page_nav ul li a::after {
  content: "/";
  margin-left: 20px;
}
.page_nav ul li a:hover {
  color: #B45B47;
}

.cat_list ul {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .cat_list ul {
    gap: 0 15px;
  }
}
.cat_list ul .current a {
  color: #B45B47;
}
.cat_list ul .current a:before {
  content: "●";
  margin-right: 3px;
  color: #B45B47;
}
.cat_list ul li:last-child a::after {
  display: none;
}
.cat_list ul li a {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .cat_list ul li a {
    font-size: 1.3rem;
  }
}
.cat_list ul li a::after {
  content: "/";
  margin-left: 20px;
}
.cat_list ul li a:hover {
  color: #B45B47;
}

/* page_section
---------------------------------------------------------------------------------------*/
.page_section {
  margin: 90px auto 160px;
}
@media screen and (max-width: 767px) {
  .page_section {
    margin: 45px auto 90px;
  }
}
.page_section:last-child {
  margin-bottom: 0;
}
.page_section .page_section_title {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.page_section .page_section_title h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page_section .page_section_title h2 {
    font-size: 2rem;
  }
}
.page_section .page_section_inr {
  margin: 70px auto 120px;
  max-width: 1680px;
}
.page_section .page_section_inr:last-child {
  margin: 70px auto 0;
}

/* journal_list
---------------------------------------------------------------------------------------*/
.journal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 3.5%;
  width: 100%;
  margin: 90px 0 160px;
}
@media screen and (max-width: 767px) {
  .journal_list {
    margin: 45px 0 90px;
  }
}
.journal_list .journal_card {
  width: 31%;
}
@media screen and (max-width: 1199px) {
  .journal_list .journal_card {
    width: 48.25%;
  }
}
@media screen and (max-width: 767px) {
  .journal_list .journal_card {
    width: 100%;
  }
}
.journal_list .journal_card a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.journal_list .journal_card a:hover {
  color: #B45B47;
}
.journal_list .journal_card a:hover .thum img {
  transform: scale(1.05);
}
.journal_list .journal_card a .inr {
  margin-bottom: 25px;
  width: 50%;
  padding-left: 4%;
}
.journal_list .journal_card a .inr .time {
  font-size: 1.2rem;
  color: #B45B47;
  margin-bottom: 10px;
}
.journal_list .journal_card a .inr .cat {
  font-size: 1.2rem;
}
.journal_list .journal_card a .inr .cat:before {
  content: "●";
  margin-right: 3px;
}
.journal_list .journal_card a .inr .title {
  margin: 0.5em 0;
}
.journal_list .journal_card a .thum {
  width: 50%;
  overflow: hidden;
  text-align: center;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .journal_list .journal_card a .thum {
    width: 36%;
  }
}
.journal_list .journal_card a .thum img {
  overflow: hidden;
}

/* pagination
---------------------------------------------------------------------------------------*/
.pagination {
  clear: both;
  text-align: center;
  margin: 65px 0 0;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 35px 0 0;
    padding-bottom: 35px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  border: 1px solid #3B3938;
  color: #3B3938;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}
.pagination .page-numbers:hover {
  opacity: 0.6;
}
.pagination .current {
  border: 1px solid #C2A16C;
  background: #C2A16C;
  color: #FFFFFF;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}

/* _footer
---------------------------------------------------------------------------------------*/
.footer {
  margin-top: 290px;
  padding: 0 0 120px;
  background: url(images/footer_bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
    padding: 45px 0;
  }
}
.footer a:hover {
  opacity: 0.6;
}
.footer .footer_logo {
  width: 140px;
  margin: 0 auto 25px;
}
.footer .footer_logo img {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    width: 100px;
    margin: 0 auto 25px;
  }
}
.footer .sns_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 30px;
}
.footer .sns_area li a {
  border-bottom: 1px solid #3B3938;
  padding-bottom: 5px;
  font-size: 1.3rem;
}
.footer .sns_area li a:hover {
  color: #B45B47;
  border-bottom: 1px solid #B45B47;
}
.footer .footer_nav {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav {
    display: block;
    text-align: center;
  }
}
.footer .footer_nav li {
  margin: 0 13px;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav li {
    margin: 1em 0;
  }
}
.footer .footer_nav li a {
  display: block;
}
.footer .footer_address {
  margin: 60px 0;
  text-align: center;
}
.footer .footer_address h4 {
  margin-bottom: 0.5em;
}
.footer .footer_address p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.footer .copyright {
  text-align: center;
  font-size: 1.1rem;
}