/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 04:02:05 */
body{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important ;
}
body h1,h2,h3{
    font-family: dnp-shuei-mgothic-std, adobe-caslon-pro, DNP 秀英丸ゴシック Std, Shuei MaruGo L, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
body h2 {
    font-size: 2.25rem;
}
#g-nav {
    display:none;
}
#wrapper-footer {
    background-color: #f3e5d4 !important;
}
.img-fluid {
    max-width: 200px;
    height: auto;
}
.navbar-dark .navbar-nav .nav-link {
    color:#000;
	padding: 20px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:#614f49;
}
/*隙間の削除*/
body.understrap-no-sidebar .alignwide, body.understrap-no-sidebar .wp-block-cover.alignwide {
     margin: 0;
     max-width: 100%;
     width: 100%;
}
:where(.wp-block-columns.has-background) {
    padding: 1em;
}
.wp-block-columns{
  gap: 0;
}
.vertical {
    writing-mode: vertical-rl;
    }
.h2border{
    /*border-bottom: 2px solid #795548;*/
    border-left: 10px solid #795548;
}
.bg-primary {
    background-color: #f3e5d4 !important;
}
.wrapper {
    padding: 0 0 0 0;
}
.site-info{
    font-size: 12px;
}
.fs1624{   
    font-size: 1.5rem;
	line-height: 2;
}
.fs1620{   
    font-size: 1.25rem;
	line-height: 1.5;
}
.fs1820{   
    font-size: 1.125rem;
	line-height: 1.5;
}
.fs1216{   
    font-size: 1rem;
}

.sme-bg-color{
    border-radius: 50px;
    padding: 5px;
}
.radius{
    border-radius: 10px;
}
.page-id-1627 .bg-primary {
    background-color: #f3e5d4!important;
	height: 70px;
}
.page-id-1627 .navbar-toggler {
   display: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.page-id-2 #wprmenu_bar {
    display: none;
}

.divider {
  position: relative;
	z-index: 10;
}
.custom-shape-divider-top-1723009660 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1723009660 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1723009660 .shape-fill {
    fill: #F3E5D4;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-top-1723009660 svg {
        width: calc(114% + 1.3px);
        height: 89px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1723009660 svg {
        width: calc(100% + 1.3px);
        height: 46px;
    }
}

.k01{
    position: absolute;
    top: 400px;
    left: 30%;
    z-index: 100;
}

.k01t{
    padding: 10px;
	display: inline-block;
    background-color: #fff;
}

.shape-1{
  margin: 100px auto;
  width: 400px;
  height: 180px;
  background-color: #f5bbd5;
  border-radius:39% 61% 44% 56% / 45% 50% 50% 55%  ;
}

.pc-img { display: inline-block!important; }
.pc-img02 { display: block!important; }
.sp-img { display: none!important; }
 
@media only screen and (max-width: 768px) {
body{
    line-height: 1.5;
}
body h1 {
    font-size: 1.5rem;
}
body h2 {
    font-size: 1.25rem;
}
body h3 {
    font-size: 1.125rem;
}
#g-nav {
    display: block;
}
.img-fluid {
    max-width: 150px;
}
.fs1624{   
    font-size: 1rem;
	line-height: 1.8;
}
.fs1620{   
    font-size: 1rem;
	line-height: 1.5;
}
.fs1820{   
    font-size: 1.25rem;
	line-height: 1.5;
}
.fs1216{   
    font-size: 0.75rem;
}
.reverse {
	   flex-direction: column-reverse!important;
}
    .pc-img { display: none!important; }
	.pc-img02 { display: none!important; }
    .sp-img { display: inline-block!important; }
.wp-block-cover__inner-container{
    padding-right: 0px!important;
    padding-left: 0px!important;
}
}

/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
  top: 0;
  width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
  z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f3e5d4;
    /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  left:-50px;
    bottom:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
  transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
  text-align: center; 
  list-style: none;
}

#g-nav li a{
  color: #333!important;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  top:10px;
  right: 10px;
  z-index: 9999;/*ボタンを最前面に*/
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #795548;
    width: 45%;
  }
/*スマホアイコン*/
.openbtn_icon {
    position: fixed;
    top: 16px;
    right: 70px;
    z-index: 9999;
    cursor: pointer;
    width: 120px;
    height: 50px;
}
/*スマホアイコン*/
.openbtn_logo {
    position: fixed;
    top: 16px;
    left: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 150px;
    height: 50px;
}

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:-150px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: relative;
	left:10px;
	bottom:90px;
    /*テキストの形状*/
	color: #795548;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#795548;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:195px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 200px;
	background:#795548;
}
.openbtn1 {
    display: none;
}

@media only screen and (max-width: 768px) {
.openbtn1 {
    display: block;
}
/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:-70px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: relative;
	left:10px;
	bottom:40px;
    /*テキストの形状*/
	color: #795548;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#795548;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:95px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 100px;
	background:#795548;
}
}