﻿@charset "utf-8";
/* CSS Document */

/*デバッグ修正*/
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#page8 .bnr_box a:nth-of-type(n+2){
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}


/* color */
.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #111111} /* メインカラー */
.txt_color2{color: #422911} /* サブカラー */
.txt_color3{color: #000000} /* アクセントカラー1 */
.txt_color4{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #111111} /* メインカラー */
.bg_color2{background-color: #422911} /* サブカラー */
.bg_color3{background-color: #000000} /* アクセントカラー1 */
.bg_color4{background-color: #ffffff} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #111111}
.border_color2{border-color: #b19982}
.border_color3{border-color: #000000}
.border_color4{border-color: #ffffff}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #111111} /* メインカラー */
.hvr_txt_color2:hover{color: #422911} /* サブカラー */
.hvr_txt_color3:hover{color: #000000} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #111111} /* メインカラー */
.hvr_bg_color2:hover{background-color: #422911} /* サブカラー */
.hvr_bg_color3:hover{background-color: #000000} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ffffff} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #111111}
.hvr_border_color2:hover{border-color: #422911}
.hvr_border_color3:hover{border-color: #000000}
.hvr_border_color4:hover{border-color: #ffffff}

/*ここから個別--------------------------------------*/
#header .width_1000{
	width: 1220px;
}
#header.txt_color1{
	color: #b19982;
}
.header_logo.txt_color1{
	color: #b19982;
}
#header::before{
	border-bottom: 1px solid #b19982;
}
#loading .bg_color1{
	background-color: #b19982;
}
#contents1.txt_color2,#info_box.txt_color1{
	color: #b19982;
}
#contents1 .contents_txt2,#info_box .info_right{
	background: url(../Dup/img/back4.jpg);
}
.square_img img, .rectangle_img img{
	left: 60%;
}
#contents234 div:nth-of-type(3) figure img{
	left: 42%;
}
#contents234 figure.txt_color1{
	color: #b19982;
}
footer .foot_bt a:hover::after{
	border: 1px solid #b19982;
}
#pagetop a{
	background-color: #b19982;
}

.bnr_wrap{
	position: absolute;
    width: 22.5%;
    top: 8px;
    right: 21px;
    display: flex;
	z-index: 99;
}
.bnr_wrap a:last-of-type{
	margin-left: 10px;
}
.linkStyle{
	color: #ccac8e;
}

/*下層ページ-------------------------------*/
#cms_2-a .box_wrap .cate_box.pd_b-50px{
	padding-bottom: 0;
}
.bnr_box{
	margin-top: 30px;
    text-align: center;
}
.bnr_box a:nth-of-type(n+2){
	margin-left: 10px;
}
.bnr_box a{
	transition: opacity 0.3s;
}
.bnr_box a img{
	max-width: 300px;
}
.bnr_box a:hover{
	opacity: 0.8;
}
#page_title{
	background: url(Dup/img/bg_wall.jpg);
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	.bnr_wrap{
		display: none;
	}
	#sp_nav,#sp_nav li a{
		background-color: #b19982;
	}
	#sp_nav li:last-of-type{
		border-bottom: 1px solid #fff;
	}
	.bnr_wrap_sp{
	padding: 10px 0;
    text-align: center;
}
	.bnr_wrap_sp a img{
	max-width: 300px;
}
.bnr_wrap_sp a:nth-of-type(n+2){
	margin-left: 10px;
}
	#contents234 .font_2up{
		font-size: calc(1rem + 1px);
	}
	.header_logo{
		background: url(Dup/img/bg_wall.jpg);
	}
}




/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.bnr_wrap_sp a img{
	max-width: 200px;
}
	.bnr_wrap_sp a:nth-of-type(n+2){
	margin-left: 0px;
		margin-top: 10px;
		display: block;
}
}

/***　IE対処　***/

@media all and (-ms-high-contrast:none){
	
}
