@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){
  /*必要ならばここにコードを書く*/
}








#header, #footer {
  display:none;
}

.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}

/*固定ページのタイトルの余白を消す*/
.post-7 header {
	margin-top :-3em;
	}



body {
    letter-spacing: 2px;
}


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

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







	/*ヘッダー部分*/
.header-1 {
    width: 7%;
    height: 100px;
    background-color: transparent;
    padding-bottom: 0;
    margin: auto 0 auto auto;
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}


 .hd-tel {
    display: inline-block;
    width: 15%;
    text-align:left;
    margin: 0 20px;
   }
   
   .hd-form {
    display: inline-block;
    width: 15%;
    text-align:left;
   }

  .hd-logo {
display: inline-block;
width: 350px;
margin-bottom: 20px;
}


/*480px以下*/
@media screen and (max-width: 480px){
.hd-tel {
    display: inline-block;
    width: 20px;
	margin: 20px;
    text-align:left;
    vertical-align: middle;
}

.hd-form {
    display: inline-block;
    width: 20px;
    text-align:left;
    vertical-align: middle;
}

.hd-logo {
    display: inline-block;
    width: 180px;
    text-align:center;
}}







.cp_offcm01 {
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
}

/*480px以下*/
@media screen and (max-width: 480px){
.cp_offcm01 {
	position: absolute;
	top:8px;
	right: 20px;
	display: inline-block;
}}



/* ハンバーガーmenu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;	
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #ffffff;


}
.cp_offcm01 .cp_menu ul {
    margin: 1em 0;
    padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #113262;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
		text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}

.cp_offcm01 #cp_toggle01 ~ label::before {
    font-family: 'FontAwesome';
    content: '\f0c9';
    font-size: 2em;
    color: #113262;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
	color: #113262;
}


 	#content1 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

	#content2 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

	#content3 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

	#content4 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

/* 	#content5 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}  */

@media only screen and (min-width: 481px) {
.img-pc { 
display: block;
}
.img-mob {
display: none;
}}


@media only screen and (max-width: 480px) {
.img-pc {
display: none;
}
.img-mob {
display: block;
}}



/* 背景色-1 */
@media screen and (min-width: 481px){
.change-area-img1 {
        background: #F4D537;
        margin: 0 calc(50% - 50vw);
        padding: 0;
        height: 600px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

img.logo1 {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}}

@media screen and (max-width: 480px){
    .change-area-img1 {
        background: #F4D537;
        margin: 0 calc(50% - 50vw);
        height: 100vh;
        padding: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    
    img.logo1 {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}}

img.logo4-1 {
    width: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
    img.logo4-1 {
        width: 40%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }}


/*タイトルやキャッチコピー*/
.top-1{
font-size: 35px;
}



/*サブタイトル部分*/
.sub-1{
font-size: 25px;
}

.sub-2{
font-size: 18px;
}

@media screen and (max-width: 480px){
.sub-2{
font-size: 16px;
}}




/*コンテンツ1部分の画像*/
@media screen and (min-width: 841px){
img.contents1-img1 {
    margin: auto 0 auto auto;
    width: 70%;
	display: block;
}}

@media screen and (max-width: 840px){
img.contents1-img1 {
width: 100%;
margin: 0 auto;
display: block;
}}



/*コンテンツ1部分の文字*/
h1.contents1-moji1 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1em;
}

p.contents1-moji2 {
    font-size: 18px;
    padding: 0;
/*     text-align: left; */
}

@media screen and (max-width: 480px){
p.contents1-moji2 {
font-size: 16px;
}}




/*コンテンツ1部分の背景*/
@media screen and (min-width: 841px){
.change-area-color1 {
    background-color: #fff;
    margin: 0 calc(50% - 50vw);
    padding: 20px 0 20px 2.5em;
}}

@media screen and (max-width: 840px){
.change-area-color1 {
    background-color: #fff;
    margin: 0 calc(50% - 50vw);
    padding: 20px;
}}



.sns-flex {
    display: flex;
    align-items: center;
    margin-top: 0.5em;
    justify-content: center;
}

img.icon-img {
    height: 45px;
    margin: 0px 15px;
    background: #356099;
    padding: 8px;
    border-radius: 9px;
}


img.icon-img2 {
    height: 30px;
    margin: 0px 15px;
}


.sns-flex2 {
    display: flex;
    align-items: center;
    margin-top: 2em;
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}






/*ボタン*/
@media screen and (min-width: 481px){
    a.btn_04 {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 80%;
        margin: 1em auto 0 auto;
        padding: 1rem 2rem;
        font-weight: bold;
        border: 2px solid #113262;
        background: #F4D537;
        color: #113262;
        border-radius: 100vh;
        transition: 0.5s;
    }}


@media screen and (max-width: 480px){
a.btn_04 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border: 2px solid #113262;
    background: #F4D537;
    color: #113262;
    border-radius: 100vh;
    transition: 0.5s;
}}

a.btn_04:hover {
	color: #F4D537;
	background: #113262;
}













