@charset "utf-8";

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





/* ===== common ===== */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS UI Gothic", sans-serif, "Trebuchet MS";
}

#container-n {
	width: 100%;
	min-width: 320px;
}

#header-n {
	width: calc( 100% - 20px );
	height: 56px;
	min-width: 280px;
}
#logo2207 a {
	top: 12px;
	padding-top: 36px;
	background-size: contain;
}

#footer980 {
	width: 100%;
	min-width: 320px;
}

#footer-menu {
	border-bottom: dotted 1px #939393;
	padding-bottom: 30px;
	margin-left: 0;
	padding-left: 30px;
}

#footer-menu ul {
	float: none;
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.f1em {
	margin-bottom: 0;
}

div#kcontents {
	width: 100% !important;
}

div#kcontents > div {
	margin: 0 !important;
}

div#kcontents > div > img {
	max-width: 100%;
	height: auto;
}

div#breadlink {
	max-width: calc( 100% - 40px );
	padding: 0 20px 10px;
}

div#staticmenu {
	width: 100%;
	float: none;
}

div#staticcontents {
	max-width: calc( 100% - 40px );
	padding: 20px 20px;
}

div#staticcontents img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}

ul#stmenus {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
}

ul#stmenus li {
	margin-bottom: 1px;
	width: 25%;
}
@media screen and (max-width: 540px) {
ul#stmenus li {
	width: 50%;
	min-width: 160px;
}
}

ul#stmenus li a {
	display: block;
	width: 100%;
	height: 0 !important;
	height /**/:calc( 25vw * 0.25 - 1px );
	padding-top: calc( 25vw * 0.25 - 1px );
	overflow: hidden;
	background-size: cover !important;
}
@media screen and (max-width: 540px) {
ul#stmenus li a {
	height: 0 !important;
	height /**/:calc( 50vw * 0.25 - 2px );
	padding-top: calc( 50vw * 0.25 - 2px );
}
}
@media screen and (max-width: 320px) {
ul#stmenus li a {
	height /**/:calc( 160px * 0.25 - 1px );
	padding-top: calc( 160px * 0.25 - 1px );
}
}

ul#stmenus li a:hover,
ul#stmenus li a.current {
	background-position: 0 calc( 25vw * -0.25 + 1px ) !important;
}
@media screen and (max-width: 540px) {
ul#stmenus li a:hover,
ul#stmenus li a.current {
	background-position: 0 calc( 50vw * -0.25 + 2px ) !important;
}
}
@media screen and (max-width: 320px) {
ul#stmenus li a:hover,
ul#stmenus li a.current {
	background-position: 0 calc( 160px * -0.25 + 1px ) !important;
}
}





/* ===== top ===== */

/* ----- fv_frame ----- */

.fv_frame {
	width: 100%;
	padding: 0 0;
}

.swiper-slide img {
	width: 100%;
}

.fv_next,
.fv_prev {
	width: 30px;
	z-index: 9999;
	transition: none;
}

.fv_next:hover,
.fv_prev:hover {
	opacity: 1;
	background-color: rgba(255,255,255,.5);
}

/* ----- toshop_banner ----- */

.toshop_banner img {
	width: 100%;
}

/* ----- top-3col ----- */

.top-3col {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#top-left-col {
	float: none;
	width: 100%;
	margin: 0 auto;
	order: 2;
}

#top-center-col {
	float: none;
	width: 100%;
	margin: 0 auto;
	order: 1;
	//background-color: #ccf;
}

#top-right-col {
	float: none;
	width: 100%;
	order: 3;
}

/* ----- center ----- */

#news-title-frame {
	padding-top: 0;
	width: 100%;
	background-color: #fff;
}

#topnews {
	width: calc( 100% - 20px );
}

/* ----- left ----- */

#top-left-col ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 30px;
}

#top-left-col ul li {
	width: 25%;
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
#top-left-col ul li {
	width: calc( 100% / 3 );
}
}
@media screen and (max-width: 480px) {
#top-left-col ul li {
	width: 50%;
}
}

#top-left-col ul li a img {
	width: 100%;
	height: auto;
}

/* ----- right ----- */

#top-right-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: flex-start;
	margin-top: 30px;
}

#top-right-col div {
	margin: 0 10px 20px;
}

.top-dot-border{
	width: 100%;
	margin: 0 0 20px !important;
	padding-top: 0;
	border-top: dotted 1px #868686;
}

.mt10 {
	margin: 0 10px 20px;
}
.mt20 {
	margin: 0 10px 20px;
}

.mt4 {
	margin: 0 10px 20px;
}





/* ===== news ===== */

div#news-frame {
	display: flex;
	flex-wrap: wrap;
	background: none;
}

div#news-list {
	float: none;
	width: 100%;
	order: 2;
	padding-top: 12px;
	background: url(../img/news_shikiri.gif) 0 top repeat-x;
}

div#news-content {
	float: none;
	padding: 20px 20px;
	width: 100%;
	order: 1;
}

ul#news-list-li li {
	display: block;
	padding: 0 20px;
	background: url(../img/news_shikiri.gif) 0 bottom repeat-x;
}





/* ===== media ===== */

#media-frame {
	width: 100%;
}

.media-box {
	padding: 20px 20px 20px;
	margin-bottom: 0;
}

.ad-left {
	float: none;
	padding: 0;
	text-align: center;
}

.ad-right {
	float: none;
	padding: 10px 0 0;
}

.ad-left img {
	float: none;
	max-width: 100%;
}





