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

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

body{
    font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 16px;
    line-height: 180%;
	overflow-x: hidden;
}

.pc-view{}
.sp-view{display: none;}

a{
    text-decoration: none;

}


a img {transition: 0.5s ;}
a img:hover {opacity: 0.8 ;}

  .kaigyou { display: inline-block; }
img{
    max-width: 100%;
    height: auto;
	vertical-align:top;
}

.content {
    margin-top: 20px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }
.align_c_pc { text-align: center; }
.align_l_pc { text-align: left; }
/*  bg
-----------------------------------------------------------------------------*/
.bg-black{
	background-color: #333;
	color: #FFF;
}
.bg-grey{
	background-color: #f2f2f2;
}
.bg-ao{
	background-color: #C3E5EE;
}
.bg-black .sikaku{
	font-weight: bold;
	color: #333;
	background-color: #FFF;
}
.bg-red{
    background-color: #EB0000;
    color: #FFF;
}
.bg-yellow{ background-color: #FFF8DB;}
.bg-blown{ background-color: #534741;}
.bg-greenusu{
    background-color: #ebf7f0;
}
.bg-whiteusu{background:rgba(255,255,255,0.8);}
.bg-whiteusu2{background:rgba(255,255,255,0.4);}
.bg-white{background:rgba(255,255,255,1);}

.bg-craft{
    background-image: url(https://www.remelo.jp/page/wp-content/uploads/2023/09/bg.jpg);
    background-repeat: repeat;
}
.waku-blown{
    border: 1px solid #534741;
    border-radius: 10px;
}
.dot-boder{
    background-image: url(https://www.remelo.jp/page/wp-content/uploads/2023/09/line-dot.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 20px;
    margin-top: 50px;
}
.zurasi{
    background-image: url(https://www.remelo.jp/page/wp-content/uploads/2023/09/header-dot.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 130px;
    position: relative;
    top: -70px;
    z-index: 9999;
    background-position: center center;
}
/*  margin,padding
/*-------------------------------------------------------*/
/*--*/
.m_0  { margin: 0px !important; }
.m_5  { margin: 5px !important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_25 { margin: 25px !important; }
.m_30 { margin: 30px !important; }
.m_35 { margin: 35px !important; }
.m_40 { margin: 40px !important; }
.m_45 { margin: 45px !important; }
.m_50 { margin: 50px !important; }
.m_55 { margin: 55px !important; }

.m_t5  { margin-top: 5px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t15 { margin-top: 15px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t25 { margin-top: 25px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t35 { margin-top: 35px !important; }
.m_t40 { margin-top: 40px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t55 { margin-top: 55px !important; }
.m_t80 { margin-top: 80px !important; }
.m_t100 { margin-top: 100px !important; }
.m_t200 { margin-top: 200px !important; }

.m_b5  { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b80 { margin-bottom: 80px !important; }
.m_b100 { margin-bottom: 100px !important; }
.m_b200 { margin-bottom: 200px !important; }

.m_l0  { margin-left: 0px !important; }
.m_l5  { margin-left: 5px !important; }
.m_l22 { margin-left: 22px !important;}
.m_l10 { margin-left: 10px !important; }
.m_l15 { margin-left: 15px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l25 { margin-left: 25px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l35 { margin-left: 35px !important; }
.m_l40 { margin-left: 40px !important; }
.m_l45 { margin-left: 45px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l55 { margin-left: 55px !important; }


.m_r5  { margin-right: 5px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r15 { margin-right: 15px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r25 { margin-right: 25px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r35 { margin-right: 35px !important; }
.m_r40 { margin-right: 40px !important; }
.m_r45 { margin-right: 45px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r55 { margin-right: 55px !important; }

/*--*/
.p_5  { padding: 5px !important; }
.p_10 { padding: 10px !important; }
.p_15 { padding: 15px !important; }
.p_20 { padding: 20px !important; }
.p_25 { padding: 25px !important; }
.p_30 { padding: 30px !important; }
.p_35 { padding: 35px !important; }
.p_40 { padding: 40px !important; }
.p_45 { padding: 45px !important; }
.p_50 { padding: 50px !important; }
.p_55 { padding: 55px !important; }

.p_t5  { padding-top: 5px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t15 { padding-top: 15px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t25 { padding-top: 25px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t35 { padding-top: 35px !important; }
.p_t40 { padding-top: 40px !important; }
.p_t45 { padding-top: 45px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t55 { padding-top: 55px !important; }
.p_t80 { padding-top: 80px !important; }
.p_t100 { padding-top: 100px !important; }
.p_t200 { padding-top: 200px !important; }

.p_b5  { padding-bottom: 5px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b15 { padding-bottom: 15px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b25 { padding-bottom: 25px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b35 { padding-bottom: 35px !important; }
.p_b40 { padding-bottom: 40px !important; }
.p_b45 { padding-bottom: 45px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b55 { padding-bottom: 55px !important; }
.p_b80 { padding-bottom: 80px !important; }
.p_b100 { padding-bottom: 100px !important; }
.p_b200 { padding-bottom: 200px !important; }

.p_l5  { padding-left: 5px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l15 { padding-left: 15px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l25 { padding-left: 25px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l35 { padding-left: 35px !important; }
.p_l40 { padding-left: 40px !important; }
.p_l45 { padding-left: 45px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l55 { padding-left: 55px !important; }

.p_r5  { padding-right: 5px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r15 { padding-right: 15px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r25 { padding-right: 25px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r35 { padding-right: 35px !important; }
.p_r40 { padding-right: 40px !important; }
.p_r45 { padding-right: 45px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r55 { padding-right: 55px !important; }

.textline_125{line-height: 125%;}
.textline_180{line-height: 180%;}
.textline_250{line-height: 250%;}

/*  text
/*-------------------------------------------------------*/
/*--*/

.txt-10{font-size: 10px;
line-height: 140%;}
.txt-14{font-size: 14px;
line-height: 160%;}
.txt-20{font-size: 20px;
line-height: 180%;}
.txt-25{font-size: 25px;
line-height: 160%;}
.txt-30{font-size: 30px;
line-height: 140%;}
.txt-40{
    font-size: 40px;
    line-height: 120%;
}
.txt-50{font-size: 50px;
line-height: 120%;}
.txt-5em{
	font-size: 5em;
	line-height: 120%;
}
@media screen and (max-width: 480px){
.txt-14{font-size: 12px;}	
.txt-20{font-size: 15px;}
.txt-25{font-size: 20px;}
.txt-30{font-size: 25px;}
.txt-40{font-size: 32px;}	
.txt-50{font-size: 40px;}	
.txt-5em{font-size: 2.5em;}
}
.txt-b{
    font-weight: bold;
}
.font-c-red{
    color: #D70C00;
}
.font-c-ao{
	color: #3FA9F5;
}
.font-c-black{
	color: #000;
}
.font-c-white{
	color: #fff;
}
.font-c-orange{
	color: #F15A24;
}

.white-underline {
    background:linear-gradient(transparent 60%, #fff 60%);
}
.green-underline {
    background:linear-gradient(transparent 60%, #D6EEE1 60%);
}
.yellow-underline {
    background:linear-gradient(transparent 60%, #FFF46E 60%);
}
.kage {
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
}
.kadomaru{border-radius:10px}

.title-orange {
    color: #F15A24;
    width: 100%;
    border-bottom: 2px solid #F15A24;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-weight: bold;
}

.title01 {
    display: inline-block;
    position: relative;
    line-height: 30px;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
}
.title01:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #534741; /*下線の色*/
	   color: #534741;
}

.title01 span{
    font-size: 12px;
}
.titlebar{
    width: 100%;
    border-bottom: 1px dashed #534741;
}


.border-partition .a-wrap:first-of-type{border-top: 2px dotted #534741 !important;}
.border-partition .a-wrap {border-bottom: 2px dotted #534741 !important;}
/*  margin,padding
/*-------------------------------------------------------*/
/*--*/

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.box-all{

	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-1100{
	width: 1100px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-900{
	width: 900px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-800{
	width: 800px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-500{
	width: 500px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.inner{
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.box-left{
	float: left;
}
.box-right{
	float: right;
}
.box-40{width: 38%;}
.box-50{width: 48%;}
.box-50-sp50, .box-50mama{width: 48%;}
.box-60{width: 58%;}
.box-70{width: 70%;}
.box-30{width: 27%;}
.box-33{width: 33%;}
.box-25{width: 25%;}
@media screen and (max-width: 480px){
.box-50 , .box-70 , .box-30 , .box-33 , .box-40 , .box-60{width: 100%;}
.box-25{width: 50%;}
}
.fuchidori {

  text-shadow:1px 1px 2px #FFF, -1px -1px 2px #FFF,
              -1px 1px 2px #FFF, 1px -1px 2px #FFF,
              0px 1px 2px #FFF,  0-1px 2px #FFF,
              -1px 0 2px #FFF, 1px 0 2px #FFF;
}


/* buttonタグのリセットCSS（不要な場合、セレクタごと削除してください） */
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ボタンのスタイル */
.buttonIconText02 {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 44px;
    padding: 8px 44px 8px 8px;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #534741;
    border-radius: 32px; /* (buttonの高さ / 2) の値 */
    margin-left: auto;
    margin-right: auto;
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #72625B;
    color: #FFFFFF;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

/* 左矢印アイコンのスタイル */
.iconArrowLeft {
  rotate: 180deg;
}


.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}



.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
 

/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background:#4D4D4D;
  color:#fff;
    padding: 10px 40px 10px 30px;
  
  border-radius:5px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}

.btn06:hover{
  background:#555;
	color:#fff;
}



.button15 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    max-width: 100%;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 1vh;
    transition: 0.3s;
    text-decoration: none;
    border: 1px solid #8A8A8A;
}

.button15 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50vh;
}

.button15 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
}

.button15 a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}

/*テーブル*/
.tbl-r02 th {
    background: #E0DDDC;
    border: solid 1px #fff !important;
    color: #534741;
    padding: 10px;
    text-align: center;
	border-color: #fff !important;
}
.tbl-r02 td {

    padding: 10px;
    text-align: left;
	background: #fff;
	border-color: #fff;
	border: solid 1px #fff !important;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header-index{

    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/

} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
#header-index h1{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
}
#container-index{
  background:#fff;
  padding:50px 0;
  text-align: center;
}

.parent_box {
  display: flex;
}
.parent_box .underphoto{
    position: absolute;
    bottom: 0px;
}

.img-gallery ul {padding-inline-start: 0px;}

footer{
    margin-top: 0px;

}

table{
  width: 100%;
}

.tb01 th,
.tb01 td{
    padding: 10px;

    border-bottom: 3px dotted #ccc;
   
    text-align: center;
    box-sizing: border-box;
}
.tb01 td{text-align:left;
background-color: #fff;}

.tb01 th {
  background: #fff;
  
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}



/* olのスタイル */
.bangoulist ol {
    margin: 0;
    padding: 0;
    list-style: none; /* デフォルトの数字を非表示に */
    counter-reset: li;
    text-align: left;
}

/* ol内のliのスタイル */
.bangoulist ol li {
    position: relative;
    font-size: 16px;
    padding-left: 1.5em;
    line-height: 1.5;
    border-bottom: 1px dashed #9A9A9A;

    margin-bottom: 10px;
    padding-bottom: 5px;
}

/* 2つ目以降のliにmargin-topを指定 */
.bangoulist ol li:not(:first-child) {
  margin-top: 0.5em;
}

/* 数字のスタイル */
.bangoulist ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3abec1;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 480px){
	.bangoulist ol li {font-size: 14px;}
	.bangoulist ol li::before {font-size: 10px;
	  width: 16px;
  height: 16px;
	line-height: 16px;}
}

/* テーブルタグ２----------------------------------- */
.style2 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.style2 table tr {
    background-color: #e6f2f5;
    padding: .35em;
    border-bottom: 2px solid #fff;
}
.style2 table th,
.style2 table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
	vertical-align: middle;
}
.style2 table th {
  font-size: .85em;

}
.style2 table thead tr{
  background-color: #167F92;
  color:#fff;
}
.style2 table tbody th {
    background: #78bbc7;
    color: #fff;
}
.style2 .txt{
   text-align: left;
   font-size: .85em;
}
.style2 .price{
  text-align: center;
font-size: .85em;
}
.style2 .non{
  background:#fff
}
@media screen and (max-width: 600px) {
  .style2 table {
    border: 0;
    width:100%
  }
  .style2 table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  .style2 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .style2 table tr {
    display: block;
    margin-bottom: .625em;
  }
  .style2 table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding-top: .625em;
    padding-right: .625em;
    padding-left: 5em !important;
    padding-bottom: .625em;
    border-right: none;
  }
  
  .style2 table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  .style2 table td:last-child {
    border-bottom: 0;
  }
  .style2 table tbody th {
    color: #fff;
}
}

.bangou ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.bangou li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.bangou li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #428833;
}

.list-hyouzi ul {

  padding: 0 0.5em;
  position: relative;
}

.list-hyouzi ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.list-hyouzi ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "・";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.list-hyouzi ul li:last-of-type {
  border-bottom: none;
}

.ContentOver-box{
  padding: 0rem 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;

}
 
.ContentOver-box-inner{
 margin: 0px;
 padding: 0px;
}

/*サイドバー*/
.sidebar h3 {
  background: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #72c7e6; /* サイドバータイトルの色を指定 */
}
.sidebar h3::before,
.sidebar h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 3px solid #72c7e6; /* サイドバータイトル横のバーの色を指定 */
}
.sidebar h3::before {
  left: 0;
}
.sidebar h3::after {
  right: 0;
}

.widget_categories ul li a {
  color: #333;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px dotted #ccc;
  font-size: 14px;
}
.widget_categories ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  padding-right: 10px;
}
.widget_categories > ul > li > a:first-child {
  border-top: none;
}
.widget_categories > ul > li > a:last-child {
  border-bottom: 1px dotted #72c7e6;
}
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  background: #fff;
  padding: 0 1em;
  font-size: 14px;
  margin-top: 0.2em;
  border-radius: 4px;
}
.widget_categories ul li a:hover {
  background: none;
  transition: 0.5s;
  color: #ffc679;
}
.widget_categories ul li a:hover .post-count {
  background: #ffc679;
  color: #fff;
  transition: 0.5s;
}
.widget_categories ul li ul {
  border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a {
  color: #333;
  text-decoration: none;
  padding: 0 4px 4px 4px;
  display: block;
  border: none;
}
.widget_categories ul li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  padding-right: 0.45em;
  font-weight: bold;
}
.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
  color: black;
  border: 0px;
}
.author-box {
  border: 0px;
}
.author-box p {
  margin-top: 0.3em;
  line-height: 1.6;
}
.author-box p a {
  text-decoration: none;
}
.author-box p a:hover {
  text-decoration: underline;
  color: #008cee; /* プロフィールにリンクを貼っている場合, ホバーした際の色指定 */
}
/* スマホサイドバー設定 */
#sidebar .author-box {
  border: none;
  border-radius: 4px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8%;
}
#sidebar .author-thumb {
  float: none;
  width: 100%;
  margin: 9px auto 0;
  height: 0;
  padding-top: 75px;
  position: relative;
}
#sidebar .author-thumb img {
  border: 3px dashed #ffc679;
  width: 35%;
  padding: 6px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
}
#sidebar .author-content {
  margin-top: 16%;
  font-size: 0.9em;
}
/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons{
height:50px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:white;
}
span.fas.fa-search::before{
/*　color:#90C31F;　検索マーク色変更はこちら*/
margin-left:0em;
}
span.fas.fa-bars::before{
color:#1DA1F2;/*ハンバーガーメニュー色変更はこちら*/
margin-right:0em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}
.widget-entry-cards .a-wrap{padding: 15px 10px;
}

.widget-entry-card {
    font-size: 14px !important;
    position: relative;
}

/* 見出しリセット */
/* 見出し2 */

.article h1{
background:none;
padding: 0;
	color: #534741;
	margin-bottom: 1.3em;	
}

.article h2{
background:none;
padding: 0;
	color: #534741;
    margin-bottom: 0.8em;	
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}


.new-entry-card-date {
  display: block;
}

.entry-title {
    font-size: 26px;
    margin: 16px 0;
    line-height: 1.3;
    padding: 0 0 10px 0;
    position: relative;
	color:#72c7e6;
}
.entry-title::after { /* グラーデーションラインをひく擬似要素 */
    content:"";
    display: block;
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 100%;
    background: -webkit-linear-gradient(left, #72c7e6 0%,#72c7e6 100%);
    background: linear-gradient(to right, #72c7e6 0%,#72c7e6 100%);
}
.mobile-menu-buttons {color: #999;}
.mobile-menu-buttons .menu-button > a {color: #999;}
.menu-drawer li {
    padding-top: 20px;
}

.article h2 {
  position: relative;
  padding: .7em .7em .7em 1.1em;
  color: #FFF;
  background: #72c7e6;
  border-radius: 50em 50em 50em 50em;
	font-size:20px;
}
.article h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 40px;
  border: 10px solid transparent;
  border-top: 13px solid #72c7e6;
  width: 0;
  height: 0;
}

.article h3{/*線の種類（実線） 太さ 色*/
  color: #323232;
  border-bottom: double 6px #ccc;
  padding-bottom: .5em;}

/*パララックス*/
.parallax_content{
  min-height: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.front_content{
  padding: 60px;
  background-color: #fff;
}
.parallax_content.img_bg_01{
  background-image: url(https://www.remelo.jp/page/wp-content/uploads/2023/09/bg02.jpg);
}
.parallax_content.img_bg_02{
  background-image: url(https://www.remelo.jp/page/wp-content/uploads/2023/09/bg03.jpg);
}
@media screen and (max-width: 480px){
	.parallax_content{
	display: none;	}
.parallax_content-sp1{
background: url(https://www.remelo.jp/page/wp-content/uploads/2023/09/bg02.jpg) center center / cover no-repeat;
    width: 100vw;
    overflow: hidden;
min-height: 150px;
	}
	.parallax_content-sp2{
background: url(https://www.remelo.jp/page/wp-content/uploads/2023/09/bg03.jpg) center bottom / cover no-repeat;
    width: 100vw;
    overflow: hidden;
min-height: 150px;
	}
	/*  .parallax_content{
    min-height: 150px;
    background-image: none;
	  background-position: center top;
background-size: auto 100vh;
  }
	
  .parallax::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-hieght: 100%;
    -webkit-background-size: auto;
    background-size: auto;
    z-index: -1;
  }
  .parallax_content.img_bg_01::before{
   background-size: 100%;
  }
  .parallax_content.img_bg_02::before{
    background-size: 100%;
  }*/
}

.sub-menu .wpel-icon-13{background-image:none !important;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

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

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

    font-size: 12px;

}
.align_c_pc { text-align: left; }
.align_l_pc { text-align: center; }	

.pc-view{display: none;}
.sp-view{display: block;}

.zurasi{
    background-image: url(https://www.remelo.jp/page/wp-content/uploads/2023/09/header-dot-sp.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
    top: -50px;
    z-index: 9999;
    background-position: center center;
}
}
.fixed-header .navi-in > ul li:hover > ul {
display: block;
}
.fixed-header .has-sub{display: block;}

.header-container-in.hlt-top-menu .logo-header img {
    max-height: 40px;
}