@charset "UTF-8";

/* ==========================================================
 【layout】

 1. common
 2. header
 3. gnav
 4. main_image
 5. wrap
 6. main
 7. block_page
 8. sidebar
 9. footer
 10. footer_buttons
 11. adwords

 ========================================================== */

/* --------------------------------------
 1. common
 -------------------------------------- */

/* container
 * --------------------------*/

.container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.container {
		width: 100%;
	}
}

/* pc,sp
 * --------------------------*/
@media screen and (min-width: 739px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/* --------------------------------------
 2. header
 -------------------------------------- */

.header {
	border-bottom-width: 2px;
	border-style: solid;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 10000;
	}
}

/* container
 * ------------------------- */
.header .container {
	padding-top: 5px;
	padding-bottom: 15px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header .container {
		padding-top: 1.5625%;
		padding-bottom: 1.5625%;
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}

/* header_title
 * ------------------------- */
.header_title {
	padding: 0 10px 5px;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header_title {
		display:none;
	}
}

/* header_logo
 * ------------------------- */
.header_logo {
	float: left;
	width:390px;
	padding-top: 10px;
	margin-right: 45px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header_logo {
		width: 62%;
		padding-top: 0;
		margin-right: 3.125%;
	}
}

/* header_buttons
 * ------------------------- */

.header_buttons {
	float: left;
	width: 690px;
	margin-right: 18px;
	overflow: hidden;
}

/* list_item */
.header_buttons .list_item {
	float: left;
}

/* tel */
.header_buttons .tel {
	margin-right: 18px;
}

/* header_links
 * ------------------------- */
.header_links {
	float: right;
	overflow: hidden;
}

/* list_item */
.header_links .list_item {
	float: left;
}

/* tel */
.header_links .tel {
	margin-right: 9px;
}

/* access */
.header_links .access {
	margin-left: 9px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.header_links {
		width: 34.875%;
		padding-top: 0;
	}
	/* access */
	.header_links .access {
		width: 55%;
		padding-top: 0;
		margin-left: 6%;
	}
	/* map */
	.header_links .map {
		width: 19.14%;
		margin-top:0.5%;
		margin-right: 9.56%;
	}
	/* access */
	.header_links .menu {
		float: right;
		width: 30.64%;
		cursor: pointer;
	}
}

/* --------------------------------------
 3. gnav
 -------------------------------------- */

.gnav {
	float: left;
	width: 300px;
	background-color: #fff;
	margin-bottom: 40px;
}
@media screen and (min-width: 739px) {
	.gnav, .gnav_menu section, .gnav_menu ul {
		display: block !important;
	}
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav {
		float: none;
		display: none;
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 26.1%;
		box-sizing: border-box;
		background: #fff;
		margin-bottom: 0;
		z-index: 10000;
		overflow: auto;
	}
}

/* gnav_title
 * ------------------------- */
.gnav_title {
	display: block;
	padding: 19px 12px;
	border-bottom: 1px solid #eee;
	color: #fff;
	font-size: 90%;
	/* color */
	background-color: #3faaee;
}

/* if a */
a.gnav_title {
	font-weight:bold;
	background-image: url(../img/common/side_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_title {
		padding: 3.125% 8% 3.125% 1.5625%;
		font-size: 120%;
		background-image: url(../img/common/side_arrow_white_sp.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 3% auto;
		cursor: pointer;
	}
	/* active */
	.gnav_title.active {
		background-image: url(../img/SP/common/side_arrow_white.png);
		background-size: 5% auto;
		background-position:95.5% center;
	}
	a.gnav_title {
		background-image: url(../img/common/side_arrow_white_sp.png);
	}
}

/* gnav_title_sub
 * ------------------------- */
.gnav_title_sub {
	display: block;
	padding: 19px 18px;
	border-bottom: 1px solid #eee;
	font-size: 90%;
	font-weight: normal;
}

/* if a */
a.gnav_title_sub {
	background-image: url(../img/common/side_arrow_nav.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_title_sub {
		padding: 3.125% 8% 3.125% 3.125%;
		font-size: 110%;
		background-image: url(../img/common/side_arrow_white_sp.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 3% auto;
		cursor: pointer;
	}
	/* if a */
	/* active */
	.gnav_title_sub.active {
		background-image: url(../img/SP/common/side_arrow_white.png);
		background-size: 5% auto;
		background-position:95.5% center;
	}
}

/* gnav_arrow
 * ------------------------- */
.gnav_arrow {
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
	/* image */
	background-image: url(../img/common/side_arrow_navy.png);
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_arrow {
		background-position: 95.5% center;
		background-size: 5% auto;
	}
}

/* gnav_menu
 * ------------------------- */
.gnav_menu {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	overflow: hidden;
}
.gnav_menu:first-child {
	border-top: 1px solid #eee;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_menu {
		border-left: 0;
		border-right: 0;
	}
	.gnav_menu:first-child {
		border-top: 0;
	}
	.gnav_menu section {
		display: none;
	}
}

/* ul */
.gnav_menu ul {
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_menu ul {
		display: none;
	}
}

/* nav_item */
.gnav .nav_item {
	border-bottom: 1px solid #eee;
}
.gnav .nav_item a {
	display: block;
	padding: 19px 25px;
	font-size: 70%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav .nav_item a {
		padding: 3.125% 8% 3.125% 4.6825%;
		font-size: 100%;
	}
}

/* gnav_newarrival
 * ------------------------- */
.gnav_newarrival {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_newarrival {
		border-left: 0;
		border-right: 0;
	}
}

/* ul */
.gnav_newarrival ul {
	overflow: hidden;
}

/* list_item */
.gnav_newarrival .list_item {
	padding: 14px 8px 8px 15px;
	border-bottom: 1px solid #eee;
}
.gnav_newarrival .list_item:hover .title, .gnav_newarrival .list_item:hover .text {
	text-decoration: underline;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.gnav_newarrival .list_item {
		padding: 2.34375%;
	}
}

/* title */
.gnav_newarrival .title {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 5px;
}

/* text */
.gnav_newarrival .text {
	font-size: 70%;
	margin-bottom: 5px;
}

/* date */
.gnav_newarrival .date {
	text-align: right;
	font-size: 70%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	/* title */
	.gnav_newarrival .title {
		font-size: 100%;
	}
	/* text */
	.gnav_newarrival .text {
		font-size: 100%;
	}
	/* date */
	.gnav_newarrival .date {
		font-size: 100%;
	}
}

/* --------------------------------------
 4. main_image
 -------------------------------------- */

.main_image {
	margin-bottom: 20px;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.main_image {
		margin-bottom: 3.125%;
		margin-left: -3.125%;
		margin-right: -3.125%;
	}
}

/* --------------------------------------
 5. wrap
 -------------------------------------- */

.wrap {
	width: 100%;
	padding-top: 20px;
	background-color: #f5f6fa;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.wrap {
		padding-top: 12.5%;
	}
}

/* --------------------------------------
 6. main
 -------------------------------------- */

/* main
 * ------------------------- */

.main {
	float: right;
	width: 960px;
	z-index: 1;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.main {
		float: none;
		width: 100%;
		padding-left: 3.125%;
		padding-right: 3.125%;
		box-sizing: border-box;
	}
}

/* bread_crumbs */
.bread_crumbs {
	font-size: 90%;
	margin-bottom: 30px;
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.bread_crumbs {
		padding: 3.125%;
		border-bottom: 1px solid #ccc;
		font-size: 80%;
		margin: 0 -3.125% 3.125%;
		overflow: hidden;
	}
}

/* page_top
 * ------------------------- */

.page_top {
	margin: 0 0 5%;
	font-size: 84%;
	text-align: right;
	line-height: 1em;
}
.page_top a {
	display: inline-block;
	padding-right: 5%;
	background: url(../img/common/icon_totop.png) no-repeat right center;
	background-size: 10px auto;
	color: #bb0000;
}
.page_top a:hover {
	text-decoration: none;
}

/* --------------------------------------
 7. block_page
 -------------------------------------- */

/* block_page
 * -----------------------------*/

/* page_head
 * -----------------------------*/
.page_head {
	overflow: hidden;
}

/* img_item */
.page_head .media_item {
	padding-top: 30px;
	text-align: center;
}
.page_head .img_item {
	display: table;
	width: 400px;
	height: 400px;
	box-sizing: border-box;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.page_head .img_item span {
	display: table-cell;
	padding: 40px;
	vertical-align: middle;
	background-color: #fff;
}
.page_head .img_item img {
	width: 100%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.page_head .media_item {
		padding-top: 0;
	}
	.page_head .img_item {
		position: relative;
		display: block;
		width: 66.67%;
		height: 0;
		padding: 66.67% 0 0;
		font-size: 125%;
		background-size: 100% 100%;
	}
	.page_head .img_item span {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		padding: 15%;
		box-sizing: border-box;
		text-align: center;
	}
	.page_head .img_item.ipad {
		padding-left: 0;
		padding-right: 0;
	}
	.page_head .img_item.ipad span {
		padding: 0 40%;
	}
}

/* links */
.page_head .links {
	text-align: center;
}
.page_head .links a {
	margin: 0 5px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.page_head .links {
		margin-left: -1.5625%;
		margin-right: -1.5625%;
		overflow: hidden;
	}
	.page_head .links a {
		float: left;
		display: block;
		width: 46.875%;
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		margin-bottom: 3.125%;
	}
}

/* page_title
 * -----------------------------*/
.page_title {
	border-width: 3px;
	border-bottom-style: solid;
	line-height: 1.5;
	text-align: center;
	font-size: 220%;
	margin-bottom: 40px;
}
.page_title.sitecolor_border_deep {
	border-color: #fde204;
}
.page_title.mgb15 {
	margin-bottom: 15px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.page_title {
		border-width:2px;
		font-size: 139%;
		margin-bottom: 6.25%;
	}
	.page_title.mgb15 {
		margin-bottom: 2.34375%;
	}
}

/* page_body
 * -----------------------------*/
.page_body {
	margin-bottom: 40px;
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.page_body {
		margin-bottom: 6.25%;
		overflow: visible;
	}
	.page_body:after {
		content: "";
		display: block;
		clear: both;
	}
}

/* --------------------------------------
 8. sidebar
 -------------------------------------- */

/* --------------------------------------
 9. footer
 -------------------------------------- */

/* footer
 * -----------------------------*/

.footer {
	border-top-width: 2px;
	border-style: solid;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.footer {
	}
}

/* container
 * -----------------------------*/
.footer .container {
	padding-top: 40px;
	padding-bottom: 45px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.footer .container {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* fnav
 * -----------------------------*/
.fnav {
	padding: 0 40px;
	overflow: hidden;
}

/* fnav_lines */
.fnav_lines {
	float: left;
	padding: 0 70px;
}

/* fnav_lines */
.fnav_list .nav_item {
	font-size: 90%;
	margin-bottom: 7px;
}

/* fnav_sp
 * -----------------------------*/
.fnav_sp {
	overflow: hidden;
}

/* title */
.fnav_sp .title {
	padding: 3.125% 0;
	text-align: center;
	font-size: 125%;
}
/* list */
.fnav_sp .list {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
}
/* nav_item */
.fnav_sp .nav_item {
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 100%;
}
.fnav_sp .nav_item a {
	display: block;
	padding: 6.25% 16% 6.25% 6.25%;
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 6% auto;
}
/* full nav_item */
.fnav_sp .full .nav_item {
	float: none;
	width: 100%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 100%;
}
.fnav_sp .full .nav_item a {
	padding: 3.125% 8% 3.125% 3.125%;
	background-size: 3% auto;
	background-position: 95% center;
	background-color: #fff;
}

/* copyrights
 * -----------------------------*/
.copyrights {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 90%;
}

/* --------------------------------------
 10. footer_buttons
 -------------------------------------- */
.footer_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 3.125% 1.5625%;
	border-top-width: 2px;
	border-style: solid;
	text-align:center;
	letter-spacing: -.40em;
	background: #fff;
	z-index: 10001;
}

/* button */
.footer_buttons .button {
	display: inline-block;
	width: 46.875%;
	margin: 0 1.4%;
	letter-spacing: normal;
}

/* --------------------------------------
 11. adwords
 -------------------------------------- */
.block_adwords {
	height:0;
	overflow: hidden;
}
