@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body{
    line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display:block;
}
nav ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after{
    content:'';
    content:none;
}
a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color:inherit;
}
.wf-sawarabimincho{
    font-family: "Sawarabi Mincho";
}
.wf-sawarabigothic{
    font-family: "Sawarabi Gothic";
}
body{
    color:#363636;
    background: #d6e1c9;
    background-image:url(../img/shimizu-bg-i.png);
/*    background-image:url(../img/shimizu-bg-i2.png);*/
    background-size:500px;
    font-family: "Sawarabi Mincho";
    line-height:1.2em;
}
.humb-menu{
    display: none;
}
.header01{
    width:100%;
    height:170px;
    z-index: 9999;
    position: fixed;
    top:0;
    left:0;
/*    background-color:#eaf5dc;*/
    background-color:#50624E;
    box-shadow: 5px 0px 5px black;
}
.header01 p, .header01 ul{
    color:white;
}
.header01.HeightMin{
	position: fixed;
    z-index: 999;
	height:115px;
	animation: DownAnime 0.5s forwards;
}
.header01.HeightMin p{
    display: none;
}
.header01.HeightMin .top-logo{
    width:120px;
    margin:0 10px;
}
.header01.HeightMin .top-line{
    width:300px;
    height:20px;
}
.scale{
    transform: scale(-1, 1);
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
.top-h1{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    font-size:18px;
    margin:10px 0;
}
.top-h1 span{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.top-line{
    width:400px;
    height:25px;
}
.top-logo{
    width:180px;
    margin:5px 10px 10px 10px;
}
.header-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width:100%;
    max-width:1200px;
    margin:auto;
}
.header-nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width:100%;
}
.header-nav ul li a{
/*    width:180px;*/
    font-size:16px;
/*
    display: flex;
    justify-content: center;
    align-items: center;
*/
    display: block;
    margin:auto;
    padding:10px;
}
.header-nav ul li{
    width:100%;
    height:100%;
    text-align: center;
}
.header-nav ul li:hover{
    color:#363636;
    background: #EDDAB0;
    transition: 0.7s;
}
.col-link{
    position: fixed;
    width:55px;
    right:0;
    z-index: 999;
}
.page-top{
    width:150px;
    position:fixed;
    bottom:30px;
    right:15px;
    z-index: 999;
}
main{
    margin-top:200px;
}
.w1000{
    width:1000px;
}
/*CM*/
.top-cm{
    width:1000px;
    height:740px;
    background: url(../img/top-frame3.png) no-repeat;
    background-size: contain;
    margin:auto;
    position: relative;
}
.top-cm video{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:912px;
    height:520px;
}
/*CMここまで*/


