@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-size: 14px;
	font-family: 'Noto Serif JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #000;
	text-decoration: none;
}

a.white{
	color: #fff;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
	line-height: 0;
}

#header img{
    width:100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#slogan{
	position: absolute;
	top: 80px;
	margin-left: 40px;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	text-align: center;
}

#slogan h1{
	width: 160px;
	height: 60px;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}

@media only screen and (max-width: 800px){
#slogan{
	top: 35px;
	margin-left: 10px;
}
}



/* フッター
------------------------------------------------------------*/
#footer{
	/* margin-top: -4px; */
	clear: both;
	padding: 60px 10px 50px 0;
	font-size: 16px;
	text-align: center;
	color: #221814;
	background-color: #fff;
}

#footer img {
	width: auto;
	margin-bottom: 10px;
}

.footer_txt {
	margin-bottom: 40px;
        color: #221814;
}




/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 10px;
}

.bg_news {
	background-color: #495334;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

.no_pc {
	display: none;
}


/* NEWS 設定
------------------------------------------------------------*/
#news {
	padding: 20px 0px 80px 0px;
	text-align: center;
}

.news_more {
	font-weight: bold;
	clear: left;
}

	.news_more a {
		color: #495334;
	}

.news_table {
	width: 100%;
	max-width: 740px;
	height:40px;
	margin: 0px auto;
	border-bottom: 1px dotted #898989;
	font-size: 16px;
	color: #595757;
	clear: left;
}

	.news_day {
		width: 100px;
		padding-left: 10px;
		text-align: left;
		vertical-align: middle;
		line-height: 40px;
		float: left;

	}

	.news_icon {
		display: table;
		width: 100px;
		float: left;
	}

		.news_icon img {
			width: auto;
		}

		.news_icon p {
			display: table-cell;
			padding: 8px 0px 7px;
			text-align: left;
			vertical-align: middle;
		}

	.news_txt {
		width: auto;
		max-width: 530px;
		text-align: left;
		vertical-align: middle;
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}

.news_title {
	width: 100%;
	max-width: 740px;
	margin: 0px auto;
	border-bottom: 1px dotted #898989;
	font-size: 20px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 80px;
	letter-spacing: 2px;
	color: #495334;
}


/* NEWS_PAGE 設定
------------------------------------------------------------*/
#news_page {
	width: 94%;
	max-width: 740px;
	margin: 0px auto;
	padding: 20px 20px;
	background-color: #3E3A39;
        color: #fff;
}

.news_page_table {
	width: 100%;
	max-width: 680px;
	margin: 0px auto;
	border-bottom: 1px dotted #898989;
	font-size: 16px;
        padding: 10px 3px;

}

	.news_page_day {
		width: auto;
		padding-left: 10px;
		text-align: left;
		vertical-align: middle;
		line-height: 40px;
		float: left;

	}

	.news_page_icon {
		display: table;
		width: 100px;
		float: left;
	}

		.news_page_icon img {
			width: auto;
		}

		.news_page_icon p {
			display: table-cell;
			padding: 8px 0px 7px;
			text-align: left;
			vertical-align: middle;
		}

	.news_page_txt {
		width: 100%;
		padding-bottom: 10px;
		text-align: left;
		vertical-align: middle;
		line-height: 18px;
		clear: left;
	}
        
       .news_page_img {
            width: 30%;
            min-width: 200px;
            float: left;
        }
        
@media screen and (max-width: 480px){
        .news_page_img {
            width: 99%;
            float: left;
        }
}        
        .news_page_content {
            width: 95%;
            max-width: 460px;
            padding: 0 5px;
            float: left;
        }

.news_page_title {
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 60px;
	letter-spacing: 2px;
	color: #3E3A39;
}


/* SEC01 VISION
------------------------------------------------------------*/
#sec01 {
	color: #221814;
	background-color: #fff;
}

.vision{
	width: 100%;
	margin: 0px;
	padding: 20px 0px 60px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* TENPO 設定
------------------------------------------------------------*/
#shop {
	padding: 30px 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	color: #fff;
	background-color: #3E3A39;
}

#shop .shop_list {
}
#shop .shop_list div {
}
#shop .shop_list table.logos {
    margin-top: 50px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#shop .shop_list table.logos img {
    width: 80%;
    height: 50%;
    /*max-height: 200px;*/
}

table.logos tr td.rusa_fukuoka img.sp {
    display: none;
}

