/*お問い合わせフォームの送信ボタンの上のマージン*/

.btn_contact7 {
		margin-top:50px;
}

/*カレンダーリンクの背景透明*/
.fc-list-item-title.fc-widget-content a{background-color:transparent;}


/*アイコンのアニメーション*/

img.elementor-animation-grow.attachment-large.size-large {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(1.1);
  }
}

/*プライバシーポリシーの見出し*/
div.midashi{
		font-size:24px;
		letter-spacing:0.1em;
		text-align:center;
		margin:2em 0em 1em 0em;
}

/*メディア報道関係者ご依頼フォーム送信後の表示*/
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #5346F5;
    margin-top: 100px;
    padding: 20px;
}

/*お問い合わせフォーム*/
.wpcf7-form-control-wrap.your-message .wpcf7-span textarea.wpcf7-form-control.wpcf7-textarea{
		margin-bottom:1em;
}

.wpcf7 {text-align:center;}

/*SP_カレンダーのポップアップ位置*/
@media screen and (max-width: 800px) {
		div.eaelec-modal-content{
				top: -50vh;
}
}

/*カレンダーの白い線消す*/

span.fc-list-heading-main{
		background:none;
}

span.fc-list-heading-alt{
		background:none;
}

/*特集ページのタイムライン*/
.eael-timeline-post-title{
		background:rgba(83,70, 245, 1);
		margin-bottom:-9%;
}

.eael-timeline-post-inner:hover{
    transform: translateY(-5px);
}

/*ヘッダーロゴの位置*/
header#masthead.site-header.fixed{
		padding: 20px 0px;
		z-index: 9999;
		position:absolute;
}

img.site-logo{
		z-index: 9999;
		position:relative;		
}

/* ヘッダーメニューを透過 */
.site-header{
		background-color:transparent;
		z-index: 9999;
		position:absolute;
}

/*記事の次へと前への書式*/
nav.navigation.post-navigation{
		font-size:10pt;
		margin-top:5%;
}

/*最下端フッターの書式*/
footer#colophon.site-footer{
		background-color:#5346f5;
		letter-spacing:0.2em;
		padding-bottom:35px;
		color: #fff;
}

/*お問い合わせフッターの書式*/

#sidebar-footer.footer-widgets.widget-area{
		font-size:10pt;
		background-color:#bacade;
		padding-top:20px;
		padding-bottom:0px;
		margin-bottom:-35px;
}

.site-info.container{
		font-size:10pt;
		text-align:center;
		font-family:montserrat;
		margin-top:0px;
}

/* 記事の幅 */

main#main.post-wrap{
		padding:0%;
}

.entry-content{
		padding: 5% 0%;
}

@media screen and (max-width: 800px) {

/* 記事の背景色と枠線 白から薄紫へ */
.post {
	border: none; /*記事の枠線の太さと色①*/
	background-color: #ffffff;/*①記事の背景色*/
	padding: 0% 2%;/*記事の余白*/
}
}

@media screen and (min-width: 800px) {

/* 記事の背景色と枠線 白から薄紫へ */
.post {
	border: none; /*記事の枠線の太さと色①*/
	background-color: #ffffff;/*①記事の背景色*/
	padding: 2% 20%;/*記事の余白*/
}}

/* 共通フッターの余白削除 */
#sidebar-footer{
		margin:0px;
		padding:0px;
}

/* 共通フッターの書式 */
.footer-widgets{
		padding-top:0px; 
		text-align:center;
		background-color:#ffffff;
		border:none;
}

/* ハンバーガーメニューのテキスト位置 */
.mainnav.toggled ul li, #mainnav-mobi ul li {
text-align:center;
border:solid 0px #ffff00;
			background-color:#5346f5;
}

.mainnav.toggled ul > li > a, #mainnav-mobi ul > li > a {
		padding:0px;
}



