@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.nenga {
	margin-bottom: 0 !important;
}
.red {
	color: red;
}
.lightgray {
	color: lightgray;
}
.tagline {
    margin: .6em 0 0;
}
.logo-header img {
    margin: -10px 0 -15px;
}

.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
.fixed .g-nav-menu li{
	line-height: 40px;
}
.home .entry-title {
	display: none;
}
.entry-title, .archive-title {
    font-size: 36px;
    background: #437c37;
    color: #fff;
    padding: 15px 40px 15px 30px;
    border-radius: 10px;
    text-shadow: 2px 2px 0px #000;
}
.article h3 {
	border-top: 5px solid orange;
    border-left: none;
    border-right: none;
	font-size: 32px;
}
.n2-section-smartslider {
	display: none;
}
.home .n2-section-smartslider {
    position: relative;
    width: 100%;
    display: block;
	margin-top: 0;
}
div.entry-content .n2-section-smartslider {
	display: block;
}
.widget-entry-cards.card-large-image .a-wrap {
    max-width: 50%;
}

.article h2 {
    font-size: 28px;
    padding: 15px 40px 15px 30px;
    background-color: #004D80;
    border-radius: 10px;
    color: #fff;
}
img.alignright {
    margin: 0 0 1em 1.5em;
	float: right;
	max-width: 50%;
}
.widget-entry-cards .a-wrap {
    margin: 4px;
    width: 49%;
    float: left;
}
ul.normal-list{
	padding-left: 2em !important;
}
.no-sidebar .content .main {
    margin: 0 auto;
    width: 1000px;
}
div.rental_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 2em !important;
	border-bottom: none !important;
	line-height: 0.5;
	align-items: center;
}
div.rental_item {
	flex-grow: 1;
	flex-basis: 14%;	
}
div.item_image {
	padding: 0 5px;
	width: auto;
	height: 110px;
	overflow: hidden;
}
div.item_caption {
	position: relative;
	top: 8px;
	text-align: center;
}
.wp-block-column {
	background: #ffe;
	padding-bottom: 24px;
}
.wp-block-column h4 {
	color: white;
	font-size: 26px;
	border-top: none;
	border-bottom: none;
	background: darkorange;
}
.wp-block-column p {
	padding: 0 24px;
}
.bg_none {
	background: transparent;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 10px 10px 9px !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: rgba(0,0,0,0.9);
	font-size: 16px;
	font-weight: 500;
	padding: 0 8px 2px;
}
table.gaiyo th {
	width: 7em;
	font-weight: normal;
}
table.gaiyo td {
	padding: 10px;
}
table.price_list td {
	text-align: right;
	padding-right: 1em;
}
.video-container,
.instagram-container,
.facebook-container {
    margin: 30px auto;
}

.eye-catch-wrap {
    display: none;
}
.footer {
    background: #042a45;
}
.footer-bottom-logo .logo-image {
    max-width: 240px;
}
.copyright {
    color: #fff;
}


.center {
	text-align: center;
}
article h6 {
	clear: both;
}
.br_clear {
	clear: both;
}
ul.udon_list li {
	list-style: none;
	float: left;
	width: 22%;
}
ul.sidemenu_list li {
	list-style: none;
	float: left;
	width: 31%;
}

/* 注文フォーム */
table.order_form input[type="text"] {
	width: 70px;
}
table.order_form select {
	width: 50px;
}
table.order_form p {
	margin-bottom: 0;
}
.large {
	font-size: 20px;
}
.total-price > input,
.udon-total > input {
	width: 200px;
}
/* ここまで注文フォーム */

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

}

/*1030px以下*/
@media screen and (max-width: 1030px){
	.tagline {
		display: none;
	}
	.home .n2-section-smartslider {
		margin-top: 50px;
	}
	.mobile-menu-buttons {
		background: #09f;
		height: 70px;
		padding: 10px 0;
	}
	.mobile-menu-buttons .menu-icon::before {
		font-size: 1.5em;
		color: #fff;
		text-shadow: 0 0 3px #666;
	}
	.mobile-menu-buttons .menu-caption {
		display: none;
	}
	.no-sidebar .content .main {
		margin: 0;
		width: 100%;
	}
	.article ul, .article ol {
		padding-left: 0;
	}
	div.rental_item {
		flex-basis: 33%;
		padding: 0 0 30px;
	}
	div.item_image {
		height: 150px;
	}
}

/*768px以下*/
@media screen and (max-width: 768px){
	.home .n2-section-smartslider {
		margin: -10px 0 0;
	}
	.n2-section-smartslider {
		top: 0px;
	}
	.carousel-entry-card-content {
	    height: 3em;
	}
	main.main, div.sidebar {
		padding: 2em 20px 10px;
	}
	.content {
		margin-top: 2em;
	}
	.home .content {
		margin-top: -38px;
	}
	.widget-entry-cards .a-wrap {	    
	    float: none;
		width: 100%;
	}
	.widget-entry-cards.card-large-image .a-wrap {
    	max-width: 100%;
	}
	table.price_list{
		width: 688px;
	}
	table.price_list td {
    	text-align: right;
    	padding-right: 8px;
    	width: 10%;
	}
	/* 表のスクロール*/
	.scroll {
    	overflow: auto;　　　　/*tableをスクロールさせる*/
    	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
    	height: 5px;
	}
	.scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
    	background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
    	background: #BCBCBC;
	}
	/* 表のスクロール*/ 
	div.item_image {
		height: 120px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.article ul, .article ol {
		padding-left: 0px;
	}
	.article h2 {
		font-size: 24px;
		padding: 15px 20px 15px 20px;
	}
	.article h3 {
		font-size: 26px;
		padding: 0.6em 0;
	}
	.entry-title, .archive-title {
    	font-size: 30px;
	}
	.wp-block-column h4 {
		font-size: 22px;
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		font-size: 13px;
	}
	div.rental_item {
		flex-basis: 50%;
		padding: 0 0 30px;
	}
	div.item_image {
		height: 110px;
	}
}






.siteHeader {
    background-color: #0099ff;
}
ul.gMenu a {
    color: #fff;
}
ul.gMenu > li > ul.sub-menu li a:hover {
    box-shadow: 0 0 5px #6699;
}
.wp-block-image img {
    margin-bottom: 2em;
}
.wp-block-image .alignleft {
    margin: 0 1em 0 1em;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100px;
}
ul.inline-block {
	list-style-type: none;
}
ul.inline-block li {
	display: inline-block;
	float: left;
	text-align: center;
	width: 48%;
	margin: 0 1% 2em;
	font-size: 14px;
}
ul.inline-block li a img {
	width: 100%;
	height: 120px;
}

@media (min-width: 768px) {
	ul.inline-block li {
		width: 31%;
		margin: 0 1% 2em;
	}
	ul.inline-block li a img {
		height: 170px;
	}
}



@media (min-width: 992px) {
	ul.gMenu > li > ul.sub-menu li a {
    	background-color: #09f;
	}
	ul.gMenu > li > ul.sub-menu li a:hover {
    	background-color: #09f;
    	color: #ff0;
	}
	.wp-block-image .alignleft {
    	margin: 0 1em 0 0;
	}
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
	    height: 200px;
	}
	ul.inline-block li {
		width: 31%;
		margin: 0 1% 2em;
	}
	ul.inline-block li a img {
		height: 260px;
	}

}