@charset "utf-8";
.main-contents {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.07em;
    margin: 0 auto;
    max-width: 100%;
}
.main-contents * {
    box-sizing: border-box;
}
.main-contents a, .main-contents a:focus {
    outline: none;
}
.main-contents a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-contents a:hover {
    opacity: 0.8;
}
.main-contents img {
    vertical-align: bottom;
}
.main-contents .d_sp {
    display: none !important;
}
.main-contents h1, 
.main-contents h2, 
.main-contents h3, 
.main-contents h4, 
.main-contents h5, 
.main-contents h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1.0em;
    font-weight: normal;
}
/* page common */
.contents-nav,
.breadcrumb,
.global-footer {
  position: relative;
  z-index: 1;
}
.global-footer {
  background: #fff;
}
.contents-nav {
    margin-top: 0;
}
/* font */
.main-contents .serif {
    font-family: "Noto Serif JP", serif;
}
.main-contents .barlow {
    font-family: 'Barlow', sans-serif;
}
.main-contents .zenold {
    font-family: "Zen Old Mincho", serif;
}
.main-contents .notoserif {
    font-family: "Noto Serif JP", serif;
}

/* layout
 * ************************************************** */
.main-contents .pageContents__wrapper {
    position: relative;
    margin: 0 auto;
    width: 1272px;
    max-width: 100%;
}
.main-contents .cont_w {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    max-width: 90%;
}
.main-contents .cont_m {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    max-width: 90%;
}

/* cont common
 * ************************************************** */
.main-contents section {
    position: relative;
    width: 100%;
}
.main-contents .cont_wrap {
    display: flex!important;
    justify-content: space-between;
    align-items: flex-start;
}
.main-contents .cont_pad_l {
    padding-left: 30px;
}
.main-contents .cont_pad_r {
    padding-right: 30px;
}
.main-contents .sec_cont,
.main-contents .img_area,
.main-contents .plusone_img_area {
    position: relative;
}
.main-contents .img_area .img_catch,
.main-contents .img_area .img_item,
.main-contents .img_area .img_lead,
.main-contents .plusone_img_area .img_catch {
    position: absolute;
    z-index: 2;
}
.main-contents .img_area .img_catch,
.main-contents .plusone_img_area .img_catch {
    z-index: 4;
}
.main-contents .cont_num {
    width: 82px;
    margin-left: auto;
    margin-right: auto;
}
.main-contents .cont_wrap > .cont_num {
    margin-left: 0;
    margin-right: 0;
}
.main-contents .intro {
    font-size: 1.65rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    text-align: justify;
}
.main-contents .shop_info .shop_name {
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.main-contents .shop_info .shop_name .name {
    margin-right: 0.3em;
    font-size: 2.6rem;
    font-weight: bold;
}
.main-contents .shop_info .shop_name .open {
    color: #cc0000;
}
.main-contents .shop_info .floor_tel_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}
.main-contents .shop_info .floor {
    display: block;
    margin-right: 12px;
    margin-bottom: 15px;
    padding: 0.5em 0.3em 0.7em;
    width: 120px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    background: #0f1928;
    font-weight: bold;
}
.main-contents .shop_info .tel {
    padding-bottom: 22px;
    line-height: 1;
}
.main-contents .shop_info .tel a {
    pointer-events: none;
    text-decoration: none;
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
}
.main-contents .shop_info .tel a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url("../img/ic_tel.png") no-repeat 50% 50%;
    background-size: contain;
    margin-right: 3px;
}
.main-contents .info_btn {
    display: block;
    padding: 0.7em 1em;
    width: 240px;
    max-width: 100%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border: 3px solid #a1214d;
    border-radius: 40px;
    transition: ease .5s;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.main-contents .info_btn span {
    position: relative;
    z-index: 3;
    color: #a1214d;
    font-family: 'Barlow', sans-serif;
    transition: ease .5s;
    font-size: 1.9rem;
}
.main-contents .info_btn:hover {
    opacity: 1;
    background: #a1214d;
}
.main-contents .info_btn:hover span {
    color: #fff;
}
.main-contents .img_box {
    overflow: hidden;
}
.main-contents .img_box img {
    transition: .4s all;
}
.main-contents .img_box img:hover {
    transform: scale(1.08,1.08);
    transition: .4 all;
}
.main-contents .img_box_top-left {
    border-top-left-radius: 40px;
}
.main-contents .img_box_top-right {
    border-top-right-radius: 40px;
}
.main-contents .img_box_bottom-left {
    border-bottom-left-radius: 40px;
}
.main-contents .img_box_bottom-right {
    border-bottom-right-radius: 40px;
}
.main-contents .img_sub {
    display: block;
}
/* slider */
.main-contents .slick-slide {
    position: relative;
}
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.dots-class li {
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    background-color: #666666;
}
.dots-class li:hover {
    background-color: #666666;
}
/* スクロールCSS */
.main-contents .fade-in {
    opacity: 0;
}
.main-contents .fade-in-up {
    transform: translate(0, 80px);
}
.main-contents .fade-in-down {
    transform: translate(0, -80px);
}
.main-contents .fade-in-left {
    transform: translate(-80px, 0);
}
.main-contents .fade-in-right {
    transform: translate(80px, 0);
}
.main-contents .scroll-in {
    animation: fadeIn 0.8s ease;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* mv
 * ************************************************** */
.main-contents #true_mv {
    padding: 60px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.main-contents #true_mv .true_mv_img {
    width: 51%;
}
.main-contents #true_mv .true_mv_txt {
    width: 42.2%;
}
.main-contents #true_mv .true_mv_txt .true_mv_ttl {
    margin-bottom: 25px;
    width: 97.63%;
}
.main-contents #true_mv .true_mv_txt .true_mv_lead {
    margin-bottom: 25px;
    letter-spacing: 0;
    font-size: 1.3rem;
}

/* sec_true
 * ************************************************** */
.main-contents #sec_true .true_cont_float .img_sub {
    float: right;
    width: 65.217%;
    margin: 0 0 10px 15px;
}
.main-contents #sec_true .true_ttl {
    position: absolute;
    width: 88.462%;
    top: 38px;
    left: 5.769%;
    z-index: 2;
}
.main-contents #sec_true .img_area {
    margin-bottom: 30px;
}
.main-contents #sec_true .intro {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.5rem;
    padding-bottom: 30px;
}
.main-contents #sec_true .staff_info_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main-contents #sec_true .staff_info_wrap .shop_info {
    width: calc(100% - 140px);
    max-width: 420px;
}
.main-contents #sec_true .staff {
    width: 120px;
    margin-right: 20px;
}
.main-contents #sec_true .staff p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #666666;
    letter-spacing: 0.01em;
    margin-top: 2px;
}
.main-contents #sec_true .shop_info {
    max-width: 100%;
    width: 420px;
}
/*true_cont01 */
.main-contents #sec_true #true_cont01 {
    margin-bottom: 180px;
}
.main-contents #sec_true #true_cont01 .img_area {
    width: 90%;
}
.main-contents #sec_true #true_cont01 .img_catch {
    width: 44px;
    top: 12.364%;
    left: 10%;
}
.main-contents #sec_true #true_cont01 .img_item {
    width: 267px;
    bottom: 3.636%;
    right: 3.889%;
}
.main-contents #sec_true #true_cont01 .txt_area_wrap {
    margin: 0 0 0 auto;
    width: 1000px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont01 .txt_area_wrap .txt_area {
    width: 66.5%;
}
.main-contents #sec_true #true_cont01 .txt_area_wrap .img_sub {
    width: 30%;
}
/*true_cont02 */
.main-contents #sec_true #true_cont02 {
    margin-bottom: 120px;
}
.main-contents #sec_true #true_cont02 > .cont_wrap {
    width: 1136px;
    max-width: 95%;
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
}
.main-contents #sec_true #true_cont02 .staff_info_wrap {
    width: 1136px;
    max-width: 95%;
    margin: 0 0 0 auto;
}
.main-contents #sec_true #true_cont02 .txt_area {
    width: 29.93%;
}
.main-contents #sec_true #true_cont02 .img_area {
    width: 66.901%;
}
.main-contents #sec_true #true_cont02 .img_catch {
    width: 16px;
    top: 36.458%;
    left: 11.184%;
}
.main-contents #sec_true #true_cont02 .img_item {
    width: 233px;
    top: 5.208%;
    left: 5.921%;
}
.main-contents #sec_true #true_cont02 .img_sub {
    width: 88.235%;
    margin-bottom: 30px;
}
/*true_cont03 */
.main-contents #sec_true #true_cont03 {
    margin-bottom: 110px;
}
.main-contents #sec_true #true_cont03 .img_area {
    width: 90%;
}
.main-contents #sec_true #true_cont03 .img_catch {
    width: 294px;
    top: 15.625%;
    right: 7.222%;
}
.main-contents #sec_true #true_cont03 .img_item {
    width: 233px;
    bottom: 6.25%;
    left: 6%;
}
.main-contents #sec_true #true_cont03 > .cont_wrap {
    width: 950px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont03 .txt_area {
    width: 63.158%;
}
.main-contents #sec_true #true_cont03 .img_sub {
    width: 31.579%;
}
/*true_cont04 */
.main-contents #sec_true #true_cont04 {
    margin-bottom: 130px;
}
.main-contents #sec_true #true_cont04 .img_area,
.main-contents #sec_true #true_cont04 > .cont_wrap {
    margin: 0 0 0 auto;
    width: 820px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont04 .img_area {
    margin-bottom: 40px;
}
.main-contents #sec_true #true_cont04 .img_catch {
    width: 184px;
    top: 52.713%;
    right: 8.537%;
}
.main-contents #sec_true #true_cont04 .img_item {
    width: 242px;
    bottom: 6.202%;
    right: 4.268%;
}
.main-contents #sec_true #true_cont04 .txt_area {
    width: 57.317%;
}
.main-contents #sec_true #true_cont04 .img_sub_area {
    padding-top: 20px;
    width: 36.585%;
}
.main-contents #sec_true #true_cont04 .img_sub_area .img_sub {
    margin-bottom: 30px;
}
/*true_cont05 */
.main-contents #sec_true #true_cont05 {
    margin-bottom: 160px;
}
.main-contents #sec_true #true_cont05 .img_area {
    width: 1000px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont05 .img_catch {
    width: 44px;
    top: 25%;
    left: 15.4%;
}
.main-contents #sec_true #true_cont05 .img_item {
    width: 187px;
    bottom: 5.625%;
    left: 11.5%;
}
.main-contents #sec_true #true_cont05 .txt_area {
    width: 64%;
}
.main-contents #sec_true #true_cont05 .img_sub {
    padding-top: 20px;
    width: 30%;
}
/*true_cont06 */
.main-contents #sec_true #true_cont06 {
    margin-bottom: 120px;
}
.main-contents #sec_true #true_cont06 .img_catch {
    width: 222px;
    top: 27.407%;
    left: 10.8%;
}
.main-contents #sec_true #true_cont06 .img_item {
    width: 230px;
    bottom: 4.938%;
    left: 5%;
}
.main-contents #sec_true #true_cont06 .txt_area {
    width: 66%;
}
.main-contents #sec_true #true_cont06 .img_sub_area {
    width: 30%;
}
/*true_cont07 */
.main-contents #sec_true #true_cont07 {
    margin-bottom: 190px;
}
.main-contents #sec_true #true_cont07 > .cont_wrap {
    width: 1136px;
    max-width: 95%;
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.main-contents #sec_true #true_cont07 .staff_info_wrap {
    width: 1136px;
    max-width: 95%;
    margin: 0 0 0 auto;
}
.main-contents #sec_true #true_cont07 .txt_area {
    width: 25.528%;
    padding-top: 30px;
}
.main-contents #sec_true #true_cont07 .img_area {
    width: 71.303%;
}
.main-contents #sec_true #true_cont07 .img_catch {
    width: 16px;
    top: 33.962%;
    left: 15.679%;
}
.main-contents #sec_true #true_cont07 .img_item {
    width: 168px;
    bottom: 3.774%;
    right: 5.556%;
}
/*true_cont08 */
.main-contents #sec_true #true_cont08 {
    margin-bottom: 130px;
}
.main-contents #sec_true #true_cont08 .img_area {
    width: 1000px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont08 .img_catch {
    width: 44px;
    top: 22.875%;
    right: 14.7%;
}
.main-contents #sec_true #true_cont08 .img_item {
    width: 235px;
    top: 8.5%;
    left: 10%;
}
.main-contents #sec_true #true_cont08 > .cont_wrap {
    margin: 0 auto;
    width: 914px;
    max-width: 90%;
}
.main-contents #sec_true #true_cont08 .txt_area {
    width: 72.21%;
}
.main-contents #sec_true #true_cont08 .img_sub {
    width: 21.882%;
}
/*true_cont09 */
.main-contents #sec_true #true_cont09 {
    margin-bottom: 180px;
}
.main-contents #sec_true #true_cont09 .img_area {
    width: 90%;
}
.main-contents #sec_true #true_cont09 .img_catch {
    width: 166px;
    bottom: 10.938%;
    right: 7.222%;
}
.main-contents #sec_true #true_cont09 .img_item {
    width: 302px;
    top: 8.594%;
    left: 5.556%;
}
.main-contents #sec_true #true_cont09 > .cont_wrap {
    width: 95%;
}
.main-contents #sec_true #true_cont09 .txt_area {
    width: 63.158%;
}
.main-contents #sec_true #true_cont09 .img_sub {
    padding-top: 30px;
    width: 31.579%;
}
/*true_cont10 */
.main-contents #sec_true #true_cont10 {
    margin-bottom: 150px;
}
.main-contents #sec_true #true_cont10 .img_area {
    margin: 0 auto 30px;
    width: 900px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont10 .img_catch {
    width: 44px;
    top: 29.667%;
    left: 7.778%;
}
.main-contents #sec_true #true_cont10 .img_item {
    width: 192px;
    top: 11.333%;
    left: 5.769%;
}
.main-contents #sec_true #true_cont10 .txt_area_wrap {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont10 .txt_area_wrap > .cont_wrap {
    margin: 0 0 0 auto;
    width: 1050px;
    max-width: 95%;
}
.main-contents #sec_true #true_cont10 .txt_area {
    width: 66.667%;
}
.main-contents #sec_true #true_cont10 .img_sub {
    padding-top: 30px;
    width: 28.571%;
}
/*true_cont11 */
.main-contents #sec_true #true_cont11 {
    margin-bottom: 220px;
}
.main-contents #sec_true #true_cont11 .cont_inner {
    width: 818px;
    max-width: 100%;
    margin: 0 0 0 auto;
}
.main-contents #sec_true #true_cont11 .img_catch {
    width: 72px;
    top: 29.457%;
    left: 9.535%;
}
.main-contents #sec_true #true_cont11 .img_item {
    width: 227px;
    top: 8.372%;
    left: 4.89%;
}
.main-contents #sec_true #true_cont11 .txt_area {
    width: 57.457%;
}
.main-contents #sec_true #true_cont11 .img_sub_area {
    padding-top: 15px;
    width: 36.675%;
}
.main-contents #sec_true #true_cont11 .img_sub_area .img_sub {
    margin-bottom: 30px;
}
/*true_cont12 */
.main-contents #sec_true #true_cont12 {
    margin-bottom: 160px;
}
.main-contents #sec_true #true_cont12 > .cont_wrap {
    flex-direction: row-reverse;
}
.main-contents #sec_true #true_cont12 .txt_area {
    width: 24%;
}
.main-contents #sec_true #true_cont12 .img_area {
    width: 71.4%;
}
.main-contents #sec_true #true_cont12 .img_catch {
    width: 16px;
    top: 21.259%;
    right: 6.723%;
}
.main-contents #sec_true #true_cont12 .img_item {
    width: 157px;
    top: 3.827%;
    left: 5.042%;
}
/*true_cont13 */
.main-contents #sec_true #true_cont13 {
    margin-bottom: 160px;
    width: 1050px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont13 .img_area {
    width: 95.238%;
}
.main-contents #sec_true #true_cont13 .img_catch {
    width: 43px;
    bottom: 26.875%;
    right: 7.2%;
}
.main-contents #sec_true #true_cont13 .img_item {
    width: 165px;
    bottom: 5%;
    right: 3.8%;
}
.main-contents #sec_true #true_cont13 > .cont_wrap {
    width: 915px;
    max-width: 95%;
    margin: 0 0 0 auto;
}
.main-contents #sec_true #true_cont13 .txt_area {
    width: 72.131%;
}
.main-contents #sec_true #true_cont13 .img_sub {
    padding-top: 20px;
    width: 21.858%;
}
/*true_cont14 */
.main-contents #sec_true #true_cont14 {
    margin-bottom: 220px;
    width: 1150px;
    max-width: 100%;
}
.main-contents #sec_true #true_cont14 .img_area {
    width: 86.957%;
}
.main-contents #sec_true #true_cont14 .img_catch {
    width: 43px;
    bottom: 23.5%;
    right: 32%;
}
.main-contents #sec_true #true_cont14 .img_item {
    width: 167px;
    bottom: 5.25%;
    right: 3.5%;
}
.main-contents #sec_true #true_cont14 > .cont_wrap {
    width: 1015px;
    max-width: 95%;
    margin: 0 0 0 auto;
}
.main-contents #sec_true #true_cont14 .txt_area {
    width: 65.025%;
}
.main-contents #sec_true #true_cont14 .img_sub {
    padding-top: 25px;
    width: 29.557%;
}
/*true_cont15 */
.main-contents #sec_true #true_cont15 {
    margin-bottom: 230px;
}
.main-contents #sec_true #true_cont15 .img_area {
    width: 90%;
    margin: 0 auto 30px;
}
.main-contents #sec_true #true_cont15 .img_catch {
    width: 43px;
    top: 23.333%;
    right: 7.444%;
}
.main-contents #sec_true #true_cont15 .img_item {
    width: 183px;
    bottom: 5%;
    right: 3.333%;
}
.main-contents #sec_true #true_cont15 > .cont_wrap {
    width: 950px;
    max-width: 95%;
    margin: 0 0 0 auto;
}
.main-contents #sec_true #true_cont15 .txt_area {
    width: 73.684%;
}
.main-contents #sec_true #true_cont15 .img_sub {
    padding-top: 30px;
    width: 21.053%;
}
/*true_cont16 */
.main-contents #sec_true #true_cont16 {
    margin-bottom: 180px;
}
.main-contents #sec_true #true_cont16 .cont_inner {
    width: 81.8%;
    margin: 0 0 0 auto;
}
.main-contents #sec_true #true_cont16 .img_catch {
    width: 72px;
    top: 17.364%;
    left: 14.059%;
}
.main-contents #sec_true #true_cont16 .img_item {
    width: 215px;
    bottom: 5.581%;
    left: 5.134%;
}
.main-contents #sec_true #true_cont16 .txt_area {
    width: 57.457%;
}
.main-contents #sec_true #true_cont16 .img_sub_area {
    width: 36.675%;
}
.main-contents #sec_true #true_cont16 .img_sub_area .img_sub {
    margin-bottom: 30px;
}
/*true_cont17 */
.main-contents #sec_true #true_cont17 {
    margin-bottom: 170px;
}
.main-contents #sec_true #true_cont17 > .cont_wrap {
    width: 1140px;
    max-width: 95%;
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
}
.main-contents #sec_true #true_cont17 .staff_info_wrap {
    width: 1140px;
    max-width: 95%;
    margin: 0 0 0 auto;
}
.main-contents #sec_true #true_cont17 .txt_area {
    padding-top: 15px;
    width: 25.877%;
}
.main-contents #sec_true #true_cont17 .img_sub {
    width: 67.797%;
    margin-bottom: 30px;
}
.main-contents #sec_true #true_cont17 .img_area {
    width: 71.053%;
}
.main-contents #sec_true #true_cont17 .img_catch {
    width: 44px;
    top: 24.528%;
    right: 25.556%;
}
.main-contents #sec_true #true_cont17 .img_item {
    width: 240px;
    top: 8.491%;
    left: 7.654%;
}

