﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
body{
        font-family: 'Montserrat',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}





#main_wrap{background-color: #fffaf0;}

.catch_wrap{
    height: 500px;
    max-width: 1300px;
    position: absolute;
    top: 30%;
    left: 5%;
}
.catch1{
    top: 25%;
    left: 10%;
    width: 70%;
    margin-bottom: 30px;
}
.catch2{
    bottom: 20%;
    left: 10%;
    max-width: 1350px;
    width: 100%;
}



#contents2{height: auto;}
#contents2 .con2_img{height: 400px!important;}
#contents2 .txt_wrap1{
    max-width: 800px;
    margin: 0 auto;
    background-color: #fffaf0;
    padding: 50px;
    margin-bottom: 50px;
}
#contents2 .bg_section{
    width: 80%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#contents2 > div{background-color: #fff;}
#contents2 .photo01{
    right: -70px;
    bottom: 0;
}
#contents2 .contents_no span{left: 46%;}
.contents_no span {
    width: 40px;
    height: 2px;
    transform: rotate(
-45deg);
    left: 0;
    top: 0;
    bottom: 10px;
    margin: auto;
}
#contents2 h3{
    background-image: linear-gradient(rgba(0,0,0,0) 70%, rgba(255,145,30,1) 70%)!important;
    display: inline;
    padding-left: 0;
}
#contents2 h3::after{content: none;}
#contents2 .txt_wrap3{
    background-image: url(Dup/img/bg01.jpg);
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 600px;
    display: flex;
}
#contents2 .txt_wrap3 p{
        color: #fff;
    font-size: 250%;
    text-shadow: 2px 2px 10px #5bba78, -2px 2px 10px #5bba78, 2px -2px 10px #5bba78, -2px -2px 10px #5bba78;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    padding: 0;
}
#contents2 .txt_wrap3 .photo02{
    bottom: 0;
    left: 5%;
        display: block;
    max-width: 200px;
    width: 14%;
}
.yazirushi{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #006400 transparent transparent transparent;
    display: block;
    margin: 0 auto 50px;
}
.korona_bnr{
        padding: 50px 0;
}
.korona_bnr > div{
    max-width: 500px;
    margin: 0 auto;
    background-color: #fffaf0;
    border-radius: 10px;
}
/*===========================================================*/
/* 下層 */
/*===========================================================*/





/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
    header h1 {
    max-width: 180px;
}
#contents2 .txt_wrap2 p{max-width: none;}
#contents2 .txt_wrap3{
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 520px;
    display: flex;
}
#contents2 .txt_wrap3 p{
        padding: 0;
    display: flex;
    align-items: center;
    font-size: 200%;
}
#contents2 .photo01{right: 0;}
#contents2 .photo01 img{max-width: 110px;}
#contents2 .txt_wrap3 .photo02{width: 100%;}
#contents2 .photo02 img{max-width: 150px;}
.catch1{width: 80%;}
.catch_wrap{
    left: 1%;
}

}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
header h1 {
    max-width: 120px;
    margin-bottom: 0!important;
}
#contents2 .txt_wrap1{padding: 20px;}
#contents2 .contents_no span{left: 40%;}
#contents2 .txt_wrap2 p{
    height: 200px;
    display: flex;
    align-items: center;
}
#contents2 .txt_wrap2 .photo01{right: 0;}
#contents2 .txt_wrap2 .photo01 img{max-width: 80px;}
#contents2 .txt_wrap3 p {
    align-items: start;
    font-size: 150%;
    padding-top: 50px;
}
#contents2 .photo02 img {
    max-width: 100px;
}
#contents2 .txt_wrap3{height: 400px;padding: 10px;}
.korona_bnr > div{max-width: 300px;}
.catch1{width: 90%;}
.catch_wrap{
    top: 10%;
    left: 1%;
}

}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
#cms_2-a .cate .cate_title{padding-top: 10px!important;}


}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}