@charset "UTF-8";

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

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

body {
	font-size: 14px;
}

.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: rgba(255,255,255,.9);
}
.fixed .g-nav-menu li{
	line-height: 40px;
}
.left {
	float: left;
}
#header {
	margin-top: -10px !important;
}
.navi{
	background: transparent;
	margin-top: 10px !important;
}
.navi-in .has-icon {
	right: 0;
}
.header-container {
    height: 80px;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 80px;
}
.home .article h1.entry-title {
	display: none;
}
.home .content{
	margin-top: 0;
}
.main {
    padding: 0 0 20px;
}

.wrap {
    width: 100%;
}
header,nav,footer,h1,h2,h3,h4,p,ul,ol,table,label {
    max-width: 1000px;
    margin: 0 auto !important;
}
#tablet_menu {
	display: none;
}
iframe.line-it-button {
    margin: 0 25%;
}
.wp-block-media-text {
    max-width: 1000px;
    margin: 0 auto;
}
h2,h3 {
	margin: 1em auto !important;	
}
.article h1 {
    color: #77a630;
    font-weight: lighter;
    font-size: 30px;
    padding-bottom: 10px;
	border-bottom: 2px dotted #77a630;
	border-image: url("../../../wp-content/uploads/2020/09/green_border-2.png") 20 round !important;
	border-width: 10px;
}
.article h2 {
    background-color: #77a630;
	color: #fff;
    border-radius: 10px;
	font-weight: lighter;
	font-size: 28px;
	padding: 18px;
}
.article h3 {
    border-left: none;
    border-right: none;
    border-top: 1px solid #77a630;
    border-bottom: 1px solid #77a630;
    font-weight: lighter;
	font-size: 26px;
    padding: 12px 20px;
}
.article h3 a {
	text-decoration: none;
	color: #000;
}
.article h3 a:hover {
	color: #09f;
}
.home .article h3 {
    border-top: none;
    padding: 12px 20px 12px 70px;
    background: url(../../../wp-content/uploads/2020/09/top_flag.jpg) no-repeat left;
}
.article h3#select {
	border-top: none;
	padding: 8px 0 8px 70px;
	background: url(../../../wp-content/uploads/2020/10/select_icon.png) no-repeat left;
}
.article h3#request {
	border-top: none;
	padding: 8px 0 8px 70px;
	background: url(../../../wp-content/uploads/2020/10/request_icon.png) no-repeat left;
}
.article h3#payment {
	border-top: none;
	padding: 8px 0 8px 70px;
	background: url(../../../wp-content/uploads/2020/10/payment_icon.png) no-repeat left;
}
.article h3#delivery {
	border-top: none;
	padding: 8px 0 8px 70px;
	background: url(../../../wp-content/uploads/2020/10/delivery_icon.png) no-repeat left;
}
.article h3#use_it {
	border-top: none;
	padding: 8px 0 8px 70px;
	background: url(../../../wp-content/uploads/2020/10/use_it.png) no-repeat left;
}
.article h3#return {
	border-top: none;
	padding: 8px 0 8px 70px;
	background: url(../../../wp-content/uploads/2020/10/return_icon.png) no-repeat left;
}
h3.kitsuke_title {
	background: url(../../../wp-content/uploads/2020/11/bg_kitsuke_title.png) no-repeat left;
	border: none;
	padding-left: 1.5em;
}
.article h4 {
	border-top: none;
	border-bottom: none;
	font-weight: lighter;
	font-size: 24px;
}
.article h6 {
    border-bottom: none;
    font-size: 8px;
}
.article ul li,
.article ol li {
    margin: 0 0.2em;
    font-size: 16px;
}

/* ここから衣装一覧のタブ表示部分 */

