@charset "UTF-8";

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

#indexSec {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding-bottom: 120px;
}
.menuList ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.menuList ul li {
width: 48%;
background: #fff;
margin-bottom: 30px;
}
.menuList ul li a {
display: block;
padding: 30px;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
}

.menuList ul li a .Img {
padding-bottom: 30px;
border-bottom: 1px solid #e0e0e0;
margin-bottom: 30px;
text-align: center;
}


.menuList ul li a dl {
font-family: 'Noto Serif JP', serif;
position: relative;
}

.menuList ul li a dl dt {
font-size: 24px;
font-size: 2.4rem;
color: #b07121;
margin-bottom: 10px;
font-weight: 500;
}

.menuList ul li a:hover {
text-decoration: none;
}

.menuList ul li a dl::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #b07121;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    right: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menuList ul li a dl::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: 0px;
    border-top: solid 1px #b07121;
    border-right: solid 1px #b07121;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.menuList ul li a:hover dl:after {
  right: 10px;
}
.menuList ul li a:hover dl:before {
  right: 10px;
}
.menuList ul li a:hover {
background: #f9f6f5;;
box-shadow: none;
}
.priceBtn {
padding-top: 40px;
}

.priceBtn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  padding: 20px 0;
  width: 100%;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background: #979ba4;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
}
.priceBtn a i {
margin-right: 5px;
}
.priceBtn a:hover {
  background-color: #737987;
  text-decoration: none;
}
.priceBtn a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.priceBtn a:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.priceBtn a:hover:after {
  right: 20px;
}
.priceBtn a:hover:before {
  right: 20px;
}


/* for pc resize
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
.menuList ul li a dl dt {
font-size: 22px;
font-size: 2.2rem;
}
.menuList ul li a dl dd {
font-size: 14px;
font-size: 1.4rem;
}
.menuList ul li a .Img {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 1200px) {
.menuList ul li {
    width: 32%;
}
.menuList ul li a dl::before {
right:10px;
}
.menuList ul li a dl::after {
right:10px;
}
.menuList ul li a:hover dl:after {
  right: 0;
}
.menuList ul li a:hover dl:before {
  right: 0;
}
}
@media only screen and (max-width: 1130px) {
.menuList ul li a {
    padding: 30px 20px;
}
}
@media only screen and (max-width: 1080px) {
.menuList ul li {
    width: 48%;
}
.priceBtn a {
font-size: 20px;
font-size: 2.0rem;
}
}

/* for sp
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
.menuList ul li {
    width: 100%;
}
.menuList ul li a dl dt {
font-size: 20px;
font-size: 2.0rem;
}
.menuList ul li a .Img {
padding-bottom: 5px;
}
.menuList ul li a .Img img {
width: 60%!important;
}
.menuList ul li a {
    padding:20px;
}
.priceBtn {
    padding-top: 0px;
}
#indexSec {
    padding-bottom: 40px;
}
.priceBtn a {
font-size: 18px;
font-size: 1.8rem;
}
}