@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
@media screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
    .br-indent {
        display: block;
        padding-left: .8em;
        text-indent: -.8em;
    }
}
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #000;
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
    html,
    body {
        font-size: 1.86667vw;
    }
}

body {
    min-width: 1200px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}


/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    padding-top: 59px !important;
}
@media screen and (max-width: 768px) {
	.wrapper {
		padding-top: 23px !important;
	}
}
/* ---------------------------------------------
*   titleArea
--------------------------------------------- */
@media screen and (max-width: 768px) {
    #titleArea {
        height: 22.26667vw !important;
    }
}

/*  page-title
個別ページで設定
.page-title {
    width: 100%;
    height: 167px;
    background: url(/common/images/common/bg_title.jpg) right no-repeat;
}
--------------------------------------------- */

@media screen and (max-width: 768px) {
    .page-title {
        height: 22.26667vw !important;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 768px) {
    .page-title__txt {
        padding: 4vw 0 0 3vw !important;
        width: auto !important;
        font-size: 1.5rem !important;
    }
}

/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
.breadcrumb__container {
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}

@media screen and (max-width: 768px) {
    .breadcrumb__container {
        padding-right: 3.75%;
        padding-left: 3.75%;
        width: auto;
    }
}

/* ---------------------------------------------
*   menu-trigger
--------------------------------------------- */
.menu-trigger {
    position: absolute;
    top: -4px;
    right: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    width: 50px;
    background-color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .menu-trigger {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        -ms-flex-align: center;
        margin-left: auto;
        width: 13.2%;

        -webkit-box-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
    .menu-trigger {
        width: 11.2%;
    }
}

.menu-trigger__txt {
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    width: 28px;
    height: 0;
    background-image: url(/common/images/common/menu.png);
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .menu-trigger__txt {
        padding-top: 6.2vw;
        width: 6.73333vw;
        background-size: 100% auto;
    }
}

.menu-trigger--opened .menu-trigger__txt {
    padding-top: 23px;
    width: 23px;
    background-image: url(/common/images/common/close.png);
}

@media screen and (max-width: 768px) {
    .menu-trigger--opened .menu-trigger__txt {
        padding-top: 6.06667vw;
        width: 6.06667vw;
        background-size: 100% auto;
    }
}

/* ---------------------------------------------
*   menu
--------------------------------------------- */
.menu {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}

@media screen and (max-width: 768px) {
    .menu {
        width: auto;
    }
}

.menu__container {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    width: 288px;
    background-color: rgba(110, 102, 85, 0.95);
}

.menu__inner:last-child {
    margin-top: 35px;
}

.menu__head {
    display: block;
    padding-bottom: 10px;
    padding-left: 12px;
    border-bottom: 1px solid #fff;
    background-image: url(/common/images/common/arrow.png);
    background-position: left top 6px;
    background-size: 8px 12px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
}

.menu__list {
    padding-top: 10px;
}

.menu__list-item {
    margin-top: 5px;
    padding-left: 10px;
    background-image: url(/common/images/common/arrow.png);
    background-position: left top 6px;
    background-size: 5px 7px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 13px;
}

.menu__list-item:first-child {
    margin-top: 0;
}



#titleArea {
	width:100%;
	background:url(../../images/common/bg_titlearea.jpg) 0 0 repeat-x;
	height:167px;
	}
	
#titleArea .inner {
	width:100%;
	height:167px;
	min-width:960px;
	}

#titleArea h2 {
	font-size:40px;
	font-weight:normal;
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:60px 0 0 0;
	}


#breadcrumb {
	background:#f1ece6;
	width:100%!important;
	margin:0 0 40px 0 !important;
	}
	
#breadcrumb p {
	width:960px!important;
	margin:0 auto!important;
	padding:10px 0;
	font-size:12px;
	}
	
#breadcrumb p a {
	color:#d00c25;
	}

.basedesign-section__container p {
	font-size: 16px;
}
.basedesign_contents {
	margin-bottom: 80px;
}
/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
