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

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

.main{
	padding: 0;
}

.article{
	margin-bottom: 0!important;
}

.entry-content{
	margin: 0;
}

.entry-content>*{
	margin-bottom: 0;
}

.content{
	margin: 0;
}

.date-tags{
	margin: 0;
}

.no-sidebar .content .main{
	border:none;
}

@media screen and (max-width: 834px){
	main.main, div.sidebar{
		padding:20px 0 0;
	}
}

/************************************
** 共通パーツ
************************************/

.pc-block{
	display:block;
}

.sp-block{
	display:none;
}

.bg_white{
	background-color: #fff;
}

@media screen and (max-width: 781px){
	
	.pc-block{
		display:none;
	}
	
	.sp-block{
		display:block;
	}
}

/* 見出し */

.hd02_wrap{
	text-align: center;
}

.hd02{
	  position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 600!important;
	  line-height: 1.0!important;
    border: none;
	 margin: 0 0 10px!important;
     padding: 20px 0 0 !important;
    max-width: 552px;
    width: 100%;
	background-color: transparent!important;
	 color: #26325B!important;
}

.hd02:before{
	 content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    background: url(common/img/ttl_left.png) no-repeat center / contain;
    width: 65px;
    height: 65px;
}

.hd02:after{
	 content: "";
    position: absolute;
    bottom:  -20px;
    right: 5px;
    display: block;
    background: url(common/img/ttl_right.png) no-repeat center / contain;
    width: 65px;
    height: 65px;
}

.ttl_en{
	 font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
	 font-size: 14px;
	 color: #477EFE;
	 margin-top: -5px;
    display: block;
}

.hd02 span{
	font-weight:500;
}

.hd03{
	max-width: 690px;
	width: 100%;
	background-image: linear-gradient(90deg, #F3F7FF, #D1E1FF);
	margin: 0 auto 10px!important;
	font-size: 24px;
	font-weight: 400!important;
	padding: 15px 35px;
	color: #26325B;
}

.hd03-02{
	font-size:22px;
	font-weight:500;
	color: #26325B;
}

.hd04,
.hd04 span{
	font-size:22px;
	font-weight:500;
	margin-bottom:10px!important;
	color: #26325B;
}


@media screen and (max-width: 781px){
	.hd02 .fz-40px{
		font-size: 28px;
	}
	
	.hd02 .fz-44px{
		font-size: 30px;
	}
	
	.hd02:before,
	.hd02:after{
		width:45px;
		height:45px;
	}
	
	.hd03{
		font-size: 20px;
		padding: 15px;
	}
}


/* ボタン */
/*
.btn_contact{
	display: flex!important;
   align-items: center;
   justify-content: center;
	background:linear-gradient(0deg, rgba(86, 92, 242,0.94) ,rgba(20, 46, 185,1) );
	max-width: 181px;
	width: 100%;
	border-radius: 5px;
	height: 49px;
	text-align: center;
	text-decoration:none;
	transition: all .3s;
}
*/
.btn_contact:hover,
a.btn_contact :hover{
	opacity: 0.8;
	text-decoration: none;
}

.btn_contact a:hover{
	color: #fff!important;
}

.btn_contact a,
a.btn_contact{
	 display: block !important;
    background: linear-gradient(0deg, rgba(20, 46, 185, 1), rgba(86, 92, 242, 0.94));
    max-width: 181px;
    width: 100%;
    border-radius: 5px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    padding: 0 0 0 16px;
    border: none !important;
}

.btn_contact > *{
	color: #fff;
}

.wp-block-buttons{
	background-color: transparent;
}

.btnStyle01{
	display: inline-block;
	background: none;
	border: 1px solid #142EB9;
	border-radius: 5px;
	max-width: 334px;
	width: 100%;
	border-radius: 5px;
	line-height: 49px;
	text-align: center;
	background-color: transparent;
}

.btnStyle01 a{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #26325B;
	border: none;
	width: 100%;
	background-color: transparent;
	padding: 10px;
	transition: all .3s;
}

.btnStyle01 a:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	color: #477EFE;
	right: 40px;
	 top: calc(50% - 2px);
	transform: rotate(45deg) translateY(-50%);
	border-top: solid 2px;
	border-right: solid 2px;
	transition: all .3s;
}

