@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Cormorant SC';
    src: url('../font/CormorantSC-Light.woff') format('woff');
}

.cscl-font {
    font-family: 'Cormorant SC' !important;
}

html {
    background: #dddbdd;
    color: #3b2c41;
    font-size: 14px;
    line-height: 2;
    font-family: 'Cormorant SC', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.1em;
}

body {
    background: #dddbdd;
    margin: 0 auto 0;
    width: 100%;
    min-width: 320px;
    position: relative;
}

img {
    border: 0;
    margin: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 1em;
    padding: 0;
    line-height: 1.8em;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #3b2c41;
    text-decoration: none;
    -webkit-transition: 0.5s;
}

ul {
    margin: 0;
    padding: 1.3em
;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#contents {
    padding-top: 118px;
    width: 100%;
    overflow: hidden;
}

.btn {
    cursor : pointer;
    display: block;
    margin: 40px auto;
    padding: 1em 0;
    text-align: center;
    color: #cac8ca;
    background-color: #4c3954;
    width: 300px;
    font-family:"Times New Roman", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.btn-attention {
    margin-top: -40px;
    font-size: 7px;
}
/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
    height: auto;
    margin-bottom: 3px;
    background: #dddbdd;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    box-sizing: border-box;
    text-align: center;
}

.logo {
    margin: 7px auto;
}

#header .logo {
    width: 240px;
}

#header .navi {
    background: #3b2c41;
    margin: 0 auto 0;
    padding: 7px 0;
    border-top: 1px solid #3b2c41;
    border-bottom: 3px solid #3b2c41;
}

#header .navi li {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    cursor:pointer;
}

#header .navi li p {
    color: #dddbdd;
    letter-spacing: 0.1em;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
footer {
    width: 100%;
    min-height: 60px;
    padding-bottom: 0;
    text-align: center;
    background-color: #3b2c41;
}

footer a {
    color: #cac8ca !important;
}

footer .site_map {
    color: #cac8ca !important;
    font-size: 10px;
    padding: 5px;
}

footer .copy_right {
    padding-bottom: 0;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #cac8ca !important;
}

.bg-dk {
    background-color: #3b2c41;
}

/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/
.bg-dk-p{
    color: #dddbdd;
    background-color: #4c3954;
}

.top_box {
    color: #dddbdd;
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: center;
}

.main_title {
    font-size: 3.28em;
    text-shadow: 1px 1px 1px #6a4f75,
    -1px 1px 1px #6a4f75,
    1px -1px 1px #6a4f75,
    -1px -1px 1px #6a4f75;
    line-height: 1.12em;
}

.main_description {
    font-size: 1.2em;
    text-shadow: 2px 2px 1px #6a4f75,
    -2px 2px 1px #6a4f75,
    2px -2px 1px #6a4f75,
    -2px -2px 1px #6a4f75;
}

.top_copy {
    font-size: 1em;
    text-shadow: 2px 2px 1px #6a4f75,
    -2px 2px 1px #6a4f75,
    2px -2px 1px #6a4f75,
    -2px -2px 1px #6a4f75;
}

/*------------------------------------------------------------------------------
  main-content
------------------------------------------------------------------------------*/
.content {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.content_description {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    margin: auto auto 10%;
}

.content_description p{
    padding-right: 1rem;
    padding-left: 1rem;
}


.title_block {
    padding-top: 80px;
    padding-bottom: 20px;
    color: #000000;
    text-align: center;
}

.title_block .title {
    font-family: "Cormorant SC";
    color: #6a4f75;
    font-size: 40px;
    margin: 0 0 5px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.title_block .title span {
    display: inline-block;
    position: relative;
}

.title_block .title span:before {
    content: "";
    background: #ADADAD;
    height: 1px;
    width: 45px;
    position: absolute;
    left: -65px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.title_block .title span:after {
    content: "";
    background: #ADADAD;
    height: 1px;
    width: 45px;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.title_block .content_title {
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.14em;
}

table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    line-height: 1.7em;
}

table tr {
    border-bottom: 1px solid #575757;
}


table .non-border {
    border-bottom: none!important;
}

table th {
    padding: 2em 1em 2em;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
}

table td {
    padding: 1em;
    vertical-align: top;
    text-align: left !important;
}

.point {
    font-weight: bold;
    color: #752345;
}

.bold {
    font-weight: bold;
}

@media (max-width: 600px) {
    table {
        width: 100%;
    }

    table th, table td {
        display: block;
        text-align: left;
        width: 90%;
    }

    table th {
        padding-bottom: 0;
    }

    table td {
        padding-top: 1em;
    }
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.color_list:after,
.item_wrap:after,
.box_set01:after,
.contact_list:after,
.contblock06:after,
.contblock04 .block:after,
.contblock04 .block_set:after,
.contblock02 .box:after,
.pr_block:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}