/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 04:59:48 */
/** ボデーはみ出たの隠す **/
body{
	overflow-x:hidden;
}
body.single,body.post-type-archive{
	background:#A9D3EC;
}
.border-radius{
	border-radius:30px;
}
/** ホーム スライダー **/
/** 左右に5% **/ 
#main-slider{
	max-width:1500px;
	margin:0% auto 0%;
}
#main-slider div {
    border-radius: 30px !important;
}
/** ヘッダーメニュー　スティッキー **/
#header-menu {
  width: 100%;
	margin-top:0px;
	padding:40px 5% 20px;
	box-shadow:none;
	transition: all 0.5s ease;
}

.is-fixed .eael-simple-menu-container{
	border:none !important;
}
#header-menu .eael-simple-menu-toggle-text{
	display:none;
}
@media screen and (max-width: 767px) {
#header-menu .menu-item{
	border-top:1px solid #ccc;
}
}
/* 固定されたときに適用するクラス */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
	margin:0px !important;
	padding:0px 20px !important;
}	
.spacer-js {
  height: 0 !important;
}

.hfe-reading-progress-bar {
    background-color: #EDF6FF !important;
}

/* タブレット・スマホ時に .br-none 配下の <br> を無効化 */
@media (max-width: 1024px) {
  .br-none br {
    display: none;
  }
}

/** スクロールダウン **/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

/* =================================
   scroll down
================================= */
.scroll_down {
  position: absolute;
  bottom: 0;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
}

/* link */
.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: 30px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
}

/* text */
.scroll_down .text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

/* arrow */
.scroll_down .arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll_down .arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll_down .arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

/* arrow shape */
.scroll_down .arrow::before,
.scroll_down .arrow::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ffffff;
}

.scroll_down .arrow::before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll_down .arrow::after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

/* animation */
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
/* ===== スマホ ===== */
@media screen and (max-width: 767px){

}
** カスタムテーブル **/
/** 共通（PC） **/
.custum-table{
    width:100%;
    border-collapse:collapse;
}

.custum-table th{
    display:none;
}

.custum-table td{
    padding:10px;
    vertical-align:top;
}

/* 1列目（見出し） */
.custum-table td:nth-child(1){
    background:#f0f0f0;
    width:22%;
}

/* 2列目（内容） */
.custum-table td:nth-child(2){
    background:#ffffff;
}

.custum-table td{
    padding:5% 2% !important;
}
@media screen and (max-width: 1024px){

}
/** スマホ **/
@media screen and (max-width: 767px){

    .custum-table tr{
        display:block;
        margin-bottom:10px;
    }

    .custum-table td{
        display:block;
        width:100%;
    }

    /* 見出し：幅いっぱい */
    .custum-table td:nth-child(1){    
		width:100%;
    }

    /* 内容 */
    .custum-table td:nth-child(2){
    }

	.custum-table td{
    padding:1% 2% !important;
}	
}