@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: -20px;
    margin-bottom: 0;
}

/************************************
** contents
************************************/
.wrap {
width: 100%;
margin: 0 auto;
}

#content{ 
	margin-top:-10px;
	margin-bottom: 0;
	padding-top:10px;
}
#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;
}
#main-image .main-catch{padding-top:80px;}
#main-image .main-catch img:hover{ opacity:1;}

/************************************
** ヘッダー
************************************/
#header-in{ width:1200px; margin:0 auto;position:relative;}

/**      ヘッダーボタン		**/

.header-container-in.hlt-top-menu .logo-header{ margin-top:10px;}

.logo{text-align:left!important;}
/*#header-container{padding-top:80px;}*/



/************************************
** フッター
************************************/
#footer{
	background: transparent url(images/bg-sec02.jpg) center bottom repeat!important;
	padding-top:0!important;margin-top:0;}

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

/************************************
** Menu
************************************/
.header-container-in { position:relative; height:80px;}
.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; color:#5F6042!important;}


#menu-h-menu{ margin-top:5px;margin-right:20px;}
#menu-h-menu li{ width:100px; text-align:center; line-height:2!important; display: block; padding:20px 10px 0 10px; margin-right:5px;border-radius:10px;}
#menu-h-menu li a{color:#5F6042;background-color:transparent; }
.item-label{font-size:0.8em;}
.sub-caption{ color:#00a051;}

#menu-h-menu li a:hover{ opacity:0.1;}


#menu-h-menu li#menu-item-8{
background: transparent url(images/bn-tel.png) 50% 50% no-repeat!important;
padding:10px 30px!important;
width:300px;
}

#menu-h-menu li#menu-item-370{ width:150px;}
#menu-h-menu li#menu-item-402{
background:transparent url(images/bt-sakai-resarv.png) 50% 50% no-repeat!important;
border-radius:10px;	
padding:10px 30px!important;
width:210px
}
#menu-h-menu li#menu-item-178{
background: transparent url(images/bt-amagasaki-resarv.png) center left 10% no-repeat!important;
padding:7px 30px!important;
width:211px!important;
border-radius:10px;
}

#menu-h-menu li a:hover{opacity:0.8;}
#menu-h-menu li#menu-item-402 a:hover,
#menu-h-menu li#menu-item-178 a:hover{ opacity:0.2;}
#menu-h-menu li#menu-item-178 .item-label,
#menu-h-menu li#menu-item-402 .item-label{ opacity:0.001;}


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

/************************************
** 固定ヘッダー
************************************/
.fixed-header{ height:90px;}
.fixed-header #menu-h-menu li{width:100px;}
.fixed-header #menu-h-menu li#menu-item-48{width:130px;}
.fixed-header #menu-h-menu li#menu-item-370{width:150px;}

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

.fixed-header .logo{ position:absolute;top:0;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:0;}
.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:#000000; }