.btnStyle01:hover:before{
	right: 30px;
}

/* アイコン */

.icon_contact{
	position: relative;
	padding-left: 20px;
}

.icon_contact:before{
	 content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    background: url(common/img/icon_contact.png) no-repeat center / contain;
    width: 21px;
    height: 15px;
    transform: translateY(-50%);
}

.icon_tel,.icon_address{
	position: relative;
	padding-left: 20px;
	margin-right: 20px;
}

.icon_tel:before,
.icon_address:before{
	 content: "";
    position: absolute;
    left: -10px;
    display: block;
    width: 24px;
    height: 24px;
}

.icon_tel:before{
	top: 5px;
    background: url(common/img/icon_tel.png) no-repeat center / contain;	
}

.icon_address:before{
	 top: 0;
    background: url(common/img/icon_address.png) no-repeat center / contain;	
}

/* テキスト */

.txt_blue{
	color: #142EB9;
}

/* テーブル */

.tableStyle01{
	margin-bottom: 15px;
}

.tableStyle01 table{
	border-spacing: 0 20px;
	border-collapse: separate;
}

.tableStyle01 table td{
	position: relative;
	padding: 3px 15px;
	line-height: 1.5;
	border: none;
}

.tableStyle01 tr td:first-of-type{
	width: 22%;
	text-align:center;
	font-weight:500;
}

.tableStyle01 tr td:first-of-type:before{
	content: "";
	position: absolute;
	top: 50%;
	right:0;
	width: 1px;
	height: 25px;
	background-color: #477EFE;;
	transform:translateY(-50%);
}

.tableStyle01 tr td:last-of-type{
	width: 78%;
	font-family: "Noto Sans JP", sans-serif;
	text-align:left;
}

.tableStyle01 table td a{
	color: #000;
}

.tableStyle01 table td a:hover{
	text-decoration: none;
}

@media screen and (max-width: 781px){
	.tableStyle01 table td{
		padding:3px 10px;
	}
}

/* リスト　*/

.wp-block-list{
	margin-left:-1em;
}


/************************************
** header
************************************/

#header{
	margin-bottom: 5px;
}

.menu-header li a{
	font-size: 17px;
}

.menu-header li a:hover{
	opacity: 0.8;
}

.menu-header li a .item-description{
	 font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
	 font-size: 8px;
	 color: #477EFE;
}

.header .header-in{
	 min-height: auto;
    width: 100%;
    padding: 0 0 0 26px;
}

.header_top{
	 display: flex;
    justify-content: space-between;
	 align-items: flex-start;
	 margin-right: 9%;
}

.header_right{
	 display: flex;
    justify-content: flex-end;
	 align-items: center;
    width: 72%;
}

.header_right > span{
	color: #161616;
	white-space: nowrap;
}

.header_right .icon_tel{
	font-size: 20px;
	font-family: "Roboto Serif", serif;
}

.header_right .icon_address{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	margin-right: 4%;
}

.menu-header{
	margin-top: -25px!important;
}

.menu-header li{
	position: relative;
}

.menu-header li:before{
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 30px;
	background-color: #D9D9D9;
}

.menu-header li:first-child:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 30px;
	background-color: #D9D9D9;
}

.menu-header li a{
	padding: 0 40px!important;
}

#header .logo{
	  width: 26%;
    text-align: left;
}

@media screen and (max-width: 1023px){
	.header .header-in{
		margin:0;
		padding:0 10px;
	}
	
	.header_top{
		margin-right:0;
	}
}

