@charset "UTF-8";
/* CSS 共通 */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap');

/*リセット*/
h1,h2,h3,h4,h5,h6,dd,p,figure{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
line-height: 1.5em;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.sp-only {display: none;}

body {
margin: 0 auto;
max-width: 2000px;
min-width: 1300px;
color: #222;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
line-height: 1.5em;
}


a {
color: #751b13;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

a img:hover {
  opacity: 0.7; 
}

a img {
  transition-property: opacity;
  transition-duration: 0.5s;
}

.margin-b20 {
margin-bottom: 20px;
}

/*　ヘッダー
---------------------------------------------------------*/
header {
width: 100%;
height:auto;
}

h1 {
width: calc(100% - 15px);
font-size: 12px;
line-height: 20px;
text-align: right;
padding-right: 15px;
}

#header_box {
width: 960px;
height: 100px;
margin: 0 auto;
}

#logo {
float: left;
width: 405px;
}

#policy {
float: left;
width: 505px;
padding-top: 25px;
padding-left: 50px;
font-size: 15px;
}

#policy span {
   display: inline-block;
}

/*　Gナビ
---------------------------------------------------------*/
nav#top {
clear: both;
width: 960px;
height: 55px;
margin: 0 auto 25px;
}

nav#top ul { 
width: 100%;
list-style: none;
margin: 0;
padding: 0;
}

nav#top ul>li {
display: block;
float: left;
width: 192px;
height: 55px;
text-indent: -9999px;
}

nav#top ul>li {
position: relative;
}
nav#top ul>li a {
display: block;
width: 192px;
height: 55px;
padding: 0;
background: url("../img/common/gnavi.png") no-repeat center top;
}

nav#top ul li#nav1 a {background-position-x: left;}
nav#top ul li#nav2 a {background-position-x: -192px;}
nav#top ul li#nav3 a {background-position-x: -384px;}
nav#top ul li#nav4 a {background-position-x: -576px;}
nav#top ul li#nav5 a {background-position-x: right;}

nav#top ul li#nav1 a:hover {background-position-y: bottom;}
nav#top ul li#nav2 a:hover {background-position-y: bottom;}
nav#top ul li#nav3 a:hover {background-position-y: bottom;}
nav#top ul li#nav4 a:hover {background-position-y: bottom;}
nav#top ul li#nav5 a:hover {background-position-y: bottom;}

/*プルダウンメニュー*/
nav#top.submenu {
position: absolute;
top: 40px;
width: 100%;
}

nav#top ul li ul.submenu {display: none;}
nav#top ul li:hover ul.submenu {
top: 55px;
visibility: visible;
display: block;
text-align: center;
font-size: 14px;
}

nav#top ul li:hover ul.submenu li a {
background: #222 none;
text-indent: 0;
color: #fff;
line-height: 55px;
}

nav#top ul li:hover ul.submenu li a:hover {
background: #f0f0f0;
text-indent: 0;
color: #220002;
}

/*　フッター
---------------------------------------------------------*/
footer {
margin: 25px 0 50px;
padding: 0;
}

#footer_box {
width: 960px;
margin: 0 auto;
text-align: center;
}

#logo_f {
display: inline-block;
width: 355px;
}

#add {
display: inline-block;
width: auto;
padding-top: 25px;
padding-left: 50px;
text-align: left;
font-size: 15px;
}

#copy {
clear: both;
color: #777;
text-align: center;
margin-top: 20px;
}

/*フッターナビ*/
nav#bottom ul {
width: 100%;
list-style: none;
margin: 0 0 20px;
padding: 0 0 15px;
text-align: center;
border-bottom: 2px solid #222;
}

nav#bottom ul li {
display: inline-block;
padding: 0 10px;
}

/*中ページ　左右カラム*/
#naka {
width: 960px;
margin: 0 auto 50px;
overflow: hidden;
}

#naka-right {
float: right;
width: 765px;
}



#naka-left {
float: left;
width: 155px;
background-color: #efedbf;
padding-bottom: 10px;
}

#naka-left h2 {
text-align: center;
margin: 10px 15px 10px;
padding: 10px 5px;
font-weight: bold;
}

#naka-left ul {
margin: 0;
padding: 0;
}

#naka-left li {
margin: 0;
padding: 0 30px 5px 30px;
list-style-type: none;
}
#naka-left li img {
width: 100%;
}