/************************************
** 共通
************************************/
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;}

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

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

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/************************************
** 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;}

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

.bold{ font-weight:bold; }
.uline{ text-decoration:underline;}
.line{ border-bottom:1px solid #a2a2a2; padding-bottom:7px;}
.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;
}

.red{ color:#ea3c53;}
.pink{color:#e77e78;}
.white{ color:#ffffff;}
.gray{color:#aeaeae;}
.green{ color:#5ab54c;}
.yellow{ color:#fbf17c;}
.blue{ color:#009bad;}
.orange{color:#f98c28;}

.line-yellow{ background:linear-gradient(transparent 20%, #fff799 20%);}
.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;}


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

/************************************
** button
************************************/
.bt01{ border:1px #000 solid;text-align:center;margin:0 150px;}
.bt01 a{ text-decoration:none; color:#000; font-size:0.8em; padding:10px;display:block;}
.bt01 a:hover{ background-color:#e3e3e3;}


.btn02 {
    background-color: #ec6642;
    padding: 0 30px 5px 20px;
    margin: 0 0 30px;
    border-radius: 50px;
    display: inline-block;
    position: relative
}

.btn02:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: .4em;
    height: .4em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
     transform: rotate(45deg)
}

.btn02 a {
    color: #fff;
    text-decoration: none;
    font-size: .8em
}

.btn02 a:hover {
    color: #e3e3e3;
    text-decoration: underline
}

/* セクション予約ボタンのスタイル */
.section-reserve-container {
    display: flex;
    justify-content: center;
    margin-top:80px;
    margin-bottom: 80px;
    padding: 0 15px;
}

.section-reserve-button {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 15px 20px;
    background-color: #FF6B9E; /* ピンク系の目立つ色 */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-user-select: text; /* Safari / iOS */
    -moz-user-select: text;    /* Firefox */
    -ms-user-select: text;     /* Edge/IE 旧仕様 */
    user-select: text;         /* 標準 */
}

.section-reserve-button:hover {
    background-color: #FF4F87; /* ホバー時にやや濃い色に */
    transform: scale(1.05);
color:#e3e3e3;
}

.section-reserve-button:active {
    background-color: #FF3366; /* クリック時にさらに濃い色に */
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .section-reserve-button {
        font-size: 16px;
        padding: 12px 15px;
    }
}

/************************************
** Tittle
************************************/
.page h1.entry-title{
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size:2.4em;
	margin-bottom:50px;
}

.page h1.entry-title::before, 
.page h1.entry-title::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 5px;
  right: 2em; 
}
.page h1.entry-title::before { 
  background-color:#965042;
  left:2em;
  width:4em;
}
          

.article section h2{ background-color:transparent; text-align:center;}

h3.ti03 {
  position: relative;
  padding: 1em 3em;
margin-bottom:80px;
font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight:bold;
font-size:1.4em;
color:#999;
	border:none;
	text-align:center;
	
}
h3.ti03::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #999;
}
h3.ti03 span {
  position: relative;
  padding: 0 1.4em;
  background: #f6f5f0;
}
.article h4{ border:none; font-size:1.4em;}
.ti04 {
  position: relative;
  padding: 1em;
	font-size:1.4em;
}
.ti04::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 15%;
  height: 5px;
  background: #d3eef7;
  z-index: 1;
}
.ti04::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #e3e3e3;
}
 
.ti04:before { margin-right: 1rem; }
.article h4.ti04{border:none; margin-bottom:50px;}

.kodawari {
	position: relative;
	font-size: 1.4em;
	text-align: center;
	border:none!important;
	color:#6f9139;
}

.kodawari::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #6f9139;
	font-size: 30px;
}

.kodawari::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #6f9139;
}
	
	

/************************************
** box
************************************/
.box01{ 
  padding: 20px;
  border: 3px solid #f98c28;
  display:inline-block;
  background-color:#ffffff;
  margin-bottom:10px;
	border-radius:20px;
}


.dl-l{ float:left; width:48%; margin-left:10px; }
.dl-r{ float:right; width:48%;}

/************************************
**　固定ページ共通
************************************/
.home #main-image{
background: transparent url(images/bg-main.png) center top no-repeat!important;
min-height:720px;
}

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

#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;}

.sec01{ background: transparent url(images/y-bg.jpg) center top repeat!important;}

