@charset "utf-8";
/*
	Theme Name: 株式会社吉田喜五郎商店
	Description: 株式会社吉田喜五郎商店のレスポンシブテーマ
	Theme URI: 
	Author: 株式会社吉田喜五郎商店
	Author URI: 

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color:#333333;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.4rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #E60012;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B1C80;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}

@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 420px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
}

/* header
---------------------------------------*/
.headerL{
	padding: 1rem 4rem;
	align-items: center;
}
.headerL .header_logo{
	width: 180px;
	margin-right: 4rem;
}
.headerR{
	align-items: center;
}
.btn_R{
	margin-right: 2.5rem;
}
.btn_R i{
	color: #FFF;
	background-color: #FF0000;
	border-radius: 50%;
	font-size: 1rem;
	padding: 0.3rem 0.5rem 0.2rem 0.5rem;
	width: 17px;
	height: 17px;
}
.btn_R i,.btn_R span{
	vertical-align: middle;
}
.btn_store,.btn_contact{
	height: 100%;
	width: 180px;
	padding-top: 2rem;
	border-bottom: 1px solid #707070;
	
}
.btn_store i,.btn_store span,.btn_contact i,.btn_contact span{
	display: block;
	text-align: center;
	color: #FFF;
}
.btn_store{
	background-color: #333333;
}
.btn_contact{
	background-color: #FF0000;
}
#Gnav{
	background-color: #333333;
	padding: 1.5rem 0;
}
#Gnav ul{
	display: flex;
	justify-content: center;
}
#Gnav ul a{
	color: #FFF;
	padding: 0 1.5rem;
}

@media screen and (max-width: 840px) {
	header{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background-color: #FFF;
		z-index: 999999;
	}
	.headerL{
		width: 100%;
		padding: 1rem 0 0;
		text-align: center;
		justify-content: center;
	}
	.headerL .header_logo{
		margin-right: 0;
	}
	.headerR{
		width: 100%;
	}
	.btn_store,.btn_contact{
		height: auto;
		width: 50%;
		padding: 1rem 0;
		border-bottom: 1px solid #707070;
		text-align: center;
	}
	.btn_store i,.btn_store span,.btn_contact i,.btn_contact span{
		display: inline-block;
	}
	
}
/* --- hamburger-menu --- */
.hamburger-menu{
	position: absolute;
	top: 0;
	left: 0;
}
.ham_menu{
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #FFF;
}
.menu-btn {
    display: flex;
    height: 69px;
    width: 69px;
    justify-content: center;
    align-items: center;
	background-color: #DDDDDD;
	position: relative;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 30px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 20%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 20%;
}


/* footer
---------------------------------------*/
footer{
	background-color: #DDDDDD;
}
.footer_area{
	padding: 4rem 8rem;
}
.footerL,.footerR{
	width: 50%;
}
.footer_logo img{
	width: 200px;
}
.footerR{
	justify-content: flex-end;
}
.footer_nav01{
	margin-right: 4rem;
}
footer .copy{
	background-color: #333333;
	font-size: 1.2rem;
	padding: 0.5rem 0;
	color: #FFF;
}
#ssttbutton{
	bottom: 0.5rem !important;
	right: 1% !important;
}
@media screen and (max-width: 840px) {
	footer{
		padding-bottom: 4.9rem;
	}
	.footer_area{
		padding: 2rem 0;
	}
	.footerL,.footerR{
		width: 100%;
		text-align: center;
	}
	.sp_footer_nav{
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		background-color: #333333;
		display: flex;
	}
	.sp_footer_nav li:nth-child(-n+3){
		width: 17%;
	}
	.sp_footer_nav li:nth-child(4),.sp_footer_nav li:last-child{
		width: 24.5%;
	}
	.sp_footer_nav li a{
		display: block;
		padding: 1rem 0 0.5rem;
		text-align: center;
		color: #FFF;
		font-size: 1.2rem;
	}
	.sp_footer_nav li a i,.sp_footer_nav li a span{
		display: block;
	}
	
	
	
	
	#ssttbutton{
		bottom: 8rem !important;
		right: 0.5% !important;
	}
}
@media screen and (max-width: 420px) {
	.footer_nav ul li{
		padding: 0 0.7rem;
	}
}

/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-20px;
	padding-top:20px;
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	#slider_wrapper,.main_img,.padT{
		margin-top: 116px;
	}
	.anchor{
		margin-top:-135px;
		padding-top:135px;
	}
	.width70,.width60{
		width: 100%;
	}
}

