@charset "UTF-8";
/* Scss Document */
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
prophix ver. : 2016-02-23
*/
* {
  font-size: 100%;
}

html, body {
  width: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  line-height: 0em;
}

body {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  background: #FFF;
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: none;
  line-height: 1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  }
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #666;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, textarea, select, button {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
@font-face {
  font-family: 'Hannari';
  src: url("../wf/Hannari.eot") format("eot"), url("../wf/Hannari.woff") format("woff"), url("../wf/Hannari.ttf") format("truetype");
}
@font-face {
  font-family: 'honokamin';
  src: url("../wf/honokamin.woff") format("woff"), url("../wf/honokamin.woff") format("woff2"), url("../wf/honokamin.eot") format("eot"), url("../wf/honokamin.ttf") format("truetype");
}
.flex, .footer_name, .info_column {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}

.flex_between, .copyright_block .copy_block, .info_box {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex_wrap {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flex_right, .menu_block ul, .sub_menu dl {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-box-pack: end;
  box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.flex_between_wrap {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_reverse {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_reverse_between {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.fade, .menu_block ul li a:hover, .fixed .nav_area, .down .nav_area {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}

/* mixin
*********************************************************************/
/* hannari*/
/* media query */
/* module
****************************************************************/
#wrapper {
  position: relative;
}
@media all and (max-width: 768px) {
  #wrapper {
    width: 100%;
    min-width: 100%;
    padding: 0 0 0;
  }
}

#mobile_header {
  display: none;
}
@media all and (max-width: 768px) {
  #mobile_header {
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    padding: 7px 0 5px;
    background-color: #FFF;
    border-bottom: #CCC solid 1px;
    -webkit-display: box;
    -moz-display: box;
    -ms-display: box;
    display: box;
    -webkit-display: flexbox;
    -moz-display: flexbox;
    -ms-display: flexbox;
    display: flexbox;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

.mobile_logo {
  margin: 0 10px;
  width: 120px;
}
.mobile_logo img {
  height: auto;
  width: 100%;
  max-width: 280px;
}

.m_menu_btn {
  margin: 3px 8px 0 0;
}

@media all and (max-width: 768px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 768px) {
  .sponly {
    display: block;
  }
}

/* pagetop
---------------------------------------------------------------*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1500;
}
#pagetop a {
  overflow: hidden;
  outline: none;
}
@media all and (max-width: 768px) {
  #pagetop a img {
    opacity: 0.7;
    width: 60px;
    height: auto;
  }
}

/* header
-----------------------------------------------------------------*/
header {
  width: 100%;
  position: relative;
  z-index: 300;
  background-image: url(../images/line_stone.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto;
}
@media all and (max-width: 768px) {
  header {
    height: 50px;
  }
}

nav#f_view {
  position: absolute;
  top: 0px;
  z-index: 30;
  width: 100%;
  height: 110px;
  background-color: #FFF;
}
@media all and (max-width: 768px) {
  nav#f_view {
    display: none;
  }
}

.nav_block {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.logo_header {
  position: absolute;
  top: 0px;
  left: 0px;
}

.logo_header_w {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

.menu_block ul {
  padding: 18px 0 0;
}
.menu_block ul li {
  font-size: 154%;
  line-height: 1em;
  padding: 0 0 0 30px;
}
.menu_block ul li a {
  color: #000;
}
.menu_block ul li a:hover {
  color: #ed8686;
}

.sub_menu {
  text-align: left;
}
.sub_menu dl {
  padding: 20px 0 0;
}
.sub_menu dl dt {
  border: #666 solid 1px;
  padding: 3px 6px 2px;
  line-height: 1.4em;
  font-size: 108%;
}
.sub_menu dl dd {
  font-size: 108%;
  line-height: 1.4em;
  padding: 5px 0 0px 10px;
}

.fixed .nav_area {
  top: -200px;
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #FFF;
  border-bottom: #CCC solid 1px;
}
.fixed .nav_area .logo_header {
  display: none;
}
.fixed .nav_area .logo_header_w {
  display: block;
}
.fixed .nav_area .logo_header_w img {
  width: auto;
  height: 50px;
  padding: 8px 0;
}
.fixed .nav_area .sub_menu {
  display: none;
}
.fixed .nav_area .menu_block {
  padding: 8px 0 25px;
}

.down .nav_area {
  top: 0px;
}

/* modal menu
---------------------------------------------------------------*/
#modal {
  width: 130px;
  height: auto;
  z-index: 150;
  background: #333;
  padding: 8px 0 20px;
  display: none;
}
#modal ul {
  margin: 10px 0 0 0;
  border-top: 1px dotted #666;
}
#modal ul li {
  margin: 0px;
  padding: 15px 0 15px 8px;
  border-bottom: 1px dotted #666;
  color: #666;
}
#modal ul li a {
  display: block;
  color: #FFF;
}
#modal p a {
  background: #CCC;
  color: #333;
  font-weight: bold;
  padding: 5px 10px;
  border: none;
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
}

#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  overflow: scroll;
  width: 130px;
  padding: 0 20px;
  background-color: #333;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
}

.m_menuBtn {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 40px;
  height: 33px;
}

