﻿/* all page */
/*fonts*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #2b3797;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #4a4a4a;}
/*.txt_color2, .hvr_txt_color2:hover{color: #2b3797;}*/
.txt_color3, .hvr_txt_color3:hover{color: #6e6e6e;}
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #4a4a4a;}
.bg_color2, .hvr_bg_color2:hover{background-color: #2b3797;}
.bg_color3, .hvr_bg_color3:hover{background-color: #6e6e6e;}
/*.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #4a4a4a;}
/*.border_color2, .hvr_border_color2:hover{border-color: #2b3797;}*/
.border_color3, .hvr_border_color3:hover{border-color: #6e6e6e;}
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/

#wrap {background-color: #1b1b21;}
header #header #header_menu li a span, #intro, .con_txt_wrap, .top_cms_box_inner, .top_cms_box, #info .info_txt h3, #info .info_txt p, #info .info_txt .tel a, #info .info_txt .tel span, #page_title{
    color: #fff;
}

/* header */
header #header #header_menu li:not(:last-child) a::before {
    background-color: #fff;
}
header #header #header_menu li:not(:last-child) a span {
    text-shadow: 1px 1px 2px rgb(0 0 0);
    font-size: 16px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: rgb(255 255 255)!important;
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent!important;
}

/* top ----------------*/

/* main img */
.ani_fadein{
	display: none;
}
#main_img .main_img {
    height: 95%;
    top: auto;
    bottom: -10px;
    transform: translateX(-50%);
}
#main_img .main_img img {
    width: auto;
    height: 100%;
}
#main_img .shape {
    width: 100%;
    top: 0;
    left: 0;
}
#main_img .shape img {
    width: 100%;
    height: 100%;
}

/* main */

/* intro */
#intro{
    box-shadow: rgba(0,84,211,0.33) 0px 10px 36px 0px, rgba(0,84,211,0.15) 0px 0px 0px 1px;
}
#intro .intro_img2 {
    right: 0;
    bottom: -50px;
}

/* contents */
#contents{
    background-image: url('./Dup/img/mark_1.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 70%;
}

/* topcms */


/* footer */
footer > div{
    background-color: #a7a7a7!important;
}
#bottom_menu ul li a{
    color: #fff;
}
#bottom_menu ul li a:hover{
    color: #727272;
}


/* under page */
.cms_box{
    background-color: #f1f1f1;
    padding: 3%;
}
#page7 h3{
    font-weight: bold;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.g_type6 .cate_box{width: 49%!important;}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.g_type6 .box_wrap{	width: 100%!important;margin-left: 8px;}
.g_type6 .cate_box{width: 48%!important;}
}


/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.page header.transform{
    background-color: rgba(0,0,0,0.5);
}
header #logo .logo {
    max-width: 200px;
}
#main_img {height: 80vw;}
#main_img .main_img {
    height: 99%;
    bottom: -15px;
}
#contents {
    background-position: top 100px right;
    background-size: auto 50%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header #logo .logo {
    max-width: 160px;
    text-align: left;
}
#main_img {height: 90vh;}
#main_img .main_img {
    height: auto;
    width: 100%;
    bottom: 0;
}
#main_img .main_img img {
    width: 100%;
    height: auto;
}
#contents {
    background-position: top 200px right;
    background-size: 100%;
}
.prev a span{
    top: 0;
    left: 30%;
    transform: translateX(-10%);
}

}


/*20221222公開後修正*/
.bg_color2, .hvr_bg_color2:hover {background-color: #383838;}
#intro{box-shadow: none;}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/*#intro .intro_img2 {*/
/*    bottom: -20px;*/
/*}*/
#contents .box {
    margin-top: -30px;
}

}