/* スマホのハンバーガーメニューの位置 */
@media only screen and (max-width: 500px){
	#mainnav-mobi {
			width: 100vw;
			position:fixed;
			bottom:0vh;
			height:80vh;
			right:0px;
			z-index:10000;
			line-height:16vh;
			font-size:1em;
			letter-spacing:0.2em;
			background-color:#5346f5;
			opacity:0.9;
		}	
		.btn-menu {
    position: fixed;
    top: 3.5vh;
    right: 3.5vh;
    z-index: 12000;
		}
		.sydney-svg-icon{
				height:none;
		}
}

/* 縦タブレットのハンバーガーメニューの位置 */
@media only screen and (max-width: 1023px)  and (min-width: 501px){
	#mainnav-mobi {
			width: 100vw;
			position:fixed;
			top:8vh;
			height:83vh;
			right:0px;
			z-index:10000;
			line-height:16.6vh;
			font-size:1em;
			letter-spacing:0.2em;
			background-color:#5346f5;
			opacity:0.9;
		}	
		.btn-menu {
    position: fixed;
    top: 3.5vh;
    right: 3.5vh;
    z-index: 12000;
		}
		.sydney-svg-icon{
				height:none;
		}

}

/* タブレット横のハンバーガーメニューの位置 */
@media only screen and (min-width: 1024px) {
	#mainnav-mobi {
			width: 100vw;
			position:fixed;
			top:8vh;
			right:0px;
			z-index:10000;
			line-height:16vh;
			font-size:1em;
			letter-spacing:0.2em;
			background-color:#5346f5;
			opacity:0.9;
	}
				.btn-menu {
    position: fixed;
    top: 3.5vh;
    right: 3.5vh;
    z-index: 12000;
		}
		.sydney-svg-icon{
				height:none;
		}
}

/* ページの背景色 */
#page{
		background-color:#FFFFFF;
}

/* マウスオーバーで画像を変化 */


#img_wrap img{
 box-shadow:7px 7px 0 #1d252c;
    transform:translate(-4.5px, -4.5px);
    transition:box-shadow 0.3s, transform 0.3s;}

#img_wrap:hover img{
    box-shadow:0px 0px 0 #1d252c;
    transform:initial;}

/* カスタム CSS をここに入力してください */
#scroll_box {
 width: 100%;
  height: 250px;
  overflow: scroll;
  white-space: normal;
}

/* スクロールの幅の指定 */
#scroll_box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* スクロールの背景の設定 */
#scroll_box::-webkit-scrollbar-track {
  border-radius: 5px;
}

/* スクロールのつまみ部分の設定 */
#scroll_box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000000;
}

/* YouTubeチャンネル登録ボタンの色変え */
.yt-uix-button-subscribe-branded.yt-is-buffered, .yt-uix-button-subscribe-branded:active, .yt-uix-button-subscribe-branded.yt-uix-button-toggled, .yt-uix-button-subscribe-branded.yt-uix-button-active, .yt-uix-button-subscribed-branded.external, .yt-uix-button-subscribed-branded.external[disabled], .yt-uix-button-subscribed-branded.external:active, .yt-uix-button-subscribed-branded.external.yt-uix-button-toggled, .yt-uix-button-subscribed-branded.external.yt-uix-button-active {
    background-color: #000000 !important;
}

/* グローバルメニューのフォント、サイズ、字間、変更*/
#mainnav ul li a {
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-size: 1.8rem;
color: #000000;
letter-spacing: 0.2em;
}

/* グローバルメニューの間に区切り線を入れる*/

#mainnav ul {
  display: flex;
}
#mainnav li {
  list-style-type: none;
  flex-grow: 1;
  text-align: center;
				top:-2vh;
}
#mainnav li + li {
  border-left: 3px solid #5346f5;
		line-height:140%;
}


/* サイドバーのフォントサイズ*/
.sidebar {
font-size: 5.1em;
}


/* 送信ボタン中央寄せ →失敗*/
input[type="submit"] {
    position: absolute;
    left: 50%;
		transform: translate(-50%, -50%);
}

