@charset "utf-8";
/* ===================================================================
	base.css
=================================================================== */
body {
	background: url("../img/background_01.jpg") left top repeat;
	color: #3c2f11;
	font-size: 14px;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "メイリオ",Meiryo, serif;
	line-height: 1.7;
}
img {max-width: 100%; height: auto;vertical-align:bottom;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
a, ::before , ::after {
	color: #5d3d1d;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a img {
	transition: all 0.5s;
}
a:hover img {
	transition: all 0.5s;
	opacity: 0.7;
}
.wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sp_view {display: none;}
@media screen and ( max-width:748px ){
.wrap {padding: 0 5%}
.pc_view {display: none;}
.sp_view {display: block;}
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#menu {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-image: url("../img/common/menu_back.jpg");
	height: 60px;
	box-shadow: 4px 4px 14px rgba(0,0,0,0.4);
}
#menu.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	z-index: 2;
}
#menu ul {
	margin: auto;
	padding: 0;
	justify-content:center;
}
#menu ul li {
	width: 160px;
	display: inline-block;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	transition: 0.7s;
	padding: 0;
	margin: 17px 0;
}
#menu ul li:last-child {
	border-right: 1px solid #fff;
}
#menu ul li.nav_logo {
	opacity: 1;
	transition: 0.7s;
	width: auto;
	text-align: left;
	margin: 0 30px 0 0;
	border: none;
}
#menu ul li.nav_logo img {
	height: 40px;
	width: auto;
	margin: 0 0 -8px 15px;
}
#menu ul li a {
	color: #fff;
	font-size: 16px;
	line-height:26px;
	text-decoration: none;
	transition: 0.4s;
}
#menu ul li a:hover {
	color: #bca062;
	transition: 0.4s;
}
#menu ul li ul{
    position: absolute;
    top: -1000px;
    opacity: 0;
    z-index: 9999;
    padding: 0;
}
#menu ul li ul li {
	border-bottom:1px solid #000;
	color: #000;
	display: block;
	margin: 0;
	background-color: #fff;
}
#menu ul li ul li a {
	padding: 8px 0;
	background-color: #fff;
	display: block;
	font-size: 13px;
}
#menu ul li ul li:hover a {
	background-color: #000;
	color: #fff;
	transition: 0.4s;
}
#menu ul li:hover ul{
    transform: translateY(1000px);
    opacity: 1;
    padding: 60px 0 0;
}
#menu ul li:hover ul li {
	margin: 0;
}
#menu ul li:hover ul li a{
	color: #000;
	display: block;
	margin: 0;
	background-color: #fff;
}
#menu ul li ul li:hover a{
	color: #fff;
	background-color: #701318;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
