@charset "UTF-8";

@media only screen and (max-width: 767px){	
		.pc { display: none !important; }
	
	.pcbr{
		display: none;
	}
    .spbr{display: block;}
	
		/*ヘッダー＆フッター*/
		/*グローバルメニュー*/
		header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 55px;
			background: #f7931e;
}
	
	#logo {
    position: relative;
    z-index: 101;
		font-size: 24px;
		padding-top: 10px;
		padding-left: 20px;
    padding-right: 70px;
	}
	
	#logo span{
		font-size: 14px;
	}
	
	.menu-sp {
			position: absolute;
			z-index: 104;
			top: 2px;
			right: 0;
			width: 50px;
			height: 60px;
		padding-right: 20px;
		}
		
		nav.globalMenuSp {
    position: fixed;
    z-index: 104;
    top: 0;
    left: 0;
    color: #404040;
    text-align:center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
	height: 100%;
	padding-top: 55px;
	overflow-y: scroll;
			background: rgba(0,0,0,0.7);
}
 
nav.globalMenuSp ul {
    margin: 0 auto;
    width: 100%;
}

nav.globalMenuSp ul li {
	position: relative;
	font-size: 18px;
    font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    list-style-type: none;
    width: 100%;
	height:auto;
}
	
	.t_s {
    display: block;
    margin: 6px auto;
    width: 30px;
    height: auto;
}
	
	.m_s {
    display: block;
    margin: 6px auto;
    width: 40px;
    height: auto;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    padding: 20px 0;
}
		
		nav.globalMenuSp ul li a span {
			color:#404040;
			font-size: 20px;
			margin-right: 13px;
			font-weight: bold;
			float: right;
			line-height: 1;
		}
		
		nav.globalMenuSp ul li a font {
			color: #de0415;
			font-size: 12px;
			position: absolute;
			top: 20px;
			right: 20px;
		}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}
	
	.navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    left: 7%;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
	 border: 1px solid #fff;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border-bottom: solid 4px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	left: 7px;
}
 