/* TOP PAGE
---------------------------------------*/
/*---- slider ----*/
#slider_wrapper{
    max-width: 100%;
	overflow: hidden;
}
#slider_wrapper li .img_box{
	position: relative;
}
#slider_wrapper li a,#slider_wrapper li a img{
	display: block;
}
.slider_text{
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #FFF;
	line-height: 1.4;
}
.slider_text .text01{
	border: 1px solid #FFF;
	padding: 0 1rem;
	display: inline-block;
	margin-top: 0.5rem;
}
.slider_text .text02{
	font-size: 5rem;
	font-weight: bold;
	margin: 1rem 0;
}
.slider_text .text03{
	border: 1px solid #FFF;
	padding: 0.5rem 3rem;
	background-color: rgba(0,0,0,0.50);
	display: inline-block;
}

#slider_wrapper .slick-dots{
	bottom: 2rem;
}
#slider_wrapper .slick-dots li.slick-active button:before{
	color: #FFF;
	opacity: 1;
}
#slider_wrapper .slick-dots li button:before{
	color: #FFF;
	opacity: 0.75;
}
#slider_wrapper .slick-dots li{
	margin: 0;
}
#slider_wrapper .slick-dotted.slick-slider{
	margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
	.slider_text{
		width: 100%;
		padding-left: 2%;
	}
}
@media screen and (max-width: 840px) {
	.slider_text{
		font-size: 1.2rem;
	}
	.slider_text .fs140{
		font-size: 1.4rem;
	}
	.slider_text .text02{
		font-size: 2rem;
		margin: 0.5rem 0;
	}
	.slider_text .text03{
		padding: 0.3rem 2rem;
	}
	#slider_wrapper .slick-dots{
		bottom: 1rem;
	}
}
@media screen and (max-width: 420px) {
	#slider_wrapper .img_box{
		position: relative;
		width: 100%;
		padding-bottom: 50%; 
	}
	#slider_wrapper li img{
		object-fit: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/*---- お知らせ ----*/
.top_info{
	background-color: #FF0000;
	padding: 1.5rem 0;
}
.top_info a{
	color: #FFF;
}
.info_box{
	align-items: center;
	padding-left: 5rem;
}
.info_box p{
	margin-right: 2rem;
}
.info_box .cat{
	font-size: 1.2rem;
	border: 1px solid #FFF;
	padding: 0 2rem;
}

@media screen and (max-width: 840px) {
	.info_box{
		padding-left: 1rem;
	}
}
@media screen and (max-width: 420px) {
	.top_info{
		padding: 0.8rem 0;
	}
	.info_box .ttl{
		margin-top: 0.5rem;
	}
}

