@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html,body{
  height: 100%;
}


body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", "Source Sans Pro", "ヒラギノ角ゴ　ProN", "Hiragino Kaku Gothic ProN", "MS Pゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
}
body * {
  box-sizing: border-box;
}

a {
  color: #555;
  text-decoration: none;
}

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

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ---------------------------------------------

* 基本幅

* -=----------------------------------------*/
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* ---------------------------------------------

* サブページレイアウト（サイドバーあり）

* -=----------------------------------------*/
.pageContainer {
  display: flex;
  margin-top: 50px;
}
.pageContainer__main {
  flex: 1 1 800px;
  margin-right: 80px;
}
.pageContainer__sidebar {
  flex: 1 1 320px;
}

/* ---------------------------------------------

* パンくず　レイアウト

* -=----------------------------------------*/
.w_inner {
  font-size: 0.75rem;
  width: 450px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .w_inner {
    width: 250px;
    margin: auto;
  }
}

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

*   サブページヘッダー

* ===================================================*/
.subpageHeader {
  font-weight: bold;
  font-size: 1.6875rem;
  text-align: center;
  background: #EAF6FF;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

*   ぱんくず

* ===================================================*/
.breadCrumb {
  display: flex;
  list-style: none;
  font-size: 0.8125rem;
}
.breadCrumb__item::after {
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
}
.breadCrumb__item:last-child::after {
  display: none;
}
.breadCrumb__link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #a5a5a5;
          text-decoration-color: #a5a5a5;
}

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

*   見出し

* ===================================================*/
.heading {
  padding-bottom: 0.25em;
}

.heading__background{
  position: relative;
}

.heading__subText {
  position: absolute;
  font-size: 2rem;
  color: #3c3c3c;
  top: -30px;
  right: 200px;
  width: 200px;
}
.heading__mainText {
  position: absolute;
  display: inline-block;
  right:180px;
  font-size: 7rem;
  color: #333;
  font-weight: bolder;
  z-index: 1;
}

.heading__mainText::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 450px;
  height:150px;
  background-color: rgba(236, 241, 110, 0.5);
  z-index: -1;
  clip-path:polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
  
}

@media  screen and (max-width:1200px) {
  .heading__subText{
    right: 100px;
  }
  .heading__mainText{
    right: 70px;
  }
}



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

*   blogリスト

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

.serviceBlock {
  width: 100%;
  padding-bottom: 70px;
}

.blogtitle{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  border-bottom: 1px solid;
  margin-left: 15px;
}

.blogtitle h3{
  text-align: center;
}


.blogList__container{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  max-width:1250px;
  margin:5em auto;
}

/* モバイル用：スマートフォンや小さい画面向け */
@media screen and (max-width: 767px) {
  .blogList__container {
    margin-bottom: 5em; /* モバイル向けの高さ */
  }
}



