/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@400;700&display=swap');

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,pre,code,form,fieldset,legend,input,textarea,select,p,blockquote,th,td{
margin:0;
padding:0;
-webkit-text-size-adjust:100%;/* iOS Safariの文字サイズ自動調整機能の無効化用 */
}

*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}

html{
font-family: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

ul,ol{
list-style:none;
}

a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}

img{
height:auto;
width:auto\9; /* ie8 */
border:0;
}


body{
background-color:#9e9389;
color:#333;
font-size:16px;
line-height: 1em;
}


/*　 */

header{
width: 100%;
height: 100px;
background: #3b6649;
}
#header{
position: relative;
width: 1200px;
margin: 0 auto;
color: #fff;
}
#head_txt{
position: absolute;
width: 337px;
top: 17px;
left:0;
font-size: 12px;
text-align: right;
}
#head_logo_jb{
position: absolute;
top: 30px;
left: 10px;
width: 59px;
height: 48px;
}
#head_logo_jb img{
width: 59px;
}
#head_logo_n5{
position: absolute;
top: 40px;
left: 94px;
width: 242px;
height: 38px;
}
#head_logo_n5 img{
width: 242px;
}

#head_inquiry{
display: flex;
justify-content: flex-end;
width: 100%;
height: 45px;
font-size: 10px;
}
#head_inq_tel{
height: 28px;
margin-top: 16px;
padding: 6px 20px 0 35px;
font-size: 22px;
line-height: 1px;
background: url("../img/freecall.svg") no-repeat top left;
background-size: 25px;
}
#head_inq_btn{
}
#head_inq_btn a{
display: block;
height: 28px;
margin-top: 10px;
padding: 6px 10px 0 43px;
font-size: 16px;
font-weight: bold;
color: #3b6649;
background: url("../img/mail.svg") #fff no-repeat center left 11px;
background-size: 24px;
border-radius: 6px;
transition : .5s;
}
#head_inq_btn a:hover{
background: url("../img/mail.svg") #add1b9 no-repeat center left 11px;
background-size: 24px;
transition : .2s;
}

#head_bottom{
height: 45px;
padding-left: 380px;
}
#head_bottom ul{
display: flex;
height: 47px;
}
#head_bottom li{
width: 116px;
height: 40px;
margin: 0 3px;
}
#head_bottom li img{
margin-top: 8px;
width: 24px;
}
#head_bottom li:first-child{
width: 40px;
}
#head_bottom li:nth-last-child(3){
width: 70px;
}
#head_bottom li:nth-last-child(2){
width: 70px;
margin-right: auto;
}
#head_bottom li:last-child{
width: auto;
margin: 0;
border: none;
}
#head_bottom li a{
display: block;
color: #fff;
text-align: center;
font-size: 18px;
font-weight: bold;
line-height: 37px;
border: 1px solid #fff;
border-radius: 6px;
transition : .5s;
}
#head_bottom li a:hover{
background:#213d2b;
transition : .2s;
}

#head_bottom li:last-child a{
padding-left: 25px;
text-align: right;
font-size: 16px;
background: url("../img/link_ico1.svg") no-repeat center left;
background-size: 16px;
border: none;
transition : .5s;
}
#head_bottom li:last-child a:hover{
color: #add1b9;
background: url("../img/link_ico1_2.svg") no-repeat center left;
background-size: 16px;
transition : .2s;
}


#container{
position: relative;
background: url("../img/bg.jpg") repeat-y center #f5f3f0;
max-width: 1200px;
border-right: 1px solid #523821;
border-left: 1px solid #523821;
margin: 0 auto;
overflow: hidden;
}



#contents{
max-width: 1100px;
margin: 0 auto;
padding-top: 50px;
}

h2.page_title{
display: inline-block;
width: auto;
margin-bottom: 60px;
padding: 22px 30px;
border: 2px solid #3b6649;
border-radius: 10px;
color: #3b6649;
font-size: 36px;
font-weight: bold;
}

.hr1000{
width: 1000px;
height: 0;
margin: 80px auto;
border-top: 1px solid #333;
}

.banner{
display: flex;
justify-content: space-between;
width: 900px;
margin: 80px auto;
}
.ban_jibunchi,.ban_insta{
width: 438px;
height: 92px;
border: 1px solid #808080;
border-radius: 14px;
background: #fff;
}
.ban_jibunchi{
background: url("../../img/jibunchi_banner_bg.jpg") no-repeat;
}
.ban_insta a{
display: flex;
color: #333;
}
.insta_banner_logo{
margin: 12px 16px;
width: 66px;
height: 66px;
}
.ban_insta span{
display: block;
padding-top: 10px;
font-size: 16px;
line-height: 24px;
}
.insta_banner_qr{
margin: 14px 16px;
margin-left: auto;
width: 64px;
height: 64px;
}

.supplement{
display: flex;
justify-content: center;
font-size: 12px;
line-height: 20px;
margin-top: 80px;
padding-bottom: 50px;
}


footer{
height: 29px;
background: #3b6649;
}
#footer{
width: 1200px;
padding: 0 10px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
color: #fff;
font-size: 12px;
line-height: 29px;
}

#sp_inq{
display: none;
}

.pc{}
.sp{display: none;}




@media screen and (max-width: 768px){


header{
height: 52px;
}
#header{
width: 100%;
}
#head_txt{
position: relative;
width: 100%;
top: 2px;
height: 19px;
font-size: 8px;
text-align: center;
}
#head_logo_jb{
top: 10px;
left: 12px;
width: 38px;
height: 32px;
}
#head_logo_jb img{
width: 38px;
}
#head_logo_n5{
position: relative;
top: 0;
left: 0;
display: block;
width: 142px;
height: 23px;
margin: 0 auto;
}
#head_logo_n5 img{
width: 142px;
}

#head_inquiry{
display: none;
}
#head_bottom{
display: none;
}

#contents{
width: 100%;
padding: 0 20px;
}

h2.page_title{
margin-top: 30px;
margin-bottom: 60px;
padding: 14px 18px;
border-radius: 10px;
font-size: 24px;
}

.hr1000{
width: 100%;
margin: 80px auto;
}

.banner{
flex-flow: column;
width: 100%;
margin: 80px auto;
}
.ban_jibunchi,.ban_insta{
width: 100%;
height: 70px;
margin-bottom: 20px;
}
.ban_jibunchi{
background-size: cover;
}
.insta_banner_logo{
margin: 10px 8px 10px 10px;
width: 50px;
height: 50px;
}
.ban_insta span{
padding-top: 7px;
padding-right: 6px;
font-size: 13px;
line-height: 18px;
}
.insta_banner_qr{
display: none;
}

.supplement{
display: flex;
justify-content: center;
font-size: 12px;
line-height: 20px;
padding-bottom: 50px;
}


footer{
height: 68px;
}
#footer{
width: 100%;
padding: 10px 0;
flex-wrap: nowrap;
flex-direction:column;
height: 68px;
line-height: 24px;
text-align: center;
}

#sp_inq{
display: flex;
justify-content: center;
align-items: center;
position: fixed;
right: 12px;
bottom: 12px;
width: 80px;
height: 80px;
border-radius: 40px;
border: 1px solid #f5f3f0;
background: #3b6649;
color: #fff;
font-size: 14px;
font-weight: bold;
line-height: 18px
}
#sp_inq a{
display: block;
color: #fff;
}


.pc{display: none;}
.sp{display: inline;}


}