.mobileTel {
  display: block;
  position: absolute;
  right: 55px;
  top: 5px;
  width: 120px;
  height: 30px;
  background-image: url(../images/bg_access.jpg);
  border-radius: 4px;
}
.mobileTel a {
  display: block;
  width: auto;
  padding: 5px 0px 0 22px;
  height: 25px;
  color: #000;
  line-height: 1em;
  /*vertical-align:middle;*/
  font-family: "hannari";
  font-size: 123%;
  background-repeat: no-repeat;
  background-image: url(../images/ico_tel_bk.png);
  background-position: 4px 7px;
  background-size: 18px;
}

.m_img {
  width: 100%;
  height: auto;
}

/*  footer
---------------------------------------------------------------*/
.footer_area {
  width: 100%;
  height: auto;
  background-image: url(../images/bg_footer.jpg);
}
@media all and (max-width: 768px) {
  .footer_area {
    width: auto;
  }
}

.footer_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 20px;
  background-image: url(../images/icon_footer.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .footer_block {
    background-size: 100% auto;
    background-position: center bottom;
    padding: 0 0 210px;
  }
  .footer_block .bnr_box {
    text-align: center;
  }
}

.footer_name {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding: 0 0 14px;
  border-bottom: #666 dotted 1px;
  max-width: 520px;
}
.footer_name h2 img {
  width: 170px;
  height: auto;
}
.footer_name dl {
  color: #FF0000;
  line-height: 1.8em;
  padding: 0 0 0 26px;
}
.footer_name dl dt {
  font-size: 124%;
}
.footer_name dl dd {
  font-size: 154%;
}
.footer_name dl dd span {
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .footer_name {
    display: block;
    width: auto;
    max-width: auto;
    padding: 20px 10px 10px;
    margin: 0 auto;
  }
  .footer_name h2 {
    text-align: center;
  }
  .footer_name dl {
    text-align: center;
    padding: 10px 0 0 0;
  }
}

.address_box {
  line-height: 1.4em;
  padding: 14px 0 10px;
  font-size: 131%;
}
@media all and (max-width: 768px) {
  .address_box {
    text-align: center;
  }
}

.copyright_block {
  text-align: center;
  color: #FFF;
  background-image: url(../images/bg_namko.png);
  padding: 20px 0 100px;
}
.copyright_block .copy_block {
  width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .copyright_block .copy_block {
    width: auto;
    display: block;
  }
}

/* secondaly_common
---------------------------------------------------------------*/
#head_c {
  width: 100%;
  height: 780px;
}
@media all and (max-width: 768px) {
  #head_c {
    height: auto;
  }
}

#header_area {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 640px;
  top: 110px;
}
@media all and (max-width: 768px) {
  #header_area {
    top: 58px;
    height: 200px;
  }
}

.header_block {
  width: 1000px;
  height: 640px;
  margin: 0 auto;
  position: relative;
}
.header_block h1 {
  width: 190px;
  height: 53px;
  text-align: center;
  font-size: 270%;
  line-height: 1em;
  color: #FFF;
  padding: 240px 0 0;
  background-image: url(../images/logo_header.png);
  background-position: 0 290px;
  background-repeat: no-repeat;
  text-shadow: 0 0 8px #000;
}
.header_block p {
  color: #FFF;
  font-size: 270%;
  line-height: 1.2em;
  position: absolute;
  right: 0px;
  bottom: 80px;
  text-shadow: 0 0 8px #000;
}
@media all and (max-width: 768px) {
  .header_block {
    width: 100%;
    height: auto;
  }
  .header_block h1 {
    width: 100%;
    height: auto;
    padding: 70px 0 0;
    font-size: 216%;
  }
  .header_block p {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 139%;
    text-align: center;
    padding: 16px 0 0;
  }
}

.large_img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
@media all and (max-width: 768px) {
  .large_img {
    background-attachment: scroll;
  }
}

@media all and (max-width: 768px) {
  .info_area {
    padding: 10px;
  }
}

.info_block {
  max-width: 775px;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 40px;
}
@media all and (max-width: 768px) {
  .info_block {
    padding: 70px 0 20px;
  }
}

.en_ttl {
  text-align: center;
}

.ttl_box h2 {
  text-align: center;
  font-size: 270%;
  line-height: 1.2em;
  padding: 18px 0 12px;
}
.ttl_box .ttl_line {
  text-align: center;
  line-height: 0em;
}
.ttl_box p {
  font-size: 108%;
  line-height: 1.6em;
  padding: 17px 0 0;
}
@media all and (max-width: 768px) {
  .ttl_box h2 {
    font-size: 154%;
    text-align: left;
  }
  .ttl_box .ttl_line img {
    width: 100%;
    height: auto;
  }
}

.ttl_txt p {
  padding: 30px 0 0;
}
@media all and (max-width: 768px) {
  .ttl_txt p {
    padding: 12px 0 0;
  }
}

.info_box {
  border-top: #666 solid 2px;
  border-bottom: #666 solid 2px;
  margin: 30px 0 0;
  padding: 15px 0 30px;
}
@media all and (max-width: 768px) {
  .info_box {
    display: block;
    margin: 15px 0 0;
    padding: 15px 0 0px;
  }
}

.info_column {
  width: 48%;
}
@media all and (max-width: 768px) {
  .info_column {
    width: auto;
    padding: 0 0 15px;
  }
}

.icon_side {
  padding: 0 3px 0 0;
}

.txt_side {
  padding: 5px 0 0;
}
.txt_side p {
  font-size: 131%;
  line-height: 1.5em;
}
.txt_side .tsuiki {
  line-height: 1.4em;
  padding: 10px 0 0 10px;
}
