@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

ul,
ol {
    list-style: none;
}

.navbar-dark .navbar-toggler {
    border: none;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.navbar-brand > img {
    width: 80px;
    margin-left: 10px
}

body {
    /*background: #AF9E89;*/
    /*font-family: "游ゴシック体", YuGothic,
        "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;*/
}

#slogan h3 {
    font-size: clamp(18px, 2.3vw, 33px);
}

/*header {
    background: #ebdada;
}*/
#includeHeaderNav {
    position: fixed;
    z-index: 200;
    width: 100%;
}

.dropdown-menu {
    left: inherit !important;
    right: 0 !important;
}

a.dropdown-item::before {
    content: '▶ ';
    color: #eda1a1;
    font-size: 0.8rem
}

li.nav-item > a:hover,
a.dropdown-item:hover {
    color: #cb7272 !important;
}



main {
    max-width: 960px;
    margin: 0 auto;
    height: 100%;
    padding-top: 65px;
    
}

main#home{
   background: #f6f6f6 url(../img/bg.jpg) center 150px /100% no-repeat;
    background-attachment: fixed; 
}

/*main:not(#home) section{
    padding-top: 0px;
}*/

footer {
    background: #9b7370;
    height: 50px;
    position: relative;
    bottom: 0px;
    color: #fff;
    text-align: center;
    line-height: 3rem;
}

svg {
    color: #DCB1B1;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
}

section {
    /*margin-bottom: 80px;*/

    padding: 50px 0px;
    background-color: #DCB1B1
}

.section_inner {
    background: #fff;
    padding: 30px
}

section#company {
    margin-bottom: 0;
    margin-top: 200px;
}



section > h2 {
    color: #AF9E89;
    font-weight: bold !important;
    font-size: clamp(20px, 4vw, 45px);
}

#section_headerImage {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 50px;
}

#section_headerImage img {
    width: 100%;
    opacity: 0.6
}

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 55px;
    height: 55px;
}

#backToTop a {
    width: 40px;
    height: 40px;
    display: inline-block;
}

#backToTop a + span {
    color: #771818;
    line-height: 2.5rem
}

#backToTop a:hover {
    text-decoration: none;
    color: cadetblue;
}

.navbar-brand {}

.navbar {
    padding: 0.5rem 0 0;
}

ul.navbar-nav {
    text-align: right;
    background: #938d7b;
}

ul.navbar-nav.mr-auto li {
    padding: 0 1rem;
    border-bottom: 1px solid #b5b5b5;
}

ul.navbar-nav.mr-auto li:nth-child(odd) {
    /*background: #535353;*/
}

.dropdown-menu {
    background-color: #938d7b;
    position: absolute !important;
    width: 102%;
}

.dropdown-menu > a {
    color: #fff;
}

section > h2:first-of-type {
    margin-bottom: 30px;
}

#price_list tbody tr:nth-of-type(even) {
    background: #baecf4
}

#price_list tbody th {
    min-width: 100px
}

#privacy h3,
#terms h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

#privacy > div > ul > li,
#terms > div > ul > li {
    margin-bottom: 30px;
    text-indent: -1rem;
    padding-left: 1rem;
}

#sctl dl {
    margin-bottom: 30px
}

#mail_confirm_modal {
    background: rgba(0, 0, 0, 0.81);
    padding: 20px 10%;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 2000;
    display: none;
}

.mail_confirm_modal_inner {
    position: relative;
    top: 10%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 80%;
}

.optionList {
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: -20px !important
}

.optionList li {
    margin-bottom: 1.3rem;
    font-weight: bold;
    font-size: 1.3rem;
}

.optionList li:nth-of-type(1) {
    color: #e23434
}

.optionList li:nth-of-type(2) {
    color: steelblue
}

.optionList li:nth-of-type(3) {
    color: darkorange
}

.optionList li:nth-of-type(4) {
    color: mediumseagreen
}

.optionList li svg {
    position: relative;
    top: -3px;
    opacity: 0.6;
}

#company div.dlWraper {
    max-width: 500px;
    border: 2px solid #ccc;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 30px
}

#company dl {
    width: 100%;
    display: flex
}

#company dt {
    display: inline
}

#company dt::after {
    content: ':';
    margin-right: 0.5rem;
}

#company dd {
    font-weight: 100;
    text-align: left;
    display: inline
}

#company p{
    position: relative;
    margin: 0 auto;
     width: 45%;
        display: block;
    bottom: 80px
}
#company img{
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 100%;
}

@media (min-width: 768px) {

    .navbar-expand-md .navbar-collapse {
        justify-content: flex-end;
        text-align: right
    }
    body{
        background: #AF9E89;
    }
main#home{
   background: #AF9E89 url(../img/bg.jpg) center bottom/960px no-repeat;
    background-attachment: fixed;
}
    
    #company p{
        width: 25%;
    }

}



@media (min-width: 992px) {

    .navbar-brand > img {
        width: 65px
    }

    main:not(#home) {
        padding-top: initial;
    }

    .navbar {
        padding: 0.5rem 1rem;
    }

    section h4 + div {
        width: 75%
    }

    #section_headerImage {
        height: 320px;
    }


    ul.navbar-nav {
        position: absolute;
        right: 20px;
        background: initial;
    }

    ul.navbar-nav.mr-auto li {
        font-size: 0.9rem;
        padding: initial;
        border-bottom: initial;
    }

    ul.navbar-nav.mr-auto li:nth-child(odd) {
        background: initial;
    }

    section > h2:first-of-type {
        /*margin-bottom: 80px;  */
    }

    .dropdown-menu {
        width: initial;
    }
    
    


}