.top-slide{
    width:1000px;
    height:740px;
    background: url(../img/top-frame2.png) no-repeat;
    background-size:cover;
    margin:auto;
/*
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
*/
}
.slide-top{
}
.slide-top img{
    width:780px;
    height:560px;
    object-fit: cover;
    margin:auto;
    padding-top:90px;
}
.plate-position{
    width:100%;
    height:100%;
    position: relative;
}
.plate {
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
}
.news-cont{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top:50px;
}
.news{
    width:960px;
    margin:20px auto;
}
.news-cont img{
    width:180px;
}
.news-text a{
    font-size:18px;
    font-weight: bold;
    white-space: nowrap;
}
.line01{
/*
    width:100%;
    height:25px;
    padding:30px 0;
*/
    display: block;
    width:100%;
    height:25px;
    background-image: url(../img/cover03.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    margin:30px auto 0 auto;
}

.box-top, .box-middle, .box-bottom{
    display: flex;
    justify-content: space-between;
    margin:auto;
    padding:100px 0 80px 0;
    position: relative;
}
.box-photo-left, .box-photo-right{
    width:480px;
    height:480px;
    padding:0 20px;
}
.hukidashi-box-top, .hukidashi-box-middle, .hukidashi-box-bottom{
    width:100%;
    height:520px;
}
.hukidashi-box-top{
    background: url(../img/pop-brown.png) no-repeat;
    background-size: contain;
}
.hukidashi-box-middle{
    background: url(../img/pop-blue.png) no-repeat;
    background-size: contain;
}
.hukidashi-box-bottom{
    background: url(../img/pop-yellow.png) no-repeat;
    background-size: contain;
}
.hukidashi-text-top01, .hukidashi-text-top02, .hukidashi-text-middle01, .hukidashi-text-middle02, .hukidashi-text-bottom01, .hukidashi-text-bottom02, .hukidashi-top01, .hukidashi-top02, .hukidashi-middle01, .hukidashi-middle02, .hukidashi-bottom01, .hukidashi-bottom02{
    position: absolute;
}
.hukidashi-text-top01, .hukidashi-text-middle01, .hukidashi-text-bottom01{
    font-size:22px;
    z-index: 2;
    line-height:40px;
    white-space: nowrap;
}
.hukidashi-text-top02, .hukidashi-text-middle02, .hukidashi-text-bottom02{
    font-size:18px;
    line-height:30px;
    z-index: 2;
    white-space: nowrap;
}
.hukidashi-text-top01{
    top:215px;
    left:480px;
    
}
.hukidashi-text-top02{
    bottom:162px;
    right:140px;
}
.hukidashi-text-middle01{
    top:215px;
    left:190px;
}
.hukidashi-text-middle02{
    bottom:175px;
    left:150px;
}
.hukidashi-text-bottom01{
    top:215px;
    left:530px;
    
}
.hukidashi-text-bottom02{
    bottom:175px;
    right:150px;
}
.hukidashi-top01, .hukidashi-top02, .hukidashi-middle01, .hukidashi-middle02, .hukidashi-bottom01, .hukidashi-bottom02{
    z-index: 1;
}
.hukidashi-top01, .hukidashi-bottom01{
    width:480px;
    top:160px;
    left:420px;
}
.hukidashi-middle01{
    transform: scale(-1, 1);
    width:480px;
    left:100px;
    top:160px;
}
.hukidashi-middle02{
    transform: scale(-1, 1);
    width:360px;
    bottom:80px;
    left:40px;
}
.hukidashi-top02, .hukidashi-bottom02{
    width:360px;
    right:50px;
    bottom:80px;
}
.top-h2{
    width:1000px;
    height:150px;
    margin:auto;
    background: url(../img/ribbon-wide.png) no-repeat;
    background-size:contain;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
}
.popup-wrp{
    color:saddlebrown;
    font-weight: bold;
}
.top-h3{
    background-image: url(../img/banner-white.png);
    background-repeat: repeat-x;
    background-size: contain;
    height:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:50px 0 0 0;
    font-size:20px;
}
.arrow{
    width:60px;
    margin-top:-5px;
    position: absolute;
    right:500px;
}
/*
.aside-text01, .aside-text02, .aside-text03{
    position: absolute;
    z-index: 2;
}
.aside-text01{
    top:80px;
    left:100px;
}
.aside-text02{
    top:80px;
    right:180px;
}
.aside-text03{
    top:80px;
    left:130px;
}
.aside-hukidashi01, .aside-hukidashi02, .aside-hukidashi03{
    position: absolute;
    width:350px;
    z-index: 1;
}
.aside-hukidashi01, .aside-hukidashi03{
    top:0;
    left:50px;
}
.aside-hukidashi02{
    top:0;
    right:50px;
}
*/
.aside-box{
    margin:100px 0 80px 0;
}
.aside-cont01, .aside-cont02, .aside-cont03{
/*
    position: relative;
    width:1000px;
    height:200px;
    margin:auto;
*/
}
.aside-box-top, .aside-box-middle{
/*
    background:#CEC5C6;
    background-clip: content-box;
*/
    width:1000px;
    margin:auto;
    border-bottom:dotted 10px white;
}
.aside-text01, .aside-text02, .aside-text03{
    font-size:18px;
    white-space: nowrap;
}
.aside-text01, .aside-text02{
    width:360px;
    height:220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aside-text01{
    background: url(../img/hukidashi-circle01.png) no-repeat;
    background-size:contain;
    background-position: center;
}
.aside-text02{
    background: url(../img/hukidashi-circle02.png) no-repeat;
    background-size:contain;
    background-position: center;
}
.aside-link{
    width:1000px;
    margin:100px auto;
    display: flex;
    justify-content: space-around;
}
.cont-board01 img{
    width:300px;
}
.footer-top{
    width:1000px;
    margin:auto;
    height:580px;
    background: url(../img/footer-bg.png) no-repeat;
    background-size:contain;
    position: relative;
}
.footer-top span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:100px 0 70px 0;
}
.footer-line{
    width:200px;
}
.footer-title{
    font-size:26px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 20px;
/*    padding:105px 0 75px 0;*/
}
.footer-nav{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding:0 50px;
    font-size:15px;
}
.list-sub{
    margin-bottom:15px;
}
.list-title{
    font-weight: bold;
    margin-bottom:30px;
}
footer a:hover{
    border-bottom:solid 1px #ABBACB;
}
.logo-tk{
    position: absolute;
    bottom:80px;
    left:60px;
    width:140px;
}
.copyright{
    display: flex;
    justify-content: center;
    padding:0.5em 0 1em 0;
}
/*RPについて*/
.section-senter{
    text-align: center;
}
.woody-line{
    background: url(../img/ribbon-wide.png) no-repeat;
    background-size:contain;
    background-position:center bottom;
    width:800px;
    height:120px;
    margin:15px auto;
    padding-bottom:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    font-weight: bold;
}
.rp-danmen{
    width:280px;
    margin:20px auto;
}
.section-box section{
    margin:30px auto;
    line-height:1.5em;
}
.section-p{
    padding:50px 0;
}
.section-in{
    width:1000px;
    margin:auto;
}
.back-color{
    background-color: #eaf5dc;
/*    padding:50px 0;*/
    margin:30px 0;
}
/*見出し*/
/*
.section-box h3{
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.section-box h3:before, .section-box h3:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px #363636;
    border-bottom: solid 1px #363636;
}
.section-box h3:before{
    left:0;
}
.section-box h3:after{
    right:0;
}
*/
/*見出しここまで*/
.border-double{
/*
    border:double 10px white;
    padding:1.5em;
    border-radius: 10px;
*/
}
.section-wwrp{
    padding: 1em;
    margin: 2em 0;
    background: #EAF5DC;
    box-shadow: 0px 0px 0px 15px #EAF5DC;
    border: dashed 3px white;
    width:800px;
}
.title-center{
    text-align: center;
    padding:1em;
}
.text-brown{
    color:brown;
    font-weight: bold;
}
.table-kyoudo span{
    font-size:10px;
    vertical-align: text-top;
}
.pre-text-left, .pre-text-center {
    font-size:12px;
    font-weight: bold;
    line-height: 1.5em;
}
.pre-text-left{
    text-align: left;
    margin:1em auto;
    width:770px;
}
.pre-text-center{
    color:#C2440B;
    text-align: center;
}
/*table*/
.table-jushi, .table-kyoudo, .table-nensyou{
    width:800px;
}
.table-jushi, .table-kyoudo, .table-nensyou{
    box-shadow: 7px 7px 0px #BDCAAC;
}
.table-kyoudo td, .table-nensyou td{
    text-align: center;
}/*tableボーダー*/
.table-jushi, .table-kyoudo, .table-nensyou{
    border-collapse: collapse;
/*    border:solid 2px #BDCAAC;*/
/*    border:solid 2px #D6E1C9;*/
    margin:5px auto;
    font-size:14px;
}
.border-bottom{
/*    border:solid 3px #BDCAAC;*/
/*    border:solid 3px #D6E1C9;*/
/*    border:solid 2px #363636;*/
    border-bottom:solid 1px white;
}
.table-jushi th, .table-jushi td{
/*    border:solid 2px #BDCAAC;*/
/*    border:solid 2px #D6E1C9;*/
    padding:10px;
    width:266px;
}
.table-jushi th{
    vertical-align: middle;
}
.table-kyoudo th, .table-nensyou th{
/*    border:solid 5px #BDCAAC;*/
/*    border:solid 1px #D6E1C9;*/
    padding:10px;
}
.table-kyoudo td, .table-nensyou td{
/*    border:solid 3px #BDCAAC;*/
/*    border:solid 1px #D6E1C9;*/
    padding:10px;
}
.table-kyoudo-top{
/*    border-bottom:solid 3px #BDCAAC;*/
/*    border-bottom:solid 3px #D6E1C9;*/
}
/*tableバックカラー*/
.table-title-orange01{
    color:white;
    background-color:#da9d27;
}
.table-title-orange02{
    color:#363636;
    background-color:#EBBA5B;
}
.table-text-orange01{
    background-color:#eecd83;
}
.table-text-orange02{
    background-color:#EDDAB0;
}
.table-title-brown01{
    color:white;
    background-color:#7b5435;
}
.table-title-brown02{
    color:#363636;
    background-color:#a38879;
}
.table-text-brown01{
    color:white;
    font-weight: bold;
    background-color:#9F7F66;
}
.table-text-brown02{
    background-color:#C7B8AF;
}
.table-title-blue01{
/*    color:white;*/
    background-color:#7CA6D8;
}
.table-text-blue01{
    background-color:#C6D8EC;
}
.table-text-red01{
    color:white;
    background-color: #D86C3B;
}
.table-text-red02{
/*    color:white;*/
    background-color:#eb926a;
}
.table-text-red03{
/*    color:white;*/
    background-color:#c23b1c;
}

.rp-kyoudo{
    width:500px;
}
.th-normal{
    font-weight: normal;
}
.pre-link-cont{
    display: flex;
    flex-flow: column wrap;
    text-align: left;
    margin:30px auto;
    width:800px;
}
.pre-link-cont a {
    margin:0.1em;
    padding: 0.4em 0.5em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #EBBA5B;
    border-bottom: solid 3px #d7d7d7;
}
.h3-border {
    position: relative;
    display: inline-block;
    padding: 50px 55px;
}
.h3-border:before, .h3-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}
.h3-border:before{
    left:0;
}
.h3-border:after{
    right:0;
}
.h4-sub{
    margin-top:30px;
}
/*製品紹介*/
.article-works section{
    width:100%;
}
.works-main-photo{
    width:820px;
    display: block;
    margin:auto;
    padding:30px 0;
}