@media only screen and (max-width: 640px){
    #shop .shop_list table.logos td {
        display: block;
        /* margin-bottom: 50px; */
        padding: 25px 0;
    }
    #shop .shop_list table.logos img {
        width: 100%;
    }
    table.logos tr td.spica {
        background-color: #5F4C3F;
    }
    table.logos tr td.bouquca {
        background-color: #000;
    }
    table.logos tr td.rusa_fukuoka {
        padding: 0 0 25px 0!important;
    }
    table.logos tr td.rusa_tokyo {
        padding: 25px 0 0 0!important;
    }
    
    table.logos tr td.rusa_fukuoka img.pc {
        display: none;
    }
    table.logos tr td.rusa_fukuoka img.sp {
        display: inline;
    }
    #shop {
        padding: 30px 0 0 0;
    }

}

.shop_icon  {
	width: 100%;
}

	.shop_icon img {
		width: auto;
		margin-bottom: 30px;
	}

.shop_tenpo {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 2px;
}

	.shop_tenpo a {
		color: #fff;
	}

.shop_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 2px;
	padding-bottom: 15px;
}




/* TENPO 設定
------------------------------------------------------------*/

.bg_fukuoka {
	background-color: #ead2cb;
}

.bg_kitakyu {
	color: #fff;
	background-color: #3e3a39;
}

.bg_spica {
	color: #fff;
	background-color: #5F4C3F;
        padding-bottom: 30px!important;
}

.tenpo_area  {
	width: 100%;
}

	.tenpo_area img {
		width: auto;
		height: 20px;
		margin-bottom: 30px;
	}

.tenpo_img div {
	width: 100%;
}

.tenpo_img img {
	width: 100%;
}

.tenpo_link {
	line-height: 40px;
}

	.tenpo_link a {
		font-weight: bold;
		color: #000;
		text-decoration:underline;
	}

	.tenpo_link a:hover {
		color: #a40000;
	}

.tenpo_logosub {
	width: 100%;
}

	.tenpo_logosub img {
		width: auto;
		margin-bottom: 40px;
	}
.tenpo_map {
	margin-bottom: 50px;
	line-height: 24px;
	letter-spacing: 2px;
}

	.tenpo_map a {
		font-weight: bold;
		color: #000;
		text-decoration:underline;
	}

	.tenpo_map a:hover {
		color: #a40000;
	}

.tenpo_profile {
	margin-bottom: 10px;
	line-height: 36px;
}

.tenpo_txt {
	margin-top: -3px;
	padding: 60px 0px;
	font-size: 16px;
	text-align: center;
}

a.a_w  {
	color: #fff;
}





/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding-top: 40px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 24px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #fff;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	#mainnav.changeNav a{
		color: #000;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
}



@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}

.no_pc {
	display: inherit;
}

.no_mobile {
	display: none;
}


}



@media only screen and (max-width: 640px){

.footer_logo img {
	height: 12px;
}


	#map iframe{
	  width: 96% !important;
		left: 2%;
	}

.news_more {
	margin-top: 10px;
}

.news_table {
	width: 90%;
	height: 80px;
	max-width: none;
}

	.news_day {
		width: auto;
	}

	.news_txt {
		width: 100%;
		max-width: none;
		line-height: 20px;
	}

.news_title {
	width: 90%;
	max-width: none;
	margin: 0px auto;
}

#news_page {
    padding: 0 3%;
	/*width: 96%;*/
}

.news_page_table {
	width: 100%;
        padding: 10px 3px;
}

section h2{
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 10px;
}

	#sec01 h2{
		padding: 30px 0px 0px 0px;
		font-size: 24px;
	}

.tenpo_area  {
	width: 100%;
}

	.tenpo_area img {
		height: 15px;
	}


.tenpo_txt {
	font-size: 12px;
}

.vision{
	padding: 10px 0px 30px 0px;
	font-size: 10px;
	line-height: 20px;
}

}


.cart_logo {
    width: 40px;
    margin-bottom: -11px;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.changeNav .cart_logo {
    filter: none;
}

@media only screen and (max-width: 799px){
.cart_logo {
    width: 16px;
    margin-bottom: -3px;
    filter: none;
}
}

table.recruit th,
table.recruit td {
    padding: 0.5em;
}
table.recruit th {
    width: 30%;
    text-align: right;
}
table.recruit td {
    width: 70%;
}

table.about th,
table.about td {
    padding: 0.5em;
}
table.about th {
    width: 20%;
    text-align: right;
}
table.about td {
    vertical-align:bottom;
    width: 80%;
}
@media only screen and (max-width: 640px){
    table.about th {
        display: block;
        width: 100%;
        text-align: center;
    }
    table.about th div {
        margin:0 auto;
    }
    table.about td {
        /*display: block;*/
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }
}

div.news_page_txt strong.recruit {
    font-size: 26px;
}
@media only screen and (max-width: 640px){
    div.news_page_txt strong.recruit {
        font-size: 18px;
    }
}