@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.imp-red{
	color: red;
}
.wp-block-image img{
	width: 100%;
}
.column-gap .column-boxgroup{
	height: 100% !important;
}
.column-boxgroup img{
	height: 100%;
	object-fit: cover;
}
/*headerタイトル非表示*/
.l-topTitleArea__body{
	display: none;
}
@media (min-width: 960px){
.-parallel-top .l-header__logo{
	display: none;
}}
@media (min-width: 600px){
.l-topTitleArea {
    min-height: 420px;
}}
@media (max-width: 599px){
	.post_content h2{
		font-size: 1.2em !important;
	}
}
.l-topTitleArea.c-filterLayer::before{
	opacity: 0;
}
.c-filterLayer.-texture-dot:after{
	background-image: none;
	opacity: 0;
}
/*クッキー*/
.cookie-notice-container{
	padding: 15px 8%;
}
.cn-privacy-policy-link{
	background-color: #fff;
	padding: 0.3em;
}
.cn-privacy-policy-link:hover{
    opacity: 0.7;
    color: white;
}
#cookie-notice .cn-button:hover{
    opacity: 0.7;
    color: white;
}
/*footer*/
.w-beforeFooter{
	background: url(https://yumitoru.jp/shop/wp-content/uploads/footer-img.png) no-repeat center top;
	min-height: 100%;
}
.w-beforeFooter #media_image-3{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.w-beforeFooter #media_image-3 img:hover{
    opacity: 0.7;
    color: white;
}
.w-beforeFooter #text-3{
	color: #fff;
    text-align: center;
}
.c-widget+.c-widget{
	margin-top: 0;
}
@media (max-width: 599px){
div#nav_menu-2 {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
	}}
.w-beforeFooter #nav_menu-2 ul{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
}
.w-beforeFooter #nav_menu-2 #menu-item-148 .sub-menu{
	display: block;
}
.c-listMenu a{
	border-bottom: none;
}
.c-gnav .sub-menu a:before, .c-listMenu a:before{
	display: none;
}
.w-footer__box #media_image-2{
	padding: 10px;
	width: 70px;
}
.w-footer__box #media_image-2:hover{
    opacity: 0.7;
    color: white;
}
.w-beforeFooter #block-7 .c-widget+.c-widget{
	font-size: 14px;
	text-align: left;
	margin-bottom: 1em;
    margin-top: auto;
}
.w-beforeFooter #block-7 .c-widget+.c-widget a{
	color: #fff;
}
.w-beforeFooter #block-7 .c-widget+.c-widget a:hover {
    color: var(--color_footer_bg);
}

@media screen and (min-width:961px){
.w-beforeFooter #media_image-3 img{
	width: 150px;
}
.w-beforeFooter #text-3{
    font-size: 28px;
    margin-bottom: 30px;
}
.w-beforeFooter #nav_menu-2{
	width: 80%;
	margin: 0 auto;
}
.w-beforeFooter #block-7 .w-footer__box{
	display: flex;
	justify-content: flex-end;
}
}
@media screen and (max-width:960px){
.w-beforeFooter #media_image-3 img{
	width: 100px;
}
.w-beforeFooter #block-7 .w-footer__box{
	display: flex;
}
}
/*カテゴリ色*/
.c-postThumb__cat {
    background-color: #f9be00;
}
.icon-folder:before {
    content: "\e92f";
}
.c-categoryList:before {
    content: "\e92f";
    color: #f9be00;
}
.c-categoryList__link {
    background-color: #f9be00;
    color: #fff;
}

/*reCAPTCHAのロゴを非表示*/
.grecaptcha-badge { visibility: hidden; }

/********************************************************************/
/********************** TOPページ *****************************/
/*******************************************************************/
/*メインビジュアル ロゴ追加*/
.c-mvBtn__btn__logo:hover{
    opacity: 0.8;
    color: white;
}
.p-mainVisual__logo{
	width: 250px;
}
@media (max-width: 599px){
	.p-mainVisual__logo{
		width: 150px;
	}
}

/*TOPICS カテゴリー*/
.swell-block-linkList.is-style-button .swell-block-linkList__link{
	padding: 0.2em 3em;
}
/*カラムのGAP=0*/
.column-gap{
	gap: 0 !important;
	height: auto;
	justify-content: space-around;
}
/*スライダー表示幅*/
.metaslider-id-72, .metaslider-id-80, .metaslider-id-87, .metaslider-id-92{
	left: -150px;
	width: 135%;
}
/*スライダークレジット非表示*/
.ms-edit-frontend{
	display: none;
}
/*スライダー下　category*/
.top-categorybar{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
@media (max-width: 599px){
.tag_scroll{
    overflow-x: scroll;
    width: 100%;
	white-space: nowrap;
	}}
.pop-category{
	list-style: none;
}
.pop-category li{
	margin-right: 20px;
}
/*区切り線*/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 70%;
    border: solid 1px #F9BD00;
    margin-bottom: 2em !important;
}

/********************************************************************/
/********************** お問い合わせページ *****************************/
/*******************************************************************/
.wp-block-cover__background{
	background-color: #fff !important;
}
.contact-formbox{
	background-color: #ebebeb;
	margin-bottom: 2em;
	padding: 3em;
}
.cf7-item{
	display: flex;
	margin-bottom: 2em;
}
.cf7-item .cf7-q{
	width: 30%;
	font-weight: bold;
}
.cf7-item .cf7-a{
	width: 70%;	
}
.contact-formbox .wpcf7-text, .wpcf7-textarea{
	width: 100%;
	background-color: #fff;
}
.contact-formbox .wpcf7-select{
	background-color: #fff;
	padding: 0.5em;
}
.contact-formbox .left-2em{
	margin-left: 2em;
}
.cf7-submit .wpcf7-submit{
	padding: 0.5em;
	font-size: 1.5em;
	color: #fff;
	background-color: #221714;
	width: 40%;
}
.cf7-submit {
	margin: 0 auto;
	text-align: center;
}
.wpcf7-spinner{
	display: none;
}
@media screen and (max-width:960px){
.contact-formbox{
	padding: 1.5em;
}
.cf7-item{
	display: block;
	margin-bottom: 1.5em;
}
.cf7-item .cf7-q{
	width: 100%;
}
.cf7-item .cf7-q p{
	font-size: 1em;
}
.cf7-item .cf7-a{
	width: 100%;	
}
.cf7-submit .wpcf7-submit{
	width: 60%;
}
}
