@charset "utf-8";
/* CSS Document */

header .main h2.title {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin: 50px auto 100px;
text-align: left;
font-size: 240%;
line-height: 160%;
letter-spacing: 8px;
font-weight: 500;
position: relative;
}

header .main h2.title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  width: 1px;
  height: 80px;
  margin: auto;
  background-color: #666633;
}
/* sphone */
@media only screen and (max-width: 767px) {
header .main h2.title {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin: 50px auto 100px;
text-align: left;
font-size: 190%;
line-height: 160%;
letter-spacing: 5px;
font-weight: 500;
position: relative;
}
}

h3.pagetitle {
background: url(../images/sbt_bg.png) no-repeat center top;
text-align: center;
padding:290px 0 30px;
font-size: 130%;
position: relative;
margin-bottom: 120px;
	z-index: 0;
}

h3.pagetitle::after {
  content: '';
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: #666633;
  position: absolute;
  bottom: 24px;
  left: calc(50% - 55px);
	z-index: 0;
}

h3.pagetitle02 {
background: url(../images/sbt_bg02.png) no-repeat center top;
text-align: center;
padding:290px 0 30px;
font-size: 130%;
position: relative;
margin-bottom: 120px;
	z-index: 0;
}

h3.pagetitle02::after {
  content: '';
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: #666633;
  position: absolute;
  bottom: 24px;
  left: calc(50% - 55px);
	z-index: 0;
}

h3.pagetitle03 {
background: url(../images/sbt_bg03.png) no-repeat center top;
text-align: center;
padding:290px 0 30px;
font-size: 130%;
position: relative;
margin-bottom: 120px;
	z-index: 0;
}

h3.pagetitle03::after {
  content: '';
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: #666633;
  position: absolute;
  bottom: 24px;
  left: calc(50% - 55px);
	z-index: 0;
}


/*-----------------------------------------------------------------*/

#company #block1 {
max-width: 1240px;
width: 94%;
margin: 0 auto 80px;
text-align: center;
line-height: 220%;
}

#company #block2 {
max-width: 1240px;
width: 94%;
margin: 0 auto 80px;
text-align: center;
line-height: 220%;
}

#company #block3 {
max-width: 1240px;
width: 94%;
margin: 0 auto 80px;
line-height: 220%;
}

#company #block4 {
max-width: 1240px;
width: 94%;
margin: 0 auto 80px;
line-height: 220%;
}


#company h3 {
    margin-bottom: 40px;
    font-size: 155%;
    line-height: 180%;
    font-weight: 500;
	text-align: center;
	position: relative;
}

#company h3::after {
  content: '';
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: #666633;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
}


#company .inner {
width: 100%;
margin:0 auto;
}

#company .inner iframe {
width: 100%;
height: 400px;
}


#company .inbox {
width: 100%;
margin: 0 auto;
}

#company .inbox dl,
#company .inbox dt,
#company .inbox dd {
box-sizing: border-box;
}
#company .inbox dl {
max-width: 100%;
border-bottom: 1px solid #DDDDDD;
}
#company .inbox dt,
#company .inbox dd {
padding: 15px 0 0 20px;
border-top: 1px solid #DDDDDD;
}
#company .inbox dt:first-of-type,
#company .inbox dd:first-of-type {
border-top: none;
}
#company .inbox dt {
width: 27.5%;
float: left;
}
#company .inbox dd {
margin-left: 27.5%;
padding-bottom: 15px;
}
#company .inbox dd:after {
content: '';
display: block;
clear: both;
}

/* sphone */
@media only screen and (max-width: 767px) {
#company .inbox dt {
width: 100%;
float: none;
}
#company .inbox dd {
margin-left: 0%;
padding-bottom: 15px;
	border: none;
padding-top: 0;
}
}

/*---itemall----------------------------------------------------------*/
#itemall{
max-width: 1240px;
width: 94%;
margin: 0 auto;
text-align: center;
line-height: 200%;
}

#itemall .greeting {
	margin-bottom: 80px;
}

#itemall h3 {
    margin-bottom: 40px;
    font-size: 155%;
    line-height: 180%;
    font-weight: 500;
	text-align: center;
	position: relative;
}