.sec01box{ padding:30px;border:double #e77e78 5px;}


section h2{
font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight:bold;
font-size:1.8em!important;
color:#5F6042;
}

.sec02 {background-color: #f6f5f0;}
.dlsec02{
border-bottom: 1px dotted #5F6042;	
padding-bottom:10px;
margin-bottom:17px;
display: flex;
flex-wrap: wrap;
}
.dlsec02 dt {
width: 70%;
}
.dlsec02 dd {
width: 30%;
text-align:right;
}


.sec03{ background-color:#ebeff2;}
.sec03 .dlsec03{
	background-color:#fff;
	border-radius:10px;
	float:left;
	width:30%;
	margin-right:30px;
	min-height:630px;
}
.dlsec03-first{margin-left:20px;}

.sec03 .dlsec03-last {	margin-right:0px;}
.sec03 .dlsec03 dt{
	position: relative;
	font-size: 1.1em;
	line-height:1.6;
	padding:20px 15px;
	text-align:center;
	font-weight:bold;
	
}


.sec03 .dlsec03 dd.img{}
.sec03 .dlsec03 dd.text{ padding:20px;font-size:0.8em;}
.sec03 .dlsec03 dd.osusume{ padding:20px; background-color:#e3e3e3; font-size:1em; line-height:1.4;}


.sec04{}
/*一部だけ線の色を変える*/
.sec04box {
	margin: 2em auto;
	padding:2em;/*内側余白*/
	border: 2px solid #eee;	
	position: relative;
	z-index: 0;
}
.sec04box:before {
	border-top:2px solid #c6d4c6;
	border-left:2px solid #c6d4c6;
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.secvoice{ background-color:#f7f3eb;}


/*ワンポイント*/
.boxkodawari {
font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight:bold;
	margin: 2em auto;
	padding:2em;/*内側余白*/
	position: relative;
	border: 8px solid #d7cccc;/* 線の太さ・種類・色 */
	z-index: 0;
	min-height:400px;
}
.boxkodawari:before {
	background-color:#cca497;/* ワインポイントの色 */
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	width: 8px;
	height: 8px;
	z-index: 1;
}

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #8EB83C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

/************************************
** お問い合わせ
************************************/
.ti-tel{
background: #e77e78 url(images/icon-tel.png) 20px center no-repeat;
padding:10px 10px 10px 80px!important;
border-radius:20px;
color: #fff;
font-size:120%;
font-weight:bold;
margin-bottom:20px;
border-left:none!important;	
}




/************************************
** List
************************************/
ul{padding-left:0px!important; margin-bottom:0!important;}

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

.listIcon{
	padding-left:0!important;
	padding-bottom:17px;
	margin-bottom:17px;
    background: url(images/line-dotte.png) left 0px bottom repeat-x;
}

.listIcon li {
    padding: 15px 0 15px 45px;
    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
}

.listcircle{
	padding-left:0px!important;
}
 
.listcircle li{
  position: relative;
  padding-left: 20px;
 list-style:none;
 font-size:1em;
}
 
.listcircle li:before {
  content: "";
  position: absolute;
 bottom:30%;
  left: 0;
  width:10px;
  height:10px;
  background-color: #fe94a2;
  border-radius: 50%;
}


ul.listchk {
  list-style-type: none;
	text-align:center;
}
ul.listchk li {
	display:inline-block;
  position: relative;
  line-height: 1.8;
	font-size:1em;
	color:#003c81;
	margin-right:25px;
	font-weight:bold;
}
ul.listchk li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #00a051;
  border-bottom: 3px solid #00a051;
  transform: rotate(-45deg);
}
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%;
}

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

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

/************************************
** 固定ページ
************************************/
.page .inner{
	width:1100px;
	margin:0 auto;
}

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

.dlprivacy dt {
margin: 27px 0 14px;
border-left: 5px solid #48b7e4;
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;
}


/************************************
** お問い合わせ
************************************/
/*デザインcss↓*/
.box_con {
  max-width: 1100px;
  margin: 0  auto;
}
@media only screen and (max-width: 840px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
/*  border-bottom: dotted #cdcdcd 1px;*/
}


.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
text-align:left;
}
.submit-button {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
 
.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}
 
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #f5f6f7;
    padding: .8em .2em;
  }
}
.box_con form table tr th span {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #cd6f55;
  color: #fff;
  font-size: 14px;	
}
.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #4c7096;
}
.box_con form table tr label input {
  cursor: pointer;
 /* display: none;*/
  vertical-align: middle;
}
.box_con form table tr .radio02-input{
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}

.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #4c7096;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
width:100%!important;
height:100px!important;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

/************************************
** 投稿ページ
************************************/

