﻿/* ----------　all　---------- */
.linkStyle{
	color:#00bfff;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#00bfff;
	opacity: 0.7;
	transition: all 0.5s;
}

/* color */
body,.txt_color_nomal{color: #1f2020;}
.txt_color1{color: #00bfff} /* メインカラー */
.txt_color2{color: #bfefff} /* サブカラー */
.txt_color3{color: #14cc70} /* アクセントカラー1 */
.txt_color4{color: #ccd6d9} /* アクセントカラー2 */
.txt_color5{color: #f5f7f7} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #00bfff} /* メインカラー */
.bg_color2{background-color: #bfefff} /* サブカラー */
.bg_color3{background-color: #14cc70} /* アクセントカラー1 */
.bg_color4{background-color: #ccd6d9} /* アクセントカラー2 */
.bg_color5{background-color: #f5f7f7} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #00bfff}
.border_color2{border-color: #bfefff}
.border_color3{border-color: #14cc70}
.border_color4{border-color: #ccd6d9}
.border_color5{border-color: #f5f7f7}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #1f2020;}
.hvr_txt_color1:hover{color: #00bfff} /* メインカラー */
.hvr_txt_color2:hover{color: #bfefff} /* サブカラー */
.hvr_txt_color3:hover{color: #14cc70} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ccd6d9} /* アクセントカラー2 */
.hvr_txt_color5:hover{color: #f5f7f7} /* アクセントカラー2 */

/* background-color */
.hvr_bg_color1:hover{background-color: #00bfff} /* メインカラー */
.hvr_bg_color2:hover{background-color: #bfefff} /* サブカラー */
.hvr_bg_color3:hover{background-color: #14cc70} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ccd6d9} /* アクセントカラー2 */
.hvr_bg_color5:hover{background-color: #f5f7f7} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #00bfff}
.hvr_border_color2:hover{border-color: #bfefff}
.hvr_border_color3:hover{border-color: #14cc70}
.hvr_border_color4:hover{border-color: #ccd6d9}
.hvr_border_color5:hover{border-color: #f5f7f7}

#fakeloader .fl {
    max-width: 250px;
}

/* nav */

.logo1 {
    max-width: 200px;
}


/* footer */

#fix-bnr {
    right: 100px;
    bottom: 10px;
    z-index: 3;
}

#pagetop {
    z-index: 3;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img {
    min-height: 800px;
}

#main_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/Dup/img/maincopy.png'),url('/Dup/img/main-ilu.png');
    background-repeat: no-repeat;
    background-size: 55%,50%;
    z-index: 1;
    background-position: 0 80%,90% 100%;
}

/* top */

#con1, #con3 {
    background-color: #fffef8;
}

#con1 {
    background-image: url(Dup/img/hachi.png);
    background-repeat: no-repeat;
    background-position: 105% 5%;
}

.con1-btn {
    padding: 15px 20px;
    margin: 20px auto 0;
    display: block;
    max-width: 300px;
    border-radius: 50px;
    box-shadow: 1px 5px #003040;
    text-align: center;
    border: 2px solid #003040;
    transition: 0.3s;
}

.con1-btn:hover {
    box-shadow: none;
    transform: translate(1px, 5px);
}

#con2 {
    background-image: url(Dup/img/nezumi.png);
    background-repeat: no-repeat;
    background-position: -10% 125%;
}

#con3 .box .img {
    border-radius: 0;
}

#con3 .box .img img {
    width: 100%!important;
    height: auto!important;
}

.con3-title {
    border-radius: 30px;
}

/* top-cms */


/*ギャラリー*/
.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 #00bfff;
}
.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";}

.BA_type1 .box_img1 img, .BA_type1 .box_img2 img {
    position: initial;
    transform: none;
}

/*バナー*/
.btn_container a {
    background-color: #14cc70;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
}


/* ----------　下層ページ　---------- */

.pagetitle_img {
    mix-blend-mode: initial;
    opacity: 0.5px;
}

.pagetitle {
    background-color: #ffffff;
}

.pagetitle h2 {
    font-weight: bold;
}

.cate_list li a {
    transition: 0.3s;
    font-weight: bold;
}

.cate_list li a:hover {
    background-color: #14cc70;
    color: #ffffff;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.logo1 img {
    filter: drop-shadow(1px 1px 0px white);
}

#main_img {
    min-height: 550px;
}

#main_img:before {
    background-size: 95%, 100%;
    background-position: 0 96%,50% 35%;
}
    
#con1 {
    background-position: 105% 4%;
    background-size: 30%;
}

#con2 {
    background-position: 5% 108%;
    background-size: 35%;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.menu__header .logo3 img {
    max-width: 180px;
}
    
#main_img {
    min-height: 600px;
}
    
.logo1 {
    max-width: 150px;
    padding-left: 0;
}

#main_img {
    height: 80vh;
}
   
  #main_img:before {
    background-size: 95%, 100%;
    background-position: 0 85%,50% 45%;
}
    
#con2 {
    background-position: 0% 105%;
    background-size: 40%;
}
    
#fix-bnr {
    width: 69%;
    right: 90px;
    bottom: 45px;
}
    
.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;}
    
}