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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.site-name-text {
display: none;
}

body{ background-color:#fff;}
/************************************
** 子テーマ用のスタイルを書く
************************************/
.entry-content {
    margin-top: -27px;
    margin-bottom: 0;
}

/************************************
** contents
************************************/
.wrap {
width: 100%;
margin: 0 auto;
}
.home .container{
background: transparent url(images/bg-main.jpg) center top no-repeat!important;
}

#content{ 
	margin-top:-5px;
	margin-bottom: 0;
}
#content-in{margin:0 auto;}
#content::after{ display:none;}


#main{ padding:0;margin-bottom:0; border:none;}

.page .sns-follow,
.page .author-info{
    display: none;
}

/************************************
** ヘッダー
************************************/
header{ background-color:#ffffff;margin:0 auto;}

#header-in{ width:1200px; margin:0 auto;}
#header-container-in{ background-color:#ffffff; height:85px;} 

/**      ヘッダーボタン		**/
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header { margin-top:10px;}
.header-container-in.hlt-top-menu .logo-header img{ max-height:70px;}

.header-container{ 
	padding-bottom:15px;
	margin:0 auto;
	background-color:transparent!important;
	position:relative;
}

.logo{ text-align:left!important;}

/************************************
** フッター
************************************/
#footer{
	padding-top:0!important;margin-top:0;}

#media_image-2{ text-align:center; margin-bottom:0;}


/************************************
** Main
************************************/
.wp-block-cover{ min-height:560px;margin-bottom:0!important; }

/************************************
** Menu
************************************/
.header-container-in .navi-in{ position:absolute;right:0px; top:5px; }
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important; text-align:center;}

#menu-h-menu{margin-right:20px;margin-top:30px;}
#menu-h-menu li{width:90px; text-align:center;line-height:2!important; padding: 20px 0px 0 0px; height:40px;}

#menu-h-menu li a{color:#ffffff!important;background-color:transparent; }

.sub-caption{ color:#00a051;}

#menu-h-menu li a:hover{}
#menu-h-menu li#menu-item-27{
position:relative;
background:transparent url(images/h-contact.png) left top no-repeat!important;
padding:30px!important;
width:190px!important;
margin-left:20px;
}

#menu-h-menu li#menu-item-27 a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}


#menu-h-menu li#menu-item-27 a:hover{ opacity:0.2;}	


#menu-h-menu li#menu-item-27 .item-label{opacity:0;}

.m-tel a:hover{ opacity:0.6;}	

/************************************
** Sub-Menu
************************************/
.top-menu-bar {
position:absolute;
top:0;
right:30px;
z-index:99;
}
.fixed-header .top-menu-bar {
position:absolute;
top:0;
right:30px;	
}

.top-menu-bar li{display:inline-block;text-align:right; padding: 6px 12px 5px 20px;}

