<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*******************************************************************************
//
//	タンブラーGoGo　トップページ用スタイルシート
//
//	copyright (C) 2013 CPCOM co., ltd.
//	author:	So Uchida
//	e-mail:	info@tbgogo.jp
//	create:	2018/07/25
//
*******************************************************************************/

@media screen and (min-width: 751px) {
	.pc-hide {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.sp-hide {
		display: none !important;
	}

	img {
		max-width: 100%;
	}
}


/*******************************************************************************
 スライダー
 *******************************************************************************/

 /* 初期化完了まで非表示 */
 .bxslider {
 	display:none;
 }

 .bx-wrapper .bxslider {
 	display: block;
 }

 /* デフォルトのデザインをリセット */
 .bx-wrapper {
 	box-shadow: none !important;
 	border: none !important;
 	margin: 0 !important;
 }

 /* 調整 */
 div.slider-wrap {
 	width: 100%;
 	min-width: 1200px;
 	height: 320px;
 	overflow: hidden;
 	position: relative;
 	margin: 0;
 	padding: 0;
 }
 @media screen and (max-width: 750px) {
 	div.slider-wrap{
 		min-width: 320px;
 		width: 100%;
 		height: auto;
 		padding-bottom: 20px;
 	}
 }


 div.slider-inner {
/*
	width: 3640px;
	*/
	width: 3600px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	padding: 0 0 10px 0;
	background-color: #000;
}
@media screen and (max-width: 750px) {
	div.slider-inner {
		width: 100%;
	}
}

/*
.bx-wrapper .bx-prev {
	left: 1194px;
}

.bx-wrapper .bx-next {
	right: 1194px;
}
*/

/*
@media only screen and (max-width: 1200px) {
	div.slider-wrap {
		height: auto;
	}

	div.slider-inner {
		width: -webkit-calc(300% + 40px);
		width: calc(300% + 40px);
	}

	.bx-wrapper .bx-prev {
		left: 34%;
	}

	.bx-wrapper .bx-next {
		right: 34%;
	}
}
*/

/*******************************************************************************
　トップページ内共通
*******************************************************************************/
main {
	width: 100%;
	min-width: 1200px;
	background-color: #FFF;
	border: none;
}

@media screen and (max-width: 750px) {
	main {
		min-width: 320px;
	}
}

h1.page {
	font-size: 23pt;
	text-align: center;
	margin: 5px 0 15px 0;
}
@media screen and (max-width: 750px) {
	h1.page {
		font-size: 1.5rem;
		margin : 5% 0 5% 0;
	}
}


h2.rectangle {
	color: #FFF;
	font-size: 22pt;
	font-weight: normal;
	text-align: center;
	width: 600px;
	margin: 0 auto 30px auto;
	padding: 5px 0;
/*
	background-color: #000;
	*/
	background-color: #444;

}
@media screen and (max-width: 750px) {
	h2.rectangle {
		width: 100%;
		font-size: 1.5rem;
		margin-bottom: 5%;
	}
}


h2.no_border {
	color: #595757;
	font-size: 22pt;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
}

h2.feature {
	color: #595757;
	font-size:16pt;
	font-weight: normal;
	text-shadow: 1px 1px 0px #FFF;
	display: inline;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 750px) {
	h2.feature {
		font-size: 1.5rem;

	}	
}


h3.item_select {
	color: #000;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	width: 230px;
	margin: 0 auto 20px auto;
	padding: 0;
	border-bottom: 2px solid #000;
}
@media screen and (max-width: 750px) {
	h3.item_select {
		width: 100%;
		font-size: 2rem;
		margin: 0 auto 5% auto;		 
	}
}


h3 .red {
	color: #F00;
}

h3.service {
	font-size: 22pt;
	text-align: center;

	width: 400px;
	margin: 20px auto 20px auto;

	border-bottom: 3px solid #000;
}
@media screen and (max-width: 750px) {
	h3.service {
		font-size: 1.5rem;
		margin: 10% auto 5% auto;
		width: 100%;
	}
}

h4.service {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
}
@media screen and (max-width: 750px) {
	h4.service {
		font-size: 1.5rem;
		margin-bottom: 5%;
	}
}

div.flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1060px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 750px) {
	div.flex_box {
		width: 100%;
		display: block;
	}
}

