﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
#google_privacy a{color: #160a0a;}
:root{
    --normal: #222222;
	--color1: #272783;
	--color2: #babace;
	/*--color3: #b9cd75;*/
	--color4: #eff0f3;
	--font-jp: "Shippori Mincho", serif;
}
body, .overlay .overlay-nav .en {
    font-family: var(--font-jp);
}


/* header */
.fix_banner {max-width: 500px;}


/* footer */



/* top ----------------------------------------------------------------*/

/* main img */
#main_img:before {background-color: rgba(0, 0, 0, 0.08);}
#main_img .main_txt {
    bottom: 20%;
    right: 5%;
    z-index: 1;
    width: 48%;
    max-width: 800px;
}

/* main */

/* intro */
#intro .intro_photo h2 {color: var(--color3);}

/* contents */


/* topcms */
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: var(--color1);
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
/* .link_type1 .link_top a:hover{
    background-color: #ededeb;
} */
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

/* under page ----------------------------------------------------------------*/
.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 27px;
    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
}

/* ---------- タブレット ---------- */
@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;
}
}


/* ---------- 1536px ---------- */
@media screen and (max-width: 1536px){}
/* ---------- 1366px ---------- */
@media screen and (max-width: 1366px){}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {background-position: center left 30%;}
#main_img .main_txt {
    bottom: 15%;
    width: 60%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.more_item::before {width: 25px;}
.more_item:hover::before {width: 15px;}
.fix_banner{bottom: 0;}
#main_img .main_txt {
    bottom: 12%;
    right: 3%;
    width: 82%;
}
#main_img .scroll{display: none;}
footer .scroll{
    right: -25px;
}

}





