﻿body, .txt_color_nomal{color: #212121;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #7C6048} /* メインカラー */
.txt_color2{color: #efebe7} /* サブカラー */
.txt_color3{color: #9B953D} /* アクセントカラー1 */
.txt_color4{color: #D0CCB9} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #7C6048} /* メインカラー */
.bg_color2{background-color: #efebe7} /* サブカラー */
.bg_color3{background-color: #9B953D} /* アクセントカラー1 */
.bg_color4{background-color: #D0CCB9} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #7C6048}
.border_color2{border-color: #efebe7}
.border_color3{border-color: #9B953D}
.border_color4{border-color: #D0CCB9}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #212121;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #7C6048} /* メインカラー */
.hvr_txt_color2:hover{color: #efebe7} /* サブカラー */
.hvr_txt_color3:hover{color: #9B953D} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #D0CCB9} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #7C6048} /* メインカラー */
.hvr_bg_color2:hover{background-color: #efebe7} /* サブカラー */
.hvr_bg_color3:hover{background-color: #9B953D} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #D0CCB9} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #7C6048}
.hvr_border_color2:hover{border-color: #efebe7}
.hvr_border_color3:hover{border-color: #9B953D}
.hvr_border_color4:hover{border-color: #D0CCB9}

/* ----------　all　---------- */
.linkStyle{
	color:#9B953D;
}
.linkStyle:hover{
	color:#7C6048;
	transition: all 0.5s;
}
.bg:after {
    content: "";
    background-image: url(./Dup/img/bg_white.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0.5;
}
header {
    background: transparent;
}
header:before {
    content: "";
    background-image: url(./Dup/img/bg_wood.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0.5;
}
#main_menu a {
    color: #603813;
    font-weight: bold;
}
body {
    font-family: "a-otf-ryumin-pr6n", serif;
}
.font_en {
    font-family: ta-oonishi, sans-serif;
    font-weight: bold;
}
.con_no {
    font-family: ta-oonishi, sans-serif;
    font-weight: bold;
}
.font_14 {
    font-size: 16px;
}
.foot_tel_bt .d_block {
    display: none;
}
/* ----------　TOP　---------- */

.main_img_flame {
    height: 100%;
    background-image: url(./Dup/img/flame_l.png),url(./Dup/img/flame_r.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left center, right center;
}
.main_img_flame_tb {
    height: 100%;
    background-image: url(./Dup/img/flame_l_tb.png),url(./Dup/img/flame_r_tb.png);
    z-index: 3;
    background-repeat: no-repeat;
    background-position: left center, right center;
}
#main_img p {
    top: 28%;
    font-family: "ta-oonishi", sans-serif;
}
.banner_box {
    bottom: 0;
    right: 0;
    width: 25%;
    z-index: 10;
}
.txt_anim1 {
    font-size: 3vw;
}
.txt_anim1 span{
	position: relative;
	right: 20px;
	opacity: 0;
	transition: all 1.5s;
}
.txt_anim1 span.start{
	right: 0;
	opacity: 1;
}
#main_img .ac {
    width: 7%;
    opacity: 0;
}
#main_img .ac1 {
    top: 14vh;
    left: 18vw;
    width: 10%;
}
#main_img .ac2 {
    top: 6vh;
    left: 31vw;
}
#main_img .ac3 {
    top: 30vh;
    right: 15vw;
}
#main_img .ac4 {
    top: 38vh;
    right: 24vw;
}
#main_img .ac_active {
    opacity: 1;
    transition: all 4s;
}
/*#top_cms:before,#top_cms:after {*/
/*    content: "";*/
/*    background-image: url(./Dup/img/ac_flower.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*}*/
.cms_title .d_inline_b {
    position: relative;
}
.cms_title .d_inline_b:after {
    content: "";
    background-image: url(./Dup/img/ac_flower.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 140%;
    top: -140%;
    width: 100px;
    height: 100px;
}

#copyright .font_en {
    font-family: "Hiragino Mincho Pro";
}
/* ----------　下層ページ　---------- */
#cms_3-a {
    font-family: ta-oonishi, sans-serif;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

/*-------------------------------------------------------
			          
-------------------------------------------------------*/
@media screen and (max-width: 1600px){
    #topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider, #topcms_gallery_type1 .loopSlider .ul,#topcms_gallery_type1 .loopSlider .ul .li  {
    height: 350px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 350px!important;
}
}
/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
.hamburger {
    top: 25px;
}
/* ----------　TOP　---------- */
.banner_box {
    width: 50%;
}
.main_box {
    padding-top: 100px;
    height: calc(100vh - 100px);
}

#main_img {
    height: calc(100vh - 100px);
    top: 30%;
}
.main_txt-wrap {
    width: 100%;
    height: 50%;
    position: relative;
}
.main_txt-wrap .banner {
    top: 100%;
    transform: translate(-50%,-100%);
    width: 40%;
    z-index: 10;
}
.main_img_flame_tb {
    background-size: contain;
}
.txt_anim1 {
    font-size: 40px;
}
#main_img p {
    top: 50%;
}
#main_img .ac1 {
    top: 13vh;
    left: 16vw;
}
#main_img .ac4 {
    top: 30vh;
}
#main_img .ac3 {
    top: 25vh;
}
.main_img-wrap {
    width: 100%;
    height: 50%;
}
#topcms_gallery_type1 {
    top: 0;
}

/* ----------　下層ページ　---------- */
#page_title .title_img {
    height: 250px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
.font_14 {
    font-size: 14px;
}
/* ----------　TOP　---------- */
.banner_box {
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
}
#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider, #topcms_gallery_type1 .loopSlider .ul,#topcms_gallery_type1 .loopSlider .ul .li  {
    height: 300px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 300px!important;
}
.main_box {
    padding-top: 70px;
}
#main_img {
    min-height: calc(100vh - 70px);
}
#main_img .txt_anim1 {
    font-size: 28px;
    white-space: nowrap;
}
#main_img .ac {
    width: 8%;
}
#main_img .ac1 {
    top: 10vh;
    left: 8vw;
    width: 12%;
}
#main_img .ac2 {
    top: 6vh;
    left: 24vw;
}
#main_img .ac3 {
    top: 29vh;
    right: 12vw;
}
#main_img .ac4 {
    top: 33vh;
    right: 23vw;
}
.main_txt-wrap .banner {
    width: 55%;
}
.cms_title .d_inline_b:after {
    left: 120%;
    width: 90px;
}
.cms_title .d_inline_b2:after {
    left: 155%;
}
/* ----------　下層ページ　---------- */
#page_title .title_img {
    height: 150px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}

/*-------------------------------------------------------
		            	CMS-5
-------------------------------------------------------*/
.qa_type1 .cate_box {
	border-radius: 10px;
	border: 1px solid #909090;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}

@media screen and (max-width: 768px){
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}
}




/*-------------------------------------------------------
		            	TOP-CMS-2
-------------------------------------------------------*/
.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
}
.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}
.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}
.link_type3 .cate_box .bg_black {
    background: #7C6048;
}
	
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;}
}



/* ---------- loopSlider ---------- */
#topcms_gallery_type1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

