html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
#wrapper {
    width: 100%;
    position: relative;
}



/* header
------------------------------------------*/
#header_img {
    background: #fff url(../images/main.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0px;
    z-index: -1;
}
#header {
    width: 960px;
    height: 400px;
    position: relative;
    margin: 80px auto 0 auto;
    z-index: 10;
}
#head_name {
    font-size: 44px;
    position: absolute;
    width: 100%;
    padding: 146px 0px;
    color: #fff;
    top: 0px;
}
#head_name h2 {
    text-align: center;
    letter-spacing: .08em;
    color: #fff;
    text-shadow: #fff;
    font-weight: normal;
    float: left;
    margin: 0 auto;
    width: 100%;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#head_name p {
    text-align: center;
    letter-spacing: .08em;
    color: #fff;
    text-shadow: #fff;
    font-weight: normal;
    float: left;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
    #header {
        width: 100%;
        height: calc(100vh - 80px);
    }
    #head_name {
        font-size: 36px;
        line-height: 1.5;
    }
    #head_logo {
        height: 80px;
    }
    #header_img {
        height: calc(100vh - 80px);
    }
}
/* main
--------------------------------------------------*/
#main {
    width: 100%;
    margin: 0 auto;
    /*overflow:auto;*/
    position: relative;
    padding-bottom: 50px;
}
#main_wrap {
    width: 960px;
    position: relative;
    margin: 0 auto;
}
#main_wrap {
    padding-left: 15px;
    padding-right: 15px;
}
#main_wrap *,
#main_wrap *:before,
#main_wrap *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
#main_wrap p
{
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
#main_wrap a
{
    color: darkgreen;
    text-decoration: underline;
}
#main_wrap a:hover
{
    text-decoration: none;
}
#main_wrap h3
{
    font-size: 18px;
    margin-top: 1.6em;
    margin-bottom: .9em;
}


.title_top {
    padding-top: 40px;
    font-size: 40px;
    margin-bottom: 40px;
}
.title_top h2 {
    font-weight: normal;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
}
.title_top p {
    font-size: 14px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.1em;
}
.title_sp {
    padding-top: 50px;
    font-size: 40px;
    margin-bottom: 30px;
    display: none;
}
.title_sp h2 {
    font-weight: normal;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.1em;
}
.title_sp p {
    font-size: 14px;
    line-height: 30px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.1em;
}
.title {
    padding-top: 50px;
    font-size: 40px;
    margin-bottom: 30px;
}
.title h2 {
    font-weight: normal;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.1em;
}
.title p {
    font-size: 14px;
    line-height: 30px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.1em;
}
#spa_img {
    width: 960px;
    height: 300px;
    margin: 0 auto;
    background: #fff url(../images/spa_long.jpg) center center no-repeat;
}

@media screen and (max-width: 768px) {
    #main {
        padding-bottom: 0px;
    }
    #main_wrap {
        width: auto;
    }
    .title_top {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .title_top h2 {}
    .title_top p {
        font-size: 11px;
        line-height: 25px;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        letter-spacing: 0.1em;
        margin: 0 20px;
    }
    #spa_img {
        width: 100%;
        margin: 20px 0;
    }

    .title {
        display: none;
    }
    .title_sp {
        display: block;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .title_sp h2 {}
    .title_sp p {
        padding: 0 40px;
        box-sizing: border-box;
        font-size: 12px;
    }
}




.btn,
a.btn,
button.btn {
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 1em 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff !important;
  background-color: #eb6100 !important;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500 !important;
}

/* copy_right
------------------------------------------*/
#copy_right {
    width: 100%;
    position: relative;
    height: 60px;
    background: #222;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 655px) {
    #copy_right {
        font-size: 10px;
    }
}



.sp-br
{
    display: block;
}
@media screen and (min-width: 768px) {
    .sp-br
    {
        display: none;
    }
}