/*---- top01 ----*/
.bg_01{
	background-color: #333333;
}
.top01{
	padding: 7rem 0;
}
.text04{
	color: #FFF;
	font-size: 2rem;
	line-height: 2;
	font-weight: bold;
}
@media screen and (max-width: 840px) {
	.top01{
		padding: 5rem 0;
	}
	.text04{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 420px) {
	.top01{
		padding: 2rem 0;
	}
	.text04{
		font-size: 1.4rem;
	}
}

/*---- top_flex ----*/
.top_flex .box01{
	width: calc( 100% / 3 );
	position: relative;
}
.top_flex .box01 img{
	display: block;
}
.top_flex .box01 .text_box01{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	transform: translateY(-50%) translateX(-50%);
	width: 70%;
}
.text_area01{
	border: 1px solid #FFF;
	margin-bottom: 1rem;
	line-height: 1.4;
	padding: 1rem 0;
}
.text05 i{
	margin-left: 0.5rem;
	
}
@media screen and (max-width: 840px) {
	.top_flex .box01 .text_box01{
		width: 80%;
	}
	.text_area01 .fs140{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 420px) {
	.top_flex .box01{
		width: 100%;
	}
	.text_area01 .fs140{
		font-size: 1.6rem;
	}
}

/*---- top ----*/
.ttl01{
	background-color: #333;
	color: #FFF;
	padding: 1.5rem 0;
	line-height: 1.3;
}
.ttl01 span{
	display: block;
}
.top02{
	padding: 4rem 0 7rem;
}
.bg_02{
	background-color: #F5F5F5;
}
.bg_02 .info_box{
	padding: 1rem 0 1rem 5rem;
	border-bottom: 1px solid #DDDDDD;
}
.bg_02 .info_box a{
	color: #333;
}
.bg_02 .info_box .cat{
	border-color: #333;
}
.btn01{
	margin-top: 4rem;
}
.btn01 a{
	display: inline-block;
	background-color: #FFF;
	padding: 1rem 6rem;
	border: 1px solid #333333;
}
.btn01 a i{
	margin-left: 0.5rem;
	margin-right: 0;
}
@media screen and (max-width: 840px) {
	.top02{
		padding: 2rem 0 4rem;
	}
	.bg_02 .info_box{
		padding: 1rem 0;
	}
}

/*---- よくあるご質問 ----*/
.faq_ttl{
	margin-bottom: 4rem;
}
.faq_ttl .child_box{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 1rem 0;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}
.faq_box{
	margin-bottom: 4rem;
}
/*---- toggle ----*/
.toggle_contents {
	margin-bottom: 2rem;
}
.toggle_title {
	position: relative;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	background-color: #FFF;
	border: 1px solid #707070;
	padding: 2rem 4rem;
	border-radius: 5px;
}
.toggle_contents dd{
	position: relative;
	padding: 2rem 4rem;
}
.faq01{
	align-items: center;
}
.faq_q,.faq_a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2rem;
	color: #FFF;
	background-color: #008A3E;

	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.faq_q span,.faq_a span{
	font-weight: bold;
	font-size: 2rem;
}
.text08{
	width: calc(100% - 60px);
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #333;
	position: absolute;
	width: 17px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 1px;
	height: 17px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}
@media screen and (max-width: 840px) {
	.faq_ttl{
		margin-bottom: 3rem;
		justify-content: center;
	}
	.faq_ttl .child_box{
		padding: 0.7rem 0;
		width: 80%;
		margin-left: 0;
		margin-bottom: 1.5rem;
	}
	.faq_box{
		margin-bottom: 3rem;
	}
	.toggle_title {
		padding: 2rem 4rem 2rem 1rem;
	}
	.toggle_btn {
		right: 0.5rem;
	}
	.text08{
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.toggle_title {
		padding: 1.5rem 3rem 1.5rem 0.5rem;
	}
	.faq_q,.faq_a{
		margin-right: 1rem;
		width: 25px;
		height: 25px;
	}
	.faq_q span,.faq_a span{
		font-size: 1.4rem;
	}
	.toggle_contents dd{
		padding: 1rem 0 1rem 0.5rem;
	}
}
/*---- bnr_slide ----*/
.bnr_slide .slick-prev, .bnr_slide .slick-next{
	width: 25px;
	height: 25px;
	color: #FFF;
	border-radius: 50%;
	background-color: #000;
}
.bnr_slide .slick-prev{
	left: 5px;
	z-index: 999;
}
.bnr_slide .slick-next{
	right: 5px;
}
.bnr_slide .slick-prev:before{
	font-family: "Font Awesome 5 Free";
	content: '\f053';
	font-weight: 900;
	opacity: 1;
	font-size: 1.4rem;
} 
.bnr_slide .slick-next:before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	opacity: 1;
	font-size: 1.4rem;
}
.bnr_slide .slick-prev:hover, .bnr_slide .slick-next:hover,
.bnr_slide .slick-prev:focus, .bnr_slide .slick-next:focus{
	color: #FFF;
	border-radius: 50%;
	background-color: #000;
}

/* 下層ページ
---------------------------------------*/
/*---- main_img ----*/
.main_img{
	position: relative;
}
.main_img img{
	display: block;
}
.main_img h1{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 1rem 4rem;
	color: #FFF;
	background-color: rgba(0,0,0,0.40);
	border: 1px solid #FFF;
	transform: translate(-50%, -50%);
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	line-height: 1.4;
}
.main_img h1 span{
	display: block;
}
.sale_main h1{
	background-color: transparent;
	border: none;
}

/* breadcrumbs */
.breadcrumbs{
	padding-top: 1rem;
	margin-bottom: 5rem;
	font-size: 1.2rem;
}
.page .top01{
	color: #FFF;
	padding: 1rem 0 7rem;
}
.page section{
	padding-bottom: 7rem;
}
.ttl02{
	font-weight: bold;
	font-size: 1.8rem;
	padding: 1.5rem 0;
	text-align: center;
	color: #FFF;
	background-color: #FF0000;
}
@media screen and (max-width: 840px) {
	.breadcrumbs{
		margin-bottom: 3rem;
	}
	.main_img h1 .fs160,.main_img h1 .fs120{
		font-size: 1.4rem;
	}
	.page .top01{
		color: #FFF;
		padding: 1rem 0 5rem;
	}
	.page section{
		padding-bottom: 5rem;
	}
}
@media screen and (max-width: 420px) {
	.main_img h1{
		padding: 0.7rem 2rem;
	}
	.page .top01{
		color: #FFF;
		padding: 1rem 0 4rem;
	}
	.page section{
		padding-bottom: 4rem;
	}
}

/* 無人航空機資格取得
---------------------------------------*/
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.btn02 a{
	display: block;
	color: #FFF;
	text-align: center;
	padding: 1rem;
	font-size: 1.8rem;
	background-color: #0083E8;
	font-weight: bold;
}
.box02{
	margin-bottom: 4rem;
}
.box02 .child_box{
	width: 50%;
}
.box02 .child_box img{
	display: block;
}
.box02 .child_box .img_box01{
	position: relative;
}
.box02 .child_box .img_box01 p{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 1.5rem 6rem;
	color: #FFF;
	background-color: rgba(0,0,0,0.40);
	border: 1px solid #FFF;
	transform: translate(-50%, -50%);
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
}
.box03 a{
	display: block;
	width: 50%;
	text-align: center;
	color: #FFF;
	padding: 1.5rem 0;
	font-weight: bold;
}
.box03 a i{
	margin-right: 0;
	margin-left: 0.5rem;
}
.box03 a:nth-child(odd){
	background-color: #333333;
}
.box03 a:nth-child(even){
	background-color: #FF0000;
}

/*-- 国家資格取得までの流れ --*/
.text06{
	font-size: 2rem;
	margin-bottom: 4rem;
}
.box06{
	margin-bottom: 3rem;
}
.box06 .inner_box{
	background-color: #FFF;
	border: 1px solid #333333;
	padding: 3rem 1rem;
}
.box06 h3{
	background-color: #333333;
	color: #FFF;
	padding: 1rem 0;
	font-size: 2rem;
	font-weight: bold;
}
.box06 .lead02{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.box06 a{
	display: block;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.text07{
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
/*-- スクールカリキュラム --*/
.box04 .lead01{
	margin-bottom: 0;
}
.box07{
	background-color: #FFF;
	padding: 3rem 18rem;
	font-size: 2rem;
	font-weight: bold;
}
.box08{
	margin-bottom: 2rem;
	font-weight: bold;
	font-size: 2.4rem;
}
.text09 span{
	vertical-align: baseline;
}
.text09 .bText{
	margin-left: 1rem;
}
.bText{
	font-size: 4rem;
}
.price{
	text-align: right;
}
@media screen and (max-width: 420px) {
	.box02 .child_box{
		width: 100%;
		margin-bottom: 0;
	}
	.box02 .child_box .img_box01 p{
		font-size: 1.4rem;
		padding: 1.5rem 3rem;
	}
	.box03 a{
		font-size: 1.1rem;
	}
}
.box04{
	margin-bottom: 5rem;
}
.lead01{
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 1rem 0;
	margin-bottom: 3rem;
}
.lead01 span{
	display: block;
}
.lead01 .ttl03{
	font-size: 2.4rem;
}
.lead01 .ttl04{
	font-size: 1.6rem;
}
.bg_bl{
	background-color: #333333;
}
.bg_red{
	background-color: #FF0000;
}

@media screen and (max-width: 840px) {
	/*-- スクールカリキュラム --*/
	.box07{
		padding: 3rem;
	}
}


@media screen and (max-width: 420px) {
	.lead01 .ttl03{
		font-size: 1.8rem;
	}
	.lead01 .ttl04{
		font-size: 1.4rem;
	}
	/*-- 国家資格取得までの流れ --*/
	.text06{
		font-size: 2rem;
		margin-bottom: 4rem;
	}
	.box06 .inner_box{
		padding: 2rem 1rem;
	}
	.box06 h3{
		font-size: 1.8rem;
	}
	.box06 .lead02{
		font-size: 1.8rem;
	}
	/*-- スクールカリキュラム --*/
	.box07{
		padding: 1rem;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.box08{
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	.text09 .bText{
		margin-left: 1rem;
	}
	.bText{
		font-size: 2.4rem;
	}
}
/* 無人航空機メンテナンス
---------------------------------------*/
.box09{
	background-color: #FFF;
	border: 1px solid #009E10;
	margin-bottom: 3rem;
}
.box09 h3{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #FFF;
	background-color: #009E10;
	padding: 1rem 0;
}
.inner_box01{
	padding: 3rem;
	justify-content: space-between;
}
.inner_box01 .img_box02{
	width: 40%;
}
.inner_box01 .text_box02{
	width: 55%;
	margin-top: 3rem;
}
.inner_box01 .text_box02 .lead04{
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 840px) {
	.box09 h3{
		font-size: 2rem;
	}
	.inner_box01{
		padding: 2rem;
	}
	.inner_box01 .text_box02{
		margin-top: 0;
	}
	.inner_box01 .text_box02 .lead04{
		font-size: 2rem;
	}
}
@media screen and (max-width: 420px) {
	.inner_box01{
		padding: 1rem;
	}
	.inner_box01 .img_box02{
		width: 100%;
	}
	.inner_box01 .text_box02{
		width: 100%;
	}
	
}

/* 無人航空機機体販売
---------------------------------------*/
.lead03{
	background-color: #333;
	color: #FFF;
	font-size: 2rem;
	padding: 1.5rem 0;
	text-align: center;
	font-weight: bold;
	
}
.lineup_box .child_box a{
	background-color: #FFF;
	border-radius: 7px;
	box-shadow: 1px 1px 4px #DDD;
	align-items: center;
	padding: 1rem;
}
.lineup_box .child_box p{
	font-weight: bold;
	margin-left: 2rem;
	font-size: 1.6rem;
}
.item_arch{
	padding: 0 5%;
}
.item_arch .child_box{
	background-color: #FFF;
	border-radius: 7px;
	padding: 1rem 1rem 2rem 1rem;
	box-shadow: 1px 1px 4px #DDD;
}
.item_arch .child_box h2{
	margin: 1rem 1.5rem;
	font-size: 1.6rem;
}
.btn04{
	margin-top: 2rem;
}
.btn04 a{
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 25px;
	padding: 0.7rem 5rem;
	background-color: #FFF;
}
.btn03 a{
	display: inline-block;
	width: 80%;
	border: 1px solid #707070;
	border-radius: 25px;
	padding: 0.7rem 0;
}
.btn03 a i,.btn04 a i,.btn05 a i{
	margin-left: 0.5rem;
	margin-right: 0;
}
.page .top_flex{
	padding-bottom: 0;
}

.btn06 a{
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	background-color: #FF0000;
	padding: 1.5rem 12rem;
	border-radius: 5rem;
	line-height: 1.3;
}
.btn06 a span{
	display: block;
}
.btn06 a .bText{
	font-size: 2.8rem;
}
@media screen and (max-width: 840px) {
	.btn06 a{
		padding: 1.5rem 8rem;
		border-radius: 5rem;
	}
	.btn06 a .bText{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 420px) {
	.lineup_box .child_box{
		width: 100%;
		margin-left: 0 !important;
	}
	.lineup_box .child_box img{
		width: 20%;
	}
	.item_arch .child_box h2{
		margin: 0.5rem 0 0.7rem;
		font-size: 1.4rem;
	}
	.btn04{
		margin-top: 0;
	}
	.btn03 a{
		width: 100%;
		padding: 0.5rem 0;
	}
	.btn06 a{
		width: 95%;
		padding: 1.5rem 5rem;
		border-radius: 5rem;
	}
	.btn06 a .bText{
		font-size: 2.2rem;
	}
}

/*---- single ----*/
#single_slider .slick-dots{
	bottom: 1rem;
}
#single_slider .slick-dots li.slick-active button:before{
	color: #000;
	opacity: 1;
}
#single_slider .slick-dots li button:before{
	color: #DDDDDD;
	opacity: 1;
}
#single_slider .slick-dots li{
	margin: 0;
}
#single_slider .slick-dotted.slick-slider{
	margin-bottom: 0;
}
#single_slider .slick-next{
	right: 1rem;
}
#single_slider .slick-prev{
	left: 1rem;
	z-index: 99;
}
#single_slider .slick-prev, #single_slider .slick-next{
	width: 30px;
	height: 30px;
	color: #FFF;
}
#single_slider .slick-prev:before, #single_slider .slick-next:before{
	color: #000000;
	font-size: 3rem;
}
.btn05{
	margin-bottom: 1.5rem;
}
.btn05 a{
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 25px;
	padding: 0.7rem 0;
	text-align: center;
	width: 280px;
	background-color: #FFF;	
}
@media screen and (max-width: 420px) {
	.single_box{
		display: block;
	}
	.single_box .child_box{
		width: 100%;
	}
	.single_box .child_box:first-of-type{
		margin-bottom: 2rem;
	}
}
/*-- スペック --*/
.box05{
	margin-bottom: 3rem;
}
.box05 dl{
	display: flex;
	background-color: #FFF;
	border: 1px solid #707070;
	padding: 1.5rem 4rem;
	margin-bottom: 1rem;
}
.box05 dl dt{
	width: 25%;
}
.box05 dl dd{
	width: 75%;
	padding-left: 2rem;
}
@media screen and (max-width: 840px) {
	.box05 dl{
		padding: 1.5rem;
	}
}
@media screen and (max-width: 420px) {
	.box05 dl{
		display: block;
	}
	.box05 dl dt,.box05 dl dd{
		width: 100%;
	}
	.box05 dl dd{
		padding-left: 1rem;
	}
}


