@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

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

/*ヘッダー詰める*/
.entry-title,
.content {
padding: 0;
margin: 0;
}


#main{
Padding: 0 15px;
margin: 0;
}

.logo-image * {
display: block;
margin: auto;
width:170px;
	height:74px;
	float:left;
}

.tagline{
	padding:4px 10px 0 10px;
	font-size:12px;
	margin:0;
	text-align:left;
}

.entry-content{
	margin:0;
}

/*ヘッダーメニュ―下線*/
.menu-header .menu-item:hover{
border-bottom:6px solid #000000 !important;/*線の太さ色*/
transition: all .8s;/*線が出てくる時間*/
}

.sub-menu .menu-item:hover{
border-bottom:none !important;
}

/*タイトル、投稿日時、投稿者の非表示*/
.entry-title,
.date-tags,
.author-info{
  display: none;
}

a {
text-decoration: none;
}

/*hタグリセット*/
.article h1 {
    padding: 0;
    background: none;
}
.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

/*　スタンダード見出し　*/
.article h2 {
     position: relative;
     color: white;
     padding:0.5em 0em 0.5em 1.4em;
     background-color: #1a65af;
	text-align:left;
	font-size:160%;
	font-weight:normal;
}
 
.article h2::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 18px;
     height:8px;
     background-color:#f1eb3a;
}

.article h3 {
     position: relative;
     padding:0 0 0.4em 0.7em;
     border-bottom: 1px solid black;
	text-align:left;
	font-weight:normal;
	font-size:150%;
}
 
.article h3::after {
     position: absolute;
     top: 0.2em;
     left:0;
     content: '';
     width: 5px;
     height:1em;
     background-color: #1a65af;
}

.article .title-s {
    font-size: 85%;        /* 文字サイズ指定 */
    margin: 0;     /* 周りの余白指定 */
	font-weight:normal;
}

.text1{
	font-weight:bold;
	font-size:110%;
}

.text2{
	font-weight:bold;
	font-size:160%;
	color:#d21736;
}

.text3{
	font-weight:bold;
	font-size:150%;
}

/* ボタンの色を指定 */
.btn-sgreen { 
	background-color: #f89708;
	color:#ffffff;
	padding:10px 20px;
	margin:1px 1px 1px 4px;
} 

.btn-line { 
	background-color: #00B900;
	color:#ffffff;
	padding:10px 16px 10px 18px;
	margin:1px;
} 


/*ボックス*/
box{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	margin:0 !important;
}

.boxin {
	width:1080px;
	padding:0;
}

.boxin2 {
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
}

.boxin3 {
	max-width:1200px;
	padding:0;
	margin:0;
}

.con {
  max-width:350px;
  width:100%;
  margin: 10px;
	text-align:left;
}

.con2 {
  max-width:700px;
  width:100%;
  margin: 5px;
	text-align:left;
}

.con3 {
  max-width:525px;
  width:100%;
  margin: 3px 5px;
	text-align:left;
}

box3{
	width:1080px;
}

contents{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	padding:0;
	margin:0;
}


.line{
	padding: 10px 0 10px 10px;
	font-size:130%;
	font-weight:bold;
	color:#1a65af;
	background-color:#f6f6f6;
}

.icon{
	font-size:140%;
	color:#4d4d4d;
	margin:0 10px;
}

/*円の中に文字*/
.circle {	
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
	background-color:#1a65af;
	color:#f1eb3a;
	font-size:350%;
	margin:5px;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :200px;
  text-align:center;
	font-weight:bold;
}

li {
  list-style: none;
	margin:5px 0;
}

/*テーブル2 線だけバージョン*/

.article table {
border-collapse: separate;
border-top: 1px solid #ccc;
border-left:none;
text-align:left;
}
.article table th {
border-top:none;
border-left:1px solid #ccc;
border-right:none;
border-bottom: 1px solid #ccc;
padding: 7px 15px;
background-color:#1a65af;
color:#ffffff;
}
.article table td {
border-top:none;
border-left:none;
border-right:1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 7px 15px;
background-color:#ffffff;
color:#1a65af;
	font-weight:bold;
	line-height:130%;
}

.glay {
	background-color:#eeeeee!important;
	color:#000000!important;
	font-weight:normal!important;
}

.white {
	color:#000000!important;
	font-weight:normal!important;
}

/*SNSボタンデザイン*/
.line-green{color: #00B900}
.tw-blue{color: #1da1f2}
.insta-pink{color: #ff6d82}

.inquiry{
background-color:#f7f6f6;
	padding:15px 0;
}

#footer
{
	padding-bottom:150px;
	margin:0;
	background-color:#f7f6f6;
	border-top:3px solid #ebeaea;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1241px以上*/
@media screen and (min-width: 1241px){
/**************************************
 ヘッダーナビ
************************************/
/*固定*/

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 0px;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0.9;
    padding:20px 0;
}
}
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
.con {
  max-width:300px;
  width:100%;
  margin: 10px;
	text-align:left;
}

.con2 {
  max-width:630px;
  width:100%;
  margin: 5px;
	text-align:left;
}

.con3 {
  max-width:470px;
  width:100%;
  margin: 3px 5px;
	text-align:left;
}
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
.con {
  max-width:220px;
  width:100%;
  margin: 10px;
	text-align:left;
}

.con2 {
  max-width:470px;
  width:100%;
  margin: 5px;
	text-align:left;
}

.con3 {
  max-width:350px;
  width:100%;
  margin: 3px 5px;
	text-align:left;
}
.line{
	padding: 10px 0 10px 10px;
	font-size:90%;
	font-weight:bold;
	color:#1a65af;
	background-color:#f6f6f6;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.line{
	padding: 10px 0 10px 10px;
	font-size:100%;
	font-weight:bold;
	color:#1a65af;
	background-color:#f6f6f6;
}
.con {
  max-width:300px;
  width:100%;
  margin: 10px;
	text-align:left;
}

.icon{
	font-size:120%;
	color:#4d4d4d;
	margin:0 10px;
}
.circle {	
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
	background-color:#1a65af;
	color:#f1eb3a;
	font-size:250%;
	margin:3px;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :100px;
  text-align:center;
	font-weight:bold;
}
/* home以外のロゴ画像を消す */
.page-id-9 .logo-header, .page-id-17 .logo-header{
	display:none;
}
}