.sp-tab__nav-tabs .sp-tab__nav-link,
.sp-tab__lay-default .sp-tab__tab-content > .sp-tab__tab-pane {
    max-width: 1000px;
    margin: 0 auto;
	padding: 10px !important;
/*	border: 10px solid #77a630 !important; */
	border-image: url("../../../wp-content/uploads/2020/09/green_border-2.png") 20 round !important;
	border-style: solid !important;
	border-width: 10px !important;
}
#sp-tab__ul {
    margin-bottom: -5px !important;
}
.sp-tab__nav-tabs .sp-tab__nav-link {
    padding: 5px !important;
	border-radius: 15px 15px 0 0 !important;
}


@font-face {
  /*フォントの名前*/
/*
  font-family: "dartsfont";
*/
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
/*
  src: url("../../../wp-content/themes/cocoon-master/webfonts/dartsfont/DartsFont.woff2") format("woff2"),
       url("../../../wp-content/themes/cocoon-master/webfonts/dartsfont/DartsFont.woff") format("woff");
*/
	font-family: "あずきフォント";
	src: url("../../../wp-content/themes/cocoon-master/webfonts/azuki/azuki.ttf") format("truetype");

}


h2.sp-tab__section_title_810,
h2.sp-tab__section_title_1127,
h2.sp-tab__section_title_1136,
h2.sp-tab__section_title_1150,
h2.sp-tab__section_title_1308,
h2.sp-tab__section_title_1166,
h2.sp-tab__section_title_1217,
h2.sp-tab__section_title_1228,
h2.sp-tab__section_title_1249,
h2.sp-tab__section_title_3591 {
    display: none;
}
.tab_title_area h6 {
	font-family: "あずきフォント";
	padding: 8px 0 8px 15px;
	font-weight: bold !important;
    font-size: 16px !important;
    border-bottom: none !important;
	color: #77a630 !important;
	background: url(../../../wp-content/uploads/2020/09/midashi_pin.png) no-repeat left;
}

/* ここまで衣装一覧のタブ表示部分 */

.article p {
	padding: 1em;
	font-size: 16px;
}
.navi-in > ul li {
    margin: 0 5px;
	height: auto;
	line-height: 30px;
	border-radius: 5px;
	border-image: url("../../../wp-content/uploads/2020/09/green_border-2.png") 20 round !important;
	border-style: solid !important;
	border-width: 10px !important;
}
.navi-in a {
    padding: 0 0.45em !important;
}
.navi-in a:hover {
    background-color: transparent; /* #cbf28f */
}
.navi-in > ul .sub-menu {
    background-color: rgba(255,255,255,.5);
	top: 40px;
}
.navi-in > ul .sub-menu li {
    line-height: 40px;
	height: 40px;
	background: #fff;
	margin: 0 auto 0 -1px;
}
/*
.navi-in > ul .sub-menu a {
    margin: -9px 0 0 0;
}
*/
.full-width {
	width: 100%;
}
.wp-block-latest-posts.wp-block-latest-posts__list a {
    font-size: 16px;
}
.wp-block-columns {
    max-width: 1000px;
    margin: 0 auto;
}
ul.rental-category {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 2em !important;
}
ul.rental-category li {
/*	font-family: "あずきフォント"; */
	flex-grow: 1;
	flex-basis: 25%;
	list-style-type: none;
/*	border: 1px solid #333;
	background: #c00; */
	color: #666;
	text-align: center;
	border-radius: 5px;
	background: url(../../../wp-content/uploads/2020/11/bg_ishou_category.png) no-repeat center;
	background-size: contain;
	font-size: 16px;
	padding: 10px 0;
	margin: 5px auto;
}
ul.rental-category li a {
	text-decoration: none;
	color: #666;
}
ul.rental-category li.only_space {
	background: none;
}
ul.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;
}
ul.rental_list li {
	flex-grow: 1;
	flex-basis: 22%;
	list-style-type: none;
	color: #666;
	text-align: center;
	font-size: 16px;
	padding: 10px 5px;
}

.n2-section-smartslider {
    padding-top: 7em;
}
.home .n2-section-smartslider {
    padding-top: 0;
}

