@charset "UTF-8";
/*
Theme Name:VOGUE otherpage
Theme URI:
Description:WordPressテーマ「VOGUE!」の下層ページ用css
Author:Design Plus
Author URI:
Text Domain: 
Version:1.2.5
date:2020122414:37
*/

/*common & reset*/
/*min1025px*/
/*max1024px*/
/*PC*/
/*tablet*/
/*SP*/

/*common & reset*/
	.acfwrap{
		background:#fff;
	}
	input, textarea{
		outline:none;
	}
	input#s{
		width: 230px;
		height: 26px;
	}
	#searchsubmit{
		float: right;
		height: 32px;
	}
	.l-footer, .page-template .pagenavi{
		clear:both;
	}
	.page-template .pagenavi{
	    margin-bottom: 100px;
	}
	.page-template .l-contents, .page-template .l-secondary{
		background:none;
	}
	.page-numbers{
		background: #fff;
		border:1px solid #3d3d3d;
		display: inline-block;
		color: #3d3d3d;
		padding: 15px;
	}
	.page-numbers.current{
		background: #3d3d3d;
		color:#fff;
		border:none;
	}
	.page-template .l-secondary ul{
		list-style-type: none;
	}
	.page-template .l-secondary ul li, .single .l-secondary ul li{
		list-style-type:none;
	}
	.l-secondary a{
		word-break: break-all;
	}
	/*page-template-page-no-side-custom-all*/
	#allcontent{
		margin-left: auto;
		margin-right: auto;
		margin-top:90px;
		margin-bottom:50px;
		position: relative;
		width: 89.84375%;
		max-width: 1150px;
	}

	#allcontent h2{
		text-align:center;
	}
	#allcontent #defocont{
		padding-top: 80px;
	}
	#allcontent #defocont.fadeup{
		-webkit-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 1.5s;
		-ms-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-name: fadeup;
		-ms-animation-name: fadeup;
		animation-name: fadeup;
	}
	@-webkit-keyframes fadeup {
		0% { opacity: 0; -webkit-transform: translateY(50px); }
		100% { opacity: 1; -webkit-transform: translateY(0); }
	}
	@keyframes fadeup {
		0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
		100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	}
	.p-archive-header{
		padding: 90px 0 50px;
	}
	/*blogitiran*/
	.page-template .p-article01__thumbnail, .archive .p-article01__thumbnail{
		height: 240px;
	}
	.page-template .p-article01__thumbnail img, .archive .p-article01__thumbnail img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-template .p-article01__date + .p-article01__category::before{
		display:none;
	}
	.page-template .p-article01__meta{
		display: flex;
		justify-content: space-between;
		margin-bottom: 0px;
	}
	.page-template .p-article01__category a{
		color: #ff6a00;
		border: 1px solid #ff6a00;
		padding: 3px 5px;
	}
	.page-template .l-inner h3.p-article01__title{
		margin-bottom: 5px;
	}
	.page-template .l-inner p.p-article01__excerpt{
		font-size:14px;
	}
	.r-container .p-widget__title{
		background: #ff8c00;
		font-size: 17px;
	}
	.page-template .l-secondary .widget_recent_entries ul li{
		border-bottom: 1px solid #d0d0cf;
		padding: 20px 0px;
	}
	.post-date{
		color: #999;
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.p-widget__title{
		margin-bottom:0px;
	}
	/*jisseki*/
	.categoriesselect{
		position: relative;
	}
	.jisseki_all_select{
		width: 222px;
		box-sizing: border-box;
		border: 1px solid #c5c5c5;
		padding: 15px 10px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.display_selectedItem {
		width: 200px;
		border: 1px solid #c5c5c5;
		padding: 15px 10px;
		margin:0 auto;
		text-align: center;
	}
	.select_box {
		width: 220px;
		border: 1px solid #c5c5c5;
		margin:0 auto;
		text-align: center;
	}
	.select_box li {
		cursor: default;
		list-style-type:none;
		box-sizing: border-box;
		padding: 2px 10px;
	}
	.select_box li a{
		display:block;
	}
	.jisseki_blog_list{
		margin-top: 50px;
		clear: both;
	}
	.category-jisseki .p-blog-list{
		clear: both;
	}
	/*single-jisseki*/
	.jisseki-full-contents, .jisseki-full-contents .l-inner {
		max-width: 1150px;
		width: 100%;
		margin: 0 auto;
	}
	.jisseki-full-contents .l-contents__inner{
		display:block;
	}
	.jisseki-full-contents .p-entry__meta{
		margin-top: 50px;
	}
	.jisseki-full-contents .p-entry__meta a{
		color: #fff;
		padding: 5px 10px;
		font-size: 14px;
	}
	.jisseki-full-contents .p-entry__date{
		margin-left:20px;
		font-size: 14px;
	}
	.category-jisseki a.p-article01__title_link:hover, .category-jisseki a.p-article01__title_link:hover .p-article01__title{
		color:#000;
		opacity:0.5;
	}
	.garallymainimage li{
		display:none;
		position: relative;
	}
	.garallymainimage li.item1:first-child{
		display: table;
	}
	.garallymainimage figure{
		display: table-cell;
		vertical-align: middle;
		background: #fff;
		padding: 0 10px;
		border: 1px solid #d3d3d3;
	}
	.garallymainimage figure{
		margin: auto 0;
	}
	.thumb li {
		display: inline-block;
		width: 98px;
		height: 98px;
		overflow: hidden;
		cursor: pointer;
		vertical-align: top;
		margin-bottom: 4px;
	}
	.thumb li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.thumb li:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
	}
	.garallymain img{
		width:100%;
		object-fit:contain;
	}
	.garallysentence{
		position:relative;
	}
	.garallysentenceheader p{
		padding-bottom: 20px;
		border-bottom: 1px solid #86807e;
	}
	.jisseki_text{
		margin-top:30px;
	}
	.jisseki_text p{
		line-height: 2;
	}
	.return_jisseki{
		margin-top: 20px;
		position: absolute;
		right: 0;
	}
	.return_jisseki a{
		display:block;
	}
	.c-share{
		clear:both;
	}
	.jissekisearch{
		clear:both;
	}
	.jissekisearch input#s {
		height: 30px;
	}
	input:focus::-webkit-input-placeholder {
		color: transparent;
	}
	input:focus::-moz-placeholder {
		color: transparent;
	}
	input:focus::-ms-input-placeholder {
		color: transparent;
	}
	input:focus::placeholder {
		color: transparent;
	}
	.jissekisearch #searchsubmit{
		border-radius: 0;
		border: 1px solid;
		padding: 6px 12px;
		height: 35px;
	}
	/*flow*/
	#flow{
		margin-top:50px;
		margin-bottom: 100px;
	}
	#flow h2{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 89.84375%;
		max-width: 1150px;
		font-size: 40px;
		margin-bottom: 60px;
		text-align:center;
	}
	.acwrap h2{
		font-size: 40px;
		margin-bottom: 60px;
	}
	.flowwrap img{
		width:100%;
	}
	.flowno{
		background: #000;
		color: #fff;
		padding: 0 10px;
		margin-right: 10px;
	}
	.contact_box{
		margin-top:20px;
	}
	.contact_tel:before{
		content:"";
		display:inline-block;
		background-image:url(./images/icon_call.svg);
		width: 25px;
		height: 25px;
		background-size: contain;
		float: left;
	}
	.contact_tel{
		font-size: 23px;
		font-weight: bold;
	}
	.contact_link_title{
		margin-top:30px;
	}
	.contact_link_title a{
		padding: 10px 15px;
		border: 1px solid #000;
	}
	.contact_link_title a:after{
		content:">";
		display: inline-block;
		margin-left: 10px;
	}
	.acwrap h2{
		text-align:center;
	}
	.qcont, .acont{
	    padding: 15px;
	}
	.qcont{
		background: #f0f0f0;
		position:relative;
	}
	.qcont span.kaihei:before,
	.qcont span.kaihei:after {
		content: '';
		display: block;
		width: 15px;
		height: 3px;
		border-radius: 5px;
		background: #000;
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
	}
	.qcont span.kaihei:after {
		background: #000;
		transform: translateY(-50%) rotate(90deg);
		transition: 0.5s;
	}
	.qcont.active span.kaihei:after {
		transform: rotate(0);
		transition: 0.5s;
	}
	.qcont .qaicon{
	    font-size: 17px;
		font-weight: bold;
		background: #000;
		color: #fff;
		padding: 5px 10px 10px 10px;
		position: relative;
		margin-right: 10px;
		width: 14px;
		height: 17px;
	}
	.acont .qaicon{
		font-size: 17px;
		font-weight: bold;
		background: #fff;
		color: #000;
		padding: 5px 10px 5px 10px;
		border: 1px solid #000;
		position: relative;
		margin-right: 10px;
		width: 14px;
		height: 17px;
	}
	/*recruit*/
	.page-template-page-recruit .l-inner{
		width:89.84375%;
	}
	.page-template-page-recruit .p-entry.l-inner{
		width:auto;
	}
	.maeoki{
		margin-top:60px;
		margin-bottom: 60px;
	}
	.page-template-page-recruit .maeoki{
		margin-bottom:80px;
	}
	#gaiyocont{
		margin-bottom: 120px;
	}
	.gaiyowrap img{
		width:100%;
	}
	.gaiyo_after_cont{
		margin-top:50px;
		padding: 20px;
		background: #f5f5f5;
	}
	.gaiyo_after_title{
		font-weight: bold;
	}
	.tabs {
		margin-top: 50px;
		margin: 0 auto;
		margin-bottom:80px;
	}
	.tab_item {
		height: 65px;
		line-height: 65px;
		font-size: 16px;
		text-align: center;
		color: #333;
		display: block;
		float: left;
		text-align: center;
		font-weight: normal;
		/*transition: all 0.2s ease;*/
		border-radius: 6px;
		box-sizing: border-box;
	}
	.tab_item:hover {
		opacity: 0.5;
	}
	.recruittabs1 .tab_item {
		width: 100%;
	}
	.recruittabs2 .tab_item {
		width: 48%;
	}
	.recruittabs2 .tab_item1{
		float:left;
	}
	.recruittabs2 .tab_item2{
		float:right;
	}
	.recruittabs3 .tab_item {
		width: 32%;
		margin-right: 22px;
	}
	.recruittabs3 .tab_item3{
		margin-right:0;
	}
	.recruittabs4 .tab_item {
		width: 24%;
		margin-right: 1.3%;
	}
	.recruittabs4 .tab_item4{
		margin-right:0;
	}
	input[name="tab_item"] {
		display: none;
	}
	.tab_content {
		display: none;
		padding: 40px 0 0;
		clear: both;
		overflow: hidden;
	}
	#recruit_sub_title4:checked ~ #recruit_content4,
	#recruit_sub_title3:checked ~ #recruit_content3,
	#recruit_sub_title2:checked ~ #recruit_content2,
	#recruit_sub_title1:checked ~ #recruit_content1 {
		display: block;
	}
	.tabs input:checked + .tab_item {
		color: #fff;
		padding-bottom: 5px;
		border:none;
	}
	/*.tab_item1{
		position: relative;
	}
	.tab_item1:after{
		content:"|";
		display: inline-block;
		color: #afafaf;
		position: absolute;
		right: 0;
	}*/
	#privacy{
		margin-bottom: 40px;
	}
	.p-entry__body table.mailform-tbl{
		width:100%;
	}
	.p-entry__body table.mailform-tbl tr{
		height: 66px;
	}
	.p-entry__body table.mailform-tbl th{
		border: none;
		background: none;
	}
	.p-entry__body table.mailform-tbl th span.attention{
		background: #dc4545;
		color: #fff;
		padding: 0 10px;
	}
	.p-entry__body table.mailform-tbl td{
		border: none;
	}
	.p-entry__body table.mailform-tbl td input, .p-entry__body table.mailform-tbl td textarea{
		border: none;
		background: #eeeeee;
	}
	.p-entry__body table.mailform-tbl td textarea{
		resize: vertical;
		min-height: 300px;
	}
	.p-entry__body table.mailform-tbl td.w90 input, .p-entry__body table.mailform-tbl td.w90 textarea{
		width:100%;
	}
	.p-entry__body table.mailform-tbl td input{
		min-height: 35px;
	}
	.p-entry__body table.mailform-tbl td .mwform-checkbox-field{
		margin-right: 10px;
	}
	.p-entry__body table.mailform-tbl td .mwform-checkbox-field label{
		font-size: 16px;
	}
	.p-entry__body table.mailform-tbl td .mwform-checkbox-field input{
		min-height: 10px;
	}
	.p-entry__body table.mailform-tbl td.w60 input{
		width:60%;
	}
	.informationtable{
		margin-bottom: 100px;
	}
	.mw_wp_form #submit-button{
		text-align:center;
		margin: 0 auto;
		border: 1px solid #000;
		position: relative;
		margin-bottom: 100px;
		font-size: 16px;
		height: 46px;
		width: 218px;
		padding-top: 10px;
	}
	.mw_wp_form #submit-button input{
		background: #fff;
		border: none;
		position: relative;
		left: 0px;
		
	}
	.mw_wp_form #submit-button:after {
		content: "\e910";
		display: inline-block;
		position: absolute;
		right: 25px;
		font-family: "design_plus";
	}
	.mw_wp_form #submit-button-back{
		text-align:center;
		margin: 0 auto;
		border: 1px solid #000;
		position: relative;
		margin-bottom: 100px;
		font-size: 16px;
		height: 46px;
		width: 218px;
		padding-top: 10px;
	}

	.mw_wp_form #submit-button-back input{
		background: #fff;
		border: none;
		position: relative;
		left: 0px;
	}
	.mw_wp_form #submit-button-back:after {
		content: "\e90f";
		display: inline-block;
		position: absolute;
		left: 25px;
		font-family: "design_plus";
	}
	.page-template-page-contact.page-parent .mw_wp_form #submit-button-back, .page-template-page-recruit.page-parent .mw_wp_form #submit-button-back{
		display:none;
	}
	.page-template-page-contact.page-child .mw_wp_form #submit-button, .page-template-page-recruit.page-child .mw_wp_form #submit-button{
		margin-bottom:50px;
	}
	.tab_content div.recruit_koumoku_title, .infosubtitle{
		background: #f5f5f5;
	}
	.tab_content div.recruit_koumoku_title p{
		font-weight:normal;
		font-size:18px;
	}
	/*contact*/
	.formcontent, .page-template-page-contact #privacy{
		margin-left: auto;
		margin-right: auto;
		margin-top: 90px;
		margin-bottom: 50px;
		position: relative;
		width: 89.84375%;
		max-width: 1150px;
	}
	.page-template-page-contact #privacy{
		margin-bottom:90px;
	}
	.error .mw_wp_form #submit-button-back{
		display:none;
	}
	/*information*/
	.information {
		margin-top: 90px;
		margin-bottom: 50px;
	}
	.information .slick-track, .page-template-page-no-side-custom-all .slick-track{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.information .sliderwrap, .page-template-page-no-side-custom-all .sliderwrap{
		border: 1px solid #c5c5c5;
		padding: 50px 20px;
		margin-bottom:100px;
		background:#fff;
	}
	 .page-template-page-no-side-custom-all #slidercont, .acwrap, .freecont_article{
		margin-left: auto;
		margin-right: auto;
		margin-top: 90px;
		margin-bottom: 50px;
		position: relative;
		width: 89.84375%;
		max-width: 1150px;
	}
	.information .slick-dotted.slick-slider, .page-template-page-no-side-custom-all .slick-dotted.slick-slider{
		margin-bottom:0;
	}
	.post_box{
		margin-bottom: 100px;
	}
	.page-template-page-no-side-custom-all .post_box{
		padding-bottom:30px;
		margin-bottom:80px;
	}
	.page-template-page-recruit .informationtable{
		margin-bottom:80px;
	}
	.post_box:after{
		content:"";
		display:block;
		clear:both;
	}
	.post_box img{
		width:100%;
	}
	.sliderwrap img{
		width: auto;
		max-width: 90%;
		margin: 0 auto;
	}
	.sliderwrap li{
		list-style-type:none;
	}
	.tablewrap{
		border-bottom: 1px solid #d6d6d6;
		overflow: auto;
	}
	.infosubtitle, .infosubcont{
		float: left;
		padding: 25px;
	}
	.infosubtitle p{
		font-weight:normal;
	}
	.infosubcont iframe, .info_link_button_title{
		margin-top:25px;
	}
	.info_link_button_title a{
		text-align: center;
		padding: 10px 30px 10px 15px;
		border: 1px solid #000;
		position:relative;
		display: inline-block;
	}
	.info_link_button_title a:after{
	    content: "\e910";
		display: inline-block;
		position: absolute;
		right: 10px;
		font-family: "design_plus";
	}
	.infoadd1, .infoadd2{
		margin-bottom:50px;
	}
	.informationtable h3{
		text-align:center;
	}
	#infocustomcontent h3{
		font-size: 34px;
		line-height: 1.4;
		margin-bottom: 60px;
	}
	#infocustomcontent .post_box p{
	    line-height: 2;
		font-size: 17px;	
	}
	/*single*/
	.single .p-entry__meta{
		font-size:14px;
	}
	.single .p-entry__body p{
		margin-bottom:0;
		line-height:2;
	}
	#signature-block{
		margin: 30px 0;
		line-height: 1.5em;
	}
	.p-article03__thumbnail img {
		width: 100%;
		height: 145px;
		object-fit: contain;
	}
	.single-post .p-article03__thumbnail img {
		height: 100%;
		max-height: 163px;
		object-fit: cover;
	}
	.l-contents, .single .l-secondary{
		background:none!important;
	}
	.single .l-secondary .widget_recent_entries ul li {
		border-bottom: 1px solid #d0d0cf;
		padding: 20px 0px;
	}
	.page-template .slick-dots li button:before {
		font-size: 30px!important;
	}
	.page-template .slick-dots{
		bottom: -85px!important;
	}
