﻿
@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');



.bg_color1 {
    background-color: #b4c2e3;
}

#loader .posi_abs{
    background-color: #fff7f0;
}

#head_logo .posi_abs{
    background-color: #fff7f0;
}

.scroll_bar{
    background-image: url(dup/img/back3.jpg);
    background-attachment: fixed;
  background-size: initial;
    background-position: top center;
   
} 

#pc_nav{
    background-image: url(dup/img/back3.jpg);
    background-attachment: fixed;
   
    background-position: top center;
   
} 

#pc_nav ul a{
    color:#6534ab;
        font-weight: bold;
   font-family: 'Potta One', cursive;
   font-size: 20px;
  
}



.sample{
     vertical-align: bottom;
    width: 35%;
    height: auto;
    
      /*stickyで固定*/
  position: relative;
position: absolute;
    /*固定したい位置*/
    /*ナビゲーションの形状*/
  z-index: 2;
    bottom:341px;
    right:-106px;
}

.sample2{
     vertical-align: bottom;
    width: 24%;
    height: auto;
    
      /*stickyで固定*/
  position: relative;
position: absolute;
    /*固定したい位置*/
    /*ナビゲーションの形状*/
  z-index: 2;
    bottom:-141px;
    right:1090px;
}


.sample0{
     vertical-align: bottom;
    width: 24%;
    height: auto;
    
      /*stickyで固定*/
  position: relative;
position: absolute;
    /*固定したい位置*/
    /*ナビゲーションの形状*/
  z-index: 2;
    /* bottom:295px;*/
    bottom:-113px;
    right:41px;
}

.sample4{
     vertical-align: bottom;
    width: 24%;
    height: auto;
    
      /*stickyで固定*/
  position: relative;
position: absolute;
    /*固定したい位置*/
    /*ナビゲーションの形状*/
  z-index: 2;
    bottom:-1038px;
    right:41px;
}



.sample5{
     vertical-align: bottom;
    width: 24%;
    height: auto;
    
      /*stickyで固定*/
  position: relative;
position: absolute;
    /*固定したい位置*/
    /*ナビゲーションの形状*/
  z-index: 2;
    bottom: -1800px;
    right: 1300px;
}


@media screen and (max-width: 667px){.sample0 {
    vertical-align: bottom;
    width: 24%;
    height: auto;
    position: relative;
    /* position: absolute; */
    z-index: 2;
    bottom: 173px;
    right: -247px;
}}

@media screen and (max-width: 667px){
.sample {
    vertical-align: bottom;
    width: 24%;
    height: auto;
    position: relative;
    /* position: absolute; */
    z-index: 2;
    bottom: 0;
    right: 1px;
}}

@media screen and (max-width: 667px){
.sample2 {
    vertical-align: bottom;
    width: 56%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 2;
    bottom: -68px;
    right: 79px;
}}


@media screen and (max-width: 667px){
.sample4 {
    vertical-align: bottom;
    width: 56%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 2;
    bottom: -1021px;
    right: 85px;
}}



@media screen and (max-width: 667px){
.sample5 {
    vertical-align: bottom;
    width: 56%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 2;
    bottom: -1636px;
    right: 85px;
}}



@media screen and (max-width: 667px){
.intro_sub_title  {
    font-size: 14px;
}}
@media screen and (max-width: 667px){
#intro .intro_txt_wrap {
    padding: 9px;
}}

@media screen and (max-width: 667px){
#sp_nav .posi_abs{
    background-color:#af7bf9;
}}

@media screen and (max-width: 667px){
#page_top {
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.9);
    right: 26px;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}}

@media screen and (max-width: 667px){
.sample {
    display: none;
}}


@media screen and (max-width: 667px){
.intro_title {
    font-size: 23px;
}}



@media screen and (max-width: 667px){
.pd_l-20px_sp {
    padding-left: 52px;
}}



.menu_stick .posi_abs {
    background-color: #475939;
}

.scroll_bar{
    color: #161204;
}

#main_img .scroll_bar span {
    width: 80px;
    height: 1px;
    top: 0;
    bottom: 3px;
    left: 0;
    margin: auto;
    background-color: #333333;
}

#top_contents::before{
    background-image: url(dup/img/back3.jpg);
    background-attachment: fixed;
  background-size: initial;
    background-position: top center;
   
} 

.con_title {
    
    color: #955301;
    font-weight: bold;
}




.intro_title{
    color: #955301;
}

.txt_color1 {
    color: #955301;
}

.border_color3 {
    border-color: #955301;
}

.border_color1 {
    border-color: #955301;
}

.con_sub_title {
    font-weight: bold;
    color: #2e1b03;
}

.con_box .contents_no span {
    background-color: #955301;
}
#cate1 .sub_cate_title  {
    border-color: rgb(255 255 255 / 0%);
}


.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}