.post h1.entry-title {
  font-weight: bold;
  background-color: #afa15eb5;
  color: #fff;
  padding: 0.5em 1em calc(0.5em - 6px);
  position: relative;
text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}
.post h1.entry-title::after {
  content: '';
  background-color: #afa15eb5;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.post .eye-catch{ max-width:50%;} 

.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;
}

.single .article h2{
 padding: 0.5em;
  color: #494949;
  background: #eaf4fc;
  border-left: solid 5px #7db4e6;
}

.single .article h3 {
  font-size: 1.3em;
  background: #fdf5f0;
  padding: 0.6em 1em;
  border-left: 5px solid #d79773;
  color: #4b2e27;
  border-radius: 3px;
}
.single .article h4{
font-size:16px;
padding: 0.5em;
color: #494949;
background: #eaf4fc;
border-left: solid 5px #7db4e6;
}
.single .article h5{
font-size:14px;
padding: 0.5em;
color: #494949;
background: #eaf4fc;
border-left: solid 5px #7db4e6;
	border-bottom:none;
}

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

.section-title {
  font-size: 1.1em;
  font-weight: bold;
  border-left: 5px solid #3853a3; /* おしゃれなブルーライン */
  background: #f4f7fb;            /* ほんのり背景色で見やすく */
  padding: 0.5em 1em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  border-radius: 5px;
  color: #333;
}

.article .eye-catch {
display: none!important; /* アイキャッチを非表示にする */
}
.post-date,
.post-update{ display:none;}

/*******************************
* カテゴリページ
********************************/
.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{
  position: relative;
  padding: 0.5em;
	margin-bottom:30px;
}
.post h2.entry-card-title::before,
.post h2.related-entry-card-title::before,
.post h2.entry-card-title::after,
.post h2.related-entry-card-title::after {
	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.post h2.entry-card-title::before,
.post h2.related-entry-card-title::before {
  width: 20%;
  background-color: #c2c2c280;
}
.post h2.entry-card-title::after,
.post h2.related-entry-card-title::after{
  width: 80%;
  background-color: #f3b095;
  left: 20%;
}
/************************************
**　トップ新着・人気・関連記事ウィジェット
　　投稿日・更新日表示
************************************/
.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.hlt-top-menu .logo-header{ margin-top:0;}	
.logo{
position: absolute;
top: 10px;
left: 10px;	
}
	
/************************************
** MENU
************************************/	
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:11px!important; }

	
	
	
/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%;
	margin:0 auto;
	padding:0 10px;
}
	
/************************************
** Main
************************************/
.home #main-image{background: transparent url(images/bg-main.png) 50% top no-repeat!important;padding-top:30px;}	
#main-image .main-catch {
    padding-top: 0px;
}		
	
/************************************
** TOP
************************************/	
.home #main-image{width:100%;}	
.home #main-image p{
    width: 100%;
    margin: 0 auto;
    text-align: left;
	padding-top:50px;
	padding-left:20px;
}		

.seccontact{padding-top:300px!important;}

.btn01{ 
width:90%;
background-color:#98c732;
padding:5px 50px 0 50px;
margin: 0 auto;
border-radius:50px;
}


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


/*1024px以下*/
@media screen and (max-width: 1024px){
/************************************
** ヘッダー
************************************/
#header-in{ width:100%; position:relative;}
	
.page .inner{
	width:100%;
	margin:0 auto;
}	

.tagline{ 
	margin-top:0!important;
	margin-bottom:0!important;
}


.search-menu-button{ display:none;}
.navi-menu-button{ margin-top:7px;}
	
/*固定ヘッダーエリア*/	
.fixed-header #navi .navi-in {
position: absolute;
left: 230px!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:120px;}	
.fixed-header .h-submenu img{ }
	
/*ロゴエリア*/
.logo-menu-button img {
    max-height: 50px;
	max-width:95%;
	margin: 7px 0 0 15px;
}

	
/*メニューエリア*/
#menu-h-menu li{ font-size:1em!important;}
.m-tel {
   padding: 10px 30px!important;
   width: 250px;
}
	
