﻿
/*
.page-top,
.cms_link{
    position:absolute;
}
*/

/*--all page---------------------------
-------------------------------------*/
html{
    font-size:20px;
}

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}
.f_link li a{
    height:30px;
}
.header ul li a{
    display:inline-block;
}
.header ul li a:hover{
    color:#473328;
    transform:translateY(-3px);
}
.cms_link,
.footer_tel,
.overlay.open li:nth-of-type(11){
    display:none;
}

/*--top page---------------------------
-------------------------------------*/

.main_img{
    background: url(./Dup/img/frame2.png),radial-gradient(circle, rgba(255,255,255,1) 1%, rgba(255,241,239,1) 47%, rgba(254,217,211,1) 100%);
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:bottom;
}
.top_logo{
    z-index:2;
    top: 20px;
    left: 20px;
}
.item{
    position:absolute;
    z-index:1;
}
/*ローディング後にフェードイン*/
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-fade.done{opacity : 1; transform : translate(0, 0);}

.item img {
    filter: drop-shadow(3px 3px 0 rgba(0,0,0,0.1));
}
.item1 {
    width: 13vw;
    max-width: 250px;
    height: 250px;
    bottom: 2%;
    left: 16%;
}
.item2 {
    width: 17vw;    
    max-width: 320px;
    height: 320px;
    top: -2%;
    left: 16%;
}
.item3 {
    width: 24vw;
    max-width: 450px;
    height: 450px;
    bottom: 28%;
    left: 2%;
}
.item4 {
    width: 25vw;
    max-width: 480px;
    height: 480px;
    bottom: 5%;
    right: 4%;
}
.item5 {
    width: 12vw;
    max-width: 220px;
    height: 220px;
    bottom: 0%;
    right: 30%;
}
.item6 {
    width: 23vw;
    max-width: 430px;
    height: 430px;
    top: -2%;
    right: 9%;
}
.main_menu{
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index:2;
}
#top_pc_nav li{
    margin-right:20px;
    max-width: 100%;
}
#top_pc_nav li a{
    text-shadow:1px 1px 0 #fff;
}
#top_pc_nav li a:hover{
    transition:all 0.3s;
    transform:translateY(-3px);
}
.sunbst {
    width: 45vw;
    max-width:1200px;
    top: 2%;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 0.3;
    pointer-events:none;
}
/*右回転*/
.rotate {
  display: inline-block;
  animation: r1 100s linear infinite;
}
 
@keyframes r1 {
  0%   { transform: translate(-50%,0) rotate(0deg); }
  100% { transform: translate(-50%,0) rotate(360deg); } 
}


.catch{
    width: 700px;
    margin:auto;
}
.catch img{
    filter: drop-shadow(2px 2px 0 #fff);
}

#catch{
    background-image:url(./Up_img/434/intro_img.jpg);
    padding:300px 0;
}
#catch .catch_frame1{
    width:100%;
    top:0;
    left:0;
}
#catch .catch_frame3{
    width:100%;
    bottom:0;
    left:0;
}
#catch .catch_frame2{
    width:100%;
    bottom:0;
}

.top_cms_box.cms1{
    z-index:2;
}
.t_bnr{
    border-radius:30px;
}
#con4 .box{
    margin-top:-50px;
}
#contents{
    background:url(./Dup/img/frame2.png) no-repeat;
    background-position:bottom;
    background-size:100%;
    background-color: #FFF1EF;
    padding-bottom: 500px;
}
#contents .box_img1{
    height:480px;
}

.cms_2-g .box_item_img img{
    border-radius: 5px 0 0 5px;
}


/*--under page---------------------------
-------------------------------------*/
.all_page main{
    background:url(./Dup/img/under_page.png) no-repeat;
    background-size:100%;
    background-position:bottom;
    padding-bottom: 200px;
}
.all_page .content_wrap{
    margin-bottom:200px;
}
#page_title{
    background-attachment: scroll;
    background-position: center;
}

.cms_2-g .box_wrap {
    box-shadow: none;
    border: 1px solid #c9baa9;
}

.v_type3 .cate_box{
    border: 1px solid #c9baa9;
    border-radius: 5px;
}



/* ---------- responshive ---------- */
@media screen and (max-width: 1270px){

}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.catch {
    width: 600px;
}
.sunbst {
    width: 120vw;
}
.item2 {
    width: 28vw;
    top: 9%;
    left: 4%;
}
.item4 {
    width: 37vw;
    bottom: 36%;
    right: -6%;
}
.item1 {
    width: 27vw;
    bottom: -2%;
    left: 29%;
}
.item6 {
    width: 23vw;
    top: -2%;
    right: 12%;
}
.item3 {
    width: 38vw;
    bottom: -4%;
    left: -3%;
}
.item5 {
    width: 37vw;
    bottom: 17%;
    right: 3%;
}
#catch{
    padding: 150px 0;
    background-image:url(./Up_img/434/intro_img_tb.jpg);
}
#catch .box .sub_title{
    left: 20px;
}
#con4 .box{
    margin-top:0;
}
#contents{
    padding-bottom: 250px;
}
.button_container span{
    background-color:#fca293;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
html{
    font-size:18px;
}
.catch {
    width: 330px;
}
.item2 {
    top: 11%;
    left: 4%;
}
.item4 {
    bottom: 7%;
    right: -6%;
}
.item1 {
    bottom: -24%;
    left: 29%;
}
.item6 {
    top: 2%;
    right: 20%;
}
.item3 {
    bottom: -38%;
    left: -3%;
}
.item5 {
    bottom: -5%;
    right: 3%;
}

#con4 .box {
    margin-top: 30px;
}
#contents{
    padding-bottom:150px;
}
#contents .box_img1 {
    height: 280px;
}
.overlay ul li{
    height: calc(100% / 11);
}
.overlay .sns_link{
    padding-top:50px;
}
footer .footer_con_box a:hover {
    letter-spacing: 4px;
}
#page_title{
    height:115px;
}

#question .box .box_item {
    padding: 30px 10px;
}
#question .txt {
    font-size: 0.9rem;
    letter-spacing: 0;
}
#question .txt:before {
    width: 15px;
    height: 15px;
}
#question .txt .check {
    width: 20px;
    height: 20px;
    padding-right: 5px;
}
}