.service__blContainer{
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blogContainer{
  width: 350px;
  margin-bottom: 5em;
  
}

.blogContainer .ttl{
  font-size: 1.8725rem;
  line-height: 1.5em;
  height: 135px;
}


.blogContainer .thumbnail{
    overflow: hidden;
    border-radius: 10px;
}

.blogCategory{
  margin-top:1em;
}


@media screen and (max-width:1200px) {
  .service__blContainer{
    width: 100%;
  }
  
  .blogList__container{
    flex-direction: column;
    margin: 5em 0;
  }
  .blogContainer{
    width: 100%;
    text-align: center;
    margin: 5em 0;
  }
  .blogContainer .ttl{
    width: 95%;
    height: auto;
    font-size: 1.5rem;
    text-align: center;
    text-indent: 1px;
    margin: 0 auto 5px;
  }
  .blogContent{
    width: 90%;
    margin: 5px auto 0;
    text-align: left;
    text-indent: 0px;
  }
  .blogtitle h3{
    text-align: left;
  }
  .blogContainer .thumbnail{
    width: 350px;
    height: 500px;
    margin: auto;
  }
}


@media screen and (max-width:600px) {
  .blogContainer{
    padding-bottom:3em;
    margin-bottom:1em;
    margin-top: 2em;
    border-bottom: 1px solid #dcdcdc;
  }

  .blogList__container{
    margin:0 0 5em 0;
  }
 
  .blogContainer .ttl h3{
    text-align: left;
  }
  .heading__subText{
    font-size: 1.125rem;
    top: -7px;
    right:0px;
    width: 150px;
    overflow-x: hidden;
  }
  .heading__mainText {
    font-size: 3rem;
    right: 40px;
  }
  .heading__mainText::before{
    width: 175px;
    height: 50px;
  }
  .blogCategory{
    text-align: left;
    margin: 1em 0 0 1.5em;
  }

.blogContainer .ttl{
  margin-bottom: 5px;
  }

.blogContainer .thumbnail{
  width: 350px;
  height: 500px;
  }
}

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

*   ページ大見出し

* ===================================================*/
.pageContentHeading {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.horizontalTable {
  width: 100%;
}
.horizontalTable__header {
  text-align: left;
  white-space: nowrap;
  padding-right: 50px;
  padding-left: 3px;
  border-bottom: 1px solid #ccc;
}
.horizontalTable__data {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}



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

*   ラベル

* ===================================================*/
.label {
  display: inline-block;
  padding: 0.2em 0.5em 0.1em;
  color: #fff;
  background: #EBB708;
  border-radius: 3px;
  white-space: nowrap;
}

.label_theme_seminar {
  background: #1593EF;
}

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

*  　ボタン

* ===================================================*/
.button {
  display: inline-block;
  padding: 0.7em 2.5em 0.6em 2em;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  background: #fff;
  position: relative;
  line-height: 1.4;
  transition: all ease 0.95s;
}
.button::after {
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all ease 0.95s;
}

.button_external::after {
  content: "\f08e";
}

.button:hover {
  background: #1593EF;
  border-color: #1593EF;
  color: #fff;
}
.button:hover::after {
  right: 0.8em;
  color: #fff;
}

.button_external:hover::after {
  right: 1em;
}

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

*  　カード

* ===================================================*/
.cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.cards_col3 .cards__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.cards_col3 .cards__item:nth-child(3n) {
  margin-right: 0;
}

.card {
  list-style: none;
}
.card__link {
  display: block;
  height: 100%;
}
.card__link:hover .card__title {
  text-decoration: underline;
}
.card__link > *:last-child {
  margin-bottom: 0;
}
.card__imgWrapper {
  margin-bottom: 10px;
}
.card__img {
  width: 100%;
  transition: all ease 0.2s;
}
.card__date {
  font-size: 0.75rem;
  color: #555;
}
.card__title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.card__description {
  color: #555;
  font-style: 0.9375rem;
  line-height: 1.5;
}

.card__link:hover .card__img {
  transform: scale(1.2);
}

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

*  サイドバーコンテンツ

* ===================================================*/
.sidebarBlock {
  border: 2px solid #C2D6E5;
  border-radius: 10px;
  padding: 25px;
}
.sidebarBlock__heading {
  font-weight: bold;
  color: #1593EF;
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.sidebarBlock__heading i {
  margin-right: 5px;
}
.sidebarBlock__text {
  font-size: 0.9375rem;
}

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

*  コンタクトフォーム　テーブル 

* ===================================================*/
.form__table {
  width: 100%;
}
.form__table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.form__table td input {
  width: 40%;
}
.form__table td textarea {
  width: 80%;
}
.form__table td:first-child {
  width: 25%;
  white-space: nowrap;
  background: #eee;
}

.submit {
  text-align: center;
  margin-top: 15px;
}
.submit input {
  color: #eee;
  border: 1px solid;
  border-radius: 5px;
  background-color: #1593EF;
}

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

*  コンタクトフォーム　テーブル 

* ===================================================*/
.form__table {
  width: 100%;
}
.form__table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.form__table td input {
  width: 40%;
}
.form__table td textarea {
  width: 80%;
}
.form__table td:first-child {
  width: 25%;
  white-space: nowrap;
  background: #eee;
}

.submit {
  text-align: center;
  margin-top: 15px;
}
.submit input {
  color: #eee;
  border: 1px solid;
  border-radius: 5px;
  background-color: #1593EF;
}

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

*   ヘッダー

* ===================================================*/
.header {
  top: 0;
  width: 100%;
  background-color: white;
}
.header__pcMenu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .header__pcMenu {
    display: none;
  }
}
.header__spMenu {
  display: none;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .header__spMenu {
    display: block;
  }
}

.siteTitle {
  color: #333;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .siteTitle {
    font-size: 0.9375rem;
    padding-bottom: 15px;
    text-align: left;
  }
}

/* スクロールを促すデザイン */
.scroll-box{
  margin: 100px;
  height: 100px;
}
.scroll-down {
  text-align: center;
  color: #333;
}

.scroll-down p {
  font-size: 2.125rem;
  margin: 0;
}

.scroll-down .arrow {
  font-size: 35px;
  display: block;
  animation: bounce 2s infinite;
}


@media screen and (max-width: 1200px) {
  .scroll-box{
    height: 100px;
  }
  .scroll-down {
    text-align: center;
    color: #333;
  }
  
  .scroll-down p {
    font-size: 16px;
    margin: 0;
  }
  
  .scroll-down .arrow {
    font-size: 24px;
    display: block;
    animation: bounce 2s infinite;
  }
  

}


/* アニメーション定義 */
@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(10px);
  }
}