.align_center {
	text-align: center;
}

/*******************************************************************************
　メインコンテンツの上部
*******************************************************************************/
div.introduction {
	font-size: 12pt;
	width: 1200px;
	margin: 0 auto 40px auto;
	padding: 20px 70px 0 70px;
}
@media screen and (max-width: 750px) {
	div.introduction {
		width: 100%;
		padding: 4%;
		font-size: 1rem;
	}
}

div.introduction p.summary {
	margin: 5px 0px 30px 0px;
}
@media screen and (max-width: 750px) {
	div.introduction p.summary {
		font-size: 1rem;
		margin: 5% 0;
	}
}

div.introduction div.flex_box {
	width: 1060px;
	display: flex;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 750px) {
	div.introduction div.flex_box {
		width: 100%;
		padding: 5%;
		display: block;
	}
}

div.introduction div.flex_box dl {
	width: 25%;
	border: 0;
}
@media screen and (max-width: 750px) {
	div.introduction div.flex_box dl {
		width: 100%;
	}
}


div.introduction div.flex_box dl dt {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 750px) {
	div.introduction div.flex_box dl dt {
		font-size: 1.5rem;
		margin-top: 10%;
	}
}

div.introduction div.flex_box dl dd {
	padding: 5px 20px;
}

@media screen and (max-width: 750px) {
	div.introduction div.flex_box dl dt {
		font-size: 1.5rem;
		padding: 1% 3%;
	}
}


/*******************************************************************************
　商品カテゴリー
*******************************************************************************/
div.category_container {
	font-size: 12pt;
	width: 100%;
	min-width: 1200px;
	margin: 0;
	padding: 0px 0 10px 0;
	background-color: #EAEAF5;
}

@media screen and (max-width: 750px) {
	div.category_container {
		min-width: 320px;
		width:100%;
		font-size: 1rem;
	}
}

div.category_container p.desc {
/*
	color: #595757;
	*/
	color: #FFF;
	width: 1020px;
	margin: 0 auto 20px auto;
}
@media screen and (max-width: 750px) {
	div.category_container p.desc {
		width: 100%;
		font-size: 1rem;
		margin-bottom: 5%;
	}
}

div.category_intro {
	padding: 40px 0;
	margin: 0 0 40px 0;
/*
	background-color: #EAEAF5;
	*/
	background-color: #444;
}
@media screen and (max-width: 750px) {
	div.category_intro {
		padding: 4%;
	}
}

div.category_intro a.category_intro:link,
div.category_intro a.category_intro:visited,
div.category_intro a.category_intro:active {
	color: #FFF;
	text-decoration: none;
}

div.category_intro a.category_intro:hover {
	color: #F00;
	text-decoration: underline;
}

div.category_intro ul.category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1060px;
	margin: 0 auto 0 auto;
	list-style-type: none;
}
@media screen and (max-width: 750px) {
	div.category_intro ul.category {
		width: 100%;
		font-size: 1.2rem;
	}
	div.category_intro ul.category img {
		width: 100%;
	}
}

div.category_intro ul.category li {
	color: #FFF;
	width: 525px;
	margin-bottom: 25px;
}
@media screen and (max-width: 750px) { 
	div.category_intro ul.category li {
		width: 100%;
		margin: 5% auto;
	}
}

@media screen and (max-width: 750px) {
	div.category_intro img {
		margin-top: 2%;
	}
}

div.category_intro ul.category li span {
	font-size: 9pt;
	margin-left: 15px;
}
@media screen and (max-width: 750px) { 
	div.category_intro ul.category li span {
		display: block;
		font-size: 0.9rem;
		margin-left: 0;
	}
}

div.category_item {
	font-size: 12pt;
	width: 1200px;
	margin: 0 auto 40px auto;
	padding: 30px 70px;
	background-color: #FFF;
}
@media screen and (max-width: 750px) {
	div.category_item {
		width: 100%;
		padding: 4%;
	}
}


