﻿


:root{
    --color_green:#00534e;
    --color_vaiolet:#8d153a;
}

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    line-height: 1.7;
}
header{
    background-color:transparent;
    background: linear-gradient(180deg, rgba(242,237,231,0.6) 0%, rgba(255,255,255,0) 100%);
}
header #header #header_menu li a{
    text-shadow:1px 1px #fff;
}
#header #logo img{
    filter:drop-shadow(1px 1px #fff);
}
.svg_wrap{
    display:none;
}

#copyright{
    color:#fff;
}


/*--top page---------------------------
-------------------------------------*/
#main_img {
    background: url(./Dup/img/bg.png) repeat;
    background-size: 400px;
}
#main_img .catch {
    width: 70vw;
    max-width: 1600px;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}
#main_img .main_item {
    width: 65vw;
    max-width: 1500px;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
#main_img .main_item img,
#main_img .main_item1 img,
#main_img .main_item2 img{
    filter: drop-shadow(10px 20px 15px rgba(0,0,0,0.15));
}
#main_img .main_item1 {
    width: 20vw;
    max-width: 500px;
    bottom: 1%;
    left: -2%;
    z-index: 1;
}
#main_img .main_item2 {
    width: 24vw;
    max-width: 550px;
    right: -6%;
    bottom: -12%;
    z-index: 1;
}

#intro .intro_no{
    color:var(--color_green);
    opacity:1;
}
#intro .intro_wrap {
    background-image: url(./Dup/img/border.png), url(./Dup/img/border.png);
    background-repeat: repeat-x,repeat-x;
    background-size: 50px,50px;
    background-position: top,bottom;
    background-color: #fff;
}

#contents .con_no {
    color: var(--color_green);
    font-size: 4rem;
    line-height: 1;
}

#top_cms .cms_title,
#page_title p{
    padding-bottom:20px;
    position:relative;
}
#top_cms .cms_title::before,
#page_title p::before{
    content:'';
    position:absolute;
    display:block;
    width:50px;
    height:13px;
    background-image:url(./Dup/img/title.png);
    background-repeat:no-repeat;
    background-size:contain;
    bottom:-10px;
    left:0;
    right:0;
    margin:auto;
}

/*--under page---------------------------
-------------------------------------*/

#cms_3-c .cate_img1 {
    max-height: 450px;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1130px){
#main_img .catch{
    top: 15%;
}
#main_img .main_item{
    top: 34%;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header{
    background-color: rgba(242,237,231,0.6);
}
#main_img {
    background-size: 300px;
}
#main_img .catch {
    width: 87vw;
    top: 25%;
}
#main_img .main_item {
    width: 67vw;
    top: 43%;
}
#main_img .main_item1 {
    width: 25vw;
    bottom: -2%;
    left: -3%;
}
#main_img .main_item2 {
    width: 30vw;
    bottom: -14%;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img {
    background-size: 250px;
}
#main_img .catch {
    width: 90vw;
    top: 18%;
}
#main_img .main_item {
    width: 92vw;
    top: 40%;
}
#main_img .main_item1 {
    width: 31vw;
    bottom: -4%;
    left: 6%;
    transform: rotate(324deg);
}
#main_img .main_item2 {
    width: 40vw;
    bottom: -9%;
    transform: rotate(13deg);
}
.drawer--left .drawer-nav{
    padding-top:50px;
}

}




