﻿.bg_color1 {background-color: #63c1c1;}
.bg_color2 {background-color: #e9f3f0;}
.bg_color3 {background-color: #bdac34;}
.txt_color1 {color: #63c1c1;}
.txt_color3 {color: #bdac34;}
.border_color1 {border-color: #63c1c1;}
.border_color3 {border-color: #63c1c1;}
.border_color4 {border-color: #e9f3f0;}
.hvr_bg_color3:hover {background-color: #bdac34;}
.hvr_txt_color3:hover {color: #63c1c1;}
.hvr_border_color3:hover {border-color: #bdac34;}

/* ----------　all　---------- */
.linkStyle{
	color:#bdac34;
}
.linkStyle:hover{
	color:#bdac34;
	opacity: 0.7;
	transition: all 0.5s;
}
html, body{overflow: auto}
body {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#wrap{
    min-width: initial;
}
header .h_box_mail {
    width: 200px;
    transition: 0.5s;
}
header .h_box_mail:hover{
    opacity: 0.7;
}
.pp-section{position: static}
#pp-nav.right{display: none;}
.sns_link li a{
    width: 40px;
}
footer #logo2 img{
    max-width: 250px;
}
.banner_fix {
    display: none;
}
/* ----------　TOP　---------- */
#main_img .catch{
    position: absolute;
    width: 50%;
    max-width: 400px;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    z-index: 2;
    opacity: 0.85;
    filter: drop-shadow(2px 2px 4px #fff);
}
#main_img .swiper-wrapper::before {
    background-image: radial-gradient(rgba(105 ,205 ,75 ,0.65) 40%, transparent 40%);
}
#main_img .swiper-wrapper .swiper-img {
    width: 100%;
    height: 100%;
}
.swiper-slide-prev .swiper-img {
    animation-name: zoom;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}
@keyframes zoom {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}
.swiper-slide-active .swiper-img{
    opacity: 0
}
.swiper-slide-active .swiper-img{
    animation-name: zoom2;
    animation-duration: 2s;
    animation-fill-mode: forwards;    
    animation-delay: 0.5s;
}
@keyframes zoom2 {
    from {
        transform: scale(1.2);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* ↓VIEW MOREボタン↓ */
.more_btn .more_box,.more_btn a{
    border-radius: 50%;
    width: 150px!important;
    height: 150px;
}
.more_btn .more_box:hover,.more_btn a:hover{
    background-color: #63c1c1;
    border-color: #63c1c1;
}
.more_btn .more_line {
    display: none;
}
 .more_btn .more_item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
 .more_btn .more_item spam{
    letter-spacing: 2px;
}
.more_btn a i, .more_btn > span i {
    position: static;
}
/* ↑VIEW MOREボタン↑ */

#s_content1 .intro_box{
    padding: 150px 50px;
}
#s_content1 .intro_item .intro_img2{
    width: 90%;
    max-width: 400px;
    margin: auto;
    margin-top: 40px;
}
#s_content2 .c2_box {
    height: 40vh;
}
.intro_img a::before{
    display: none;
}
.pp-scrollable .cms_box{
    padding-bottom: 50px;
}
.pp-scrollable .cms_box .more_btn {
    margin-top: 50px;
}
.index  .cms_3-g{
    padding-right: 50px;
    padding-left: 50px;
}
.sf_contact{
    margin-top: 80px;
    margin-bottom: 80px;
}
.sf_contact .sf_contact_box{
    background-color: #f9f9f9;
}
.sf_contact .sf_contact_tel a{
    color: #63c1c1;
}
.sf_contact .sf_contact_mail a{
    color: #fff;
    border-color: #63c1c1;
    background-color: #63c1c1;
}
.sf_contact .sf_contact_mail a:hover{
    border-color: #bdac34;
    background-color: #bdac34;    
}
.sf_contact .sf_contact_mail p img{
    width: 25px;
    vertical-align: middle;
    padding-right: 7px;
}
/* ----------　下層ページ　---------- */

/* お客様の声 */
#cms_6-c .arrow {
    border-color: #bdac34;
}
/* 会社情報 */
#page7 .info_photo{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
#page7 .info_photo .info_img1 ,#page7 .info_photo .info_img2{
    width: 45%;
}
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
#main_img{
    padding-top: 0!important;
    margin-top: 100px;
}
#main_img .catch {
    max-width: 300px;
}
#s_content1 .intro_box {
    padding: 30px 50px 50px;
}
#s_content2 .c2_box {
    height: 32vh;
}
.more_btn .more_box, .more_btn a {
    width: 120px!important;
    height: 120px;
}
.more_btn a i, .more_btn > span i {
    position: absolute;
    right: 1rem;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */

.banner_fix {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 60%;
    max-width: 250px;
}
.banner_fix img{
	transition: opacity 0.5s;	
}
.banner_fix img:hover{
    opacity: 0.6;
}
/* ----------　TOP　---------- */
#main_img {
    margin-top: 60px;
}
#main_img .catch {
    width: 60%;
}
#s_content1 .intro_item .intro_img2 {
    width: 100%;
}
#s_content2 .c2_box {
    height: auto;
}
.pp-scrollable .cms_box {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.pp-scrollable .news .more_btn{
    margin-top: 0px;
    margin-bottom: 30px;
}

.more_btn .more_box, .more_btn a {
    width: 90px!important;
    height: 90px;
}
.more_btn .more_item {
    left: 48%;
    font-size: 11px;
    letter-spacing: 2px;
}
.more_btn a i, .more_btn > span i {
    right: 0.5rem;
}
.index .cms_3-g {
    padding-right: 20px;
    padding-left: 20px;
}

/* ----------　下層ページ　---------- */
/* 会社情報 */
#page7 .info_photo {
    flex-direction: column;
}
#page7 .info_photo .info_img1, #page7 .info_photo .info_img2 {
    width: 90%;
    margin: auto;
}
#page7 .info_photo .info_img1{
    margin-bottom: 30px;
}
/* お問い合わせ */
#page8 .phone_wrap a{
    padding: 10px 0;
}
/* プライバシーポリシー */
/* サイトマップ */
}