/*min1025px*/
@media screen and (min-width:1025px){
	.p-page-header{
		height:0;
		padding:0;
	}
	.p-page-header__title{
		position: fixed;
		top: 0;
		left:0;
		height:auto;
		z-index:-3;
	}
	.p-page-header__title img{
		width:100%;
	}
	.p-page-header__title h1, .p-page-header__title p{
		position: absolute;
	}
	.p-page-header__title h1{
	}
	.p-page-header__title p{
		top: 65%;
	}
	.p-page-header, .p-page-header__inner, .p-page-header__title{
		background:none!important;
	}
	.p-page-header__inner{
		position:relative;
	}
	.content{
		background: #fff;
		position: relative;
		padding-bottom: 50px;
		overflow: auto;
	}
	.categoriesselect{
		display: block;
		width: 474px;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	.jisseki_all_select{
		width: 222px;
		margin:0;
		margin-right: 30px;
		float: left;
	}
	.display_selectedItemwrap{
		width: 222px;
		float: left;
		margin-bottom: 30px;
	}
	.jissekisearch input#s{
		width:80%;
	}
	.jissekisearch #searchsubmit{
		border-radius: 0;
		border: 1px solid;
		padding: 6px 12px;
	}
	.display_selectedItem {
		margin:0;
	}
}
/*max1024px*/
@media screen and (max-width:1024px){
	.content{
		padding-bottom:50px;
	}
	.tel-mail, .tel-mail__child_2{
		display: none!important;
	}
	.p-page-header{
		background-attachment: scroll;
	}
	.c-menu-button {
		display: block;
	}
	.p-global-nav > li > a::after{
		display:none;
	}
	.tel-mail, .tel-mail__child_2{
		display: none!important;
	}
	.l-header nav{
		position: relative;
		width: 100%;
	}
	.p-global-nav > li{
		float:none;
		width: 100%;
		line-height:50px;
	}
	.l-header__inner{
		align-items: baseline;
	}
	.p-menu-button{
		line-height: 60px;
		width: 60px;
		height: 60px;
		transition-delay: .3s;
	}
	.p-global-nav a{
/* 		color:#fff ; */
		height: auto;
		line-height: 50px;
	}
	.display_selectedItemwrap {
		margin-bottom: 30px;
	}
	.jissekisearch{
		margin:0 auto;
		margin-bottom: 50px;
	}
	.jissekisearch input#s {
		width: 75%;
		height: 26px;
	}
	.qcont .qaicon, .acont .qaicon{
		display: inline-block;
	}
	.qacontent{
		display: inline-block;
		width: 90%;
	}
}
@media screen and (min-width:960px) and (max-width:1024px){
	.l-header nav{
		position:relative;
		top:60px;
	}
}
/*PC*/
@media screen and (min-width:960px){
	.jisseki-full-contents{
	    margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 89.84375%;
		max-width: 1150px;
	}
	.l-footer_inner{
		width: 1150px;
		margin: 0 auto;
	}
	.page-template .p-page-header__title{
		font-weight:normal;
	}
	.page-template .l-inner p, .jissekimaeoki p{
		line-height: 2;
		font-size:17px;
	}
	.gaiyoleft h3, .gaiyoright h3, .information #infocustomcontent .post_box h3{
		font-size: 34px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	/*blogitiran*/
	.page-template-page-blog .l-container{
		width: 850px;
		float: left;
	}
	.page-template-page-blog .p-blog-list__item{
		width: 43%;
		height:435px;
		float: left;
		margin-right: 5.65217%;
	}
	.p-blog-list__item .p-article01__thumbnail{
		height: 240px;
		margin-bottom: 7px;
	}
	.p-article01__title{
		margin-bottom:7px;
	}
	.page-template .l-inner p .p-article01__category{
		font-size: 12px;
		line-height: 1.9;
		position: relative;
		top: 5px;
	}
	.page-template-page-blog .p-blog-list__item:nth-of-type(2n) {
		margin-right: 0;
	}
	/*.page-template-page-blog .p-hover-effect--type1{
		height: 242px;
	}*/
	.page-template-page-blog .r-container{
		width: 300px;
		float: left;
	}
	.page-template-page-blog .l-secondary{
		width: 100%;
		padding-top: 0;
	}
	/*jisseki*/
	.garallymain{
		width: 48%;
		overflow: hidden;
		float: left;
		margin-bottom: 60px;
	}
	.garallymainimage{
		margin-bottom:60px;
	}
	.garallymainimage li{
		width: 100%;
		height: 500px;
	}

	.garallymainimage figcaption{
		position: absolute;
		top: 510px;
		left: 0;
		width: 100%;
	}
	.garallysentence{
		float: right;
		width: 48%;
	}
	.jisseki-full-contents .p-entry__share{
		content:"";
		display:block;
		clear:both;
	}
	/*flow*/
	.flowwrap, .acwrap{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 89.84375%;
		max-width: 1150px;
		margin-bottom:80px;
	}
	.page-template-page-recruit .acwrap{
		width:100%;
	}
	.flowwrap{
		overflow: hidden;
	}
	.flowwrap .allflowcontent{
		display: block;
	}
	.flowwrap h3{
		font-weight:bold;
		font-size: 26px;
	}
	.flowno{
		font-size:20px;
	}
	.flowwrap .flowleft{
		margin-right:20px;
		float: left;
	}
	.flowwrap .flowright{
		float: right;
	}
	.flowwrap .flowimg{
		width:40%;
	}
	.flowwrap .flowimgnone{
		width: 58%;
		padding: 5px 0 15px;
	}
	.contact_tel{
		float: left;
		width: 210px;
		text-align: center;
	}
	.contact_attention{
	    font-size: 14px;
		padding-top: 9px;
		display: block;
	}
	.qcont, .acont{
		display: flex;
		justify-content: normal;
		margin-bottom: 20px;
		align-items: baseline;
	}
	/*recruit*/
	#privacy h2{
		text-align:center;
		font-size:40px;
		margin-bottom: 40px;
	}
	.page-template-page-recruit h2{
		font-size: 40px;
		text-align:center;
		margin-bottom: 60px;
	}
	.page-template-page-recruit h2.recruit_cont_title{
		margin-bottom: 40px;
	}
	.page-template-page-recruit .tabs{
		margin-bottom: 80px;
	}
	.gaiyoleft{
		float: left;
		width: 50%;
	}
	.gaiyoright{
	    float: right;
		width: 44%;
	}
	.gaiyo_after_cont{
		padding: 20px 0;
		display: table;
		width: 100%;
	}
	.gaiyo_after_title{
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		width:30%;
	}
	.p-entry__body table.mailform-tbl th{
		width: 33%;
		text-align: left;
		position: relative;
		font-size:18px;
	}
	.p-entry__body table.mailform-tbl th span.attention{
		position: absolute;
		right: 20px;
		top: 20px;
		font-size:14px;
	}
	.tab_content div, .recruit_koumoku_wrap{
		/*width: 50%;
		padding: 25px;
		border-bottom: 1px solid #d6d6d6;
		float:left;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tab_content div.recruit_koumoku_title{
		width: 15%;
		float: left;
		padding: 25px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.tab_content div.recruit_koumoku_cont{
		width: 73%;
		float: left;
		padding: 25px;
	}
	.tab_item{
		font-size:19px;
		padding-bottom: 8px;
	}
	.informationtable h3{
		font-size: 40px;
		margin-bottom:60px;
	}
	.page-template-page-recruit .informationtable h3{
		margin-bottom:40px;
	}
	/*contact*/
	.page-template-page-contact h2{
		text-align:center;
	}
	.formcontent{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 89.84375%;
		max-width: 1150px;
	}
	.formcontent p{
		line-height: 2;
		font-size: 17px;
	}
	#privacy p{
		line-height: 2;
		font-size: 17px;
	}
	/*information*/
	.information{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 89.84375%;
		max-width: 1150px;
	}
	.page-template.information{
		max-width:unset;
		width:100%;
		margin: 0;
	}
	.post_box .content_box_l{
		float: left;
		width: 55%;
	}
	.post_box .content_box_r{
		float: right;
		width: 55%;
	}
	.post_box .image_box_l{
		width:40%;
		float:left;
	}
	.post_box .image_box_r{
		width:40%;
		float:right;
	}
	.tablewrap{
	    display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.infosubtitle{
		width:15%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.infosubtitle p{
		font-size:18px;
	}
	.infosubcont{
		width:73%;

	}
	/*#allcontent*/
	#allcontent h2{
		font-size:40px;
		margin-bottom: 50px;
	}
	.content_box_l h3, .content_box_r h3{
		font-size: 34px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	#allcontent p, p.plinheight{
		line-height: 2;
		font-size: 17px;
	}
	/*single*/
	.single .l-container {
    width: 850px;
    float: left;
	}
	.single .r-container {
    width: 300px;
    float: left;
	margin-top: 92px;
}
.single .l-secondary {
    width: 100%;
    padding-top: 0;
}
	.page-template-page-blog .p-entry.l-inner{
		margin-top:60px;
	}
}
@media screen and (max-width:959px){

	.page-template p, .archive p, .jissekimaeoki p{
		font-size: 15px;
		line-height: 2;
	}
	.maeoki{
		margin-top:30px;
		margin-bottom:30px;
	}
	#allcontent{
	    margin-top: 40px;
		margin-bottom: 40px;
	}
	.post_box {
		margin-bottom: 40px;
	}
	#allcontent h3{
		font-size: 21px;
		line-height: 39px;
		margin: 15px 0 10px 0;
		font-weight: 600;
	}
	#gaiyocont h3, .information #infocustomcontent .post_box h3{
		font-size: 26px;
		line-height: 39px;
		margin: 15px 0 10px 0;
	}
	#flow, .page-template-page-no-side-custom-all #slidercont, .acwrap, .freecont_article {
		width: 89.84375%;
		margin: 0 auto;
	}
	.acwrap{
		margin-bottom: 80px;
	}
	.page-template-page-recruit .acwrap{
		width:100%;
		margin-bottom:50px;
	}
	#flow h2, .acwrap h2{
		font-size:28px;
		margin-bottom: 40px;
		font-weight: 600;
	}
	.flowwrap h3{
		margin: 15px 0 10px 0;
	}
	.allflowcontent{
		margin-bottom:40px;
	}
	.contact_tel p{
		line-height: 1;
		font-size: 23px;
	}
	#gaiyocont{
		margin-top:40px;
	}
	.gaiyo_after_cont{
		margin-top: 25px;
	}
	.gaiyo_after_title {
		text-align: center;
		margin-bottom: 10px;
	}
	.recruit_cont_title{
		text-align: center;
		font-size:28px;
	}
	.tab_content div.recruit_koumoku_title{
		padding: 5px 20px;
	}
	.tab_content div.recruit_koumoku_title p{
		font-size:15px;
	}
	.recruit_koumoku_cont{
		padding: 10px 20px;
		margin-bottom: 10px;
	}
	.tab_item{
		padding-bottom: 8px;
	}
	.infosubtitle, .infosubcont{
		float:none;
	}
	.infosubtitle{
		padding: 5px 12px;
	}
	.infosubcont{
		padding: 10px 12px;
		margin-bottom: 10px;
	}
	.tablewrap{
		border:none;
	}
	.informationtable h3{
		font-size:22px;
		margin-bottom: 40px;
	}
	.tabs, .page-template-page-recruit .informationtable{
		margin-bottom: 40px;
	}
	.page-template-page-recruit h2.recruit_cont_title, .page-template-page-recruit .informationtable h3{
		margin-bottom:20px;
	}
	table, tr, th, td{
		display:block;
	}
	.p-entry__body table.mailform-tbl td.w60 input, .p-entry__body table.mailform-tbl td.w90 input, .p-entry__body table.mailform-tbl td.w90 textarea{
		width:100%;
		padding:0;
	}