/* 文字装飾　黄色ハイライト*/
.highlight {
    background: linear-gradient(transparent 50%, #ffff00 0%);
    line-height: 1.3em;
}

/* 文字装飾　薄紫ハイライト*/
.highlight02 {
    background: linear-gradient(transparent 50%, #f1f0fe 0%);
    line-height: 1.3em;
}

/* ボックス_PC */
@media screen and (min-width: 800px) {


/* ボックス_シンプル_黄色 */
.box01 { /* 囲み枠を指定 */
	margin: 2em 2em; /* 枠の外側余白 */
	padding: 1em 1em; /* 枠の内側余白 */
	background: #ffff00; /* 背景色 */
}
.box01 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
	color: #1d252c; /* 文字色 */
	 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif, Montserrat ;
}

/* ボックス_シンプル_グレー */
.box02 { /* 囲み枠を指定 */
	margin: 2em 0em; /* 枠の外側余白 */
	padding: 2em; /* 枠の内側余白 */
	background: #bacade; /* 背景色 */
}
.box02 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
	color: #1d252c; /* 文字色 */
}

/* ボックス_左側に二重線_黄色 */
.box03 { /* 囲み枠を指定 */
	margin: 0 auto; /* 枠の外側余白 */
	padding: 1em 1em; /* 枠の内側余白 */
	background: #ffffff; /* 背景色 */
	border-left: double 7px #ffff00; /* 左 線の種類 太さ 色 */
}
.box03 p { /* 段落を指定 */
	margin:  0 1em 1em; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
	color: #1d252c; /* 文字色 */
}

/* ボックス_左側に二重線_紫* */
.box08 { /* 囲み枠を指定 */
	margin: 0em 1em; /* 枠の外側余白 */
	padding: 1em 1em; /* 枠の内側余白 */
	background: #ffffff; /* 背景色 */
	border-left: double 7px #5346f5; /* 左 線の種類 太さ 色 */
}
.box08 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
	color: #1d252c; /* 文字色 */
}


/* ボックス_線＆影あり_パープル */
.box04 { /* 囲み枠を指定 */
	margin: 2em 0em; /* 枠の外側余白 */
	padding: 2em; /* 枠の内側余白 */
	background: #ffffff; /* 背景色 */
	border-top: solid 25px #5346f5; /* 上 線の種類 太さ 色 */
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.32); /* 水平 垂直 ぼかし 広がり 色 */
}
		
.box04 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
}

/* ボックス_ストライプ_黄色 */
.box05 { /* 囲み枠を指定 */
	margin: 2em 2em; /* 枠の外側余白 */
	padding: 1em 1em; /* 枠の内側余白 */
	background: repeating-linear-gradient(-45deg,  #ffffff,  #ffffff 3px,#ffff00 3px, #ffff00 7px); /* ストライプの角度, 色1始点, 色1終点, 色2始点, 色2終点, 繰返し */
	background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#ffff00 3px, #ffff00 7px); /* Google Chrome、Safari向け */
}

.box05 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
}

/* ボックス_カギカッコ(大) */

.box06 {
	position: relative;
	margin: 2em 2em;
	padding: 2em 2em;
}
.box06:before, .box06:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 60px;
}
.box06:before {
	border-left: solid 3px #5346f5;
	border-top: solid 3px #5346f5;
	top: 0;
	left: 0;
}
.box06:after {
	border-right: solid 3px #5346f5;
	border-bottom: solid 3px #5346f5;
	bottom:0;
	right: 0;
}
.box06 p {
	margin: 0;
	padding: 1em 1em 1em 1em;
}


/* ボックス_ラベルつき_グレー */
.box07 {
	position: relative;
	margin: 1em 0em;
	padding: 2em 1em;
	border: solid 3px #5346f5;
	background:  #ffffff;
	color: #1d252c !important;
}
.box07 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background:  #5346f5;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box07 p {
	margin: 0;
	padding: 0 1em 1em;
}
}


