﻿


/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    line-height: 1.7;
}

.bg1{
    background:url(./Dup/img/bg.jpg) repeat;
    background-size:500px;
}


/*--top page---------------------------
-------------------------------------*/
#header{
    padding-top:0;
}
#header .top_nav ul li:first-child{
    border-radius: 0 0 0 20px;
}
.main_img .vegas-overlay{
    display:none;
}
.main_img_wrap .catch{
    width:48vw;
    max-width: 700px;
    top: 20%;
    left: 2%;
}
.main_img_wrap .catch img{
    filter: drop-shadow(3px 3px 0 #fff);
}

#contents .box1_title{
    margin-left: -50px;
}
.item1,.item2,.item3,
#contents .img-container{
    filter: drop-shadow(2px 2px 0 rgba(0,0,0,0.2));
}
#contents .item2{
    width: 17vw;
    max-width:300px;
    top:-1%;
    right:3%;
}
#contents .item3 {
    width:20vw;
    max-width: 350px;
    margin-right: 0;
    margin-left: auto;
}
#contents .box1_svg{
    margin-top:-50px;
}
#contents .t_cms_txt5,
#contents .t_cms_txt8{
    font-size:2rem;
}
#contents .t_cms_txt5 span,
#contents .t_cms_txt8 span{
    font-size:3rem;
}
#contents .t_cms_img2{
    transform: rotate(-3deg);
}
#contents .t_cms_img3{
    transform: rotate(3deg);
}

#contents .img-container{
    border: 15px solid #fff;
}

#top_cms .btn{
    margin:20px auto 100px;
}
#top_cms .cms_title{
    text-align:center;
}
#top_cms .cms_3-g .box_wrap,
#top_cms .cms_1-a .box_wrap{
    border-radius:20px;
}
.other .other_link{
    margin-top:-20px;
}
.other .box:first-of-type{
    border-radius: 20px 0 0 20px
}
.other .box:last-of-type{
    border-radius:0 20px 20px 0;
}

/*more btn*/
#contents .btn,#top_cms .btn,
#contents a.btn,#top_cms a .btn,
#contents button.btn,#top_cms button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  width:300px;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#contents a.btn-border,#top_cms a.btn-border {
  margin-bottom: 12px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
#contents a.btn-border span,#top_cms a.btn-border span {
    position: relative;
    display: block;
    padding: 0.5rem 6rem;
    color: #3c2317;
    border: 2px solid #3c2317;
    border-radius: 3.5rem;
}
#contents a.btn-border:before,#top_cms a.btn-border:before {
    position: absolute;
    bottom: -8px;
    left: 5px;
    display: block;
    width: 98%;
    height: 50px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #3c2317;
    border-top: 1px solid #3c2317;
    border-radius: 5em;
    background-image: -webkit-repeating-linear-gradient( 135deg, #3c2317, #3c2317 1px, transparent 2px, transparent 5px );
    background-image: repeating-linear-gradient( -45deg, #3c2317, #3c2317 1px, transparent 2px, transparent 5px );
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#contents a.btn-border:hover,#top_cms a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
#contents a.btn-border:hover:before,#top_cms a.btn-border:hover:before {
  bottom: -5px;
}
#contents a.btn-border:active,#top_cms a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}
#contents a.btn-border:active:before,#top_cms a.btn-border:active:before {
  bottom: -1px;
}


/*--under page---------------------------
-------------------------------------*/
#page_title p{
    text-shadow:2px 2px 0 #fff;
}

#cms_3-g .cate_item, .cms_3-g .box_wrap {
    box-shadow: none;
}
#cms_2-g .cate_img1 {
    max-height: 650px;
}
#end_message{
    text-align:center;
    font-size:20px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.main_img_wrap .catch {
    width: 60vw;
    top: 15%;
    left: 10%;
}
/*#contents .box1_1 {
    margin-left: 80px;
    margin-right: auto;
    margin-top: -80px;
}*/
#contents .box1_title {
    margin-left: -30px;
}
#contents .item2 {
    width: 30vw;
    top: -30px;
}
#contents .item3 {
    width: 27vw;
    margin-top: -70px;
    margin-right: 30px;
}
#contents .box1_svg{
   /* display:none;*/
}
.dec{
    width:25px;
}
.cate_list li {
    margin-bottom: 10px;
    width: 48%;
    text-align: left;
}
#end_message{
    text-align:left;
    font-size:18px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header .logo{
    padding-top:10px;
}
.main_img_wrap .catch {
    width: 90vw;
    left: 2%;
}
.main_img_wrap .catch img {
    filter: drop-shadow(2px 2px 0 #fff);
}
#contents .box1_1 {
    margin-left: 10px;
    margin-top: 0;
}
#contents .box1_title{
    width:250px;
    margin-left:-10px;
    margin-bottom:20px;
}
#contents .item2 {
    width: 37vw;
    top: -10px;
}
#contents .item3 {
    width: 40vw;
    margin-top: 20px;
    margin-right: -10px;
}
#contents .t_cms_txt6{
    letter-spacing: -1px;
}

#contents .img-container {
    border: 10px solid #fff;
}
.other .box:first-of-type {
    border-radius: 20px 20px 0 0;
}
.other .box:last-of-type {
    border-radius: 0 0 20px 20px;
}
#page_title p{
    text-shadow: none;
}
.cate_list li{
    margin-bottom: 0px;
    width:100%;
}
#end_message{
    font-size:16px;
}
}

/*2025-03-14*/
.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
    top: 50%;
    left: 50%;
    width: 60% !important;
    height: 60% !important;
    transform: translate(-50%, -50%);
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    
#contents .box1_3{order: 2;}
#contents .box1{align-items: center;}
}




/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    .youtube_box iframe{
  position: absolute;
    width: 100% !important;
    height: 100% !important;
}
    #contents .item3 {
        margin-right: 20px;
    }
    #contents .box1{    justify-content: start;}
#contents .box1_1{order: 1;    width: 40% !important;}
#contents .box1_svg {
    margin-top: 0;
}
}

/*2025-10-17*/
.top_page #map iframe {
    width: 100%;
    height: 500px;
}
.add_btn01 span{
    font-family: 'Kaisei Opti', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 667px) {
    .top_page #map iframe {
        height: 350px;
    }
}