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

img {
max-width: 100%;
}

/*メインコンテンツ*/
.content {
text-align:center;
width:1000px;
max-width: 95%;
margin: 0 auto 80px;
padding:1px 0;
color: #000;
}

.content > h2 {
font-weight: bold;
letter-spacing: 2px;
font-size: 25px;
margin: 130px auto 30px;
}
.btn_box {
margin: 50px auto 0;
display: flex;
justify-content: center;
}
.btn_box li {
max-width: 400px;
width: 42%;
text-align: center;
margin: 0 1%;
}
/* .btn_box li.pc { margin: 0 30px 0 0;} */
.btn_box a {
display: block;
width: 100%;
height: 100%;
padding: 15px 0;
border: 1px solid #000;
box-sizing: border-box;
transition: .3s;
letter-spacing: 1px;
}
.btn_box a:hover {
background: #b7a569;
color: #fff;
transition: .3s;
}

.address  {
width: 90%;
background: #f8f5ec;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
padding: 5%;
}
.address li:first-child {
width: 40%;
margin-right: 5%;
}
.address li:last-child {
width: 55%;
}
.address li:last-child  h2{
font-size: 30px;
font-weight: bold;
margin-bottom: 30px;
color: #000;
}
.address li:last-child .car {
border: 2px solid #000;
margin-bottom: 30px;
}
.address li:last-child .car p {
background: #000;
color: #c6c150;
font-weight: bold;
font-size: 18px;
padding: 10px 0;
}
.address li:last-child .car strong {
font-size: 30px;
line-height: 60px;
}
.address li:last-child .toiawase p {
font-size: 18px;
line-height: 1.4;
margin-bottom: 2em;
}
.address li:last-child .toiawase em {
color:#9b961d;
font-size: 28px;
font-weight: bold;
letter-spacing: .05em;
}
.address li:last-child .toiawase p span {
display: block;
margin-top:.5em;
}
.address li:last-child .toiawase strong a {
color: #9b961d;
font-weight: bold;
}

.map_box {border:1px solid #666;}

/*        1030px以下の時のレイアウト
=========================================*/
@media only screen and (max-width: 1030px) {

.content {
margin: 0 auto 50px;
}
.content > h2 {
margin: 100px auto 20px;
}
.btn_box {
margin: 30px auto 0;
}

}

/*        860px以下　SP　メイン画像
=========================================*/
@media only screen and (max-width: 860px) {

.content > h2 {
font-size: 20px;
margin: 80px auto 20px;
}
.btn_box {
flex-wrap: wrap;
}
.btn_box li { width: 100%; margin-bottom: 10px; line-height: 1.4;}

.address {
width: 94%;
padding: 5% 3%;
}
.address li:first-child {
width: 100%;
margin-right: 0;
}
.address li:last-child {
width: 100%;
}
.address li:last-child h2 {
font-size: 22px;
margin-top: 30px;
margin-bottom: 20px;
}
.address li:last-child .car strong {
font-size: 25px;
}
.address li:last-child .toiawase p {
font-size: 14px;
}
.address li:last-child .toiawase em {
font-size: 24px;
letter-spacing: .05em;
}
.address li:last-child .toiawase p span {margin-top:.5em;}
.address li:last-child .toiawase strong {
font-size: 33px;
letter-spacing: 1px;
}

}


/*        印刷
=========================================*/
@media print {

/*全体縮小*/
body { zoom: 0.5;}

.fade { opacity: 1 !important;}

header,
.btn_box,
.req_area,
footer,
.page_top {
display: none;
}
}