﻿@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap');


/*--------------------------カラー--------------------------*/
.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_white,.hvr_txt_white:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: #333333;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #95c173;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #95c173;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #fffd8a;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #fffd8a;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #95c173;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #95c173;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #fffd8a;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #fffd8a;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}


/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #95c173;}
.border_color2,.hvr_border_color2:hover{border-color: #4b613a;}
.border_color3,.hvr_border_color3:hover{border-color: #95c173;}
.border_color4,.hvr_border_color4:hover{border-color: #4b613a;}


/* ----------　all　---------- */


.linkStyle{
	color:#95c173;
}
.linkStyle:hover{
	color:#95c173;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
    
}

.blur {
    background: rgba(255,255,255,0.85);
}

header.scr_header {
	background-color: rgba(149,193,115,1)!important;
}

.overlay {
    background-color: rgba(149,193,115,1);
    
}

#pc_nav li a {
	color: #ffffff;
	font-family: 'Kaisei Decol', serif;
}

#pc_nav li a::after {
    background-color: #ffffff;
}

#footer_nav li a {
	color: #333333;
	font-family: 'Kaisei Decol', serif;
}

#footer_nav li a::after {
    background-color: #333333;
}

/*
.menu-trigger-bar {
	background-color:#95c173!important;
	
}*/

#intro_wrap, #contents #contents_wrap .txt_white {
    color: #333333!important;
}

.patrima {
    color: #95c173!important;
    font-family: 'Architects Daughter', cursive;
}

.top_title h2 > span::before {
    background-color: #95c173!important;
    height: 80px;
}

.liana, .more .more_item, .cms_title p {
    font-family: 'Architects Daughter', cursive;
}

footer #footer_info {
	background-color: #95c173!important;
	padding:50px 5%;
}

footer .tel_bt a, footer .contact_bt a {
	background-color: #ffffff!important;
	color: #333333!important;
}

footer .tel_bt a:hover, footer .contact_bt a:hover {
    opacity: 0.7;
}

.scroll_d > span {
    background-color: rgba(0,0,0,0.5);
}


/*hamberger-menu*/

.overlay .overlay-nav .bottom a {
    background-color: #ffffff;
    color: #333333;
}


/*問い合わせリンク*/


.fixedBox {
	position: fixed;
	bottom: 0px;
	left: 20px;
	z-index: 100;
	text-align: center;
	transition: 0.5s;
}

.fix_a {
	display: block;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Kaisei Decol', serif; 
	align-items: center;
	text-align: center;
	align-items: center;
	padding-top: 125px;
	background-image: url("Dup/img/fix_con_bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 175px;
	width: 200px;
}

.fix_a:hover{
	opacity: 0.7;
}

/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}




/* ----------　TOP　---------- */

.sns_links{
    left: 130px;
}



/*maincopy*/

.main_img {
	position:relative;
}

.copy-box {
	text-align: center;
	width: 80%;
	position: absolute;
	top:20%;
	left: 10%;
	
}

.copy-sl {
	width: 10%;
	position: absolute;
	top: 23%;
	left: 45%;
}

.copy-turn {
	width: 30%;
	/*position: absolute;
	left: -10%;
    top: -330%;*/
	animation:25s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.chachcopy {
	color: #ffffff;
	font-size: 50px;
	font-family: 'Kaisei Decol', serif;
	margin-top: 50px;
    text-align: center;
}

/*maincopy*/



.con_title {
	color: #95c173;
	position: relative;
}


.intro_right .intro_title {
	font-size: 25px;
	font-family: 'Kaisei Decol', serif;
	font-weight: bold;
	color: #333333!important;
	text-decoration: underline solid 3px ;
	text-decoration-color: #fffd8a;
}

.intro_right::after {
	content:"";
	background-image: url("dup/img/saboten1.png");
	background-repeat: no-repeat;
	height: 100%;
	width: 10%;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 5%;
}

.con_box .con_box_item .con_title {
	font-size: 25px!important;
	font-family: 'Kaisei Decol', serif;
	font-weight: bold;
	color: #333333!important;
	text-decoration: underline solid 3px ;
	text-decoration-color: #fffd8a;
	margin-bottom: 50px;
}

.more_item::before {
	background-color: transparent!important;
	
}

.more_item:hover {
	background-color: #95c173;
	border-color: #95c173;
}

 .icon-right {
	display: none;
}

.modal_title2 {
	font-weight: bold;
}

.box1{
	position:relative;
}


.box1{
	position:relative;
}

.con_title_img {
	width:50%;
	text-align: center;
	margin-bottom: 30px;
}

.box2 .con_title_img {
	width:20%;
}

.box3 {
	position: relative;
}

.box3 .con_title_img {
	position:absolute;
	top: 10%;
	left: 0;
	width: 15%;
}

.top_title {
    background-position: center top 20%;
}


/*modal_window*/

.modal_item {	
	position: relative;
}

.modal_item {
	background-image: url("Dup/img/saboten1.png");
	background-repeat: no-repeat;
	background-size: 8%;
    background-position: left 5% top -5%;
	
}

.modal_title1 {
    display: none;
}

/*
.modal-box:before {
	background-image: url("../../../b_illust_68pat/p_b_illust_68_0L.png");
	background-repeat: repeat-x;
	background-position: bottom;
}*/

/*modal_window*/

/*top_cms*/

.top_cms_box {
    border-color: #999999!important;
}

.top_cms_box .cms_title .liana {
	font-family: 'Kaisei Decol', serif;
	margin-bottom: 20px;
}

.top_cms_box .cms_title p {
    color: #95c173!important;
}


.top_cms_box .more .more_item:hover {
    color: #333333!important;
}

/* ----------　下層ページ　---------- */

#page_title .en:before {
    background-color: #95c173;
}

