@charset "UTF-8";
/* CSS Document */


#rakurakuTable{width:100%;}/*ヘッダー幅*/
#rakurakuSideBlock{width:0;}/*レフトナビゲーション幅*/
#rakurakuMarginBlock{display:none;}
#rakurakuContentsBlock{width:100%;overflow:hidden;}/*メインコンテンツ幅*/
#rakurakuFootBlock{width:100%;}/*フッター幅*/


html {
  font-size: 10px;
}
body {
  color: #333;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size:1.5rem;
}

a {color:#333;}
a:link    {text-decoration:none;}
a:visited {text-decoration:none;}
a:active  {text-decoration:underline;}
a:hover   {text-decoration:underline;}

a:hover img {
	opacity: 0.6;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#wrap2 {
    width: 100% !important;
    padding: 0;
}

    .copy{
        padding:0 0 20px;
        font-size:11px;
        text-align: center;
        color: #ffffff;
    }

#Main{
    width: 1000px;
    margin: 0 auto;
}


#wrapper2 .foot_under a:link,
#wrapper2 .foot_under a:visited{
    color: #ffffff;
}

#wrapper2 .footer a:link,
#wrapper2 .footer a:visited{
    color: #ffffff;
}

/*============================
#global-header
============================*/
#global-header {
	width:1000px;
	margin:auto;
	padding:23px 0;
	position:relative;
    padding-top: 60px;
}
#global-header h1 {
	display:inline-block;
}

#global-header #frame-deliverydate {
	margin:15px 0 0 115px;
	display:inline-block;
}
#global-header #header-contact-tel {
	position:absolute;
	top:38px;
	right:0;
	display:table;
	margin-left:23px;
	width:485px;
	height:33px;
  	font-family: "Hiragino Kaku";
  	src: local(HiraginoKaku-W5);
}
#global-header #header-contact-tel dt {
	display:table-cell;
	width:140px;
	height:33px;
	color:#fff;
	background:#301f21;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}
#global-header #header-contact-tel dd {
	display:table-cell;
	vertical-align:middle;
	background:#faf7f4;
	width:345px;
	height:33px;
	font-size:12px;
	font-size:1.2rem;
}
#global-header #header-contact-tel dd span {
	color:#a80000;
	font-size:20px;
	font-size:2rem;
	display:inline-block;
	margin:0 30px 0 18px;
	vertical-align:middle;
}
#global-header #header-nav {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: auto;
    /* display: table; */
}


#global-header #header-nav ul.sub-nav {
	display:table-cell;
	width:400px;
	height:auto;
	vertical-align:middle;
}
#global-header #header-nav ul.sub-nav li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 13px;
    border-left: 1px solid #000;
}

#global-header #header-nav ul.sub-nav li:last-child {
   border-right: 1px solid #000; 
}

.arrow{
    position: relative;
    padding-left: 10px;
}

.arrow:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
	width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #523438;
}
#global-header #header-nav ul.sub-nav li a {
	color:#221104;
}
#global-header #header-nav ul.sns {
	display:table-cell;
	width:40px;
	height:25px;
	text-align:center;
    vertical-align:middle;
}
#global-header #header-nav ul.sns li {
	display:inline-block;
	vertical-align:middle;
}
#global-header #header-nav ul.sns li:last-child {
	margin-right:0;
}
#global-header #header-nav ul.sns li img {
	display:block;
	vertical-align:middle;
}

#global-header #header-nav ul.head_icon{
    display: table-cell;
    width:520px;
    text-align: right;
}

#global-header #header-nav ul.head_icon li{
    display: inline-block;
    margin-left: 10px;
}

.head_right{
    float:right;
}

.head_right01{
    background-size: cover;
    width: 680px;
    height: 65px;
    margin-top: 10px;
    position: relative;
}


.head_right01 p{
    float: left;
    margin-left: 10px;
}

