﻿@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
.font1,
.cms_title p,
#top_cms .more_btn,
#return_top a,
#info_contact .con_title .pop400,
#page_title .pop400,
#page10 .more_btn .en{
    font-family: 'Amatic SC', cursive;
}

.linkStyle{
    color:#f1957e;
    text-decoration:underline;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
}


/*--all page---------------------------
-------------------------------------*/
.scr_header{
    background-color:rgba(255,255,255,0.5)!important;
}
.scr_header li a{
    color:#ed6d46;
}
#pc_nav li a{
    color: #f1957e;
}

#pc_nav li a::after,#footer_nav li a::after{
    background-color: rgba(237,109,70,0.7);
}
main{
    background-image:url(./Dup/img/bg1.png),url(./Dup/img/bg2.png),url(./Dup/img/bg5.png),url(./Dup/img/bg6.png);
    background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
    background-position:top left,top right,bottom left,bottom right;
}
footer{
    background:url(./Dup/img/footer.png) repeat;
}

#footer_nav{
    margin-bottom:0;
    padding-bottom:50px;
}
#footer_con h2{
    color:#333;
}
.back1:before,.back2:before{
    display:none;
}
#return_top a{
    font-size: 1.5rem;
}

/*--top page---------------------------
-------------------------------------*/
#main_img:before{
    background-color: rgba(70,70,70,0.2);
}
#main_img::after{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:388px;
    background-image:url(./Dup/img/main_img.png);
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:bottom;
    left:0;
    bottom:0;
    z-index:2;
    pointer-events:none;
}
#main_img .square_box{
    background-color:transparent;
}
#top_pc_nav{
    display:none;
}

.num{
    display:none;   
}
.welcome{
    font-size: 2rem;
    line-height: 1;
}
#contents1 .con_title,#contents2 .con_title{
    position:relative;
}
#contents1 .con_title::before,#contents2 .con_title::before{
    content: '';
    position: absolute;
    display: block; 
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;    
}
#contents1 .con_title::before{
    width: 11vw;
    height: 24vh;
    background-image: url(./Dup/img/item2.png);
    top: -230px;
    left: -120px;
}
#contents2 .con_title::before{
    width: 14vw;
    height: 27vh;
    background-image: url(./Dup/img/item3.png);
    top: -230px;
    right: -220px;
}
.con_img1::before,.con_img2::before{
    content: '';
    position: absolute;
    display: block; 
    width:101%;
    height:100%;  
    top:0;
    left:0;    
    background-repeat: no-repeat;
    background-size:100% 100%;    
    z-index:1;    
}
.con_img1::before{
    background-image:url(./Dup/img/frame1.png);
}
.con_img2::before{
    background-image:url(./Dup/img/frame2.png);
}

#contents3_wrap:after {
    background-color: transparent!important;
}
.cms_title p,#top_cms .more_btn,#info_contact .con_title .pop400{
    font-size:2rem;
    line-height:1.2;
}


/*--under page---------------------------
-------------------------------------*/
#page_title:before{
    background-color: rgba(255,255,255,0.3);
}
#page_title .pop400,#page10 .more_btn .en{
    font-size:1.2rem;
    line-height:1.5;
}

.under_page .con_box{
    background-color:transparent;
}


/*---responsive----*/
@media screen and (max-width: 1280px){
#logo{
    opacity:0;
}
.scr_header #logo{
    opacity:1;
}
.button_container span{
    background: #f1957e;
}
.button_container span:nth-of-type(1){
    background:transparent;
    color:#f1957e;
}
main{
    background-size:40%;
}
.overlay{
    background: linear-gradient(135deg, rgba(241,149,126,0.9) , rgba(253,228,228,0.9))!important;
}
.overlay-menu .right .nav_menu_more a:hover{
    color:white;
}
.nav_menu_more:first-of-type a .icon:before {
    display:none;
}

    
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#contents1 .con_title::before {
    width: 15vw;
    height: 13vh;
    top: -60px;
    left: -120px;
}
#contents2 .con_title::before {
    width: 14vw;
    height: 27vh;
    top: -100px;
    right: 0;
    left: -80px;
}
.page_title_box h2{
    letter-spacing:2px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#top_cms .more_btn{
    font-size:1.5rem;
}
.page_title_box h2{
    letter-spacing:3px;
}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
#contact_tel a{
    padding-top:35px;
}
.pager li a{
    padding-bottom:3px;
}
}