@media screen and (max-width: 834px){
	#header-in{
		display:none;
	}
	
	.mobile-header-menu-buttons{
		background-color: #F3F7FF;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		padding: 15px;
	}
	
	.mobile-menu-buttons .logo-menu-button{
		width: 27%;
      max-width: 170px;
	}
	
	.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #142EB9;
    font-size: 35px;
	}
	
	.mobile-menu-buttons .menu-caption{
		display:none;
	}
	
	.navi-menu-content{
	  -webkit-transform: translateX(120%);
     transform: translateX(120%);
		right:0;
		left:auto;
	}
	
	.mobile-menu-buttons .menu-button{
		width:35px;
	}
	
	.menu-close-button{
		text-align: right;
		padding: 10px;
	}
	
	.fa-remove:before, .fa-close:before, .fa-times:before{
		color: #142EB9;
	}
	
	#navi-menu-content{
		background-color: #F3F7FF;
	}
	
	.menu-drawer a{
		position:relative;
		border-bottom: 1px solid #142EB9;
      padding: 10px;
	}
}

/************************************
**下層ページ　メインビジュアル
************************************/

.main_underpage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url("common/img/main_underpage.jpg") no-repeat center / cover;
	width: 100%;
	min-height:330px;
}

.main_underpage  p{
	background-color: transparent;
	font-size: 38px;
	font-weight: 600;
	color: #26325B;
	text-align: center;
	margin: 0;
   padding: 0;
}

.main_underpage  .ttl_en{
	 font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #477EFE;
    margin-top: -5px;
    display: block;
	margin-top: 10px;
}

/************************************
**お問い合わせ
************************************/

#sec_bottom{
	background: url("common/img/contact_01.png") no-repeat right / contain;
	margin: 50px 0 0;
	padding: 20px 20px 100px;
}

.bottom_inner{
	  max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

#sec_bottom .hd02_wrap{
	text-align: left;
	max-width: 530px;
	margin-bottom: 50px;
}

#sec_bottom .hd02_wrap .hd02{
	 text-align: left;
    color: #142EB9!important;
    font-weight: 600;
    font-size: 38px;
    padding: 20px 0 10px 75px!important;
	  line-height: 1.5 !important;
}

#sec_bottom .hd02:after{
	 bottom: -10px;
    right: 0px;
}

#sec_bottom .hd02_wrap + .wp-block-columns{
	margin-bottom: 0;
}

.contact_area{
	max-width: 715px;
	width: 100%;
	background-color: #F3F7FF;
	padding: 50px 15px 30px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.contact_area h2{
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 15px;
	line-height: 1.0;
	color: #161616;
	padding: 0;
}

.contact_info{
	 max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.contact_tel{
	flex-basis: 60%!important;
}

.contact_form{
	flex-basis: 40%!important;
}

.contact_area h2 + .ttl_en{
	font-family: "Noto Serif JP", sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}

.contact_area p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
}

.contact_area .icon_tel{
	padding-left: 36px;
	font-family: "Noto Serif JP", serif;
}

.contact_area .icon_tel:before{
	  top: 50%;
	  width: 40px;
    height: 40px;
	 transform: translateY(-50%);
}

.contact_area .btn_contact{
	max-width: 200px;
	width:100%;
	height: 53px;
}

.contact_area .btn_contact .icon_contact:before{
	left: 34px;
}

.contact_area .is-layout-flex{
	align-items: center!important;
}

.contact_area .wp-block-column-is-layout-flow{
	text-align: center;
}

.contact_tel{
	display: inline-block;
}

@media screen and (max-width: 781px){
	#sec_bottom{
		padding: 20px 20px 40px;
		background: url(common/img/contact_01.png) no-repeat right / cover;
	}
	
	#sec_bottom .hd02_wrap{
		margin-bottom:20px;
	}
	
	#sec_bottom .hd02_wrap .hd02{
		font-size: 24px;
      padding: 20px 0 10px 35px !important;
	}
	
	#sec_bottom .hd02:after{
		bottom:0;
	}
	
	.contact_area{
		padding:30px 15px;
	}
	
	.contact_area .btn_contact{
		margin:0 auto;
	}
	
	.contact_area h2{
		font-size: 22px;
		margin:0 0 10px;
	}
	
	.contact_area .icon_tel{
		font-size:28px!important;
	}
}