.date-tags {
    display: none;
}
div.list-753 {
	max-width: 1000px;
	margin: -25px auto 0;
	text-align: center;
}
.price-table table {
	width: 600px !important;
	max-width: 800px;
	margin: 0 auto;
}
/* ここからアコーディオン */
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
	margin: 0 0 0 4em;
    transition: .5s;
    visibility: hidden;	
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
	color: #000;
	margin: 0 auto 0 3em;
}
/* ここまでアコーディオン */

.gallery-01 .blocks-gallery-item {
	width: auto !important;
}
.gallery-01 .blocks-gallery-item img {
	height: 227px !important;
	width: auto !important;
}
.gallery-02 .blocks-gallery-item {
	width: auto !important;
}
.gallery-02 .blocks-gallery-item img {
	height: 301px !important;
	width: auto !important;
}
.gallery-03 .blocks-gallery-item {
	width: auto !important;
}
.gallery-03 .blocks-gallery-item img {
	height: 319px !important;
	width: auto !important;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
    width: auto !important;
    height: 300px;
}
.main figure.wp-block-table {
    font-size: 16px;
}
.price_table {
	max-width: 100%;
	margin: 0 auto;
}
.price_table td {
	padding: 5px 1em;
}
.footer-bottom-logo .logo-image {
    max-width: 320px;
}
.baguetteBox-button {
    display: none;
}
.breadcrumb {    
    max-width: 1000px;
	margin: 1em auto;
}
.friend_button {
	max-width: 140px;
	margin: 0 auto 1em;
}
.line-it-button {
    width: 300px !important;
    height: 50px !important;
}
.tablepress {
	border-right: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
}
.tablepress th,
.tablepress td {
    border-left: 1px solid #ddd !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1400px以下*/
@media screen and (max-width: 1400px){
  /*必要ならばここにコードを書く*/
	.navi-in a {
		font-size: 14px;
	}
	iframe.line-it-button {
		margin: 0 15%;
	}
}

/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
	.navi-in a {
		font-size: 14px;
	}
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
	nav {
    	max-width: 800px;
		margin: 0 auto !important;
	}
	iframe.line-it-button {
		margin: 0 1em;
	}
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.fixed {
		z-index: -1;
	}
	.header-container {
		height: auto;
	}
	#tablet_menu {
		display: block;
		padding-top: 2em;
	}
	#tablet_menu > p {
		font-size: 16px;
		color: #999;
	}
	#tablet_menu a {
		text-decoration: none;
	}
	div.list-753 {
		font-size: 14px;
	}
	.price-table table {
		width: 400px !important;
		max-width: auto;
		margin: 0 auto;
	}
	.wp-block-media-text > figure > img,
	.wp-block-media-text > figure > video {
		width: auto !important;
		height: 230px;
	}
	.n2-section-smartslider {
		padding-top: 3em;
	}
	.friend_button {
		max-width: 120px;
	}
/*
	ul.rental_list li {
		flex-basis: 32%;
	}
*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	#tablet_menu > p {
		font-size: 12px;
	}
	ul.rental-category li {
		flex-basis: 44%;
		padding: 5px 0;
	}
	ul.rental_list li {
		padding: 10px 0;
		font-size: 11px;
	}
	div.list-753 {
		font-size: 12px;
	}
	.price-table table {
		width: auto !important;
	}
	.sp-tab__default-accordion .sp-tab__card-header {
		border: none !important;
	}
	.sp-tab__default-accordion .sp-tab__card-body {
		border: none !important;
	}
	.sp-tab__default-accordion .sp-tab__card-header {
		font-family: 'あずきフォント';
		font-weight: bold !important;
		font-size: 16px !important;	
		padding: 8px 0 8px 30px;
		background: url(../../../wp-content/uploads/2020/09/midashi_pin_sp.png) no-repeat left;
	}
	.sp-tab__nav-tabs .sp-tab__nav-link,
	.sp-tab__lay-default .sp-tab__tab-content > .sp-tab__tab-pane {
		padding: 0 !important;
	}
	.sp-tab__default-accordion .sp-tab__card-body {
		padding: 0 !important;
	}

}