@charset "UTF-8";
/* ######################################################################################

　タイトル　title

###################################################################################### */

/* ====================================================
　デフォルトタイトル
==================================================== */

h2,h3,h4,h5,h6 {
    margin:0 0 0.75em;
    padding:0;
    line-height:1.25;
    font-weight:bold;
    font-size:100%;
}
.pageTitle      {font-size:40px;}
.contentsTitle  {font-size:30px;}
.paragraphTitle {font-size:20px;}
.accentTitle    {font-size:18px;}
.smallTitle     {font-size:16px;}

/* ######################################################################################

　帯背景　wallBelt

###################################################################################### */
.wallBelt.white{background: #fff;}
.wallBelt.gray{background: url(../img/contents/footerBg.png);}
.wallBelt.contactWall{overflow: visible;}

@media print, screen and (min-width: 768px) {
    .wallBelt {
        padding: 28px 0 60px;
        overflow: hidden;
    }
    .wallBelt.zero { padding: 0 0; }
    .wallBelt.narrow { padding: 30px 0; }
    .wallBelt.wide { padding: 80px 0; }
}

@media screen and (max-width: 767px) {
    .wallBelt { padding: 30px 0; }
    .wallBelt.zero { padding: 0 0; }
    .wallBelt.narrow { padding: 15px 0; }
    .wallBelt.wide { padding: 40px 0; }
}

/* ######################################################################################

　表示・非表示　pc sp

###################################################################################### */

/* ====================================================
　表示・非表示
==================================================== */
@media print, screen and (min-width: 768px) {
div.sp { display: none; }
div.pc { display: block; }
img.sp,
span.sp,
br.sp { display: none; }
img.pc,
span.pc,
br.pc { display: inline; }
}

@media screen and (max-width: 767px) {
div.sp { display: block; }
div.pc { display: none; }
img.sp,
span.sp,
br.sp { display: inline; }
img.pc,
span.pc,
br.pc { display: none; }
}

/* ######################################################################################

　スライドメニュー＋固定ヘッダ　button

###################################################################################### */

#SlideToggle {
    display: inline-block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    top: 4px;
    right: 10px;
    width: 30px;
    height: 36px;
    background-image: url(../img/header/btn_toggle.png);
    background-size: 30px 36px;
}
#SlideBase { overflow: hidden; }
#SlideMenu { width: 250px; }

@media print, screen and (min-width: 768px) { /**/
#SlideMenu,
#SlideToggle { display: none; }
#ContentsBase {
    min-height: inherit !important;
    box-shadow: none !important;
    transform: translate3d(0, 0, 0) !important;
}
}

@media screen and (max-width: 767px) { /**/
#ContentsBase {
    padding-top: 63px;
    background: url(../img/header/headerBg.png);
}
#SlideMenu {
    display: block;
    background: #fafafa;
    padding-top: 63px;
}
#SlideHeader {
    display: none !important;
    background: #cccccc;
    height: 40px;
    text-align: center;
    color: #333333;
}
#SlideHeader a {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #cccccc;
    padding: 13px 13px;
    color: #333333;
    font-size: 13px;
    text-align: left;
}
#SlideContent {
    background: #fafafa;
    padding-bottom: 82px;
}
#SlideContent ul a {
    position: relative;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #cccccc;
    padding: 13px 13px 13px 30px;
    color: #5f4b3e;
    font-size: 15px;
    text-align: left;
}
#SlideContent ul a:before {
    position: absolute;
    left: 15px;
    top: 11px;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 12px;
    color: #5f4b3e;
}

#SlideContent ul ul a {
    padding: 10px 20px;
    font-size: 11px;
}
#SlideContent ul ul a:before { content: " - "; }
header {
    position: fixed;
    z-index: 100;
    box-shadow: none;
    width: 100%;
    height: 69px;
    top: 0;
}
header.fixed { position: fixed; }
}

