﻿/*---------common start-----------*/

h1#logo{
    width:200px !important;
}

h1 img{
    width: auto !important;
}

#wrap{
    background-image: url(./Dup/img/back.jpg);
    background-size: 400px;
}

.txt_color4 {
    color: #ffffff;
}

.border_color2 {
    border-color: #ffffff;
}

.txt_color2 {
    color: #ffffff;
}

#main_img2 .page_title {
    background-color: rgba(65,71,79,0.0) !important;
}

.page_title .bg_color1 {
    background-color: rgba(86, 37, 2, 0.5) !important;
}

.page_title h2{
    font-weight: bold;
}

.bg_color3 {
    background-image: url(./Dup/img/ki_back_sub.jpg) !important;
    background-size: cover;
    background-position: center;
}

.border_color4 {
    border-color: #676767;
}

#cms_6-a h3.cate_title {
    border-left: 7px solid #676767d;
}

.txt_color1 {
    color: #ffffff;
}

.banner2{
      bottom: 0;
      left: 0;
      z-index: 100;
          max-width: 300px;
}

footer{
    padding-bottom: 120px !important;
}

.linkStyle{
    color: white;
}

/*---------common end-----------*/

/*--------index start--------*/

#aisatsu{
    position: relative;
}

#aisatsu:before{
    content: "";
    display: block;
    width: 180px;
    height: 160px;
    position: absolute;
    top: 90px;
    left: 50%;
    background-image: url(./Dup/img/hana.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#aisatsu > div {
    background-color: rgba(240, 220, 220, 0.2) !important;
    color: black;
    padding-top: 150px;
}

#aisatsu h2{
    color: black;
    font-weight: bold;
    font-size: calc(1rem + 11px);
    margin-bottom: 40px;
}

.poi{
        display: block;
    max-width: 150px;
    margin: auto;
    margin-top: -80px;
    margin-bottom: 20px;
}

#contents2 .contents_box, #contents1 .contents_box, #contents3 .contents_box{
    background-image: url(./Dup/img/ki_back_sub.jpg) !important;
}

#info_map{
    background-image: url(./Dup/img/ki_back_sub.jpg);
    background-size: cover;
}

/*-----2021016 correct start-----*/

#main_img{
    position: relative;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:  50%;
    left: 50%;
    background-image: url(./Dup/img/font.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 50%;
    pointer-events: none;
    animation: vanish 8s linear forwards;
}



@keyframes vanish {
    0% { opacity:1;}
    90% { opacity:1;}
  100% { opacity:0;}
}



/*-----2021016 correct end-----*/

/*--------index end--------*/

/*---------privacy start----------*/

#page9 p a{
    background-image:none !important;
}

/*---------privacy end----------*/

/*------サイトマップ start--------*/

#page10 .cate ul li span{
    display: block;
}

/*------サイトマップ end--------*/





@media all and (-ms-high-contrast: none){
  

}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

footer .letter_2 {
    letter-spacing: 1px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.banner2 {
    max-width: 230px;
}

}
