@charset "utf-8";

body {
	margin: 0;
}

.header-inner {
	padding: 0px 0;
/*	width: 100%;*/
}

.container {
	margin: 5px auto 0;
	max-width: 1000px;
}
.kaisha_jouhou{
	margin: 5px auto 0;
	max-width: 1000px;
}
/*
section .container {
	display: flex;
	flex-flow: column;  デフォルトは たて並び
}
 */

main {
	padding: 0px 0px 20px 0px;
}

/* .common_header{
	height: calc(100px + 53vw);
	width: 100%;
} */
.common_header{
	/* height: 200px; */
	width: 100%;
	margin-top: 50px;
}
.header_frame{
	width: 100%;
	/* height: 100%; */
}

.search_input{
	width: 300px;
	margin-left: auto;
	margin-right: 0;
}

.side_navi {
	padding: 20px 10px 20px 10px;
	background: #C3FAD6;
	display: none;
}
.bottom_navi {
	padding: 20px 10px 20px 10px;
	background: #fff;
	display: block;
}

.footer-inner {
	margin:10px 0;
	padding: 5px 0;
	background: #aaa;
	color: #fff;
	text-align: center;
}

main p{
	padding: 0 20px;
	margin-bottom:0px;
}
main p:last-child {
	margin-bottom: 50px;
}
.main-title {
	margin: 0;
}
.copyright {
	margin: 0;
}
body {
	line-height: 1.7;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "MS　Pゴシック", sans-serif;
}


main h2{
	/* text-align: center; */
	line-height: 40px;
	margin: 0px auto 50px;
	/* background: #FF8707;*/
	/* background: linear-gradient(0deg, #09186A, #4A5CB5); */
	/* color: #ffffff; */
	font-size: 1.2rem;
	color: #333;
	font-weight: normal;
	width:100%;
	border-radius: 5px;
}

p.rinen{
	width:97%;
	margin: 25px auto 50px;
	text-align: center;
	font-size: 3vw;
	padding: 20px;
	border: 5px solid #4A5CB5;
	border-radius: 10px;
}
ul.explanation{
	margin: 30px auto 30px;
}

.side_navi_in_iframe h3{
	text-align: center;
	line-height: 70px;
	margin: 20px auto 0;
	background: #F3FFF2;
	color: #4D6E48;
	width:90%;
	border-radius: 15px;
	font-size: 24px;
}

/*
.top_navi_in_iframe{
	display: flex;
	justify-content: space-around;
	background: #ddd;
}
.top_navi_in_iframe h3{
	width:16vw;
	height: 50px;
	line-height: 3vw;
	text-align: center;
	margin: 15px 0px 15px;
	padding: 15px 0px 10px;
	background: #fff;
	color: #333;
	border-bottom:5px solid #00E6D8;
	font-size: 2.5vw;
}
.top_navi_in_iframe a{
	text-decoration: none;
}
*/


.top_navi_in_iframe{ /* インラインフレームの内部 */
	/* background: #ddd; */
	background: #fff;
	margin: 0 0;
	padding: 0 0px;
}

ul.navi_button_list {
    display: flex;
		/* flex-wrap: nowrap; */
		flex-wrap: wrap;
		/* justify-content: space-around; */
		justify-content: center;
		align-content: flex-start;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0px;
}
ul.navi_button_list li {
    display: block;
		/* width: 19vw;  /* ボタンの両側の隙間に影響 */ */
		/* width: 150px; */
    /* height: 1rem; */
    /* line-height: 110%; */
    margin: 1em 0.2em 1em;
    padding: 0 20px;
    /* text-align: center; */
		background: #fff;
		/* border-bottom:4px solid #FB9900; */
}
ul.navi_button_list li a {
    /* display: table-cell; */
		/* vertical-align: middle; */
		display: block;
		/* padding: 10px 0px; */
		text-decoration: none;
		color: #333;
}



.header_banner{
	margin-top: 30px;
	margin-bottom: 70px;
}
.header_banner img{
	width: 100%;
}

