@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Source+Serif+Pro);
@font-face {
  font-family: "NotoSansR";
  src: url("font/NotoSansR.eot") format("eot"), url("font/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSansL";
  src: url("font/NotoSansL.eot") format("eot"), url("font/NotoSansL.woff") format("woff");
}

@font-face {
  font-family: "iconfont";
  src: url("font/iconfont.eot");
  src: url("font/iconfont.eot#iefix") format("embedded-opentype"), url("font/iconfont.woff") format("woff"), url("font/iconfont.ttf") format("truetype"), url("font/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
}

.nav-item01 a {
  color: #be920e;
}
.nav-item01 a:after {
  opacity: 1;
}

.cmn-visual01 {
  height: 400px;
  background-image: url(../images/concept/mainvisual.jpg);
  margin-bottom: 80px;
}

.cmn-visual02 {
  background-image: url(../images/concept/visual01.jpg);
  margin-top: 75px;
}

.concept-box {
  margin-bottom: 100px;
}
.concept-box .photo {
  float: left;
  width: 445px;
}
.concept-box .text {
  float: right;
  width: 445px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.concept-box .text-description {
  letter-spacing: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  padding-left: 30px;
}
.concept-box .text-description p {
  margin-bottom: 20px;
}
.concept-box .text-description p:last-child {
  margin-bottom: 0;
}
.concept-box .message-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
}
.concept-box .message-text p {
  margin-bottom: 18px;
}
.concept-box .message-text p:last-child {
  margin-bottom: 0;
}
.concept-box .message-text .name {
  text-align: right;
}

.message-block .title-style01 {
  border-bottom: none;
}
.message-block .title-style01:after {
  content: none;
}
.message-block .title-style01 .title-main {
  font-size: 34px;
  font-size: 3.4rem;
}

.cmn-nav02 .nav-item01 a {
  background-image: url(../images/concept/nav-image01.jpg);
}

.cmn-nav02 .nav-item02 a {
  background-image: url(../images/concept/nav-image02.jpg);
}
.cmn-nav02 .nav-item02 a:hover .txt-ja {
  background: #ddb337 url(../images/concept/logo-ilmoment-on.png) no-repeat center;
}

.cmn-nav02 .nav-item02 .txt-ja {
  text-indent: -9999px;
  overflow: hidden;
  background: #fff url(../images/concept/logo-ilmoment.png) no-repeat center;
}

.cmn-nav02 .nav-item03 a {
  background-image: url(../images/concept/nav-image03.jpg);
}
.cmn-nav02 .nav-item03 a:hover .txt-ja {
  background: #ddb337 url(../images/concept/logo-guesthousebarley-on.png) no-repeat center;
}

.cmn-nav02 .nav-item03 .txt-ja {
  text-indent: -9999px;
  overflow: hidden;
  background: #fff url(../images/concept/logo-guesthousebarley.png) no-repeat center;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .concept-box {
  *zoom: 1;
}
.clearfix:after, .concept-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}