.top-menu-bar a {
  margin-left: 0;
  text-decoration: none;
padding:6px 0px 6px 30px;
  font-weight: bold;
	color:#222;
	font-size:0.8em;
}
.menu-btn.pink a:hover{ color:#333;}
.menu-btn.beige{ background: #e9e3d8 url(images/icon-user.png) left 10px center no-repeat;}
.menu-btn.green { background: #a8df9d url(images/icon-envelope.png) left 10px center no-repeat;}
.menu-btn.pink  { background: #e5a9c6 url(images/icon-pencil.png) left 10px center no-repeat;}

/************************************
** 固定ヘッダー
************************************/
.fixed-header{ height:85px; background-color:#ffffff!important;width:100%!important;}
.fixed-header #menu-h-menu li{width:100px;}
.fixed-header #menu-h-menu li#menu-item-48{width:130px;}

.header-container-in.hlt-top-menur{position:relative;}
.fixed-header #nav{background-color:#ffffff; padding-bottom:0!important;}
.fixed-header #navi .navi-in{
position: absolute;
right:0;
top: 5px;
}

.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .cl-slim .logo-header img { max-height: 60px;}
.fixed-header #menu-h-menu .navi-in a{color:#012351; background-color:transparent;}
.fixed-header #menu-h-menu{ margin-top:30px;}
.fixed-header #menu-h-menu li a:hover{opacity:0.6;} 
.fixed-header #menu-h-menu li#menu-item-115{ background-color:#8ebe59!important;display:block;}

.fixed-header .h-submenu { 
	display:none;
}
.fixed-header .h-submenu img.pc-img{ max-width:95%;} 
.header-container-in.hlt-top-menu .h-submenu li{ padding-top:10px;}
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:11px; color:#141414;}

/************************************
** 共通
************************************/
section{ margin-bottom:0!important;}

/*投稿日を非表示にする*/
.page .post-date {
  display: none;
}

/*更新日を非表示にする*/
.page .post-update{
  display: none;
}

.entry-card-meta, .related-entry-card-meta{ padding-bottom:10px;}

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{ margin:5px 0 30px 30px;}
img.alignleft{ margin:5px 30px 30px 0;}

img a:hove{ opacity:0.5;}

.sp_br {
  display: none; //640px以上では改行タグを無効に。
}
@media screen and (max-width: 640px) {
  .sp_br {
    display: block; //640px未満で改行タグを有効に。
  }
}



.alignright{ float:right; }
.alignleft{ float:left; }

.pc-img{ display:inline!important;}
.tab-img { display:none!important;}
.tab-smt{ display:none!important;}	
.smt-img { display:none!important;}


/************************************
** margin / padding
************************************/
.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}

.mb0{ margin-bottom:0px!important;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px!important;}
.mb50{ margin-bottom:50px!important;}
.mb100{ margin-bottom:100px!important;}

.mr0{margin-right:0!important;}
.mr10{margin-right:10px!important;}
.mr40{margin-right:40px!important;}

.ml80{margin-left:80px!important;}

.pb10{ padding-bottom:10px;}
.pt10{ padding-top:10px;}
.pt100{ padding-top:100px;}

/************************************
** Font
************************************/
.fss{font-size:60%;}
.fs{font-size:80%;}
.fm{font-size:120%;}
.fl{font-size:140%;}
.fll{font-size:180%;}
.fbig{ font-size:250%;}

.bold{ font-weight:bold; }
.uline{ text-decoration:underline;}
.line{ border-bottom:1px solid #a2a2a2; padding-bottom:7px;}
.marker-y {
    background: linear-gradient(transparent 50%, #fbf6ac 50%);
}

.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.black{ color:#000000;}
.red{ color:#e02051;}
.pink{color:#df4c81;}
.white{ color:#ffffff;}
.gray{color:#aeaeae;}
.green{ color:#5ab54c;}
.yellow{ color:#fbf17c;}
.blue{ color:#41a1d9;}
.blue02{ color:#00adff;}

.orange{color:#e88502;}

.line-pink{ border-bottom:2px #e87e8a solid;}
.boxglay{ padding:10px; background-color:#e2e2e2;}
.mincho{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;}

.center{ text-align:center!important;}
.right{ text-align:right!important;}
.left{ text-align:left!important;}

.text01{ line-height:1.4;}

.br-sp {display: none; }
@media screen and (max-width: 768px){
.br-sp {display: block; }
}
/************************************
** button
************************************/
.button01{
	margin-top:50px;
	margin-bottom:0;
	text-align:center;
}

.button01 a {
display:block;
margin: 0 auto;
padding: 1em 2em;
width:70%!important;
color: #ffffff;
font-size: 1.4em;
font-weight: 700;
background: #38c1f1 url(images/icon-contact.png) left 5% center no-repeat;
text-decoration:none;
}
.button01 a::after {}
.button01 a:hover {  background-color: #bbbbbb;}


/************************************
** Tittle
************************************/
.article section h2{ background-color:transparent; text-align:center; font-size:1.8em;}

.entry-title {
    font-size:  24px;           /* 文字サイズ指定 */
    border-bottom: solid 4px #999;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
/*	padding-top:50px;*/
}

.entry-title:before {
    content:  '';                   /* 空白の要素を作る */
    width: 80px;                    /* 幅指定 */
    height: 3px;                    /* 高さ指定 */
    background-color: #399427;      /* 背景色指定 */
    display:  block;                /* ブロック要素にする */
    position:  absolute;            /* 位置調整 */
    left:  0;                       /* 位置調整 */
    bottom: -3px;                   /* 位置調整 */
}

.article h2{ padding:0!important;font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;}
.article h3{ border:none; font-size:1.4em;}
.article h4{ 
	border-top:none;
	border-bottom:none;
}


/* h2 - メインセクション見出し */
.page:not(.home):not(.page-id-203) .page h2{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
    margin-bottom: 25px;
    background: #faf8fb;
    position: relative;
    border-left: none;
    border-bottom: none;
    border-radius: 4px;
    line-height: 1.5;
	text-align:left!important;
	padding:10px 10px 10px 25px!important;
	
}

.page:not(.home):not(.page-id-203) .page h2:before{
    position: absolute;
    top: 20%;
    left: 0px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #e5a9c6;
}

/* 最初のh2は上マージンを小さく */
.page:not(.home):not(.page-id-203) .page h2:first-of-type{
    margin-top: 30px;
}

/* h3 - サブセクション見出し */
.page:not(.home):not(.page-id-203) .page h3{
	font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 12px;
    border-bottom: 3px solid #e5a9c6;
    background-color: #faf8fb;
    padding: 12px 12px 12px 15px;
    line-height: 1.5;
}

/* h4 - 小見出し */
.page:not(.home):not(.page-id-203) .page h4{
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #e5a9c6;
    line-height: 1.5;
}


/************************************
**　固定ページ共通
************************************/
.home #main-image{}

.home #main-image p{
    margin: 0 auto;
	padding-top:100px;
	width:710px;
}


#home #content{
	max-width:100%;
	margin:0 auto;
	padding:0;
}

#home .content-in.wrap{ width:100%!important; }
.page p{ margin-bottom:0.8em;}


/************************************
**　TOP
************************************/
.home section{ padding-top:50px; padding-bottom:50px;font-size:1em;}


/*  TOP-tittle  */
.title-container {
  position: relative; /* 子要素の基準位置 */
  display: flex;
  flex-direction: column;
  align-items: center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif; /* 明朝体フォントを指定 */
	margin-bottom:50px;

}
.title-container::before {
  font-size: 14px;
  color: #888;
  position: absolute;
  top: -25px; /* 上からの位置調整 */
  margin-bottom:10px;
}
.title-sec01::before {
  content: "VOICE";
}

.title-text {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px!important;
}

.title-container::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #f4d8e6;
  position: absolute;
  bottom: 0px; /* 下からの位置調整 */
}


/*  sec01  */
.sec01 {
background: #ffffff url(images/bg-sec01.jpg) left bottom no-repeat;
padding-bottom:100px;
width: 100%;
}

/*
.boxsec01{ margin-top:50px;}

.card {
    width: 270px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0 20px 20px;
    padding: 20px;
    text-align: center;
	border:#e9e3d8 3px solid;
	float:left;
	min-height:460px;
}

dt.name {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 10px;
	color:#399427;
	border-bottom:#399427 1px solid;
	padding-bottom:5px;
}

.description {
    font-size: 0.8em!important;
    margin-bottom: 15px;
	line-height:1.6;
}
.photo{ margin-bottom:10px;}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

/* レスポンシブ対応 */
/*@media (max-width: 768px) {
    .card {
        width: 45%; /* 2列表示 */
/*    }
}

@media (max-width: 480px) {
    .card {
        width: 90%; /* 1列表示 */
/*    }
}*/


.boxsec01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 中央寄せ */
  gap: 40px;
  max-width: 1200px; /* 最大幅 */
  margin: 0 auto; /* 画面中央に配置 */
  padding: 20px;
  box-sizing: border-box;
}

/* 各カード */
.boxsec01 .card {
  flex: 1 1 calc(33.333% - 20px);
max-width:350px;
  background-color: #fff;
  border-radius: 8px;
  border: 3px solid #e9e3d8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  min-height: 400px;
  box-sizing: border-box;
}

/* 各要素の調整 */
.boxsec01 .card .name {
  font-weight: bold;
  margin-bottom: 15px;
}

.boxsec01 .card .photo img {
/*  width: 100%;
  height: auto;*/
  border-radius: 6px;
  margin-bottom: 15px;
}

.boxsec01 .card .description {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* スマホでは縦に1列 */
@media screen and (max-width: 768px) {
  .boxsec01 {
    flex-direction: column;
    align-items: center; /* 中央寄せ */
  }

  .boxsec01 .card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}



/*  sec02  */
.sec02 { background: #fcfaf7 url(images/bg-sec02.png) center top no-repeat;background-size:contain;}

/* コンテナ全体の装飾 */
.kanpou-section {
      /* お好みで幅を固定したい場合は max-width 等を指定 */
      margin: 40px auto;
      padding: 20px;
	  border:#f9f5f0 solid 3px;
      color: #333;
	  background-color:#ffffff;
      max-width: 1200px;       /* 必要に応じてページ幅を調整 */
	  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif;
}

/* タイトルとリストを横並びにするためのラッパ */
.kanpou-container {
      display: flex;
      align-items: flex-start;  /* タイトルとリストの縦位置を揃える */
      justify-content: flex-start;
      margin: 0 auto;
      padding: 50px;
	 border: 4px dotted #e5a9c6;
}

.pink-circle {
      display: inline-block;
      width: 50px;               /* 円の横幅 */
      height: 50px;              /* 円の縦幅 */
      background-color: #e5a9c6; /* ピンク色(お好みで変更) */
      border-radius: 50%;        /* 丸くする */
      color: #fff;               /* 文字色(白) */
      font-weight: bold;
      text-align: center;
      line-height: 50px;         /* 円の高さに合わせる */
       font-size: 1.2rem;         /* 文字サイズ(お好みで調整) */
}
.green-circle {
      display: inline-block;
      width: 50px;               /* 円の横幅 */
      height: 50px;              /* 円の縦幅 */
      background-color: #8fcd83; 
      border-radius: 50%;        /* 丸くする */
      color: #fff;               /* 文字色(白) */
      font-weight: bold;
      text-align: center;
      line-height: 50px;         /* 円の高さに合わせる */
       font-size: 1.2rem;         /* 文字サイズ(お好みで調整) */
}


/* 左側のタイトル部分 */
.kanpou-title {
      flex-shrink: 0;          /* タイトルの幅が縮まらないようにする */
    }

.kanpou-title h2 {
      font-size: 1.6rem!important;       /* タイトルのサイズ調整 */
      margin: 0 20px 0 0;
      padding: 0;
      color: #333;            /* タイトルの文字色 */
}

/* 右側のチェック付きリスト部分 */
.kanpou-list {
      list-style: none;        /* デフォルトの箇条書きマークを消す */
      margin: 0 0 0 20px;
      padding: 0 0 0 20px!important; 
	  border-left:#ccc solid 2px;		
}

.kanpou-list li {
      position: relative;      /* 疑似要素でチェックマークを入れるため */
      padding-left: 30px;      /* チェックマークの分だけ左に余白を作る */
      margin-bottom: 12px;     /* 各項目の間隔 */
      line-height: 1.6;
		font-weight:bold;
}

.kanpou-list li::before {
      content: "✓";           /* チェックマークを表示 */
      position: absolute;
      left: 0;
      top: 0;
      color: #4CAF50;         /* チェックマークの色(緑) */
      font-weight: bold;
}
/* -----------------------------
レスポンシブ対応のメディアクエリ
画面幅768px以下で縦並びに切り替え
----------------------------- */
@media screen and (max-width: 768px) {
.kanpou-container {
        flex-direction: column;  /* 縦並びに変更 */
        padding: 10px;               /* 縦並び時の要素間隔 */
        align-items: center;     /* 中央寄せに */
}

/* タイトルや丸の大きさを少し小さく調整 */
.kanpou-title h2 {
        font-size: 1.4rem;
        text-align: center;      /* 画面が狭いときはタイトルを中央揃え */
}
.kanji-circle {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
        margin-right: 0;         /* 縦配置では左右の余白不要 */
        margin-bottom: 8px;      /* タイトル文字との隙間を下に付ける */
        margin: 0 auto 8px;
}
.kanpou-list {
	border-left:none;		
	border-top:#ccc solid 2px;
	padding:30px 0!important;
	margin-left:0px!important;
}	
}

/*****    sec03 	  ******/		

.title-sec03::before {  content: "POINT"; }

.ti-toku {
      display: flex;
      align-items: center;
      margin: 16px 0;
}

/* 左側の横線 */
.ti-toku::before {
      content: "";
      width: 30px;
      height: 2px;
      background: #e5a9c6;
}
/* 右側の横線  */
.ti-toku::after {
      content: "";
      flex: 1;
      height: 2px;
      background: #e5a9c6;
}
 /* タイトルテキスト */
.ti-toku .title-text {
      background: #e5a9c6;
      color: #fff;
      padding: 5px 25px;
      font-size: 1.5rem;
      font-weight: bold;
      white-space: nowrap;
	  border-radius:30px;
	  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif;
	
}
h3.sec03{
	color:#de1f1f;
	border-bottom:4px dotted #e5a9c6;
	padding-bottom:7px;
	display:inline-block;
}

/*****    sec04 	  ******/
.sec04{background:linear-gradient(180deg, #fffffff 0%, #ffffff 20%, #fcfaf7 20%, #fcfaf7 100%);}
.sec04-container { background:url(images/bg-sec04-top.png) left top no-repeat;}



/*****    sec05 	  ******/
.sec05{ background-color:#efcbdd;}

.title-sec05::before {  content: "KEY"; color:#141414; }
.sec05 .title-container::after{ background-color:#ffffff;}


/*****    sec06 	  ******/
.title-sec06::before {  content: "MENU";}


.ti-menu {
      display: flex;
      align-items: center;
      margin: 16px 0;
}

/* 左側の横線 */
.ti-menu::before {
      content: "";
      width: 30px;
      height: 2px;
      background: #e5a9c6;
}
/* 右側の横線  */
.ti-menu::after {
      content: "";
      flex: 1;
      height: 2px;
      background: #e5a9c6;
}
 /* タイトルテキスト */
.ti-menu .title-text {
      background: #e5a9c6;
      color: #fff;
      padding: 5px 25px;
      font-size: 1.5rem;
      font-weight: bold;
      white-space: nowrap;
	  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif;
	
}


/*****    sec07 	  ******/
.title-sec07::before {content: "MEMBER INFORMATION";}

.sec07{ background:url(images/bg-sec07.png) left top no-repeat;padding-top:100px;}
.sec07 .inner{background: transparent url(images/bg-sec07-inner.png) left top no-repeat;}

/*****    最後に 	  ******/
.title-sec08::before {content: "MESSAGE";}
.sec08{ background:#ffffff url(images/bg-sec08.png) center bottom repeat-x;padding-top:100px;}


/************************************
** List
************************************/
ul,
ol {padding-left:0px!important; margin-bottom:0!important; list-style-position: inside;}

ol li::marker,
ul li::marker {
	margin-left: -0.5em;
}

.listNomal{ padding-left:0!important;}
.listNomal li{ list-style:none!important;}
.article dd {margin-left: 0px;}

.listcircle{ padding-left:0px!important; margin-bottom:30px!important;}
 
.listcircle li{
  position: relative;
  padding-left: 30px;
 list-style:none;
 font-size:1em;
}
 
.listcircle li:before {
  content: "";
  position: absolute;
  top:10px;
  left: 0;
  width:15px;
  height:15px;
  background-color: #318496;
  border-radius: 50%;
}
.listIcon{
	padding-left:0!important;
	padding-bottom:17px;
}
.listIcon li {
    padding: 15px 0 15px 40px;
    line-height: 1.2em;
    background: url(images/icon-chk.png) left 0px top 50% no-repeat;
	margin:0 0 10px 0;
    font-weight: bold;
    font-size: 1em;
	list-style:none;
}

ol.listNumber {
  padding: 0;
  counter-reset:cp_clist; /*数字をリセット*/
  list-style-type: none;
}
ol.listNumber li {
  position: relative;
  margin: 0 0 10px 30px;
	font-size: 0.95em;
}
ol.listNumber li::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  background: #bae8ff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /*位置の調整*/
  margin-top: 2px;
  margin-left: -40px;
  margin-bottom:10px;	
}

ul.listinline{ text-align:left;}
ul.listinline li{ display:inline-block; margin-right:20px;}
ul.listinline li.last{ margin-right:0px; }


/************************************
** googlemap
************************************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************
** youtubeレスポンシブ
************************************/
.youtube iframe {
	width: 100%;
	height: 100%;
}
/*!動画の最大幅を指定する*/
.video-container{
   max-width: 100%; 
  margin: 30px 0;
}


/************************************
** アイキャッチ
************************************/
.page .eye-catch-wrap { /*アイキャッチ*/
display: none;
}

.eye-catch-wrap{ display:block;}

/************************************
** clearfix
************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/************************************
** 固定ページ
************************************/
.page .inner{
	width:1200px;
	margin:0 auto;
}
body:not(.home) .page .inner{
  max-width: 1000px;
	margin:0 auto;
}


/************************************
** プライバシーポリシー
************************************/
.dlprivacy {
margin-left: 0;
margin-right: 10px;
}

.dlprivacy dt {
margin: 27px 0 14px;
border-left: 5px solid #42a6ff;
background-color: #f4f4f4;
padding: 10px 18px 7px;
line-height: 1.5;
font-size: 120%;
font-weight: normal;
}

.dlprivacy dd {
margin-bottom: 20px;
margin-left: 15px;
}




/************************************
** 投稿ページ
************************************/
.category .container,
.single .container{
background-color:#fcecec!important;
background-image:none;
}


.category #content,
.single #content {
	margin:0 auto;
	background: #FFF;
    padding: 50px 5% 2% 5%;
    max-width: 1000px;
}

.eye-catch{
	text-align:center;
}
.eye-catch img{
	margin-bottom:30px;
}

/* ========================================
   見出しスタイル（h2, h3, h4）
======================================== */

/* h2 - メインセクション見出し */
.post h2.entry-card-title,
.single-post h2{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
    margin-bottom: 25px;
    background: #faf8fb;
    position: relative;
    border-left: none;
    border-bottom: none;
    border-radius: 4px;
    line-height: 1.5;
	text-align:left!important;
	padding:10px 10px 10px 25px!important;
	
}

.post h2.entry-card-title:before,
.single-post h2:before{
    position: absolute;
    top: 20%;
    left: 0px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #e5a9c6;
}

/* 最初のh2は上マージンを小さく */
.single-post h2:first-of-type{
    margin-top: 30px;
}

/* h3 - サブセクション見出し */
.single-post h3{
	font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 12px;
    border-bottom: 3px solid #e5a9c6;
    background-color: #faf8fb;
    padding: 12px 12px 12px 15px;
    line-height: 1.5;
}

/* h4 - 小見出し */
.single-post h4{
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #e5a9c6;
    line-height: 1.5;
}


.cta-box {
border: solid 1px #9d9d9d;
border-radius: 8px;
background-color: #fff;
color:#444;
}

.new-entry-card-post-date{color:#00a8e3;}


/************************************
** コメントエリア
************************************/
.comment-area{
	max-width:1000px;
	margin:0 auto;
}

/************************************
** 日付関係のスタイル
************************************/
.date-tags {
  margin-bottom: 30px!important;
}

/*******************************
* カテゴリページ
********************************/
.entry-card-wrap { margin-bottom:10px;}
.entry-card{
	padding-left:0!important;
	padding-bottom:20px;
	margin-bottom:10px;
    background: url(images/line-dotte.png) left 0px bottom repeat-x;
}

/*.post h2.entry-card-title,
.post h2.related-entry-card-title{

	background: #eaf5f9;
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
	}
.post h2.entry-card-title:before,
.post h2.related-entry-card-title:before{
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #27acd9;
}*/
.entry-card-meta{ display:none;}

/************************************
**　トップ新着・人気・関連記事ウィジェット
　　投稿日・更新日表示
************************************/
.new-entry-card-date {
  display: block;
}
.new-entry-card-date .post-date{
background:transparent url(images/icon-time.png) no-repeat left center;	
display: block!important;
padding:10px 0 10px 20px;}

.widget-entry-card-date {
	display: block;
	position: absolute; right: 0;/*右寄せ*/
	font-size: 18px; /*フォントサイズ*/
}

.widget-entry-card-snippet{
	line-height:1.5;	
}

/*******************************
* 新着記事を横並びに
********************************/
.widget-entry-cards.card-large-image .a-wrap {
width:32.5%;
height:auto;
display: inline-flex;
background-color:#fff;
padding:20px;
	border-radius:10px;
	
}

@media screen and (max-width: 800px) {
.widget-entry-cards.card-large-image .a-wrap {
width:auto;
display: inline-flex;
}
}

.widget-entry-cards.not-default figure img {
padding: .5em;
}

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

#header-container-in{ width:100%; position:relative; padding-top:70px!important;}

#header-container {
    padding-top: 5px;
    padding-bottom: 10px;
}
	
.logo{
position:absolute;
top: 0px;
left: 0;	
}

	

/************************************
** MENU
************************************/	
#menu-h-menu li{ width:80px!important;}
	
#menu-h-menu li#menu-item-18{
background:transparent url(images/m-tel-smt.png) 50% 50% no-repeat!important;
padding:30px!important;
width:45px!important;	
height:45px;
}
#menu-h-menu li#menu-item-18 a:hover{ opacity:0.2;}	

#menu-h-menu li#menu-item-19{
background:transparent url(images/m-line-smt.png) 50% 50% no-repeat!important;
padding:30px!important;
width:45px!important;	
height:45px;
}	
.fixed-header{ background-color:#ffffff!important;}
/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%;
	margin:0 auto;
	padding:0 20px;
}
/************************************
** TOP
************************************/
.home .container{
background: transparent url(images/bg-main.png) center top no-repeat;
}	
.home #main-image{
width:100%;
}
	
.home #main-image p{
    width: 100%;
    margin: 0 auto;
	text-align:center;
}		

.pc-img { display:none !important;}
.tab-img{ display:inline!important;}	
.tab-smt{ display:inline!important;}	
.smt-img{ display:none !important;}		
}


/*1024px以下 (iPadMini横サイズ)* */
@media screen and (max-width: 1025px){
/************************************
** ヘッダー
************************************/
#header-container-in{ width:100%; position:relative;}
#header-container {
  padding-top: 15px;
  padding-bottom: 0px;
	width:100%!important;	
}
.home #main-image p{ padding-top:50px;text-align:center;}	
	
.page .inner{
	width:100%;
	margin:0 auto;
}	

.tagline{ 
	margin-top:0!important;
	margin-bottom:0!important;
}
	
.mobile-header-menu-buttons{ background-color:#fff;}

.search-menu-button{ display:none;}
.navi-menu-button{ margin-top:7px;}
	
	
/*ロゴエリア*/
.mobile-menu-buttons .menu-button{display:block;}
	
.logo{
position:absolute!important;
top: 0!important;
left: 0!important;	
}
.logo-menu-button{
	position:relative;
	left:0px;
	width:100%;
}
	
.logo-menu-button img {
max-height: 60px;
	max-width:95%;
	margin: 7px 0 0 15px;
}

	
/*メニューエリア*/
.h-submenu li{width:70px;}	
#menu-h-menu li{ font-size:0.8em!important;}
.m-tel {
   padding: 10px 30px!important;
   width: 250px;
}
	
.fa-bars::before{ color:#e5a9c6!important;}
.search-menu-button.menu-button,
.mobile-header-menu-buttons .navi-menu-button.menu-button{
	height: 65px;
	padding-top: 12px;
	padding-left:10px;
	padding-right:0px;
}
.navi-menu-button { width:60px!important;}	
.navi-menu-button img{margin-right:0; }
.navi-menu-caption{ display:none!important; }	
	

	
/*固定ヘッダーエリア*/	
.fixed-header{background-color:#ffffff!important;}
.fixed-header #navi .navi-in {
position: absolute;
left: 150px!important;
top: 10px;
}

.fixed-header .header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important;}	
.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .h-submenu{
  width:340px;	
  position: absolute;
  top: -10px;
  left: 750px;
  margin-top: 0 !important;	
}
.fixed-header #menu-h-menu li{ /*width:16%!important;*/ }
.fixed-header .h-submenu li{ max-width:90px;}	
.fixed-header .h-submenu img{ }
	
/*メイン画像エリア*/
.wp-block-cover{min-height:70vh;}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

/************************************
** 画像関係のスタイル
************************************/
figure {
  margin: 0;
}

img {
  max-width: 89%;
  height: auto;
}

.circle-image img {
  border-radius: 50%;
}
	
/************************************
** contents
************************************/
.page .inner{
max-width: 100%;	
margin:0 auto;
padding: 0 5%;
}
	
/************************************
** section
************************************/
section .inner{ margin:0 auto; width:100%; padding:30px!important;}

/************************************
** TOP
************************************/
.home .container{
background: transparent url(images/bg-main.jpg) center top no-repeat!important;
}

	
/************************************
** List
************************************/
.list01{　width: 100%; text-align:center;}
.list01 li{　margin:0 auto;display:inline-block;}

.listblue li{ margin-left:0px!important;}	
	
dl.dllist { float:none;width:100%; margin-right:0;}
dl.dllist dt{ text-align:center; }	
.alignright,.alignleft{	float:none;}

/************************************
** table
************************************/
table.table01 th,
table.table01 td{
width:100%!important;
display: block!important;}	

.pc-img { display:none !important;}
.tab-img{ display:inline!important;}	
.tab-smt{ display:inline!important;}	
.smt-img{ display:none !important;}	
}

	
/*1024px以下*/
@media screen and (max-width: 1024px){

/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%;
	margin:0 auto;
}
#header-container{padding-top:0px!important;}
	
/*ヘッダーボタンエリア　*/	
.h-submenu {
  width: 210px;
  margin-top: 10px !important;
  margin-left: 0px !important;
  padding:0 0 0 5px !important;
}
.h-submenu li{width:60px;}
	
.ti01{ display:block;}
	
.smt-img{ display:inline!important;}
#main-image .smt-img{display:none !important;}
.tab-img{ display:none !important;}
#main-image .tab-img{display:inline !important;}	
.h-submenu .smt-img { display:inline!important;}
.category-page-content li.listred{ width:45%; margin:0 auto; }	



/*1000px以下*/
@media screen and (max-width: 1000px){
.header-container-in.hlt-top-menu{ display:none;}
.home #main-image p {
    padding-top: 120px;	
}

	
/************************************
** 			header
************************************/
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}		
	
	
	
.tab-img {
display:inline !important;
width: 100% !important;
}
}


/*840px以下*/
@media screen and (max-width: 844px){
/************************************
** 			main
************************************/
.widget-entry-cards.card-large-image .a-wrap{min-width:100%;}
.header-container-in.hlt-top-menu { display:none;}

	
/* モバイルヘッダー高さ分、余白を設ける */
body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0px;
}	
#header-container{padding-top:0px;}
.btn01{ 
	background-color:#98c732;
	padding:8px 20px 0 25px; 
	margin:0 10px;
	border-radius:50px;
}
	
/************************************
** 			header
************************************/	
.mobile-menu-buttons{background-color:#ffffff;height:70px;}	

/*ヘッダーボタンエリア　*/
.h-submenu{ 
	width:180px; 
	margin-top:0px!important; 
	margin-left:0px!important;
	padding:0!important;
  position: absolute;
top: 5px;
right:45px;
	
}
.h-submenu li{ margin:0!important;color:#fff; float:left;}


.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}	
	
.menu-drawer li a{ padding-left:20px;}
	
/************************************
** 投稿ページ
************************************/
.category #content,
.single #content {
    padding: 50px 5% 2% 5%;
}

.archive-title{ margin-top:25px;}	
	
/************************************
** 			tittle
************************************/	
h1.entry-title{ width:100%; padding-top:80px;}	
.single h1.entry-title{ width:100%; padding-left:10px; padding-top:20px;}	
	
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 0;
	line-height:1.6;
}

h2.p-ti01{ margin-bottom:30px!important;}	
	
	
.article h3{border:none!important;}	
	
/************************************
** 			section
************************************/	
section{ margin-top:0px!important; margin-bottom:0px!important; }
	
/************************************
** 			TOP
************************************/	
.home #main-image { 
	background-size:contain;
}

.home #main-image p{
width:100%;
padding-left:0px;
}
.home #main-image p img{ margin:0 auto;width:100%;}	
	
/************************************
** 			Table
************************************/	
table.table01 th,
table.table01 td{
width:100%;
display: block;
}	
/************************************
** 			list
************************************/		

.tab-img { display:none !important;}	
.smt-img { display:inline!important;}
}

/*640px以下*/
@media screen and (max-width: 640px){
.home .container{
background: transparent url(images/bg-main-smt.png) center top no-repeat!important;
	background-size:contain!important;
}
	
/************************************
**　mainImage
************************************/
.home #main-image { }	
.home #main-image p{ padding-top:160px; }	
	
#main-image .smt-img{display:inline!important;}
.tab-img{ display:none !important;}
#main-image .tab-img{display:none!important;}


	
/************************************
** 固定ヘッダー
************************************/
.fixed-header{ background-color:#ffffff!important;}	
	

/************************************
**　TOP
************************************/
}	
	
/*750px以下*/
@media screen and (max-width: 750px){
}


/*480px以下*/
@media screen and (max-width: 480px){
.logo-menu-button img {margin:10px 0 0 5px;}
.mobile-menu-buttons{ height:70px;}	

.h-submenu {
position: absolute;
top: 10px;
right: 40px;
}

.logo-menu-button img {
        max-height: 60px;
        max-width: 65%;
        margin:10px 0 0 5px;
}
.h-submenu li img{ min-height:90%;}
.h-submenu li,
.top-menu-bar li {
width: 60px; /* 70pxから縮小 */
font-size: 10px;}	

/*.entry-title{ margin:80px 0 50px 0;}*/
	
.button01 a{ width:95%;}	
.home #main-image p{}	
	
/************************************
** 投稿ページ
************************************/	
.entry-card-thumb {
    width: 100%;
  }
	
.entry-header .eye-catch {
    margin-left: -1em;
    margin-right: -1em;
    max-width: none;
    width: auto;
  }
} 


/*380px以下*/
@media screen and (max-width: 380px){
.logo-menu-button img {margin:15px 0 0 5px;
            max-width: 45%;}
.mobile-menu-buttons{ height:70px;}
.fixed-header{ background-color:#ffffff!important;}	

.home #main-image{padding-top:0px;}
section .inner{ padding:30px 15px!important; }
	
.h-submenu {
position: absolute;
top: 10px;
right: 15px;
width:200px;	
}
	
}

/*320px以下*/
@media screen and (max-width: 320px){
.home #main-image p{padding-top:0px;}
section.sec03:after { border-width: 60px 47vw 0 47vw;}
.h-submenu {
	width:170px;
position: absolute;
top: 10px;
right: 20px!important;
}

.logo-menu-button img {
max-height: 60px;
max-width: 50%;
margin:10px 0 0 5px;
}

.h-submenu li,
.top-menu-bar li {
width: 50px; /* 70pxから縮小 */
font-size: 10px;}	
}