/**********************************
　商品検索
**********************************/
div.item_search {
	color: #000;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	width: 400px;
	height: 60px;
	margin: 30px auto 40px auto;
	padding: 20px 0 0 50px;
	background-image: url('../img/common/ico_search.png');
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	div.item_search {
		width: 81%;
		height: auto;
		background-size: 8% auto;
		font-size: 1.5rem;
		padding-left: 10%;	
		background-position: 2% 55%;
		margin: 8% auto;
		padding-top: 0;
	}
}

div.item_search .red {
	color: #F00;
}
div.category_item form.searchform {
	text-align: center;
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	div.category_item form.searchform {
		margin-bottom: 5%;
		width: 100%;
	}
}


div.category_item form.searchform input.keyword {
	font-size: 12pt;
	width: 560px;
	height: 35px;
	margin: 0px;
	padding: 0 5px;
	border: 1px solid #000;
	border-radius: 0;
}
@media screen and (max-width: 750px) {
	div.category_item form.searchform input.keyword {
		width: 92%;
		height: auto;
		padding: .5em;
		font-size: 1rem;
	}
}

div.category_item form.searchform input#searchsubmit {
	color: #FFF;
	font-size: 12pt;
	padding: 2px 40px;
	height: 35px;
	margin: 0px;
	background-color: #000;
}
@media screen and (max-width: 750px) {
	div.category_item form.searchform input#searchsubmit {
		margin-top: 5%;
		border-radius: 0;
	}
}

div.category_item form.searchform input#searchsubmit:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}

/**********************************
　価格で選ぶ
**********************************/

div.category_item p.desc {
	color: #595757;
	width: 1020px;
	margin: 0 auto 20px auto;
}
@media screen and (max-width: 750px) {
	div.category_item p.desc {
		width: 100%;
		font-size: 1rem;
		margin: 0 auto 5% auto;
	}
}

div.category_item div.flex_box_price div.price {
	width: 204px;
	background-color: #FFF;
	margin:0 0 10px 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box_price div.price {
		width: 48%;
		margin-top: 2%;
	}
	div.category_item div.flex_box_price {
		display: flex;
	}
	div.category_item div.flex_box_price img {
		width: 100%;
	}
}

div.choose_by_price {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1060px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 750px) {
	div.choose_by_price {
		width: 100%;
	}
}

div.choose_by_price div {
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 15px;
	padding: 0;
}
@media screen and (max-width: 750px) {
	div.choose_by_price div {
		width: 48%;
		margin: 0 auto 10px auto;
	}
}

div.choose_by_price div:nth-of-type(5n) {
	margin-right: 0;
}
@media screen and (max-width: 750px) {
	div.choose_by_price div:nth-of-type(5n) {
		margin-right: auto;
	}
}

/**********************************
　材質で選ぶ
**********************************/
div.category_item div.flex_box dl.material {
	width: 250px;
	margin: 0 0 10px 0;
	box-shadow: 0 0 0 5px #FFF inset;
	border: 12px solid; 
	background-color: #848484;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.material {
		width: 100%;
	}
}

div.category_item div.flex_box dl.stainless {
	border-color: #848484;
	background-color: #848484;
}

div.category_item div.flex_box dl.plastic {
	border-color: #006E70;
	background-color: #006E70;
}

div.category_item div.flex_box dl.pottery {
	border-color: #B4AF86;
	background-color: #B4AF86;
}

div.category_item div.flex_box dl.aluminum {
	border-color: #738DCD;
	background-color: #738DCD;
}

div.category_item div.flex_box dl.material dt {
	color: #FFF;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 0 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.material dt {
		font-size: 2rem;
		padding-top: 15%;
	}
}

div.category_item div.flex_box dl.material dd {
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 30px 0;
}

@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.material dd {
		font-size: 1rem;
		padding: 5% 0 15% 0;
	}
}

div.category_item div.flex_box dl.material dt span {
	font-size: 14pt;
}

@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.material dt span {
		font-size: 1rem;
	}
}

/**********************************
　目的で選ぶ
**********************************/

div.category_item div.flex_box dl.purpose {
	width: 250px;
	margin: 0;
	border: 2px solid; 
	margin: 0 0 10px 0;
	position: relative;
	background-color: #FFF;
} 
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.purpose {
		width: 100%;
	}

}