.p-entry__body table.mailform-tbl th {
    border: none;
    background: none;
    display: block;
}
	.p-entry__body table.mailform-tbl tr{
		height:auto;
	}
	.page-template-page-recruit .p-entry.l-inner{
		padding: 0;
	}
	.p-entry__body table.mailform-tbl th, .p-entry__body table.mailform-tbl td{
		text-align:left;
		padding: 10px 0;
	}
	.p-entry__body table.mailform-tbl td{
		padding:0;
	}
	.p-entry__body table.mailform-tbl th span.attention{
		padding: 0 5px;
		font-size: 13px;
		margin-left: 5px;
	}
	.p-entry__body table.mailform-tbl th{
		margin-top:10px;
	}
	.p-entry__body table.mailform-tbl tr:fast-child th{
		margin-top:0;
	}
	.information{
		width: 89.84375%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.page-template.information{
		max-width:unset;
		width:100%;
		margin: 0;
	}
	#infocustomcontent h3{
		margin-bottom: 40px;
		font-size: 26px;
	}
	#infocustomcontent .post_box p{
		font-size:15px;
	}
	.info_link_button_title a{
		font-size: 13px;
	}
	.infosubcont iframe, .info_link_button_title {
		margin-top: 12px;
	}
	.infosubcont iframe{
		width:100%;
	}
	.p-archive-header h2.p-archive-header__title{
		font-size: 26px !important;
	}
	.p-archive-header{
		padding-top:30px;
	}
	.jisseki_all_select{
		position: relative;
		right: 0;
		margin-bottom: 20px;
		width: 222px;
	}
	.jisseki-full-contents{
		width: 89.84375%;
		margin: 0 auto;
	}
	.jisseki-full-contents .p-entry__date{
		font-size:15px;
	}
	.garallymainimage figure{
		height:260px;
	}
	.garallymainimage figcaption{
		position:absolute;
		top:268px;
		left:0;
	}

	.garallymainimage{
		margin-bottom: 40px;
	}
	.garallymain img{
		height: 100%;
		max-height: 260px;
	}
	.thumb{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

	}
	.thumb li{
		width: 19%;
		height:130px;
	}
	.jisseki_text{
		margin-top: 15px;
	}
	.jisseki_text p{
		font-size:15px;
	}
	.garallysentence{
		margin-top:22px;
	}
	.return_jisseki{
		position:relative;
		text-align: center;
		margin-bottom: 60px;
		margin-top: 30px;
	}
	.p-article03__thumbnail{
		margin-bottom:5px;
	}
	.return_jisseki a{
		display:inline-block;
	}
	.p-page-header__title{
		width:auto;
	}
	.formcontent{
		margin-top:30px;
	}
	.p-entry__body table.mailform-tbl td .mwform-checkbox-field{
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	.page-template-page-blog .p-entry.l-inner{
		margin-top:30px;
	}
	.p-article01__title{
		margin-top:5px;
	}
	.page-template .p-article01__category a{
		font-size: 12px;
	}
	.l-secondary{
		padding:0;
	}
	.single .p-entry__thumbnail{
		margin:0;
		margin-bottom: 20px;
	}
	.single .p-entry__thumbnail img{
		width:100%;
	}
	.single .p-entry__body p, #signature-block{
		font-size: 15px;
	}
	.single .r-container{
		padding:0 20px;
	}
	.qacontent{
		display: inline-block;
		width: 85%;
	}
}
/*tablet*/
@media screen and (min-width:641px) and (max-width:959px){
	.p-article01__thumbnail, .p-article01__title{
		margin-bottom: 7px;
	}
	.page-template-page-recruit .l-inner {
		width: 89.84375%;
	}
	.mailform-tbl tbody{
		width:100%;
		display: block;
	}
	.p-entry__body table.mailform-tbl{
		margin:0 0 50px 0;
	}
	.p-blog-list__item{
		width: 47%;
		float: left;
		margin-right: 5.65217%;
	}
	.p-blog-list__item:nth-of-type(3n){
		margin-right:5.65217%;
	}
	.p-blog-list__item:nth-of-type(2n){
		margin-right:0;
	}
	.jissekisearch {
		width: 55%;
		margin-bottom:50px;
	}
	.page-template-page-contact #privacy{
		margin-top:0;
		margin-bottom:40px;
	}
}
@media screen and (device-width:1024px) and (device-height:768px){
	.p-article01__thumbnail, .p-article01__title{
		margin-bottom: 7px;
	}
	.p-blog-list__item .p-article01__thumbnail{
		height: auto;
	}
	.page-template-page-blog .p-blog-list__item .p-article01__thumbnail{
		height:240px;
	}
	.jisseki-full-contents{
		margin: 0 auto;
		padding: 0 20px;
		width: auto;
	}
	.page-template-page-blog .l-container{
	    width: auto;
		float: none;
	}
	.page-template-page-blog .pagenavi{
		margin-bottom:0;
	}
	.page-template-page-blog .p-blog-list__item{
		width: 47%;
	}
	.page-template-page-blog .p-blog-list__item:nth-child(2n){
		margin-right:0;
	}
	.page-template-page-blog .r-container, .single .r-container{
		width:100%;
	}
	.garallysentence {
		float: left;
		width: 45%;
		margin-left: 28px;
	}
	.thumb li{
	    width: 95px;
		height: 95px;
	}
	.garallymainimage li{
		width: 490px;
		height: 490px;
	}
	.p-article03__thumbnail img{
	    height: 210px;
		object-fit: cover;
	}
	.page-template-page-recruit .l-inner{
		width: 89.84375%;
	}
	.recruit_koumoku_cont {
		width: 74%;
	}
	.gaiyocontent{
		width: 55%;
	}
	.gaiyoimg{
		width: 40%;
	}
	.tab_content div.recruit_koumoku_cont {
		width: 74.1%;
	}
	.page-template-page-recruit .p-entry.l-inner{
		width: 100%;
	}
	input#s{
		width: 340px;
	}
	.single .r-container{
		width: 89.84375%;
		margin: 0 auto;
		float: none;
	}
	.jisseki_all_select{
		margin-bottom:20px;
	}

	.p-global-nav {
		background: #222;
		display: none;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 99;
		width: 100%;
	}
	.l-header--fixed .p-global-nav {
		position: relative;
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow: hidden;
	}


	.hamburgerspnavi{
		display:block!important;
		width: 100%;
	}
	.hamburger{
		display:none;
	}
	.jissekisearch{
		width: 36%;
	}
}
@media screen and (min-width:769px){
	.informationtable div.tablewrap1, .recruit_koumoku_wrap, .tab_content_table div.tablewrap, .informationtable_first .tablewrap:first-child{
		border-top: 1px solid #d6d6d6;
	}
	
	.tab_content div{
		border-bottom:none;
	}
	.recruit_cont_wrap.tab_content{
		border-bottom: 1px solid #d6d6d6;
	}
}
@media screen and (min-width:1400px){
	#js-global-nav {
		display: flex!important;
		align-items: center;
	}
	.patty.active #js-global-nav {
		display: block!important;
		align-items: center;
	}
}
@media screen and (min-width:769px) and (max-width:1024px){
	.page-template-page-recruit .informationtable div.tablewrap1, .recruit_koumoku_wrap, .tab_content_table div.tablewrap, .page-template-page-recruit .informationtable_first .tablewrap:first-child{
		border:none;
	}
	.page-template-page-recruit .tablewrap, .recruit_cont_wrap.tab_content{
		border:none;
	}
}
/*max1399px*/
@media screen and (max-width:1399px){

}
@media screen and (max-width:1399px) and (min-width:1025px){
	#js-global-nav {
		display: flex!important;
		align-items: center;
	}
	.patty.active #js-global-nav {
    display: block!important;
    align-items: center;
}
}
@media screen and (min-width:1310px) and (max-width:1399px){
	.l-header__logo{
		width: auto;
		left: 11%;
		width: 20%;
	}
	.l-header__logo img{
		width: 100%;
	}
	.p-global-nav li{
		width:auto;
	}
	.tel-mail__child_2{
	}
	.tel-mail__child_2{
		width:140px!important;
	}
	/*.tel-mail, .tel-mail__child_2{
		display: none!important;
	}
	.l-header nav{
		top: 96px;
		position: relative;
		width: 100%;
	}
	.p-global-nav > li{
		float:none;
		width: 100%;
	}
	.l-header__inner{
		align-items: baseline;
	}
	.p-menu-button{
		line-height: 96px;
		width: 96px;
		height: 96px;
	}
	.p-global-nav a{
		color:#fff !important;
		height: 50px;
		line-height: 50px;
	}*/

}
@media screen and (min-width:1210px) and (max-width:1309px){
	.l-header__logo{
		width: auto;
		left: 11%;
		width: 20%;
	}
	.l-header__logo img{
		width: 100%;
	}
	.p-global-nav li{
		width:auto;
	}
	.tel-mail{
		width:200px!important;
	}
	.tel-mail__child_2{
		width:100px!important;
	}
	.p-global-nav > li > a{
		padding-right:10px;
		padding-left:10px;
	}
}
@media screen and (min-width:1025px) and (max-width:1209px){
	.l-header__logo{
		width: auto;
		left: 2%;
		width: 20%;
	}
	.l-header__logo img{
		width: 100%;
	}
	.p-global-nav li{
		width:auto;
	}
	.tel-mail{
		width:200px!important;
	}
	.tel-mail__child_2{
		width:100px!important;
	}
	.p-global-nav > li > a{
		padding-right:10px;
		padding-left:10px;
	}
}
/*SP*/
@media screen and (max-width:640px){
	.p-article03__thumbnail{
		height: 103px;
	}
	.p-article03__thumbnail img{
		object-fit:cover;
	}
	.p-page-header__title {
		position: relative;
		top: 15px;
	}
	.qacontent{
		display: inline-block;
		width: 80%;
	}
	.thumb li {
		height: 65px;
	}
	#allcontent #defocont.p4cont1{
		padding-top:40px;
	}
	.page-template-page-no-side-custom-all .post_box{
		padding-bottom:40px;
		margin-bottom:40px;
	}
	.page-template-page-recruit article#gaiyocont{
		margin-bottom:60px;
	}
	.recruit_cont_title{
		margin-bottom:40px;
	}
	.page-template-page-recruit .informationtable{
		margin-bottom:40px;
	}
	.mw_wp_form #submit-button{
		margin-bottom:60px;
	}
	.information #infocustomcontent .post_box.informationtable h3{
		margin-bottom:40px;
	}
	.page-template-page-contact #privacy{
		margin-top:0;
		margin-bottom:40px;
	}
}
@media screen and (device-width:1024px) and (device-height:1366px){
	.flowwrap .flowimgnone{
		width:56%;
	}
	.jisseki_all_select{
		margin-bottom: 30px;
	}
}
@media screen and (min-width:1025px){
	.garallymainimage li {
		width: auto;
		height: 500px;
	}
	.thumb{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.thumb li{
		width: calc(100%/5.1);
		height: 98px;
	}
}
@media screen and (min-width:960px) and (max-width:1024px){
	.thumb{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.thumb li{
		width: calc(100%/5.1);
		height: 98px;
	}
	.page-template-page-blog .r-container, .single .r-container {
		width: 100%;
		float: none;
	}
	.page-template-page-blog .l-container{
		width: auto;
		float: none;
	}
	.page-template-page-blog .p-blog-list__item{
		width: 47%;
	}
	.archive.category .p-blog-list__item, .archive.category .p-blog-list__item {
		margin-right: 5.65217%;
	}
	.p-blog-list__item:nth-of-type(2n){
		margin-right: 0;
	}
	.archive.category .p-blog-list__item:nth-of-type(3n){
		margin-right: 0;
	}

	.page-template-page-blog .p-blog-list__item:last-of-type {
		margin-right: 0;
	}
	input#s{
		width: 320px;
	}
	.p-entry__related-item .p-article03__thumbnail a{
		height: 163px;
		display: block;
	}
}
/*SNS*/
#twitter-widget-0 html body #widget .btn-o{
	width: 75px!important;
    height: 20px!important;
}
.line-it-button{
	width: 108px!important;
    height: 20px!important;
}
@media screen and (min-width:1186px) and (max-width:1240px){
	.recruittabs3 .tab_item{
		margin-right:21px;
	}
	.recruittabs3 .tab_item3 {
		margin-right: 0;
	}
}
@media screen and (min-width:960px) and (max-width:1186px){
	.recruittabs3 .tab_item{
		margin-right:15px;
	}
	.recruittabs3 .tab_item3 {
		margin-right: 0;
	}
}
@media screen and (max-width:768px){
	.page-template-page-recruit .l-inner{
		padding:0;
	}
}
@media screen and (max-width:959px){
	.recruittabs2 .tab_item{
		width: 48.5%;
		margin-right: 3%;
	}
	.recruittabs2 .tab_item2 {
		margin-right: 0;
	}
	.recruittabs3 .tab_item{
		width: 48.5%;
		margin-right: 3%;
	}
	.recruittabs3 .tab_item1 {
		margin-bottom:3%;
	}
	.recruittabs3 .tab_item2 {
		margin-right: 0;
	}
	.recruittabs4 .tab_item{
		width: 48.5%;
		margin-right: 3%;
	}
	.recruittabs4 .tab_item1, .recruittabs4 .tab_item2{
		width: 48.5%;
		margin-bottom:3%;
	}
	.recruittabs4 .tab_item2, .recruittabs4 .tab_item4{
		margin-right: 0;
	}
	.jissekisearch{
		/*width:auto;*/
	}
}
@media screen and (max-width:767px){
	.p-page-header__inner{
		height:110px;
	}
}
@media screen and (max-width:640px){
	.tab_item{
		height: 55px;
		line-height: 55px;
	}
	.jissekisearch input#s{
		width:75%;
	}
	.p-page-header__title h1{
		font-size:33px!important;
	}
	.p-page-header__title p{
		font-size:18px!important;
	}
	/* ▼ ローディングセンター中央 ▼ */
	.p-splash__inner.l-inner {
		top:45%!important;
	}
	/* ▼ ハンバーガーアイコン色 ▼ */
	/*.c-menu-button::before {
		color: #fdae4a!important;
	}*/
	/* ▼ ハンバーガーメニュースマホフォント色 ▼ */
	/*.p-global-nav > li > a {
		color:#444!important;
	}*/
	/* ▼ スマホメインテキスト非表示 ▼ */
	/*.p-main-header-item img {
		display:none;
	}*/
}

