@charset "UTF-8";
/* ----------------------------
import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
}
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
font-family: shippori-mincho, "Noto Serif JP", serif !important;
font-weight: 400;
font-style: normal;
}
a:active {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #66F;
text-decoration: underline;
}
a:link {
color: #0000FF;
text-decoration: underline;
transition: all 0.3s ease-out;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
margin-right:auto;
margin-left:auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
width: 100%;
background-image:
    linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.1)),
    url('/oyamadai_lp/image/bg.jpg');
background-repeat: repeat;
background-size: 100%;
background-position: center center;
overflow: hidden;
}
a[href^="tel:"] {
pointer-events: none;
text-decoration: none;
color: #000;
}
.hd,
#sp_menu,
#footer_bt {
display: none !important;
}
/*=============================================================
web font
=============================================================*/
.Shippori_MinchoR {
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
}
.Shippori_MinchoM {
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
}
.Shippori_MinchoSB {
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
}
.Shippori_MinchoB {
font-family: shippori-mincho, sans-serif;
font-weight: 700;
font-style: normal;
}
.Proxima {
font-family: proxima-sera, sans-serif;
font-weight: 200;
font-style: normal;
}
/*=============================================================
#header
=============================================================*/
header {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 100%;
text-align: left;
overflow: hidden;
position: relative;
}
header dl {
width: 96%;
margin: 0px auto 0 auto;
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
align-items: center;
padding: 1.7vw 0 1.7vw 0;
}
header dt {
width: 70vw;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
header dt img {
height: 1.56vw;
width: auto;
padding-top: 0.6vw;
}
header h1 {
color: #2b2b2b;
font-size: clamp(11px,0.8vw,0.8vw);
line-height: 1.5em;
margin-left: 2em;
}
header dd.bt {
width: 20vw;
}
header dd.bt a {
background-color: #163B1E;
color: #FFF;
text-decoration: none;
font-size: clamp(14px,1.2vw,1.2vw);
line-height: 1.2em;
display: block;
padding: 0.8em 0 0.8em 0;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
text-align: center;
}
header dd.bt a:hover {
background-color: #33633B;
}
/*=============================================================
#NAVI
=============================================================*/
.navimenu {
width: 100%;
margin: 0px auto 0 auto;
position: relative;
background-color: #163B1E;
}
.navimenu ul {
list-style-type: none;
padding: 0px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 70%;
margin: 0px auto 0 auto;
}
.navimenu li {
font-weight: 500;
font-size: clamp(14px,1vw,1vw);
line-height: 1.3em;
display: block;
overflow: hidden;
}
.navimenu a {
color: #fff;
text-decoration: none;
display: block;
padding: 1.3em 2em 1.3em 2em;
box-sizing: border-box;
}
.navimenu a:hover {
background-color: #33633B;
color: #fff;
}
/*=============================================================
#FOOTER NAVI
=============================================================*/
.f_navimenu {
  width: 100%;
  background-color: #fff;
}

.f_navimenu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f_navimenu li {
  position: relative;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 1vw);
  line-height: 1.3em;
  flex: 1 1 auto;
  text-align: center;
}

.f_navimenu a {
  color: #163B1E;
  text-decoration: none;
  display: block;
  padding: 1.3em 2em;
  transition: background-color 0.3s, color 0.3s;
}


.f_navimenu li:hover a {
  background-color: #163B1E;
  color: #fff;
}


.f_navimenu li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1.2em; 
  background-color: #ccc;
  pointer-events: none;
}


