﻿.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #FFFFFF} /* メインカラー */
.txt_color2{color: #F8E0C8} /* サブカラー */
.txt_color3{color: #d8c166} /* アクセントカラー1 */
.txt_color4{color: #FF8983} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #FFFFFF} /* メインカラー */
.bg_color2{background-color: #F8E0C8} /* サブカラー */
.bg_color3{background-color: #d8c166} /* アクセントカラー1 */
.bg_color4{background-color: #FF8983} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #FFFFFF}
.border_color2{border-color: #F8E0C8}
.border_color3{border-color: #d8c166}
.border_color4{border-color: #FF8983}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #FFFFFF;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #FFFFFF} /* メインカラー */
.hvr_txt_color2:hover{color: #F8E0C8} /* サブカラー */
.hvr_txt_color3:hover{color: #d8c166} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #FF8983} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #FFFFFF} /* メインカラー */
.hvr_bg_color2:hover{background-color: #F8E0C8} /* サブカラー */
.hvr_bg_color3:hover{background-color: #d8c166} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #FF8983} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #FFFFFF}
.hvr_border_color2:hover{border-color: #F8E0C8}
.hvr_border_color3:hover{border-color: #d8c166}
.hvr_border_color4:hover{border-color: #FF8983}

/* ----------　all　---------- */
.linkStyle{
	color:#FF8983;
}
.linkStyle:hover{
	color:#FF8983;
	opacity: 0.6;
	transition: all 0.5s;
}
body {
	background-image: url(Dup/img/bg.jpg);
	background-attachment: fixed;
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.sc_nav .logo img {
    max-width: 120px;
    
}

/* ----------　TOP　---------- */
#main_img img, #intro img, #top_contents1 img, #top_contents2 img {
    filter: grayscale(0);
}
#main_img figure {
    overflow: visible;
}
#header h1 img {
    max-width: 180px;
}
.flame_wrap .flame1 {
    top: -15vh;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}
.flame_wrap .flame2 {
    top: 30vh;
    right: 0;
    opacity: 0.5;
}
.banner_box {
    bottom: 5px;
    right: 30px;
    z-index: 1;
}
#main_nav li a:hover, .sc_nav li a:hover {
    text-shadow: 0 3px 2px #d8c166;
}

#intro .bg_white {
    background-image: url(Dup/img/bg.jpg);
    background-position: left;
}
#top_contents1 .contents1_txt h3 {
    text-shadow: 0 0 5px #d8c166;
}
#top_contents2 .img1, #top_contents2 .img2 {
    border: 1px solid #FF8983;
    padding: 5px;
}
#top_contents2 h3::after {
    top: 80%;
    border-top: 1px solid #FF8983;
}

.more a {
    border: double 5px #d8c166;
}
.more .on {
    background-color: #d8c166;
}
#top_contents1 .contents1_txt h3 {
    transform: translateX(0px);
}

/* ----------　下層ページ　---------- */
#page_title {
    filter: grayscale(0);
}
#cate_list_title {
    color: #333;
}
/* lotusについて */
.cate_list {
    display: none;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 ul li a:hover {
    color: #333;
}



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
.banner_box {
    width: 30%;
    right: 15px;
}
.flame_wrap .flame1 {
    top: -5vh;
}
.flame_wrap .flame2 {
    top: 25vh;
    z-index: 1;
}
#top_contents1 .contents1_txt h3 {
    transform: translateX(-80px);
}

/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 ul li {
    width: 50%!important;
}

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
.flame_wrap .flame1 {
    top: -5vh;
}
.flame_wrap .flame2 {
    top: 20vh;
}
header #header h1 {
    width: 60%!important;
}
#top_contents1 .contents1_txt h3 {
    transform: translateX(0px);
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 ul li {
    width: 100%!important;
}
}
/*-------------------------------------------------------
		            	CMS4
-------------------------------------------------------*/
.BA_type1 .box_item, .BA_type1 .box_img1, .BA_type1 .box_img2 {position: relative;}
.BA_type1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 40px;
    border-color: transparent transparent transparent #FF8983;
}
.BA_type1 .box_img1 {margin-right: 40px;}
.BA_type1 .box_img2 {margin-left: 40px;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
    background-color: #fff;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.BA_type1 .box_img1::after {content: "before";}
.BA_type1 .box_img2::after {content: "after";}

@media screen and (max-width: 667px){
.BA_type1 .box_img1 {margin-right: 5%;margin-bottom: 50px;}
.BA_type1 .box_img2 {margin-left: 5%;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {height: 30px;font-size: 15px;}
.BA_type1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;}
}