/*　▼　電話・メールお問い合わせ　▼　*/
h4.tel_title {
    background: #fdae4a;
    color: #fff;
    font-size: 1em;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px auto 10px auto;
    font-weight: bold;
}

/*　▼ プライバシーポリシー ▼　*/
h4.privacy {
    background:none;
    font-weight:bold;
	padding: 0;
    margin: 0;
}

/*　▼ 見出し「BLOG」 ▼　*/
.p-content03__blog-catch {
    letter-spacing: 0.07em;
}

/*　▼ 見出し「CONTACT」 ▼　*/
/*.l-footer__catch {
	letter-spacing: 0.07em;
}*/

.p-global-nav > li {
	margin-top:0px;
}

.p-global-nav li {
    width: auto;
}

.page-template-page-no-side-custom-all .post_box{
	border-bottom: none!important;
}

/*　▼ スクロール前影 ▼　*/
#js-header.l-header.l-header_option.l-header--fixed.l-header_opition {
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

/*　▼ スクロール後影 ▼　*/
/*#js-header.l-header.l-header_option.l-header--fixed.l-after_header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}*/

@media screen and (min-width: 960px) {
	/*　▼ 施工実績検索ボタン ▼　*/
	.p-widget {
    	width: auto;
	}
}

@media screen and (max-width:959px) and (min-width: 641px){
	/* セクション１と３画像中央・空白*/
	.p-main-image__img-image {
		margin-top:50px;
	}
	
	/* セクション２画像中央・空白*/
	.cbSlideL.scrollIn {
		/* margin-top:35px; */
	}
	/* ▼ ローディングセンター中央 ▼ */
	.p-splash__inner.l-inner {
		top:45%!important;
	}
	.l-header__logo.l-option_header__logo.c-logo img{
		width:85%;
	}
	/* ▼ ハンバーガーアイコン色 ▼ */
	/*.c-menu-button::before {
		color: #fdae4a!important;
	}*/
	/* ▼ ハンバーガーメニュースマホフォント色 ▼ */
	/*.p-global-nav > li > a {
		color:#444!important;
	}*/
	/* ▼ スマホメインテキスト非表示 ▼ */
	/*.p-main-header-item img {
		display:none;
	}*/
}

@media screen and (device-height: 1366px) and (device-width: 1024px) {
	/* セクション１と３画像中央・空白*/
	.cbSlideR.scrollIn {
   	 	transform: translate(0, 0)!important;
	}
	.p-main-image__img-image{
		margin-top:50px;
	}
	/* セクション２画像中央・空白*/
	.cbSlideL.scrollIn {
		/* margin-top:50px; */
	}
	/*　iPadproメインテキスト位置　*/
	#main-header-banner {
		/* top:68%!important; */
	}
	/*　iPadproサイトバナー位置　*/
	.p-main-header-item img {
		/*top: 50%!important;*/
	}
	/* ▼ ハンバーガーアイコン色 ▼ */
	.c-menu-button::before {
		color: #000!important;
	}
	/* ▼ ハンバーガーメニュースマホフォント色 ▼ */
	/*.p-global-nav > li > a {
		color:#444!important;
	}*/
	/* ▼ スマホメインテキスト非表示 ▼ */
	/*.p-main-header-item img {
		display:none;
	}*/
	/* ▼ フッターメニュー一行 ▼ */
	.l-footer li {
    	padding: 0 5px;
	}
}

