
* {
    border: none;
    margin: 0px;
    padding: 0px;
}
html {
    overflow-y: scroll;
    font-size: 100%;
}
body {
    color: #000;
    background: #fff;
    min-width: 1000px;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Serif JP', sans-serif;
}
ul {
    overflow: hidden;
}
li, ol, ul {
    list-style: none;
}
span.sp {
    display: none;
}
span.df {
    display: inline;
}
#yamalogo {
    padding-bottom: 10%;
}
.conlogo {
    float: left;
}
    .conlogo::after {
        content: "";
        display: block;
        clear: both;
    }
    .conlogo img {
        vertical-align: middle;
    }
#avan_make p {
    text-align: left;
    font-size: 1.6em;
    margin-left: 21%;
}
#yamakou_make p {
    text-align: left;
    font-size: 1.6em;
    margin-left: 21%;
    padding-top:2%;
}
#yamat {
    clear: both;
}
#bgphoto {
    background-position: center top;
}
h1 {
    margin: 0px auto;
    padding: 325px 0px 140px 600px;
    width: 320px;
}
.bg01 {
    background: url(../images/bg01.jpg);
}
.bg02 {
    background-color: white;
}
.category {
    width:1000px;
    margin: 0 auto;
    text-align:center;
    padding-bottom: 10%;
}
.cate {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 70px;
}
#yamatext {
    text-align: center;
    padding: 10% 0;
}
#concept {
    padding-top: 5%;
}
    #concept p {
        text-align:left;
        margin-left: 20%;
    }
    .subtitle {
        font-size: 50px;
        font-weight: bolder;
        color: #302112;
        position: relative;
    }
    .subtitle::after {
        position: absolute;
        content: '';
        height: 5px;
        left:0;
        bottom: -25px;
        width:100%;
        background: #2e3192;
    }

p.title {
    font-size: 24px;
    line-height:130px;
}
p.title:first-letter {
    font-size: 200%;
}
p.sbtitle {
    line-height: 35px;
}
p {
    line-height: 28px;
}
p img {
    padding-top: 30px;
    padding-bottom: 30px;
}
img.border{
    width: 100%;
}
.stafflist {
    width: 100%;
    margin: 0 17%;
}
.staff {
    margin: 0 auto;
    text-align:center;
}
.stafflist_item {
    width: 33.3333%;
    float: left;
    text-align: center;
}
.face {
    padding: 20px;
}
.face img{
    width: 100%;
}
.syokai {
    padding: 0 20px;
    line-height: 26px;
}
.name {
    font-weight: bolder;
    font-size: 21px;
    margin: 5px 0;
}
.bland {
    text-align: left;
    padding-left: 1em;
    font-size: 0.9em;
    border-bottom: 1px dashed #000
}
.rireki {
    text-align:left;
}
.arrival_item {
    width: 20%;
    float: left;
    text-align: center;
}
.detail {
    padding: 5px 10px 0 10px;
    font-size:12px;
}
.price {
    padding: 0 10px 10px 10px;
    font-size: 12px;
}
.cp_btn {
    display: block;
    width: 150px;
    font-size: 20px;
    padding: 0.3em;
    text-align: center;
    text-decoration: none;
    color: #808080;
    border: 2px solid #808080;
    border-radius: 3px;
    transition: .4s;
    margin: 10px auto;
    /*background-color: white;*/
}

    .cp_btn:hover {
        background: #808080;
        color: #fff;
    }
.infomation {
    width:320px;
    float:left;
    padding: 40px;
    text-align:left;
}
.access {
    overflow:hidden;
}
.renraku {
    line-height: 40px;
    padding-top: 12px;
}
.big {
    font-size: 30px;
    font-weight: bolder;
}
.googlemap{
    width:600px;
    float:left;
}
#map {
    width: 600px;
    height:450px;
}
#foot {
    height:80px;
    text-align:center;
}
#cr {
    font-size: 12px;
    padding: 40px 0 18px 0;
}
#instalist {
    text-align: center;
}
.instaframe {
    text-align: center;
    width: 100%;
    height: 300px;
}
.news {
    border: solid #d2d2d2;
    border-width: 1px 0;
}
.postList-item {
    display: flex;
    padding: 20px 50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.postList-item-date {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 110px;
}

.postList-item-title {
    font-weight: 100;
    letter-spacing: .1em;
}
.postList-item + .postList-item {
    border-top: 1px dashed #e5e5e5;
}
.qr {
    text-align: center;
}
.newlist {
    padding-bottom: 4%;
}
.newlist h2 {
    text-align: left;
    padding: 2% 0;
}
.instag {
    text-align:center;
}
.instag img {
    margin: 5% auto;
}
.fitnes {
    width: 100%;
    margin: 0 10%;
}
.fitnes_list {
    margin: 0 auto;
    text-align:center;
}
.fitneslist_item {
    width: 40%;
    float: left;
    text-align: center;
    margin-bottom: 3%;
}
.photo {
    padding: 20px 20px 5px 20px;
}
.photo img{
    width: 100%;
}
.sumname {
    padding: 0 20px;
    line-height: 26px;
}
/*めくれた紙風*/
.box1-6 {
    width: 70%;
	margin: 2em auto 0 auto;
	padding:2em;/*内側余白*/
	background-color:#ffffff;/*背景色*/
	position:relative;
}

.box1-6:after{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ccc #EEEAE7  #ccc;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
#nyukaikin {
    font-size: 30px;
}
hr.style8 {
    width: 60%;
    margin: 2% auto;
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
  }
  hr.style8:after {
    content: '';
    display: block;
    margin-top: 2px;
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
  }
  hr.style4 {
    border-top: 1px dotted #8c8b8b;
    width: 60%;
    margin: 2% auto;
  }
  .hosoku {
    font-size: 0.8em;
  }
  .product2 img {
    width: 150px;
    height: 150px;
  }
  .arrival_item2 {
    width: 20%;
    float: left;
    text-align: center;
    margin: 0 0 5% 0;
}

@media all and (-ms-high-contrast: none) {
    h3 .subtitle {
        
    }
    h3.subtitle::before {
        margin:0 auto;
    }
}

@media screen and (max-width:479px) {

    .stafflist {
        width: 100%;
        margin: 0 auto;
    }
}