/************************************
**マップ・カレンダー
************************************/

#sec_detail{
	 margin: -260px auto 0 0;
}

#sec_detail > .panel-layout{
    max-width: 1260px;
    width: 100%;
}

#sec_detail .custom-html-widget{
	 aspect-ratio: 1 / 0.6;
}

#sec_detail .custom-html-widget iframe{
	width: 100%;
	height: 100%;
}

#sec_detail h3{
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #545670;
}

#sec_detail h3:before{
	 content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #477EFE;
    transform: translateX(-50%);
}

.calendar_area{
	background-color: #fff;
	padding: 40px;
}

.calendar_info{
	background-color: #F3F7FF;
    padding: 10px 45px;
    margin-top: 20px;
}

.calendar_info p{
	font-size: 15px;
	margin-bottom: 0!important;
}

.calendar_info p.font_b{
	font-size: 18px;
}

.event_text{
	font-family: Helvetica Neue, Helvetica, Hiragino Kaku Gothic ProN, Meiryo, MS PGothic, sans-serif;
	font-size: 90%;
}

.event_text span{
	 border: 1px solid #ccc;
    margin: 0 6px 0 0;
    padding: 0 0 0 18px;
	background-color: #68BDEB;
}

@media screen and (min-width: 1441px){
	#sec_detail > .panel-layout{
		margin:0 auto;
	}
}


/************************************
** footer
************************************/
#footer{
	background:url("common/img/bg_footer.jpg");
	margin-top: 0;
	padding: 0;
}

.footer-widgets{
	 max-width: 1100px;
    width: 100%;
	 margin: 0 auto;
	padding:30px 20px;
}

.footer-left{
	margin-top: 40px;
	width: 330px;
}

.footer-left a:hover{
	background-color: transparent!important;
}


.footer-left img{
	width: 230px;
}

.footer-center{
	width: calc(100% - 560px);
}

.footer-right{
	width: 220px;
}

#footer .wp-caption{
	background-color: transparent;
	border:none;
}

.footer_address .icon_address,
.footer_address .icon_tel{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	padding-left: 18px;
}

.footer_address .icon_address:before{
	background: url(common/img/icon_address-w.png) no-repeat center / contain;
	width: 9px;
	height: 11px;
	left: 0;
	top: 5px;
}

.footer_address .icon_tel:before{
	background: url(common/img/icon_tel-w.png) no-repeat center / contain;
	width: 18px;
	height: 18px;
	left: -4px;
	top: 8px;
}

.footer-right .menu li a{
	 position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
}

.footer-right .menu li a:before{
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	transform: rotate(45deg);
}

.footer-right .menu li a:hover{
	background-color: transparent!important;
	text-decoration: underline;
}

.footer-bottom{
	background-color: #131D3E;
	text-align: center;
}

.footer-bottom .copyright{
	font-size: 8px;
	text-align: center;
	margin-top: 0;
}

@media screen and (max-width: 834px){
	.footer-widgets{
		display:block!important;
	}
	
	.footer-widgets > div{
		padding:20px;
	}
	
	.footer-left .widget_media_image{
		text-align:center;
	}
	
	.footer-left .widget_custom_html{
		margin-bottom: 0!important;
	}
	
	.footer-center{
		display:none;
	}
	
	.footer-bottom{
		margin-top: 0;
	}
}


/************************************
** トップページ
************************************/

/************************************
** mainVisual
************************************/

