@import url(header.css);
@import url(footer.css);

:root {
    --base-color:#a49483;
    --brown:#8f7a73;/*こげ茶色 */
    --lighr-brown: #ddc9be; /*淡いこげ茶色 */
    --red:#ed3242;
    --blue:#3281ed;
}



/*class*/
.sp_only {
    display: none;
}
.pc_only{}


/*menu*/
a {
text-decoration: none;
}
/*class*/

body{background: #d8cfcc;
  font-family: "Zen Old Mincho", serif;}
body.no-scroll {
  overflow: hidden;
  height: 100vh; /* iOS対策で高さを固定 */
}

.section{
	padding: 80px 0;
}
.bg_cont{
    background: url(../img/bg.jpg) top center ;
}
.page-pad{
    padding: 0 60px;
    margin: 0 auto;
}
.cont{
	max-width: 750px;
	margin: 0 auto;
}
.cf::after {
   content: "";
   display: block;
   clear: both;
}
.bg-bage-box {
    background: #fdfbf2;
    padding: 40px;
    box-shadow: inset 0 0 20px var(--lighr-brown);
}
.bg-white-box {
    background: #fff;
    padding: 40px;
    box-shadow: inset 0 0 20px var(--lighr-brown);
}
.bg-white-box h3 {
    color: var(--brown);
    text-align: center;
    font-size: 24px;
    padding-bottom: 0.5em;
    border-bottom: 2px solid var(--lighr-brown);
    margin-bottom: 1em;
}

/*見出し*/
.section h2 {
    font-size: 3em;
    text-align: center;
    line-height: 1;
    display: table;
    margin: 0 auto 1em;
    position: relative;
    padding-bottom: 1em;
}
.section h2 span {
    font-size: 0.4em;
    display: block;
    margin: 1.4em 0 0;
}
.section h2 b {
    font-size: 1.2em;
}
.section h2:before {
    content: "";
    height: 8px;
    width: 120px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.section h2:after {
    content: "";
    height: 8px;
    width: 40px;
    background: #195391;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#service h3 span.main_bg {
    font-size: 1.3em;
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 0.2em;
    margin-right: 0.2em;
}





@media (max-width: 750px) {
.section {
    padding: 4vh 8vw 5vh;
    width: 84vw;
}
.cont{
	width: 100%;
	margin: 0 auto;
}
.page-pad{
    width: auto;
    padding: 0;
}
/*class*/
.pc_only{display: none;}
main {
    padding: 0 4vw;
}

.bg-bage-box {
    padding: 4vw;
    box-shadow: inset 0 0 2vw var(--lighr-brown);
}
}