/*=============================================================
#contents
=============================================================*/
#page {
margin: 5vw auto 0 auto;
padding: 0 0 150px 0;
}
#page h2 {
font-weight: 600;
color: #6c7584;
font-size: clamp(14px,1.2vw,1.2vw);
line-height: 1.2em;
}
#page h2 b {
font-weight: 400;
color: #131d3d;
font-size: clamp(20px,2.2vw,2.2vw);
line-height: 1.2em;
}
#page #title {
display: block;
width: 100%;
background-size: cover;
background-position: center center;
padding: 6vw 0 6vw 0;
margin: 3vw auto 0 auto;
}
#page #title .box {
background-color: rgba(255,255,255,0.8);
width: 70%;
display: block;
margin: 0px auto 0 auto;
box-sizing: border-box;
padding: 3vw 3em 3vw 3em;
}
#page #title .box h3 {
font-family: shippori-mincho, "Noto Serif JP", serif !important;
font-weight: 600;
font-size: clamp(18px,1.5vw,1.5vw);
line-height: 1.7em;
}
/*=============================================================
#モーダルウィンドウ
=============================================================*/
button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
.open-modal-btn {
text-align: center;
font-size: clamp(14px,1.2vw,1.2vw);
line-height: 1.2em;
display: block;
margin: 0px auto 0 auto;
color: #FFF;
text-decoration: none;
border-radius: 100vh;
position: relative;
width: 100%;
cursor: pointer;
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
}
.open-modal-btn:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 0.6vw;
height: 0.6vw;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #f3ff9c;
transform: rotate(45deg);
top: 40%;
right: 8%;
}
.open-modal-btn:hover {
text-decoration: underline;
}
.modal {
display: none;
position: fixed;
top: 0; left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index: 1000;
}
.modal.active {
display: flex;
}
.modal-content {
background-color: rgba(255,255,255,0.9);
padding: 2rem;
border-radius: 8px;
max-width: 90%;
width: 55vw;
position: relative;
box-shadow: 0 0 15px rgba(0,0,0,0.3);
text-align: left;
}
.modal-content h2 {
font-size: clamp(18px,1.8vw,1.8vw);
line-height: 1.5em;
font-weight: 500;
color: #000;
}
.modal-content h4 {
font-size: clamp(16px,1.5vw,1.5vw);
line-height: 1.5em;
font-weight: 700;
padding: 1em 0 0.2em 0;
color: #313784;
}
.modal-content p {
font-size: clamp(14px,1vw,1vw);
line-height: 1.7em;
color: #000;
}
.modal-content ol {
display: flex;
flex-wrap: wrap !important;
justify-content: flex-start;
color: #000;
}
.modal-content ol li {
width: 50% !important;
font-size: clamp(14px,1vw,1vw);
line-height: 1.5em !important;
padding: 0 0 0.5em 0 !important;
color: #000;
}
.modal-content ol li b{
border-bottom: solid 3px #F6F525;
}
.modal-content ol li:nth-of-type(1) {
border-left: none !important;
padding: 0 !important;
}
.modal-content ol li:nth-of-type(2) {
width: 50% !important;
}
.close-modal-btn {
position: absolute;
top: 0.5rem;
right: 0.8rem;
font-size: 1.5rem;
background: none;
border: none;
cursor: pointer;
}
@media (max-width: 600px) {
.modal-content {
padding: 1.5rem;
width: 90%;
}
}
/*=============================================================
#contact
=============================================================*/
#contact {
background-color: #163B1E;
padding: 6vw 0 6vw 0;
}
#contact h5 {
color: #FFF;
font-size: clamp(22px,3vw,3vw);
line-height: 1.7em;
letter-spacing: 0.1em;
padding-bottom: 0.8em;
}
#contact p.en {
color: #FFF;
font-size: clamp(16px,1.5vw,1.5vw);
line-height: 1.7em;
}
#contact .box {
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 100%);
display: block;
width: 62.5vw;
margin: 3vw auto 0 auto;
padding: 2.5vw 0 4vw 0;
}
#contact .box p {
font-size: clamp(13px,1.3vw,1.3vw);
line-height: 1.7em;
font-weight: 500;
}
#contact .box .logo {
margin: 1.8vw auto 0px auto;
}
#contact .box .logo img {
height: 1.8vw;
width: auto;
}
#contact .box p.tel {
font-size: clamp(18px,3.5vw,3.5vw);
line-height: 1.5em;
font-weight: 500;
letter-spacing: 0.1em;
position: relative;
}
#contact .box p.tel:before {
content: '';
display: inline-block;
width: 2.5vw;
height: 2.5625vw;
background-image: url("../image/tel.png");
background-size: contain;
vertical-align: middle;
position: relative;
top: -8px;
margin-right: 10px;
}
#contact .box .bt {
margin: 20px auto 0 auto;
}
#contact .box .bt a {
color: #FFF;
background-color: #163B1E;
text-decoration: none;
font-size: clamp(14px,1.5vw,1.5vw);
line-height: 1.5em;
text-align: center;
display: block;
padding: 0.4em 0 0.4em 0;
width: 26vw;
margin: 0px auto 0 auto;
}
#contact .box .bt a:hover {
background-color: #33633B;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 18px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #8a969e;
}
#footer {
margin: 0px auto 0 auto;
text-align: center;
overflow: hidden;
position: relative;
width: 100%;
padding: 6vw 0 6vw 0;
}
#footer .logo {
margin: 0px auto 1.8vw auto;
}
#footer .logo img {
width: auto;
height: 5.6875vw;
}
#footer p {
font-size: clamp(14px,1.2vw,1.2vw);
line-height: 1.5em;
font-weight: 500;
}
#footer ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 25vw;
margin: 6vw auto 3vw auto;
}
#footer ul li {}
#footer ul li a {
color: #000;
text-decoration: none;
font-size: clamp(14px,1.2vw,1.2vw);
line-height: 1.5em;
}
#footer ul li a:hover {
text-decoration: underline;
}
#footer p.copyright {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(12px,0.8vw,0.8vw);
color: #999;
line-height: 150%;
padding-top: 10px;
padding-bottom: 3px;
}

#footer_bt {
display: none;
}
