﻿.bg_color1 {
    background-color: #2d4954;
}

body{
background-image: url(./Dup/img/back3.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#bottom_menu nav span.before {
    width: 50%;
    height: 1px;
    top: 50%;
    margin-right: 0;
}

#bottom_menu li {
background-color:transparent !important;
}

/*#catch:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/wel.png);
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 40%;
    pointer-events: none;
    z-index: 2;
}*/

.contents_inner h2:before{
    content: "";
    display: block;
    width: 100%;
    height: 400%;
    position: absolute;
    top: 60%;
    left: 50%;
    background-image: url(./Dup/img/abo.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 22%;
    pointer-events: none;
    z-index: 2;
}

#contents{
padding-top:150px;
}

.well{
   pointer-events: none;
    max-width: 30%;
    display: block;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
    right: 0;
    /* margin: auto; */
    /* margin-right: 0; */
    margin-bottom: -40px;
    margin-left: 1%;
}


.index_header .nav_box {
    padding: 30px 100px 20% 3%;
    width: 16%;
}

#header.koren h1.logo img{
    width: 100% !important;
    transform: scale(1.2);
    transform-origin: left top;
    min-width: 170px;
}

header {
    padding-bottom: 14vw;
}

#global-nav ul li a, .fat-nav.active li a {
    font-size: 15px;
}

#header.koren .nav_box, #contents2{
background-image: url(./Dup/img/sen.png);
    background-position: 0 93%;
    background-repeat: repeat-x;
    background-size: auto;
}


.linkStyle{
color:#2d4954;
}

.henko p a.do{
color:#333333;
border-bottom: 1px solid #333333;
padding-bottom: 5px;
}

.henko p a:hover{
border:none;
}

/*------20210922 correct start------*/

.contact_box div.letter_3{
    display: none;
}

.henko #contact_tel{
    display: none;
}

#footer_info #info .tel{
    display: none;
} 

/*------20210922 correct end------*/


@media screen and (max-width: 1500px){
header {
    padding-bottom: 8vw;
}

.index_header .nav_box {
    padding: 30px 100px 17% 3%;
    width: 16%;
}

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.index_header .nav_box {
       padding: 15px 10px 15px 3%;
    width: 245px;
}

.well {
    margin: auto;
    margin-bottom: 3%;
}

.contents_inner h2:before {
    background-size: 40%;
}

#bottom_menu nav span.before {
    display:none;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main_img .inner {
    padding-bottom: 0;
}

#header h1.logo img {
    transform: scale(1);
}

#header.koren h1.logo img {
    transform: scale(1);
min-width:auto;
}

#header.koren .nav_box, #contents2 {
    background-size: 100px;
}

#main_img{
margin-top:-20px;
}

}

