@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}





/************************************
** トップシェアボタン
************************************/
.sns-share.ss-high-and-low-lc a .social-icon {
  font-size: 22px;
}
/************************************
** ボトムシェアボタン
************************************/
@media screen and (min-width:481px) {
  .sns-share, .sns-follow {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.sns-share-buttons {
  justify-content: space-evenly;
}
.sns-share-buttons a {
  font-size: 1.25em;
  border-radius: 50%;
  width: 50px!important;
  height: 50px;
  opacity: .6;
}
@media screen and (max-width:834px) {
  .ss-bottom .sns-share-buttons a {
    font-size: 1.3em;
  }
}
.sns-share-buttons a .button-caption {
  display: none!important;
}
.sns-share-message, .sns-follow-message {
  color: #bbb;
  margin-bottom: 30px;
  position: relative;
}
.sns-share-message:before, .sns-follow-message:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
  background-color: #c0c0c0;
}

/************************************
** ボトムフォローボタン
************************************/
.sns-follow-buttons {
  justify-content: space-evenly;
}
.sns-follow-buttons a {
  font-size: 1.7em;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: .6;
}
@media screen and (max-width:834px) {
  .ss-bottom .sns-follow-buttons a {
    font-size: 1.3em;
  }
}






/* ヘッダーロゴを非表示 */
@media screen and (max-width: 1023px) {
.logo-header {
display: none;
}
}







/*メニューバーの横の仕切り線*/
#navi .navi-in > ul > li{
  border-right: 1px dotted #afafaf;
}

#navi .navi-in > ul > li:last-child{
  border-right-width: 0;
}

.navi-in > ul > .menu-item-has-children > a::after{ 
  right: 10px; 
} 





/*固定ページの画像に枠線*/
img.wakusen {
	border:1px solid #0a0a0a;
}







/************************************
** ■ホバー時の背景色設定
************************************/
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.navi-in a:hover,
.navi-footer-in a:hover,
.a-wrap:hover,
.comment-reply-link:hover,
.recent-comments .a-wrap:hover .recent-comment-content,
.pagination a:hover,
.pagination-next-link:hover, .comment-btn:hover,
.pager-links a:hover span,
.pager-links a:hover span,
.mobile-menu-buttons .menu-button:hover,
.menu-drawer a:hover,
.bp-login-widget-register-link a:hover{
  background-color: #abfcc1; /*背景色*/
  transition: all 0.8s ease; /*アニメーション*/
  color: #333; /*フォントカラー*/
}






/*マウスオーバー時薄くする*/
a:hover{ opacity: 0.7; }






/*マウスホバー　画像を浮き上がらせる*/
.sample1 :hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}






/*リンクの下線を消す*/
a {

text-decoration: none;

}







/************************************
**ヘッダーロゴ
************************************/
@media screen and (max-width: 834px){
.container {
margin-top:50px;
}
}
.logo-image {
padding:0;
margin-left:0;
margin-top:1em;
margin-bottom:1em;
max-height:80px;/*大きなロゴ画像を使いたい方は、ここの数字を大きくしてみてください*/
}
.logo {/*ロゴ画像を中央に配置したい方は、以下3行を削除*/
text-align: left;
}
.logo-header img {
box-shadow: none!important;
}
/************************************
**ヘッダー　モバイル表示
************************************/
@media screen and (max-width: 1023px) and (min-width: 835px){
.admin-bar.mblt-header-mobile-buttons, .admin-bar.mblt-header-and-footer-mobile-buttons {
margin-top: 0;
}}
@media (min-width:835px){
ul.mobile-header-menu-buttons.mobile-menu-buttons{
display:none;
}
}
@media (max-width:834px){
.header-container {
display:none;
}
img.site-logo-image{
max-height:35px;
padding:2px 0 0 5px;
box-shadow:none;
}
.mobile-header-menu-buttons {/*ヘッダー背景色を変えるときはここを変更*/
background: #fff;
}
}






/*グローバルメニューのフォントサイズ等変更*/
.navi-in .menu-header .item-label{
	font-size: 14px;
	font-family: 'Zen Maru Gothic', sans-serif;
}	
  /* モバイルメニューのリンク */
  .mobile-header-menu-buttons .menu-item a {
    font-family: 'Zen Maru Gothic', sans-serif; /* 好きなフォントに変更 */
  }


/*グロバルメニューバーの幅を変更した*/
.fixed-header #navi .navi-in > ul > li > a {
   padding: 100 0em;
}