.head_right01 p a{
    padding:5px 30px;
    color:#523438;
    border-radius: 50px;
    display: block;
    background: #fff;
}
/*============================
#global-nav
============================*/
#global-nav {
	min-width:1000px;
	background:#cca45e;
}
#global-nav #global-nav-inner {
	width:1000px;
	margin:auto;
	display:table;
}
#global-nav #global-nav-inner li {
	font-family: "Garamond","Times New Roman","貂ｸ譏取悃",YuMincho,"繝偵Λ繧ｮ繝取�譛� ProN W3","Hiragino Mincho ProN","HG譏取悃E","�ｭ�ｳ �ｰ譏取悃","MS PMincho","繝｡繧､繝ｪ繧ｪ",Meiryo,serif;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#global-nav #global-nav-inner a {
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
    position: relative;
}
#global-nav #global-nav-inner > li > a.on:after {
	content:url("https://www.someplace-else.com/raku2/images/common/menu-arrow.png");
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
}
#global-nav  #global-nav-inner .menu-content {
	background-color: #efe0be;
	padding: 30px 0px 35px;
	width: 100% !important;
	position: absolute;
	left: 0;
	display: none;
	overflow-x: hidden;
	z-index:1;
}
#global-nav  #global-nav-inner .menu-content-inner {
	width: 1100px;
	margin: 0 auto;
}
#global-nav  #global-nav-inner .menu-content-inner::after {
	content: "";
	display: block;
	clear: both;
}
#global-nav  #global-nav-inner .menu-content-inner a {
	text-decoration: none;
}
#global-nav  #global-nav-inner .menu-content-inner a:hover {
	text-decoration: underline;
}
#global-nav  #global-nav-inner .menu ul li {
	float: left;
	font-family:'�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け','繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','Hiragino Kaku Gothic Pro','繝｡繧､繝ｪ繧ｪ',Meiryo,sans-serif;
	font-weight: normal;
	display: block;
	width: 200px;
	height: auto;
	border:none;
	margin:0 25px 0 0;

}
#global-nav  #global-nav-inner .menu ul li img {
	margin-bottom: 10px;
	width:100%;
}
#global-nav  #global-nav-inner .menu ul li a {
	color:#333;
	display: block;
	height: auto;
	width: 100%;
}
#global-nav  #global-nav-inner .menu ul li span {
	display: block;
	margin: 0 10px;
	text-align: center;
}
#global-nav  #global-nav-inner .menu ul li:nth-child(5n) {
	margin-right: 0px;
}

.mainimage{
    width: 100%;
    background: #1F1003;
}