#page_title .en {
    font-family: 'Kaisei Decol', serif;
}

#page_title .jp {
    display: none;
}

#page4 .cate_title {
    font-weight: bold;
    color: #95c173;
}

#page4 .box_txt {
    color: #333333!important;
    font-weight: bold;
}

/* 会社情報 */

#page7 .box_title1 {
    color: #333333!important;
    font-weight: bold;
}

/* お問い合わせ */

.page8 #page_title .en {
    top:-60px;
}

#page8 #contact_tel a{
    background-color: transparent!important;
}

/* プライバシーポリシー */

#page9 .more {
    background-color: #95c173;
}


/* サイトマップ */

#page10 ul a:hover {
    color: #95c173!important;
}

#page10 .con_box {
    max-width: 660px!important;
    padding: 2%;
}

#page10 .right, #page10 .left {
    border-color: #95c173!important;
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){



.fix_a {
    font-size: 18px;
	padding-top: 115px;
	height: 160px;
    width: 160px;
}


/*maincopy*/
.copy-box {
    width: 90%;
    top: 30%;
    left: 5%;
}

.copy-sl {
    width: 15%;
    top: 18%;
    left: 43%;
}

.copy-turn {
    width: 40%
}
    
/*maincopy*/


.intro_right::after {
    width:15%;
}

#intro .intro_photo h2 {
    left: -20%;
}

.top_title h2.right {
    right: 10px;
}

.top_title h2.left {
    left: 10px;
}
    
.box3 .con_title_img{
    top: -30%;
    left: -10%;
    width: 20%;
}

#page_title .en {
    font-size: 60px;
}

.page8 #page_title .en {
    top: -35px;
}



}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    

.intro_right::after {

	background-image: none;
;
}
    
.sns_links {
    justify-content: left;
    left: 10px;
    
}

    
.fixedBox {
    left: 5px;
}

.fix_a {
    font-size: 14px;
    padding-top: 50px;
    height: 80px;
    width: 120px;
}


.blur {
    background: rgba(255,255,255,1);
}

    
#main_img {
    height: 360px!important;
}
    
.sm-slider li span {
    height: 45%!important;
}
    
    

/*maincopy*/
.copy-box {
    width: 90%;
    top: 15%;
    left: 5%;
}

.copy-sl {
    width: 20%;
    top: 20%;
    left: 40%;
}

.copy-turn {
    width: 60%
}
    
.chachcopy {
    font-size: 25px;
    margin-top:0;
}
    

    
/*maincopy*/
    
.con_title_img {
    margin-top:30px;
}
    
.box3 .con_box_item .con_title {
    margin-top:80px;
}
    
.box3 .con_title_img{
    top: 50%;
    left: -10%;
    width:35%;
}

@media screen and (max-width: 321px) {
    .box3 .con_title_img{
    top: 45%;

}
}



.top_title h2.right {
    right: 0px;
}

.top_title h2.left {
    left: 0px;
    font-size: 40px;
}


#page_title .en {
    font-size: 35px;
    top: -15px;
}
    
    
#footer_info #logo2 {
    margin-top: 30px;
}
    
    
.page8 #page_title .en {
    top: -20px;
}
    
    
}