#header-in, #navi-in, #footer-in {
 width: 100%;
 margin: 0 auto;
 }


















/* 新着記事表示 */

.new-entry-cards.large-thumb {
display: flex;
flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
width: 25%;
}

/768px以下/
@media screen and (max-width: 768px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}

/480px以下/
@media screen and (max-width: 480px){
.new-entry-cards.large-thumb a {
width: 100%;
}
}
























































/*スマホ用*/
/* テーブルを横スクロール */
table {
 width: 100%;
}

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
 overflow: auto;
 white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
	display: none;
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #81d742;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #dd3333;
}





/*パソコン用*/
/* テーブルを横スクロール */
table {
 width: 100%;
}

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll1 {
 overflow: auto;
 white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll1::-webkit-scrollbar {
 height: 20px;
}

/*tableにスクロールバーを追加*/
.scroll1::-webkit-scrollbar-track {
 background: #b8ccbe;
}

/*tableにスクロールバーを追加*/
.scroll1::-webkit-scrollbar-thumb {
   background: linear-gradient(#008000 ,#00ff00);
}











/* 表で文字を折り返さず1行で表示 */
.scroll-table {
	white-space: nowrap;
}

/* 表「layout-table」のデザイン変更 */
table.layout-table {
	table-layout: fixed;
	text-align: center; /* 各セル内の文字の横位置 */
}
table.layout-table tr td:nth-child(1) { /* 1列目 */
	width: 200%; /* 列幅 */
	background: #f4f4f4; /* 背景色 */
}
table.layout-table tr td:nth-child(n+2) { /* 2列目以降 */
	width: 200%; /* 列幅 */
}
table.layout-table tr:nth-child(1) { /* 1行目 */
	background: #f4f4f4; /* 背景色 */
}
















































/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}





/*イベント＆お知らせボタン用*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 2rem 1rem;

  color: #fff;
  border-radius: 60% 80px / 80px 60%;
  background-color: #00802b;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 80% 60% / 80% 100%;
}
















/*スマホ用ボタン*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a1.btn,
button1.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}





/*イベント＆お知らせボタン用*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a1.btn,
button1.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation1 {
  font-size: 1rem;

  padding: 1rem 1rem;

  color: #fff;
  border-radius: 80% 100px / 100px 80%;
  background-color: #00802b;
}









/*ショップ用*/
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #008000;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #D0F0D0;
}







































.btn-horizontal-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 50px 50px 50px;
  text-decoration: none;
  color: #67c5ff;
  transition: .4s;
}

.btn-horizontal-border:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 50px;
  border-radius: 3px;
  background:#67c5ff;
  transition: .2s;
}

.btn-horizontal-border:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:0;
  left: 50px;
  border-radius: 3px;
  background:#67c5ff;
  transition: .2s;
}

.btn-horizontal-border:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

.btn-horizontal-border:hover:after {
  top: 3px;
}














/*スマホの上の位置*/
@media screen and (max-width: 480px) {
  .max-img {
   /* margin: 1em -10px; */
		margin-top: -45px; 

  }
}







/*PC背景をいじくった*/
@media screen and (min-width:500px) { 
    /*　この中に適用させたいCSSを記述します　*/

	
.body{
    background-image: url(https://classense-musashikosugi.com/wp-content/uploads/2023/05/16351bec1b026b2c804e0159d7d60c99-13.png);

background-attachment:scroll;
background-repeat: repeat;
background-size: 500px 500px;
}

#main{
  background: transparent;
}
	}
	
	
/*スマホ背景をいじくった*/
@media screen and (max-width:480px) { 
    /*　この中に適用させたいCSSを記述します　*/

	
.body{
    background-image: url(https://classense-musashikosugi.com/wp-content/uploads/2023/05/16351bec1b026b2c804e0159d7d60c99-13.png);

background-attachment:scroll;
background-repeat: repeat;
background-size: 300px 300px;
}

#main{
  background: transparent;
}
	}


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


.sukimatyousei
{
	margin-top: -80px; 
}



/*ヘッダー背景透明化 #F8F6F1*/
#header-container {
background-color: #ffffff;     /*→背景と同じ色　#F8F6F1　*/
}
/*ナビゲーションメニュー背景透明化*/
#header-container .navi {
background-color: #ffffff;
}


/*スマホ上のバーの色*/
.mobile-menu-buttons {
background-color: #ffffff;
}


