div.category_item div.flex_box dl.business {
	border-color: #036EB3;
	color: #036EB3;
}

div.category_item div.flex_box dl.sports {
	border-color: #8D075E;
	color: #8D075E;
}

div.category_item div.flex_box dl.school {
	border-color: #0DA867;
	color: #0DA867;
}

div.category_item div.flex_box dl.outdoor {
	border-color: #EE9200;
	color: #EE9200;
}

div.category_item div.flex_box dl.purpose dt {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding: 35px 0 0 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.purpose dt  {
		font-size: 1.5rem;
		margin-bottom: 15%;
		padding-top: 8%;
	}
}

div.category_item div.flex_box dl.purpose dt:after {
	position: absolute;
	content: "";
	width: 180px;
	height: 5px;
	left: 35px;
	top: 115px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.purpose dt:after {
		width: 80%;
		top: 52%;
		left: 10%;
	}
}


div.category_item div.flex_box dl.purpose dd {
	color: #000;
	font-size: 10pt;
	padding: 40px 15px 30px 15px;
	height: 140px;
	margin: 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.purpose dd {
		font-size: 0.9rem;
		padding: 5%;
		padding-top: 0;
		height: auto;
	}
}


/**********************************
　サイズで選ぶ
**********************************/
div.category_item div.flex_box dl.size {
	width: 200px;
	min-height: 265px;
	margin: 0;
	border-style: solid;
	border-width: 1px 1px 1px 12px;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.size {
		width: 100%;
		margin-bottom: 5%;
		display: flex;	
		min-height: 0;
		height: 50vw;
	}
}


div.category_item div.flex_box dl.s100ml {
	background-image: url('../img/top/bn_size01.jpg');
	background-repeat: no-repeat;
	border-color: #848484;
	color: #848484;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.s100ml {
		display: flex;
		background-position: left bottom;		
		background-size: 25%;
	}
}

div.category_item div.flex_box dl.s200ml {
	background-image: url('../img/top/bn_size02.jpg');
	border-color: #717071;
	color: #717071;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.s200ml {
		background-repeat: no-repeat;
		background-position: 0 bottom;
		background-size: 25%;
	}
}

div.category_item div.flex_box dl.s300ml {
	background-image: url('../img/top/bn_size03.jpg');
	border-color: #595757;
	color: #595757;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.s300ml {
		background-repeat: no-repeat;
		background-position: 0 bottom;
		background-size: 25%;
	}
}

div.category_item div.flex_box dl.s400ml {
	background-image: url('../img/top/bn_size04.jpg');
	border-color: #3E3A39;
	color: #3E3A39;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.s400ml {
		background-repeat: no-repeat;
		background-position: 0 bottom;
		background-size: 25%;
	}
}

div.category_item div.flex_box dl.s500ml {
	background-image: url('../img/top/bn_size05.jpg');
	border-color: #231815;
	color: #231815;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.s500ml {
		background-repeat: no-repeat;
		background-position: 0 bottom;
		background-size: 25%;
	}
}

div.category_item div.flex_box dl.size dt {
	font-size: 28pt;
	font-weight: bold;
	text-align: left;
	line-height:1.2em;
	padding: 20px 0 20px 10px;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.size dt {
		font-size: 2.2rem;
		width: 45%;
	}
}


div.category_item div.flex_box dl.size dt.size500ml {
	text-align: center;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.size dt.size500ml {
		text-align: left;
	}
}

div.category_item div.flex_box dl.size dd {
	color: #000;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.size dd {
		margin-top: 3%;
		width: 55%;
	}
}

div.category_item div.flex_box dl.size ul {
	list-style: none;
	margin: 0 0 0 40px;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.size ul {
		text-align: left;
		margin: 0;
		margin-left: 5%;
	}
}

div.category_item div.flex_box dl.size ul li{
	font-size: 9pt;
	position: relative;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.size ul li{
		font-size: 1rem;
	}
}


div.category_item div.flex_box dl.size ul li.list{
	font-size: 11pt;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.size ul li.list {
		font-size: 1.2rem;
		margin-bottom: 3%;
	}
}