/*コンテンツ2部分の文字*/
p.contents2-moji1 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 481px){
p.contents2-moji2{
font-size: 18px;
}

p.contents2-moji3{
font-size: 16px;
}}


@media screen and (max-width: 480px){
p.contents2-moji2 {
        font-size: 16px;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }}

@media screen and (max-width: 480px){
p.contents2-moji3{
font-size: 14px;
}}


.contents2{
margin: 0 20px;
}


/* ボックス */
@media screen and (min-width: 481px){
.box1 {
    /* background: #fff; */
    padding: 50px;
    margin: 20px;
    /* border: solid 1px; */
}

.box1 p {
        margin: 10px;
        padding: 0 10px 10px 10px;
        color: #fff;
    }}
@media screen and (max-width: 480px){
.box1 {
/*        background: #fff;*/
        padding: 2em 1em;
        margin: 0;
    }

	.box1 p {
    margin: 30px; 
    padding: 10px;
    color: #fff;
}}



/*コンテンツ2部分の画像*/
@media screen and (min-width: 481px){
img.contents2-img1 {
    width: 90%;
    display: block;
    margin: 0 auto;
}}

@media screen and (max-width: 480px){
    img.contents2-img1 {
        width: 100%;
        padding: 0 10px;
        display: block;
        margin: 0 auto;
    }}







/* 切り替えタブ */

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: White;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  border: solid 1px #000000;
  padding: 5px;
  margin: 5px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 3px;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #356099;
    color: #ffffff;
    border: solid 1px #356099;
    width: 50%;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  background: #ffffff;
  border: solid1px #000000;
  padding: 15px;
  opacity: 1;
  transition: .0s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



/*コンテンツ2-1部分の背景*/
.change-area-color2 {
    background-color:#eae0ca;
    padding: 20px;
}




/*コンテンツ3部分の文字*/
.contents3-moji1{
font-size: 25px;
}

.contents3-moji2{
font-size: 18px;
}

.contents3-moji3{
font-size: 16px;

}

.contents3-moji4{
font-size: 14px;
}

@media screen and (max-width: 480px){
.contents3-moji2{
font-size: 16px;
}}

@media screen and (max-width: 480px){
.contents3-moji3{
font-size: 14px;
}}





 /*ドロップダウン*/

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
}

/* ボックス（丸角） */
.hidden_box {
     padding: 0.5em 1em;
     margin: 2em 0;
     background: #ffffff;

}



/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}	


/* 文字を一行の中で左右に分ける */
.left, .right {
  display: inline-block;
}

.shitsumon {
  display: flex;
  justify-content: space-between;
}





/*お問い合わせ,アクセス部分の文字*/
@media screen and (min-width: 481px){
.access-flex-left {
    margin: 1em;
}

.access-flex-right {
    margin: 1em;
}}

p.contents4-moji1 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1em;
}


@media screen and (min-width: 481px){
p.contents4-moji2 {
    font-weight: 700;
    text-align: center;
}}

@media screen and (max-width: 480px){
p.contents4-moji2 {
    font-weight: 700;
    text-align: center;
    margin-top: 1em;
}}

p.contents4-moji3 {
    text-align: center;
    margin-bottom: 1.5em;
    padding: 1em;
}


.column-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    gap: 1%;
    align-items: center;
}












p.welcome-font {
    /* font-family: "Oooh Baby", cursive; */
    /* font-weight: 400; */
    /* font-style: normal; */
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    /* font-family: "voltage", sans-serif; */
}

/*about us*/
.aboutus {
    margin: 2em 0em;
}

p.select-moji1 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

hr.hr1 {
    border-top: 1px solid #fff;
    width: 60%;
    margin: 1em auto;
}

@media screen and (min-width: 481px){
p.select-moji2 {
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
    color: #fff;
}}

@media screen and (max-width: 480px){
p.select-moji2 {
        font-size: 14px;
        letter-spacing: 1px;
        width: 90%;
        margin: 0 auto;
        color: #fff;
    }}













/*SNS*/
.change-area-color2 {
    background-color: #F4D537;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0 50px 0;
}

p.sns-moji1 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}
















/*フッター*/
@media screen and (min-width: 481px){
.flex-backgroundcolor {
    background-color: #356099;
    color: #fff;
	padding: 3em 0;
}

.access-flex {
        display: flex;
        justify-content: center;
        margin: 2em 0;
        align-items: center;
    }}


@media screen and (max-width: 480px){
.flex-backgroundcolor {
    background-color: #356099;
    color: #fff;
    padding: 3em 0;
}

.access-flex {
    /* display: flex; */
    justify-content: center;
    margin: 2em 1em;
}}










@media screen and (min-width: 481px){
.footer-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 1em;
    background-color: #356099;
}

img.foot-img1 {
    width: 25%;
    margin: 0 auto;
    display: block;
}

.footer-flex-left {
    width: 50%;
}

.footer-flex-right {
    width: 50%;
}

p.foot-font1 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

