@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
	font-family: "Century";	
}

#main {
	padding-top: 60px;
    padding-bottom: 40px;
}

.page .entry-title{
  display: none;
}

#content {
	margin-top: 0px;
}

.header {
	background-size: cover;
}

.header .header-in {
    min-height: 500px;
	justify-content: end;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-no-description {
	width: 140px;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-no-description {
	width: 140px;
}

.mobile-header-menu-buttons.mobile-menu-buttons {
	top: 0!important;
    background-color: #043570;
	background-color: rgba(4, 53, 112, 0.4);
}

.navi-menu-content.menu-content {
	background-color: #043570;
}

.fa-remove:before {
    color: white;
}

.fa-close:before {
    color: white;
}

.fa-times:before {
    color: white;
}

.menu-drawer a {
    color: white;
	font-size: 18px;
	font-family: "Century";
    padding: 10px 6px;
}

.menu-content {
	overflow: hidden;
}

.navi-menu-content {
    left: auto;
    transform: translateX(100%);
}

.mobile-menu-buttons .menu-button {
    display: flex;
    justify-content: flex-end;
}

#navi-menu-open {
	margin: 4px 10px 0 0;
}

.navi-menu-icon.menu-icon {
	color: white;
}

#navi-menu-content {
	width: 70%;
}

.mobile-menu-buttons .menu-caption {
	color: white;
}

.wrap {
    width: 100%;
}

.item-label {
	font-family: 'Century';
}

.navi-in {
	position: absolute;
    background-color: #043570;
    background-color: rgba(4, 53, 112, 0.4);
	z-index: 1;
}

.site-name.site-name-text-link {
	pointer-events: none;
}

.site-name-text {
	font-family: 'Century';
	font-size: 60px;
}

.logo {
    text-align: right;
	margin-right: 50px;
}

.logo-text {
    padding: 20px 0 0;
}

.footer_links {
	margin: 10px 2px;
}

.breadcrumb div {
	display: none;
}

.footer {
	margin-top: 0px;
}