.fa-bars::before{ color:#000000!important;}
.search-menu-button.menu-button,
.mobile-header-menu-buttons .navi-menu-button.menu-button{
	height: 65px;
	padding-top: 10px;
	padding-left:20px;
	padding-right:10px;
}

.navi-menu-button img{margin-right:0; }
.navi-menu-caption{ color:#000000!important; }	



/*メイン画像エリア*/
.wp-block-cover{min-height:70vh;}
	
img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

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

img {
  max-width: 100%;
  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
************************************/		
	
/************************************
** 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;}
.pc-tab{ display:inline!important;}
.tab-img{ display:inline!important;}	
.tab-smt{ display:inline!important;}	
.smt-img{ display:none !important;}	
}

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

/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%;
	margin:0 auto;
}

#header-container{padding-top:0px!important;}


	
/*ヘッダーボタンエリア　*/	
.h-submenu {
  width: 140px;
  margin-top: 10px !important;
  margin-left: 0px !important;
  padding:0 0 0 5px !important;
}	
.h-contact{background-color:#e77e78;border-radius:10px;padding:5px 7px;}	
	
.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: 50px;	
}
.mobile-menu-buttons .menu-button{justify-content: left;}	

.logo-menu-button img {
    max-height: 70px;
    max-width: 95%;
    margin: 7px 0 0 15px;
}
.h-submenu{ 
	width:170px; 
	margin-top:0px!important; 
	margin-left:0px!important;
	padding:0!important;
  position: absolute;
  top: 10px;
 right:0px;
	
}
.h-submenu li{ margin:0px 0px 0 5px!important;color:#fff; float:left;width:50px!important;list-style-type: none;}	

.tab-img {
display:inline !important;
width: 100% !important;
}
}



/*850px以下*/
@media screen and (max-width: 850px){
/************************************
** 			main
************************************/
.widget-entry-cards.card-large-image .a-wrap{min-width:100%;}


/* モバイルヘッダー高さ分、余白を設ける */
body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0px;
}	
#header-container{padding-top:0px;}
	

.home #main-image{
	width:100%;
	background: transparent url(images/bg-main-tab.png) 50% 100% no-repeat!important;
}	

.home #main-image p img{ margin:0 auto;}	
	
	
.btn01{ 
	background-color:#98c732;
	padding:8px 20px 0 25px; 
	margin:0 10px;
	border-radius:50px;
}
	
/************************************
** 			header
************************************/
.mobile-header-menu-buttons{background-color:#fff; height:70px;}	
.mobile-header-menu-buttons .menu-button {
display: inline-block;
}	

/*ヘッダーボタンエリア　*/
.h-submenu{ 
	width:180px; 
	margin-top:0px!important; 
	margin-left:0px!important;
	padding:0!important;
  position: absolute;
  top: 10px;
 right:0px;
	
}
.h-submenu li{ margin:0px 0px 0 5px!important;color:#fff; float:left;width:50px!important}
.mobile-menu-buttons li	{ margin-top:0!important;}
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}	

/*フッターボタンエリア　*/	
.mobile-footer-menu-buttons li{ display:inline-block;}	
	
.fa{}
.fa-bars{ margin-top:10px;font-size:1.4em;}	
	
.fa-tel{width:100%; 
	background-color: #003470;
	background-image:url(images/f-tel.jpg);
	background-position:left 10px center;
	background-repeat:no-repeat;
	background-size:90%;}	
	
/*.fa-line{width:100%; background: #00b900 url(images/f-line.jpg) center center no-repeat;}	*/
/*.fa-contact {width:100%; background: #f05249 url(images/f-contact.jpg) center center no-repeat;}*/
/*.fa-instagram{width:100%; background: #ffffff url(images/f-instagram.jpg) center center no-repeat;}*/

.fa-line:before{background: url("images/line.svg") 50% 50% no-repeat!important;}

/************************************
** 投稿ページ
************************************/
.category #content,
.single #content {
    padding: 50px 5% 2% 5%;
}
	
	

/************************************
** 			tittle
************************************/	
h1.entry-title{ width:100%;}	
.article h2, .article h3, .article h4, .article h5, .article h6 {
   margin-bottom: 0;
}
.article h3{border:none!important;}	

	
/************************************
** 			section
************************************/	
section{ margin-top:0px!important; margin-bottom:0px!important; }

	
/************************************
** 			HOME
************************************/	
	
.dlsec02 { padding-bottom:30px;}

.sec03 .dlsec03{ width:100%;margin-left:0;}
h3.ti03{ padding:0; margin-bottom:20px;}
h3.ti03::before{ display:none;}	

	
#main-image .tab-img{display:none !important;}
#main-image .smt-img{display:inline !important;}	
	
/************************************
** 			Table
************************************/	
table.table01 th,
table.table01 td{
width:100%;
display: block;
}	
/************************************
** 			list
************************************/		
	
/************************************
** 			Box
************************************/	
.dl-l{ float:none; width:100%; margin-left:0px; }
.dl-r{ float:none; width:100%;}

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

/*640px以下*/
@media screen and (max-width: 640px){
	
/************************************
**　header
************************************/	
.mobile-menu-buttons .menu-button {
    display: block;
}	
.logo-menu-button img {
        max-height: 50px;
        max-width: 95%;
        margin: 10px 0 0 0!important;
}

/************************************
**　MAIN
************************************/
.home #main-image {
width: 100%;
background-color: #f8e7d7;
background-image: url(images/bg-main-smt.png);
background-position:center bottom;
background-repeat:no-repeat;
background-size:contain; /*背景画像のサイズ指定*/		
}

.home #main-image p{
    width: 100%;
    margin: 0 auto;

}	
/************************************
**　page
************************************/
.page h1.entry-title{ margin-top:100px;}	
	
/************************************
**　TOP
************************************/
.bt01{margin: 0 50px;}
	
.dlsec02 dl {
flex-flow: column;
}
.dlsec02 dt {
  width: 100%;
}
.dlsec02 dd {
  width: 100%;
}

}	

	
/*768px以下*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}


/*480px以下*/
@media screen and (max-width: 480px){
.mblt-header-mobile-buttons {
    margin-top: 0px;
}
.logo-menu-button img{margin-top:10px;max-width:55%;}	

/************************************
** 投稿ページ
************************************/	
.entry-card-thumb {
    width: 100%;
  }
	
.entry-header .eye-catch {
    margin-left: -1em;
    margin-right: -1em;
    max-width: none;
    width: auto;
  }
} 	
	
