html,body{ overflow-x: hidden; }
body {
  margin: 0;
  padding: 0;
  min-width: 1100px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #444;
}

div,article,section,header,footer,figure { margin: 0; padding: 0; }
ul, ol { margin-top: 0; }
p { margin-top: 0; line-height: 1.8em; }
img { border-style: none; vertical-align: bottom; }
table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; }
a:link    { color: #4682b4; }
a:visited { color: #4682b4; }
a:hover   { color: #4682b4; text-decoration: underline; }
a:active  { color: #4682b4; }
a[href^="tel:"] { pointer-events: none; }

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrSmp,.SmpBr,.SpBr,.PcNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
#hd_body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1260px;
  min-width: 1100px;
}

/* HEADER LOGO
--------------------------- */
#hd_logo {
  position: absolute;
  top: 20px;
  left: 5px;
  width: 400px;
}
#hd_logo img {
  width: 200px;
  height: auto;
}

/* MAIN_MENU
--------------------------- */
ul#main_menu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 10px;
  top: 23px;
  margin: 0;
  padding: 0;
  width: 520px;
  height: 40px;
  list-style-type: none;
}
ul#main_menu li {
  display: inline-block;
}
ul#main_menu li a {
  line-height: 40px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
ul#main_menu li a:hover {
  text-decoration: none;
  color: orange;
}

#smp_menu_button { display: none; }
#smp_main_menu { display: none; }

/* ///// MAIN VISUAL ////////////////////////// */
#main_image_area_bg {
  clear: both;
  margin-top: 80px;
  width: 100%;
  background-color: #0d518e;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_image_body {
  position: relative;
  margin: 0px auto;
  width: 1100px;
  height: 220px;
}
p#main_image_text {
  position: absolute;
  top: 0px;
  right: 20px;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 900px;
  text-align: right;
  line-height: 220px;
  letter-spacing: 3px;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}

/* パンくずリスト
--------------------------- */
#breadcrumbs {
  margin: 0px auto;
  padding: 20px 0;
  width: 1100px;
  font-size: 11px;
}

/* ///// CONTENT AREA /////////////////////////////// */
.ContentBody {
  margin: 0px auto;
  width: 1100px;
}

/* FREE AREA
--------------------------- */
section.ContentArea {
  clear: both;
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}
section.ContentArea .ContentBody {
  min-height: 50px;
}

/* TWO COLUMN
--------------------------- */
.MainArea {
  float: left;
  padding-bottom: 50px;
  width: 830px;
  min-height: 400px;
}

/* ONE COLUMN
--------------------------- */
#main_area.ContentBody {
  margin: 0px auto;
  padding-bottom: 50px;
  width: 1100px;
  min-height: 400px;
}

/* ///// SIDE_AREA ////////////////////////////// */
.SideArea {
  float: right;
  padding-bottom: 50px;
  width: 250px;
}

/* サイドメニュ
--------------------------- */
dl.SideMenu {
  display: block;
  margin: 0 0 20px;
  padding: 0px;
  width: 100%;
}
dl.SideMenu dt {
  display: block;
  margin: 0px;
  padding: 16px 5px;
  width: auto;
  background-color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
dl.SideMenu dd {
  margin: 0;
  padding: 0;
}
dl.SideMenu dd.SList {
  display: block;
  border-bottom: 1px gray dotted ;
}
dl.SideMenu a {
  display: block;
  padding: 10px 10px 10px 30px;
  width: auto;
  background: url(/img/fm/nes01/frame/sm-arrow.png) 10px center/8px no-repeat;
  color: #444;
}
dl.CategoryMenu {
  margin: 0;
  padding: 0;
}
dl.CategoryMenu dt {
  border-bottom: 1px gray dotted ;
  padding: 10px 5px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #634e25;
}
dl.CategoryMenu dd a {
  padding-left: 45px;
  background: url(/img/fm/nes01/frame/sm-arrow.png) 16px center/8px no-repeat;
}
a#sm_current,
dd.SmCurrent a { font-weight: bold; }

/* サイドバナ
--------------------------- */
ul.SideBanner {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
}
ul.SideBanner li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0px;
}
ul.SideBanner a {
  display: block;
  width: 100%;
}
ul.SideBanner img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

/* ///// CONTACT AREA /////////////////////////////// */
section#contact_area {
  clear: both;
  padding: 80px 0 100px;
  width: 100%;
  background: #3297d1 url(/img/fm/nes01/frame/bg-contact-area.jpg) center center no-repeat;
  background-size: cover;
}

#contact_area h1 {
  margin: 0 0 80px;
  padding: 0;
  text-align: center;
  line-height: 1.2em;
  font-family: 'Noto Serif JP', serif;
  font-size: 44px;
  letter-spacing: 3px;
  font-weight: normal;
  color: #fff;
}
#contact_area h1 span {
  display: block;
  margin-top: 5px;
  line-height: 1em;
  font-size: 15px;
  letter-spacing: 1px;
}

#contact_area .ContactBody{
  margin: 0 auto;
  width: 1100px;
}

#contact_button_area {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.ContactButton {
  width: 392px;
}
.ContactButton a {
  position: relative;
  display: table-cell;
  padding-left: 60px;
  border: 1px solid #fff;
  width: 330px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.ContactButton a span {
  display: block;
  font-size: 11px;
}

#contact_tel a { background: rgba(50,151,209,0.5) url(/img/fm/nes01/frame/contact-tel.png) 58px 22px / 34px  no-repeat; }
#contact_form a { background: rgba(50,151,209,0.5) url(/img/fm/nes01/frame/contact-mail.png) 24px 32px / 48px no-repeat; }
.ContactButton a:hover { background-color: #3f97ce !important; }

/* ///// FOOTER /////////////////////////////// */
footer {
  padding-top: 50px;
  background-color: #fff;
}
#ft_body {
  margin: 0 auto 50px;
  width: 1100px;
}

/* FOOTER LOGO & ADDRESS
--------------------------- */
#ft_logo { margin-bottom: 30px; }
#ft_logo img {
  width: 200px;
  height: auto;
}

#ft_wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1100px;
}

dl#ft_address {
  margin: 0;
  padding: 0;
}
dl#ft_address dt,
dl#ft_address dd{
  margin: 0;
  padding: 0;
}
dl#ft_address dt{
  font-size: 18px;
  font-weight: bold;
}
dl#ft_address dd{
  font-size: 13px;
}

/* FOOTER MENU
--------------------------- */
#ft_menu_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 500px;
}
ul.FooterMenu {
  margin: 0;
  padding: 0;
  width: 240px;
  list-style-type: none;
}
.FooterMenu li {
  margin: 0px;
  padding: 0px;
}
.FooterMenu li::before {
  content: "－";
  margin-right: 5px;
}
.FooterMenu li a {
  display: inline-block;
  padding: 5px 0;
  letter-spacing: 2px;
  font-size: 15px;
  color: #1a2b51;
}
.FooterMenu a:hover {
  text-decoration: underline;
  color: orange;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  background-color:  #333;
}
#copyright p {
  margin: 30px 0 0;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* ///// PAGE TOP ///////////////////////////// */
#pagetop_fixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  border: 1px solid gray;
  width: 60px;
  height: 60px;
}
#pagetop_fixed a {
  display: block;
}
#pagetop_fixed a img {
  width: 60px;
  height: 60px;
}