/* ボックス_mobile */
@media screen and (max-width: 800px) {


/* ボックスSP_シンプル_黄色 */
.box01 { /* 囲み枠を指定 */
	margin: 2em 2em; /* 枠の外側余白 */
	padding: 1em 1em; /* 枠の内側余白 */
	background: #ffff00; /* 背景色 */
}
.box01 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
	color: #1d252c; /* 文字色 */
	 font-family: a-otf-midashi-go-mb31-pr6n, sans-serif, Montserrat ;
}

/* ボックスSP_シンプル_グレー */
.box02 { /* 囲み枠を指定 */
	margin: 2em 0em; /* 枠の外側余白 */
	padding: 2em; /* 枠の内側余白 */
	background: #bacade; /* 背景色 */
}
.box02 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
	color: #1d252c; /* 文字色 */
}

/* ボックスSP_左側に二重線_黄色 */
.box03 { /* 囲み枠を指定 */
	margin: 0 auto; /* 枠の外側余白 */
	padding: 1em 1em; /* 枠の内側余白 */
	background: #ffffff; /* 背景色 */
	border-left: double 7px #ffff00; /* 左 線の種類 太さ 色 */
}
.box03 p { /* 段落を指定 */
	margin:  0 1em 1em; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
	color: #1d252c; /* 文字色 */
}

/* ボックスSP_左側に二重線_紫* */
.box08 { /* 囲み枠を指定 */
	margin: 0em 1em; /* 枠の外側余白 */
	padding: 1em 1em; /* 枠の内側余白 */
	background: #ffffff; /* 背景色 */
	border-left: double 7px #5346f5; /* 左 線の種類 太さ 色 */
}
.box08 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
	color: #1d252c; /* 文字色 */
}


/* ボックスSP_線＆影あり_パープル */
.box04 { /* 囲み枠を指定 */
		margin: 1em 0em; /* 枠の外側余白 */
		padding: 1em; /* 枠の内側余白 */
	background: #ffffff; /* 背景色 */
	border-top: solid 20px #5346f5; /* 上 線の種類 太さ 色 */
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.32); /* 水平 垂直 ぼかし 広がり 色 */
  line-height:1.6em;
		}

.box04 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
}

/* ボックスSP_ストライプ_黄色 */
.box05 { /* 囲み枠を指定 */
	margin: 2em 2em; /* 枠の外側余白 */
	padding: 1em 1em; /* 枠の内側余白 */
	background: repeating-linear-gradient(-45deg,  #ffffff,  #ffffff 3px,#ffff00 3px, #ffff00 7px); /* ストライプの角度, 色1始点, 色1終点, 色2始点, 色2終点, 繰返し */
	background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#ffff00 3px, #ffff00 7px); /* Google Chrome、Safari向け */
}

.box05 p { /* 段落を指定 */
	margin: 0; /* 行の外側余白 */
	padding: 0 1em 1em; /* 行の内側余白 */
}

/* ボックスSP_カギカッコ(大) */

.box06 {
	position: relative;
	margin: 2em 2em;
	padding: 2em 2em;
}
.box06:before, .box06:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 60px;
}
.box06:before {
	border-left: solid 3px #5346f5;
	border-top: solid 3px #5346f5;
	top: 0;
	left: 0;
}
.box06:after {
	border-right: solid 3px #5346f5;
	border-bottom: solid 3px #5346f5;
	bottom:0;
	right: 0;
}
.box06 p {
	margin: 0;
	padding: 1em 1em 1em 1em;
}


/* ボックスSP_ラベルつき_パープル */
.box07 {
	position: relative;
	margin: 1em 0em;
	padding: 2em 1em;
	border: solid 3px #5346f5;
	background:  #ffffff;
	color: #1d252c !important;
}
.box07 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background:  #5346f5;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box07 p {
	margin: 0;
	padding: 0 1em 1em;
}
}