#appeal{
	background-size: cover;
}

.appeal-content{
	background-color: transparent;
	max-width: 685px;
	width: 100%;
}

.appeal-message .mainText{
	 font-size: 38px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 35px;
}

.appeal-message .bg_white{
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px;
	margin-top: 55px;
}

.appeal-message p{
	font-size: 22px;
	line-height: 1.5;
}

@media screen and (max-width: 781px){	
	#appeal{
		  background-image: url(/wp-content/uploads/2024/11/mainVisual_sp.jpg);
        background-position: center center;
        aspect-ratio: 0.69 / 1;
        transform: translateY(20px);
	}
	
	.appeal .appeal-in{
		height:100%;
		padding:0 10px;
	}
	
	.appeal-message .mainText{
		font-size:26px;
	}
	
	.appeal-content{
		padding:0;
		margin: 200px auto 0;
	}
	
	.appeal-message h1{
		font-size:28px;
	}
	
	.appeal-message p{
		font-size:15px;
	}
	
	.appeal-message .bg_white{
		padding:25px 10px;
		margin-top: 70px;
	}
}

@media screen and (max-width: 390px){
	.appeal-content{
		margin:40% auto 0;
	}
	
	.appeal-message .bg_white{
		margin-top: 40px;
	}
}

@media screen and (max-width: 340px){
	.appeal-message .mainText{
		font-size:24px;
	}
}

/************************************
**クリーニング品目
************************************/

#sec_items{
	 position: relative;
    margin: 55px auto;
    padding: 40px 10px;
}

#sec_items:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1072px;
	width: calc(100% - 20px);
	height: 100%;
	background-color: #F3F7FF;
	box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
	transform: translate(-50%,-50%);
	z-index: -1;
}

#sec_items .hd02_wrap{
	margin-bottom: 40px;
}

#sec_items .items_list .panel-grid{
	gap: 5px;
	margin-top: 5px;
}

#sec_items .items_list .panel-grid-cell{
	aspect-ratio: 1 / 0.92;
	width: 25%;
}

#sec_items .items_list .panel-grid-cell .so-panel{
	width: 100%;
	height: 100%;
}

#sec_items .items_list .panel-grid-cell .so-panel .panel-widget-style{
	  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

#sec_items .items_list h3{
	font-size: 32px;
	margin:0;
}

#sec_items .wp-block-buttons{
	margin-top: 35px!important;
}

@media screen and (max-width: 950px){
	#sec_items .items_list h3{
		font-size: 20px;
	}
}

@media screen and (max-width: 781px){
	#sec_items{
		padding: 40px 20px;
	}
	
	#sec_items .items_list .panel-grid{
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#sec_items .items_list .panel-grid-cell{
	  width: 49%;
     margin-bottom: 1%;
	}
}

/************************************
** 私たちについて
************************************/

#sec_aboutus{
	background: url("common/img/bg_about.jpg") no-repeat center / cover;
	padding: 70px 20px;
	margin-top: 100px;
}

.aboutus_inner{
	background-color:#fff;
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.aboutus_inner .hd02_wrap{
	margin-bottom: 30px;
}

.aboutus_inner p.has-text{
	font-size: 20px;
}


@media screen and (max-width: 781px){
	.aboutus_inner{
		padding: 30px 10px;
	}
	
	.aboutus_inner p.has-text{
		text-align:left;
	}
	
	.aboutus_inner p .fz-20px{
		font-size: 16px;
	}
}

/************************************
**ご依頼方法
************************************/

#sec_howto{
	margin-top: 80px;
}

#sec_howto .hd02_wrap{
	margin-bottom: 20px;
}

.howto_list{
	max-width: 1000px;
	width: 100%;
	margin: 10px auto 0;
}

.howto_list .widget_media_image{
	margin-bottom: 50px!important;
}

.howto_list h3{
	position: relative;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.howto_list h3:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 76px;
	height: 1px;
	background-color: #477EFE;
	transform: translateX(-50%);
}