div.category_item div.flex_box dl.size ul li.list:before {
	content: url('../img/top/list_size01.png');
	margin-left: -17px;
	position: absolute;
	top: 5%;
}

@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.size ul li.list:before {
	}
}

/**********************************
　人気で選ぶ
**********************************/
div.category_item div.flex_box dl.pickup {
	width: 252px;
	min-height: 270px;
	height: inherit;
	margin: 0 0 10px 0;
	border: 1px solid #000; 
	background-color: #FFF;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.pickup {
		width: 100%;
		min-height: 0;
		padding-bottom: 1em;
	}
}

div.category_item div.flex_box dl.pickup dt {
	text-align: center;
	margin: 0 0 5px 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.pickup dt{
		text-align: left;
	}
}

@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.pickup img {
		width: 50%;
	}
}

div.category_item div.flex_box dl.pickup p.title {
	font-size:10pt;
	text-align: left;
	display: inline-block;
	margin: 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.pickup p.title {
		display: inline-block;
		font-size: 1.1rem;
		padding-top: 1em;
		width: 43%;
		vertical-align: top;
	}
}


div.category_item div.flex_box dl.pickup dd {
	text-align: center;
	margin: 0 0 5px 0;
}

div.category_item div.flex_box dl.pickup p.summary {
	font-size:9pt;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin: 0 0 0px 0;
}
@media screen and (max-width: 750px) {
	div.category_item div.flex_box dl.pickup p.summary {
		font-size: 1rem;
		text-align: center;
	}
}


/**********************************
　高品質をお約束
**********************************/
div.feature_container {
	width: 100%;
	min-height: 612px;
	margin: 0 auto 50px auto;
	padding: 30px 0 0 0;
	background-image: url('../img/top/img_top06.jpg');
	background-repeat: no-repeat;
	background-position: center; 
}
@media screen and (max-width: 750px) {
	div.feature_container {
		width: 100%;
		background-position: center bottom ;
		padding: 0;
	}
}

div.feature_container div.feature_item {
	font-size: 12pt;
	width: 1200px;
	margin: 0 auto 40px auto;
	padding: 0px 70px 40px 70px;
}
@media screen and (max-width: 750px) { 
	div.feature_container div.feature_item {
		width: 100%;
		padding: 4%;
		margin: 0 auto;
	}
}

div.feature_container div.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 83%;
	margin: 0px;
}
@media screen and (max-width: 750px) {
	div.feature_container div.flex_box {
		width: 100%;
	}
}

div.feature_container p {
	color: #595757;
	text-align: left;
	width: 660px;
	margin: 0 0 25px 0;
	text-shadow: 1px 1px 0px #FFF;
}
@media screen and (max-width: 750px) {
	div.feature_container p {
		width: 100%;
		font-size: 1rem;
		margin-bottom: 5%;
	}
}

div.feature_container div.feature_button {
	color: #595757;
	font-size: 12pt;
	font-weight: bold;
	align-self: center;
	padding: 5px 30px;
	border: 1px solid #595757;
}
@media screen and (max-width: 750px) {
	div.feature_container div.feature_button {
		font-size: 1rem;
		padding: 10%;
		width: 120%;
		text-align: center;
	}
}


/*******************************************************************************
　サービス
*******************************************************************************/
div.service_container {
	font-size: 12pt;
	width: 1200px;
	margin: 0 auto 40px auto;
	padding: 0 70px 40px 70px;
}

@media screen and (max-width: 750px) {
	div.service_container {
		width: 100%;
		padding: 0 4% ;	
		font-size: 1rem;	
	}
}


div.service_container dl.service {
	width: 520px;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 750px) {
	div.service_container dl.service {
		width: 100%;
	}
	div.service_container dl.service p {
		margin-bottom: 2%;
	}

}

div.service_container dl.service dt {
	color: #000;
	font-size:16pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}
@media screen and (max-width: 750px) {
	div.service_container dl.service dt {
		font-size: 1.5rem;
		margin-top: 10%;
	}
}


div.service_container dl.service dt span {
	font-size: 13pt;
	font-weight: normal;
	margin: 0 0 0 10px;
}
@media screen and (max-width: 750px) {
	div.service_container dl.service dt span {
		font-size: 1.1rem;
		margin: 0;
	}
}