.mainimage p{
    width:1000px;
    margin: 0 auto;
    line-height: 0;
}

    .head_ud{
        margin: 0 auto 10px;
        width:1000px;
        overflow: hidden;
    }    
    
    .head_ud .s_form{
        display: table;
        float: right;
    }
    
    .head_ud .s_form p{
        display: table-cell;
    vertical-align: top;
    }
    
    .del{
        float:left;
    }

        .main{width:1000px;margin: 20px auto 0;}
        .left{float:left;width:240px;}
        .login{background: #F6F6F6;font-weight:bold;padding:10px;line-height:190%;}
        .login input.text_in{width:100%;padding:5px;border: 1px solid #cccccc;box-sizing: border-box;}
        .itemCenter{margin-top: 10px;}
        .mt30{margin-top: 30px;}
        .mt20{margin-top: 20px;}
        .side_cat + ul li:last-child{
            padding-bottom: 20px;
        }

       .message{
           background: #F8F0E0;
           font-weight: bold;
           color:#523438;
           font-size:14px;
           padding:15px;
           line-height: 190%;
       }    
       .message span{
          color:#a70000;
           font-size: 15px;
       }

.mt60{margin-top:60px;}

        .main_cont{
            width:740px;
            float: right;
        }
        .main{overflow: hidden;
        }
        
        .sns_cont > div{
            float: left;
            width:calc(50% - 20px);
        }
        
        .sns_cont > div:nth-child(1){
         margin-right: 20px;   
        }

    .main{
        padding-bottom: 50px;
    }
    
    footer,.footer{
        background: #F8F0E0;
        padding-top: 50px;
        overflow: hidden;
    }
    
    .footer_inner{
        width:1000px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 170%;
    }
    
    .foot_title{
        padding: 5px 10px;
        background: #DEC083;
        font-weight: bold;
        font-size: 18px;
        color: #ffffff;
    }
    
    .foot_title a{
        float: right;
        display: inline-block;
        font-size: 13px;
        color: #ffffff;
        text-decoration: none;
        position: relative;
        padding-right: 18px;
        padding-top: 5px;
    }
    
    .foot_title a:before {
	content:"";
	position:absolute;
	right:0;
	top:50%;
	margin-top:-3px;
	width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #ffffff;
}

    .foot_cont01{
        margin: 10px 0 20px;
        overflow: hidden;
    }
    
    .foot_cont01 li{
     width: calc((100% - 40px) / 3);
        float: left;
    }
    
    .foot_cont01 p{
        margin: 10px 0;
    }
    
    .foot_cont01 li:nth-child(2){
     margin: 0 20px;   
    }
    .red{    
color:#b20000;
    }
    
    .fs12{
        font-size:12px;
    }

    .ft_cont_title span{
        font-size: 12px;
    }
    
    .mt10{
        margin-top: 10px;
    }
    .foot_cont02{
        margin: 30px 0;
        overflow: hidden;
    }
    .foot_cont02_a{
        width:320px;
        float: left;
    }
    
    .foot_cont02_b{
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        width:660px;
        float: right;
    }
    
    .foot_cont02_b li{
     float: left;
    width: calc((100% - 14px) / 3);
        background: #ffffff;
    }
    
    .foot_cont02_b li:nth-child(2){
     margin:0 5px;   
    }
    .foot_cont02_b li div{
        padding: 10px;
        background: #ffffff;
    }
    
    .ft_cont_title{
        background: #E6CFA2;
        color:#221104;
        font-size:16px;
        font-weight: bold;
        text-align: center;
        padding: 5px 0;
    }
    
    .f_price{
    color:#b20000;
        font-size:16px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }

    .foot_sec{
        margin-bottom: 20px;
        line-height: 170%;
    }
    
    .foot_sub_title{
        padding:0px 5px 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #523438;
        color: #523338;
        font-size: 16px;
    }
    .ft16{
        font-size: 16px;
    }
    
    .ft13{
        font-size: 13px;
    }
    
    .foot_cont03{
        padding: 30px 0;
        overflow: hidden;
    }
    
    .foot_cont03 li{
     float: left;
        width:calc((100% - 40px) / 3);
    }
    
    .foot_cont03 li .foot_title{
     margin-bottom: 20px;   
    }
    
    .foot_cont03 li:nth-child(2){
     margin: 0 20px;   
    }

    .foot_under{
        background: #523438;
        padding-top: 40px;
        overflow: hidden;
    }
    
    .foot_under .under_inner{
     width:1000px;
        margin: 0 auto;
            overflow: hidden;
    }
    
    .under_title{
        padding-left: 10px;
        padding-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .under_title:after{
        content:"";
        background: url("https://www.someplace-else.com/renew/images/line.jpg") repeat-x;
        width:100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .foot_under li{
        margin-bottom: 10px;
        padding:0 10px;
    }
    .foot_under a{
    position: relative;
    padding-left: 15px;
        color: #ffffff;
        font-size: 13px;
        text-decoration: none;
        font-weight: normal;
}

.foot_under a:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
	width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #ffffff;
}

    .foot_under ul{
        float: left;
    }
    
    .under_inner > div{
        float: left;
        box-sizing: border-box;
        margin-left: 40px;
    }
    
    .under_inner > div:nth-child(1){
        width:125px;
        margin-left: 0;
    }
    
    .under_inner > div:nth-child(2){
        width:230px;
    }
    
    .under_inner > div:nth-child(3){
        width:320px;
    }
    
    .under_inner > div:nth-child(4){
        margin-left: 0;
        float: right;
        width:210px;
    }


#global-header #header-nav ul.head_icon {
    width: 550px !important;
 }
    
    .head_text{
        padding: 3px 5px;color: #ffffff;font-size: 13px;background: #990d12;display: table-cell;width: 190px;text-align: center;vertical-align: middle;
    } 
    
#global-header #header-nav ul.sub-nav{
    width: 730px !important;
        padding-left: 10px;
}
    
#global-header{padding-bottom:0;}


/***************************
  css reset
***************************/
ol, ul {
    list-style: none;
}
img{
	vertical-align: bottom;
}