/* ▼ 記事の一覧ボタン高さ ▼ */
.p-content03__blog-archive-link_option a {
	height:110%!important;
}

/* ▼ カテゴリとか新着一覧調整 ▼ */
@media screen and (min-width: 960px) and (max-width: 1279px){
	.single .r-container,.page-template-page-blog .r-container {
	width: 100%;
	}
	.p-widget{
		width:48%;
	}
	.jissekisearch input#s{
		width: 75%;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1279px){
	.jissekisearch{
		width:100%;
	}
}
@media screen and (min-width:1025px){
	.page-template h2, .archive h2, .category h2, .page-child h2, .single-post h2, .informationtable h3{
		letter-spacing:0.05em;
		font-size: 37px!important;
	}
	.r-container h2.p-widget__title{
		font-size:17px!important;
	}
	h2.p-headline{
		font-size: 16px!important;
	}
}

/* お問い合わせフォーム『ご住所』横幅調整 */
@media screen and (min-width:641px){
	.p-entry__body table.mailform-tbl td input[type="text"].w40{
		width:40%;
	}
	.p-entry__body table.mailform-tbl td input[type="text"].w90{
		width:100%;
	}
}

h4 {
	border: 2px solid #000;
	color: #000;
	border-radius: 20px;
	padding: 10px 0;
	text-align: center;
	margin: 7px 0;
	font-weight: initial;
}

/* お問い合わせフォーム横幅調整 */
@media screen and (max-width: 640px){
	.p-entry__body table.mailform-tbl td.w60 input, 
	.p-entry__body table.mailform-tbl td.w90 input, 
	.p-entry__body table.mailform-tbl td.w90 textarea, 
	.p-entry__body table.mailform-tbl input.w90{
	 width:88vw;
	}
   }
	/* スマホ時お問い合わせフォーム幅調整・ここまで */

	/* ipad pro以下head画像表示 */
/*@media screen and (max-width: 1024px){
	.p-page-header{
		background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/head.png)!important;
	}
}*/

@media screen and (min-width: 1025px) and (max-width: 1366px){
	.p-page-header__title p{
	 top:68%;/* 実機検証ではこの数値が最適でした。 */
	}
   }

   /* ロゴ画像調整 */
.c-logo img{
	height:auto;
}

/* ipad以下メインスライダー調整 */
@media screen and (max-width: 1024px) {
	.p-main-header_slider.slick-initialized.slick-slider.u-hidden {
		display:block;
	}
	#p-main-header_slider-item1 {
		background:  url(https://cdn.y-otsuka.com/wp-content/uploads/sp_main_sli1.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	#p-main-header_slider-item2 {
		background:  url(https://cdn.y-otsuka.com/wp-content/uploads/sp_main_sli2.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	#p-main-header_slider-item3 {
		background:  url(https://cdn.y-otsuka.com/wp-content/uploads/sp_main_sli3.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
}

/* 求人ページタブ調整 */
@media screen and (max-width: 640px){
	.recruittabs2 .tab_item,.recruittabs3 .tab_item,.recruittabs4 .tab_item{
		width:100%;
		margin-bottom:3%;
	}
}

@media screen and (max-width: 959px){
	.mw_wp_form #submit-button input{
	color:#000000!important;
	}
	}

	/* 営業電話お断り装飾 */
.atn {
	color: #D11C2C;
	font-weight: bold;
}

#signature-block img {
	max-width: 100%;
}

/* ロゴのはみ出し修正 */
@media screen and (max-width: 1024px) and (min-width: 641px) {
	.c-logo img{
		height: 90%;
	}
}

/* フッターテキスト位置調整 */
@media screen and (min-width: 960px){
	.p-copyright{
	bottom:-2em!important;
	}
}

@media screen and (max-width:640px){
	.mw_wp_form #submit-button input{
	color:#000000!important;
	}
}

@media screen and (max-width:640px){
	.mw_wp_form #submit-button input{
	color:#000000!important;
	}
}

/* 施工実績ギャラリー一覧調整 */
.thumb{
	justify-content:unset!important;
   }
   .thumb li{
	margin-right:2px;
   }
   
   /* 記事見出し調整 */
   .single h2, .single h3, .single h4, .single h5 {
	margin-bottom: 0;
	margin-top: 30px;
   }

/***** デザイナー調整ここから *****/
 /* ボタンの下線を消す */
.new-top-btn a { text-decoration: none !important;}

 /* プルダウンメニュー */
.p-global-nav .sub-menu a{background: #fff!important;}
/***** デザイナー調整ここまで *****/


/* プルダウン */
.p-global-nav ul.sub-menu li:last-child{
	display:block!important;
}
.p-global-nav ul.sub-menu a{
	background:; /*【PC・スマホ】プルダウンメニュー背景色*/
	color:; /*【PC・スマホ】プルダウンメニュー文字色*/
}
.p-global-nav .sub-menu a:hover{
	background:; /*【PC・スマホ】プルダウンメニューホバー背景色*/
	color:!important; /*【PC・スマホ】プルダウンメニューホバー文字色*/
}
.p-global-nav ul.sub-menu{
	margin-top:20px;
}
@media screen and (min-width:1025px){
.p-global-nav ul.sub-menu a{
	padding-left:10px;
}
}
@media screen and (max-width:1024px){
	.p-global-nav ul.sub-menu a{
		color:#000000;
	}
}
@media screen and (max-width:959px){
	.p-global-nav .menu-item-has-children > a > span::before{
		right:auto;
		left:100px;
	}
}
@media screen and (min-width:641px) and (max-width:959px){
	.p-global-nav ul.sub-menu a{
		padding-left:2%;
	}
}

/*menu*/
#js-global-nav {
    flex-wrap: wrap !important;
}
@media print, screen  and (min-width: 1025px){
		.p-global-nav > li > a{
		max-width: 175px!important;
		padding-top: 5px;
       padding-bottom: 5px;
	}
	.p-global-nav > li > a::after{
		    bottom: -3px!important;
	}

}
@media print, screen  and (max-width: 1650px) and (min-width: 1025px){
	.l-header__logo{
		   display: contents!important;
	}
}
@media screen and (max-width: 959px) {
    .p-global-nav .menu-item-has-children > a > span::before {
        left: 150px!important;
    }
}
/*Footer*/
html .p-global-nav li:last-child,html .l-footer li:last-child{
	display: revert !important;
}
@media print, screen and (min-width: 960px) {
    #footer ul.menu {
        column-count: 3 !important;
    }
	.l-footer li{
		display: grid !important;
        padding: 7px 0px !important;
        text-align: left;
        gap: 6%;
	}
	.p-fotter-nav ul>li a::after{
		height: 2px!important;
    bottom: -4px!important;
	}
	html .l-footer li:last-child{
		display: grid !important;
	}
	.l-footer li.menu-item-969{
		    display: inline-block !important;
		padding-right: 32% !important;
	}
	.l-footer li.menu-item-969 .sub-menu li:first-child,.l-footer li.menu-item-484 .sub-menu li:first-child{
		padding-top: 14px !important;
	}
}

@media screen and (max-width: 959px) {
	.l-footer .p-fotter-nav li:last-child{
	border-bottom: none!important;
	padding-bottom: 0px;
}
	   /*#footer .menu-item-1937 .sub-menu li:first-child  {
       border-top: 1px solid rgba(255, 255, 255, 1)!important;
			        margin-top: 15px!important;
    }*/
}

@media only screen and (max-width: 1024px) {
	  .p-global-nav li.current-menu-item a,.p-global-nav li.current-menu-parent a {
        color: #FFFFFF!important;
    }
	.p-global-nav li.current-menu-item ul.sub-menu a,.p-global-nav li.current-menu-parent ul.sub-menu a  {
        color: #000000!important;
    }
	.p-global-nav li ul.sub-menu li.current-menu-item a  {
        color: #238b23!important;
    }
	.p-global-nav .menu-item-has-children > a > span::before{
		border: 1px solid #ffffff!important;
        color: #fffbfb!important;
	}
	header .p-global-nav ul.sub-menu {
    margin-top: 0px;
}
	.l-after_header__logo a:hover, .p-after_global-nav > li > a:hover{
		color:#b6ffb6!important;
	}
}
.footer-poll {
    font-size: 100%;
    bottom: 0em !important;
}

/*////////////////////////////////////////////////
//　　↓↓↓　コーダー追加　ここから　↓↓↓　　//
////////////////////////////////////////////////*/

/*全体背景*/
.content {
    background: #eee8e0!important;
}
.acfwrap {
    background: #eee8e0!important;
}
.l-primary {
    background: #eee8e0!important;
}
.collapse_category_list {
    background: #eee8e0!important;
}
.p-widget-dropdown__title {
    background: #eee8e0!important;
    border: 1px solid #ddd!important;
}

/*太字*/
span.futoji{
	font-weight:bold;
}

/*大字*/
span.oomoji{
	font-size:1.1em;
}

/*各ページ共通　イメージ大きめ*/
.inner-box-img{
        text-align:center;
}
.inner-box-img img{
        width:75%;
	    margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
.inner-box-img img{
        width:100%;
}
}

/*各ページバナー*/
div.custom_bnr_area{
   text-align:center!important;
	width:100%;
	margin: 0 auto 30px auto;
}
@media screen and (max-width:1024px) {
div.custom_bnr_area{
   width:100%!important;
}
}
@media screen and (max-width:1024px) {
div.custom_bnr_area img{
   max-width: 100%!important; 
        height: auto!important;;
}
}
@media screen and (max-width: 960px) {
    div.custom_bnr_area img {
        width: 100% !important;
    }
}

/*カラム設定*/
.txt-col-two, .txt-col-three {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 960px){
        .txt-col-two, .txt-col-three{
                display: block!important;
        }
}



/*---------------------------------------------------------------------------------------------*/
/*ヘッダーナビゲーション*/
@media only screen and (min-width: 1025px) {
    #js-global-nav li.menu-item-1947 {
		display:none!important;
    }
}
/*#menu-item-1937 a {
    pointer-events: none!important; 
}
#menu-item-1685 a, #menu-item-1686 a, #menu-item-1948 a, #menu-item-1949 a, #menu-item-1950 a, #menu-item-1952 a, #menu-item-2012 a {
    pointer-events: all!important; 
}
@media screen and (max-width: 1024px){
.p-global-nav .menu-item-has-children > a > span::before {
    pointer-events: all!important; 
}
}

@media screen and (max-width: 959px) {
    .p-global-nav .menu-item-has-children > a > span::before {
        left: 180px !important;
    }
}
@media screen and (max-width: 1024px){
        .p-global-nav .sub-menu{
                display:block!important;
        }
}*/



/*---------------------------------------------------------------------------------------------*/
/*フッターナビゲーション*/
/*.l-footer li.menu-item-1937 a {
        display:none;
}
.l-footer li.menu-item-1937 ul a{
        display:block!important;
}
.l-footer li.menu-item-1937 ul.sub-menu li.menu-item-1685, .l-footer li.menu-item-1937 ul.sub-menu li.menu-item-1686, .l-footer li.menu-item-1937 ul.sub-menu li.menu-item-1948, .l-footer li.menu-item-1937 ul.sub-menu li.menu-item-1949, .l-footer li.menu-item-1937 ul.sub-menu li.menu-item-1950, .l-footer li.menu-item-1937 ul.sub-menu li.menu-item-1952 {
        display:block!important;
}

@media screen and (max-width:960px){
.p-fotter-nav ul>li a::after {
    display:none;
}
}
@media screen and (max-width: 959px) {
    #footer .menu-item-1937 {
    padding-top: 0!important;
    }
}*/


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

/*メインバナー*/
@media screen and (min-width: 1025px) {
    #main-header-banner {
        display: none!important;
    }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
    #main-header-banner {
        display: none!important;
    }
}



