@charset "UTF-8";
/* ゆとりっくす CSS Document */
/* 共通部分 */
body {
  background: linear-gradient(20deg, #f5f5f5 40%, #fff 70%, #eee7f1 100%);
  color: #151515;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #151515;
}
.font-1, .headline-font-type {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 45px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 400;
  width: 86% !important;
  max-width: 1200px !important;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
}
.signage {
  height: 280px;
  background: none !important;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  text-shadow: none;
  font-weight: 500;
}
.signage-title {
  font-size: 2.5rem !important;
  line-height: 1;
  margin-bottom: 20px;
  color: #151515 !important;
}
.signage-title-sub {
  font-size: 1.2rem !important;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .15rem;
  color: #b092bb !important;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 15px;
  }
  .signage-title-sub {
    font-size: 1rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  height: 120px;
  z-index: 50;
  box-shadow: none;
  background: linear-gradient(to bottom, #fff 10%, rgba(0, 0, 0, 0) 100%) !important;
}
.logo-image {
  top: 15px;
  left: 15px;
  width: 140px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .05rem;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #151515;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 8px;
  top: 47px;
  position: absolute;
  background: #606060;
}
.global-nav > ul > li:first-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 0;
  font-size: 10px;
  font-family: "design_plus";
  color: #b092bb;
}
.global-nav .sub-menu a {
  font-size: 14px;
  letter-spacing: .05rem;
  color: #151515;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #beaac5 !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 10px;
    left: -5px;
    width: 65px;
  }
  .header-bar {
    height: 70px;
    border-bottom: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button:before {
    color: #151515;
  }
  .global-nav-button:hover:before {
    color: #beaac5;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
    color: #151515 !important;
    background: #fff;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 17px;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after {
    content: none !important;
  }
  .global-nav a {
    background: #fff;
    color: #151515 !important;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    padding: 0 20px;
    color: #151515 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #beaac5 !important;
    background: #fff !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #151515;
  }
}
@media only screen and (max-width: 768px) {
  .logo-image {
    top: 6px;
    width: 45px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.top-slider-wrapper {
  width: calc(100% - 300px);
  margin-left: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  z-index: 0;
}
.front-copy-inner {
  width: fit-content;
  margin: 0 auto;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  text-align: start;
  display: block;
}
.front-copy {
  width: 300px;
  margin-right: auto;
}
h2.front-copy-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  display: block;
}
h2.front-copy-title span {
  margin-top: 10vh;
  display: block;
}
h2.front-sec-title {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1rem;
  margin-bottom: 30px;
}
h2.front-sec-title span {
  margin-bottom: 20px;
  letter-spacing: .1rem;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  display: block;
  color: #b092bb;
}
.front_original01 {
  padding: 8em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
  width: 50%;
  margin-left: 50%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original01__img {
  width: 50%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-original01__text p {
  margin-bottom: 15px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.front_original02 {
  padding: 7em 0;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original02__img {
  width: 75%;
  margin-right: -20%;
  box-sizing: border-box;
  z-index: -2;
  background: #000;
}
.front-original02__text {
  width: 45%;
  margin-right: -100%;
  padding: 30px 35px;
  background: #ffffffbf;
  box-shadow: 1px 2px 30px #efe5f3;
  box-sizing: border-box;
  z-index: 0;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original02__text p {
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02-inner, .front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-content02 h2, .front_original03 h2 {
  margin-bottom: 60px;
}
.front-content02-img-inner, .front-original03-img-inner {
  width: 45%;
  margin-left: 55%;
  box-sizing: border-box;
}
.front-content02-text-inner, .front-original03-text-inner {
  width: 55%;
  margin-left: -100%;
  padding-right: 6vw;
  box-sizing: border-box;
}
.front-content02-img-frame, .front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #bfbfbf;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.content02-img, .original03-img {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content02-img {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02_img.jpg");
}
.original03-img {
  background-image: url("/wp-content/themes/story_tcd041/img/front_original03_img.jpg");
}
.content02-text__box, .third-box {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d3d1d4;
  box-sizing: border-box;
}
.content02-text__box:last-of-type, .third-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.content02-text__box h3, h3.third_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: left;
}
.content02-text__box p, .third-box p {
  font-size: 0.9rem;
}
a.content02-but {
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 300px;
  margin-top: 25px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  color: #151515;
  border: 1px solid;
  padding: 17px 22px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 400;
  font-size: 11px;
  position: absolute;
  top: 21px;
  right: 18px;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but:hover {
  color: #fff;
  border-color: #beaac5;
  background: #beaac5;
  border-radius: 100px;
}
.front_topics {
  padding: 9em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
h2.front_topics_title {
  text-align: center;
  margin-bottom: 40px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  color: #fff;
  background: #b09db7;
  border-radius: 30px 30px 0 0;
}
.footer_contact_sec {
  padding: 5em 0 10em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 12vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .1rem;
  margin-bottom: 15px;
}
dl.address_body {
  font-size: 0.9rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dd.address_text {
  margin-top: 5px;
  box-sizing: border-box;
}
ul.sns__links {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}
li.sns__links-item {
  width: calc(33.3333% - 6.7777px);
  margin-right: 10px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
  color: #fff;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #b092bb;
  background: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: 0.8s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
}
a.footer_line_but::before {
  content: '\e909';
}
a.footer_insta_but::before {
  content: "\ea92";
}
a.footer_sns:hover::before {
  color: #fff;
  background: #b092bb;
}
a.footer_line_but:hover::before {
  background: #00b900;
}
a.footer_insta_but:hover::before {
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns span {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .08rem;
}
ul.footer-content-list-outer {
  width: 50%;
  padding-left: 4vw;
  box-sizing: border-box;
}
ul.footer-content-list-outer:first-of-type {
  padding-left: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  top: 12px;
  left: 0;
  transition: 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 5px;
}
ul.footer-content-list-outer li a {
  color: #fff;
}
ul.footer-content-list-outer li a:hover {
  color: #7e5d8a;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.copyright {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}
.pagetop {
  right: 15px;
  bottom: 15px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #fff;
  background: #7e5d8a;
  border-radius: 100px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 14px;
  height: 14px;
}
.pagetop a:hover {
  color: #7e5d8a;
  background: #beaac5;
}
@media only screen and (max-width: 1200px) {
  .header-youtube:not(.bg-image) {
    height: calc(100vw * 8 / 16 - 10px) !important;
  }
  .top-slider-wrapper {
    width: calc(100% - 100px);
  }
  .front-copy {
    width: 100px;
  }
  h2.front-copy-title {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  h2.front-copy-title span {
    margin-top: 5vh;
  }
  .front_original01 {
    padding: 5em 0;
  }
  .front-original01__text, .front-original01__img {
    width: 100%;
    margin-left: 0;
  }
  .front-original01__text {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .front-content02 h2, .front_original03 h2 {
    margin-bottom: 40px;
  }
  .front-content02-img-inner, .front-original03-img-inner {
    width: 100%;
    height: 40vh;
    min-height: 500px;
    margin-left: 0;
  }
  .content02-img {
    background-position-y: 80%;
  }
  .original03-img {
    background-position: bottom;
  }
  .front-content02-text-inner, .front-original03-text-inner {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
    padding-right: 0;
  }
  .content02-text__box, .third-box {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .front-original02__img, .front-original02__text {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front_original02, .front_topics {
    padding: 5em 0;
  }
  .footer_menu_bg {
    padding-left: 7vw;
  }
  .dp-footer-bar {
    left: 0;
    background: #b092bb !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 10px;
    letter-spacing: 0;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .icon-share-alt:before {
    content: "\ea92";
  }
  .pagetop {
    bottom: 75px !important;
  }
}
@media only screen and (max-width: 800px) {
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    margin-top: 40px;
    max-width: 300px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube:not(.bg-image) {
    height: calc(100vw * 9 / 16 - 10px) !important;
  }
  .top-slider-wrapper {
    width: 100%;
    border-radius: 0;
  }
  .top-slider-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.35;
  }
  .front-copy {
    width: 100%;
    margin: auto;
    color: #fff;
  }
  h2.front-sec-title {
    font-size: 1.45rem;
    margin-bottom: 15px;
  }
  h2.front-sec-title span {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .front_original01, .front_topics {
    padding: 3em 0;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-content02-text-inner, .front-original03-text-inner {
    margin-top: 25px;
  }
  .front-content02 h2, .front_original03 h2 {
    margin-bottom: 25px;
  }
  .content02-text__box h3, h3.third_title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .front-original02__text {
    padding: 25px;
  }
  .front-original02__text h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 8px;
  }
  h2.front_topics_title {
    margin-bottom: 20px;
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .front-copy-inner {
    margin-top: 20px;
  }
  h2.front-copy-title {
    font-size: 1.15rem;
  }
  h2.front-copy-title span {
    margin-top: 0;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #b092bb;
  width: 30px;
  height: 1px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  color: #7e5d8a;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #beaac5;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #7e5d8a;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: .08rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #d3d1d4 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-color: #beaac5;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 15px 2px 13px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.35rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h3 {
    font-size: 1.25rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title {
  font-weight: 700;
  color: #151515;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  background: #fff;
  box-shadow: 2px 2px 15px #d8d8d8;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.8s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  color: #151515;
}
.article03-meta {
  font-weight: 400;
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #151515;
}
.post-title, .post-meta {
  text-align: left;
}
.nav-links01 {
  font-size: 14px;
  border-top: 1px solid #beaac5;
  border-bottom: 1px solid #beaac5;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #beaac5;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: #151515;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
  font-weight: 400;
}
.post-meta-box {
  background: #ebebeb;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #b092bb;
}
.headline-bar {
  font-size: 17px;
  padding-left: 20px;
  text-align: left;
  color: #7e5d8a;
  background: #ebebeb;
}
.widget_recent_entries li {
  border-color: #beaac5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries li a {
  font-size: 13px;
}
.widget_recent_entries .post-date {
  color: #151515;
  font-size: 11px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}
.widget_recent_entries .post-date:before {
  color: #b092bb;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  .post-header {
    margin: 40px auto 10px;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #151515;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #beaac5;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #fcd037;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  color: #fff;
  background: #151515;
  padding: 22px 20px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: .02rem;
  line-height: 1;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  line-height: 1.5;
  right: 20px;
  transition: 0.5s;
}
a.content_but:hover {
  background: #151515;
  border-radius: 100px;
  color: #fff;
}
/* コンテンツ 共通 END */
/* サービス */
.service_box {
  margin-bottom: 80px;
}
.service_box h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}
.service_box h2::after {
  margin-left: 0;
}
.service_box p {
  font-size: 0.95rem;
  margin-bottom: 15px;
}
.service_box:last-of-type, .service_box p:last-of-type {
  margin-bottom: 0;
}
.service_text {
  width: 50%;
  box-sizing: border-box;
}
.service_img {
  width: 50%;
  padding-left: 4vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .service_text, .service_img {
    width: 100%;
    margin-left: 0;
  }
  .service_img {
    padding-left: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .service_box {
    margin-bottom: 20px;
  }
  .service_box h2 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .service_box p {
    margin-bottom: 10px;
  }
}
/* サービス END */
/* 絵画・ギャラリー */
.gallery_box {
  margin-bottom: 80px;
}
.gallery_box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .gallery_box {
    margin-bottom: 40px;
  }
}
/* 絵画・ギャラリー END */
/* お客様の声 */
.voice_sec .content_inner {
  max-width: 1000px;
}
.voice_box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d1d4;
  box-sizing: border-box;
  align-items: center;
}
.voice_box p:last-of-type {
  margin-bottom: 0;
}
.voice_box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.voice_img {
  width: 30%;
}
.voice_text {
  width: 70%;
  padding-left: 4vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .voice_box {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .voice_img, .voice_text {
    width: 100%;
  }
  .voice_text {
    padding-left: 0;
    margin-top: 15px;
  }
}
/* お客様の声 END */
/* プロフィール */
.profile_img {
  width: 45%;
  padding-right: 3vw;
  box-sizing: border-box;
}
.profile_text {
  width: 55%;
  box-sizing: border-box;
}
.profile_text p {
  font-size: 0.95rem;
  margin-bottom: 20px;
}
.profile_text p:last-child, .profile_img p {
  margin-bottom: 0;
}
p.name {
  font-size: 2rem;
  letter-spacing: .1rem;
  line-height: 1.5;
  text-align: end;
}
@media only screen and (max-width: 970px) {
  .profile_img, .profile_text {
    width: 100%;
  }
  .profile_img {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  p.name {
    font-size: 1.5rem;
  }
}
/* プロフィール END */
/* 作品について */
.works_box {
  margin-bottom: 80px;
}
.works_box h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid #d3d1d4;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
.works_box h2::after {
  width: 80px;
  margin-top: 8px;
  margin-left: 0;
  margin-bottom: -1px;
}
.works_box p {
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.works_box:last-of-type, .works_box p:last-of-type {
  margin-bottom: 0;
}
.works_text {
  width: 55%;
  box-sizing: border-box;
}
.works_img {
  width: 45%;
}
.works_box:nth-of-type(odd) .works_text {
  padding-right: 3vw;
}
.works_box:nth-of-type(even) .works_text {
  margin-left: 45%;
  padding-left: 3vw;
}
.works_box:nth-of-type(even) .works_img {
  margin-left: -100%;
}
@media only screen and (max-width: 970px) {
  .works_text, .works_img {
    width: 100%;
  }
  .works_text {
    margin-bottom: 20px;
  }
  .works_box:nth-of-type(odd) .works_text {
    padding-right: 0;
  }
  .works_box:nth-of-type(even) .works_text, .works_box:nth-of-type(even) .works_img {
    margin-left: 0;
  }
  .works_box:nth-of-type(even) .works_text {
    padding-left: 0;
  }
  img.works-img-two {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .works_box {
    margin-bottom: 40px;
  }
  .works_box h2 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 485px) {
  img.works-img-two {
    width: 100%;
  }
}
/* 作品について END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 800px;
}
table.info_tbl th {
  width: 25%;
}
.map_sec {
  height: 450px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 250px;
    margin-bottom: 0.5em;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.mail_sec .content_inner {
  max-width: 900px;
  padding-top: 0;
}
.con_two {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background: #00b900;
}
.con_insta_box {
  background-image: linear-gradient(-35deg, #ffd75f, #ff0357);
}
.con_two h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.con_two h2::after {
  content: none;
}
.con_two p {
  margin-bottom: 0;
}
a.con_sns {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: auto;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .08rem;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
a.con_insta_but {
  color: #ff0357;
  font-size: 1.2rem;
  font-family: "Cormorant Garamond", serif;
}
a.con_sns::after {
  content: '';
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  transition: 0.5s;
}
a.con_insta_but::after {
  content: "\ea92";
  font-size: 20px;
  line-height: 1.5;
}
a.con_line_but::after {
  content: "\e909";
}
a.con_sns:hover {
  color: #fff;
  background: #beaac5;
}
p.con_sns_text {
  width: fit-content;
  margin: 1rem auto 0;
  line-height: 1.5;
}
.mail_info_box {
  margin-bottom: 20px;
}
.mail_info_box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con_two {
    width: 100%;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.5rem;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 4px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: none;
  border: 1px solid #afafaf;
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 2.2;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 20px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .08rem;
  height: 80px;
  color: #151515;
  background: none;
  border: 1px solid !important;
  border-radius: 2px;
  transition: all .5s;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #b092bb;
  border-color: #b092bb;
  border-radius: 100px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */