@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Oswald");
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype"); }
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

01. pc common

---------------------------*/
html {
  font-size: 62.5%; }

/* 10px */
body {
  background-color: #000;
  color: #FFF;
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-family: 'Oswald','Noto Sans Japanese' , "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 26px;
  line-height: 2.6rem;
  overflow-x: hidden;
  width: 100%;
  overflow-x: hidden;
  position: relative; }

.font_mincho {
  font-family: 'Unna', 'Noto Serif Japanese', serif, sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt"; }

.font_gothic {
  /*
    font-family: 'Open Sans',"YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    */ }

.pc_none {
  display: none !important; }

.pc_noWrap {
  display: block; }

.pc_left {
  text-align: left !important; }

.container {
  max-width: 1120px;
  margin: 0 auto; }

.pc_container {
  max-width: 1130px;
  margin: 0 auto; }

.xsm_section {
  margin-bottom: 20px !important; }

.sm_section {
  margin-bottom: 40px !important; }

.pc_sm_section {
  margin-bottom: 40px !important; }

.md_section {
  margin-bottom: 60px !important; }

.section {
  margin-bottom: 80px !important; }

.lg_section {
  margin-bottom: 120px !important; }

.pc_lg_section {
  margin-bottom: 120px !important; }

.common_section {
  padding-top: 120px;
  padding-bottom: 120px; }

.line_height_small {
  line-height: 18px;
  line-height: 1.8rem; }

.line_height_medium {
  line-height: 24px;
  line-height: 2.4rem; }

.line_height_large {
  line-height: 32px;
  line-height: 3.2rem; }

.text_white {
  color: #FFF; }

.d_flex {
  display: flex; }

.pc_d_flex {
  display: flex; }

.align_items_center {
  align-items: center; }

.justify_content_between {
  justify-content: space-between; }

.pc_justify_content_between {
  justify-content: space-between; }

.pc_flex_wrap_reverse {
  flex-wrap: wrap-reverse; }

.align_self_center {
  align-self: center; }

.align_self_end {
  align-self: flex-end; }

.flex_wrap {
  flex-wrap: wrap; }

.pc_flex_wrap {
  flex-wrap: wrap; }

.pc_floatR {
  float: right; }

.vertical_align_top {
  vertical-align: top; }

.vertical_align_bottom {
  vertical-align: bottom; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

hr {
  border-top: 1px solid #DDD;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0; }

.list_circle {
  list-style: none; }
  .list_circle li {
    padding-left: 14px;
    position: relative; }
    .list_circle li:before {
      background-color: #333;
      border-radius: 20px;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 9px; }

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

.w_22 {
  width: 22%; }

.pc_w_22 {
  width: 22%; }

.w_23 {
  width: 23%; }

.w_33 {
  width: 33%; }

.w_35 {
  width: 35%; }

.w_40 {
  width: 40%; }

.w_45 {
  width: 45%; }

.pc_w_45 {
  width: 45%; }

.w_48 {
  width: 48%; }

.w_49 {
  width: 49%; }

.w_50 {
  width: 50%; }

.w_53 {
  width: 53%; }

.pc_w_53 {
  width: 53%; }

.w_65 {
  width: 65%; }

.w_70 {
  width: 70%; }

.w_75 {
  width: 75%; }

.w_78 {
  width: 78%; }

.pc_w_78 {
  width: 78%; }

.w_100 {
  width: 100%; }

/* button */
.btn_large {
  width: 390px; }

.btn_xlarge {
  width: 440px; }

.btn_medium {
  width: 240px; }

.btn_small {
  width: 180px;
  padding: 10px 30px !important; }

.link_border {
  text-decoration: underline !important; }

/* link */
a:link, a:visited {
  color: #FFF;
  text-decoration: none;
  outline: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

a:hover, a:active {
  outline: none;
  opacity: 0.7;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

table {
  border: 1px solid #DDD;
  border-collapse: collapse; }
  table th {
    border: 1px solid #DDD;
    padding: 10px;
    text-align: right; }
  table td {
    border: 1px solid #DDD;
    padding: 10px; }

/* list */
.list-style-disc {
  margin-left: 3em; }
  .list-style-disc li {
    list-style: disc; }

/*  -------------------

layout 

-------------------*/
/* セレクトボックス */
.select-wrap {
  position: relative;
  margin: 0 auto 30px;
  max-width: 280px; }

.select-wrap {
  position: relative;
  margin: 0 0 30px;
  max-width: 280px; }
  .select-wrap:before {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
    display: block;
    height: 5px;
    right: 15px;
    position: absolute;
    top: 16px;
    transform: rotate(135deg);
    width: 5px;
    z-index: 1; }
  .select-wrap select {
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #d6d6d6;
    color: #828c9a;
    width: 100%;
    border-radius: 3px; }
    .select-wrap select option {
      background-color: #fff;
      color: #333; }
      .select-wrap select option::-ms-expand {
        display: none; }
      .select-wrap select option:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #828c9a; }

.select-wrap.select-primary:before {
  color: #fff; }
  .select-wrap.select-primary:before > select {
    background: #0084B4;
    color: #fff;
    border-color: #0084B4; }
  .select-wrap.select-primary:before :-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff; }

.select-wrap.select-inverse:before {
  color: #fff; }
.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff; }

/* ---------------------------

02. header

---------------------------*/
#hdr {
  height: 136px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  #hdr #logo {
    width: 163px;
    height: 94px;
    margin: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001; }
    #hdr #logo a {
      display: block; }
  #hdr .navToggle {
    display: none; }
  #hdr .globalMenuSp {
    margin-top: 45px; }
    #hdr .globalMenuSp ul#menu-menu {
      text-align: center; }
      #hdr .globalMenuSp ul#menu-menu li {
        display: inline-block;
        font-size: 20px;
        font-size: 2.0rem;
        padding: 0 10px; }
        #hdr .globalMenuSp ul#menu-menu li a.active {
          display: block;
          position: relative; }
          #hdr .globalMenuSp ul#menu-menu li a.active:after {
            content: "";
            background-color: #FFF;
            display: block;
            position: absolute;
            left: 0;
            bottom: -10px;
            height: 3px;
            width: 100%; }
  #hdr.is-animation {
    background-color: #000;
    height: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #hdr.is-animation #logo {
      width: 120px;
      height: auto;
      margin: 20px 0 0 20px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #hdr.is-animation .globalMenuSp {
      margin-top: 35px; }
      #hdr.is-animation .globalMenuSp ul#menu-menu li {
        display: inline-block;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 10px; }
        #hdr.is-animation .globalMenuSp ul#menu-menu li a.active {
          display: block;
          position: relative; }
          #hdr.is-animation .globalMenuSp ul#menu-menu li a.active:after {
            content: "";
            background-color: #FFF;
            display: block;
            position: absolute;
            left: 0;
            bottom: -10px;
            height: 3px;
            width: 100%; }