div.service_container dl.service dd {
	font-size: 11pt;
}
@media screen and (max-width: 750px) {
	div.service_container dl.service dd {
		font-size: 1rem;
	}
	div.service_container dl.service dd img {
		width: 100%;
	}
}


div.service_container div.lot_img {
	width: 350px;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 750px) {
	div.service_container div.lot_img {
		width: 100%;
	}
	div.service_container div.lot_img img {
		width: 100%;
	} 
}

div.service_container div.lot_desc {
	width: 710px;
	padding: 0 0 0 20px;
	margin: 0 0 50px 0;
}
@media screen and (max-width: 750px) {
	div.service_container div.lot_desc{
		width: 100%;
		padding: 0;
	}
}

div.service_container p.detail {
	font-size: 13pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 750px) {
	div.service_container p.detail {
		font-size: 1rem;
		margin-bottom: 15%;
		padding-bottom: 5%;
		padding-top: 5%;
	}
}

div.service_container div.contact {
	display: flex;
	width: 690px;
}
@media screen and (max-width: 750px) {
	div.service_container div.contact {
		width: 100%;
		display: block;
	}
}

div.service_container div.contact div.item {
	font-size: 23pt;
	line-height: 0.9em;
	text-align: left;
	width: 345px;
	padding: 0;
}
@media screen and (max-width: 750px) {
	div.service_container div.contact div.item {
		width: 100%;
		font-size: 1.5rem;
	}	
}


div.service_container div.contact span.small {
	font-size:19pt;
}
@media screen and (max-width: 750px) {
	div.service_container div.contact span.small {
		font-size: 1.2rem;
	}
}

div.service_container div.contact div.guide {
	font-size: 13pt;
}
@media screen and (max-width: 750px) {
	div.service_container div.contact div.guide {
		font-size: 1.2rem;
		margin-bottom: 5%;
		margin-top: 2%;
	}
}

div.service_container div.lot_desc div.access {
	font-size: 18pt;
	text-align: center;
	margin: 10px 0 0 0;
}
@media screen and (max-width: 750px) {
	div.service_container div.lot_desc div.access {
		width: 100%;
		margin: 0;
		text-align: left;
		font-size: 1.2rem;
	}
}

div.service_container div.lot_desc span.bold {
	font-weight: bold;
}

div.service_container p.desc {
	width: 980px;
	margin: 0 auto 10px auto;
}
@media screen and (max-width: 750px) {
	div.service_container p.desc {
		width: 100%;
		margin: 0 auto 5% auto;
	}
}

div.service_container dl.print_type {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}
@media screen and (max-width: 750px) {
	div.service_container dl.print_type {
		display: block;
	}
}

div.service_container dl.print_type dt {
	font-weight: bold;
	width: 15%;
	margin: 0;
}
@media screen and (max-width: 750px) {
	div.service_container dl.print_type dt {	
		margin-top: 5%;	
		width: 100%;
		font-size: 1rem;
	}
}

div.service_container dl.print_type dd {
	width: 85%;
}
@media screen and (max-width: 750px) {
	div.service_container dl.print_type dd {
		width: 100%;
		font-size: 1rem;
	}
}

div.service_container p.print_type {
	color: #595757;
	text-align: center;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
	div.service_container p.print_type {
		text-align: left;
		font-size: 1rem;
	}
}

div.service_container div.print_type_button {
	color: #595757;
	font-weight: bold;
	text-align: center;
	padding: 5px 20px;
	border: 2px solid #595757;	
	display: inline;
}
@media screen and (max-width: 750px) {
	div.service_container div.print_type_button {
		display: block;
		width: 100%;
	}
}

div.service_container div.print_type_button_outer {
	text-align: center;
	margin: 30px auto;
}
@media screen and (max-width: 750px) {
	div.service_container div.print_type_button_outer {
		width: 100%;
		margin: 5% auto;
	}
}

/*******************************************************************************
　よくある質問
*******************************************************************************/
div.faq_container {
	font-size: 12pt;
	width: 1200px;
	margin: 0 auto 40px auto;
	padding: 0px 70px 40px 70px;
}
@media screen and (max-width: 750px)  {
	div.faq_container {
		width: 100%;
		padding: 0 4% 5%;
		margin: 0;
	}
}

