@charset "utf-8";
/*
Theme Name: azabuzeirishi-solution
Theme URI: http://www.solution-sy.com/
Author: Fyy
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{margin:0 auto;width:100%;max-width:1920px;background:#fff;line-height:1.8;font-size:16px;color:#777777;font-weight:bold;letter-spacing:1px;
	font-family:"-apple-system",BlinkMacSystemFont,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,sans-serif;
}
@media (max-width:1380px){
	body{font-size:15px;}
}
@media (max-width:1180px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul,ol{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*azabuzeirishiM*/
.azabuzeirishiM{position:relative;left:0;z-index:50;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.azabuzeirishiM .azabuzeirishiMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.azabuzeirishiM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;margin-left:15px;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:3px;background:#333;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important; 	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;   
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:600px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-size:20px;color:#fff;text-transform:uppercase;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#102550;}

body.logged-in .sp-wrapper{top:auto;bottom:0;height:calc(100vh - 32px);}
@media (max-width:782px){
	body.logged-in .sp-wrapper{height:calc(100vh - 46px);}
}
@media (max-width:600px){
	body.logged-in .sp-wrapper.wordpress-logged-in{height:100vh;}
}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#838aa6;border-radius:50%;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:18px;color:#fff;}
.bkt:hover{opacity:0.6;}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1440px;}

/*common_tit*/
.common_tit{display:flex;justify-content:center;align-items:center;line-height:1;font-family:"Noto Serif JP",serif;text-transform:uppercase;}
.common_tit>h3{font-size:40px;}
.common_tit>span{margin:5px 20px 0;width:3px;height:30px;background:#777;
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg);
}
.common_tit>h6{margin-top:5px;font-size:20px;}
@media (max-width:1380px){
	.common_tit>h3{font-size:36px;}
	.common_tit>span{margin:4px 15px 0;height:25px;}
	.common_tit>h6{margin-top:4px;font-size:18px;}
}
@media (max-width:1180px){
	.common_tit>h3{font-size:32px;}
	.common_tit>span{margin:3px 10px 0;height:20px;}
	.common_tit>h6{margin-top:3px;font-size:16px;}
}

/* googlemap */
.googlemap {
  position: relative;
  width: 100%;
  max-width: 700px;              /* 最大幅を700pxに設定 */
  /*padding-top: 96.75%;*/          /* 高さ比率（550 ÷ 700 × 100） */
  
  overflow: hidden;
  background: #ccc url(img/lgm.png) no-repeat center center;
  background-size: 40% auto;
}