.navToggle span:nth-child(1) {
    top: 8px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 28px;
}
	
	/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	width: 30px;
    top: 18px;
	left: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	width: 30px;
    top: 18px;
	left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*メニュー2階層*/	
	nav.globalMenuSp ul .second-menu {
	color:#e61869;
	position: relative;
    width: 90%;
	height:auto;
    border-bottom:  solid 2px #fff;
	padding: 10px 0;
    padding-left: 10%;
}	
	nav.globalMenuSp ul .second-menu span{
	font-size: 16px;
    font-weight: bold;
    margin-right: 16px;
	float: right;
	line-height: 1;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #de0415;
	transition: all 0.2s ease-in-out;
}			
	
	nav.globalMenuSp ul .second-menu span.open{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 45%;
		}

	main {
    padding-top: 55px;
	}
	
	.wrap_h{
		max-width:1000px;
		margin: 0 auto;
	}
	
	.wrap_c{
		padding: 0 20px;
		margin: 0 auto;
	}
	
	.wrap_b{
		padding: 60px 20px 0 20px;
		margin: 0 auto;
	}
	
	.logo {
		color: #fff;
		font-weight: bold;
		font-size: 36px;
		letter-spacing: 2px;
		float: left;
		font-family: sans-serif;
}
	
	.logo span {
    font-size: 16px;
    letter-spacing: 1px;
	}
		
	.head_icon {
    float: right;
}
	.head_icon img {
    width: 50px;
    padding: 10px;
}
	
	.key {
    width: 100%;
    height: auto;
}
	
	.mainvisual {
    position: relative;
}
	
	.catch{
		position:absolute;
		content:"";
		z-index: 999;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 36px;
		color: #fff;
		text-shadow:#f7931e 1px 1px 6px, #f7931e 1px 1px 6px, #f7931e 1px 1px 23px, #f7931e 1px 1px 6px, #f7931e 1px 1px 6px, #f7931e 1px 1px 6px, #f7931e 1px 1px 6px, #f7931e 1px 1px 6px;
		letter-spacing: 6px;
		text-align: center;
	}
	
	.catch span{
		display: block;
		font-size: 20px;
		letter-spacing: 0;
	}
	
	h2{
		position: relative;
		width:250px;
		padding: 0 20px;
		font-size: 24px;
		text-align: center;
		color: #f7931e;
		border-bottom: 1px solid #f7931e;
		margin:20px auto;
	}
	
	h2::before{
		content: "";
		top: 34px;
		left: 0px;
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius:50%;
		background:#f7931e;
	}
	
	h2::after{
		content: "";
		top: 34px;
		right: 0px;
		position: absolute;
		width:5px;
		height:5px;
		border-radius:50%;
		background:#f7931e;
	}
	
	.after_h{
		position: relative;
		width:250px;
		padding: 0 20px;
		font-size: 24px;
		text-align: center;
		color: #f7931e;
		border-bottom: 1px solid #f7931e;
		margin:20px auto;
	}
	
	.after_h::before{
		content: "";
		top: 34px;
		left: 0px;
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius:50%;
		background:#f7931e;
	}
	
	.after_h::after{
		content: "";
		top: 34px;
		right: 0px;
		position: absolute;
		width:5px;
		height:5px;
		border-radius:50%;
		background:#f7931e;
	}
	
	.back_w01{
		position:relative;
		background: linear-gradient(#fff, #fde4bc);
		width: 100%;
		height: auto;
		text-align: center;
		padding-bottom: 10px;
}
	
	.back_w01::after{
		content: "";
		position: absolute;
		display:block;
		z-index:99;
		top: 100%;
		box-sizing: border-box;
		border-right: 50vw solid transparent;
		border-left: 50vw solid transparent;
		border-top: 50px solid #fde4bc;
	}
	
	.back_w02{
		position: relative;
		width:100%;
		height:auto;
		background:url("http://testsite.d-sky-n.com/wp-content/uploads/2022/12/24499175_m.jpg");
	}
	
	.s_b01{
		display:block;
		margin: 20px 0;
	}
	
	.my_img{
		width: 100%;
	}
	
	.s_b01 p {
    width: 100%;
    padding: 20px 0;
		text-align: left;
}
	
	.s_c{
		width:100%;
		margin:0 auto;
	}
	
	.s_b02{
		display:flex;
		flex-flow: column;
		justify-content: space-between;
		margin: 20px 0;
	}
	
	.in_img{
		width: 100%;
	}
	
	.in_side{
		width: 100%;
    padding: 20px 0;
	}
	
	.in_side h3{
		color: #f7931e;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.in_side p{
		
	}
	
	.other{
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
	
	.other_c{
		padding-bottom: 60px;
	}
	
	.other_in{
		position:relative;
		width: 100%;
		height: 80px;
    margin: 10px 0;
    background-color: #f7931e;
    border-radius: 8px;
	}
	
	.other_in img{
		width:300px;
		position: relative;
	}
	
	.other_in  p {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		width: 100%;
		text-align: center;
		transform: translate(-50%, -50%);
		color: #fff;
		font-weight: bold;
	}
	
	.com_sec{
		padding-bottom:60px;
	}
	
	.com{
		text-align: center;
		font-weight: bold;
		font-size:16px;
		margin-bottom: 30px;
	}
	
	.com span{
		display: block;
		color: #f7931e;
	}
	
	.sma{
		display: inline-block;
		font-size: 12px;
		letter-spacing: -2px;
	}
	
	.ac_sec{
		margin-bottom: 60px;
	}
	
	.ac_sec p{
		text-align:center;
		font-size: 12px;
		margin-bottom:10px;
		font-weight: bold;
	}
	
	.con_sec{
		position:relative;
		width:100%;
		height: 460px;
		background-position: center;
		background-repeat: no-repeat;
		background:url("http://testsite.d-sky-n.com/wp-content/uploads/2022/12/cbi_s.png");
	}
	
	.back_c{
		position:absolute;
		content:"";
		width: 90%;
		height: 350px;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(255,255,255,0.8);
	}
	
	.back_c p{
		text-align:center;
		font-size: 14px;
	}
	
	.c_btn {
		display: block;
		position: relative;
		width: 240px;
		padding: 24px;
		text-align: center;
		color: #fff;
		font-weight:bold;
		background: #f7931e;
		border-radius: 40px;
		margin: 20px auto;
	}
	
	.c_tel{
		color: #f7931e;
		font-size:34px;
		font-weight:bold;
		margin:0 auto;
	}
	
	.com_info {
		background: #fde4bc;
		text-align: center;
		font-weight: bold;
		padding: 40px 0;
	}
	
	.logo_f {
    font-size: 24px;
    padding: 10px;
	}
	
	.copyright {
    text-align: center;
    color: #fff;
    background: #f7931e;
    padding: 20px;
}
	
	.slick-dots {
    bottom: 35px !important;
}
	
	.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #f7931e !important;
}
	
	.slick-dots li button:before {
    opacity: 1 !important;
    color: #fff !important;
}
	
	.slick-next {
    display: none !important;
}
	
	.map{
		width: 100%;
		height: 260px;
	}
}