﻿.bg_color1 {background-color: #755c4c;}
.bg_color2 {background-color: #dbd9c9;}
.bg_color3 {background-color: #755c4c;}
.txt_color_nomal {color: #3e4261;}
.txt_color1 {color: #755c4c;}
.txt_color2 {color: #755c4c;}
.border_color1 {border-color: #755c4c;}
.border_color2 {border-color: #755c4c;}
.border_color3 {border-color: #755c4c;}
.border_color4 {border-color: #dbd9c9;}

.hvr_txt_color1:hover {color: #755c4c;}
.hvr_border_color1:hover {border-color: #755c4c;}
/* ----------　all　---------- */
.linkStyle{
	color:#755c4c;
}
.linkStyle:hover{
	color:#755c4c;
	opacity: 0.7;
	transition: all 0.5s;
}
body {
	color: #3e4261;
	background-color: #ecead8;
}
h1, h2, h3, h4, h5, h6,#top_cms .top_cms_box .more a,.cate_title {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#top_cms .top_cms_box .more a:hover{
	background-color: #3e4261;
	color: #ffffff;
	border-color: #3e4261;
}
.banner_box{
	margin-top: 50px;
}
.banner{
	width: 45%;
	margin: 0 2%;
	max-width: 350px;
}
.banner a{
	padding: 30px 10px;
	text-align: center;
}
#loader div img {
    width: 300px;
}
header h1 {
    top: 5px;
}
.index header {
    background-color: #ecead8;
}
header,header .sns_links{
    height: 100px;
}
header h1 {
background-color: transparent!important;
}
#footer .logo img{
	width: 60%;
}
#footer_cms h3{
    font-size: 40px;
}

/* ----------　TOP　---------- */
#main_img .sc_icon.active {background-color: #ecead8;}
.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: bottom;
} 
#contents1{
    background-image: url(Dup/img/dec1.png);
    background-repeat: no-repeat;
    background-position: bottom right 30px;
    background-size: 25%;
}
#contents1 .box_wrap .box.box_item {
    width: 100%!important;
}
#contents1 .box_wrap .box.last_box{
width: 60%!important;
}
#contents2 .box::after, #contents2 .box .box_img::after {
	background-color: #755c4c;
}
#top_cms{
position: relative;
}
#top_cms:before {
    content: '';
    width: 220px;
    height: 250px;
    background-image: url(Dup/img/dec2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 100px;
z-index: 1;
}
.top_cms_box{
position: relative;
}
.top_cms_box:nth-child(3):before {
    content: '';
    width: 300px;
    height: 200px;
    background-image: url(Dup/img/dec3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: 0;
}
/* ----------　下層ページ　---------- */
#page_title .item1::before, #page_title .item2::before {
    background-color: #ecead8;
}
.cate_list li{
    background-color: #3d4261;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #3d4261;
    transition: 0.3s;
}
.cate_list li:hover {
    background-color: #ecead8;
}
.cate_list li a{
    opacity: 1;
    color: #fff;
    font-weight: normal;   
    padding-left: 0px;
}
.cate_list li:hover a {
    color: #3e4261;
}
.banner_box2{
    margin-bottom: 50px;
}
.banner2{
    width: 43%;
    margin: 0 2%;
    max-width: 400px;
}

/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
header h1 {
    max-width: 230px;
    width: 25%;
}

#contents1 {
    padding-bottom: 140px;
    margin-bottom: 0px;
    background-position: bottom 20px right 30px;
    background-size: 35%;
}

#contents1 .box_wrap .box.box_item {
    padding: 0% 10%;
}
 #contents1 .box_wrap .box.box_item .box {
    width: 50%;
    float: none;
    box-sizing: border-box;
    padding: 2%;
}
#contents1 .box_wrap .box.last_box {
    width: 100%!important;
} 
#top_cms:before {
    width: 150px;
    height: 200px;
}
.top_cms_box:nth-child(3):before {
    width: 230px;
    height: 150px;
}
.banner {
    width: 47%;
    margin: 0 1%;
    max-width: 400px;
}
.banner a {
    padding: 30px 5px;
    font-size: 14px;
}
footer #footer #footer_cms > div {
    width: 70%;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
header, header .sns_links {
    height: 90px;
}
header{
     padding-right: 55px;   
}
header h1 {
    width: 50%;
    margin-bottom: 0px;
}
#main_menu {
    padding-top: 100px;
}
#main_menu ul{
        margin-bottom: 0px;
}
#main_menu ul:not(.sns_links) li {
    margin-bottom: 27px;
}
#loader div img {
    width: 200px;
}
#contents1 {
    padding-bottom: 120px;
    margin-bottom: 30px;
    background-size: 55%;
}
#contents1 .box_wrap .box .item2{
    padding-left: 0px;
}
#top_cms:before {
    width: 100px;
    height: 150px;
        top: 20px;
}
.top_cms_box:nth-child(3):before {
    width: 150px;
    height: 120px;
    bottom: -90px;
}
#footer div.d_flex.pd_50px.pd_t-100px.pd_b-100px{
    padding-left: 30px;
    padding-right: 30px;
}
#footer .logo img {
    width: 80%;
}
footer #footer #footer_cms > div {
    width: 80%;
}
#footer_cms h3 {
    font-size: 35px;
}
.cate_list li {
    margin-right: 0px;
}
.cate_list li a {
    border: none;
}
.banner {
    width: 100%;
    margin: 0 0% 25px;
    max-width: 320px;
}
.banner_box2{
    margin-bottom: 30px;
}
.banner2 {
    width: 100%;
    margin: 0 2% 25px;
    max-width: 300px;
}
}