/* ===== privacy ===== */

div#privacy-frame {
	max-width: calc( 100% - 40px );
	padding: 20px 20px;
}





/* ===== contact ===== */





/* ===== company ===== */

#company-table {
	width: 100% !important;
}





/* ===== message ===== */





/* ===== wanted ===== */

table#wanted-table {
	width: 100%;
	margin: 0;
}

table#wanted-table td {
	display: block;
	padding: 0;
	line-height: 1.6;
}
table#wanted-table td:nth-child(2) {
	padding: 0 0 0 25px;
}





/* ===== partner ===== */

h2#shoptitle {
	display: block;
	width: 100%;
	margin-left: 0;
	background-position: -1px -1px;
	border-top: 1px solid #263399;
	border-left: 1px solid #263399;
	border-right: 1px solid #263399;
}

form[action="partner.php"] > div:nth-of-type(1):after {
	display: block;
	padding: 5px 0 0;
	width: 100%;
	content: "ご覧になりたい地域名をクリックしてください";
	background-color: #fff;
	border-left: 1px solid #263399;
	border-right: 1px solid #263399;
	text-align: center;
}

img[src="img/company/shop_text.gif"] {
	display: none; 
}

div#shopmap {
	width: 100%;
	height: auto;
	margin: 0;
	background-image: none;
	background-color: #fff;
	border-left: 1px solid #263399;
	border-right: 1px solid #263399;
	border-bottom: 1px solid #263399;
}

div#mapimg {
	position: relative;
	left: auto;
	text-align: center;
}

ul#maplink {
	position: relative;
	top: auto;
	left: auto;
	margin: 0 auto;
	padding: 0 0 15px;
	width: 600px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
ul#maplink {
	width: 440px;
}
}
@media screen and (max-width: 480px) {
ul#maplink {
	width: 280px;
}
}

ul#maplink li {
	padding: 10px 0 0 15px;
	width: calc( ( 100% - 75px ) / 4 );
	text-align: center;
}
@media screen and (max-width: 640px) {
ul#maplink li {
	width: calc( ( 100% - 60px ) / 3 );
}
}
@media screen and (max-width: 480px) {
ul#maplink li {
	width: calc( ( 100% - 45px ) / 2 );
}
}

ul#maplink li a {
	margin: 0 auto;
}

table#shop-table {
	width: 100%;
	margin-left: 0;
}

table#shop-table tr.shop-koumoku {
	background: #527cce;
}

table#shop-table img[src="img/blank.gif"] {
	height: 7px;
}

/* ----- shop ----- */

div#shop-frame {
	width: 100%;
	min-width: 320px;
}

div#shop-frame > div:nth-child(1) {
	width: 100%;
	overflow: hidden;
}

div#shop-frame > div:nth-child(1) img {
	width: 100%;
}

div#shop-contents {
}

div#shop-photo {
	width: 100%;
	float: none;
}

div#shop-photo img {
	max-width: 100%;
}

div#shop-information {
	width: 100%;
	float: none;
	padding-top: 20px;
}

div#shop-information img[src="img/shop/line250.gif"] {
	width: 100%;
}





/* ===== technology ===== */

.techrow {
	width: 100%;
	min-width: 280px;
	margin: 0;
	padding: 0;
}

.techrow li {
	margin: 0 0 0 20px;
	padding: 10px 0 10px;
	width: calc( ( 100% - 60px ) / 2 );
	text-align: center;
}
.techrow li.last {
	float: left;
	padding: 10px 0 10px;
	width: calc( ( 100% - 60px ) / 2 );
}
@media screen and (max-width: 480px) {
.techrow li,
.techrow li.last {
	width: calc( 100% - 40px );
}
}

.techrow li a {
	text-align: center;
	width: 202px;
	max-width: 100%;
}
.techrow li a:nth-of-type(2) {
	display: block;
	margin: 0 auto;
	text-align: left;
}

.techrow li a img {
	max-width: 100%;
	height: auto;
}

#tech-frame {
	display: flex;
	flex-direction: column;
	background: none;
	text-align: center;
}

#tech-menu {
	order: 2;
	float: none;
	width: 100%;
	min-width: 280px;
	margin: 20px auto;
}

#tech-menu ul {
}

#tech-menu li {
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0;
	width: calc( ( 100% - 100px ) / 4 );
	min-width: 125px;
}
@media screen and (max-width: 640px) {
#tech-menu li {
	width: calc( ( 100% - 80px ) / 3 );
}
}
@media screen and (max-width: 480px) {
#tech-menu li {
	width: calc( ( 100% - 60px ) / 2 );
}
}

#tech-menu-btn {
	clear: both;
	padding: 20px 0 0;
	text-align: center;
}

#tech-menu-btn a {
	margin: 0 auto;
}

#tech-contents {
	order: 1;
	width: 100%;
	float: none;
	margin: 0 auto;
}

#tech-read {
	margin: 0 auto;
	width: calc( 100% - 40px );
	min-width: 280px;
	height: calc( ( 100vw - 40px - 16px ) * 468 / 740 );
	min-height: 177px;
	background: none;
}

#tech-read div {
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}

#tech-read div img {
	max-width: 100%;
}



.shop_banner {
	margin: 0 auto 16px;
	width: calc(100% - 20px);
}

.btn50:hover {
	opacity: 1;
}

.cart_btn {
	right: -10px;
}
.cart_btn img {
	width: 56px;
	height: auto;
}


/* ===== /end/ ===== */

}