#itemall h3::after {
  content: '';
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: #666633;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
}
/*
.itemall {
	margin-bottom: 150px;
}
*/
.itemall ul {
	margin: 0 auto;
	display: flex;
justify-content: space-between;
	flex-wrap: wrap;
}

.itemall ul li {
  width: 21.37096%;
    margin-bottom:40px;
	line-height: 180%;

}

.itemall ul li img {
width: 100%;
height: auto;
	margin-bottom: 15px;
}

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (min-width:768px) and (max-width:959px)
{
.itemall ul li {
  width: 30%;
}
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{	

.itemall ul li {
width: 46%;
}


}



/*---itemindex----------------------------------------------------------*/
#itemindex #block1 {
max-width: 1100px;
width: 94%;
margin: 0 auto 30px;
text-align: center;
line-height: 220%;	
}

#itemindex #block2 {
max-width: 1200px;
width: 94%;
margin: 0 auto 0px;
text-align: center;
line-height: 220%;	
}

#itemindex #block3 {
max-width: 1200px;
width: 94%;
margin: 0 auto;
text-align: center;
line-height: 220%;	
}

#itemindex #block1 h4 {
	font-size: 220%;
	margin-bottom:60px;
	line-height: 160%;
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
#itemindex #block1 h4 {
	font-size: 180%;
	margin-bottom:30px;
}
}

#itemindex .greeting {
	font-size: 106%;
	margin-bottom: 70px;
}

#itemindex #block1 ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#itemindex #block1 ul li {
	margin: 0 2% 0 0;
	padding: 0;
	width: 49%;
	float: left;
	line-height: 140%;
}

#itemindex #block1 ul li:last-child {
	margin-right: 0;
}

#itemindex #block1 ul li p {
	margin-top: 15px;
}

#itemindex #block2 dl{
	/*width: 90%;*/
	max-width: 500px;
	margin: 90px auto;
	text-align: left;
}

#itemindex #block2 dl dt{
	width: 16%;
	float: left;
	font-size: 140%;
	text-align: right;
}

#itemindex #block2 dl dd{
	padding-left: 20%;
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
}

#itemindex #block3 ul{
	margin: 40px auto 0;
	padding: 0;
}

#itemindex #block3 li{
	width: 21.8%;
	float: left;
	margin: 0 3.6% 0 0;
	padding: 0;
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
#itemindex #block2 dl{
	max-width: 330px;
	margin: 40px auto;
}

#itemindex #block3 ul{
	margin: 30px auto 0;
	padding: 0;
}

#itemindex #block3 li{
	width: 49%;
	float: left;
	margin: 0 2% 20px 0;
	padding: 0;
}
	
	#itemindex #block3 li:nth-child(2n) {
		margin-right: 0;
	}
}

#itemindex #block3 li img {
	width: auto;
	height: auto;
	max-width: 100%;
}

#itemindex #block3 li:last-child{
	margin-right: 0;
}


/*---cart----------------------------------------------------------*/
.cart .leftbox{
width: 40%;
float: left;
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
.cart .leftbox{
width: 100%;
float: none;
margin-bottom: 20px;
}
}

.cart .leftbox ul {
	margin: 0;
	padding: 0;
}

.cart .leftbox li {
	margin: 0 2% 10px 0;
	padding: 0;
	width: 32%;
	float: left;
}

.cart .leftbox li img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.cart .leftbox li:first-child {
	width: 100%;
	margin-right: 0;
}

.cart .leftbox li:last-child {
	margin-right: 0;
}

.cart .rightbox{
width: 54%;
float: right;
	text-align: left;
}

.cart button {
border: #CCC 1px solid;
background: #EEE;
font-size: 90%;
font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
color:#666633;
cursor: pointer;
padding: 0.3em 2em;
box-sizing: border-box;
border-radius: 3px;
position: relative;
}

.cart button::before {
  content: "";
  position: absolute;
  top: 55%; left:10px;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -8px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent;
  border-left-color: #666633;
}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
.cart .rightbox{
width: 100%;
float: none;
}
}

.cart .rightbox h4 {
font-size: 180%;
margin-bottom: 40px;
}

.cart .rightbox p.spac {
	margin-top: 60px;
}