.sekou-ribbon{
    background-color:white;
    text-align: center;
/*    width:300px;*/
    width:150px;
    height:150x;
    border:double 5px #D6E1C9;
    margin: 0;
/*    padding:0.6em;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.sekou-text{
    width:100%;
    height:420px;
    background: url(../img/text-board.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.sekou-text p{
    position: absolute;
    top:25%;
    left:20%;
/*    text-align: center;*/
}
.sekou-nav{
    display: flex;
    flex-flow:row nowrap;
    justify-content: space-around;
    width:860px;
    margin:30px auto 0 auto;
}
.sekou-nav a img{
    width:150px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.photo-hover:hover, .sekou-nav a img:hover{
    opacity: 0.8;
    transition: .5s;
}
/*清水製作所について*/
.sub-h2{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width:1000px;
    height:220px;
    margin:150px auto 30px auto;
}
.h2-about{
    background: url(../img/title-about.png) no-repeat;
    background-size: contain;
}
.h2-contact{
    background: url(../img/title-contact.png) no-repeat;
    background-size: contain;
}
.h2-woody{
    background: url(../img/title-woody.png) no-repeat;
    background-size: contain;
}
.h2-works{
    background: url(../img/title-works.png) no-repeat;
    background-size: contain;
}
.h2-cooperation{
    background: url(../img/title-cooperation.png) no-repeat;
    background-size: contain;
}
.h2-members{
    background: url(../img/title-members.png) no-repeat;
    background-size: contain;
}
.sub-h2 img{
/*    width:1000px;*/
}
.sub-title-cont{
    position: relative;
    width:100%;
    height:100%;
    margin:auto;
}
.sub-title-cont p, .sub-title-cont img{
    position: absolute;
}
.sub-title-cont p{
/*
    top:70px;
    left:60%;
    z-index: 2;
*/
}
.h2-woody p{
    z-index: 2;
    top:70px;
    right:200px;
}
.h2-works p{
    z-index: 2;
    top:70px;
    right:215px;
}
.h2-about p{
    z-index: 2;
    top:70px;
    right:240px;
}
.h2-contact p{
    z-index: 2;
    top:70px;
    right:220px;
}
.h2-cooperation p{
    z-index: 2;
    top:70px;
    right:210px;
}
.h2-members p{
    z-index: 2;
    top:70px;
    right:220px;
}
.sub-title-cont img{
    width:320px;
    top:0px;
    right:150px;
    z-index: 1;
}
.article-in{
    width:1000px;
    margin:auto;
}
.h3-access{
    position: relative;
    padding: 0.3em;
    background: #fff;
    width: 80%;
/*    margin-right: auto;*/
    margin-bottom: 20px;
    border-radius: 15px;
    text-align: center;
}
/*
.h3-access:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    width: 0;
    height: 0;
}
*/
.pin-box{
    display: flex;
    justify-content: space-between;
}
.pin{
    padding:0.8em;
/*    margin:auto;*/
    background-color:#917c7b;
    border-radius:50px;
    width:0px;
    height:0px;
    box-shadow: 3px 4px 0px #a0aea7;
}
.about-list{
    background-color:#EBF0E5;
    border-radius:10px;
    box-shadow:5px 5px 0px #8CA497;
    padding-bottom:1em;
}
.about-list ol{
    list-style-type: none;
    line-height:1.8em;
    padding:1em;
}
.about-list ol li{
    display: flex;
    font-size:14px;
    
    background: #D6E1C9;
  box-shadow: 0px 0px 0px 5px #D6E1C9;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
    margin:20px 0;
    
}
.about-list ol li span{
    display: block;
    width:140px;
/*    padding:0 1em;*/
}
.about-news{
    text-align: right;
    display: inline-block;
    margin:1em;
  padding: 0.5em 1em;
  text-decoration: none;
  background: white;
/*  color: #FFF;*/
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px white;
  border: dashed 1px #363636;
}
.address{
    margin:50px auto;
}
.address-box{
    width:450px;
    position: relative;
    padding:  1em;
    border: solid 3px #8CA497;
    background-color: #EBF0E5;
}
.address-box h4{
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #8CA497;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.address-text{
    line-height: 1.5em;
}
.address-box a{
    text-decoration: underline;
}
.address-text span{
    width:100px;
    display: inline-block;
    font-weight: bold;
}
.address iframe{
    display: block;
    width:960px;
    height:500px;
    margin:30px auto;
    border:solid 10px white;
}
/*お問い合わせ*/
.text-center{
    text-align: center;
}
.contact-form{
    margin-bottom:50px;
}
.formTable{
    margin:10px auto;
    color:#363636;
    border-collapse: collapse;
    font-size:90%;
}
.formTable{
    border:solid 5px #D6E1C9;
    background:#fff;
    padding:10px;
}
.formTable span, .text-center span{
    color:brown;
    font-weight: bold;
}
.formTable tr{
    border:solid 2px #D6E1C9;
    background:#eaf5dc;
}
.formTable td{
    border:solid 2px #D6E1C9;
    padding:10px;
}
.formTable th{
    text-align:left;
    vertical-align: middle;
    padding:10px;
}
.formTable input, .formTable select{
    padding:0.5em;
}
/*thanks*/
.thanks{
    text-align: center;
    padding:50px 0;
}
.thanks h2{
    font-size:20px;
    margin:5px 0 35px 0;
}
.re-btn{
    display: block;
    margin:20px 0;
    text-decoration: underline;
}
/*施工店募集*/
.contact-link{
    display: block;
    width:300px;
    margin:auto;
}
.contact-link img{
/*    display: block;*/
    width:300px;
    height:240px;
    margin:50px auto;
}
/*協力施工店一覧*/
.member-list-box{
    width:1000px;
    margin:auto;
    padding:2em 0;
    background-color:#EBF0E5;
    border-radius: 15px;
}
.member-list{
    list-style: none;
    text-align: center;
    margin:50px auto;
}
.member-list li{
    margin:20px 0;
}
.member-list a{
    display: flex;
    justify-content: center;
/*    justify-content: space-between;*/
    align-items: center;
    width:50%;
    height:25px;
    background:url(../img/member-list-bg.png) no-repeat;
    background-size: contain;
    background-position: center;
/*    color:white;*/
/*    background-color:#A37F60;*/
    margin:auto;
    padding:0.5em 1.5em;
/*    border:dashed 1px white;*/
/*    box-shadow: 0px 0px 0px 5px #A37F60;*/
    border-radius: 2px;
}
/*
.member-list span{
    text-decoration: underline;
}
*/
.member-list a:hover{
    opacity: 0.8;
}
/*
.member-list{
    display: flex;
    justify-content: space-around;
    margin:50px 0;
}
*/
/*
.member-list p{
    border-bottom:solid 5px white;
    padding:1em;
    width:300px;
    font-size:18px;
}
*/
.table-member{
    border-collapse: collapse;
    border:double 5px white;
    margin:50px auto;
    background-color:white;
}
.table-member td{
    width:300px;
    padding:1em;
    border:solid 2px white;
    font-size:18px;
    text-align: center;
}
/*取り扱い説明書*/
.manual-box{
    background-color:#EAF5DC;
    width:1000px;
    margin:0 auto 50px auto;
    padding:3em;
}
.h1-manual{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center
}
.h1-manual img{
    width:380px;
    margin:0 auto 30px auto;
}
.h1-manual p{
    font-size:32px;
}
.print-btn{
    margin:30px auto 0 auto;
    display: flex;
    justify-content: center;
}
.print-btn input {
    /*
    padding:1em;
    display: block;
    margin:auto;
    background-color:white;
*/
    position: relative;
    display: inline-block;
    font-weight: bold;
    
    padding: 8px 10px 5px 10px;
    text-decoration: none;
    color: #8CA497;
    background: #EAF5DC;
    border-bottom: solid 4px #EAF5DC;
    border-radius: 15px 15px 0 0;
    transition: .4s;
}
.print-btn input:hover {
    background: #8CA497;
    color: #FFF;
}
.h2-manual{
    text-align: center;
    font-size:20px;
    margin:3em 0;
}
.manual-woody{
    color:brown;
}
.h3-manual{
    margin:10px 0;
}
.manual-center{
    text-align: center;
}
.manual-box section{
    margin:30px 0;
}
.manual-box p{
    padding:0 1em;
    line-height: 1.4em;
}
.manual-subh{
    font-weight: bold;
    margin-top:20px;
}
.atogaki{
    text-align: right;
}
/*個人情報保護方針*/
.privacy-box{
    width:1000px;
    margin:0 auto 3em auto;
    line-height: 1.3em;
    background-color:#EAF5DC;
    padding-bottom:2em;
}
.privacy-box h2{
    font-size:26px;
    text-align: center;
    padding:2em 0 1em 0;
}
.privacy-box h3{
    font-size:20px;
    margin:10px 0;
}
.privacy-box section{
    margin:2em 0;
    padding:0 2em;
}
.privacy-box ol{
    margin:0 0 0 2.5em;
}
.privacy-box li{
    margin:1em 0;
}
.text-right{
    text-align: right;
    margin:0 2em 0 0;
}
.privacy-link{
    text-decoration: underline;
    margin:0.5em 0;
}
/*ページジャンプ*/
#woodyrp, #manual, #fence, #deck, #square, #prop, #board{
    margin-top:-200px;
    padding-top:200px;
}
/*animation*/
/*fade*/
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/*rect*/
.rect2{
    animation: rect2 3s ease-in-out infinite;
}
@keyframes rect2 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-5%);
}
100% {
transform: translateY(0);
}
}
.rect3{
    animation: rect3 3s ease-in-out infinite;
}
@keyframes rect3 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-15%);
}
100% {
transform: translateY(0);
}
}
.hop:hover{
    animation:hop 1s;
}
@keyframes hop{
    0%{
        transform: translate(0px, 0px);
    }
    25%{
        transform:translate(0px, -15px);
    }
    50%{
        transform: translate(0px, 0px);
    }
    75%{
        transform: translate(0px, -5px);
    }
    100%{
        transform:translate(0px, 0px);
    }
}