.googlemap iframe,
.googlemap .embed-container,
.googlemap .content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*header*/
@-webkit-keyframes headerMove{
	0%{opacity:0;
		-webkit-transform:translateY(-100%);
	    transform:translateY(-100%);
	}
	100%{opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes headerMove{
	0%{opacity:0;
		-webkit-transform:translateY(-100%);
	    transform:translateY(-100%);
	}
	100%{opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}

.header{position:fixed;top:0;left:0;z-index:9999;display:flex;justify-content:space-between;align-items:center;width:100%;
	line-height:1;text-transform:uppercase;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .logo{display:block;margin-left:60px;width:100%;max-width:190px;}
.header .logo:hover{opacity:0.6;}
.header .headerNav{display:flex;align-items:center;margin-left:60px;}
.header .headerNav>ul{display:flex;}
.header .headerNav>ul>li:not(:first-child){margin-left:60px;}
.header .headerNav>ul>li>a{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.header .headerNav>ul>li>a>span{font-size:18px;color:#000;letter-spacing:6px;}
.header .headerNav>ul>li>a>em{display:block;margin-top:15px;font-size:14px;color:#8c8c8c;}
.header .headerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#3F7043;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.header .headerNav>dl{display:flex;margin-left:60px;}
.header .headerNav>dl>dt{padding:20px 30px;background:#a2f2f2;}
.header .headerNav>dl>dt>h6{text-align:center;font-size:18px;color:#fff;}
.header .headerNav>dl>dt>a{display:block;margin-top:15px;padding:10px 20px;width:100%;text-align:center;border:2px solid #fff;color:#fff;}
.header .headerNav>dl>dt>a>i{display:none;}
.header .headerNav>dl>dt>a:hover{background:#fff;color:#000;}
.header .headerNav>dl>dd{padding:20px 30px;background:#3f7043;}
.header .headerNav>dl>dd>h6{text-align:center;font-size:18px;color:#fff;}
.header .headerNav>dl>dd>a{display:block;margin-top:15px;padding:10px 20px;width:100%;text-align:center;border:2px solid #fff;color:#fff;}
.header .headerNav>dl>dd>a>i{display:none;}
.header .headerNav>dl>dd>a:hover{background:#fff;color:#333;}
@media (max-width:1380px){
	.header .logo{margin-left:40px;max-width:170px;}
	.header .headerNav{margin-left:40px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:40px;}
	.header .headerNav>ul>li>a>span{font-size:16px;letter-spacing:4px;}
	.header .headerNav>ul>li>a>em{margin-top:13px;font-size:13px;}
	.header .headerNav>dl{margin-left:40px;}
	.header .headerNav>dl>dt{padding:18px 25px;}
	.header .headerNav>dl>dt>h6{font-size:16px;}
	.header .headerNav>dl>dt>a{margin-top:13px;padding:10px 15px;}
	.header .headerNav>dl>dd{padding:18px 25px;}
	.header .headerNav>dl>dd>h6{font-size:16px;}
	.header .headerNav>dl>dd>a{margin-top:13px;padding:10px 15px;}
}
@media (max-width:1180px){
	.header .logo{margin-left:20px;max-width:150px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:20px;}
	.header .headerNav>ul>li>a>span{font-size:14px;letter-spacing:2px;}
	.header .headerNav>ul>li>a>em{margin-top:11px;font-size:12px;}
	.header .headerNav>dl{margin-left:20px;}
	.header .headerNav>dl>dt{padding:16px 20px;}
	.header .headerNav>dl>dt>h6{font-size:14px;}
	.header .headerNav>dl>dt>a{margin-top:11px;padding:10px;}
	.header .headerNav>dl>dd{padding:16px 20px;}
	.header .headerNav>dl>dd>h6{font-size:14px;}
	.header .headerNav>dl>dd>a{margin-top:11px;padding:10px;}
}
@media (max-width:980px){
	.header .headerNav>ul>li>a>em{margin-top:9px;}
	.header .headerNav>dl>dt{padding:10px;}
	.header .headerNav>dl>dt>h6{display:none;}
	.header .headerNav>dl>dt>a{margin-top:0;}
	.header .headerNav>dl>dt>a>i{display:block;}
	.header .headerNav>dl>dt>a>span{display:none;}
	.header .headerNav>dl>dd{padding:10px;}
	.header .headerNav>dl>dd>h6{display:none;}
	.header .headerNav>dl>dd>a{margin-top:0;}
	.header .headerNav>dl>dd>a>i{display:block;}
	.header .headerNav>dl>dd>a>span{display:none;}
}
@media (max-width:600px){
	.header{padding:15px 20px;background:rgba(255,255,255,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5);}
	.header .logo{margin-left:0;}
	.header .headerNav>ul{display:none;}
	.header .headerNav>dl{margin-left:0;}
	.header .headerNav>dl>dt{padding:6px;}
	.header .headerNav>dl>dt>a{padding:6px;}
	.header .headerNav>dl>dd{padding:6px;}
	.header .headerNav>dl>dd>a{padding:6px;}
}

.header.header_fixed{background:rgba(255,255,255,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-animation:headerMove .5s linear 0s 1;
	animation:headerMove .5s linear 0s 1;
}
.header.header_fixed .headerNav>ul>li>a>em{color:#8c8c8c;}
.header.header_fixed .headerNav>ul>li>a:after{background:#3f7043;}

body.logged-in .header{top:32px;}
@media (max-width:782px){
	body.logged-in .header{top:46px;}
}
@media (max-width:600px){
	body.logged-in .header.header_fixed{top:0;}
}

/*banner*/
.banner{position:relative;height:850px;overflow:hidden;}
.banner .bannerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.banner .bannerBg:after{padding-top:0;width:100%;height:100%;}
.banner .bannerMat{position:absolute;top:50%;left:50%;z-index:5;display:flex;flex-direction:column;justify-content:center;align-items:center;
	padding:0 40px;max-width:1520px;line-height:1;font-family:"Noto Serif JP",serif;color:#fff;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMat>h2{padding:35px 140px;border:4px solid #fff;font-size:64px;}
.banner .bannerMat>h3{margin-top:40px;font-size:64px;}
@media (max-width:1380px){
	.banner{height:800px;}
	.banner .bannerMat{padding:0 30px;}
	.banner .bannerMat>h2{padding:30px 120px;font-size:56px;}
	.banner .bannerMat>h3{margin-top:35px;font-size:56px;}
}
@media (max-width:1180px){
	.banner{height:750px;}
	.banner .bannerMat{padding:0 20px;}
	.banner .bannerMat>h2{padding:25px 100px;font-size:48px;}
	.banner .bannerMat>h3{margin-top:30px;font-size:48px;}
}
@media (max-width:980px){
	.banner{height:700px;}
	.banner .bannerMat>h2{padding:20px 80px;font-size:40px;}
	.banner .bannerMat>h3{margin-top:25px;font-size:40px;}
}
@media (max-width:780px){
	.banner{height:650px;}
	.banner .bannerMat>h2{padding:20px 60px;font-size:32px;}
	.banner .bannerMat>h3{margin-top:20px;font-size:32px;}
}
@media (max-width:580px){
	.banner{height:600px;}
	.banner .bannerMat>h2{padding:20px 40px;font-size:24px;}
	.banner .bannerMat>h3{margin-top:15px;font-size:24px;}
}

/*indexMain*/
/*greeting*/
.greeting{padding:60px 40px;}
.greeting .greetingMat{display:flex;justify-content:space-between;align-items:center;
	-webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -moz-box-orient:horizontal;
    -moz-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.greeting .greetingMat>dt{width:calc(50% - 20px);}
.greeting .greetingMat>dt>img{width:100%;}
.greeting .greetingMat>dd{width:calc(50% - 20px);}
.greeting .greetingMat>dd>.common_tit{justify-content:flex-start;}
.greeting .greetingMat>dd>figcaption{margin-top:35px;font-family:"Noto Serif JP",serif;font-weight:bold;}
.greeting .greetingMat>dd>figcaption>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.greeting{padding:50px 30px;}
	.greeting .greetingMat>dt{width:calc(50% - 15px);}
	.greeting .greetingMat>dd{width:calc(50% - 15px);}
	.greeting .greetingMat>dd>figcaption{margin-top:30px;}
	.greeting .greetingMat>dd>figcaption>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.greeting{padding:40px 20px;}
	.greeting .greetingMat>dt{width:calc(50% - 10px);}
	.greeting .greetingMat>dd{width:calc(50% - 10px);}
	.greeting .greetingMat>dd>figcaption{margin-top:25px;}
	.greeting .greetingMat>dd>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:780px){
	.greeting .greetingMat{display:block;}
	.greeting .greetingMat>dt{margin:0 auto;width:100%;max-width:600px;}
	.greeting .greetingMat>dd{margin-top:30px;width:100%;}
	.greeting .greetingMat>dd>.common_tit{justify-content:center;}
}

/*business*/
.business{padding:0 40px 60px;}
.business .businessTxt{margin-top:40px;text-align:center;font-family:"Noto Serif JP",serif;font-size:20px;}
.business .businessList{margin-top:40px;}
.business .businessList>ul{display:flex;flex-wrap:wrap;margin-top:-30px;margin-left:-30px;}
.business .businessList>ul>li{margin-top:30px;padding-left:30px;width:25%;}
.business .businessList>ul>li>a{display:block;}
.business .businessList>ul>li>a>dl{position:relative;}
.business .businessList>ul>li>a>dl>dt:after{padding-top:0;height:360px;}
.business .businessList>ul>li>a>dl>dd{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;
	padding:20px;width:100%;height:100%;
}
.business .businessList > ul > li > a > dl > dd > hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  text-align: center;
  min-height: 180px;
  color: #ffffff; /* 白文字でコントラスト確保 */
  font-weight: bold;
  line-height: 1.6;
  border-radius: 8px;

  /* ↓ 黒背景 + 半透明 + ぼかし */
  background: rgba(0, 0, 0, 0.4); /* 黒で半透明 */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  /* ↓ 枠と影を少し明るめにして立体感 */
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


.business .businessList>ul>li>a>dl>dd>hgroup>h6{font-family:"Noto Serif JP",serif;font-size:20px;}
.business .businessList>ul>li>a>dl>dd>hgroup {
  padding: 15px;
  min-height: 146.95px;
  background-color: rgba(0, 0, 0, 0.5); /* 黒背景を50%透明 */
  border-radius: 10px;                   /* 角丸 */
  color: #fff;                           /* 文字を白にして見やすく */
}

@media (max-width:1380px){
	.business{padding:0 30px 50px;}
	.business .businessTxt{margin-top:35px;font-size:18px;}
	.business .businessList{margin-top:35px;}
	.business .businessList>ul{margin-top:-20px;margin-left:-20px;}
	.business .businessList>ul>li{margin-top:20px;padding-left:20px;}
	.business .businessList>ul>li>a>dl>dt:after{height:310px;}
	.business .businessList>ul>li>a>dl>dd{padding:15px;}
	.business .businessList>ul>li>a>dl>dd>hgroup{padding:15px;min-height:146.95px;}
	.business .businessList>ul>li>a>dl>dd>hgroup>h6{font-size:18px;}
	.business .businessList>ul>li>a>dl>dd>hgroup>figcaption{margin-top:5px;font-size:14px;}
}
@media (max-width:1180px){
	.business{padding:0 20px 40px;}
	.business .businessTxt{margin-top:30px;font-size:16px;}
	.business .businessList{margin-top:30px;}
	.business .businessList>ul{margin-left:-10px;}
	.business .businessList>ul>li{padding-left:10px;}
	.business .businessList>ul>li>a>dl>dt:after{height:260px;}
	.business .businessList>ul>li>a>dl>dd{padding:10px;}
	.business .businessList>ul>li>a>dl>dd>hgroup{padding:10px;min-height:127.97px;}
	.business .businessList>ul>li>a>dl>dd>hgroup>h6{font-size:16px;}
	.business .businessList>ul>li>a>dl>dd>hgroup>figcaption{font-size:13px;}
}
@media (max-width:980px){
	.business .businessTxt{margin-top:25px;font-size:14px;}
	.business .businessList{margin-top:25px;}
	.business .businessList>ul>li{width:33.3333333%;}
	.business .businessList>ul>li>a>dl>dt:after{height:210px;}
	.business .businessList>ul>li>a>dl>dd>hgroup>h6{font-size:14px;}
	.business .businessList>ul>li>a>dl>dd>hgroup>figcaption{font-size:12px;}
}
@media (max-width:780px){
	.business .businessList>ul>li{width:50%;}
}
@media (max-width:540px){
	.business .businessList>ul>li{width:100%;}
}

/* about-access */
.about-access {
  padding: 0 40px 60px;
  font-family: "Noto Serif JP", serif;
}

.about-access .about-accessMat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.about-access .aboutTxt,
.about-access .accessTxt {
  flex: 1;
  min-width: 300px;
}
.about-accessMat>.aboutTxt>div{margin-top:80px;display:flex;justify-content:center;}
.about-access .aboutTxt ol {
  margin-top: 40px;
}

.about-access .aboutTxt ol li {
  display: flex;
  margin-top: 10px;
}

.about-access .aboutTxt ol li:first-child {
  margin-top: 0;
}

.about-access .aboutTxt ol li span {
  display: block;
  width: 90px;
  font-weight: bold;
}

.about-access .aboutTxt ol li em {
  display: block;
  width: calc(100% - 90px);
  font-style: normal;
}

.about-access .accessTxt .googlemap {
  margin-top: 40px;
  height: 590px;
  /* 枠線削除済み */
  border: none;
}

.about-access .accessTxt ul {
  margin-top: 25px;
}

.about-access .accessTxt ul li {
  padding-left: 14px;
  text-indent: -14px;
  margin-top: 10px;
}

.about-access .accessTxt ul li:first-child {
  margin-top: 0;
}
/* Responsive Styles */
@media (max-width:1380px){
	.about-access .accessTxt .googlemap{height:570px;}
}
@media (max-width:1180px){
	.about-access .accessTxt .googlemap{height:550px;}
	.about-accessMat>.aboutTxt>div{margin-top:60px;justify-content:flex-start;}
}
@media (max-width: 980px) {
  .about-access {
    padding: 0 20px 40px;
  }
	.about-accessMat>.aboutTxt>div{margin-top:40px;justify-content:center;}
  .about-access .about-accessMat {
    display: block;
  }

  .about-access .aboutTxt,
  .about-access .accessTxt {
    width: 100%;
  }

  .about-access .accessTxt {
    margin-top: 40px;
  }

  .about-access .accessTxt .googlemap {
    height: 210px;
  }
}


/*contact*/
input,textarea{font-family:"Yu Gothic Medium",sans-serif;font-size:14px;font-weight:bold;}
.wpcf7-spinner{display:none;}
.contact{margin-top:-110px;padding:0 40px 60px;}
.contact .contactMat{position:relative;margin-top:40px;padding:60px;}
.contact .contactMatBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.contact .contactMatBg:after{padding-top:0;width:100%;height:100%;}
.contact .contactMatTxt{position:relative;z-index:5;}
.contact .contactMatTxt>dt{color:#fff;text-transform:uppercase;font-style:italic;}
.contact .contactMatTxt>dt>h3{line-height:1;font-family:"Noto Serif JP",serif;font-size:44px;}
.contact .contactMatTxt>dt>h4{margin-top:20px;font-size:22px;}
.contact .contactForm{margin-top:30px;width:70%;}
.contact .contactForm>dl:not(:first-child){margin-top:20px;}
.contact .contactForm>dl>dt{display:flex;align-items:center;}
.contact .contactForm>dl>dt>font{display:block;margin-right:10px;padding:8px;line-height:1;background:#3F7043;font-size:12px;color:#fff;}
.contact .contactForm>dl>dt>span{font-size:14px;color:#fff;}
.contact .contactForm>dl>dd{margin-top:10px;}
.contact .contactForm>dl>dd input,
.contact .contactForm>dl>dd textarea{padding:7px;width:100%;background:#fff;border:2px solid #efefef;}
.contact .contactForm>dl>dd input:focus,
.contact .contactForm>dl>dd textarea:focus{border-color:#007FFF;}
.contact .contactForm>dl>dd textarea{height:100px;}
.contact .contactForm>.send{display:flex;justify-content:center;align-items:center;margin-top:20px;}
.contact .contactForm>.send input{margin:0 10px;padding:16px 30px;line-height:1;background:#3F7043;color:#fff;cursor:pointer;}
@media (max-width:1380px){
	.contact{padding:0 30px 50px;}
	.contact .contactMat{margin-top:35px;padding:50px;}
	.contact .contactMatTxt>dt>h3{font-size:36px;}
	.contact .contactMatTxt>dt>h4{margin-top:15px;font-size:18px;}
	.contact .contactForm{margin-top:25px;width:80%;}
	.contact .contactForm>dl:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.contact{padding:0 20px 40px;}
	.contact .contactMat{margin-top:30px;padding:40px;}
	.contact .contactMatTxt>dt>h3{font-size:28px;}
	.contact .contactMatTxt>dt>h4{margin-top:10px;font-size:14px;}
	.contact .contactForm{margin-top:20px;width:90%;}
}
@media (max-width:980px){
	.contact{margin-top:0px;}
	.contact .contactMat{padding:30px;}
	.contact .contactForm{width:100%;}
}
@media (max-width:780px){
	.contact .contactMat{padding:30px 20px;}
}

/*footer*/
.footer .footerNav{padding:60px 40px;background:#68A44E;line-height:1;text-transform:uppercase;}
.footer .footerNavMat{display:flex;justify-content:center;}
.footer .footerNavMat>dt{padding-right:40px;}
.footer .footerNavMat>dt>a{display:block;width:100%;max-width:280px;}
.footer .footerNavMat>dt>a>span{display:block;margin-top:15px;font-size:24px;color:#fff;}
.footer .footerNavMat>dt>a:hover{opacity:0.6;}
.footer .footerNavMat>dt>h6{margin-top:30px;line-height:1.6;color:#fff;}
.footer .footerNavMat>dt>ol{display:flex;align-items:center;margin-top:30px;}
.footer .footerNavMat>dt>ol>li:nth-of-type(1)>a{display:flex;align-items:center;}
.footer .footerNavMat>dt>ol>li:nth-of-type(1)>a>i{display:block;padding:6px 6px 5px 7px;width:28px;background:#fff;color:#223312;}
.footer .footerNavMat>dt>ol>li:nth-of-type(1)>a>span{display:block;margin-top:2px;margin-left:15px;font-size:28px;color:#fff;}
.footer .footerNavMat>dt>ol>li:nth-of-type(1)>a:hover>span{text-decoration:underline;}
.footer .footerNavMat>dt>ol>li:nth-of-type(2){margin-left:30px;}
.footer .footerNavMat>dt>ol>li:nth-of-type(2)>a{display:flex;align-items:center;padding:15px 30px;background:#bca950;color:#fff;
	text-shadow:2px 2px 5px rgba(0,0,0,0.4);
}
.footer .footerNavMat>dt>ol>li:nth-of-type(2)>a>i{display:block;margin-top:-4px;margin-right:10px;}
.footer .footerNavMat>dt>ol>li:nth-of-type(2)>a:hover{background:#838aa6;}
.footer .footerNavMat>dd{display:flex;align-items:center;border-left:2px solid #fff;}
.footer .footerNavMat>dd>ul{padding:0 60px;}
.footer .footerNavMat>dd>ul>li:not(:first-child){margin-top:30px;}
.footer .footerNavMat>dd>ul>li>a{display:flex;align-items:center;}
.footer .footerNavMat>dd>ul>li>a>hgroup{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.footer .footerNavMat>dd>ul>li>a>hgroup>span{color:#fff;}
.footer .footerNavMat>dd>ul>li>a>hgroup>em{display:block;margin-top:10px;font-size:12px;color:#fff;}
.footer .footerNavMat>dd>ul>li>a>i{display:block;margin-left:60px;color:#fff;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNavMat>dd>ul>li>a:hover>i{
	-webkit-transform:translateX(5px);
	transform:translateX(5px);
}
.footer .footerNavMat>dd>ul:not(:first-child){border-left:2px solid #fff;}
.footer .footerCopy{padding:15px 40px;text-align:right;background:#3F7043;font-size:15px;color:#fff;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNavMat>dt{padding-right:30px;}
	.footer .footerNavMat>dt>a{max-width:260px;}
	.footer .footerNavMat>dt>a>span{margin-top:13px;font-size:20px;}
	.footer .footerNavMat>dt>h6{margin-top:25px;}
	.footer .footerNavMat>dt>ol{margin-top:25px;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(1)>a>i{padding:6px 6px 5px 6px;width:26px;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(1)>a>span{margin-top:2px;margin-left:10px;font-size:24px;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(2){margin-left:20px;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(2)>a{padding:15px 25px;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(2)>a>i{margin-top:-2px;margin-right:5px;}
	.footer .footerNavMat>dd>ul{padding:0 40px;}
	.footer .footerNavMat>dd>ul>li:not(:first-child){margin-top:25px;}
	.footer .footerNavMat>dd>ul>li>a>hgroup>em{margin-top:8px;}
	.footer .footerNavMat>dd>ul>li>a>i{margin-left:40px;}
	.footer .footerCopy{padding:15px 30px;font-size:14px;}
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNavMat>dt{padding-right:20px;}
	.footer .footerNavMat>dt>a{max-width:240px;}
	.footer .footerNavMat>dt>a>span{font-size:16px;}
	.footer .footerNavMat>dt>h6{margin-top:20px;}
	.footer .footerNavMat>dt>ol{margin-top:20px;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(1)>a>i{padding:6px 6px 5px 5px;width:24px;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(1)>a>span{font-size:20px;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(2)>a{padding:15px 20px;}
	.footer .footerNavMat>dd>ul{padding:0 20px;}
	.footer .footerNavMat>dd>ul>li:not(:first-child){margin-top:20px;}
	.footer .footerNavMat>dd>ul>li>a>i{margin-left:30px;}
	.footer .footerCopy{padding:15px 20px;font-size:13px;}
}
@media (max-width:780px){
	.footer .footerNavMat{flex-direction:column;align-items:center;}
	.footer .footerNavMat>dt{padding-right:0;}
	.footer .footerNavMat>dt>a{margin:0 auto;}
	.footer .footerNavMat>dt>a>span{text-align:center;}
	.footer .footerNavMat>dt>h6{text-align:center;}
	.footer .footerNavMat>dd{flex-direction:column;margin-top:30px;border-left:none;}
	.footer .footerNavMat>dd>ul{padding:0;}
	.footer .footerNavMat>dd>ul:not(:first-child){margin-top:20px;border-left:none;}
	.footer .footerNavMat>dd>ul>li>a>i{margin-left:20px;}
}
@media (max-width:400px){
	.footer .footerNavMat>dt>ol{flex-direction:column;}
	.footer .footerNavMat>dt>ol>li:nth-of-type(2){margin-top:20px;margin-left:0;}
}