.cart .rightbox ul {
	margin: 0;
	padding: 0;
}

.cart .rightbox li {
	width: 46%;
	float: left;
	margin-right: 4%;
	border: #999966 1px solid;
	border-radius: 50px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.cart .rightbox li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	color: #666633;
}

.cart .rightbox p.atc {
	margin-top: 20px;
	font-size: 90%;
	line-height: 160%;
}

.cart .sbitem h5 {
	border-style: solid;
	border-color: #666633;
	border-width: 2px 0 1px 0;
	padding: 0.5em 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 116%;
}

.cart .sbitem ul {
	margin-bottom: 20px;
}

.cart .sbitem li {
	width: 24%;
	float: left;
	margin-right: 1.33%;
	border: none;
	border-radius: none;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 0;
	font-size: 90%;
	line-height: 140%;
}

.cart .sbitem li img {
	margin-bottom: 15px;
}

.cart .sbitem li:nth-child(4n) {
	margin-right: 0;
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
.cart .sbitem li {
	width: 49%;
	float: left;
	margin-right: 2%;
	border: none;
	border-radius: none;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.cart .sbitem li:nth-child(2n) {
	margin-right: 0;
}
}

.cart .sbitem li p {

	margin-bottom: 0!important;
}


/*---------------------------------------------------------------------*/

#qa #block1 {
max-width: 800px;
width: 94%;
margin: 0 auto 160px;
text-align: left;
line-height: 220%;
}

#qa dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background:#7E9F48;
text-indent: -25px; 
color: #FFFFFF;
font-weight: bold;
line-height: 140%;
}

#qa dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}

#qa dd {
margin: 20px 10px 40px;
text-indent: -1.7em;
padding-left: 1.7em;

}

#qa dd:before {
content: "A.";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}

/*---------------------------------------------------------------------*/
#guide #block1 {
max-width: 1240px;
width: 94%;
margin: 0 auto;
text-align: left;
line-height: 180%;
}


.flex-inner {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1150px;
width: 100%;
margin: 0 auto;
padding: 45px 0 0;
text-align: left;
}

li.footer-item {
margin: 0 4px;
font-size: 16px;
text-align: left;
}

.footer-unit {
width: 30%;
/*margin-right: 38px;*/
margin-bottom: 40px;
}

.footer-unit:last-child {
margin-bottom: 0;
}

.footer-unit p.guide {
margin: 15px 0!important;  
color: #57724A;
font-size: 18px;
font-weight: bold;
}

.footer-unit th{
background: #F8F8F8;
border: 1px solid #DDDDDD;
padding: 18px;  
  
}

.footer-unit td{
border: 1px solid #DDDDDD;
text-align: right;
padding-right: 18px;  
}


li.mb60px {margin-bottom: 60px!important;}
/* sphone */
@media only screen and (max-width: 767px) {
.footer-unit {
width: 100%;
margin-right: 0;
} 
}

/*-----------------------------------------------------------------*/

#information #block1 {
max-width: 800px;
width: 94%;
margin: 0 auto;
text-align: center;
line-height: 220%;
}

#information .normal_table {
    width: 100%;
    margin: 10px 0 15px 0px;
    border-collapse: collapse;
	box-sizing: border-box;
	word-break: break-all;
}


#information .normal_table th {
    
    padding: 5px;
    line-height: 150%;
    text-align: center;
    background-color: #EBF7C6;
    border: 1px solid #94BB1C;
    
    
}

#information .normal_table .textleft {
  
    padding: 5px;
    line-height: 150%;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #94BB1C;
}

#information .normal_table .textright {
  
    padding: 5px;
    line-height: 150%;
    vertical-align: middle;
    text-align: right;
    border: 1px solid #94BB1C;
}

#information .normal_table .textcenter {
  
    padding: 5px;
    line-height: 150%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #94BB1C;
}


/*-----------------------------------------------------------------*/

#privacy #block1 {
max-width: 800px;
width: 94%;
margin: 0 auto 160px;
text-align: left;
line-height: 220%;
}

#privacy #block1 .greeting {
	text-align: center;
	font-size: 110%;
}

#privacy #block1 h3{
	text-align: center;
	margin-top: 80px;
	line-height: 140%;
}