/*320px以下*/
@media screen and (max-width: 320px){
	
.logo-menu-button img{margin-top:20px;max-width:55%;}
.h-submenu{ width:150px;}	
.h-submenu li { width: 45px !important;}	
}
	

/*----------------------
 *  CTAボックス全体 */
/*---------------------*/
.cta-box {
  background: #fff7f5; /* 淡いサーモンピンク背景 */
  border: 2px solid #fcd9d2;
  border-radius: 12px;
  padding: 2em 1.5em;
  margin: 2.5em 0;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* 見出しを入れる場合 */
.cta-box h4 {
  font-size: 1.2rem;
  margin-bottom: 1em;
  color: #d95c48; /* サーモンピンク濃いめ */
  font-weight: 700;
}

/* CTAボタン */
.cta-box .btn {
  display: inline-block;
  padding: 0.9em 1.8em;
  background: #f88379; /* サーモンピンク */
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 999px; /* 丸ボタン */
  box-shadow: 0 3px 10px rgba(248,131,121,0.3);
  transition: all 0.25s ease;
}

/* hover時 */
.cta-box .btn:hover {
  background: #e66a60; /* 濃いめのサーモン */
  box-shadow: 0 4px 14px rgba(230,106,96,0.4);
  transform: translateY(-2px);
  opacity: 0.95;
}

/* サブテキスト */
.cta-box p {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.8em;
}