/* プライバシーポリシー
---------------------------------------*/
.policy{
	width: 80%;
	margin: 0 auto;
}
.policy h2{
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	/* color: #008A3E; */
}
.policy p{
	margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
	.policy{
		width: 100%;
	}
}

/* お知らせ
---------------------------------------*/
.single_ttl{
	justify-content: center;
	margin-top: 1rem;
}


/* お問い合わせ
---------------------------------------*/
.contact{
	width: 100%;
}
.contact th,.contact td{
	padding: 1rem;
}
.contact th{
	width: 25%;
	text-align: right;
	padding-right: 5%;
	vertical-align: top;
	padding-top: 1.7rem;
	font-weight: bold;
}
.contact td{
	width: 75%;
}
.contact td input{
	border: 1px solid #707070;
	padding: 0.5rem 0 0.5rem 1rem;
}
.contact td input.width40{
	width: 40%;
	margin-right: 1rem;
}
.contact td textarea{
	width: 95%;
	border: 1px solid #333333;
	padding: 1rem;
}
.contact td #zip{
	width: 150px;
}
.contact td .zip-button{
	border: none;
	background-color: #666666;
	color: #FFF;
	padding: 0.5rem 1rem;
	margin-left: 2rem;
}
.contact td .tel_area{
	/*width: 170px;
	margin-right: 2rem;*/
}
.contact td .ad_select{
	margin-bottom: 2rem;
}
.contact td select{
	padding: 1rem 3rem 1rem 1rem;
}
.submit input[type="submit"] {
	width: 150px;
	text-align: center;
	padding: 1rem 0;
	color: #FFF;
	background-color: #333333;
	cursor: pointer;
}
.consent{
	margin: 2rem 0;
}
.submit,.consent{
	padding-left: 15%;
}