/* ######################################################################################

　タイトル　title

###################################################################################### */
/***** 点線 *****/
.dottedTitle{position: relative;}
.dottedTitle:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-image: url(../img/contents/dottedBorder.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.dottedTitle.center{text-align: center;}
.dottedTitle.center:after{right: 0; margin: auto;}

/***** 角丸 *****/
.roundedTitle{
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.roundedTitle.pink{background: #f775aa;}
.roundedTitle.green{background: #7fc530;}
.roundedTitle.blue{background: #4ebdd7;}

@media print, screen and (min-width: 768px) {
    .dottedTitle{font-size: 34px;}
    
    /***** 角丸 *****/
    .roundedTitle{
        width: 180px;
        padding: 7px 0 9px;
        border-radius: 37px 37px;
        font-size: 17px;
    }
    
}
@media screen and (max-width: 767px) { 
    .dottedTitle{font-size: 20px;}
    .dottedTitle:after{width: 208px;}
    
    /***** 角丸 *****/
    .roundedTitle{
        width: 128px;
        padding: 6px 0 5px;
        border-radius: 26px 26px;
        font-size: 12px;
    }
}


/* ######################################################################################

　メインイメージ　mainImage

###################################################################################### */
@media print, screen and (min-width: 768px) {
    .mainImage .slickSlider02 .slick-slide img.sp{display: none;}
}
@media screen and (max-width: 767px) {
    .mainImage{margin-top: 4px;}
    .mainImage img.sp{
        display: block;
        width: 100%;
        height: auto;
    }
    .mainImage .slickSlider02 .slick-slide img.pc{display: none;}
}

/* ######################################################################################

　ボタン　button

###################################################################################### */

/* ====================================================
　基本スタイル
==================================================== */
.button {
    -webkit-appearance: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border-radius: 3px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    line-height: 1;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: none;
    padding: 0.5em 1em;
}
@media print, screen and (max-width: 767px) {
.button:hover { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
.button:active {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}
}

/* ====================================================
　xs以下でブロックボタン
==================================================== */
@media print, screen and (max-width: 767px) {
.button.xs-block {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 0.75em 1em;
}
}
/* ====================================================
　sm以下でブロックボタン
==================================================== */
@media print, screen and (max-width: 991px) {
.button.sm-block {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 0.75em 1em;
}
}

/* ====================================================
　md以下でブロックボタン
==================================================== */
@media screen and (max-width: 1199px) {
.button.md-block {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 0.75em 1em;
}
}
/* ====================================================
　lg以下でブロックボタン
==================================================== */
@media screen and (max-width: 9999px) {
.button.lg-block {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 0.75em 1em;
}
}

/* ######################################################################################

　ボタンボックス　buttonBox

###################################################################################### */

/* ====================================================
　基本スタイル
==================================================== */
.buttonBox { text-align: center; }
.buttonBox p { text-align: center; }
.buttonBox li .button {
    display: block;
    padding: 0.75em;
}
.buttonBox.center .row {
    display: inline-block;
    width: 103%;
    max-width: 768px;
}
.buttonBox.center.single .row { max-width: 384px; }

/* ====================================================
　ブロックボタンは上下に余白を作る
==================================================== */
@media print, screen and (max-width: 767px) {
.buttonBox > .row > .col-xs-12 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}
@media print, screen and (max-width: 991px) {
.buttonBox > .row > .col-sm-12 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}
@media screen and (max-width: 1199px) {
.buttonBox > .row > .col-md-12 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}
@media screen and (max-width: 9999px) {
.buttonBox > .row > .col-lg-12 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}

/* ====================================================
　角丸
==================================================== */
.button.rounded{
    display: block;
    padding: 4px 0 4px;
    background: #fff;
    border-radius: 14px 14px;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    color: #3e2f24;
    font-size: 13px;
    font-weight: bold;
}
.button.rounded.pink{background: #f54390;}
.button.rounded.green{background: #7fc530;}
.button.rounded.blue{background: #4ebdd7;}


/* ====================================================
　矢印　＞
==================================================== */
.button.arrow:before{
    content: "\f105";
    display: inline-block;
    margin-right: 7px;
    font-size:15px;
    font-family: FontAwesome;
}

/* ######################################################################################

　お問い合わせ・見学申し込み

###################################################################################### */
.contactBlock{
    width: 100%;
    border: 2px solid #f5accc;
    border-radius: 8px;
    background: #fff;
}
.contactBlock .detail .copy{text-align: center; font-weight: bold;}
.contactBlock .detail .description a{color: #f54390; text-decoration: underline;}

@media print, screen and (min-width: 768px) {
    .contactBlock{position: relative; padding: 39px 0 11px 19px;}
    .contactBlock:after {
        content: "";
        position: absolute;
        right: 29px;
        top: 28px;
        display: block;
        width: 141px;
        height: 92px;
        background: url(../img/contents/contact/sun.png);
    }
    .contactBlock .contactTitle{
        display: inline-block;
        margin-bottom: 0;
        vertical-align: top;
    }
    .contactBlock .detail{
        display: inline-block;
        margin-left: 28px;
        vertical-align: top;
    }
    .contactBlock .detail .copy{
        position: absolute;
        top: -24px;
        left: 0;
        width: 100%;
        height: 45px;
        padding-top: 6px;
        font-size: 17px;
        background: url(../img/contents/contact/titlebg.png) center top no-repeat;
    }
    .contactBlock .detail .description{
        margin-bottom: 27px;
        padding-top: 15px;
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 2;
    }
    .contactBlock .detail .telBox .tap{display: none;}
    .contactBlock .detail .telBox ul{font-size: 0;}
    .contactBlock .detail .telBox ul.sp{display: none;}
    .contactBlock .detail .telBox li{display: inline-block; vertical-align: top;}
    .contactBlock .detail .telBox li + li{margin-left: 40px;}
    
    .contactBlock .detail .description a:hover{color: #666; text-decoration: none;}
}
@media screen and (max-width: 767px) {
    .contactBlock .detail{padding-bottom: 20px;}
    .contactBlock .contactTitle{margin: -64px auto 10px; width: 124px; height: 124px;}
    .contactBlock .contactTitle img{width: 100%; height: auto;}
    
    .contactBlock .detail .copy{
        margin: 0 10px;
        margin-bottom: 12px;
        padding: 6px 0 7px;
        background-image: url(../img/contents/contact/titlebg_sp.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .contactBlock .detail .description{margin-bottom: 22px; padding: 0 20px;}
    .contactBlock .detail .telBox .tap{
        margin-bottom: 4px;
        font-size: 16px;
        color: #f54390;
        font-weight: bold;
        text-align: center;
    }
    .contactBlock .detail .telBox ul.pc{display: none;}
    .contactBlock .detail .telBox ul{padding: 0 18px;}
    .contactBlock .detail .telBox li{
        padding: 9px 32px 12px 36px;
        border: 1px solid #f5accc;
        border-radius: 5px;
    }
    .contactBlock .detail .telBox li + li{margin-top: 15px;}
    .contactBlock .detail .telBox li img{width: 100%; height: auto;}
}

/* ######################################################################################

　パンくずリスト　topicPath

###################################################################################### */
.topicPath {
    position: absolute;
    top: 61px;
    clear: both;
    line-height: 1;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: right;
}
.topicPath ol {
    display: inline-block;
    text-align: left;
}
.topicPath ol li {
    display: inline-block;
    font-size: 11px;
    color: #5f4b3e;
}
.topicPath ol li:not(:first-child):before {
    content: "\f105";
    display: inline-block;
    padding: 0 0.5em;
    font-family: FontAwesome;
}
.topicPath ol li a {
    color: #5f4b3e;
    text-decoration: underline;
}
.topicPath ol li:first-of-type a:before{
    content: "\f015";
    display: inline-block;
    margin-right: 5px;
    font-family: FontAwesome;
    color: #f775aa;
}
.topicPath.green ol li:first-of-type a:before{color: #7fc530;}
.topicPath.blue ol li:first-of-type a:before{color: #4ebdd7;}
.topicPath.v_pink ol li:first-of-type a:before{color: #f54390;}
@media print, screen and (min-width: 768px) {
    .topicPath { display: block; }
    .topicPath ol li a:hover { text-decoration: none; color: #666; }
}
@media screen and (max-width: 767px) {
    .topicPath {
        display: none;
        padding: 0 15px;
    }
}

/* ######################################################################################

　メインタイトル　titleBox

###################################################################################### */
.titleBox h1{
    position: relative;
    background-color: #f775aa;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}
.titleBox h1.green{background-color: #7fc530;}
.titleBox h1.blue{background-color: #4ebdd7;}
.titleBox h1.v_pink{background-color: #f54390;}

.titleBox h1 span{
    display: block;
    font-family: Verdana, Geneva, "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: normal;
}
@media print, screen and (min-width: 768px) {
    .titleBox.gray{background: url(../img/contents/footerBg.png);}

    .titleBox{height: 90px; padding-top: 29px;}
    .titleBox h1{
        width: 370px;
        height: 120px;
        padding-top: 34px;
        padding-left: 30px;
        background-image: url(../img/contents/dotted_white.png);
        background-repeat: repeat-x;
        background-position: left 7px;
        font-size: 22px;
    }
    .titleBox h1 span{margin-top: 6px; font-size: 12px;}
}
@media screen and (max-width: 767px) {
    .titleBox{height: 70px; padding-top: 23px;}
    .titleBox.gray{background: url(../img/contents/footerBg.png);}
    .titleBox h1{
        max-width: 296px;
        width: 85.7971%;
        height: 96px;
        padding-top: 28px;
        padding-left: 24px;
        background-image: url(../img/contents/dotted_white_sp.png);
        background-repeat: no-repeat;
        background-size: 256px auto;
        background-position: left 5px;
        font-size: 18px;
    }
    .titleBox h1 span{margin-top: 5px; font-size: 11px;}
}

/* ######################################################################################

　ページメニュー　pageMenu

###################################################################################### */
.pageMenu{padding: 0 15px;}
.pageMenu ul{font-size: 0;}
.pageMenu li{
    display: inline-block;
    vertical-align: top;
}
.pageMenu li a{
    display: block;
    color: #3e2f24;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}
.pageMenu li a span{
    display: block;
    font-weight: normal;
}
.pageMenu li a:after{
    content: "\f107";
    display: block;
    font-family: FontAwesome;
}

/**** 文字色 ****/
.pageMenu li.green a span,
.pageMenu li.green a:after{color: #7fc530;}
.pageMenu li.blue a span,
.pageMenu li.blue a:after{color: #4ebdd7;}


@media print, screen and (min-width: 768px) {
    .pageMenu{
        width: 1110px;
        margin: 20px auto 96px;
    }
    .pageMenu li{width: 350px;}
    .pageMenu li + li{margin-left: 15px;}
    .pageMenu li a{
        position: relative;
        height: 160px;
        padding-top: 50px;
        padding-left: 207px;
        font-size: 16px;
    }
    .pageMenu li a span{
        margin-top: 4px;
        font-size: 12px;
    }
    .pageMenu li a:before{
        content: "";
        position: absolute;
        left: 17px;
        top: 18px;
        display: block;
        width: 190px;
        height: 130px;
        margin-top: -3px;
        background: #ccc;
        line-height: 1;
    }
    .pageMenu li a:after{font-size: 25px;}
    .pageMenu li a:hover{opacity: 0.6;}
    
    /**** ボーダー色 ****/
    .pageMenu ul.brown li{background-image: url(../img/contents/menuBg_brown.png);}
    .pageMenu ul.pink li{background-image: url(../img/contents/menuBg_pink.png);}
}
@media screen and (max-width: 767px) {
    .pageMenu{margin-top: 10px; margin-bottom: 1px;}
    .pageMenu li{
        width: 31.8841%;
        background-size: 100% 100%;
    }
    .pageMenu li + li{margin-left: 2.1739%;}
    .pageMenu li a{
        height: 88px;
        padding-top: 24px;
        font-size: 12px;
    }
    .pageMenu li a span{margin-top: 2px; font-size: 9px;}
    .pageMenu li.green a:after{font-size: 17px;}
    
    /**** ボーダー色 ****/
    .pageMenu ul.brown li{background-image: url(../img/contents/menuBg_brown_sp.png);}
    .pageMenu ul.pink li{background-image: url(../img/contents/menuBg_pink_sp.png);}
}

/* ######################################################################################

　ボタン　button

###################################################################################### */

/* ====================================================
　基本スタイル
==================================================== */
.button {
    -webkit-appearance: none;
    border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: none;
    padding: 0.5em 1em;
}

.button.round{
    width: 43px;
    padding: 0 0 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;border-radius: 10px 10px;
    line-height: 1.7333;
}

@media print, screen and (max-width: 767px) {
.button:active {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}
}


/* ====================================================
　xs以下でブロックボタン
==================================================== */
@media print, screen and (max-width: 767px) {
.button.xs-block {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 0.75em 1em;
}
}
/* ====================================================
　sm以下でブロックボタン
==================================================== */
@media print, screen and (max-width: 991px) {
.button.sm-block {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 0.75em 1em;
}
}

/* ====================================================
　md以下でブロックボタン
==================================================== */
@media screen and (max-width: 1199px) {
.button.md-block {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 0.75em 1em;
}
}
/* ====================================================
　lg以下でブロックボタン
==================================================== */
@media screen and (max-width: 9999px) {
.button.lg-block {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 0.75em 1em;
}
}

/* ######################################################################################

　ボタンボックス　buttonBox

###################################################################################### */

/* ====================================================
　基本スタイル
==================================================== */
.buttonBox { text-align: center; }
.buttonBox p { text-align: center; }
.buttonBox li .button {
    display: block;
    padding: 0.75em;
}
.buttonBox.center .row {
    display: inline-block;
    width: 103%;
    max-width: 768px;
}
.buttonBox.center.single .row { max-width: 384px; }

/* ====================================================
　ブロックボタンは上下に余白を作る
==================================================== */
@media print, screen and (max-width: 767px) {
.buttonBox > .row > .col-xs-12 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}
@media print, screen and (max-width: 991px) {
.buttonBox > .row > .col-sm-12 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}
@media screen and (max-width: 1199px) {
.buttonBox > .row > .col-md-12 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}
@media screen and (max-width: 9999px) {
.buttonBox > .row > .col-lg-12 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}

/* ######################################################################################

　ページトップ　pageTop

###################################################################################### */
.pageTopFix {
    background-size: contain;
    position: fixed;
    z-index: 8000;
    text-indent: -9999px;
    cursor: pointer;
}

@media print, screen and (min-width: 768px) {
    .pageTopFix {
        bottom: 50px;
        right: 50px;
        width: 66px;
        height: 88px;
        background: url(../img/contents/pageTop.png);
    }
}

@media screen and (max-width: 767px) {
    .pageTopFix {
        bottom: 50px;
        right: 20px;
        width: 69px;
        height: 69px;
        background: url(../img/contents/pageTop_sp.png);
        background-size: 69px 69px;
    }
}