/* 投稿ページの記事タイトルのフォント変え */
h1, h2, h3, h4, h5, h6, #mainnav ul li a, .portfolio-info, .roll-testimonials .name, .roll-team .team-content .name, .roll-team .team-item .team-pop .name, .roll-tabs .menu-tab li a, .roll-testimonials .name, .roll-project .project-filter li a, .roll-button, .roll-counter .name-count, .roll-counter .numb-count button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif, 'Montserrat';
}

.title-post.entry-title{
   font-weight: 600;
   line-height: normal;
   padding: 0px;
   margin: 30px 0px;
		text-align: center ;
		}

/* ブログカードを設置する　functionphpに連動 */
.blog-card {
  background: #f1f0fe;
  border:7px solid #5346f5;
  word-wrap: break-word;
  max-width: 80%;
  margin: 0px 10px 0px 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card a {
  text-decoration: none;
}

.blog-card-thumbnail {
	 width: 20%;
  display: table-cell;
  vertical-align: middle;
}
.blog-card-thumbnail-table {
	background-color: #5346f5; 
}

.blog-card-thumbnail img {
   padding: 0 0 0 0;
	 margin: 0 0 0 0;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
}

.blog-card-title {
  font-size: 1em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  margin: 5px 10px 5px 0px;
	padding: 5px 5px 5px 5px;
  font-weight: bold;
  line-height: 1.4;
  }


.blog-card-excerpt {
  font-size: .74em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  color: #1d252c;
  margin: 0 10px 10px 0;
	padding: 0px 10px 5px 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .blog-card:before {
    font-size: .56em;
  }
  .blog-card-title {
    font-size: .80em;
  }
  .blog-card-excerpt {
    font-size: .70em;
  }
}

/* パンくずリストフォントと背景色変え */
.sydney-breadcrumbs {
		color: #bacade;
	  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
		font-size:10pt;
   padding: 0px;
   margin: 5%;
		text-align:center;
}
.sydney-breadcrumbs, .sydney-breadcrumbs a {
    color: #bacade;
}
.sydney-breadcrumbs_last {
     display: none;
	}

/* ハンバーグアイコンの色変え*/
.btn-menu .sydney-svg-icon {
    fill: #5346f5;
}

/*イベント一覧のナビゲーションの装飾*/
#tribe-bar-form.tribe-clearfix.tribe-events-bar--has-filters.tribe-events-bar--has-views{
		background-color:#fff;
		border-top:2px solid #5346f5;
		border-bottom:2px solid #5346f5;
		padding:1em 0em;
		margin-top:2em;
}

#tribe-bar-views.tribe-bar-views{
		border-top:2px solid #5346f5;
		border-bottom:2px solid #5346f5;
}

#tribe-bar-views div.tribe-bar-views-inner.tribe-clearfix{
		background-color:#fff;
		padding:1em 0em;
}

/* SPイベント個別ページの余白*/

@media screen and (max-width: 800px) {

#tribe-events-pg-template.tribe-events-pg-template{
		padding:0px;
}
		
		/* SPイベント個別ページ 大見出しセンター寄せ*/
#tribe-events-pg-template h1.tribe-events-single-event-title {
    color: #1d252c;
    font-size: 1.5em;
    line-height: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 0em;
    padding: 1em 0em 1em 0em;
    text-align: center;
		border-top:5px solid #5346f5;
		border-bottom:1px solid #5346f5;
		vertical-align:middle;
}

/*SPイベント個別ページ見出し日付*/
#tribe-events-pg-template div.tribe-events-schedule.tribe-clearfix{
		font-size:0.8em;
		text-align:center;
		color:#bacade;
		border-left:none;
		border-right:none;
		border-top:1px solid #5346f5;
		margin-top:-0.5em;
		margin-bottom:3em;
		padding:1em 0em;
		background-color:#fff;
		border-bottom:5px solid #5346f5;
}
		
}

/* イベント個別ページフォント変え*/
body, #mainnav ul ul a {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif, Montserrat;
}

/* イベント個別ページ下側の詳細ボックス*/
.single-tribe_events .tribe-events-event-meta {
    background: #ffffff;
    border: 3px solid #5346f5;
		font-size:13pt;
	}

.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix{
		padding:1.5em 1em;
}

.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix{
		padding:1.5em 1em;
}

/* イベント個別ページキャッチ画像のサイズ縮小とセンター寄せ*/
.tribe-events-event-image img {
   height: auto;
		max-width: 100%;
}

.single-tribe_events .tribe-events-event-image {
    text-align: center;
    margin-bottom: 1.25em;
}

/* イベント個別ページ 大見出しセンター寄せ*/
.single-tribe_events .tribe-events-single-event-title {
    color: #1d252c;
    font-size: 2em;
    line-height: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 0em;
    padding: 1em 0em 1em 0em;
    text-align: center;
		border-top:5px solid #5346f5;
		border-bottom:1px solid #5346f5;
		vertical-align:middle;
}

/*イベント個別ページ見出し日付*/
.tribe-events-schedule.tribe-clearfix{
		text-align:center;
		color:#bacade;
		margin-top:-0.5em;
		margin-bottom:3em;
		padding:1em 0em;
		border-bottom:5px solid #5346f5;
}

/*イベント個別ページの説明文の幅*/
.tribe-events-single-event-description.tribe-events-content{
		padding:0%;
		margin:2.5em 0em;
}

/*イベント個別ページの末尾前後リンク*/
li.tribe-events-nav-previous a{
	background-color:#ffffff;
}

li.tribe-events-nav-next a{
	background-color:#ffffff;
}

/* イベント一覧ページ　写真をセンターに*/
.tribe-events-event-image {
    margin-bottom: 1.25em;
    text-align: center;
}

/* フロントページ　エレメンターカレンダーの背景色*/
.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	 background: #ffffff;
		border:none;
}

/* フロントページ　エレメンターカレンダーの見出し*/

td.fc-widget-header{
		height:1.5em;
		vertical-align: middle;
		border:none;
}

/* フロントページ　エレメンターカレンダーヘッダー削除*/
.fc-toolbar.fc-header-toolbar {
    display: none;
}

/* フロントページ　エレメンターカレンダーサイズ*/

/*  リンクボタン左右線①　背景色が白*/
.btn-flat-vertical-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 7px 20px;
  text-decoration: none;
  border-left: solid 4px #5346f5;
  border-right: solid 4px #5346f5;
  color: #5346f5;
  transition: .4s;
}

.btn-flat-vertical-border:hover {
  color: #ffffff !important;  
	background: #5346f5;
}

/* リンクボタン左右線②　背景色が薄い紫*/
.btn-flat-vertical-border02{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 7px 20px;
  text-decoration: none;
  border-left: solid 4px #5346f5;
  border-right: solid 4px #5346f5;
  color: #5346f5;
background-color: #f1f0fe;
  transition: .4s;
}

.btn-flat-vertical-border02:hover {
  color: #ffffff !important;  
	background: #5346f5;
}


/* 上下ボーダーボタン*/

.btn-horizontal-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 12px 0 8px;
  text-decoration: none;
color: #5346f5;
  transition: .4s;
}

.btn-horizontal-border:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#5346f5;
  transition: .2s;
}

.btn-horizontal-border:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:0;
  left: 0;
  border-radius: 3px;
  background:#5346f5;
  transition: .2s;
}

.btn-horizontal-border:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
	}

.btn-horizontal-border:hover:after {
  top: 3px;
}

/* フラットボタン*/

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
   color: #ffffff;
  background: #5346f5;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #ffffff;
	 color: #5346f5 !important;
}

/* スライドの上に置く白いボタン*/

html, body {
  height: 100%;
}

.wrap {
  height: 100%;
  display: flex;
	text-align: center;
}

.button {
  width: 90px;
  height: 35px;
	text-align: center;
	margin:0; 
	padding:0;
	  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
	position:flex;
  }

.button:hover {
  background-color: #5346f5;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}


/* 文字装飾　白ハイライト*/
.highlight03 {
    background: linear-gradient(transparent 50%, #ffffff 0%);
    line-height: 1.3em;
}

.page-wrap .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
		color:#1d252c;
}

.post-navigation {
    margin: 30px 0 45px;
    padding: 30px;
    position: relative;
}

/* 投稿ページのカテゴリ表記の削除 */
.hentry .meta-post, .hentry .meta-post a {
   display:none;
}

/* 投稿ページ下側のフォント変更 */
.elementor-kit-10 a {
    color: #5346F5;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 300;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
padding: 0 0 0 20px;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
padding: 0 20px 0 0;
}

/* 外部リンクボタン　グラデーション２種類 */

.link-btn {
    text-decoration: none;
    color: #fff!important;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif, Montserrat;
    font-weight: bold;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 60px;
    box-shadow: 0px 8px 10px -6px rgba(0,0,0,.3);
    transition: .2s;
}
.link-btn:hover {
    box-shadow: none;
    transform: translateY(2px);
    opacity: .8;
}

.yellow {
    background: linear-gradient(45deg, #ffff00, #ffe140);
    color: #1d252c !important;
}

.purple {
    background: linear-gradient(45deg, #5346f5, #a44bff);
}

/* 外部リンクボタン　立体ボックス_紫　背景薄紫 */

.btn-square-above-look {
  display: inline-block;
  position: relative;
  padding: 0.35em 1em;
  background: #5346f5;/*ボタン色*/
  color: #FFF !important;
  text-decoration: none;
}

.btn-square-above-look:before {
  content: '';
	width: 100%;
	position: absolute;
  top: -16px;
  left: 0;
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #f1f0fe;/*ボタン色より明るめの色に*/
}

.btn-square-above-look:active {
  /*押したとき*/
  padding: 0.32em 0.9em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-square-above-look:active:before { 
  	width: 100%;
}

.btn-square-above-look:active:before {
  top:-12px;
  border-width: 6px;
}

/* 外部リンクボタン　立体ボックス_紫　背景白*/

.btn-square-above-look02 {
  display: inline-block;
  position: relative;
  padding: 0.35em 1em;
  background: #5346f5;/*ボタン色*/
  color: #FFF !important;
  text-decoration: none;
}

.btn-square-above-look02:before {
  content: '';
	width: 100%;
	position: absolute;
  top: -16px;
  left: 0;
  height: 0;
 border: solid 8px transparent;
 border-bottom-color: #ffffff;/*ボタン色より明るめの色に*/
}

.btn-square-above-look02:active {
  /*押したとき*/
  padding: 0.32em 0.9em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-square-above-look02:active:before { 
  	width: 100%;
}

.btn-square-above-look02:active:before {
  top:-12px;
  border-width: 6px;
}

/*枠線ボックス_紫*/
.box10 {
 padding: 0.5em 1em;
	margin: 0em 0;
    font-weight: bold;
    border: solid 3px #5346f5;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box10 p {
    margin: 0; 
  padding:1em 0.5em;
}

/*枠線ボックス_白*/
.box11 {
 padding: 0.5em 1em;
	margin: 0em 0;
    font-weight: bold;
    border: solid 3px #ffffff;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box11 p {
    margin: 0; 
  padding:1em 0.5em;
}

/*枠線ボックス_黄*/
.box12 {
 padding: 0.5em 1em;
	margin: 0em 0;
    font-weight: bold;
    border: solid 3px #ffff00;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box12 p {
    margin: 0; 
  padding:1em 0.5em;
}

/*枠線ボックス_灰*/
.box13 {
 padding: 0.5em 1em;
	margin: 0em 0;
    font-weight: bold;
    border: solid 3px #bacade;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box13 p {
    margin: 0; 
  padding:1em 0.5em;
}

/*お問い合わせフォームをセンター寄せに*/
.elementor-3721 .elementor-element.elementor-element-a95fc3f .premium-cf7-container {
    font-weight: 500;
    text-align: center;
}

