@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

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


.my-cover-full{
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
width: auto;
		margin-top:-60px;
}



/* 斜めの背景 */
.bg-diagonal {
	--bg-color:#f5f5fa;
	--white: #fff;
	background-image: linear-gradient(-45deg, var(--bg-color) 0%, var(--bg-color) 60%, var(--white) 50%, var(--white) 100%);
}





/*メイン画像*/
.main-p{
		margin-top:-50px;
	pointer-events: none;
	}

/*スクロールバーの設定*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background:#454545;
}
::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #DFDFDF;
}


.my-cover-wide{
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
width: auto;
}





/*新着情報プラグ　設定　*/
.whatsnew dd{
	color:#000;
}


a:hover dd {
	color:#fff;

}

.whatsnew dl a:hover {
	background-color:#DFDFDF;
}

.newmark{
	background-color:#68C5F3 !important;
}

/*スライダー*/


.n2-ss-no-bga-fixed{
	margin-top:-60px;
	  

}




/*スライダーの自動拡大*/
.n2-ss-slide-backgrounds{
width: 300px;
height: 200px;
overflow: hidden
}



.n2-ss-slide-backgrounds{
width: 100%;
height: auto;
animation: animationZoom1 5s ease-in-out forwards;
}
@keyframes animationZoom1 {
100% { transform: scale(1.1)}
}




/*
#main{
	background-color:#f2f0e9 !important;
}

#header-container{
	background-color: #F2F0E9;
}

*/


.article img:hover {
	opacity: 0.6;
	transition: all 0.8s ease;
}

a:hover {
	opacity: 0.6;
	transition: all 0.8s ease;
}

.menu-footer a:hover{
	color:#000 !important;
	opacity:0.5;
}

/*全てをまとめて非表示*/

.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

.site-name-text{
	color:#000 !important;
}

/*フェード*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/*トップ画面のメニュバー設定*/
#menu-main a {
  padding: 0 .3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(74,122,171,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
#menu-main a:hover {
  background-position: -100% 0;
  color: #fff !important;
	opacity:1;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1 }
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}





.article h2 {
    padding: 0;
    background: none;
  color:#000;
}

.article h3 {
  border: none;
    padding: 0;
}

.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}
/*
.entry-title{
    position: relative;
    padding: 0.5rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: black;
    font-weight: bold;
    font-size: 26px;
	text-align:center;
	width:50%;
	  margin: 0 auto;
}

.entry-title:before,
.entry-title:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.entry-title:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

.entry-title:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}
*/


.article h2{
		text-align: center;
	position: relative;
	text-shadow: 1px 1px 0 
#fff, 0 1px 0 
#fff;
}
.article h2:before {
	border-bottom: 10px solid 
#64BCFC;
	border-radius: 5px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}




.article h3{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.article h3::before,
.article h3::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #353535;
}

.article h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.article h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}







ul.arrowlist{
    list-style: none;
    padding: 0 10px 15px 10px;
    margin: 15px 0;
    border: 2px solid #e8e8e8; /* 外枠ボーダー 好みに合わせて */
    background-color: #FFF; /* 背景色 好みに合わせて */
}
ul.arrowlist:before{
    content: attr(data-title)"";
    display: block;
    padding: 10px;
    margin: 0 -10px 15px -10px;
    background-color: #e8e8e8; /* タイトル背景色 好みに合わせて */
    text-align: center;
    font-weight: bold;
}
ul.arrowlist li{
    display: table;
    margin: 0 auto;
    display: table;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 2px solid #e8e8e8; /* ブロックボーダー 好みに合わせて */
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
}
ul.arrowlist li:not(:last-child){
    margin-bottom: 30px;
}
ul.arrowlist li:not(:last-child):after{
    content: "\f078";
    font-family: FontAwesome;
    /* FontAwesome5を使用する場合はこっちに置き換えてください */
    /* font-family: "Font Awesome 5 Free"; */
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    text-align: center;
    color: #5472cd; /* 矢印の色 好みに合わせて */
}










/*ボタン？？？いる？？？

*,
*: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-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: #64BCFC;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}
*/






/*スクロールバー
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(
        135deg, #3C8CE7 10%, #00EAFF 100%);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eee;
}
*/


#footer {
  background: linear-gradient( 90deg, #000 0% 30%, #000 40% 60%, #000 70% 100% );
  color:#fff;
}



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

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

.new-entry-cards.large-thumb img{
	  max-width: 100%;
   height: auto;
	   align-items:  flex-start;
}

/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 {
   display:  flex;
   align-items:  flex-start;
	
}
.attachment-thumb320 {
   max-width: 100%;
   height: auto;
	   align-items:  flex-start;
	
}
}

	/*新着情報の画像設定*/
.new-entry-card-thumb{
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 追加 */
}

.new-entry-cards img{
   
}




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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.logo{
		display:none;
	}
	*#content{
		margin-top:-30px;
	}
	.main-p{
		padding-top:35px;
	}
}