/*セクション1*/
#cb_1 .p-main-image_btn {
    margin: 15px 0 0 !important;
}
.top-link-btn-wrap{
	margin-top:30px;
}
.txt-col-two .link-btn-box {
    display: block;
    box-sizing: border-box;
    flex-basis: 49%;
    margin-bottom: 5px;
}

.top-bnr-wrap{
	margin:50px auto auto;
	text-align:center;
}
.top-bnr-wrap img{
	width:auto;
}


/*---------------------------------------------------------------------------------------------*/
#allcontent #defocont {
    border-top: none!important;
}

/*業務案内*/

.txt-col-two .one {
    display: block;
    box-sizing: border-box;
    /*padding: 25px;*/
    background: #fff;
    flex-basis: 49%;
    /*margin-bottom: 30px;*/
	/*border: 1px solid #c5c5c5;*/
}

.txt-col-three .one {
    display: block;
    box-sizing: border-box;
    padding: 0;
    flex-basis: 32%;
    margin-bottom: 30px;
	/*border: 1px solid #c5c5c5;*/
}
.work-box{
	margin-top:40px;
}

/*#allcontent h2 {
	background: #EA5404;
	background: linear-gradient(180deg,rgba(234, 84, 4, 1) 0%, rgba(191, 71, 6, 1) 100%);
	color: #FFF;
	border:solid 2px #FFF;
	box-shadow: 0px 1px 1px rgba(2,2,1,0.2);
	line-height:1.8;
	border-radius:10px;
}*/

h3.conte-title-h3 {
    font-size: 1.4em;
    color: #000;
    text-align: center;
}
h4.conte-sub-title-h4{
	border: 0;
    color: #BF4706;
    border-radius: 0;
    padding: 10px 0;
    margin: 0px 0 20px;
    font-weight: bold;
	line-height:1.5;
	text-align:left;
	font-size: 1.2em;
}
@media screen and (min-width: 961px) {
.conte-box-text{
	text-align:center;
}
	h4.conte-sub-title-h4{
	text-align:center;
}
}

@media screen and (min-width: 961px) {
.page-btn-area{
	width:60%;
	margin:0 auto;
}
}

/*リペアページ*/
.title-before{
	background:#844625;
	color:#FFF;
	text-align:center;
	font-size:1.5em;
	letter-spacing:1px;
	padding:0.5em;
}
.title-after{
	background:#EA5404;
	color:#FFF;
	text-align:center;
	font-size:1.5em;
	letter-spacing:1px;
	padding:0.5em;
}

/*---------------------------------------------------------------------------------------------*/

/*電話リンク LINE画像表示*/
.infosubcont a.tel-link{
    background:#000!important;
    color:#FFF!important;
    padding: 0.8em 1.2em!important;
    border-radius:2em!important;
}

@media screen and (min-width: 641px) {
.infosubcont a.tel-link{
    pointer-events: none!important;
}
}

/*---------------------------------------------------------------------------------------------*/

/*会社概要ページ*/


.gaiyoleft h3, .gaiyoright h3, .information #infocustomcontent .post_box h3 {
	background: #EA5404;
	background: linear-gradient(180deg,rgba(234, 84, 4, 1) 0%, rgba(191, 71, 6, 1) 100%);
    color: #FFF;
	border:solid 2px #FFF;
	box-shadow: 0px 1px 1px rgba(2,2,1,0.2);
	line-height:1.8;
	border-radius:10px;
	margin-bottom:40px;
	text-align:center!important;
}
div.conte-title-h3 {
    font-size: 1.4em;
    color: #000;
	text-align:center;
	margin-block-end: 1em;
	font-weight:bold;
}
@media screen and (min-width: 768px) {
    .page-id-51 .sec5-bnr.bnr-right {
        transform: translateX(0px);
    }
}



/*---------------------------------------------------------------------------------------------*/

/*お問い合わせページ*/
.my_1{
    background: #635d5a;
    background: linear-gradient(180deg,rgba(99, 93, 90, 1) 0%, rgba(64, 58, 58, 1) 100%);    display: block;
    text-align: center!important;
    padding: 3px 10px 8px;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
	border:solid 2px #FFF;
	box-shadow: 0px 1px 1px rgba(2,2,1,0.2);
   margin-top:30px;
	display:block;
}
.mail-icon:before {
	content: "\f095";
	font-family: "design_plus";
    position: relative;
    top: 2px;
    left: 0;
    font-size: 1.4em;
	margin-right:8px;
}
.tel-icon:before{
	content: "\f0e0";
    font-family: "design_plus";
    position: relative;
    top: 4px;
    left: 0;
    font-size: 1.4em;
	margin-right:8px;
}
.insta-icon:before{
	content: "\ea92";
    font-family: "design_plus";
    position: relative;
    top: 4px;
    left: 0;
    font-size: 1.4em;
	margin-right:8px;
}

div.my_1_img{
	width:100%;
	margin-bottom:30px;
}
div.my_1_img img{
	width:300px;
}
@media screen and (max-width:640px){
	div.my_1_img img{
		width:100%;
	}
}
.mw_wp_form #submit-button input {
    background: none!important;
}
.p-entry__body table.mailform-tbl td input, .p-entry__body table.mailform-tbl td textarea {
    background: #fff!important;
}
/*@media screen and (min-width: 768px) {
    .page-id-55 .sec5-bnr.bnr-right {
        margin-left: -90px!important;
        margin-right: auto;
    }
}*/
/*---------------------------------------------------------------------------------------------*/

/*プライバシーポリシー*/
.priv-h3{
            padding-top: 40px;
    margin-bottom: 10px;
}

/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*フォント指定*/
body, #searchsubmit, #s, #submit-button input, #submit-button-back input, .tel-mail__child_0, .p-content03__news-catch, .footer_tel {
     font-family: "Changa One","Zen Antique Soft", sans-serif!important;
}
.p-page-header__title, .p-archive-header__title, .p-article01__title, .p-article02__title, .p-entry__title, .p-main-image__title, .c-nav01__item, .p-article03__title, .p-widget-post-list__item-title, .p-content02__item-title, .p-content01__catch, .p-content04__catch, .p-article04__title, .p-content03__blog-catch, .p-hero-header__nav-item-title, .p-hero-header__slider-item-title, .l-footer__catch, h3, h2, .gaiyo_after_title {
    font-family: "Changa One","Zen Antique Soft", sans-serif!important;
}

.l-header__inner {
  font-family: "Changa One", sans-serif!important;
}

.page-template h2, .archive h2, .category h2, .page-child h2, .single-post h2, .informationtable h3, .gaiyoleft h3, .gaiyoright h3, .information #infocustomcontent .post_box h3 {
        font-family: "Changa One","Zen Antique Soft", sans-serif!important;
        font-size: 37px !important;
}
h4.conte-sub-title-h4 {
        font-family: "Changa One", sans-serif!important;
}
span.tel_num1, span.tel_num1 a {
    font-family: "Changa One", sans-serif!important;
}
span.footer_tel_num1, span.footer_tel_num1 a {
    font-family: "Changa One", sans-serif!important;
}
#footer ul.menu {
    font-family: "Changa One", sans-serif!important;
}


/*追加ボタン　エアブラシページ*/
.add-btn-area{
	width:100%;
	text-align:center;
	margin:auto;
}
.btn-square-slant {
  display: inline-block;
  position: relative;
  padding: 1em 1.8em;
  text-decoration: none;
  background: #BF4706;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 5px #662603;/*ボタン色より暗めに*/
  border-right: solid 5px #8b3404;/*ボタン色より暗めに*/
}

.btn-square-slant:before {  
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #eee8e0;
}

.btn-square-slant:after {  
  content: " ";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #eee8e0;
  border-bottom-color: transparent;
}

.btn-square-slant:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(6px,6px);
  transform: translate(6px,6px);
}

.btn-square-slant:active:after, .btn-square-slant:active:before {
  content: none;/*ボタンを押すと線が消える*/
}

/*追加ボタン　モルタル造形ページ*/
.btn-text-3d {
  text-decoration: none;
  font-weight: bold;
  font-size: 37px;
  color: #ea5404;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #9f3b05, 0px 2px 0px #794d36, 0px 3px 0px #aa6845;
	font-family: "Changa One","Zen Antique Soft", sans-serif!important;
}
.btn-text-3d:active {
  top: 4px;
  text-shadow: none;
}


/*セクションタイトル装飾変更　エイジングページ*/
/*----リセットコード-----*/
#allcontent h2 {
    color: unset;
    border: none;
    box-shadow: none;
    line-height: 1.8;
    border-radius: none;
}
#allcontent h2 {
  position: relative;
  padding: 0.25em 0;
}
#allcontent h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(234,84,4), #732b04);
  background: linear-gradient(to right, rgb(234,84,4), #732b04);
}

/*施工の流れセクション追加*/
.flow-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.flow-item {
    position: relative;
}


.flow-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 959px){
	.flow-item {
	padding: 25px 20px;	
}
}
.step {
    display: inline-block;
    background: #61341c;
    color: #fff;
    font-size: 15px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
    font-weight: 700;
}
.flow-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.flow-item:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #d8916b;
    font-weight: 700;
}
.flow-title{
	font-weight:bold;
	font-size:37px;
	text-align:center;
	color:#ea5404;
	margin-bottom:30px;
}
@media screen and (min-width: 960px) {
    #allcontent .flow-item p {
        line-height: 1.7;
        font-size: 15px;
    }
}
@media (max-width: 820px) {
    .flow-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .flow-item:not(:last-child)::after {
        content: "↓";
        right: auto;
        left: 50%;
        top: auto;
        bottom: -18px;
        transform: translateX(-50%);
    }
}

/*追加ページ　施工の流れページ*/
.board-section--white {
    background: #FFF;
}
.board-section {
    padding: 64px 0;
	border-radius:10px;
}
.board-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #ea5404;
    padding-left: 16px;
    border-left: 4px solid #ea5404;
    margin-bottom: 32px;
    line-height: 1.5;
}
.board-flow__body {
    display: flex;
}
.board-flow__steps {
    flex: 1;
    min-width: 0;
}
.board-step {
    display: flex;
    gap: 20px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
}
.board-step__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    background: #ea5404;
    color: #fff;
    border-radius: 4px;
    padding: 8px 4px;
}
body.board .board-step__label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}
.board-step__num {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-top: 4px;
}
.board-step__title {
    font-size: 20px!important;
    font-weight: 700;
   /* color: #ea5404;*/
    margin-bottom: 8px;
	line-height:1.5!important;
}
span.board-step__en-title{
    font-size: 20px;
	color: #ea5404;
	display:inline-block;
	margin-bottom:0.5em;
}
@media screen and (max-width: 959px) {
    .board-flow__body {
        flex-direction: column;
    }
}

/*---------------------------------------------------------------------------------------------*/
/*サービスページ*/
/*----リセットコード-----*/
.page-id-1927 .freecont_article {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
	width: 100%!important;
    max-width: unset!important;	
}
@media screen and (min-width: 1025px) {
    .page-id-1927 .content {
        padding-bottom: 0!important;
    }
}


/*---------------------------------------------------------------------------------------------*/
/*----追加スタイル-----*/
/*ボタン装飾*/
.btn-page-service {
  background: #FFF;
  color: #000 !important;
  border: 4px solid #000;
  font-size: 20px;
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 4px 4px 0 #000;
  transition: all 0.1s ease;
  position: relative;
  top: 0;
  left: 0;
border-radius: 50px;
	width:40%;
	
}

.btn-page-service:hover {
  background: #ffcb0c;
}

.btn-page-service:active {
  top: 4px;
  left: 4px;
  box-shadow: 0 0 0 #000;
}

.btn-page-service {
  display: inline-block;   /* ← ボタン化 */
  text-decoration: none;   /* ← 下線消す */
}

.btn-page-service {
  display: block;
  text-align: center;
  text-decoration: none !important;
  padding: 18px 32px;
}

.c-arrow-link {
  position: relative;
  display: inline-block;
  padding: .8rem 6.4rem 1.2rem .4rem;
  border-bottom: 1px solid;
  letter-spacing: .1em;
}