.mainMenu {
  margin-bottom: 15px;
}
.mainMenu__list {
  display: flex;
  justify-content: center;
}
.mainMenu__item {
  flex: 1 1 auto;
  width: 200px;
  margin-right: 15px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
}
.mainMenu__item :hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #555;
          text-decoration-color: #555;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2em;
}
.mainMenu__link {
  display: block;
  color: black;
}
.mainMenu__label {
  color: #1593EF;
  font-size: 0.625rem;
}



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

*   スマホメニュー

* ===================================================*/
.spMenu__toggle {
  position: absolute;
  top: -200px;
}
.spMenu__toggle:checked ~ .spMenu__wrapper {
  display: block;
}
.spMenu__toggle:focus-visible ~ .spMenu__hamburger {
  box-shadow: 1px 1px 2px gray;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine {
  background: transparent;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine::before {
  top: 50%;
  transform: rotate(45deg);
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine::after {
  top: 50%;
  transform: rotate(-45deg);
}
.spMenu__hamburger {
  width: 24px;
  height: 38px;
  position: absolute;
  top: 42px;
  right: 7px;
  margin: 0 2px;
}
.spMenu__hamburgerLine {
  display: block;
  width: 24px;
  height: 1.5px;
  background: rgb(143, 141, 141);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.spMenu__hamburgerLine::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 100%;
  height: 1.5px;
  background: rgb(143, 141, 141);
}
.spMenu__hamburgerLine::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 1.5px;
  background: rgb(143, 141, 141);
}
.spMenu__wrapper {
  display: none;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 25px 4% 50px;
  background: black;
  z-index: 100;
}

.mainSpMenu__item {
  border-bottom: 1px solid rgb(143, 141, 141);
}
.mainSpMenu__link {
  display: block;
  padding: 0.8em 3px;
  text-align: center;
  color: white;
  font-weight: 800;
}

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

*   main

* ===================================================*/
.toppageMain{
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .toppageMain {
    margin-top: 30px;
  }
}

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

*   キービジュアル

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


/* 基本のスタイル */
.keyVisualContainer {
  display: flex;
  justify-content: center; /* 水平方向に中央寄せ */
  align-items: center; /* 垂直方向に中央寄せ */
  height: auto; /* コンテナの高さ（デバイスごとに調整可能） */
  overflow: hidden; /* 画像がはみ出る場合は隠す */
}

.keyVisual {
  max-width: 100%;
  height: auto;
  object-fit: cover; /* 画像の比率を維持しつつ、コンテナを覆う */
}

.keyVisual img{
  object-fit:cover;
}

/* モバイル用：スマートフォンや小さい画面向け */
@media screen and (max-width: 767px) {
  .keyVisual {
    height: auto; /* モバイル向けの高さ */
  }
}

/* タブレット用：中程度の画面向け */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .keyVisual {
    height: auto; /* タブレット向けの高さ */
  }
}

/* デスクトップ用：大きな画面向け */
@media screen and (min-width: 1200px) {
  .keyVisual {
    height: auto; /* デスクトップ向けの高さ */
  }
}
  

.keyVisual__inner {
  display: flex;
  align-items: center;
}
.keyVisual__textArea {
  margin-right: auto;
}
.keyVisual__catch {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.keyVisual__catch span {
  color: #1593EF;
}
.keyVisual__lead {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.keyVisual__subCatch span {
  font-size: 1.79rem;
  padding: 0.35em 0.5em;
  line-height: 2;
  color: #fff;
  background: #EBB708;
}
.keyVisual__imgArea {
  margin-left: 40px;
  margin-right: 35px;
}
.keyVisual__bottomWave {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
}
.keyVisual__bottomWaveImg {
  width: 100%;
  height: 50px;
}

.frontNews {
  list-style: none;
  font-size: 1.3125rem;
}
@media screen and (max-width: 1200px) {
  .frontNews {
    font-size: 0.6875rem;
  }
}
.frontNews .date {
  margin-right: 15px;
}
.frontNews a {
  display: flex;
}

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

*  　投稿記事　single.php

* ===================================================*/
.singleMain{
  margin-top: 5%;
}
.singleVisual{
  font-size: 1.625rem;
  text-align: left;
}

.singleMain .date {
  text-align: center;
}

.singleMain .ttl{
  font-size: 2rem;
  margin-bottom: 1em;
  border-top: 4px solid;
  border-bottom:1px solid ;
}

.singleContent{
  border-radius: 5px;
}

.singleImg{
  margin: 2em 0;
  text-align: center;
}

.singleImg img{
  border-radius: 10px;
}

.singleCategory {
  margin-top: 2em;
}

/* .singletags {
  margin-top: 1em;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
} */

.singletags {
  margin-top: 0.5em;
  border-radius: 5px;
  text-align: left;
  display: flex;
}

.singletags a{
  border-radius: 5px;
  width: 50px;
  text-align: center;
}


.front__singletags {
  margin-top: 0.5em;
  border-radius: 5px;
  text-align: left;
  display: flex;
}

.front__singletags a{
  border-radius: 5px;
  width: 50px;
  text-align: center;
}




/* 春 (赤系) */
.tag-spring {
  background-color: #ffeaea;
  color: #d32f2f;
  margin: 0 5px;
  width: 40px;
}

/* 夏 (緑系) */
.tag-summer {
  background-color: #e8f5e9;
  color: #2e7d32;
  margin: 0 5px;
  width: 40px;
}

/* 秋 (オレンジ系) */
.tag-autumn {
  background-color: #fff3e0;
  color: #e65100;
  margin: 0 5px;
  width: 40px;
}

/* 冬 (青系) */
.tag-winter {
  background-color: #e3f2fd;
  color: #1565c0;
  margin: 0 5px;
  width: 40px;
}


/* 関連記事のdesign */
.related-posts {
  margin-top: 3rem;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 5px;
}

.related-posts h3 {
  margin-bottom: 15px;
}

.related-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  /* transition: background 0.3s; */
}

.related-post-item:hover {
  background: #f0f0f0;
}

.related-post-item a {
  display: flex;
  text-decoration: none;
  color: #333;
  width: 100%;
}

.related-post-thumbnail {
  flex: 0 0 80px;
  margin-right: 15px;
}

.related-post-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.related-post-content {
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .related-post-content p{
   font-size: 0.6875rem;
  }
}

.related-post-content h4 {
  margin: 0 0 5px;
}

.related-post-content p {
  color: #666;
  margin: 0;
}

/* 記事　次　前 */
.post-navigation {
  display: flex;
  justify-content: center; /* 中央に配置 */
  gap: 1rem; /* ボタン同士の間隔 */
  margin: 3em auto;
  flex-wrap: wrap;
}

.nav-button {
  background-color: #f4e2cd; /* 優しいカレーリーフ風ベージュ */
  color: #5A4529; /* スパイスっぽいブラウン */
  text-decoration: none;
  padding: 0.75em 1.5em;
  border-radius: 9999px; /* pill型ボタン */
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border: 1px solid #d5c2a3;
}

.nav-button:hover {
  background-color: #e3cda7;
  color: #3b2a17;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.nav-button.prev::before {
  content: "⟵ ";
}

.nav-button.next::after {
  content: " ⟶";
}



/* 関連記事のdesign */

.headline3 h2{
  font-family: "Zen Maru Gothic", serif;
  font-weight:900;
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .singleVisual {
    font-size: 1rem;
  }
  .headline3 h2{
    margin-bottom: 0.5em;
  }
  .front__singletags {
    text-align: left;
    margin-left:1.5em;
  }
}



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

*  　カテゴリ　category.php

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

.category_head{
  text-align: center;
}

.category_select{
  text-align: center;
}

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

*   contact

* ===================================================*/
.contact_wrap {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .contactMain {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .contactMain {
    margin-top: 230px;
    margin-bottom: 320px;
  }
}

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

*   contact キービジュアル

* ===================================================*/
.contactVisual__inner p {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contactVisual__inner span > input {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .contactVisual__inner span > textarea {
    width: 400px;
  }
}
.contactVisual__submit {
  position: relative;
  width: 80px;
  height: 40px;
  margin-top: 30px;
  border: none;
  border-radius: 5px;
  color: rgb(255, 252, 252);
  background-color: #1593EF;
  transform: translateX(50%);
}

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

*   curryleaf 

* ===================================================*/
.curryleafMain{
  width: 100%;
  background-color: #e5e5f7;
}
.curryleafVisual{
  background-image: url(../img/IMG_4141-1200-1500.jpg);
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding-top:1em ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  text-shadow:1px 1px 2px rgb(55, 55, 55);

}

.curryContentBox{
  padding: 1.5em 1em;
  border-radius: 5px;
  background-color: rgba(76, 76, 76, 0.1);
}

.curryContent{
  position: relative;
  padding-top:2em;
  text-align: center;

}

.curryContent h2{
  font-size: 2rem;
}
.curryContent__title{
  position: relative;
  text-align: center;
  margin: 2em 0 1em 0;
}

.curryContent__title::after{
  content: "";
  width: 200px;
  border: 1px solid yellow;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.curryComment{
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .curryleafVisual {
  background-image: url(../img/IMG_4141-600-1500.jpg);
  }
}

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

*   News

* ===================================================*/
.newsMain {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .newsMain {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .newsMain {
    margin-top: 230px;
    margin-bottom: 420px;
  }
}

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

*   News キービジュアル

* ===================================================*/
.newsVisual {
  display: flex;
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .newsVisual {
    display: block;
    padding-top: 20px;
  }
}
.newsVisual__inner {
  width: 700px;
}
@media screen and (max-width: 1200px) {
  .newsVisual__inner {
    width: 350px;
  }
}

.news_list_wrap ul {
  list-style: none;
}
.news_list_wrap li {
  margin-bottom: 45px;
  padding-left: 30px;
  border-bottom: 1px solid rgb(202, 202, 202);
}
.news_list_wrap li :hover {
  color: #ccc;
}
.news_list_wrap a {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .news_list_wrap a {
    display: block;
  }
}
.news_list_wrap a .date {
  font-size: 1.125rem;
  padding: 9px 30px 0 0;
}
.news_list_wrap a .ttl {
  font-size: 1.5625rem;
}
@media screen and (max-width: 1200px) {
  .news_list_wrap a .ttl {
    font-size: 1.125rem;
  }
}

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

*   blog

* ===================================================*/
.blogMain {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .blogMain {
    margin: 30px 0; 
  }
}
@media screen and (min-width: 1200px) {
  .blogMain {
    margin-top: 260px;
  }
}

.blogVisual {
  text-align: center;
}
.blogVisual__inner .ttl {
  font-size: 1.625rem;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .blogVisual__inner .ttl {
    font-size: 1.125rem;
  }
}
.blogVisual__inner li {
  list-style: none;
}
.blogVisual__inner figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .blogVisual__inner .blogContent {
    text-align: left;
  }
}
.blogVisual__inner .blogCategory {
  display: flex;
  justify-content: center;
  font-size: 0.625rem;
  margin-top: 50px;
}

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

*   portfolioMain

* ===================================================*/
.portfolioMain {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .portfolioMain {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .portfolioMain {
    margin-top: 230px;
    margin-bottom: 15vw;
  }
}

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

*   portfolio キービジュアル

* ===================================================*/
.portfolioVisual {
  text-align: center;
}

.unity_images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
  margin: -20px -10px 0px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .unity_images {
    display: block;
  }
}

.unity_images > li {
  position: relative;
  margin: 20px 10px 0px;
  width: calc(33.3333333333% - 20px);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .unity_images > li {
    width: auto;
    margin-bottom: 2.5em;
  }
}

.unity_images > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 150%;
}

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

*   採用ステッキーバナー

* ===================================================*/
.recruitBanner {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9998;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  padding: 40px 7px;
  background: #EBB708;
  font-style: 1.3125rem;
  border-radius: 10px 0 0 10px;
  color: #fff;
}

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

*   メッセージ

* ===================================================*/
.messageBlock {
  display: flex;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.messageBlock__imgArea {
  flex: 1 1 520px;
  margin-right: 40px;
}
.messageBlock__textArea {
  flex: 1 1 600px;
  margin-top: 20px;
  padding: 0 30px 30px;
  background: url("../img/message_text_bg.jpg");
}
.messageBlock__heading {
  margin-top: -40px;
  margin-bottom: 20px;
}

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

*   サービス　（私たちが出来ること）

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

.serVlock__inner{
  position: relative;
}
.serviceBlock__heading {
  position: absolute;
  right: 200px;
  top: 320px;
}


.serviceBlock__content {
  margin-bottom: 60px;
}
.serviceBlock__content:last-of-type {
  margin-bottom: 0;
}

.serviceContent {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .serviceContent {
    display: block;
   }

   .serviceBlock__heading {
    position: absolute;
    right: 10px;
    top: 320px;
  }
  
}


.serviceContent__textArea {
  flex: 1 1 65%;
  margin: 60px 15px 0 0;
  height: 375px;
}

/* seviceContent___textarea 背景アニメーション */
@keyframes diagonalScroll {
  0% {
    background-position: 50% 50%; /* 中央からスタート */
  }
  50% {
    background-position: -50% -50%; /* 途中で少し動かす */
  }
  100% {
    background-position: 50% 50%; /* 再び中央に戻る */
  }
}

.moving-background {
  background-image: url('../img/bganime_back2.jpg'); /* 背景に使用する画像 */
  background-size: 150%; /* 画像を少し拡大して境界を目立たなくする */
  background-repeat: no-repeat;
  width: 100%;
  animation: diagonalScroll 900s linear infinite; /* 300秒で再スタート */
}
  
  /*　ここまで seviceContent___textarea 背景アニメーション */

  

@media screen and (max-width: 1200px) {
  .serviceContent__textArea {
    padding: 50px  25px;
  }
}
.serviceContent__imgArea {
  flex: 1 1 calc(35% - 40px);
}
@media screen and (max-width: 1200px) {
  .serviceContent__imgArea {
    width: 45%;
    height: 45%;
    margin: auto;
  }
}
.serviceContent .img_container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.serviceContent .img_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  display: block;
  transition: 0.4s ease-in-out;
}
.serviceContent .img_container:hover img:nth-of-type(2) {
  opacity: 0;
}
.serviceContent__heading {
  font-size: 1.625rem;
  color: #1593EF;
  border-bottom: 1px solid #1593EF;
  margin-bottom: 25px;
}
.serviceContent__text {
  font-size: 1.3125rem;
  font-weight: normal;
 
}
.serviceContent__text:last-of-type {
  margin-bottom: 0.5em;
}
.serviceContent__labels {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.serviceContent__label {
  margin-right: 10px;
  margin-bottom: 10px;
}

.serviceContent_reverse {
  flex-direction: row-reverse;
}
.serviceContent_reverse .serviceContent__textArea {
  margin-right: 0;
  margin-left: 40px;
}

/* トップページ文字スクロール　0.6875rem  0.625rem*/
.hidden-text {
  opacity: 0;
  color: #b0b0b0; /* 非表示時の薄いグレー */
  font-size: 0.625rem; /* 非表示時の小さいサイズ */
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, color 0.5s ease-out, font-size 0.5s ease-out;
  margin: 5px 0;
}

.visible {
  opacity: 1;
  color:#fff; /* 表示時の黒色 */
  font-size: 1.125rem; /* 表示時の大きいサイズ */
  transform: translateY(0);
}

.invisible {
  opacity: 0;
  color: #b0b0b0; /* 非表示時の薄いグレー */
  font-size: 0.625rem; /* 非表示時の小さいサイズ */
  transform: translateY(30px);
}

/* トップページ文字スクロール */


@media screen and (min-width: 1200px) {
  .visible {
    opacity: 1;
    color:#fff; /* 表示時の黒色 */
    font-size: 1.125rem; /* 表示時の大きいサイズ */
    transform: translateY(0);
  }
  
  .invisible {
    opacity: 0;
    color: #b0b0b0; /* 非表示時の薄いグレー */
    font-size: 1.125rem; /* 非表示時の小さいサイズ */
    transform: translateY(30px);
  }
  
  .serviceContent__textArea {
    text-align: center;
  }
  .hidden-text{
    width: 769px;
    margin: auto auto;
  }
  
}

@media screen and (max-width: 600px) {
  .visible {
    font-size: 0.625rem; /* 表示時の大きいサイズ */
  }
  
}


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

*   コラム

* ===================================================*/
.columnBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
.columnBlock__heading {
  margin-bottom: 35px;
}
.columnBlock__button {
  margin-top: 35px;
  text-align: center;
}

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

*   店舗情報

* ===================================================*/
.shopBlock {
  padding-top: 0;
  padding-bottom: 70px;
}
.shopBlock__heading {
  text-align: center;
  position: relative;
  z-index: 1;
}
.shopBlock__headingInner {
  font-style: 1.5rem;
  display: inline-block;
  background: #1593EF;
  border-radius: 35px;
  padding: 8px 60px 6px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 1.3;
}
.shopBlock__headingLabel {
  font-style: 0.875rem;
}
.shopBlock__shopWrapper {
  display: flex;
  margin-top: -35px;
}
.shopBlock__shopItem {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}

.shopInfo {
  border-radius: 0 0 0 60px;
  overflow: hidden;
}
.shopInfo__img {
  width: 100%;
}
.shopInfo__textArea {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #EAF6FF;
  padding: 30px 30px 35px;
}
.shopInfo__title {
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 30px;
}
.shopInfo__table {
  margin-bottom: auto;
}
.shopInfo__tableHeader {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 20px;
  text-align: left;
}
.shopInfo__tableDate {
  font-size: 0.9375rem;
}
.shopInfo__map {
  position: relative;
}
.shopInfo__map::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.shopInfo__mapInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopInfo__linkWrapper {
  text-align: center;
  margin-top: 35px;
}

.shopInfo_v2 {
  border-radius: 0 0 60px 0;
}

.shopInfo__textArea {
  background: #fff700;
}
/* ==================================================

*  　ページャー

* ===================================================*/
.pages{
  text-align: center;
}

.pages .page-numbers {
  margin: 5px;
  padding: 5px 10px;
  background-color: #000000;
  border-radius: 5px;
  color: #ffffff;
}

.pages .prev,
.pages .next {
  padding: 0px;
  background-color: #fff;
  color: #000;
}


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

*  　プライバシーポリシー

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

.pp_wrap{
  font-size: 2rem;
  text-align: left;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.pp_comment{
  font-size: 1rem;
  margin: 2% 0 10% 0;
}

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

*  　お知らせ

* ===================================================*/
.newsBlock__heading {
  margin-bottom: 30px;
}
.newsBlock__list {
  margin-bottom: 35px;
}
.newsBlock__link {
  text-align: center;
}

.newsList {
  list-style: none;
}
.newsList__link {
  display: flex;
  align-items: flex-start;
  padding: 0.8em 2px 0.3em;
  border-bottom: 1px dashed #a5a5a5;
}
.newsList:hover .newsList__title {
  text-decoration: underline;
}
.newsList__date {
  margin-right: 25px;
}
.newsList__label {
  margin-right: 10px;
  font-size: 0.8125rem;
}

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

*   フッター

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

.footer {
  height: 5em;
  background-color: rgb(255, 255, 255);
}

.footer__nav {
  padding-top: 15px;
}
.footer__navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8125rem;
}
.footer__navItem {
  position: relative;
  padding: 0 1em;
}
.footer__navItem::after{
  content: "";
  display: block;
  width: 0.5px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgb(169, 169, 169);
}
.footer__navItem:first-child:before{
  background: rgb(255, 255, 255);
}
.footer__navItem:last-child:after{
  background-color: #fff;
}
.footer___navLink {
  display: block;
  color: #555;
}
.footer___navLink:hover {
  text-decoration: underline;
}
.footer__copyright {
  padding-top: 1em;
  text-align: center;
  color: #777;
  font-size: 0.6875rem;
}

@media screen and (max-width:1200px) {
  .footer__navList{
    flex-direction: column;
    align-items: center;
  }
  .footer__navItem{
    height: 25px;
  }
  .footer__navItem::after{
    display: none;
  }
  
}

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

*   店舗情報　吉祥寺店

* ===================================================*/
.shopinfoTable {
  margin-bottom: 50px;
}

.accessMap {
  position: relative;
  margin-bottom: 20px;
}
.accessMap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.accessMap__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accessMaplink {
  margin-bottom: 20px;
}

.shopGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.shopGallery__img {
  width: 100%;
}

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

*   サイドバー

* ===================================================*/
.sidebar__block {
  margin-bottom: 20px;
}
.sidebar__block:last-of-type {
  margin-bottom: 0;
}

.pickups__item {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.pickups__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

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

*   Contact　form

* ===================================================*/
@media screen and (max-width: 1200px) {
  .sp_only {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */