@charset "UTF-8";

/* /price/
-------------------*/
body {
background: #f5f1ef;
}

#area01 {
padding-bottom: 120px;
}
.area01Inr {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.area01Inr h2 {
text-align: center;
font-size: 48px;
font-size: 4.8rem;
font-weight: 200;
margin-bottom: 30px;
color: #b07121;
font-family: 'Noto Serif JP', serif;
}
.area01Inr .txt{
font-size: 18px;
font-size: 1.8rem;
font-family: 'Noto Serif JP', serif;
text-align: center;
margin-bottom: 60px;
}

#area01 .whBox {
background: #fff;
box-shadow: 0 0 6px rgb(0,0,0,0.1);
padding: 60px;
position: relative;
}
#area01 .whBox.second {
margin-top: 60px;
}
.whBox h3 {
position: absolute;
top: -20px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}

#area01 .whBox h3.brownHead span {
    padding: 10px 150px;
}

#area01 .whBox .flexBox {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin-bottom: 40px;
}
#area01 .whBox.second .flexBox {
align-items: flex-start;
margin-bottom: 0;
}

#area01 .whBox .flexBox .Img {
width: 42%;
max-width: 447px;
}

#area01 .whBox .flexBox .infoBox {
width: 55%;
}

#area01 .whBox.second .flexBox .infoBox {
width: 48%;
}
#area01 .whBox .infoBox dl dt {
font-size: 18px;
font-size: 1.8rem;
font-family: 'Noto Serif JP', serif;
padding-bottom: 15px;
border-bottom: 1px solid #d7d0cc;
margin-bottom: 20px;
position: relative;
padding-left: 20px;
}

#area01 .whBox .infoBox dl dt:before {
content: "";
background: #b07121;
width: 7px;
height: 26px;
left: 0;
top: -3px;
display: block;
position: absolute;
}
#area01 .whBox .infoBox dl dd {
line-height: 1.7;
}

#area01 .whBox .infoBox dl dd.price {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
#area01 .whBox .infoBox dl dd.price span {
 display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #b07121;;
  text-align:center;
  line-height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  margin-right: 10px;
}


.priceTxt {
color: #b07121;
font-family: 'Noto Serif JP', serif;
font-size: 32px;
font-size: 3.2rem;
}
.priceTxt small {
font-size: 15px;
font-size: 1.5rem;
}

.totalBox {
background: #3f4250;
padding: 30px 0;
color: #fff;
text-align: center;
}
.totalBox .totalTxt {
font-size: 18px;
font-size: 1.8rem;
font-family: 'Noto Serif JP', serif;
}

.totalBox .totalTxt span {
 display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b07121;;
  text-align:center;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}


.totalBox .priceTxt {
color: #fff;
}

.totalBox .info span.gold {
 display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b07121;;
  text-align:center;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

.otherHead {
background: #e8e0db;
padding: 15px 20px;
font-size: 22px;
font-size: 2.2rem;
font-family: 'Noto Serif JP', serif;
font-weight: 200;
margin-bottom: 40px;
}




.priceArea {
  padding-bottom: 120px;
}
.priceArea .titleBox {
  position: relative;
}
.priceArea .titleBox .infoBox {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.priceArea .titleBox .infoBox h2,
.priceArea .titleBox .infoBox h3 {
color: #fff;
font-family: 'Noto Serif JP', serif;
font-weight: 200;
}

.priceArea .titleBox .infoBox h2 {
font-size: 48px;
font-size: 4.8rem;
margin-bottom: 20px;
}
.priceArea .titleBox .infoBox h3 {
font-size: 21px;
font-size: 2.1rem;
}

.priceArea .whBox {
  padding: 60px 0;
  background: #fff;
  margin: -3% auto 0;
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgb(0,0,0,0.1);
}

.priceArea .whBox ul.col3List {
display: flex;
justify-content: space-between;
}

.priceArea .whBox ul.col3List li {
width: calc(100% / 3);
text-align: center;
border-right: 1px solid #d7d0cc;
}
.priceArea .whBox ul.col3List li:last-child {
border-right: none;
}
.priceArea .whBox ul.col3List li .icon {
width: 40%;
margin: 0 auto;
}

.priceArea .whBox ul.col3List li dl dt {
font-size: 18px;
font-size: 1.8rem;
font-family: 'Noto Serif JP', serif;
padding: 10px 0;
}

.priceArea .whBox ul.col3List li dl dd span {
background: #b07121;
color:#fff;
font-size: 14px;
font-size: 1.4rem;
font-family: 'Noto Serif JP', serif;
text-align: center;
display: block;
border-radius: 5px;
padding: 10px 0;
width: 50%;
margin: 0 auto;
line-height: 1.3;
}
.priceArea .whBox ul.col3List li dl dd span small {
display: block;
}

#area03.priceArea .whBox ul.col3List {
margin-bottom: 40px;
}

.optionBox {
background: #f5f1ef;
padding: 30px 0;
width: 90%;
margin: 0 auto;
}

.optionBox ul {
display: flex;
justify-content: center;

}
.optionBox ul li {
display: flex;
align-items: center;
margin: 0 10px;
}

.optionBox ul li span {
background: #333333;
color:#fff;
font-size: 14px;
font-size: 1.4rem;
font-family: 'Noto Serif JP', serif;
text-align: center;
display: block;
border-radius: 5px;
padding: 10px 20px;
margin-right: 10px;
}
#area04 .otherHead{
text-align: center;
width: 90%;
margin: 0 auto 50px;
}
#area04 .note {
font-size: 14px;
font-size: 1.4rem;
text-align: center;
}
#area05 {
padding-bottom: 120px;
}

.payBox {
border: 4px solid #3f4250;
padding: 60px 0;
background: #fff;
width: 90%;
max-width: 1200px;
margin: 0 auto;
position: relative;
}

.payBox h2 {
position: absolute;
top: -20px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}

.payBox h2 span {
    padding: 10px 150px;
    display: inline-block;
    background: #3f4250;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}

.payBox ul {
display: flex;
justify-content: space-between;
}

.payBox ul li {
width: calc(100% / 3);
text-align: center;
}
.payBox ul li .icon {
width: 40%;
margin: 0 auto;
}

.payBox ul li dl dt {
font-size: 18px;
font-size: 1.8rem;
font-family: 'Noto Serif JP', serif;
padding: 10px 0;
}

.payBox ul li dl dd {
line-height: 1.7;
}
.payBox ul li dl dd img {
max-width: 317px;
}


/* for pc resize
-------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1024px) {
.area01Inr h2 {
    font-size: 32px;
    font-size: 3.2rem;
}
.area01Inr .txt {
    font-size: 16px;
    font-size: 1.6rem;
}
#area01 .whBox {
padding: 60px 40px;
}
#area01 .whBox .infoBox dl dd.price {
margin-bottom: 20px;
}
.priceTxt {
    font-size: 28px;
    font-size: 2.8rem;
}
}


/* for sp
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
.area01Inr h2 {
    font-size: 24px;
    font-size: 2.4rem;
}
#area01 .whBox .flexBox .Img {
    width: 100%;
margin: 0 auto 40px;
}
#area01 .whBox h3.brownHead span {
    padding: 10px 130px;
}
#area01 .whBox .flexBox .infoBox {
    width: 100%;
}
.totalBox .info {
font-size: 12px;
font-size: 1.2rem;
}
#area01 .whBox.second .flexBox .infoBox {
    width: 100%;
}
.priceArea .whBox ul.col3List li dl dd span {
    width: 70%;
}
.optionBox ul {
flex-wrap: wrap;
}
.optionBox ul li {
width: 100%;
justify-content: center;
}
.payBox h2 span {
    padding: 10px 130px;
}
.payBox ul li dl dd {
font-size: 12px;
font-size: 1.2rem;
}
}

@media only screen and (max-width: 480px) {
.area01Inr .txt {
    font-size: 14px;
    font-size: 1.4rem;
}
#area01 .whBox h3.brownHead span {
    padding: 10px 30px;
}
#area01 .whBox {
    padding: 60px 20px 30px;
}
.priceTxt {
    font-size: 22px;
    font-size: 2.2rem;
}
.priceTxt small {
    font-size: 12px;
    font-size: 1.2rem;
}
#area01 .whBox .infoBox dl dd.price span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 3px;
}
#area01 .whBox .infoBox dl dd.info {
margin-bottom: 10px;
}
#area01 .whBox .flexBox {
    margin-bottom: 20px;
}
.totalBox .totalTxt {
    font-size: 15px;
    font-size: 1.5rem;
}
.totalBox .info {
width: 90%;
margin: 0 auto;
text-align: left;
padding-top: 10px;
}
#area01 .whBox .infoBox dl dt {
    padding-left: 14px;
    font-size: 16px;
    font-size: 1.6rem;
}
#area01 .whBox .infoBox dl dt:before {
    width: 5px;
    height: 23px;
}
#area01 .whBox.second {
    margin-top: 30px;
}
#area01 .whBox.second {
    padding: 30px 20px;
}
.otherHead {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#area01 .whBox.second .infoBox dl dd.info {
    margin-bottom: 0;
}
#area01 .whBox.second .infoBox dl dt {
    margin-bottom: 10px;
}
#area01 {
    padding-bottom: 40px;
}
.priceArea .titleBox img {
object-fit: cover;
height: 250px;
}
.priceArea .titleBox .infoBox h2 {
    font-size: 28px;
    font-size: 2.8rem;
}
.priceArea .titleBox .infoBox h3 {
    font-size: 15px;
    font-size: 1.5rem;
}
.priceArea .whBox {
    padding: 30px 20px;
    margin: -10% auto 0;
}
.priceArea .whBox ul.col3List {
flex-wrap: wrap;
}
.priceArea .whBox ul.col3List li {
width: 100%;
border-right: none;
border-bottom: 1px dotted #ccc;
padding-bottom: 20px;
margin-bottom: 20px;
/*
display: flex;
justify-content: space-between;
align-items: center;
*/
}
.priceArea .whBox ul.col3List li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

/*
.priceArea .whBox ul.col3List li .icon {
    width: 25%;
    margin: 0;
}
.priceArea .whBox ul.col3List li dl {
width: 68%;
text-align: right;
}
.priceArea .whBox ul.col3List li dl dt {
    padding: 0;
    margin-bottom: 5px;
}

.priceArea .whBox ul.col3List li dl dt {
font-size: 16px;
font-size: 1.6rem;
font-weight: 500;
border-bottom: 1px solid #ccc;
text-align: center;
padding-bottom: 5px;
}
*/
.optionBox {
width: 100%;
}
.optionBox ul li {
flex-wrap: wrap;
}
.optionBox ul li:first-child {
margin-bottom: 20px;
}
.optionBox ul li span {
display: block;
width: 100%;
margin-right: 0;
}
#area03.priceArea .whBox ul.col3List {
    margin-bottom: 20px;
}
.priceArea {
    padding-bottom: 40px;
}
.payBox h2 span {
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1.6rem;
}
.payBox ul {
flex-wrap: wrap;
}
.payBox ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    align-items: center;
}
.payBox ul li:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

.payBox ul li .icon {
margin: 0;
width: 25%;
}
.payBox ul li dl {
width: 70%;
text-align: left;
}
.payBox {
    padding: 30px 20px;

}
#area05 {
    padding-bottom: 60px;
}


}