﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500&display=swap');
.font1,
.con_no{
    font-family: 'Josefin Sans', sans-serif;
}

.font_14 {
    font-size: 18px;
    line-height: 1.7;
}
.stripe{
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 252, 223, 1) 3px, rgba(255, 252, 223, 1) 13px );
}


.linkStyle{
    color:#333;
    text-decoration:underline;    
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
}

body{
    overflow:hidden;
}

header{
    background-color:transparent!important;
}

header .tel_bt,
header .link_btn{
    padding: 0 10px;
}
header .tel_bt a{
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .head_banner{
    padding:10px;
}
header .head_banner a,
header .link_btn a,
.more a,
.foot_tel_bt a,
.cate_list li a,
#page10 ul  li a{
    border-radius: 10px;
}
header .link_box li a img{
    padding:2px;
}
footer{
    border-top:0!important;
}



/*--top page---------------------------
-------------------------------------*/

.main_box{
    padding:30px;
}

#main_img .main_img_inner{
    position:relative;
}
#main_img .main_img_inner::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(168deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%);
    top: 0;
    left: 0;
    z-index: 2;
}
#main_img .catch {
    right: 5%;
    bottom: 5%;
    z-index: 3;
    font-size: 2rem;
}
#main_img .catch2 {
    font-size: 3rem;
}
#main_img .catch3 {
    z-index: 3;
    width: 25vw;
    max-width: 700px;
    left: 4%;
    top: 4%;
}
.con_no {
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 0;
}
/*#contents1 トリミング*/
.portrait_img {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 800px!important;
}
.portrait_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#attach{
    margin-bottom:30px;
}

#contents2 .kotei{
    border-radius: 30px;
}
#contents2 .kotei::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 60px;
    background: url(./Dup/img/item3.png) no-repeat;
    background-size: contain;
    bottom: -38px;
    right: 32%;
}
#contents2 .kotei_p {
    margin: 0 30px 20px 0;
    color: #333;
    font-weight: bolder;
    border-bottom: 2px dashed #64c9cf;
    font-size: 20px;
    padding-left:40px;
    background-image:url(./Dup/img/check.png);
    background-repeat:no-repeat;
    background-size:30px;
    background-position:left center;
    box-sizing: border-box;
}

#contents4{
    padding: 100px 10% 100px;
}
#contents4 .con_no{
    font-size:4.5rem;
}
#contents4 .t_bnr{
    border-radius:10px;
}
#contents4 .item2{
    margin-top: -130px;
}

.fix_bnr{
    right:20px;
    z-index:2;
}

/*--under page---------------------------
-------------------------------------*/
#page10 ul li a{
    background-color:#fff;
    border:2px solid #005BAB;
}
#page10 ul li a:hover{
    background-color:#005BAB;
    color:#fff;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1700px){
#main_img .catch{
    font-size: 1.5rem;
}
#main_img .catch2 {
    font-size: 3rem;
} 
.con_no{
    font-size:3rem;
}
}

@media screen and (max-width: 1500px){
#main_img .catch2 {
    font-size: 2.5rem;
}    
}

@media screen and (max-width: 1300px){
#main_img .catch2 {
    font-size: 2rem;
}
#contents1 {
    padding: 100px 5%;
}
.con_no{
    font-size:2.5rem;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header{
    background-color:#fff!important;
}
header #logo{
    max-width:100px;
}
#logo img{
    filter: drop-shadow(3px 3px 0 #fff);
}
header .tb_bnr{
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
header .head_banner_tb {
    width:200px;
}
header .head_banner_tb a{
    border-radius: 10px;
}
#main_img{
    padding-top:70px;
}
#main_img img.object_fit_img {
    max-height: 70vh;
    min-height: 70vh;
}
#main_img .catch {
    right: -1%;
    bottom: 3%;
}
#main_img .catch3 {
    width: 40vw;
    left: 2%;
    top: 10%;
}
#main_img .catch2 {
    font-size: 2.2rem;
    letter-spacing: 0px;
}
#contents1 {
    padding: 70px 5%;
}
.con_no {
    font-size: 3rem;
}
#contents2 .kotei::before{
    width: 85px;
    height: 55px;
    right: 30%;
}
#contents2 .kotei_p{
    padding-left: 35px;
    background-size: 25px;
}
#map .ggmap {
    padding-bottom: 350px;
}
.tb_line{
    width:50px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

header #logo {
    max-width: 70px;
}
.main_box {
    padding: 0;
}
header .head_banner_tb,
header .link_btn a{
    width:130px;
    font-size:14px;
}
.tb_line {
    width: 45px;
}
#main_img{
    padding-top:60px;
}
#main_img .catch {
    right: 2%;
    bottom: 2%;
    font-size: 0.9rem;
}
#main_img .catch2 {
    font-size: 1.3rem;
}
#main_img .catch3 {
    width: 51vw;
    left: 2%;
    top: 20%;
}

#main_img img.object_fit_img {
    max-height: 55vh;
    min-height: 55vh;
}
.con_no {
    font-size: 2.2rem;
}
#contents2 .kotei_p{
    margin: 15px 0;
    font-size: 17px;
    width: 100%;
    background-position: left top 2px;
}
#contents2 .kotei::before {
    width: 65px;
    right: 6%;
}
#contents3 .con_no,
#contents3 h3{
    text-align:center;
    display:block;
}
#contents4 .con_no {
    font-size: 2.5rem;
    text-align:center;
}
footer {
    padding: 0px 10%;
}
#copyright{
    margin-bottom:70px;
}


}




