/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
body{
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 300;
-webkit-text-size-adjust:100%;
overflow-x: hidden;
color: #000;
background: #fff;
margin:auto;
}
a{
color: #0066ff;
text-decoration: none;
}
a:hover, .active{
text-decoration: underline;
}
a:active, a:focus,input:active, input:focus{outline:0;}
#mainnav a{
color: #000;
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#footer{
clear: both;
padding: 50px 10px 50px 0;
text-align: center;
font-size: 12px;
background-color:black;
color:white;
}
h1, h2{
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
img{
max-width: 100%;
height: auto;
}
section{
clear: both;
}
section h2{
width: 60%;
margin: 70px auto;
font-size: 22px;
font-weight:normal;
text-align: center;
}
section h2 span {
padding-bottom: 20px;
border-bottom: 3px dashed #000;
}
.inner{
width: 80%;
margin: 0 auto;
padding-bottom: 50px;
}
.innerS{
width: 60%;
margin: 0 auto;
padding-bottom: 80px;
}
.col4 .img{
margin: 0 auto;
}
.col2 li{
display: inline-block;
width: 100%;
 margin: 20px 0;
}
@media only screen and (min-width: 100px){
#sidebar{
position: fixed;
width: 100%;
z-index:500;
}
#sidebarWrap{
position: relative;
width: 100%;
height: 60px;
background: #fff;
border-bottom: 1px solid #ccc;
}
#sidebar h1{
text-align: center;
padding-top: 15px;
}
#sidebar h1 img{
width: auto !important;
max-height:40px;
}
a#menu{
display: inline-block;
position: relative;
width: 40px;
height: 40px;
margin: 10px;
}
#menuBtn{
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 18px;
height: 2px;
margin: -1px 0 0 -7px;
background: #000;
transition: .2s;
}
#menuBtn:before, #menuBtn:after{
display: block;
content: "";
position: absolute;
top: 50%;
left: 0;
width: 18px;
height: 2px;
background: #000;
transition: .3s;
}
#menuBtn:before{
margin-top: -7px;
}
#menuBtn:after{
margin-top: 5px;
}
a#menu .close{
background: transparent;
}
a#menu .close:before, a#menu .close:after{
margin-top: 0;
}
a#menu .close:before{
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
a#menu .close:after{
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
.panel{
width: 100%;
overflow: hidden;
position: relative;
left: 0;
top: -10px;
z-index: 100;
}
#mainnav{
position: absolute;
top: 0;
width: 100%;
text-align: right;
}
#mainnav ul{
border-bottom: 1px solid #ccc;
background: #fff;
text-align: left;
}
#mainnav li a{
position: relative;
display: block;
padding: 15px 25px;
border-bottom: 1px solid #ccc;
color: #000;
font-weight: 400;
}
#mainnav li a:before{
display: block;
content: "";
position: absolute;
top: 50%;
left: 5px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #000;
border-right: solid 2px #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#mainnav #sns li{
display: inline-block;
}
#mainnav #sns li a{
position: relative;
display: inline-block;
padding: 15px 10px 0;
border: 0;
}
#mainnav #sns li a:before{
border: 0;
}
.col4 li{
margin: 0 auto 50px;
display: block;
text-align: center;
}
section h2{
margin: 55px auto;
}
}
@media only screen and (min-width: 800px){
.col4{
text-align: center;
}
.col4 li{
display: inline-block;
width: 18%;
padding: 0 3%;
vertical-align: top;
text-align: left;
}
}
.radius{
border-radius: 50%;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/* ページTOPに戻る 7db4e6 */
.pagetop{
display: none;
position: fixed;
right: 15px;
bottom: 60px;
}
.pagetop a{
display: block;
font-size: 0;
width: 50px;
height: 50px;
text-align: center;
background: #000000;
border-radius: 50%;
line-height: 50px;
}
.pagetop a i{
font-size: 20px;
color:#fff;
line-height: 50px;
}
.p_ttl{
font-weight:bold;
}

.imgp{
margin:auto;
text-align:center;
}

@media only screen and (max-width: 1920px){
#mainimg{
width: 100%;
}
}
