﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
.font_en, .date, a[href^="tel:"], a[href^="mailto:"] {
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #5ba6ef;}
/*.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6}*/
/*.txt_color3, .hvr_txt_color3:hover{color: #a67c52}*/
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #0280ca;}
/*.bg_color2, .hvr_bg_color2:hover{background-color: #e6e6e6}*/
.bg_color3, .hvr_bg_color3:hover{background-color: #8bbff2;}
.bg_color4, .hvr_bg_color4:hover{background-color: #fff;}

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #8bbff2;}
/*.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}*/
/*.border_color3, .hvr_border_color3:hover{border-color: #a67c52}*/
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/

.button:hover::after {
    box-shadow: inset 0 0 0 15em #0280ca;
}

/* top ----------------*/

/* header */
header #logo {
    max-width: 200px;
}
#main_menu ul li a::before {
    background-color: #5ba6ef;
}



/* main img */
#main_img img.object_fit_img {
    max-height: 100%;
    min-height: 100%;
}
#main_img .slides::before {
    content: "";
    border: 3px solid #fff;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    z-index: 3;
}
.scroll_bt {
    bottom: 50px;
}
#main_img .catch {
    top: 2%;
    left: 5%;
    width: 40%;
    max-width: 650px;
    z-index: 3;
    transform: rotate(-7deg);
}
#main_img .catch2 {
    bottom: 2%;
    right: 10%;
    width: 25%;
    max-width: 330px;
    z-index: 3;
}

/* main */

/* intro */


/* contents */
#contents2 {
    padding: 100px 20% 150px;
}
#contents2 .con2_box{
    padding: 100px;
    box-shadow: 10px 10px 0 #8bbff2;
}

/* topcms */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* footer */



/* under page */
.button2:hover {box-shadow: none;}
.btn_container a{padding: 8px 30px;}
#page8 .banner_wrap .banner a{
    padding: 15px 20px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header #logo {
    max-width: 100px;
}
.hamburger {
    top: 30px;
}
#main_img{
    max-height: 90vh;
    min-height: 90vh;
}
#main_img .catch {
    top: 5%;
    left: 4%;
    width: 68%;
}
#main_img .catch2 {
    bottom: 2%;
    right: 3%;
    width: 46%;
}
#contents2 {
    padding: 100px 15% 150px;
}
#contents2 .con2_box {
    padding: 50px;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header #logo {
    max-width: 80px;
}
.hamburger {
    top: 20px;
}
#main_img .catch {
    top: 7%;
    left: 4%;
    width: 80%;
}
#main_img .catch2 {
    bottom: 6%;
    right: 1%;
    width: 50%;
}
.main_box {
    padding-top: 50px;
}
#main_img .slides{
    width: 95%!important;
}
#contents2 {
    padding: 50px 3% 100px;
}
#contents2 .con2_box {
    padding: 26px;
    box-shadow: 7px 7px 0 #8bbff2;
}
footer .logo{
    text-align: center;
}

}

/*20230405*/
.contact_type1 .left, .contact_type1 .right {
    padding: 40px 27px 30px;
    background-color: #f7f7f7;
    margin: 1% 0;
    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: 100%!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;
}
}

/*20230410*/
.map_1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map_1 {
    position: relative;
    padding-bottom: 250px;
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
}


