﻿.txt_color2 {color: #633c18;}
.border_color2 {border-color: #e4e2d4;}
/* ----------　all　---------- */
.linkStyle{
	color:#86d5d1;
}
.linkStyle:hover{
	color:#86d5d1;
	opacity: 0.7;
	transition: all 0.5s;
}
@font-face {
font-family: "komorebi";
  src: url("Dup/css/komorebi.otf") format("otf"),url("Dup/css/komorebi.woff") format("woff"),url("Dup/css/komorebi.woff2") format("woff2");
}
#contents1 h2,#contents2 h2,#contents3 h3,#top_cms .cms_title h2,#page_title .page_box h2{
	font-family: "komorebi", serif;
}

.banner_box{
    margin-top: 50px;
}
.banner{
    width: 40%;
    margin: 0 2%;
    max-width: 300px;
    text-align: center;
    background-color: #e4e2d4;
    padding: 20px 10px;
    font-size: 16px;
    letter-spacing: 2px;
}
.banner_box:last-child .banner:first-child{
    background-color: #00B600;
}
.banner a{
   color: #603813;
}
.banner_box:last-child .banner:first-child a{
    color: #fff;
}
.banner a i{
    font-size: 24px;
    vertical-align: bottom;
}
.banner_box:last-child .banner:first-child a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(Dup/img/line.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.button2:hover {
    color: #603813;
    box-shadow: none;
    background-color: #e4e2d4;
    border-color: #e4e2d4;
}

.back_color{
    background-color: #f7f6f1;
}
#contents_box .back_color{
    background-image: url(Dup/img/back.png);
}
.txt_shadow-b { text-shadow: none;}
.foot_tel_bt{
    position: relative;
    z-index: 9;
}
.link_box li{
width: 12%!important;
}

/* ----------　TOP　---------- */
#contents1{
    padding-top: 150px;
    padding-bottom: 70px;
}
#contents1 h2{
text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    color: #8C6239;
    letter-spacing: 5px;
}
#contents1 h2:before{
    content: '';
    display: inline-block;
    width: 200px;
    height: 100px;
    background-image: url(Dup/img/dec.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -130px;
    z-index: 9;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
}
#contents1 h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #eec896;
}
#contents1 p{
line-height: 2.5;
    font-weight: bold;
color: #8C6239;
}
#contents1 h2,#contents2 h2,#contents3 h3{
font-weight: bold;
}
#contents2 h2,#contents3 h3{
    position: relative;
    margin-bottom: 20px;
}
#contents2 h2:before,#contents3 h3:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient( 135deg, #c3b8ae, #c3b8ae 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient( -45deg , #c3b8ae, #c3b8ae 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#top_cms .cms_title h2{
    font-weight: bold;
}
.top_cms_wrap{
    border-top: 1px solid #b09c89;
    margin-top: 10px;
    border-bottom: 1px solid #b09c89;
    margin-bottom: 10px;
}
.delighter {
    transition: transform .5s ease-out, opacity .5s ease-out;
      transform: translatey(80px);
      opacity: 0;
   }
.delighter.started {
      transform: none;
      opacity: 1;
}
.delighter.started.ended {
    transform: translatey(0%);
}

/* ----------　下層ページ　---------- */
#page_title{
background-color: #f7f6f1;
    padding-bottom: 30px;
    background-image: url(Dup/img/back.png);
}
#page_title .page_box{
    margin-bottom: 0px;
}
#page_title .page_box h2{
font-weight: bold;
}
.all .all_border{
    padding-top: 50px;
border-top: 1px solid #b09c89;
    margin-top: 10px!important;
    border-bottom: 1px solid #b09c89;
    margin-bottom: 10px!important;
}
.cate_list li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.page5 .cate_box .box_item2 div{
	width: 45%;
}
.page5 .cate_box .box_item2 div p{
	color: #86d5d1;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #86d5d1;
	line-height: 1.3;
}

.page5 .cate_box .box_item2 div p:first-letter{
	font-size: 30px;
}
#cms_5-c .box_txt1::before {
    color: #86d5d1;
}


/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
header{
padding-bottom: 15px!important;
padding-top: 15px!important;
}
header h1{
max-width: 250px!important;
}
#page_title .page_box {
    margin-top: 30px!important;
}
.link_box ul {
    justify-content: center;
}
.link_box li {
    width: 15%!important;
    max-width: 45px!important;
    margin-left: 20px;
    margin-right: 20px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
header {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header h1 {
    max-width: 210px!important;
}
#contents1 {
    padding-top: 130px;
    padding-bottom: 50px;
}
#contents1 h2:before {
    width: 150px;
    top: -115px;
}
.banner_box:last-child {
    margin-top: 0px;
}
.banner {
    width: 80%;
    margin: 0 2% 25px;
    max-width: 300px;
}
#contents2 h2, #contents3 h3 {
    font-size: 18px;
    letter-spacing: 0px;
}
#top_cms .cms_title h2 {
    font-size: 22px;
}
.all article{
    padding-left: 10px;
padding-right: 10px;
}
#page_title .page_box {
    padding-left: 40px;
}
#page_title .page_box::before {
    width: 30px;
}
#page_title .page_box h2 {
    letter-spacing: 2px;
}
#cms_2-b .cate_box,#cms_3-b .cate_box{
    padding: 15px;
}
.page5 .cate_box .box_item2 div:first-child{
	margin-bottom:20px;
}
.page5 .cate_box .box_item2 div{
	width: 100%;
}
.page5 .cate_box .box_item2 div p:first-letter{
	font-size: 25px;
}
#page7,#page10{
    padding-left: 10px;
    padding-right: 10px;
}
#page8 #contact_tel{
    font-size: -webkit-calc(1rem + 5px);
    font-size: calc(1rem + 5px);
}
footer h2{
text-align: center;
}
.link_box li {
    max-width: 35px!important;
    margin-left: 15px;
    margin-right: 15px;
}
}