.howto_list .panel-widget-style{
	text-align: center;
}

@media screen and (max-width: 781px){
	.howto_list h3{
		font-size: 26px;
	}
	
	.howto_list h3:before{
		top: -10px;
	}
	
	#sec_howto p{
		font-size:16px;
	}
}

/************************************
**店舗情報
************************************/

#sec_information{
	background-color: #F3F7FF;
	padding: 70px 10px 270px;
	margin-top:100px;
}

.info_inner{
	  background-color: #fff;
    max-width: 870px !important;
    width: 100% !important;
    margin: 40px auto 0;
    padding: 30px 75px;
	
}

.info_img{
	margin-top: -45px;
}

@media screen and (max-width: 781px){
	.info_inner{
		padding:30px 10px;
	}
}

/************************************
** 会社概要
************************************/

.sec-blue_inner{
	max-width: 1070px;
	width: 100%;
	margin: 100px auto 0;
	padding: 80px 20px;
	background-color: #F3F7FF;
	box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}

.sec-blue_inner .hd02_wrap{
	margin: 0 0 30px;
}

.sec-blue_inner .textBox{
	max-width: 792px;
	width: 100%;
	margin:0 auto;
}

.page-company  .tableStyle01{
	max-width: 690px!important;
	width: 100%!important;
	margin: 0 auto 30px;
}

.page-company  #sec_bottom{
	  margin: 100px 0 0;
    padding: 0px 20px 100px;
}


/************************************
** 店舗情報
************************************/

#sec-company_information{
	background-color: #F3F7FF;
	padding: 75px 20px 50px;
}

.sec-company_information_inner{
	max-width: 870px;
	width: 100%;
	background-color: #fff;
	margin: 45px auto 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 60px 20px 110px;
}

#sec-company_information .info_img{
	margin-top: -100px;
}

.page-company #sec_detail{
	background-color: #F3F7FF;
	margin: 0 auto;
	padding:0 0 30px;
}

.page-company section{
	margin-top:100px;
}

/************************************
** クリーニング品目
************************************/

#sec-items_list{
	padding: 0 20px;
	margin-top:80px;
}

#sec-items_list .list_item{
	background-color:#F3F7FF;
	max-width: 1120px;
	width:100%;
	margin:50px auto 0;
}

#sec-items_list .list_item .widget_media_image img{
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	object-fit:cover;
	height:100%!important;
	width:100%;
}

#sec-items_list .list_item .hd03{
	padding:35px;
	color: #26325B;
}

#sec-items_list .list_item .textBox{
	position:relative;
	padding: 20px 20px 55px;
	z-index:10;
}

#sec-items_list .list_item .textBox:before{
	content:"";
	position:absolute;
	right:10px;
	bottom:10px;
	width:195px;
	height:213px;
	background:url("common/img/cleaning_logo.png") no-repeat center / contain;
	z-index:-1;
}

#sec-items_list .list_item .textBox p{
	font-family: "Noto Sans JP", sans-serif;
}

#sec-items_list .list_item .panel-grid{
	align-items: stretch;
}

#sec-items_list .list_item .widget_media_image{
	height: 100%;
}

@media screen and (max-width: 781px){
	#sec-items_list .list_item .panel-grid-cell:first-of-type{
		order:2;
		margin:0;
	}
	
	#sec-items_list .list_item .panel-grid-cell:last-of-type{
		order:1;
	}
	
	#sec-items_list .list_item .textBox{
		padding:20px;
	}
	
	#sec-items_list .list_item .textBox:before{
		width:150px;
		height:140px;
	}
	
	#sec-items_list .list_item .widget_media_image img{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		vertical-align: bottom;
	}
	
	#sec-items_list .list_item .hd03{
		max-width:auto;
	}
}

/************************************
**お問い合わせフォーム
************************************/

