@charset "UTF-8";

.clear:after {
  content: "";
  clear: both;
  display: block;
}

body{
  font-family: 'Hiragino kaku Gothic Pro',sans-serif;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  background-color: #fff;
  background: url(null) fixed;
}

p {
  margin:12px 0 12px;
}

a {

  color: #333;
}

a:hover {
	transition: all 0.3s;
	-o-transition: all 0.3s; /* opera */
	-moz-transition: all 0.3s; /* firefox */
	-webkit-transition: all 0.3s; /* chrome, safari */
	-ms-transition: all 0.3s; /* ie */
}

main {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 207px;
}

.mainvisual a img {
	display: block;
	width:600px;
	margin:0 auto;
	padding-top:20px;
}

h2{
  font-family: 'Rufina', serif;
  font-weight: normal;
  font-size: 2em;
  letter-spacing: 0.14em;
  margin: 40px 0 40px;
}

.style_wh:after {
    content: '';
    height: 1px;
    width: 40px;
    margin: 16px auto 0 auto;
    display: block;
    background: #fff;
}

.style_bk:after {
    content: '';
    height: 1px;
    width: 40px;
    margin: 16px auto 0 auto;
    display: block;
    background: #333;
}

.top-gallery-wrap {
  background-color: #c3a268;
  width: 100%;
  margin-top:60px;
}

.top-gallery {
  color: #fff;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}

.top-gallery ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.top-gallery ul li{
  padding: 2px;
  width: 25%;
  box-sizing: border-box;
  display: inherit;
}

.top-gallery ul li a {
  background-color:#fff;
	display:block;
  width: 236px;
  height: 236px;
}

.top-gallery ul li img{
  width: 100%;
  height: auto;
}

.top-gallery ul li a:hover img {
  opacity: 0.7;;
  transition: all 0.3s;
  -o-transition: all 0.3s; /* opera */
  -moz-transition: all 0.3s; /* firefox */
  -webkit-transition: all 0.3s; /* chrome, safari */
  -ms-transition: all 0.3s; /* ie */
}

  .top-gallery .more a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid;
  padding: 13px 0 11px;
  width: 170px;
  margin: 52px auto 30px;
  display: block;
}

.top-gallery .more a:hover {
  color: #f5ecd4;;
  transition: all 0.3s;
  -o-transition: all 0.3s; /* opera */
  -moz-transition: all 0.3s; /* firefox */
  -webkit-transition: all 0.3s; /* chrome, safari */
  -ms-transition: all 0.3s; /* ie */
}

#top_about {
  padding: 30px 0 90px;
}

#top_about .inner {
  width: 960px;
  margin: 0 auto;
}

#top_about .about_contact a {
color: #333;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
letter-spacing: 0.2em;
border: 1px solid;
padding: 13px 0 11px;
width: 170px;
margin: 52px auto 30px;
display: block;
text-align: center;
}

#top_about .about_contact a:hover {
color: #c3a268;
}

.name {
  margin-bottom: 16px;
}

.name p {
  font-family: 'Montserrat', sans-serif;
  font-size:1.2em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.name p span{
  font-size: 0.7em;
  font-weight: normal;
}


/*===== header =====*/

.head_common {
  width: 100%;
  padding:20px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
  position: relative;
  position: fixed;
  z-index: 1;
}
.head_common a:hover{
  opacity: 0.6;
}

h1 {
  font-family: 'Rufina', serif;
  text-align: left;
  float: left;
  letter-spacing: 0.06em;
  margin: 0;
  font-size: 32px;
}

.gblnv_list {
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  padding-right: 95px;
}

.gblnv_list li {
  display: inline-block;
  margin: 11px 11px;
}

.sns{
  position: absolute;
  top: 25px;
  right: 20px;
  text-align: right;
  width: 100px;
}

.sns img {
  margin-right: 10px;
  width: 25.5%;
}


/*===== footer =====*/

.foot_common {
  background-color: #ededed;
  padding: 40px 0 40px;
  color: #c3a268;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.foot_common a {
  color: #c3a268;
}

.foot_common a:hover {
    opacity: 0.6;
}

.footer_icon {
    margin: 0 0 20px;
}

.footer_icon li {
  display: inline-block;
  width: 47px;
}

.footer_icon img {
  width: 24px;
}

.footer_logo {
  font-family: 'Rufina', serif;
  letter-spacing: 0.06em;
  font-size: 1.7em;
}

.footer_logo p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.1em;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

/*====================
       Gallery
====================*/


.gallery-wrap {
  width: 100%;
  margin:0 0 60px;
}

.gallery {
  color: #333;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}

.gallery ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.gallery ul li{
  padding: 2px;
  width: 25%;
  box-sizing: border-box;
  display: inherit;
}

.gallery ul li a {
  background-color:#fff;
	display:block;
  width: 236px;
  height: 236px;
}

.gallery ul li img{
  width: 100%;
  height: auto;
}

.gallery ul li a:hover img {
  opacity: 0.7;
}



/*====================
       Blog
====================*/

.blog-wrap {
  background-color: #c3a268;
  width: 100%;
  min-height: 670px;
}

.blog {
  color: #fff;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}

.toukou {
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow:wrap;
    justify-content: space-between;
}

.toukou::after{
  content:"";
  display: block;
  width:30.8%;
}

.blog article {
    background-color: #fff;
    width:296px;
    padding:2.3% 1.6%;
    box-sizing: border-box;
    margin: 18px 0;
}

.blog .entry-title {
    font-weight: bold;
}

.blog .date {
    margin:6px 0 16px;
    font-size: 12px;
}

.blog article a:hover h3, .blog article a:hover p, .blog article a:hover img {
    opacity: 0.7;
  transition: all 0.3s;
  -o-transition: all 0.3s; /* opera */
  -moz-transition: all 0.3s; /* firefox */
  -webkit-transition: all 0.3s; /* chrome, safari */
  -ms-transition: all 0.3s; /* ie */
}

.blog article a img {
    width: 90%;
    height: auto;
   -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*====================
       Contact
====================*/

.contact p {
  margin-bottom:40px;
	margin-top: 20px;
}

.contact .form {
    margin: 0 auto;
    width: 400px;

}

.contact .form label{
	margin:5px auto 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.contact .form a{
	margin-top:50px;
}

.contact form div + div {
    margin-top: 1em;
}

.contact label {
    display: inline-block;
    text-align: right;
	margin-right:1px;
}

.contact input, .contact textarea {
    font: 1em sans-serif;
    width: 400px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contact input:focus, textarea:focus {
    border:solid 1px #c3a268;
}

input[type="text"]:focus, input[type="email"]:focus, textarea {
  outline: 0;
}

.contact textarea {
    vertical-align: top;
    height: 15em;
    resize: vertical;
}

.contact .kakunin {
    background-color: #fff;
    color: #333;
    border: 1px solid;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 13px 0 11px;
    width: 170px;
    margin: 40px auto 60px;
    display: block;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button :hover {
  color: #c3a268;
  border-color: #c3a268;
  transition: all 0.3s;
  -o-transition: all 0.3s; /* opera */
  -moz-transition: all 0.3s; /* firefox */
  -webkit-transition: all 0.3s; /* chrome, safari */
  -ms-transition: all 0.3s; /* ie */
}

.contact h3 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
}


/*====================
     Responsive
====================*/