.c-arrow-link::before, .c-arrow-link::after {
  position: absolute;
  display: inline-block;
  content: '';
}

.c-arrow-link::before {
  right: .8rem;
  bottom: .8rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-arrow-link::after {
  right: 1.6rem;
  bottom: 1.5rem;
  width: .4rem;
  height: .4rem;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*セクション装飾*/

.p-service .service-section {
  position: relative;
  padding: 5%;
}

.p-service .service-section.odd-item {
  margin-right: 15%;
  padding: 80px 35% 80px 10%;
  background: #F4DFD2;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .p-service .service-section.odd-item {
    margin: 0 0 260px;
    padding: 80px 5% 230px;
  }
}
@media screen and (max-width: 640px) {
  .p-service .service-section.odd-item{
    margin: 0 0 120px;
    padding: 80px 5% 115px;
  }
}

.p-service .service-section.odd-item .service-section__figure {
  right: -10%;
}

@media screen and (min-width: 641px) and (max-width: 1024px){
  .p-service .service-section.odd-item  .service-section__figure {
    right: 0;
    bottom: -240px;
  }
}
@media screen and (max-width: 640px) {
  .p-service .service-section.odd-item  .service-section__figure {
    right: 0;
    bottom: -124px;
  }
}



.p-service .service-section.odd-item  .service-section__figure img {
  position: absolute;
  top: 0;
}


.p-service .service-section.even-item {
  margin-left: 15%;
  padding: 80px 10% 80px 35%;
  background: #FFF7D6;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .p-service .service-section.even-item {
    margin: 0 0 260px;
    padding: 80px 5% 230px;
  }
}
@media screen and (max-width: 640px) {
  .p-service .service-section.even-item {
    margin: 0 0 120px;
    padding: 80px 5% 150px;
  }
}

.p-service .service-section.even-item .service-section__figure {
  bottom: 40px;
  left: -10%;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .p-service .service-section.even-item .service-section__figure {
    /*bottom: -124px;*/
	  bottom:-240px;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-service .service-section.even-item .service-section__figure {
    bottom: -124px;
    left: 0;
  }
}

.p-service .service-section.even-item .service-section__figure img {
  position: absolute;
  top: 0;
}

/*.p-service .service-section:first-child {
  margin-top: -80px;
  padding-top: calc(8.5rem + 60px);
}

@media screen and (max-width: 1024px) {
  .p-service .service-section:last-child {
    margin-bottom: 240px;
    padding-bottom: 175px;
  }
}*/

.p-service .service-section .service-section__link {
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section .service-section__link {
    text-align: center;
  }
}

.p-service .service-section__figure {
  position: absolute;
  bottom: 40px;
  width: 40%;
  max-width: 640px;
  max-height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}
@media screen and (min-width: 641px) and (max-width: 959px) {
.p-service .service-section__figure {
    max-width: 90%!important;
}
}
@media screen and (max-width: 640px) {
.p-service .service-section.even-item .service-section__figure {
        left: 20px;
}
    .p-service .service-section.odd-item .service-section__figure {
        right: 20px;
    }
	figure {
    margin: 0!important;
}
    .p-service .service-section__figure  {
        width: 90.5%!important;
    }	
}
.p-service .service-section__figure-img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section__figure {
    width: 95%;
  }
}

.p-service .service-section__figure::before {
  display: block;
  padding-top: 60%;
  content: "";
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .p-service .service-section__figure::before {
    /*padding-top: 210px;*/
	  padding-top:415px;
  }
}
@media screen and (max-width: 640px) {
  .p-service .service-section__figure::before {
    padding-top: 210px;
  }
}

.p-service .service-section__lead .c-heading-2__large-text,
.p-service-single .service-section__lead .c-heading-2__large-text {
  display: block;
  font-size: 45px;
  font-size: 4.5rem;
}
.p-service .service-section.odd-item .service-section__lead .c-heading-2__large-text {
    color: #dd5005;
}
	.p-service .service-section.even-item .service-section__lead .c-heading-2__large-text {
    color: #f3d95b;
}
@media screen and (max-width: 1024px) {
  .p-service .service-section__lead .c-heading-2__large-text,
  .p-service-single .service-section__lead .c-heading-2__large-text {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .2em;
  }
}


@media screen and (max-width: 767px) {
  .p-service .service-section__lead .c-heading-2__large-text,
  .p-service-single .service-section__lead .c-heading-2__large-text {
    font-size: 2.2rem;
  }
}


.p-service .service-section__lead .c-heading-2__small-text,
.p-service-single .service-section__lead .c-heading-2__small-text {
  display: block;
  font-size: 1rem;
	color:#333;
}

.p-service .service-section__lead .c-sub-tertiary-heading,
.p-service-single .service-section__lead .c-sub-tertiary-heading {
  padding-top: 16px;
  font-size: 30px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section__lead .c-sub-tertiary-heading,
  .p-service-single .service-section__lead .c-sub-tertiary-heading {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.p-service .service-section__lead .service-lead__sentence,
.p-service-single .service-section__lead .service-lead__sentence {
  padding-top: 50px;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section__lead .service-lead__sentence,
  .p-service-single .service-section__lead .service-lead__sentence {
    padding-top: 20px;
  }
}
h2.c-heading-2{
	margin-bottom:5px;
}
.c-paragraph{
	line-height:2;
	font-size:17px;
}


/*---------------------------------------------------------------------------------------------*/
/*店舗ページ*/
.txt-col-two2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px){
        .txt-col-two2{
                display: block!important;
        }
}
.txt-col-two2 .one {
    display: block;
    box-sizing: border-box;
    /* padding: 25px; */
    flex-basis: 49%;
	padding:22px 0;
}
/*---------------------------------------------------------------------------------------------*/
/*20260521追加*/
/*2カラム偶数表示*/
.grid-2col-even-wrap {
}

.grid-2col-even-wrap .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.grid-2col-even-wrap .item {
    overflow: hidden;
  }

.grid-2col-even-wrap .item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
  }


  /* スマホ対応 */
  @media (max-width: 768px) {
    .grid-2col-even-wrap .grid {
      grid-template-columns: 1fr;
    }
  }

/*2カラム奇数表示*/
.grid-2col-odd-wrap {
}

.grid-2col-odd-wrap .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.grid-2col-odd-wrap .item {
    overflow: hidden;
  }

.grid-2col-odd-wrap .item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
  }
  /* 最後の5番目だけ中央寄せ */
  .grid-2col-odd-wrap .item:last-child {
    grid-column: 1 / -1;
    max-width: 48%;
    width: 100%;
    justify-self: center;
  }

  /* スマホ対応 */
  @media (max-width: 768px) {
    .grid-2col-odd-wrap .grid {
      grid-template-columns: 1fr;
    }

    .grid-2col-odd-wrap .item:last-child {
      max-width: 100%;
      grid-column: auto;
    }
  }

/*3カラム　奇数表示*/
.grid-3col-odd-wrap{
  }

.grid-3col-odd-wrap .grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

.grid-3col-odd-wrap .item{
    overflow: hidden;
  }

.grid-3col-odd-wrap .item img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
  }

  /* 2段目の2アイテムを中央配置 */
.grid-3col-odd-wrap .item:nth-child(4){
    grid-column: 1 / 2;
    transform: translateX(50%);
  }

.grid-3col-odd-wrap .item:nth-child(5){
    grid-column: 2 / 3;
    transform: translateX(50%);
  }

  /* タブレット */
  @media (max-width: 900px){

.grid-3col-odd-wrap .grid{
      grid-template-columns: repeat(2, 1fr);
    }

.grid-3col-odd-wrap .item:nth-child(4),
.grid-3col-odd-wrap .item:nth-child(5){
      transform: none;
      grid-column: auto;
    }

    /* 最後だけ中央寄せ */
.grid-3col-odd-wrap .item:last-child{
      grid-column: 1 / -1;
      max-width: 48%;
      width: 100%;
      justify-self: center;
    }
  }

  /* スマホ */
  @media (max-width: 600px){

.grid-3col-odd-wrap .grid{
      grid-template-columns: 1fr;
    }

.grid-3col-odd-wrap .item:last-child{
      max-width: 100%;
      grid-column: auto;
    }
  }

/*---------------------------------------------------------------------------------------------*/

/*////////////////////////////////////////////////
//　　↑↑↑　コーダー追加　ここまで　↑↑↑　　//
////////////////////////////////////////////////*/


/***** デザイナー調整ここから *****//***** デザイナー調整ここから *****//***** デザイナー調整ここから *****//***** デザイナー調整ここから *****//***** デザイナー調整ここから *****/

/***** メイン画像 *****/

/* タブレット時に背景画像が上から始まる現象の回避（中央配置） */
@media screen and (max-width: 767px) {.p-main-header_slider-item {background-position: center center !important;}}

/* スマホ時に背景画像が若干右にずれる現象の回避 */
@media screen and (min-width: 768px) and (max-width: 1024px) {.p-main-header_slider-item {background-position: center center !important;}}

/* iPad Mini横(1024px)ではPC用画像を使用、iPad Pro縦(1024px)ではSP画像を使用 */
@media screen and (width: 1024px) and (orientation: landscape) {.p-main-header_slider-item1 {background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/main_sli1.png) !important;}}
@media screen and (width: 1024px) and (orientation: portrait) {.p-main-header_slider-item1 {background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/sp_main_sli1.png) !important;}}

@media screen and (width: 1024px) and (orientation: landscape) {.p-main-header_slider-item2 {background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/main_sli2.png) !important;}}
@media screen and (width: 1024px) and (orientation: portrait) {.p-main-header_slider-item2 {background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/sp_main_sli2.png) !important;}}

@media screen and (width: 1024px) and (orientation: landscape) {.p-main-header_slider-item3 {background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/main_sli3.png) !important;}}
@media screen and (width: 1024px) and (orientation: portrait) {.p-main-header_slider-item3 {background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/sp_main_sli3.png) !important;}}

/* PC */
@media (min-width: 1025px) {
  .p-main-header-item img {
    top: 45% !important;
  }
}

/* タブレット大 */
/*@media (max-width: 1024px) {
  .p-main-header-item img {
    top: 5% !important;
  }
}*/

@media screen and (width: 1024px) and (orientation: portrait) {
  .p-main-header-item img {
    top: 85% !important;
  }
}

/* タブレット */
@media (max-width: 974px) {
  .p-main-header-item img {
    width: 90% !important;
	top: -25% !important;
  }
}

/* スマホ */
@media (max-width: 640px) {
  .p-main-header-item img {
    width: 90% !important;
	top: -15% !important;
  }
}



/* スライダー背景・切り替わり時だけ動く */

#header-slider .slick-slide {
  opacity: 0 !important;
  transform: scale(1.08);
  transition:
    opacity 1.4s ease,
    transform 1.4s ease !important;
}

#header-slider .slick-slide.slick-active {
  opacity: 1 !important;
  transform: scale(1);
}

/* メイン画像（ファーストビュー）左に白帯 */
/*.p-main-header {
  position: relative;
}

.p-main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #eee8e0;
  z-index: 6;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .p-main-header::before {
    width: 0px;
  }
}*/

/* キャッチコピーを白線より手前に配置 */
/*@media (min-width: 1024px){.p-main-header-item {
  position: relative;
  z-index: 10;
	}}*/

/* キャッチコピーPC時左下 */
@media (min-width: 1025px){.p-main-header-item img {
  right: unset !important;
  left: 0 !important;
  top: unset !important;
  bottom: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
	}}

@media screen and (width: 1024px) and (orientation: landscape) {.p-main-header-item img {
  right: unset !important;
  left: 0 !important;
  top: unset !important;
  bottom: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
	}}




/***** ニュースセクション *****/ 
/* タイトル太字 */
 .p-content03__news-catch{
	font-weight:bold;
} 