/* sec_brand
 * ************************************************** */
.main-contents #sec_brand {
    padding: 0 0 70px;
    margin-bottom: 130px;
    border-bottom: 5px double #231815;
}
.main-contents #sec_brand .brand_ttl {
    margin-bottom: 50px;
}
.main-contents #sec_brand .sec_wrap {
    margin: 0 auto;
    width: 800px;
    max-width: 92%;
}
.main-contents #sec_brand .brand_main p {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.5;
}
.main-contents #sec_brand .brand_item_ttl {
    display: block;
    margin: 0 auto 50px;
    width: 570px;
    max-width: 90%;
}
.main-contents #sec_brand .brand_item_ttl_catch {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}
.main-contents #sec_brand .brand_item_column {
    margin-bottom: 40px;
    font-size: 1.6rem;
    column-count: 2;
    column-gap: 2.5em;
}
.main-contents #sec_brand .brand_info_wrap {
    align-items: flex-end;
}
.main-contents #sec_brand .brand_item_img {
    width: 62.5%;
}
.main-contents #sec_brand .brand_item_img img {
    width: 50%;
}
.main-contents #sec_brand .shop_info {
    width: 42%;
    margin-right: -7%;
}
.main-contents #sec_brand .shop_info .shop_name .name {
    margin: 0;
    letter-spacing: 0;
    font-size: 2.4rem;
}
.main-contents #sec_brand .shop_info .floor_tel_wrap {
    margin-bottom: 0;
}

/* notes
 * ************************************************** */
.main-contents .notes {
    margin: 0 auto 40px;
    width: 810px;
    max-width: 90%;
}
.main-contents .notes .notes_inner p {
    color: #666666;
    font-size: 1.2rem;
}