#sec-estimate{
	margin-top:55px;
}

#sec-estimate p{
	font-family: "Noto Sans JP", sans-serif;
}

.hissu{
	font-family: "Noto Sans JP", sans-serif;
	font-size:12px;
	font-weight:700;
	color: #fff;
	background-color: #142EB9;
	border-radius:3px;
	padding: 4px 8px;
   margin-left: 20px;
}

.doui{
	text-align:center;
}

.wpcf7-form label{
	font-size:18px;
	font-weight:500;
}

.wpcf7-form p{
	margin-bottom:20px;
}

.wpcf7-form input,
.wpcf7-form textarea{
	 border: 1px solid #ABB7B6;
    border-radius: 5px;
    margin-top: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	word-break:break-all;
}

.wpcf7-form textarea{
	height:200px;
}

.wpcf7-spinner{
	display:none;
}

.wpcf7-submit{
	background-color: #142EB9!important;
	color: #fff!important;
	border:none!important;
	max-width:157px;
	width:100%;
	font-size:17px;
	font-weight:500;
	margin: 0 auto;
}

.sec-blue_inner{
	margin-top:0;
	padding: 80px 20px 45px;
}

.sec-blue_inner .innerBox{
	max-width: 720px;
	width: 100%;
	margin:0 auto;
}

.sec-blue_inner .hd03{
	 max-width:790px;
    padding: 30px 35px 35px;
    margin: 0 auto 45px !important;
}

.page-contact .sec-blue_inner .hd02_wrap {
    margin: 0 0 50px;
}

.sec-blue_inner .bg_white{
	padding: 20px 10px;
	margin: 0 auto 45px;
}

.sec-blue_inner .bg_white figure{
	margin-bottom: 0;
}

.wpcf7-response-output{
	text-align:center;
	font-size:1em;
	color: #dc3232;
	border:none!important;
}

#sec_contact_form{
	margin:100px auto;
}

@media screen and (max-width: 781px){
	.page-contact .sec-blue_inner .hd02_wrap{
		margin:0 0 30px;
	}
	
	.page-contact .sec-blue_inner{
		padding: 30px 10px;
	}
	
	.page-contact .sec-blue_inner .hd03 {
		 padding: 15px 10px;
    	margin: 0 auto 30px !important;
	}
	
	.page-contact .sec-blue_inner .hd03 span{
		font-size:20px;
	}
	
	.page-contact .sec-blue_inner .bg_white .hd04 span{
		font-size: 18px;
	}
	
	#sec_contact_form{
		margin: 60px auto;
	}
	
	.sec-blue_inner{
		padding:40px 10px;
		margin:50px auto 0;
		width: calc(100% - 40px);
	}
}

/************************************
** 集配・配送
************************************/

.page-delivery section{
	margin-top:60px;
}

.page-delivery #sec-delivery01 p{
	font-family: "Noto Sans JP", sans-serif;
}

.page-delivery #sec-delivery01 .hd03-02{
	font-weight:500;
}

.page-delivery #sec-delivery02{
	margin-top:90px;
}

.page-delivery #sec-delivery02 p{
	font-family: "Noto Sans JP", sans-serif;
}

.page-delivery #sec-delivery02 .hd03{
	margin: 60px auto 45px !important;
	color: #26325B;
}

.page-delivery #sec-delivery02 h4{
	font-size:22px;
	font-weight: 500;
	margin-bottom:10px;
}

.page-delivery #sec-delivery02 ul li{
	font-family: "Noto Sans JP", sans-serif;
}

.page-delivery #sec-estimate .sec-blue_inner .hd03{
	margin: 50px auto 45px !important;
}

.page-delivery #sec_bottom{
	margin:100px 0 0;
}

/************************************
** プライバシーポリシー
************************************/

#sec-privacypolicy{
	max-width: 690px;
	width:100%;
	margin: 50px auto 80px;
}

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

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

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