p.foot-font2 {
    color: #fff;
    line-height: 1.5em;
    font-size: 16px;
}}


@media screen and (max-width: 480px){
.footer-flex {
    padding: 2em 1em;
    background-color: #356099;
}

img.foot-img1 {
    width: 45%;
    margin: 1em auto;
    display: block;
}

.footer-flex-right {
    text-align: center;
}

p.foot-font1 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
}

p.foot-font2 {
    color: #fff;
    line-height: 1.5em;
    font-size: 16px;
}}


































.tab02 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tab02:after {
    content: '';
    width: 100%;
    height: 0.5px;
    background: #356099;
    display: block;
    order: -1;
}
.tab_label {
    height: 80px;
    color: #356099;
    background: #BDC9D6;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 0px 15px 0 0;
    flex: 1;
}
.tab_label:not(:last-of-type) {
  margin-right: 5px;
}
.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブタブ */
.tab_active:checked+.tab_label {
    color: #F4D537;
    background: #356099;
    font-size: 24px;
    letter-spacing: 1px;
}
.tab_active:checked+.tab_label+.tab_content {
    height: auto;
    overflow: auto;
    padding: 40px;
    opacity: 1;
    transition: .5s opacity;
    /* box-shadow: 0 0 3px rgba(0, 0, 0, .2); */
    border: solid 2px #356099;
    background: #356099;
    margin-top: -1px;
}
/* ラジオボタン非表示 */
.tab_active {
  display: none;
}


@media screen and (max-width: 480px){
.tab_active:checked+.tab_label+.tab_content {
    height: auto;
    overflow: auto;
    padding: 10px;
    opacity: 1;
    transition: .5s opacity;
    /* box-shadow: 0 0 3px rgba(0, 0, 0, .2); */
    border: solid 2px #356099;
    background: #356099;
    margin-top: -1px;
}}


@media screen and (max-width: 480px){
.tabtitle1 {
    /* font-family: "Oooh Baby", cursive; */
    /* font-weight: 400; */
    /* font-style: normal; */
    color: #fff;
    margin: 0.5em 0em;
    font-size: 1.2rem;
}}


@media screen and (min-width: 481px){
p.tabtitle1 {
    /* font-family: "Oooh Baby", cursive; */
    /* font-weight: 400; */
    /* font-style: normal; */
    color: #fff;
    margin: 0.5em 1em;
    font-size: 1.5rem;
}}
































.circle {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-60px);
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #113262;
}

@media only screen and (max-width: 480px) {
.circle {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-60px);
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #113262;
}}

.inner {
  transform-style: preserve-3d;  /* 子要素を3D空間に */
  transform: rotateX(-90.1deg) rotateZ(120deg);  /* 調整 */
}

.text {
  margin: 0;
  transform-style: preserve-3d;  /* 子要素を3D空間に */
  animation: rotateAnim linear infinite;
  animation-duration: 7s;  /* animationプロパティで一括指定していない */
}

@keyframes rotateAnim {  /* 回転方向に注意、0%と100%を同じ引数にすると、途中で逆再生になる */
  0% { transform: rotate(360deg); }
  50%{ transform: rotate(180deg); }
  100% { transform: rotate(0deg); }
}

span.endless {
  position: absolute;
  inset: 0;  /* top, right, bottom, leftを一括指定 */
  font-weight: 700;
  opacity: 0;  /* 最初に表示される時に全て見えてしまうため */
  animation: opacityAnim 7s linear infinite;  /* アニメーション時間はテキストの回転アニメーション時間と合わせる */
}   

@keyframes opacityAnim {
  0%, 50%, 100% { opacity: 0.2; }  /* 文字が両端に来た時 */
  25% { opacity: 1; }  /* 文字が一番手前（正面）に来た時 */
  75%{ opacity: 0; }　　/* 文字が裏面に来た時 */
}



































/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

/* .slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
} */

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}












.calendar-1 {
    margin: 0 auto;
}

/*カレンダーカスタム*/
/*土曜日の色を変える*/
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sun {
color: #149bd9;
}

/*日曜日の色を変える*/
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sat {
color: #dd2e2b;
}

@media screen and (min-width: 960px){
#eo_fullcalendar_1{
margin: 0 5%;
padding: 0 5%;
}}

.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table tbody td .fc-day-grid-event {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
    border: #923232;
    background-color: #923232;
    font-feature-settings: "palt";
    text-decoration: none;
    letter-spacing: 0;
    overflow: hidden;
    text-align: center;
}


.fc td, .fc th {
color: #333;
}


























/*フェードイン*/
.box {
    opacity: 1;
    transition: opacity 1s;
    margin: 0 auto;
}





.is-scrollIn {
  opacity: 1;
}







.slider.isActive:after {
  width: 100%;
}









.underline1{
 background: linear-gradient(transparent 60%, #F4D537 30%);
 display: inline-block;
}











/*カレンダー内部_上部コメント削除*/
.eventorganiser-event-meta {
    display: none;
}