/*  pagetop（ページトップ）
------------------------------------ */
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-indent: -9999px;
	margin: 0;
}
#pagetop a {
	position: relative;
	display: block;
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,1);
	transition: opacity .6s ease;
}
#pagetop a:hover {
	opacity: .7;
}
#pagetop a::before {
	position: absolute;
	top: 7px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	margin: auto;
	content: '';
	transform: rotate(-45deg);
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
@media screen and ( max-width: 768px ){
#pagetop {
	right: 6px;
	bottom: 6px;
}
#pagetop a {
	width: 40px;
	height: 40px;
}
}
/*  information（インフォメーション）
------------------------------------ */
#information {
	padding: 80px 0;
	background-image: url("../img/common/pattern_02.jpg");
}
#information .inn {
	width: 1080px;
	margin: auto;
}
#information dl {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
#information dl.snd {
	margin: 80px 0 0;
	line-height: 
}
#information dl dd {
	width: 500px;
	margin: 0;
	color: #fff;
}
#information dl dd h3 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px;
}
#information dl dd p {
	text-align: justify;
	font-size: 14px;
	line-height: 21px;
}
#information dl dd .card {
	padding: 15px 0;
}
#information dl dd .card p{
	font-size: 11px;
	margin: 0 0 4px;
}
#information dl dd .btn {
	width: 310px;
	margin: 0 0 0 auto;
}
#information dl dd .btn a {
	display: block;
	text-align: center;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	line-height: 1;
	padding: 12px 0;
	font-size: 14px;
	background-image: url("../img/common/footer_btn_arr.png");
	background-position: right 24px center;
	background-repeat: no-repeat;
	transition: 0.4s;
}
#information dl dd .btn a:hover {
	background-color: #ceb16c;
	transition: 0.4s;
}
#information dl dd .btn.b01 {
	margin: 12px 0 0 auto;
}
#information dl dd .btn.b02 {
	margin: 10px 0 20px auto;
}
#information dl dd .btn.b03 {
	margin: 20px 0 0 auto;
}
#information dl dd .send {
	font-size: 16px;
	border: 1px solid #fff;
	margin: 0 auto 15px;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 0;
}
#information dl dd .send span {
	font-size: 13px;
}
#information dl dd p.soryo{
	text-align: center;
}
#information dl dd p.soryo span{
	font-size: 20px;
}
#information dl dd .time{
	margin: 14px 0 0;
}
#information .deliv_tbl {
	width: 100%;
	margin: 3% 0 4%;
	border-right: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	font-size: clamp(12px, 1.5vw, 14px);
}
#information .deliv_tbl th {
	background: #ffeaec;
	border-left: solid 1px #640008;
	padding: 1% 1%;
	color: #640008;
	vertical-align: middle;
	line-height: 1.4;
}
#information .deliv_tbl th:first-child {
	border-left: solid 1px #ffffff;
}
#information .deliv_tbl td {
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 1% 1%;	
	text-align: center;
}
#information .snd_icon {
	background: #fff;
	border-radius: 2px;
	padding: 3px 4px;
	margin: 0 4px 0 4px;
	color: #650109;
	font-size: 13px;
	font-weight: bold;
}
#information .snd_line {
	display: inline-block;
	text-decoration: underline;
	margin-top: 5px;
}
#information .s_font {
	font-size: 13px;
}
#information .exc {
	margin: 0 0 0 2px;
	font-size: 10px;
}
#information .snd_attention {
	margin: 15px 0 0;
	font-size: 12px !important;
}
#information .cancel {
	margin: 40px 0 20px;
}
/*  footer_info（会社情報・copyright）
------------------------------------ */
footer {
	overflow: hidden;
}
.footer_info{
	background-image: url("../img/common/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.footer_info .inn {
	display: flex;
	width: 1100px;
	height: 174px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
.footer_info dl,
.footer_info ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_info dl dd {
	color: #fff;
	margin: 0 0 0 35px;
}
.footer_info dl dd h3 {
	font-size: 17px;
}
.footer_info dl dd p {
	font-size: 14px;
	line-height: 23px;
}
.footer_info ul li:last-child {
	margin:  0 0 0 25px;
}
.footer_info ul li:last-child:hover img {
	opacity: 1;
}
.copyright {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	padding: 14px 0 22px;
	background-color: #000;
}
.top_btn {
	max-width: 500px;
	margin: 0 auto;
}
.top_btn a{
	margin: 7% 4% 7%;
	display: block;
	background-color: #b2272d;
	padding: 3% 4%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 19px;
}
@media screen and ( max-width: 768px ){
#information {
	padding: 4% 0 4%;
}
#information .inn {
	width: 92%;
	margin: auto;
}
#information dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0;
}
#information dl.snd {
	margin: 0;
}
#information dl dd {
	width: 100%;
	margin: 7% 0 0;
}
#information dl dd h3 {
	text-align: center;
	font-size: 18px;
	margin: 0 0 5%;
}
#information dl dd p {
	font-size: 13px;
	line-height: 1.6;
}
#information dl dd .card {
	padding: 3% 0;
}
#information dl dd .card p{
	font-size: 10px;
	margin: 0 0 3px;
}
#information dl dd .btn {
	width: 80%;
	margin: 0 auto;
}
#information dl dd .btn a {
	line-height: 1;
	padding: 6% 0;
	font-size: 12px;
	background-position: right 4% center;
}
#information dl dd .btn.b01,
#information dl dd .btn.b02,
#information dl dd .btn.b03 {
	margin: 5% auto;
}
#information dl dd .send {
	font-size: 13px;
	width: 100%;
	margin: 0 auto 3%;
	padding: 4% 3%;
}
#information dl dd p.soryo span{
	font-size: 16px;
}
#information dl dd .time{
	text-align: center;
	margin: 2% 0 0;
}
.footer_info .inn {
	display: block;
	width: 100%;
	height: auto;
}
.footer_info dl{
	display: flex;
	padding: 6% 4% 4%;
	justify-content: center;
}
.footer_info ul {
	padding: 2% 6% 6%;
}
.footer_info dl dt {
	width: 20%;
}
.footer_info dl dd {
	margin: 0 0 0 10px;
}
.footer_info dl dd h3 {
	font-size: 14px;
}
.footer_info dl dd p {
	font-size: 12px;
	line-height: 1.4;
}
.footer_info ul {
	justify-content: center;
}
.footer_info ul li:last-child {
	margin:  0 0 0 15px;
}
.copyright {
	font-size: 12px;
	line-height: 1;
	padding: 4% 0;
}
}
/*----------------------------------------------------
	汎用
----------------------------------------------------*/
.ttl {
	font-size: clamp(20px, 4vw, 40px);
	line-height: 1;
	text-align: center;
}
.ttl.wh {
	font-size: clamp(20px, 4vw, 35px);
	color: #fff;
	font-weight: normal;
}
.ttl::after {
	display: block;
	margin: 25px auto 0;
	width: 18%;
	max-width: 120px;
	background-color: #000;
	height: 1px;
	content: '';
}
.ttl.wh::after {
	background-color: #fff;
}
.ttl_img {
	box-sizing: border-box;
	text-align: center;
	max-width: 78%;
	margin: 2% auto 2%;
	padding: 1% 3% 1%;
}
.intro_text {
	padding: 0 3%;
	font-size: clamp(13px, 2.4vw, 22px);
	text-align: center;
}
.status span {
	display: inline-block;
	border-radius: 4px;
	margin: 5px 7px 0 0;
	padding: 9px 12px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.status .limited {background: #fa5b46;}
.status .housou {background: #fdf14d;color: #333333;}
.status .new {background: #009b6c;}
.status .caution {color: #d60000;font-size: 16px;}


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

}
@media screen and ( max-width: 640px ){
.intro_text {
	text-align: left;
}
}
/*----------------------------------------------------
	Style-pallet
----------------------------------------------------*/
/* clearfix ----------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* align/flort/box --------------------*/
.alignLeft   {text-align:left}
.alignRight  {text-align:right;}
.alignCenter {text-align:center;}
.vaTop	{vertical-align:top;}
.vamiddle {vertical-align:middle;}
.vabottom {vertical-align:bottom;}
.floatRight {float:right;}
.floatLeft  {float:left;}
.clear {clear:both;}
.hide {visibility:hidden}
.delete {display:none;}
.inlineBlock {display:inline-block;}
.relative {position:relative;}
.ovHide{overflow:hidden;}


/* margin --------------------*/
.mt5  {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mb0  {margin-bottom:0px !important;}
.mb3  {margin-bottom:3px !important;}
.mb5  {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.ml3  {margin-left:3px !important;}
.ml5  {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.mr3  {margin-right:3px !important;}
.mr5  {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}


/* padding --------------------*/
.pt3 {padding-top: 3px !important;}
.pt5 {padding-top: 5px !important;}
.pt10{padding-top: 5px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}
.pr5 {padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pl5 {padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}
