@charset "shift_jis";
.fixedmenu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
table {
}

.dl-pro dt  {
	background-color: #EEEEEE;
	padding: 10px;
}
.dl-pro dd  {
    margin: 0px 0px 15px;
    padding: 10px;
    line-height: 1.8em;
}
.font-red {
	color: red;
	
}

h1 {
	text-align: center;
}
#protop {
	margin-bottom: 40px;
}
.price {
	color: #FF0004;
	margin-right: 5px;
}
#side .fixedmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.fixedmenu ul li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background-color: #F3B57A;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #360403;
}
.fixedmenu ul li a:hover {
	background-color: #A1622F;
	color: #FFFFFF;
}

.fixedmenu ul li.onlypc a  {
	margin-bottom: 15px;
	background-color: #390504;
	color: #FFFFFF;

}

.fixedmenu ul li {
	margin-bottom: 5px;
}
i {
    margin-right: 10px;
    position: absolute;
    top: 10%;
    margin-top: -41px;
}
#toppro   {
	
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;}
#toppro div p {
	text-align: center;
}
#toppro div span {
	color: #FF0004;
	margin-right: 5px;
}
.tablec   {
	overflow-y: auto;
	overflow-x: auto;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.tablec td , .tablec th{
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 5px;
}
.tablec th  {
	background-color: #EEEEEE;
}
.tablec caption  {
	text-align: left;
}


.scroll{
overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
margin-bottom: 31px;
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/*アコーディオン*/
.accordion-menu {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 50px;
    display: block;
    position: relative;
}

.accordion-menu div.open .dropdownlink {
    color: #FFFFFF;
    background-color: rgba(215,153,99,1.00);
}
.accordion-menu div.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu div:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 30px 15px 30px 45px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #FFFFFF;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-color: rgba(26,119,17,1.00);
    margin-bottom: 30px;
    border-radius: 5px;
}
.dropdownlink i {
	position: absolute;
	top: 43px;
	left: 16px;
}
div .dropdownlink .fa.fa-tree {
	color: rgba(42,164,0,1.00);
}
#main .item  .dropdownlink p {
	margin: 0% 0% 0% -7%;
	text-align: center;
	font-size: 1.6rem;
}


.dropdownlink .fa-chevron-down {
    left: auto;
    position: absolute;
    top: 40%;
}

.submenuItems {
	display: none;
}
.submenuItems div {
  border-bottom: 1px solid #B6B6B6;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #CDDC39;
  color: #fff;
}
.dropdownlink p span {
	font-size: 1rem;
	margin-left: 13px;
	position: relative;
	top: -4px;
}
/*アコーディオン*/


.submenuItems td:nth-child(1) {
	text-align: center;
}
.submenuItems td:nth-child(2),td:nth-child(3) {
	text-align: right;

}
.table-kakaku   {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 30px;
	overflow-x: scroll;
}
.table-kakaku td, .table-kakaku th {
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.img-left   {
	float: left;
	margin-right: 15px;
}
form {
	margin-bottom: 30px;
}
.item form table {
	margin-bottom: 30px;
}

.item form .kanagu {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	margin-bottom: 10px;
}
form .kanagu div:nth-child(1) {
	width: 25%;
}
form .kanagu div:nth-child(2) {
	width: 70%;
	margin-left: 5%;
}
.tablekanagu   {

}
.item form .tablekanagu {
	margin-bottom: 40px;
}
#toppro div div p {
    text-align: left;
    font-size: 1em;
}
#toppro div div.p-nomal {
    width: 100%;
}
#toppro div .p-nomal {
    width: 100%;
}
#toppro .divnomal {
    text-align: left;
}
#toppro .divnomal p {
    text-align: left;
}




#toppro div {
    width: 45%;
}
.cotion {
}
fieldset {
    border-radius: 5px;
    border: 2px solid rgba(82,7,6,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255,254,244,1.00);
}
.item fieldset h4 {
    margin-bottom: 0px;
}

legend {
    text-align: center;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: rgba(81,6,5,1.00);
    font-size: 1.2em;
}
#c-left .item h3,.pc1100 h3 {
    background-color: rgba(241,179,118,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 19px 10px 20px;
    color: rgba(143,80,37,1.00);
    border-radius: 5px;
    clear: both;
}
h2 {
    display: flex;
    align-items: center;
    text-align: center;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 1.4em;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #8F4E29;
}

h2:before, h2:after{
    border-top: 1px dotted;
    content: "";
    display: inline;
    flex-grow: 1;
}
#main .item p {
    text-align: left;
}
.font-small {
    font-size: 0.7em;
}

.divp div img {
    width: 100%;
    height: auto;
}
.item #toppro div img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.table-center {
    max-width: 531px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table-center tbody tr {
    display: block;
    margin-bottom: 32px;


}

