@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　reset_nz
/*
/*-------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
    font-size: 18px;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

table {
  border-collapse: collapse;
  width: 100%;
}

caption, th, td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
}

body {
  color: #222;
  font-display: swap;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  position: relative;
}

a:link, a:visited {
  color: blue;
  text-decoration: underline;
}

a {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a img {
  transition: opacity .2s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 1.8;
}

.mincho {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc-only {display: block;}
.sp-only {display: none;}
.pc-inline {display: inline;}
.sp-inline {display: none;}

.dating {
    text-align: right;
    padding-top: 1rem;
}

@media screen and (max-width: 767px) {
    .pc-only {display: none;}
    .sp-only {display: block;}
    .pc-inline {display: none;}
    .sp-inline {display: inline;}
}

/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
header {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 2000;
    transition: all 0.2s ease;
}
header.h-small {
    height: 80px;
}
#header {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
#header .logo {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
    #header {
        max-width: 1200px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    #header {
        max-width: 960px;
    }
    #header .logo {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    header {
        height: 80px;
    }
    header.h-small {
    }
    #header {
        max-width: 100%;
    }
    #header .logo {
        width: calc(100% - 100px);
        padding: 10px;
        position: relative;
        z-index: 1600;
    }
}

/*-------------------------------------------*/
/*
/*　　nav
/*
/*-------------------------------------------*/
#header nav {
}
#header nav .menu {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
#header nav .menu li a {
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    border-right: 2px dotted #999;
    font-size: 22px;
    color: #000;
    text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#header nav .menu li a:hover {
    color: #C41645;
}
#header nav .menu li:last-child a {
    padding-right: 0;
    border-right: none;
}


@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
    #header nav .menu li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    
    #header nav .menu li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {

#header nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 1500;
    background: #FFF;
    transition: all 0.2s ease;
}
#header nav.is-active {
    display: block;
    height: 100%;
    transition: all 0.2s ease;
}
#header nav .menu {
    display: block;
    padding-top: 80px;
}
#header nav .menu li a {
    display: block;
    width: 100%;
    padding: 20px 10px;
    line-height: 1;
    border-right: none;
    border-bottom: 2px dotted #999;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    text-align: center;
}
#header nav .menu li a:hover {
    text-decoration: none;
}
#header nav .menu li:last-child a {
    padding: 20px 10px;
}

.spbtn { position: fixed; top: 22px; right: 15px; z-index: 3000; width: 50px; height: 52px; text-align: center; }

.spbtn-border { display: block; width: 50px; height: 28px; margin: 0 auto; }

.spbtn-border span { display: block; height: 3px; width: 100%; background-color: #000; margin: 13px auto; -webkit-transition: .3s; transition: .3s; }

.spbtn-border .one { margin-top: 0 !important; }

.spbtn-border .three { margin-bottom: 0 !important; }

.spbtn-text .close { display: none; }

.spbtn.is-active .spbtn-border span { }

.spbtn.is-active .one { -webkit-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg); }

.spbtn.is-active .two { opacity: 0; }

.spbtn.is-active .three { -webkit-transform: translateY(-16px) rotate(45deg); transform: translateY(-16px) rotate(45deg); }

.spbtn.is-active .open { display: none; }

.spbtn.is-active .close { display: inline; }

}

/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#contents {
    width: 100%;
    text-align: center;
}
.inner-box {
    max-width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}


@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
    .inner-box {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .inner-box {
        max-width: 960px;
    }
}

@media screen and (max-width: 767px) {
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/

#footer {
    background: #FFF;
    text-align: center;
    width: 100%;
    padding: 80px 0 50px;
}
#footer .inner-box {
    justify-content: center;
    margin-bottom: 40px;
}
#footer .inner-box h2 {
    margin-right: 40px;
    cursor: pointer;
}
#footer .inner-box p {
    text-align: left;
}
#footer .inner-box .tel {
    pointer-events: none;
    color: #000;
    text-decoration: none;
}
#footer .copy {
    text-align: center;
    color: #999;
}
.pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 40px 0 20px;
    }
    #footer .inner-box {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    #footer .inner-box h2 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #footer .inner-box p {
        text-align: left;
        font-size: 13px;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #footer .inner-box .tel {
        pointer-events: auto;
        color: #000;
        text-decoration: underline;
    }
    #footer .copy {
        font-size: 14px;
    }
    .pagetop {
        position: fixed;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        z-index: 999;
    }
    .pagetop img {
        width: 100%;
        height: auto;
    }
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