/* ---------------------------

03. footer

---------------------------*/
#btn_pagetop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  width: 68px;
  height: 68px; }
  #btn_pagetop img {
    width: 68px;
    height: auto; }

#ftr {
  border-top: 1px solid #252222;
  padding: 35px 0 0;
  text-align: center;
  margin-top: 100px; }
  #ftr p a {
    text-decoration: underline; }

ul#ftr_nav {
  margin-bottom: 30px;
  text-align: center; }
  ul#ftr_nav li {
    display: inline;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 0;
    white-space: nowrap;
    position: relative; }
    ul#ftr_nav li:after {
      content: " ｜ "; }
    ul#ftr_nav li:last-child:after {
      content: ""; }

#ftr_copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin: 0 0 40px;
  text-align: center; }

/* ---------------------------

04. 共通CSS (第2階層)

---------------------------*/
.second_directory {
  margin-top: 140px; }

#main_title {
  background: url(../img/common/main_title.jpg) center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px; }
  #main_title .main_title_tit {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 48px;
    line-height: 4.8rem;
    text-align: center; }
  #main_title p {
    margin-bottom: 0; }

/**
* title
*/
.tit_large, .tit_l_widthCap {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 54px;
  line-height: 5.4rem;
  margin-bottom: 80px; }
  .tit_large a, .tit_l_widthCap a {
    display: initial; }

.tit_l_widthCap {
  line-height: 30px;
  line-height: 3rem; }

.tit_middle {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 40px; }

.tit_sem_middle {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 40px; }

.tit_small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 30px;
  line-height: 3.0rem;
  margin-bottom: 20px; }

.tit_xsmall {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 20px; }

.tit_border_bottom {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 70px;
  position: relative; }
  .tit_border_bottom:after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto; }
  .tit_border_bottom.tit_border_bottom_s {
    font-size: 16px;
    font-size: 1.6rem; }

