﻿

/*
#fakeloader{
    display:none;
}
*/

/*
#foot_banner{
    position:absolute;
    display:block!important;
}
*/

/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#60513c;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}

#wrap{
    background-color:transparent;
    background:url(./Dup/img/bg.jpg) repeat;
}

#copyright{
    color:#fff!important;
}
#foot_banner a{
    padding:15px 20px;
    background-color:#00B900;
    color:#fff;
}
#map iframe{
    border-radius: 20px;
}

/*--top page---------------------------
-------------------------------------*/
#main_img .main_img_wrap{
    padding:0 50px;
}
#main_img .main_img_wrap img{
    border-radius: 50px
}
#intro_bg {
    background: url(./Dup/img/item2.png) no-repeat top 5% left 15%/100px;
}
.intro_wrap{
    background: url(./Dup/img/item3.png) no-repeat bottom 5% right/80px;
}
.modal-open{
    width: 200px;
    border-radius: 50px;
    padding: 15px;
    margin: 20px 0;
}

.top_cms1_box {
    background: url(./Dup/img/item1.png) no-repeat top 10% left 20%/150px;
}
.con_no{
    display:none;
}
#contents .con_box.box3 .con_img{
    border-radius:20px 0 0 0;
}
.cms_item{
    margin-bottom:10px;
}

/*--under page---------------------------
-------------------------------------*/
#page_title {
    background-image: url(./Dup/img/item1.png),url(./Dup/img/item3.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top 50% left 30%,bottom 15% right 35%;
    background-size: 150px,100px;
}



/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){
#page_title{
    background-position: top 45% left 15%,bottom 15% right 20%;
}
}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#main_img .main_img_wrap {
    padding: 0 10px;
}
#intro_bg {
    background: url(./Dup/img/item2.png) no-repeat top 3% right 15%/100px;
}
.modal-open{
    margin:20px auto;
}
.top_cms1_box .more{
    margin:auto;
}
#page_title{
    background-position: top 55% left 25%,bottom 15% right 30%;
    background-size: 120px,80px;
}
#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#intro_bg {
    background: url(./Dup/img/item2.png) no-repeat top 3% right 5%/80px;
}
.intro_wrap {
    background: url(./Dup/img/item3.png) no-repeat bottom right/80px;
}
.top_cms1_box {
    background: url(./Dup/img/item1.png) no-repeat top 3% left 10%/110px;
}

#page_title {
    background-position: top 50% left 5%, bottom 10% right 3%;
    background-size: 100px, 50px;
}
#page_title #filter_white {
    padding-top: 130px;
    padding-bottom: 50px;
}
#page_title h2{
    font-size:25px;
    letter-spacing:0;
}
#cms_2-g .cate_title{
    font-size: 1.5em;
}
#page-top .fas{
    border-top:0;
}
}

/*2024/10/07*/
#info .tel{display: none;}


/*2025/11/19*/
.youtube_outer{
    width: 80%;
    margin: auto;
}

.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


