@charset "utf-8";
/* CSS Document */
@import url("html5doctor_reset.css");

body{
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.5;
    background-image: url("../images/bg.png") ;
    background-repeat: repeat;
    color: #321711; 
}

.space40 {
    height: 40px;
}

.space10 {
    height: 10px;
}

.weight {
    font-weight: 600;
}

.sp-br {
    display: none;
}

h3 {
    color: #731622;
    font-weight: 600;
    font-size: 20px;
}


/*==========================header=========================================*/
header  {
    z-index: 9999;
    position:absolute;
    width: 100%;
}

.header-box {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 30px;
}

a:hover {
    opacity: .9;
}


/*======================footer========================================*/
footer {
    background-color: #321711;  
    text-align: center;
    display:flex;
    flex-direction: column;
    color: #ffff;
}

footer a {
    color: #fff;
}

footer img {
    padding: 30px 0 20px;
}

footer small {
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
}

/*===========================index==============================================*/

#mainimg img{
	background-size:  cover;
	width: 100vw;
}
#mainimg .sp{
	display: none;
}

#main-content, .history-box, .point-container {
    width: 1000px;
    margin: 0 auto;
}

.concept, .history, .case {
    text-align: center;
}

.cocept-box, .history-box {
    display: flex;
}

.concept-img, .concept-text, .history-img, .history-text {
    width: 500px;
}

.concept-text, .history-text {
    text-align: left;
}

.concept-text p, .history-text p{
    width: 450px;
}

.waeve-top img{
    margin: 0 calc(50% - 50vw);
	background-size:  cover;
	width: 100vw;
    opacity: .8;
}

.brown img {
    opacity: 1;
}

.group, .point {
    background: url("../images/wh_bg.png");
    margin: 0 calc(50% - 50vw);
    margin-top: -6px;
}

.history-box {
    flex-direction: row-reverse;
}

.history-img {
    text-align: left;
}

.case-box {
    background-color: #fff;
}

.case-box h2, .partner h2 {
    color: #731622; 
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .4em;
}

.case-box h4 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .3em;
}

.point-container {
    display: flex;
    justify-content: space-between;
}

.point-text {
    text-align: left;
    width: 450px;
}

.picR {
    flex-direction: row-reverse;
}

.footer-menu {
    display: flex;
    margin: 0 auto;
    list-style-type: none;
}

.footer-menu a {
    padding: 5px;
}

.contact-sns {
    display: flex;
    flex-direction: column;
    text-align: center;
}

/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
.slider img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery{
	margin:0 0 5px 0;
}

.slider {
    width: 600px;
    margin: 0 auto;
}

.gallery li{
list-style:none;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.contact {
    background-image: url("../images/bg_brownn.png");
    margin: 0 calc(50% - 50vw);
    text-align: center;
    margin-top: -10px;
}

.contact p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.partner {
    text-align: center;
}

.partner h3 a {
    color: #321711;
    text-decoration: none;
    font-size: 18px;

}

.group {
    text-align: center;
}

.group-box {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.group-box a {
    color: #321711;
    text-decoration: none;
    font-weight: 600;
}

.group-box img {
    margin: 40px 5px 0;
}