﻿#header img{
    width: 100%;
    max-width: 150px;
}

.sample1{
    vertical-align: bottom;
    width: 47%;
    height: auto;
    position: relative;
    
    /* z-index: -5; */
    LEFT: 48%;
    BOTTOM: 65%;
    top: -15px;
    margin: -80px;
}


main{
    background-image: url(dup/img/back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}



/* CSS Document */
/* color */
.txt_color_nomal{color: #231204;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #3b7b2e} /* メインカラー */
.txt_color2{color: #FFF7F3} /* サブカラー */
.txt_color3{color: #7c7721} /* アクセントカラー1 */
.txt_color4{color: #efeff3} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #3b7b2e} /* メインカラー */
.bg_color2{background-color: #FFF7F3} /* サブカラー */
.bg_color3{background-color: #7c7721} /* アクセントカラー1 */
.bg_color4{background-color: #fff7f3} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #3b7b2e}
.border_color2{border-color: #FFF7F3}
.border_color3{border-color: #7c7721}
.border_color4{border-color: #efeff3}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #231204;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #3b7b2e} /* メインカラー */
.hvr_txt_color2:hover{color: #FFF7F3} /* サブカラー */
.hvr_txt_color3:hover{color: #7c7721} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #efeff3} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #3b7b2e} /* メインカラー */
.hvr_bg_color2:hover{background-color: #FFF7F3} /* サブカラー */
.hvr_bg_color3:hover{background-color: #7c7721} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #efeff3} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #3b7b2e }
.hvr_border_color2:hover{border-color: #FFF7F3}
.hvr_border_color3:hover{border-color: #7c7721}
.hvr_border_color4:hover{border-color: #efeff3}





.flex_space-between {
    justify-content: space-around;
}

.page05 #cms_3-b .cate_box  {
    background-color: white;
}

.cate_title {
    font-family: cursive;
    font-weight: bold;
}

.box_title1 {
    font-weight: bold;
}


.sample3{
    vertical-align: bottom;
    width: 75%;
    height: auto;
    position: fixed;
    
    z-index: 2;
    LEFT: 48%;
    BOTTOM: 65%;
    top: 48%;
}


#wrap{
    background-image: url(dup/img/back3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


@media screen and (max-width: 667px){
.sample1{
        display: none;
}

.sample3 {
    vertical-align: bottom;
    width: 47%;
    height: auto;
    position: fixed;
    z-index: 2;
    LEFT: 25%;
    BOTTOM: 65%;
    top: 38%;
}

}



.sample3{
    vertical-align: bottom;
    width: 47%;
    height: auto;
    position: absolute;
    
    z-index: 2;
    LEFT: 25%;
    BOTTOM: 65%;
    top: 58%;
}


/* ---------- loopSlider ---------- */
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: #1c1c1c;
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}
@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media(max-width: 667px) {
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
}




/* ----------  ---------- */


.font_14_sp{
    font-weight: bold;
}

#info h3 {
    color: #231204;
}

.page10{
    background-color: #FFF7F3;
}

.page10{
   background-image:none;
}

.grid_4 p{
    font-weight: bold;
}

.linkStyle{
    color: #1a73e8;
    font-weight: bold;
}


.opacity07 {
    opacity: 0.9;
}


 #contents_links{   padding-top: 21px;}
 
 
 
.sample3     {vertical-align: bottom;
    width: 75%;
    height: auto;
   
    
    z-index: 2;
    LEFT: 20%;
    BOTTOM: 65%;
    top: 48%;
}

.sample{
    vertical-align: bottom;
    width: 23%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 84%;
    BOTTOM: 65%;
    top: 43%;
    margin: -80px;
}



@media screen and (max-width: 667px){
.sample{
    vertical-align: bottom;
    width: 23%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 89%;
    BOTTOM: 65%;
    top: 64%;
    margin: -80px;
}

    
    
}



.sample8{
    vertical-align: bottom;
    width: 52%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: -1%;
    BOTTOM: 65%;
    top: -19%;
    margin: -80px;
}

.box_txt1 {
    font-weight: bold;
}

#cms_1-a .date {
     font-weight: bold;
}


@media screen and (max-width: 667px){
.sample8 {
    vertical-align: bottom;
    width: 52%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 21%;
    BOTTOM: 65%;
    top: 72%;
    margin: -80px;
}}

.box_title1 p  {
    font-weight: bold;
}


.cate_txt1  {
    font-weight: bold;
} 


.sample0{
    vertical-align: bottom;
    width: 30%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 30%;
    BOTTOM: 5%;
    top: -20px;
   
}

@media screen and (max-width: 667px){
.sample0 {
    vertical-align: bottom;
    width: 75%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 3%;
    BOTTOM: 4%;
    top: -26px;
}}

@media screen and (max-width: 375px){
    
    
 .sample0 {
    vertical-align: bottom;
    width: 88%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: -2%;
    BOTTOM: 5%;
    top: -11px;
}
    
    .sample1 {
    vertical-align: bottom;
    width: 27%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 27%;
    BOTTOM: 71%;
    top: 79%;
    margin: -80px;
}
}



@media screen and (max-width: 820px){
    
    .sample1 {
    vertical-align: bottom;
    width: 47%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 21%;
    BOTTOM: 65%;
    top: -15px;
    margin: -80px;
}
    
    
.sample8 {
    vertical-align: bottom;
    width: 52%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 25%;
    BOTTOM: 65%;
    top: 7%;
    margin: -80px;
}
    
.sample {
    vertical-align: bottom;
    width: 23%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 91%;
    BOTTOM: 69%;
    top: 61%;
    margin: -80px;
}
    
}



@media screen and (max-width: 768px){
    
    
    .sample1 {
    vertical-align: bottom;
    width: 47%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 48%;
    BOTTOM: 65%;
    top: 437px;
    margin: -80px;
}
    
    .sample8{
    vertical-align: bottom;
    width: 52%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 68%;
    BOTTOM: 66%;
    top: 51%;
}
    
    
    
    .sample{
    vertical-align: bottom;
    width: 27%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 49%;
    BOTTOM: 71%;
    top: 15%;
    margin: -80px;
}
    
    
.en_font {
 
    font-size: 20px;
}   
    
}


@media screen and (max-width:414px){
.sample {
    vertical-align: bottom;
    width: 27%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 25%;
    BOTTOM: 71%;
    top: 82%;
    margin: -80px;
}
    
    
.sample8 {
    vertical-align: bottom;
    width: 52%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 76%;
    BOTTOM: 66%;
    top: 51%;
}
    
}


@media screen and (max-width: 375px){
.sample {
    vertical-align: bottom;
    width: 27%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 28%;
    BOTTOM: 71%;
    top: 80%;
    margin: -80px;
}
    
.sample8 {
    vertical-align: bottom;
    width: 52%;
    height: auto;
    position: relative;
    /* z-index: -5; */
    LEFT: 76%;
    BOTTOM: 67%;
    top: 57%;
}    
    
    
}




@media screen and (max-width: 667px){
main{
    background-attachment: scroll;
    background-image: url(dup/img/back_sp.jpg);
    background-size: 500px;
    background-repeat: repeat;
}
}