.tit_border_bottom2 {
  border-bottom: 1px solid #dddddd;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.tit_border_left {
  border-left: 3px solid #333;
  color: #333;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 15px; }
  .tit_border_left a:link {
    color: #333; }
  .tit_border_left a:visited {
    color: #333; }
  .tit_border_left a:hover {
    color: #333; }
  .tit_border_left a:active {
    color: #333; }

.tit_category {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px; }
  .tit_category p {
    margin: 0; }
    .tit_category p a {
      background-color: #FFF;
      color: #000;
      font-size: 14px;
      padding: 5px 30px; }

/* pankuzu */
.breadCrumb {
  margin-bottom: 40px; }

.pankuzu {
  padding: 10px 0; }
  .pankuzu ul li {
    float: left;
    padding: 0 3px;
    color: #999; }
    .pankuzu ul li:after {
      content: ">";
      margin-left: 10px; }
    .pankuzu ul li:last-child:after {
      content: ""; }
  .pankuzu a {
    color: #999; }
    .pankuzu a:hover {
      color: #999;
      opacity: 0.6; }
    .pankuzu a:active {
      color: #999;
      opacity: 0.6; }

/* ---------------------------

05. 各ページ

---------------------------*/
/*  -------------------

top 

-------------------*/
#slider_container {
  position: relative; }
  #slider_container .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    width: auto\9;
    /* ie8 */
    margin: 0 auto; }
  #slider_container .slick-slide .slider_bg {
    width: 100%;
    background-size: cover !important; }
  #slider_container #top_notice {
    background-color: #000;
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    padding: 15px;
    text-align: right; }
    #slider_container #top_notice p {
      margin: 0;
      padding: 0; }

a.top_btn_map {
  background-color: #FFF;
  border-radius: 30px;
  color: #000;
  padding: 5px 30px;
  margin-left: 30px; }

#second_start {
  margin-top: 52px;
  border-bottom: 1px solid #ededed; }

/* top_news */
#top_news_tit {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 48px;
  line-height: 4.8rem;
  margin-bottom: 40px;
  text-align: center; }

#top_news ul.top_news_ul, #news ul.top_news_ul {
  overflow: hidden;
  margin: 0 -2%; }
  #top_news ul.top_news_ul li, #news ul.top_news_ul li {
    display: inline-block;
    margin: 0 2%;
    width: 29%;
    padding-bottom: 75px;
    vertical-align: top; }
    #top_news ul.top_news_ul li a:hover, #news ul.top_news_ul li a:hover {
      opacity: 0.6; }
#top_news .news_day, #news .news_day {
  float: left;
  margin-top: 5px; }
#top_news .news_category, #news .news_category {
  float: right;
  margin-top: 5px; }
  #top_news .news_category a, #news .news_category a {
    border: 1px solid #FFF;
    border-radius: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
    padding: 5px 20px; }
#top_news .news_text, #news .news_text {
  margin-top: 10px; }
  #top_news .news_text a, #news .news_text a {
    display: block; }

.top_news_btn {
  width: 200px;
  margin: 0 auto; }
  .top_news_btn a {
    background-color: #FFF;
    border-radius: 50px;
    color: #000;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    padding: 16px 0;
    text-align: center; }

.thumbnail img {
  width: 100%;
  height: auto; }

#sidebar {
  border-top: 1px solid #FFF;
  overflow: hidden;
  margin: 100px -2% 100px;
  padding-top: 60px; }
  #sidebar .widget {
    display: inline-block;
    margin: 0 2%;
    width: 29%;
    vertical-align: top; }
    #sidebar .widget ul li a time {
      padding-right: 10px; }
  #sidebar .widgettitle {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px; }

/*  -------------------

menu 

-------------------*/
.menu_text_area {
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  margin-bottom: 80px;
  padding: 40px 0; }

.menu_text {
  max-width: 888px;
  margin: 0 auto;
  width: 100%;
  height: auto; }

.menu_dl {
  margin-bottom: 0; }
  .menu_dl dt {
    line-height: 22px;
    margin-bottom: 30px; }
  .menu_dl dd {
    line-height: 22px;
    margin-bottom: 30px; }

.menu_topping {
  border: 1px solid #FFF;
  border-radius: 30px;
  padding: 20px 35px;
  width: 90%; }
  .menu_topping dt {
    margin-bottom: 0; }
  .menu_topping dd {
    margin-bottom: 0; }

.menu_showcase {
  text-align: center; }
  .menu_showcase li {
    display: inline; }
    .menu_showcase li img {
      width: 31%;
      margin: 0 1% 2%; }

.about_text_area {
  width: 460px;
  margin: 0 auto; }

#map iframe {
  width: 100%;
  height: 450px; }

.contact_area {
  max-width: 640px;
  margin: 0 auto; }

.contact dt {
  width: 20%;
  float: left;
  clear: left;
  margin-bottom: 10px; }
.contact dd {
  margin-left: 23%;
  margin-bottom: 10px; }
.contact textarea {
  width: 100%; }

.btn_send {
  border: none;
  border-radius: 40px;
  color: #000;
  display: block;
  font-size: 20px;
  margin: 20px auto 0;
  padding: 20px 40px; }

/*  -------------------

single 

-------------------*/
.single-content {
  background-color: #FFF;
  color: #333;
  padding: 40px; }

.news_time_text {
  text-align: right; }

.news_time {
  border-bottom: 1px solid #000;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.entry_sns {
  margin-top: 40px;
  width: 100%; }
  .entry_sns li {
    float: left;
    padding: 10px; }
  .entry_sns a {
    color: #000; }

/*  -------------------

page 

-------------------*/
.page_small_area {
  max-width: 890px;
  margin: 0 auto; }
