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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.content{background:rgb(244,244,255);}
.sp{
	display:none;
}
.site-name-text{
	font-weight:bold;
	font-size:35px;
}
h1{
	text-align:center;
	color:#c2894b;
}
.entry-title{
	font-size:30px;
	margin-bottom:3em;
}
.article h2{
	border-bottom:double 5px;
	padding:0;
	width:max-content;
	margin: 0 auto;
	background:#fff;
	margin:3em auto 1em auto;
}
.article h4{
	border:none;
}
.aligncenter{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.font-r{
	color:red;
}
.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
table.price{
	width:70%;
	margin:0 auto;
}

#navi-in li{
	font-weight:bold;
} 
.item-label{
	font-size:19px;
}
.caption-wrap:hover{
	background:#c2894b;
	color:#fff;
}
li.menu-item:hover{
	background:#f7edf5;
	opacity:1;
}
.menu-footer li:hover{
	background:#f7edf5;
	
}
.navi-footer-in > .menu-footer li{
	border-left:none;
}
.navi-footer-in > .menu-footer li:last-child{
	border-right:none;
}
.go-to-top-button {
	border-radius:50%;
	background-color: #c2894b;
    color: #fff;
}
.menu-footer li{font-weight:550!important;}

div.attention{padding:1em 0.5em;text-align:center!important;border:0.25em solid rgb(122,204,206);background:rgb(245,255,250);border-radius:0.5em;}
div.attention img{margin:0 auto;width:50%;}
div.attention h2{margin-top:0;;border:0;background:transparent;margin-bottom:1em;font-size:1.25em;font-weight:550;color:rgb(28,110,205);}
.lefts{text-align:left!important;}
.centers{text-align:center!important;}
.rights{text-align:right!important;}

/*top--------------------*/
.greeting{
	width:60%;
	text-align:left;
}
.greeting-img{
	width:40%;
}
.greeting-img img{
	width:80%;
}
.rinen{
	margin-bottom:7em;
	margin-top:7em;
	font-size:20px;
	
}
.onegai ul{
	width:max-content;
	margin:2em auto;
	text-align:left;
}
.recruit{
	margin:5em;
	font-size:20px;
}
.new-title {
	font-weight:bold;
	font-size:23px;
	margin:3em auto 2em auto;
}


.delete{
	text-decoration:line-through;
	font-size:15px;
	border-right:none;
	margin-right:1em;
}
.owner-name{
	font-size:27px;
	line-height: 1;
	ruby-position: over;

}
/*menu---------------*/
.example{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:70%;
	margin:0 auto;
}
.example-child{
	width:40%;
	margin:1em auto;
	border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.example-child.square{
	width:40%;
	margin:1em auto;
	border-radius: 0;
  position: relative;
  overflow: hidden;
}
.example-child::before, .example-child.square:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.example-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.imageblock{width;100%!important;text-align:center;}
div.imageblock div{display:inline-block;vertical-align:top;margin:0.3em!important;}
div.imageblock div.one{width:70%;}
div.imageblock div img{width:100%;height:auto;}


/*shop--------------*/
.shop-child{
	width:46%;
	margin:1em;
}
.shop-child img{
	border-radius:10px;
}

/*staff--------------*/
.staff-img{
	width:22%;
	height:auto;
}
.staff-parent{
	margin:3em;
}
.staff-child{
	text-align:left;
	margin-left: 2em;
	width:50%;
}
.article p.name{
	font-size: 30px;
	margin-bottom:1em;
}

/*access-------------*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gaikan{
	width:48%;
	margin-top:3em;
	display:flex;
	align-items:center;
}

.wrap{
	max-width:1280px;
	width:95%;
}



/*table--------------*/
table.price th{
	background:#E8E8E8;
	
}
table.price td{
	background:#fff;
	width:50%;
	padding:0.7em;
}
table.price{
	border:2px solid #E8E8E8;
}
table.address{
	margin-top:3em;
	margin-right:1em;
	width:48%;
	border:2px solid #E8E8E8;
	padding:1em;
}
table.address th{
	background:#E8E8E8;
}
table.address td{
	background:#fff;
	padding:1em;
}

/*商品---------------*/
h2.woocommerce-loop-product__title{
	border-bottom:none;
	color:#c2894b;
}
h2.woocommerce-loop-product__title:hover{
	opacity:0.7;
}
section.related{
	clear:both;
}

/*online shopping*/
.woocommerce ul.products li.product .button,.woocommerce div.product form.cart .button{
	color: #fff;
    background-color: #816D51;
}
.woocommerce ul.products li.product .button:hover,.woocommerce div.product form.cart .button:hover{
	opacity:0.8;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	div.attention img{width:70%;}
	div.imageblock div.one{display:inline-block;vertical-align:top;width;90%;}
	.footer-bottom-content{display:none!important;}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	div.attention img{width:70%;}
	div.imageblock div.one{display:inline-block;vertical-align:top;width;90%;}
	.footer-bottom-content{display:none!important;}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	div.attention img{width:70%;}
	div.imageblock div.one{display:inline-block;vertical-align:top;width;90%;}
	.footer-bottom-content{display:none!important;}
	.sp{
		display:block;
	}
	.article h1{
		margin-bottom: 1em;
	}
	.flex{
		display:block;
	}
	.greeting, .greeting-img{
		width:100%;
	}
	.rinen{
		margin:3em auto;font-size:1.2em;
	}
	.recruit{
		font-size: 15px;
   		width: 100%;
        margin: 0;
	}
	table.price{
		overflow:scroll;
	}
	.shop-child {
    width: 100%;
    margin: 0.5em auto;
}
	.staff-parent {
    margin: 0 0 2em 0;
}
	.staff-img {
    width: 100%;
    height: auto;
}
	.staff-child {
    text-align: left;
    margin-left: 0;
    width: 100%;
    line-height: 1.4;
}
	.gaikan {
    width: 100%;
    margin-left: 0;
}
	.example {
    display: block;
    width: 100%;
}
	.example-child {
    width: 75%;
	}

}
