@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
*/

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

/*ローディング画面*/
.loader-bg {
  background-color: #000;
  background-image: url(https://93rd-alljapanihc.jp/logo/cropped-logo-png/);
  background-position:center; 
  background-repeat:no-repeat;
  background-size:100px;
  display: grid;
  height: 100vh;
  place-content: center;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
  transition: opacity 1s ease, visibility 1s ease;
  opacity: 1; /* 初期状態：表示 */
  visibility: visible;
}

.loader-bg.hidden {
  opacity: 0; /* フェードアウト */
  visibility: hidden; /* 完全非表示 */
}

/*ヘッダー用カスタマイズ*/
.article h1 {
  text-align: center;
}
.article h2 {
  font-size: 3rem;
  text-align: center;
  background:none;
  margin-bottom: 0px;
  padding:0;
  line-height: 2.5rem;
}
.article h3 {
  margin-bottom: 1em;
  padding:7px 0 0px;
  text-align: center;
  border:none;
}
.site-name::after {
    content: '第93回全日本アイスホッケー選手権大会（Ａ）公式サイト';
    font-size: 16px;
    margin-left: 10px;
    color: #FFF;
	font-weight: bold;
}
.footer-bottom {
  margin-top: 0px;
}
#header-container{
	padding: 10px 0;
}

/*bxslider用カスタマイズ*/
.slider_area{
  overflow: hidden;
}
.slider_wrap{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.bx-wrapper{
  width: 100%;
  margin: 0 auto;
  border:0 !important;
}
.bx-viewport{
  overflow: visible !important;
}
.bx-pager{
text-align: center !important;
width: 100% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover{
	background: #0068b2 !important;
}
.slider li img{
   width: 100%;
   height: 800px;
   object-fit: cover;
}

/*トップページ動画用*/
#movie_area{
	text-align:center;
}

/*ページ用カスタマイズ*/
.new-entry-cards{
	width: 840px;
  margin: 0 auto;
}
.new-entry-card-thumb{
	display: none;
}
.widget-entry-card-content {
	margin-left: 0;
}
.new-entry-card-date {
	display: block;
}
.widget-entry-card-update-date{
		display: none;
}
.new-entry-card-content {
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
}
.widget-entry-cards .a-wrap{
	background-size: 6px 2px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-top: 20px;
  padding-bottom: 20px;
}
a.widget-entry-card-link.a-wrap{
font-weight:bold;
}
a.widget-entry-card-link.a-wrap:hover{
text-decoration: underline;
opacity: 0.7;
}
.fa-clock-o::before {
  content: "";
}
article{
	margin:0 !important;
}
.entry-content {
	text-align:center;
	margin-bottom:0;
}
.map_colum {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 32%;
}
.map_colum iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-content section {
  margin: 7em 0 0;
}
.entry-content section:first-child {
  margin-top: 0;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
/*必要ならばここにコードを書く*/
.slider li img{
   width: auto;
   height: auto;
   object-fit: fill;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.site-name::after {
  font-size: 12px;
	}
#header .site-name-text {
    display: block;
  }
.map_colum {
  padding-top: 80%;
}
#footer .site-name::after {
    content: '';
	}
.slider li img{
   width: auto;
   height: auto;
   object-fit: fill;
}
#movie_area{
	aspect-ratio: 16 / 9;
	width: 100%;
}
#movie_area iframe {
  width: 100%;
  height: 100%;
}
.new-entry-cards{
	width: auto;
}
}