.logo_text{
	text-align: center;
	margin: 0 0;
	padding: 0px 0 20px 0;
}
.logo_text img{
	width:70%;
}
.logo_text h1{
	margin: 0 auto;
}




.container_1{
	margin: 100px 0;
	padding: 20px;
	display: flex;
	flex-flow: column;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.container_1 h2{
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #777;
	padding-left: 20px;
}
.container_1 div.level_1{
	width: 100%;
}
.container_1 div.level_1 p{
	padding: 20px 20px 20px 40px;
	color: #222;
}
.container_1 div.level_1 img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.container_1 .button_1{
	/* width: 170px; */
}
.container_1 .button_1 a{
	border: 1px solid #ccc;
	border-radius: 5px;
	/* display: inline-block; */
	margin: 50px 10px;
	padding: 20px 10px;
	text-align: center;
	width: 170px;
	text-decoration: none;
	color: #333;
}
.container_1 .button_1 a:hover{
	background: #eee;
}

.container_2{
	display: flex;
	/* flex-flow: column; */
	flex-flow: row;
	margin-top: 50px;
	margin-bottom: 100px;
	padding-left: 20px;
}
.container_2 div{
}




hr{
	margin: 150px 0 70px;
}

.brands_container{
	display: flex;
	flex-flow: column;
}
.brands_container .brand{
	justify-content: center;
	text-align: center;
	background: white;
	margin: 0px auto;
	width: 80%;
}
.brands_container .brand img{
	width:70%;
	margin: 20px 0 0 0;
	/* background-color: #f3f3f3; */
}
.brands_container .brand h3{
	/* color: #f17d24; */
	color: #222;
	margin: 5px 0 20px;
	padding: 0;
	text-align: center;
	line-height: 40px;
}
.brands_container .brand p{
	/*height:3em;*/
	margin: 0 0 10px;
	padding: 0px 0 5px;
	text-align: left;
	color: #777;
}
.brands_container .brand span.small_text{
}
.brands_container .brand span.small_text ruby{
}
.brands_container .brand .thin{
	font-weight: normal;
}

ul.info{
	list-style-type: none;
	font-size: 3.5vw;
	font-weight: bold;
	color: #555;
}
.comment_center_middle_size{
	text-align: center;
	font-size: 18px;
}
.telephone_number{
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold;
	color: #09186A;
}
.address{
	text-align: center;
	font-size: 3vw;
	color: #333;
	margin: 30px 0 50px;
}
.address a{
	font-size: 5vw;
}

.tab1{
	display: inline-block;
	width: 35vw;
	text-align: left;
}
.tab2{
	display: inline-block;
	width: 25vw;
	text-align: right;
}

.mood{
	margin-top:50px;
}

/*オンラインショップ*/
.shop_introduction{
	margin: 0 auto 200px;
	text-align: center;
	width: 100%;
}
.shop_introduction h2{
	margin: 50px auto 0;
	text-align: left;
	font-weight: bold;
	color: #777;
}
.shop_introduction img{
	width: 100%;
}
.shop_introduction h3{
	margin: 5px auto 35px;
	color: #777;
}
.shop_introduction p{
	margin: 10px auto 10px;
}

.map{
	width: 80%;
	text-align: center;
	margin: 20px 0;
}
.map iframe{
	width: 80%;
}

.organization{
	width: 100%;
	text-align: center;
	/* margin: 0 auto 50px; */
	margin: 20px 0;
}
.organization img{
	width: 100%;
	/* padding-left: 50px; */
}

.company_info{
	width: 85%;
}



/*　採用情報　*/
.job_infomation{
	width:90%;
	margin: 0 auto;
}

.bottom_navi_in_iframe h3{
	text-align: center;
	line-height: 50px;
	margin: 0px auto 0;
	background: linear-gradient(0deg, #fff, #f7f7f7, #fff);
	color: #777;
	width:100%;
	border-bottom:1px solid #ccc;
	font-size: 20px;
	font-weight: lighter;
}
.bottom_navi_in_iframe{
	border-top:1px solid #ccc;
}

.side_navi_in_iframe a{
	text-decoration: none;
}
.bottom_navi_in_iframe a{
	text-decoration: none;
}

.keiei_rinen{
	text-align: center;
}


/* お問い合せフォーム　*/
.otoiawase_page{
	width: 100%;
	margin: 0 auto;
}
.otoiawase_page h2{
	margin: 50px 0 0px;
	text-align:center;
	color:#555;
}
.otoiawase_page h3{
	text-align:center;
	font-weight: normal;
	color:#555;
}
form{
	padding: 16px;
}
input,
textarea {
	box-sizing: border-box;
	font-family: sans-serif;
}
input[type="text"],
input[type="email"] {
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
	font-size: 16px;
}
textarea {
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
	height: 200px;
	font-size: 16px;
}
.submit-p {
	text-align: center;
	margin-top: 50px;
}
input[type="submit"] {
	border: 1px solid #0086f9;
	border-radius: 6px;
	padding: 12px 48px;
	font-size: 16px;
	background: linear-gradient(0deg, #0086f9, #b6d6f7);
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
}
input[type="submit"]:hover {
	background: linear-gradient(0deg, #2894f9, #d2e4f7);
}
input[type="submit"]:active {
	background: linear-gradient(0deg, #0074d8, #b6d6f7);
}
.contact_form_confirm{
	width: 70%;
	margin: 0 auto;
}
.error_message{
	width: 90%;
	padding: 16px;
	margin: 30px auto 0;
}
.return_buttom a{
	display: block;
	text-decoration: none;
	width: 200px;
	border: 1px solid #0086f9;
	border-radius: 6px;
	padding: 12px 30px;
	font-size: 16px;
	background: linear-gradient(0deg, #0086f9, #b6d6f7);
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}



.bottom_contents{
	margin: 0 auto;
	width:100%;
	text-align: center;
}


ul.bottom_index{
	margin: 50px auto;
	padding: 0 0px;
	width: 90%;
	text-align: center;
	text-decoration: none;
	color: #333;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;

	list-style-type: none;
}
ul.bottom_index li {
	display: block;
	height: 1rem;
	line-height: 1.0;
	margin: 5px 0.2em;
	padding: 0;
	text-align: center;
	width: 150px;
	background: #fff;
}
ul.bottom_index li a {
	text-decoration: none;
	color: #333;
}




.kaisha_jouhou h2{
	/* line-height: 40px; */
	margin: 50px auto 0px;
	padding-left: 10px;
	font-size: 1rem;
	color: #333;
	font-weight: normal;
	width:100%;
	text-align: left;
}


.announce table caption,
.kaisha_jouhou table caption{
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 10px;
}
.announce table,
.kaisha_jouhou table{
	margin: 30px auto;
	width: 100%;
	/* padding: 0 20px; */
}
.kaisha_jouhou table tr{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.kaisha_jouhou table td{
	padding: 5px 0 5px 10px;
	color: #555;
	font-size: 0.9rem;
}
.kaisha_jouhou table td:first-child{
	width: 130px;
	/* padding-right: 20px; */
}

.announce table.announce_table{
	border-collapse:separate;
	border-spacing: 0px 30px;
}
.announce table td{
	padding: 20px 10px;
	line-height: 2.0;
}
.announce table td:first-child{
	border: 1px solid #ccc;
}
.announce td img{
	/* width: 200px; */
	display: block;
	width: 100%;
}


.kaisha_jouhou .about_logo{
	margin-top: 100px;
}
.kaisha_jouhou .about_logo h2{
	color: #BA0011;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
}
.kaisha_jouhou .about_logo img{
	display: block;
	margin: 0 auto;
}
.kaisha_jouhou .about_logo p{
	text-align: left;
}
@media only screen and (max-width: 425px) {  /* マークはw:425pxで作成 */
	.kaisha_jouhou .about_logo img{
		width: 95%;
	}	
}




/* =================== 以下は幅が768px以上の場合（PCの場合） =================== */
@media only screen and (min-width: 768px) {
	/*
	section .container {
		flex-flow: row; 幅が768px以上なら よこ並び
	}
	main {
		flex: 1 1 auto;
	}
	*/
	/*
	.top_navi {
		display: none;
		flex: 0 0 0px;
	}
	*/

	.top_navi_in_iframe{
	}
	ul.navi_button_list li {
	    /* height: 2em; */
	}

	/* .common_header{
		height: calc(100px + 50vw);
		width: 100%;
	} */

	.logo_text{
	}
	.logo_text h1{
	}
	.logo_text img{
		width:500px;
		margin: 0 0 5px;
	}

	.telephone_number{
		font-size: 30px;
	}
	.address{
		font-size: 18px;
	}
	.address a{
		font-size: 28px;
	}
ul.info{
		font-size: 20px;
	}
	.tab1{
		width: 200px;
	}
	.tab2{
		width: 150px;
	}



	.container_1{
		flex-flow: row;
		border: none;
		flex-wrap: wrap;
	}
	.container_1 h2{
		margin-top: 30px;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
	}
	.container_1 div.level_1{
/*		width: 50%;*/
		width: 450px;
		margin: 0 auto;
	}
	.container_1 div.level_1 p{
	}
	.container_1 div.level_1 img{
		width: 100%;
	}

	.container_2{
		flex-flow: row;
	}
	.container_2 div{
	}



	.brands_container{
		display: flex;
		flex-flow: row;
		/*width: 97%;
		margin: 0 auto;*/
	}
	.brands_container .brand{
		width:23%;
		text-align: center;
	}
	.brands_container .brand img{
		width:70%;
		margin: 0px 0 0 0;
	}
	.brands_container .brand p{
		text-align: left;
	}


	.organization{
		margin: 0 auto 50px;
		width: 768px;
		/* text-align: center; */
	}
	.organization img{
		width: 100%;
		padding: 0;
	}

	.map{
		width: 768px;
		text-align: center;
		margin: 0px auto;
	}
	.map iframe{
		width: 100%;
	}

	p.rinen{
		font-size: 1.3em;
	}

	.otoiawase_page{
		width: 500px;
	}




	.bottom_contents{
		margin: 0 auto;
		width:768px;
		text-align: center;
	}

	ul.bottom_index{
		display: flex;
		flex-wrap: wrap;
		/* flex-wrap: nowrap; */
		/* justify-content: space-around; */
		/* justify-content: flex-start; */
		justify-content: center;
		align-content: flex-start;

		margin: 50px auto;
		padding: 0 0px;
/*		width: 80%;*/
		/* list-style-type: none; */
		text-align: center;

		/* display: block; */
		/* padding: 10px 0px; */

		text-decoration: none;
		color: #333;


		list-style-type: none;
	}
	ul.bottom_index li {
		/* display: table; */
		/* height: 4em; */
		display: block;
		/* text-align: left; */

		height: 1rem;
		line-height: 1.0;
		margin: 5px 0.2em;
		padding: 0;
		text-align: center;
		width: 150px;  /* ボタンの両側の隙間に影響 */
		background: #fff;
	}
	ul.bottom_index li a {
	  /* display: table-cell; */
		/* vertical-align: middle; */
		/* display: block;
		padding: 0 0px; */
		text-decoration: none;
		color: #333;
	}


	.kaisha_jouhou table{
		margin: 30px auto;
		width: 768px;
		/* padding: 0 20px; */
	}


	.announce td img{
		display: inline;
		width:400px;
	}



}
/* ---- 以上は幅が768px以上の場合（PCの場合）ここまで ----- */


/* ============================== 幅が1000px以上の場合（PCの場合） ============================== */
@media only screen and (min-width: 1000px) {

	.common_header{
		/* height: 600px; */
		/* width: 100%; */
		/* margin-bottom: 30px; */
	}

	.logo_text{
		/* margin-top: 30px; */

	}
	.logo_text img{
		/* width: 800px; */
		/* margin: 5px 0; */
	}

}
/* ======== 幅が1000px以上の場合（PCの場合）ここまで ======== */
