﻿@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark&display=swap');
.font1,
.font_shippori,
.more_bt a{
    font-family: 'Palanquin Dark',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
#loading{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#333;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}
.load_logo{
    width:400px;
}
#footer{
    background-color:#fff;
    padding-right: 50px;
}
#footer .map{
    display:none;
}
#footer .info_txt > div,
footer .more_bt{
    text-align: center;
}
#logo2{
    margin:auto;
}

/*--top page---------------------------
-------------------------------------*/
.top #header #logo{
    opacity:0;
    transition:all 0.3s;
}
.top #header.active #logo{
    opacity:1;
}
#main_img::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.2);
    z-index:2;
}
.main_logo{
    width:400px;
    z-index:3;
}
#intro{
    background:url(./Dup/img/item1.png) no-repeat top 50px left 50px/80px;
}
span.bg_box2 {
    content: "";
    display: block;
    width: 20%;
    position: absolute;
    z-index: -1;
    height: 47%;
    bottom: 0;
    right: 0;
    border-radius:0 0 0 50px;
}
.intro_title{
    position:relative;
    z-index:2;
}
.intro_title::before {
    content: '';
    position: absolute;
    display: block;
    width: 35vw;
    max-width: 800px;
    height: 33vh;
    background: url(./Dup/img/item3.png) no-repeat;
    background-size: contain;
    top: -130px;
    left: -100px;
    z-index: 1;
    opacity: 0.15;
    transform: rotate(355deg);
}
#contents_wrap h2{
    width: 600px;
    margin: auto;
}

/*角丸*/
#logo img{
    border-radius: 20px;
}
#header.active #logo img{
    border-radius: 10px;
}
#nav_menu .shop_link{
    border-radius: 0 0 0 20px;
}
#pc_nav {
    border-radius: 60px;
}
#intro span.bg_box{
    border-radius: 0 0 50px 0;
}
#intro .intro_img{
    border-radius:50px 0 0 50px;
}
#contents_links span.bg_box{
    border-radius: 50px 0 0 0;
}
#contents_links .box_wrap .box{
    overflow: hidden;    
}
#contents_links .box_wrap .box.first{
    border-radius: 50px 0 0 50px;
}
#contents_links .box_wrap .box.grid_12{
    border-radius: 0 50px 0 0;
}
#contents_links .box_wrap .box.grid_6:last-child{
    border-radius:0 0 50px 0;
}
#contents_wrap figure{
    overflow: hidden;
    border-radius:20px;
}


/*--under page---------------------------
-------------------------------------*/

#cms_6-a .cate_img1{
    max-height:300px!important;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 50px!important;
    margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

.v_type1 .triangle {
    display: block;
    border: #555 solid 2px;
    box-shadow: 5px 5px 0 0 #e2e2e2;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #555 transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){
#pc_nav{
    display:none;
}
.intro_title::before{
    left: -70px;
    opacity: 0.2;
}
}


@media screen and (max-width: 1366px){
.main_logo {
    width: 300px;
    z-index: 3;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.load_logo{
    width:300px;
}
#intro {
    background: url(./Dup/img/item1.png) no-repeat top 50px right 50px/80px;
}
.intro_title::before{
    width: 45vw;
    height: 14vh;
    top: -50px;
    left:-30px;
}
#contents_wrap h2{
    width:450px;
}

/*角丸*/
#logo img{
    border-radius: 20px;
}
#header.active #logo img{
    border-radius: 10px;
}
#nav_menu .shop_link{
    border-radius: 0 0 0 20px;
}
#intro span.bg_box{
    border-radius: 0 0 30px 0;
}
#intro .intro_img{
    border-radius:30px;
}
#contents_links span.bg_box{
    border-radius: 30px 0 0 0;
}
#contents_links .box_wrap .box.first{
    border-radius: 20px 20px 0 0;
}
#contents_links .box_wrap .box.grid_12{
    border-radius: 0;
}
#contents_links .box_wrap .box.grid_6:last-child{
    border-radius:0 0 20px 20px;
}
#contents_wrap figure{
    overflow: hidden;
    border-radius:10px;
}


#top_cms1 .cms_wrap,
#top_cms2 .cms_wrap{
    padding-top: 0;
    padding-bottom:0;
}
#footer{
    padding-right:30px;
}
#gmap{
    height: 650px;
}

#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#nav_menu .shop_link{
    width: 88px;    
}
.load_logo{
    width:200px;
}
.top #header #logo{
    opacity:1;
}
#logo{
    padding:0;
}
#logo img{
    max-width:100px;
}
#header.active #logo img {
    max-width: 100px;
}
#nav_menu .shop_link {
    border-radius: 0;
}
.main_logo {
    width: 200px;
}
#intro {
    background: url(./Dup/img/item1.png) no-repeat top 10px right 10px/50px;
}
.intro_title::before {
    width: 79vw;
}

span.bg_box2{
    height:50%;
    border-radius: 20px 0 0 20px;
}
#contents_wrap h2 {
    width: 250px;
}
#footer{
    padding-right:0;
}
#gmap {
    height: 400px;
}
#cms_6-a .cate_img1 {
    height: 150px;
}
#cms_2-g .cate_title{
    font-size: 1.5em;
}
}




