﻿/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */

/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
#header{
    background: none;
}
#header h1{
    filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}
#sp_nav .bg_color1{
    background-color: var(--color3);
}
.cate_list li a {
    color: var(--black)!important;
}
.cate_list li:not(:first-child):not(:nth-child(4n + 1))::before {
    background-color: var(--black)!important;
}
.cate_list{
        border-bottom: solid 1px var(--black);
}
#sns_link .border_so1{
    border:none;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.fv_txt{
    position: absolute;
    z-index: 2;
    width: 20%;
    right: 9%;
    top: 15%;
}
.fv_txt_sp{
    display: none;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.fv_txt {
    position: absolute;
    z-index: 2;
    width: 39%;
    right: 2%;
    top: 10%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    .fv_txt {
        display:none;
    }
.fv_txt_sp{
display: block;
        position: absolute;
        z-index: 2;
        width: 80%;
        left: 2%;
        bottom: 3%;
    }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
h1 .width_200-max_sp{
    max-width: 120px;
}
header .scroll_d{
    display: none;
}
.con_box::before{
    display: none;
}
.con_title01{
    position: absolute;
    top: 13%;
    width: 90%;
    right: 6%;
}
 #contents3 h2{
    margin-bottom: 80px;
} 
.con_title02{
    position: absolute;
    top: 13%;
    width: 90%;
    left: 3%;
}
#top_cms .more a::before,#top_cms .more a::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
#top_cms .more a:hover{
	background-color: rgba(255,255,255,0.1)
}
#top_cms .more a::before,#top_cms .more a::after{
	width: 100%;
	height: 100%;
	transition: 0.3s
}
#top_cms .more a::before{
    border-bottom: solid 1px #fff!important;
    border-left: solid 1px #fff!important;
    top: -0.5px;
    right: -0.5px;
}
#top_cms .more a::after{
    border-top: solid 1px #fff!important;
    border-right: solid 1px #fff!important;
	bottom: -0.5px;
	left: -0.5px;
}
#top_cms .more a:hover::before,#top_cms .more a:hover::after{
	width: 0
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
h1 .width_200-max_sp{
    max-width: 60px;
}
#contents2 h2{
    margin-bottom: 120px;
}
#contents3 h2{
    margin-bottom: 170px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #contents2 h2 {
        margin-bottom: 60px;
    }
    #contents3 h2 {
        margin-bottom: 110px;
    }
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#under_page, #under_page .txt_color_nomal{
    color: var(--black)!important;
}

/* ブログ */
.blogList1,.blogList1 .txt_color_nomal{
    color: var(--black)!important;
}
.blogListPattern_item .border_color2{
    border-color: var(--black)!important;
}
.blogblock_Text .linkStyle{
    color: var(--color3);
}

/* 問い合わせ */
.con_box1{
    margin-top: 20px;
}
.contact_type1 .left, .contact_type1 .right {
    padding: 40px 27px 30px;
    background-color: #f7f7f7;
    margin: 1%;
    width: 48%!important;
    box-sizing: border-box;
}
.contact_type1 .cate_title {
    padding: 0;
    margin: 0;
    font-size: 19px;
    margin-bottom: 16px;
}
.contact_type1 .con_box1 a {
    display: block;
    max-width: 330px;
    margin: 0 auto;
    transition: opacity .6s;
}
.contact_type1.con_box2 a{
    display: block;
    max-width: 450px;
    margin: 0 auto;
    transition: opacity .6s;
}
.contact_type1 .click_bt {
    cursor: pointer;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    text-align: center;
}
.contact_type1 .txt_box{
     display: none
}
/* プライバシーポリシー */
.privacy_box h3{
        color: var(--color3)!important;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.contact_type1 .left, .contact_type1 .right {
    width: 80%!important;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.contact_type1 .left, .contact_type1 .right {
    padding: 30px 27px 30px;
    width: 100%!important;
    margin-bottom: 20px;
}
.contact_type1 .cate_title {
    font-size: 17px;
}
}


