﻿.top_cms_title p {
    background: #66432b;
}
.top_cms_title p span {
    opacity: 1;
    color: white;
}
.top_cms_title h3 span:after {
    width: 45px;
    height: 49px;
    content: "";
    position: absolute;
    background: url(Dup/img/title_b.png) no-repeat;
    right: -50px;
    top: 0;
    background-size: contain;
}
.top_cms_title span {
    position: relative;
}
section#contents1{
    margin-bottom:100px;
}
#contents2 figure{
    box-shadow:none;
}
.txt_color1 {
    color: #f37d2a;
}
p {
    font-size: 16px !important;
}
.border_color1 {
    border-color: #f37d2a;
}
.bg_color1 {
    background-color: #44bb82;
}
a.linkStyle {
    color: #f37d2a;
}
.slick-list.draggable:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #8e5503;
    z-index: 2;
    opacity: 0.2;
}
div#main_b {
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: 2;
    width: 50vw;
    max-width: 650px;
}
#main_img{
    position:relative;
}
.font_serif{
    font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
div#icon_wrap {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: space-around;
    margin-top: 40px;
    align-items: flex-end;
}
section#intro h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
#contents2 ul li:before {
    width: 21px;
    height: 18px;
    content: "";
    position: absolute;
    background: url(Dup/img/check.png) no-repeat;
    background-size: contain;
    top: 7px;
    left: 0;
}
#contents2 ul li {
    position: relative;
    padding-left: 27px;
    font-weight: bold;
}
#contents2 ul {
    padding: 30px 50px;
    background: white;
    display: inline-block;
    border-radius: 10px;
    margin: 20px 0;
    margin-left: 20px;
}
section#contents2 h3 {
    font-weight: bold;
    font-size: 1.8em;
}
#contents1 #contents1_txt h3 {
    color: #7c4f2f;
    font-size: 1.5em;
}
#contents1 #contents1_txt {
    background: white url(Dup/img/clover.png) no-repeat;
    background-position: 98% 95%;
}
section#intro p {
    position: relative;
}
section#intro p.font_14:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: url(Dup/img/heart.png) no-repeat;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
}
#main_img {
    max-width: 1450px;
    margin-bottom: 30px;
}
#header .tb_hide p {
    line-height: 22px;
}

/*---------------------------------タブレット--------------------------------------------*/
@media screen and (max-width:768px){
    div#icon_wrap{
        padding:0 50px;
    }
    div#icon_wrap .box {
    padding: 10px;
}
.top_cms_title h3 span:after{
    height:40px;
}
}

/*---------------------------------スマホ--------------------------------------------*/
@media screen and (max-width:667px){
    section#intro p.font_14:before {
    width: 80%;
    height: 80%;
    left:10%;
    }
    div#icon_wrap {
    flex-direction: column;
    align-items: center;
}
div#icon_wrap .box {
    padding: 20px; 
}
#contents1 #contents1_txt {
    background-position: 98% 100%;
}
#contents2 ul {
    padding: 20px 30px;
    background: white;
    display: inline-block;
    border-radius: 10px;
    margin: 20px 0;
    margin-left: 0px;
}
section#contents2 h3 {
    font-size: 1.5em;
    line-height: 1.5em;
}
#contents1 #contents1_txt h3 {
    line-height: 1.5em;
}
section#intro h3 {
    font-weight: bold;
    line-height: 1.5em;
}
section#contact_bar .tel {
    margin-bottom: 0;
}
#main_img{
    padding:5px;
}
}