.p-content03__news {
	padding-bottom: 30px;
    padding-top: 30px;
}

/*---------------------------------------------------------------------------------------------*/

/***** セクション1 *****/

/* 通常セクションのボタン余白調整 */
.p-main-image_btn {
        margin-top: 20px !important;
    }

.cb_text_1 {
	padding-bottom: 90px;
}

/* sec1-2の本文・リンクを太字に */
/* .p-main-image__desc{
	font-weight:900;
} */

.p-main-image_btn-link, .p-main-image_btn-link_option, .u-clearfix{
	font-weight:900;
}

.p-main-image_btn-link a:hover{
	font-weight:900 !important;
}

/* sec1-2の画像上余白なし */
@media screen and (max-width: 640px) {
    .p-main-image__img-image {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1024px) {
.cbSlideUp.scrollIn {
    margin-top: 0px !important;
	}}

@media screen and (max-width: 959px) and (min-width: 641px) {
    .p-main-image__img-image {
        margin-top: 0px !important;
    }
}


/* 背景下寄せ */
#cb_1.p-main-image {
    background-position: left bottom;
}

#cb_2.p-main-image {
    background-position: right top;
}

/* ===== バナー本体 ===== */
.top-bnr {
  display: inline-block;
  position: relative;
  overflow: hidden; /* ← これ追加（重要） */

  filter: drop-shadow(10px 10px 0 #000);
  transition: all 0.3s ease;
}

.top-bnr img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== オレンジ ===== */
.top-bnr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(234, 84, 4, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius:10px;
}

/* ===== hover ===== */
.top-bnr:hover {
  transform: translate(4px, 4px);
  filter: drop-shadow(2px 2px 0 #000);
}

.top-bnr:hover::before {
  opacity: 1;
}
/*---------------------------------------------------------------------------------------------*/

/***** セクション2 *****/

/* 画像のリンクなし */
#cb_banner_3 a {
  pointer-events: none;
}


/*---------------------------------------------------------------------------------------------*/

/***** セクション3 *****/

.p-content01__desc{
/*	font-weight:900; */
	color:#000000;
}

@media screen and (min-width: 1024px) {
	.p-content01__desc {
/*		line-height: 1.4; */
		line-height: 1.6;
	}
}

@media screen and (max-width: 640px) {
    .bannersection .banner_items {
		margin-top: 50px;}}

@media screen and (max-width: 1023px) {
	.p-content01 .p-content01__desc {
    text-align: left;
    font-size: 20px !important;
	}}

/*---------------------------------------------------------------------------------------------*/

/***** セクション4 *****/

/* ===== セクション余白リセット ===== */
#cb_4.p-content05 {
	padding: 0 !important;
	line-height: 1 !important;
}

/* ===== ループ全体 ===== */
.loop-container {
	width: 100%;
	overflow: hidden;
	display: flex;
	background-color: #ffffff;
	padding: 0 !important;
}

/* ===== スライド本体（枚数可変対応） ===== */
.loop-slide {
	display: inline-flex;
	align-items: center;
	gap: 0px;
	padding-right: 0px;
	flex-shrink: 0;
	width: max-content;
	animation: loop-slide 60s linear infinite;
}

/* ===== 画像 ===== */
.loop-slide img {
	display: block;
	width: 100%;
	object-fit: contain;
	padding: 20px;
}

/* ===== アニメーション ===== */
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

/* ===== タブレット ===== */
@media screen and (min-width: 769px) and (max-width: 1024px){

  .loop-slide img {
    width: 400vw !important;
    max-width: none !important;
    height: auto !important;
    transform: none !important;
  }

}

/* ===== スマホ ===== */
@media screen and (max-width: 768px) {
	.loop-slide img {
		height: 200px;
	}
}

.loop-container {
  position: relative;
  background: linear-gradient(
    to bottom,
    #ffe50c 0%,
    #ffe50c 50%,
    #eee8e0 50%,
    #eee8e0 100%
  );

  /* サイズ系 */
  height: auto !important;
  min-height: auto !important;
  transform: none !important;
  scale: 1 !important;
}


/* スマホ時テキスト左寄せ */
@media screen and (max-width: 768px) {.l-inner .p-content01__catch {
	text-align: left; }}

@media screen and (min-width: 769px) {
  .p-content01__desc {
    text-align: center !important;
  }
}

/*---------------------------------------------------------------------------------------------*/

/***** セクション5 *****/

/* ===== 親コンテナ ===== */
.sec5-banners {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px; /* バナー同士の間隔（白の隙間） */
}

/* ===== バナー共通 ===== */
.sec5-bnr {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 30%; /* 横幅を少し絞る */
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* ===== 背景画像指定 ===== */
.sec5-bnr.bnr-left {
  background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/bg_sec5_01.png);
  margin-right: auto; /* 左寄せ */
}

.sec5-bnr.bnr-right {
  background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/bg_sec5_02.png);
  margin-left: auto; /* 右寄せ */
}

/* ===== 文字 ===== */
.sec5-bnr span {
	position: relative;
    z-index: 2;
    font-size: clamp(24px, 5vw, 30px);
    padding: 10px;
    letter-spacing: 0.05em;
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
	font-family: "Changa One", system-ui !important;
    font-weight: bold;
}

/* ===== hover暗幕 ===== */
.sec5-bnr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(234, 84, 4, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.sec5-bnr:hover::before {
  opacity: 1;
}

/* ===== タブレット ===== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sec5-bnr {
    width: 70%;
  }

  .sec5-bnr span {
/*    font-size: 30px !important;*/
  }
}


/* ===== スマホ ===== */
@media screen and (max-width: 767px) {
  .sec5-bnr {
    width: 100%;
    height: 150px;
    margin: 0 auto;
  }

  .sec5-bnr span {
/*    font-size: 30px !important;*/
  }
}
/* ===== 背景色 ===== */
.p-content05 {
    background-color: #eee8e0;
}

/* 追加 */
.sec5-bnr {

  /* ▼ アメリカンなベタ影 */
  box-shadow: 10px 10px 0 #000;

  /* ▼ パキッとさせる */
  border: 10px solid #000;

  /* ▼ アニメーション */
  transition: all 0.3s ease;
}

.sec5-bnr:hover {
  transform: translate(4px, 4px); /* 影の方向に動かす */
  box-shadow: 2px 2px 0 #000;     /* 影を短くする */
}

@media screen and (min-width: 768px) {
  .sec5-bnr.bnr-left,
  .sec5-bnr.bnr-right {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .sec5-bnr.bnr-left {
    transform: translateX(-100px); /* 少し左へ */
  }

  .sec5-bnr.bnr-right {
    transform: translateX(100px); /* 少し右へ */
  }
}

/* フォント調整 */
/* 左（Contact） */
.sec5-bnr.bnr-left span {
  font-family: "Changa One", system-ui!important;
/*  font-family: "Praise", cursive!important;*/
}

/* 右（Instagram） */
.sec5-bnr.bnr-right span {
  font-family: "Changa One", system-ui!important;
}

/* Contactだけさらに大きく */
/*.sec5-bnr.bnr-left .txt {
  font-size: 1.6em;
}*/

/*---------------------------------------------------------------------------------------------*/
/***** 下層・調整 *****/

/* 下層・業務案内 */
div#defocont {
    padding-top: 0px !important;
}

.post_box {
    padding-bottom: 0px !important;
}

/* エイジング塗装 */

.information .sliderwrap, .page-template-page-no-side-custom-all .sliderwrap {
	margin-bottom: 150px; }

@media screen and (max-width: 767px) {
	.information .sliderwrap, .page-template-page-no-side-custom-all .sliderwrap {
    margin-bottom: 100px;
}
}
	
/* お問い合わせページ「～でのお問い合わせ」左寄せ */
.my_1 {
    text-align: left;
}

/* jo-otsuka下部のバナー調整 */
/* ===== 単体バナー親 ===== */
.sec5-single {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ===== 単体バナー ===== */
.sec5-single-bnr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;              /* ← 左右均等余白 */
  height: 300px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  background-image: url(https://cdn.y-otsuka.com/wp-content/uploads/bg_sec5_02.png);
  background-size: cover;
  background-position: center;
}

/* ===== 文字 ===== */
.sec5-single-bnr span {
  position: relative;
  z-index: 2;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: bold;
}

/* ===== hover暗幕 ===== */
.sec5-single-bnr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}


.sec5-single-bnr:hover::before {
  opacity: 1;
}

/* ===== スマホ ===== */
@media screen and (max-width: 1023px) {
  .sec5-single-bnr {
    width: 100%;
    height: 150px;
  }

  .sec5-single-bnr span {
    font-size: 30px;
  }
}

/* フッター */

.googlemap_btn a:hover {
  background-color: #888 !important;
}

footer.footerbgfixed:before {
    background-position: center center !important;
}

/* 下層・料金表 */

.inner-box-img img {
    margin-bottom: 30px !important;
}

.page-id-1650 .content {
	padding-bottom: 0px !important;
}

.p-hero-header__link {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 10;
/*	mix-blend-mode: difference; */
}

.p-hero-header__link a {
	color: #fff; /* 基本は白でOK */
	letter-spacing: 0.2em;
	font-size: 12px;
	text-decoration: none;
}




/*---------------------------------------------------------------------------------------------*/
/***** ボタン装飾 *****/
.btn-retro-pixel_r {
  background: #ffe50c;
  color: #000 !important;
  border: 4px solid #000;
  padding: 12px 32px;
  font-size: 20px;
/*  font-family: 'Courier New', monospace; */
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 #000;
  transition: all 0.1s ease;
  position: relative;
  top: 0;
  left: 0;
border-radius: 50px;
	
}

.btn-retro-pixel_r:hover {
  background: #ffcb0c;
}

.btn-retro-pixel_r:active {
  top: 4px;
  left: 4px;
  box-shadow: 0 0 0 #000;
}

.btn-retro-pixel_r {
  display: inline-block;   /* ← ボタン化 */
  text-decoration: none;   /* ← 下線消す */
}

.btn-retro-pixel_r {
  display: block;
  text-align: center;
  text-decoration: none !important;
  padding: 14px 32px;
}





.btn-retro-pixel {
  background: #ffe50c;
  color: #000 !important;
  border: 4px solid #000;
  padding: 12px 32px;
  font-size: 20px;
/*  font-family: 'Courier New', monospace; */
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 #000;
  transition: all 0.1s ease;
  position: relative;
  top: 0;
  left: 0;
}

.btn-retro-pixel:hover {
  background: #ffcb0c;
}

.btn-retro-pixel:active {
  top: 4px;
  left: 4px;
  box-shadow: 0 0 0 #000;
}

.btn-retro-pixel {
  display: inline-block;   /* ← ボタン化 */
  text-decoration: none;   /* ← 下線消す */
}

.btn-retro-pixel {
  display: block;
  text-align: center;
  text-decoration: none !important;
  padding: 14px 32px;
}

.txt-col-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

@media screen and (max-width: 960px) {
    .txt-col-two {
        display: grid !important;
    }
}

@media screen and (max-width: 640px) {
  .txt-col-two {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 22px !important;
  }
}

/*@media screen and (max-width: 1200px) and (orientation: landscape) {
  .txt-col-two {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}*/

/*---------------------------------------------------------------------------------------------*/
/***** 下層・全体　ヘッド画像フォント *****/
.p-page-header__title h1 {
        font-family: "Changa One", system-ui !important;
        font-weight: 500 !important;
        letter-spacing: normal !important;
    }

@media screen and (min-width: 1024px) {
    .p-page-header__title h1 {
        font-size: 100px !important;
    }
}

@media screen and (max-width: 640px) {
    .p-page-header__title h1 {
        font-size: 33px !important;
    }
}

/***** デザイナー調整ここまで *****//***** デザイナー調整ここまで *****//***** デザイナー調整ここまで *****//***** デザイナー調整ここまで *****//***** デザイナー調整ここまで *****/

footer.footerbgfixed:before{
	background-size:contain!important;
}