.btn-flat-border {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
	font-weight:400;
  color: #2F241B;
  border: solid 2px #B1A5A5;
  border-radius: 6px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
































/*フロントページニュース欄*/
/* 横スクロールで画像をスライドさせる */
.image-horizontal-scroll{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.box{
	display: inline-block;
	width: 30%;
	margin: 0px;
}
/*tableにスクロールバーを追加*/
.image-horizontal-scroll::-webkit-scrollbar {
 height: 20px;
}

/*tableにスクロールバーを追加*/
.image-horizontal-scroll::-webkit-scrollbar-track {
 background: #b8ccbe;
}

/*tableにスクロールバーを追加*/
.image-horizontal-scroll::-webkit-scrollbar-thumb {
   background: linear-gradient(#008000 ,#00ff00);
}




/*フロントページニュース欄*/
/* 横スクロールで画像をスライドさせる */
.image-horizontal-scrollnopc{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.box1{
	display: inline-block;
	width: 60%;
	margin: 0px;
}
/*tableにスクロールバーを追加*/
.image-horizontal-scrollnopc::-webkit-scrollbar {
display: none;
 height: 100px;
}

/*tableにスクロールバーを追加*/
.image-horizontal-scrollnopc::-webkit-scrollbar-track {
 background: #b8ccbe;
}

/*tableにスクロールバーを追加*/
.image-horizontal-scrollnopc::-webkit-scrollbar-thumb {
   background: linear-gradient(#008000 ,#00ff00);
}

















/*youtubeのサイズ変更*/
.video-01 .video-container {
max-width: 40%;
margin-left:auto; margin-right:auto;
}
/*youtubeのサイズ変更*/
.video-02 .video-container {
max-width: 100%;
margin-left:auto; margin-right:auto;
}














/*フッター変更
.footer-right{
	width: 32%;
	border-right:1px dashed #ffffff;
	padding:0px 30px;
	text-align: left;
	height:10%;
}
.footer-center{
	width: 22%;
	text-align: left;
	border-right:1px dashed #ffffff;
	padding:0px 30px;
	border-left:1px dashed #ffffff;
	padding:0px 30px;
	height:10%;
}
.footer-left{
	width: 28%;
	text-align: right;
	padding:0px 30px;
height:10%;
}


.footer {
	margin-top: 10;
	padding-top: 10;
}

*/


/*
.footer-right{
	width: 0%;
	padding:0px 0px;
}

.footer-center{
	width: 100%;
	text-align: center;
	padding:0px 0px;
	
}

.footer-left{
	width: 0%;
	padding:0px 0px;
}

.footer {
	margin-top: 0;
	padding-top: 0;
}


div#nav {
  overflow: hidden; 
  _height: 1.5em; 
}

ul {
  margin-left: -1px; 
}

li {
  padding: 0 10px;
  display: inline; 
  border-right: 1px solid #fff; 
}
*/






/*Evolv予約サイト*/
.parent {
  text-align: center;
}
.btn-stitch {
  display: inline-block;
  padding: 0.5em 1em;
  background: #f3981c;
	text-decoration: none;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 10px #f3981c;
  border: dashed 1px #e3e1d6;
	width: 90%;
	font-weight: bold;


}

.btn-stitch:hover {
  border: dotted 1px #FFF;
	text-decoration: none;
  color: #ffffff;
}












































/*フッター*/
.footer-right{
	width: 0%;
	padding:0px 0px;
            bottom: 0;  
}

.footer-left{
	width: 0%;
	padding:0px 0px;
            bottom: 0;  
}

.footer-center{
	width: 100%;
	margin-top: -28px;
	padding-top: -28px;
	margin-bottom: -60px;
	padding-bottom: -60px;
            bottom: 0;  
}

.footer04 {
		margin-top: 0;
	padding-top: 0;
 color: #808080;
 background: #d3a88a;
 text-align: center;
 padding: 30px;
}
.footer04 a {
 color: #808080;
 text-decoration: none;
}

.footer04 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer04 .menu li {
 margin: 0;
 padding: 0 20px;
 border-right: 1px #808080 solid;
}
.footer04 .menu li:last-child {
 border: none;
}
.footer04 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}

/*
@media only screen and (max-width: 834px) {
	.footer {
	width: 100%;
	margin-top: 40px;
	padding-top: 40px;
	}
}
*/









/*横スクロールを消した*/
body {
overflow: hidden scroll;
}




























/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
width: 800px;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #F57500;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}








































/*スシローボタン*/
/*いらない？
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
いらない？*/

a.btn-cs {
  font-size: 1.8rem;

  position: relative;

  padding: 1.5rem 2rem 1.5rem 2rem;

  color: #fff;
  border-radius: 100vh;
  background: #922127;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #861E23;
}

a.btn-cs span {
  color: #fff100;
}

a.btn-cs small {
  font-weight: bold;
}

a.btn-cs i {
  margin-right: 1rem;
}

a.btn-cs:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163;
}























.text-image {
	  position: relative;
	margin-top: -80px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.text-image img{
    display: block;
    height: auto;
    width: 100%;
}

.text-image p {
font-family: 'Yomogi' ;
  position: absolute;
  top: 10%;
  left: 20%;
  right: 5%;
  font-size: 4.8vw;
  color: #4B5B61;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
	@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.text-image a {
font-family: 'Yomogi' ;
  position: absolute;
  top: 25%;
  left: 30%;
  right: 5%;
  font-size: 4.8vw;
  color: #4B5B61;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}




.text-image b {
font-family: 'Yomogi' ;
  position: absolute;
  top: 40%;
  left: 55%;
  right: 5%;
  font-size: 2.1vw;
  color: #4B5B61;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}


.sukima
{
	margin-top: -80px; 
}










.text-image1 {
	  position: relative;
	margin-top: -80px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.text-image1 img{
    display: block;
    height: auto;
    width: 100%;
	
}

.text-image1 p {
font-family: 'Yomogi' ;
  position: absolute;
  top: 12%;
  left: 7%;
  right: 2%;
  font-size: 6.0vw;
  color: #4B5B61;
  opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}

.text-image1 a {
font-family: 'Yomogi' ;
  position: absolute;
  top: 22%;
  left: 10%;
  right: 2%;
  font-size: 6.0vw;
  color: #4B5B61;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}




.text-image1 b {
font-family: 'Yomogi' ;
  position: absolute;
  top: 36%;
  left: 55%;
  right: 2%;
  font-size: 4.2vw;
  color: #4B5B61;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}






































/*イベント告知のため*/
/*tmp-user<head>の19行目とjavaの19行目～に書いた*/
/*またイベント時に使います。
.eventfade{
	position: relative;
	margin-top: -80px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	z-index: 999;
}
.eventfade p {
    height: auto;
    width: 100%;
	display: none;
	z-index: 999;

}
*/

/*固定ページに書いたpc用*/
/*
<div class="eventfade">
<a href="https://classense-musashikosugi.com/grand-open-event/">
<p><img src="https://classense-musashikosugi.com/wp-content/uploads/2024/11/e562c811dac614860192756da083da6e-2.jpg" alt=""></p>
</a>
</div>
*/





/*イベント告知のためスマホ*/
/*tmp-user<head>の19行目とjavaの19行目～に書いた*/
/*またイベント時に使います。
.eventfade1{
	position: relative;
	margin-top: -50px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	z-index: 999;
}

.eventfade1 img{
    display: block;
    height: auto;
    width: 100%;
		z-index: 9999;

}
.eventfade1 p {
	display: none;
	z-index: 9999;

}
*/

/*スマホ用に固定ページに書いた*/
/*
<div class="eventfade1">
<a href="https://classense-musashikosugi.com/grand-open-event/">
<p> <img src="https://classense-musashikosugi.com/wp-content/uploads/2024/11/bc038daa3c85714c0f6175dba9cfd03b.jpg" alt=""></p>
</a>
</div>
*/





.eventgrandopen {
	  position: relative;
	margin-top: 0px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.eventgrandopen p{
    display: block;
    height: auto;
    width: 100%;
}
.eventgrandopen a{
    display: block;
    height: auto;
    width: 100%;
}





.daimei {
  position: relative;
   margin-top: -77px;
	padding-top: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) { /* 768px以下をモバイルとする例 */
  .daimei {
    margin-top: -48px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .daimei {
    margin-top: -55px;  /* iPad縦用に調整 */
  }
}

.daimei img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.5; /* 半透明 */
}

.daimei p {
  font-family: 'Yomogi';
  position: absolute;
  top: 50%;   
  left: 50%;  
  transform: translate(-50%, -50%);
  font-size: 7vw;    /* 画面幅に応じて文字サイズを自動調整 */
  color: #000000;
  margin: 0;
  letter-spacing: 1vw; /* 文字間隔も画面幅に応じて調整 */
  white-space: nowrap; /* 文字が折り返されないように固定 */
}




.daimei2 {
  position: relative;
     margin-top: -48px;
	padding-top: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.daimei2 img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.5; /* 半透明 */
}

.daimei2 p {
  font-family: 'Yomogi';
  position: absolute;
  top: 50%;   
  left: 50%;  
  transform: translate(-50%, -50%);
  font-size: 7vw;    /* 画面幅に応じて文字サイズを自動調整 */
  color: #000000;
  margin: 0;
  letter-spacing: 1vw; /* 文字間隔も画面幅に応じて調整 */
  white-space: nowrap; /* 文字が折り返されないように固定 */
}




























/*夏祭り2025PC用*/
.text-summer2025 {
	  position: relative;
	margin-top: -80px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.text-summer2025 img{
    display: block;
    height: auto;
    width: 100%;
}

.text-summer2025 p {
font-family: 'Yomogi' ;
  position: absolute;
  top: 10%;
  left: 20%;
  right: 5%;
  font-size: 7.5vw;
  color: #FCD52D;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
	@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.text-summer2025 a {
font-family: 'Yomogi' ;
  position: absolute;
  top: 33%;
  left: 45%;
  right: 5%;
  font-size: 7.5vw;
  color: #FCD52D;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}




.text-summer2025 b {
font-family: 'Yomogi' ;
  position: absolute;
  top: 55%;
  left: 10%;
  right: 5%;
  font-size: 2.1vw;
  color: #ffffff;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}




/*夏祭り2025スマホ用*/
.text-summer2025iphone {
	  position: relative;
	margin-top: -80px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.text-summer2025iphone img{
    display: block;
    height: auto;
    width: 100%;
	
}

.text-summer2025iphone p {
font-family: 'Yomogi' ;
  position: absolute;
  top: 12%;
  left: 40%;
  right: 1%;
  font-size: 7.5vw;
  color: #FCD52D;
  opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}

.text-summer2025iphone a {
font-family: 'Yomogi' ;
  position: absolute;
  top: 22%;
  left: 50%;
  right: 1%;
  font-size: 7.5vw;
  color: #FCD52D;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}




.text-summer2025iphone b {
font-family: 'Yomogi' ;
  position: absolute;
  top: 36%;
  left: 10%;
  right: 1%;
  font-size: 3.3vw;
  color: #ffffff;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}

















/*クリスマス2025PC用*/
.text-Xmas2025 {
	  position: relative;
	margin-top: -80px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.text-Xmas2025 img{
    display: block;
    height: auto;
    width: 100%;
}

.text-Xmas2025 p {
font-family: 'Yomogi' ;
  position: absolute;
  top: 13%;
  left: 15%;
  right: 5%;
  font-size: 8.0vw;
  color: #E7A52E;
 text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000,
     0px  0px 6px #000;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
	@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.text-Xmas2025 a {
font-family: 'Yomogi' ;
  position: absolute;
  top: 32%;
  left: 22%;
  right: 2%;
  font-size: 4.0vw;
  color: #E7A52E;
 text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000,
     0px  0px 6px #000;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}




.text-Xmas2025 b {
font-family: 'Yomogi' ;
  position: absolute;
  top: 48%;
  left: 50%;
  right: 1%;
  font-size: 2.1vw;
  color: #ffffff;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}






/*クリスマス2025スマホ用*/
.text-Xmas2025iphone {
	  position: relative;
	margin-top: -80px; 
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.text-Xmas2025iphone img{
    display: block;
    height: auto;
    width: 100%;
	
}

.text-Xmas2025iphone p {
font-family: 'Yomogi' ;
  position: absolute;
  top: 22%;
  left: 5%;
  right: 5%;
  font-size: 9.0vw;
  color: #E7A52E;
  text-shadow:
	  -1px -1px 0 #000000,
	  1px -1px 0 #000000,
	  -1px  1px 0 #000000,
	  1px  1px 0 #000000,
	  0px  0px 6px #000000;
  opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}

.text-Xmas2025iphone a {
font-family: 'Yomogi' ;
  position: absolute;
  top: 32%;
  left: 5%;
  right: 5%;
  font-size: 5.0vw;
  color: #E7A52E;
  text-shadow:
	  -1px -1px 0 #000,
	  1px -1px 0 #000,
	  -1px  1px 0 #000,
	  1px  1px 0 #000,
	  0px  0px 6px #000;
  opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}




.text-Xmas2025iphone b {
font-family: 'Yomogi' ;
  position: absolute;
  top: 40%;
  left: 33%;
  right: 1%;
  font-size: 4.0vw;
  color: #ffffff;
opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
	animation-delay: 0s;
}