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

/************************************
** 子テーマ用のスタイルを書く
************************************/
cssにbox-sizingを追加
―――――――――――――――――
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

/* hover画像 textリンク */
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
a{
margin:0;
padding:0;
text-decoration:underline;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0066ff;
}

.clearfix:after{
content:"";
display:block;
clear:both;
}
#header-container {
	z-index:1000;
	position: relative;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 32px;
    height: auto;
    vertical-align: middle;
}

/*背景の幅を100％にする*/

.page #content .wrap {
    width: 100%;}
.page #content .wrap .main {
 padding: 0;}


.page #content .wrap .main section .inner{
width: 1300px;
margin:0 auto;}


.main-img {
	text-align:center;
	background: url(images/main-bg.jpg) center bottom repeat-x;
	   
}
.entry-title, .archive-title {
    font-size: 26px;
    border-bottom: #38a0a0 dotted;
    margin: 50px auto;
    max-width: 1300px;
    color: #38a0a0;
}

@media screen and (max-width: 1300px){
.page #content .wrap .main section .inner{
width: 96%;
margin:0 auto;}
	.entry-title, .archive-title {
width: 96%;		
}}
.article h2 {
    padding: 0;
	text-align:center;
    background-color: transparent;
    border-radius: 0;
}
.article h3 {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
.content {
    margin-top: -15px;
}

/*スライドインメニューを右から*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #FFF;
	transform: translateX(101%);
}
.logo-menu-button img {
    max-height: 44px;
    display: block;
    margin: 0;
}	
.navi-in > ul {
    justify-content: right;
}

.tab-img { display:none;}
.tabsmt-img { display:none;}
.smt-img { display:none;}

/* トップページ */

.main-img {
		background:url(images/bg01.jpg) center center no-repeat;
	  background-size: cover;
	 padding: 15px 0;
	}
	
/* navi */
.item-label::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid #7fbd14; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    padding-left: 8px;
    vertical-align: middle;
}
.navi-in a:hover {
background:transparent;
	color:#ff0000;
}
#navi .navi-in>ul>li {
    width: auto;
    margin: 0 15px;
}

/* メリットセクション */
.merit .inner {
	max-width:980px;
 margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
  background-image: url('images/bg02.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.btn-detail::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('images/yajirushi01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/




/*1023px以下*/
@media screen and (max-width: 1023px){
.wrap {
    width: 100%;
}	
#header {
		display:none;
	}
.logo-menu-button {
		text-align:left;
		width:50%;
	}
.has-logo-button .logo-menu-button {
    flex-grow: 0;
	    width: 100% !important;
}
.logo-menu-button img {
    max-height: 44px;
    display: block;
    margin: 1%;
}
	.mobile-menu-buttons .logo-menu-button {
	justify-content: left;	
	}
	
.pc-img { display:none;}
.tab-img {display:inline;}
.tabsmt-img {display:inline;}
}

/*834px以下*/
@media screen and (max-width: 834px){
	
	.pctab-img { display:none;}
.tab-img { display:none;}
.smt-img { display:inline;}
}

/*480px以下*/
@media screen and (max-width: 480px){
.footer-bottom-logo img {
    height: auto;
    width: auto;
}
}