.table-center td {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;

}
.table-center th {
    padding-left: 10px;
    padding-right: 10px;
}
.img-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#mitsumori td input:nth-child(4) {
    width: 70%;

}
#mitsumori tr td input {
    width: 92%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#mitsumori tr td label input {
    width: auto;
}
#mitsumori tr td textarea {
    width: 100%;
}
#mitsumori tr td input:nth-child(9) {

}
#c-left .item #afzelia {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
#c-left .item #afzelia td {
    padding: 5px 20px 0px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
#kakaku .tdlast {
    border-bottom: 5px solid #CCCCCC;
}
#kakaku td:last-child {
    text-align: right;


}
.style1 {
    color: #FF0004;
}

#kakaku  tr   {

}
#thanks   {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
    margin-bottom: 50px;
    line-height: 2em;
}

div.cart-under {
    text-align: center;
    border-bottom-style: none;
    margin-bottom: 20px;
}
div.cart-under a {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    background-color: #FF6A05;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
div.cart-under i {
    display: block;


}
div.cart-under .fas.fa-shopping-cart {
    margin-right: 17px;
}






































/* CSS Document */


@media screen and (min-width:641px){
h1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
#main  {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	margin-top: 0px;
	padding-top: 0px;
}
#c-left {
	-webkit-flex: 1;
	flex: 1;
	margin-right: 30px;
}
#protop {
	display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;

}
#protop div:nth-child(1) {
	width: 35%;
}
#protop div:nth-child(2) {
	width: 62%;
	margin-left: 3%;
}



#side {
	width: 200px;
	margin-bottom: 30px;

}
#side ul {
	margin-bottom: 50px;
}

.sticky {
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top:0px;
  bottom: 50px;
}
#side .fixedmenu {
	width: 200px;
}
#toppro div  {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    width: 100%;
    
display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;}
#toppro div div:nth-child(1) {
    width: 15%;
}
#toppro div div:nth-child(2) {
    width: 80%;
}


#sidemenu {

}
#downmenu {
	display: none;
}
#caption-main   {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CCCCCC;
	font-weight: bold;
	line-height: 2em;
}
#caption-sec   {
	margin-bottom: 30px;
}
.divp {
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
    max-width: 1200px;
}

.divp div:nth-child(1) {
    width: 20%;
}

.item .divp .pro2 {
    width: 75%;
}
.img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
















}

@media screen and (max-width : 64.000em ){
#main {

}
body {
	padding-top: 36px;


}
#wrap #pageTop {
	display: none;
}
#wrap #gotop {
	display: none;
}
.drawer-navbar-header a img {
    position: absolute;
    left: 10px;

}
#wrap #telbana {
    right: 67px;
}







}

@media screen and (max-width:640px){
    .scroll-table {
    display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
    .scroll-table:before {
        content: '↓表を横にスクロールできます';
        text-align: center;
        display: block;
        color: red;
    }
#side {
	display: none;
}
#protop div:nth-child(1) {
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}
.price {
	display: block;
}
.onlypc   {
	display: none;
}
#toppro div  {
    width: 92%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
}
#toppro div div {
    width: 100%;
    margin-bottom: 5px;
}

#toppro div span {
	display: block;
	margin-right: 0px;
}
#toppro div p {
	font-size: 0.7em;
}
div .dropdownlink p {
	line-height: 30px;
}

#footer p {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#wrap #main {
	margin-bottom: 30px;
}
#side {
	display: none;
	height: auto;
}
#sidemenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidemenu li {
	list-style: none;
	font-weight: bold;
}
#sidemenu li a {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	background-color: rgba(179,89,1,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	border-radius: 5px;
}
#downmenu ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#downmenu ul li a {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: rgba(179,89,1,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.dropdownlink p span {
    display: block;
    position: static;
    margin: 0px;
    padding: 0px;
    font-size: 0.7em;
}
#caption-main   {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EEEEEE;
}
#caption-sec   {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.6em;
}
form .kanagu div:nth-child(1) {
	width: 100%;
	text-align: center;
}
form .kanagu div:nth-child(2) {
	width: 100%;
	margin-left: 0px;
}
#toppro .divnomal p {
    font-size: 1em;
}
.img-right {
    float: none;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.table-center tbody tr {

}
.table-center td, .table-center th {
    display: block;
    text-align: center;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}
.table-center td {
    margin-bottom: 20px;
    text-align: left;
}
#wrap #telbana {
    display: none;
}
#main .item .dropdownlink p {
    font-size: 1em;

}
.dropdownlink .fa-chevron-down {
    position: absolute;
    top: 40%;
    left: 20px;
}














}