.mw_wp_form_confirm .contact .zip-button{
	display: none;
}
@media screen and (max-width: 840px) {
	.submit,.consent{
		padding-left: 0;
	}
}

@media screen and (max-width: 420px) {
	.contact th,.contact td{
		display: block;
		width: 100%;
	}
	.contact th{
		text-align: left;
		padding-left: 2rem;
		padding-bottom: 0;
	}
	.contact td{
		padding: 0.5rem 0 0;
	}
	.contact td input{
		width: 95%;
	}
	.contact input[type="radio"]{
		width: auto;
	}
	.contact td .ad_select{
		margin-bottom: 1rem;
	}

	.contact td .contat_text{
		display: block;
	}
}

/* 404
---------------------------------------*/
.notfound{
	text-align:center;
}
.notfoundtext{
	color:#fa1919 ;
	font-size:1.8rem;
	font-weight:bold;
	margin:3rem;
}
.notfoundanchor a{
	color:#e47b7f;
}
@media screen and (max-width: 1050px) {
	.notfoundtext{
		font-size:1.6rem;
	}
}

/* WordPress Misc
---------------------------------------*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right:3%;
	margin-bottom:2rem;
}

.alignright {
	float: right;
	margin-left:3%;
	margin-bottom:2rem;
}
@media screen and (max-width: 420px) {
	.alignleft {
		float: none;
		margin-right:0;
	}
	.alignright {
		float: none;
		margin-right:0;
	}
}