.footer-title {
    display: flex;
    align-items: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.footer-title:after {
    border-top: 2px solid;
    content: "";
    flex-grow: 1;
    margin-left: 1rem;
    color: rgba(255,255,255);
}

.footer-bottom {
	margin-top: 0px;
}

.widget_text.widget.widget-footer-left.widget_custom_html {
	margin-bottom: 0px;
}

body {
	color: #043570;
}

.content-title-format {
	font-size: 50px;
	font-family: "Century";
	text-align: center;
	margin: 65px 0;
	text-shadow: 3px 3px 0px #c8c6c6;
}

/***** PRODUCTプロパティ *****/
.product_explanation_pc {
	display: block;
}

.product_explanation_sp {
	display: none;
}

.show_product.image {
	margin-top: 10%;
}

.show_product.suits {
	margin-top: 20%;
}

.show_product.shoes {
	margin-top: 20%;
}

.show_product.accessories {
	margin-top: 20%;
}

.product_title {
	font-size: 24px;
	font-family: "Century";
	margin-bottom: 10px!important;
}

.product_items {
	display: flex;
	margin-bottom: 100px;
	justify-content: space-between;
}

.product_items.image {
	justify-content: normal;
}

.product_image {
	border-radius: 10px;
	box-shadow: 2px 2px 10px #9c9c9c;
}

.product_explanation {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.product_image.image {
	width: 40%;
}

.product_explanation.image {
	margin: 0 0 0 30px;
}

.product_image.suits {
	width: 40%;
}

.product_explanation.suits {
	text-align: center;
	font-size: 16px;
	width: 35vw;
    height: 100%;
	min-height: 250px;
}

.product_image.shoes {
	width: 40%;
}

.product_explanation.shoes {
	text-align: center;
    font-size: 16px;
    width: 35vw;
    height: 100%;
    min-height: 250px;
}

.product_image.accessories {
	width: 40%;
}

.product_explanation.accessories {
	text-align: center;
    font-size: 16px;
	width: 35vw;
    height: 100%;
    min-height: 250px;
}

.product_explanation.suits br{
	display: block;
	content: "";
	margin-bottom: 10px;
}

.product_explanation.shoes br{
	display: block;
	content: "";
	margin-bottom: 10px;
}

.product_explanation.accessories br{
	display: block;
	content: "";
	margin-bottom: 10px;
}

/***** ORDERプロパティ *****/
.order_explanation_pc {
	display: block;
}

.order_explanation_sp {
	display: none;
}

.order_title {
	font-size: 24px;
	font-family: "Century";
	margin-bottom: 10px!important;
}

.reserve_guidance {
	font-size: 16px;
}

.to-other-site.reserve {
	padding: 13px 100px;
}

.order_explanation_pc {
	display: block;
}

.order_explanation_sp {
	display: none;
}

.show_order.step2 {
	margin-top: 100px;
}

.order_items {
	display: flex;
	margin-bottom: 100px;
	justify-content: normal;
}

.order_image {
	width: 45%;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #9c9c9c;
}

.order_explanation {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-left: 30px;
}

/***** RESERVE、CONTACT、QUESTIONNAIREプロパティ *****/
.contact-form-common {
	width: 70%;
	margin: 0 auto;
}

.wpcf7-form.invalid p {
	margin-bottom: 0;
}

input.wpcf7-form-control {
	font-family: "Yu Gothic UI";
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.contact-form-short {
	width: 50%;
	margin-right: 15px;
}

textarea.wpcf7-form-control {
	font-family: "Yu Gothic UI";
	resize: none;
}

textarea.wpcf7-form-control.wpcf7-textarea.contact-form-textarea-adress {
	height: 100px;
}

.contact-form-content {
	margin: 60px 0 80px;
}

.privacy-policy-text {
	font-family: "Yu Gothic UI";
	font-weight: normal;
	height: 200px;
	resize: none;
}

.privacy-policy-check {
	margin: 0 5px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.contact-form-sendbutton {
	color: #ffffff;
	background-color: #043570;
	width: 50%;
	font-size: 15px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.contact-form-sendbutton:hover {
	opacity: 0.8;
}

span.wpcf7-list-item {
	display: block;
	margin: 0 1em 0 0;
}

.wpcf7-spinner {
	margin: 0 8px;
}

textarea.wpcf7-form-control.wpcf7-textarea.contact-form-textarea-request {
	height: 400px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1440px以下*/
@media screen and (max-width: 1440px){
	/*必要ならばここにコードを書く*/
	.header div.header-in {
    	min-height: 420px;
	}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
	.mblt-header-mobile-buttons {
    	margin-top: 0px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	/*必要ならばここにコードを書く*/	
	.header div.header-in {
    	min-height: 250px;
	}
	
	#header .site-name-text {
		font-size: 40px;
	}

	.logo {
		margin-right: 30px;
	}

	.logo-text {
	    padding: 0;
		margin-bottom: 10px;
	}

	.product_explanation_pc {
		display: none;
	}

	.product_explanation_sp {
		display: block;
	}
	
	.to-other-site.onlineshop {
		font-size: 15px;
	}
	
	.to-other-site.measure-application {
		font-size: 15px;
		padding: 15px 148px;
	}
	
	.show_product {
		margin-top: 25%!important;
	}
	
	.product_title {
		font-size: 32px;
		text-align: center;
		margin-bottom: 20px!important;
	}
	
	.product_items {
	    flex-direction: column;
	    align-items: center;
	}
	
	.product_image {
		width: 85%!important;
	}
	
	.product_explanation {
	    margin: 30px 0 0 0!important;
	    text-align: center;
	}
	
	.product_explanation.suits {
		width: 100vw;
	}
	
	.product_explanation.shoes {
		width: 100vw;
	}
	
	.product_explanation.accessories {
		width: 100vw;
	}
	
	.product_explanation.accessories.contents-1 {
		width: 100vw;
	}
	
	.product_explanation.accessories.contents-3 {
		width: 100vw;
	}
		
	.order_items {
	    flex-direction: column;
		align-items: center;
	}
	
	.order_image {
	    width: 90%;
		margin-top: 15px;
	}
	
	.order_explanation {
		text-align: center;
	    margin: 20px 0 0 0;
	}
	
	input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.contact-form-short {
		width: 75%;
	}
}

/*700px以下*/
@media screen and (max-width: 700px){
	/*必要ならばここにコードを書く*/
	.contact-form-common { 
		width: 85%;
	}
	
	.content-title-format.questionnaire {
		font-size: 34px;
	}
}

/*560px以下*/
@media screen and (max-width: 560px){
	/*必要ならばここにコードを書く*/
	#header .site-name-text {
		font-size: 30px;
	}
	
	.to-other-site.onlineshop {
		font-size: 13px;
		padding: 15px 50px;
	}
	
	.to-other-site.measure-application {
		font-size: 13px;
		padding: 15px 110px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
	.order_explanation_pc {
		display: none;
	}

	.order_explanation_sp {
		display: block;
	}
}