div.faq_container dl {
	background-color: #EAEAEB;
	width: 1060px;
	padding: 18px 25px 25px 25px;
	margin: 0 0 7px 0;
}
@media screen and (max-width: 750px) {
	div.faq_container dl {
		width: 100%;
		padding: 4% 2%;
		margin-bottom: 4%;
	}
}

div.faq_container dl dt {
	font-size: 15pt;
	font-weight: bold;
	padding: 0px 25px 18px 45px;
	position: relative;
}
@media screen and (max-width: 750px) {
	div.faq_container dl dt {
		font-size: 1.2rem;
		padding: 0 5% 4% 10%;
	}
}

div.faq_container dl dt:before {
	content: 'Q';
	color: #036EB3;
	position: absolute;
	top: 0px;
	left: 15px;
}
@media screen and (max-width: 750px) {
	div.faq_container dl dt:before {
		font-size: 1.2rem;
		top: 3%;
		left: 3%;
	}
}

div.faq_container dl dd {
	color: #595757;
	font-size: 15pt;
	background-color: #FFF;
	padding: 15px 25px 15px 45px;
	position: relative;
}
@media screen and (max-width: 750px) {
	div.faq_container dl dd {	
		font-size: 1.2rem;
		padding: 5% 5% 5% 10%;
	}
}


div.faq_container dl dd:before {
	content: 'A';
/*
	color: #8D075E;
	*/
	color: #C60C27;
	position: absolute;
	top: 15px;
	left: 15px;
}
@media screen and (max-width: 750px) {
	div.faq_container dl dd:before {	
		font-size: 1.2rem;
		top: 4.2vw;
		left: 3%;
	}
}


div.faq_container div.faq_button {
	color: #1D75F5;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	border: 3px solid #1D75F5;
	padding: 8px 10px;
}
@media screen and (max-width: 750px) {
	div.faq_container div.faq_button {
		font-size: 1.2rem;
	}
}

div.faq_container div.faq_button_outer {
	width: 450px;
	margin: 50px auto 10px auto;
}
@media screen and (max-width: 750px) {
	div.faq_container div.faq_button_outer {
		width: 100%;
		margin: 5% auto;
	}
}

div.faq_container div.link {
	font-size: 90%;
	text-align: right;
}

div.faq_container a:link,
div.faq_container a:visited,
div.faq_container a:active {
	color: #336EDA;
	text-decoration: underline;
}

div.faq_container a:hover {
	color: #F00;
	text-decoration: underline;
}


/*******************************************************************************
　インフォメーション欄
*******************************************************************************/
aside.info_container {
	font-size: 12pt;
	width: 100%;
	min-width: 1200px;
	background-color: #EAEAEB;
	margin: 0 auto 0px auto;
	padding: 30px 35px;
}
@media screen and (max-width: 750px) {
	aside.info_container {
		min-width: 320px;
		padding: 30px 4%;
	}
}


aside.info_container div.flex_box {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
	width: 1070px;
}
@media screen and (max-width: 750px) {
	aside.info_container div.flex_box {
		width: 100%;
	}
}

aside.info_container div.flex_box div.news {
	width: 725px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 750px) {
	aside.info_container div.flex_box div.news {
		width: 100%;
	}
}

aside.info_container div.flex_box div.sns_container {
	display: flex;
	justify-content: space-between;
	
}
@media screen and (max-width: 750px) {
	aside.info_container div.flex_box div.sns_container {
		display: block;
	}
}

aside.info_container div.flex_box iframe.facebook_box {
	border: none;
	background-color: transparent;
	overflow: hidden;
	width: 350px;
	height: 550px;
}
@media screen and (max-width: 750px) {
	aside.info_container div.flex_box iframe.facebook_box {
		width: 100%;
	}
	.fbpage {
		margin: 0 auto;
	}

}

div.giftmall_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 320px;
}

a.giftmall_bn:hover,
div.giftmall_wrapper a:hover {
	opacity: 0.6;
}</pre></body></html>