@charset "UTF-8";

header .logoArea {
  padding: 0 !important;
}
#party {
  background: #f5f5f5;
}
#party a {
  text-decoration: none;
}

.titleAre {
  height: 233px;
  padding: 75px 0 110px;
}
.titleAre .ttlEn {
  margin-bottom: 0;
}
.titleAre .ttlBar {
  background: #d4ad71;
}

.sectionArea {
  min-height: 300px;
  padding-top: 80px;
}

#search .titleArea {
  background: url(/assets/img/furusato-tax/mainImg.jpg) center center no-repeat;
  background-size: cover;
  background-size: cover;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 15px;
  position: relative;
  text-align: center;
}

#search .titleArea .title_logo {
  width: 100%;
  height: 100%;
}

#search .titleArea .title_logo img {
  width: 100%;
  max-width: 700px;
  margin: 80vh auto 0;
  transform: translateY(-50%);
  transition: .2s;
}

#search .titleArea .ttlEn {
  /*font-size: 30px;*/
  font-family: "FOT-筑紫A丸ゴシック Std",serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-weight: 600;
color: #282828;
font-size: 50px;
line-height: 1.5;
letter-spacing: 0.1em;
position: relative;
top: 80%;
}

#search .titleArea .ttlEn span {
  /*font-size: 30px;*/
  font-family: "FOT-筑紫A丸ゴシック Std",serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
color: #282828;
font-size: 35px;
line-height: 1.5;
letter-spacing: 0.1em;
font-weight: 400;
}

#search .introduction {
  color: #282828;
font-size: 16px;
widows: 100%;
margin: -120px auto 0;
padding: 50px 0;
font-size: 16px;
background: #fff;
} 

#search .introduction p {
  text-align: center;
line-height: 1.5;
margin-top: 100px;
background: #fff;
}

#search .areaSelect {
  background: #ffffff;
  margin: 0 auto;
  min-width: 980px;
  padding: 40px 0;
  width: 100%;
}
#search .areaSelect .selectBox {
  background: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  width: 980px;
}
#search .areaSelect .selectBox dl {
  background: #f5f5f5;
  display: inline-block;
  font-size: 0;
  display: table;
  width: 100%;
}
#search .areaSelect .selectBox dl dt {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  background: #322213;
  border-bottom: 1px solid #5f5750;
  box-sizing: border-box;
  color: #ffffff;
  display: table-cell;
  font-size: 13px;
  line-height: 1;
  margin-right: 15px;
  padding-top: 24px;
  text-align: center;
  vertical-align: top;
  width: 108px;
}
#search .areaSelect .selectBox dl dd {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  display: table-cell;
  padding: 10px 10px 0;
  text-align: left;
  vertical-align: top;
}
#search .areaSelect .selectBox dl dd ul {
  font-size: 0;
}
#search .areaSelect .selectBox dl dd ul li {
  background: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 2em;
  vertical-align: top;
}
#search .areaSelect .selectBox dl dd ul li label {
  border: 1px solid #ffffff;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  color: #333333;
}
#search .areaSelect .selectBox dl dd ul li label:hover {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #ffffff;
  color: #d4ad71;
}
#search .areaSelect .selectBox dl dd ul li label.select {
  border: 1px solid #d4ad71;
  color: #d4ad71;
  cursor: auto;
}
#search .areaSelect .selectBox dl dd ul li input {
  opacity: 0;
  filter: alpha(opacity=0);
  background: none;
  box-sizing: border-box;
  border: 0;
  font-size: 0;
  margin: 0;
  height: 0;
  padding: 0;
  width: 0;
}

.areaSelect .selectBox dl:nth-child(3) dt {
  border-bottom: 0;
}

.areaSelect .selectBox dl:nth-child(3) dd {
  border-bottom: 0;
}

.areaSelect .selectBox .searchBtn {
  font-family: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}
.areaSelect .selectBox .searchBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  text-decoration: none;
  width: 300px;
  margin: 0 auto;
  padding: 16px 0 10px 0;
  text-align: center;
  vertical-align: middle;
  background: #d4ad71;
  color: #ffffff;
  transition: .3s;
}
.areaSelect .selectBox .searchBtn a:hover {
  opacity: .8;
}

.detailBox {
  margin-bottom: 80px;
  overflow: hidden;
}

.firstArea {
  color: #333333;
}
.firstArea:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.firstArea .lImg {
  float: left;
  width: 450px;
}

.firstArea .slider img {
  margin-right: 2px;
}

.firstArea .recomBox {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #463627;
  font-size: 13px;
  margin-left: auto;
  width: 450px;
}
.firstArea .recomBox .ttl {
  line-height: 23px;
  font-size: 15px;
  padding: 20px;
}
.firstArea .recomBox .ttl .recom_ttl {
  color: #463627;
  font-weight: bold;
}
.firstArea .recomBox .txt1 {
  background: #463627;
  color: #ffffff;
  font-size: 13px;
  padding: 22px 25px 22px;
}
.firstArea .recomBox .txt1 .ttl {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 10px;
  letter-spacing: 1;
}
.firstArea .recomBox .txt1 .ttl .label {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 13px;
  margin-left: 15px;
  padding: 5px 8px;
  vertical-align: middle;
}
.firstArea .recomBox .txt1 p {
  font-size: 16px;
}
.firstArea .recomBox .txt2 {
  padding: 20px 25px 20px;
}
.firstArea .recomBox .txt2 div p {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
}
.firstArea .recomBox .txt2 div p span {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 15px;
}
.firstArea .recomBox .txt2 ul.iconList {
  border-top: 1px solid #666666;
  padding-top: 10px;
}
.firstArea .recomBox .txt2 ul.iconList li {
  margin-bottom: 2px;
  font-size: 12px;
}
.firstArea .recomBox .txt2 ul.iconList li .par {
  margin-bottom: 8px;
}
.firstArea .recomBox .txt2 ul.iconList li .child li {
  background: none;
  margin-bottom: 5px;
  padding-left: 0;
}

.firstArea ul.conButtom {
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}
.firstArea ul.conButtom li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  width: 280px;
  /* 266px */
}
.firstArea ul.conButtom li span.txt3 {
  font-size: 15px;
}
.firstArea ul.conButtom li p.txt5 {
  font-size: 22px;
  padding-top: 8px;
}
.firstArea ul.conButtom li {
  font-size: 16px;
}
.firstArea ul.conButtom li a {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #d4ad71 url(/assets/img/common/iconArrowWhite5.png) 241px 20px no-repeat;
  /* 241px */
  border: 1px solid #d4ad71;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 100%;
  padding-top: 13px;
  text-decoration: none;
}
.firstArea ul.conButtom li a.close {
    background-image: none;
}
.firstArea ul.conButtom li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.firstArea li.tel {
  font-family: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-size: 25px;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #d4ad71;
  box-sizing: border-box;
  color: #d4ad71;
  display: block;
  height: 100%;
  padding-top: 4px;
  text-decoration: none;
}

.firstArea .rTxt {
  background: #ffffff;
  float: right;
  padding-bottom: 30px;
  width: 490px;
}
.firstArea .rTxt .txtInr .att {
  color: #f00;
}
.firstArea .rTxt .shopName {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  color: #463627;
  font-size: 21px;
  line-height: 30px;
  padding: 11px 20px 12px;
}
.firstArea .rTxt .shopName span {
  display: inline-block;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 13px;
  line-height: 16px;
  margin: 0 8px 3px 0;
}

.firstArea .rTxt .shopName .shoptxt {
  font-family: "ryo-display-plusn";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-weight: 400;
box-sizing: border-box;
font-size: 15px;
line-height: 23px;
padding-top: 11px;
color: #463627;
}

.firstArea .rTxt .txtInr {
  padding: 0 20px;
}
.firstArea .rTxt .txtInr .txt1 {
  background: #fbf5eb;
  color: #b28745;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 0 9px;
}
.firstArea .rTxt .txtInr .txt2 {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  margin: 15px 0;
}
.firstArea .rTxt .txtInr .txt2 a {
  color: #d4ad71;
  text-decoration: underline;
}
.firstArea .rTxt .txtInr .txt3 {
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 18px 0 15px;
}
.firstArea .rTxt .txtInr table {
  width: 100%;
  margin: 30px 0;
  box-sizing: border-box;
  border: 1px solid #666666;
  font-size: 12px;
  table-layout: fixed;
}
.firstArea .rTxt .txtInr table tr th {
  width: 100px;
  padding: 6px 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #666666;
  vertical-align: middle;
  text-align: center;
}
.firstArea .rTxt .txtInr table tr td {
  padding: 6px 10px;
  background: #ffffff;
  border-bottom: 1px solid #666666;
  font-size: 13px;
  width: 70%;
  word-break: break-all;
}
.firstArea .rTxt .txtInr table tr td a {
  color: #333333;
  transition: .3s;
}
.firstArea .rTxt .txtInr table tr td a:hover {
  opacity: .6;
}
.firstArea .rTxt .txtInr table tr span.bold {
  font-weight: bold;
  color: #bf3507;
}
.firstArea .rTxt .txtInr table tr span.small {
  font-size: 12px;
}

.firstArea .rTxt .detBtn {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  border: 1px solid #d4ad71;
  box-sizing: border-box;
  cursor: pointer;
  color: #d4ad71;
  font-size: 17px;
  height: 52px;
  line-height: 1;
  margin: 0 20px;
  padding: 18px 20px 0;
  text-align: center;
  vertical-align: top;
}
.firstArea .rTxt .detBtn span {
  background: url(/assets/img/common/iconPlusG15.png) right center no-repeat;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.firstArea .rTxt .detBtn.open {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.firstArea .rTxt .detBtn.open span {
  background: #f5f5f5 url(/assets/img/common/iconMinusG15.png) right center no-repeat;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.openArea {
  background: #ffffff;
  color: #333333;
  clear: both;
  margin-top: 23px;
  padding: 40px;
}
.openArea:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.openArea .conceptArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.openArea .conceptArea .concept {
  width: 430px;
}
.openArea .conceptArea .concept h4 {
  font-size: 18px;
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #666666;
  padding: 8px 0;
  margin-bottom: 20px;
}
.openArea .conceptArea .concept div {
  overflow: hidden;
}
.openArea .conceptArea .concept div img {
  float: left;
  width: 180px;
  margin-right: 20px;
}
.openArea .conceptArea .concept div p {
  font-size: 14px;
  line-height: 22px;
  overflow: auto;
}
.openArea .roomArea {
  margin-bottom: 30px;
}
.openArea .roomArea h4 {
  font-size: 18px;
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #666666;
  padding: 8px 0;
  margin-bottom: 20px;
}
.openArea .spaceList {
  font-size: 0;
  text-align: center;
}
.openArea .spaceList li {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  width: 273px;
}
.openArea .spaceList li .pix {
  height: 193px;
  width: 273px;
}
.openArea .spaceList li .pix img {
  height: auto;
  width: 100%;
}
.openArea .spaceList li .txt {
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

.detailBox .openArea .spaceList li + li {
  margin-left: 40px;
}

.openArea img {
  margin-right: 2px;
}

.detailBox .openArea .infoList {
  overflow: hidden;
}

.detailBox .openArea .infoList li {
  border: 1px solid #d4ad71;
  box-sizing: border-box;
  color: #d4ad7d;
  display: inline-block;
  float: left;
  height: 52px;
  padding-top: 15px;
  text-align: center;
  width: 440px;
}

.detailBox .openArea .infoList li .f16 {
  font-size: 16px;
  vertical-align: middle;
}

.detailBox .openArea .infoList li .f11 {
  font-size: 11px;
  vertical-align: middle;
}

.detailBox .openArea .infoList li:first-child {
  font-family: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  padding-top: 10px;
}

.detailBox .openArea .infoList li:nth-child(2) {
  float: right;
  font-size: 17px;
}

.detailBox .openArea .infoList li:nth-child(2) a {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  color: #d4ad7d;
  display: block;
  padding: 0 19px;
}

.detailBox .openArea .infoList li:nth-child(2) a span {
  background: url(/assets/img/common/iconWindowGold7.png) right center no-repeat;
  display: block;
}

.detailBox .openArea .infoBox {
  border: 1px solid #d4ad7d;
  margin-top: 40px;
  overflow: hidden;
  padding: 35px 40px 0;
}
.detailBox .openArea .infoBox .lImg {
  display: inline-block;
  width: 385px;
}
.detailBox .openArea .infoBox .rTxt {
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 0;
  width: 400px;
}
.detailBox .openArea .infoBox .rTxt strong {
  font-size: 15px;
  font-weight: bold;
}
.detailBox .openArea .infoBox .rTxt p + p {
  margin-top: 12px;
}
.detailBox .openArea .infoBox .rTxt p.timeCaution {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ffffff;
  background: #8c413c;
  line-height: 1.4;
  margin: 12px 0 0;
  padding: 7px 10px;
}
.detailBox .openArea .infoBox .more {
  background-position: right 18px;
  border-top: 1px solid #d4ad7d;
  line-height: 1;
  margin-top: 20px;
  padding: 15px 10px;
}
.detailBox .openArea .infoBox .more a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #d4ad7d;
  font-size: 11px;
}
.detailBox .openArea .infoBox .more a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#moreBtn {
  display: none;
  text-align: center;
}

#moreBtn span {
  font-family: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  display: block;
  height: 52px;
  position: relative;
  text-decoration: none;
  width: 940px;
  background: url(/assets/img/common/iconLoad.png) 905px center no-repeat;
  color: #d4ad71;
  border: 1px solid #d4ad71;
  font-size: 18px;
  margin: 0 auto;
  padding: 18px 0 0;
  text-align: center;
}
#moreBtn span:after {
  border: 1px solid #d4ad71;
  box-sizing: border-box;
  content: '';
  height: 46px;
  left: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  position: absolute;
  top: 2px;
  width: 934px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}
#moreBtn span:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
}

/* -------------- CONTACT -------------- */
#contactArea {
  background: url(/assets/img/party/contactBg.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 70px 0 112px;
  text-align: center;
}

#contactArea .titleArea {
  background: none;
  height: auto;
  margin-bottom: 31px;
}


#contactArea .titleArea .ttlEn {
  /*font-size: 30px;*/
  font-family: "FOT-筑紫A丸ゴシック Std",serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-weight: 600;
color: #d4ad71;
font-size: 50px;
line-height: 1.5;
letter-spacing: 0.1em;
}

#contactArea .titleArea .ttlEn span {
  /*font-size: 30px;*/
  font-family: "FOT-筑紫A丸ゴシック Std",serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
color: #d4ad71;
font-size: 35px;
line-height: 1.5;
letter-spacing: 0.1em;
font-weight: 400;
}

#contactArea .titleArea .ttlBar {
  height: 1px;
  margin-top: 21px;
  width: 32px;
}

#contactArea .txtBox {
  background: #ffffff;
  box-sizing: border-box;
  color: #333333;
  margin: 15px auto 0;
  padding: 37px 0 0;
  width: 650px;
}

#contactArea .txtBox .txt1 {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 15px;
  /*19px*/
  color: #666;
  /*追加*/
  height: 100px;
  vertical-align: top;
}

#contactArea .txtBox .tel {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 19px;
  /*  height: 50px;*/
  /*  vertical-align: top;*/
  padding: 10px 0 5px;
}

#contactArea .txtBox .tel .small {
  font-size: 15px;
}

#contactArea .txtBox .form {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 18px;
  /*  height: 50px;*/
  /*  vertical-align: top;*/
  padding: 5px 0 20px;
}

#contactArea .txtBox .form a {
  text-decoration: underline;
}

#contactArea .txtBox .form a:hover {
  opacity: .5;
}

#contactArea .txtBox .txt2 {
  font-family: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 4px;
}

#contactArea .txtBox .txt2 a:hover {
  opacity: .5;
}

#contactArea .txtBox .txt3 {
  font-size: 16px;
}

#contactArea .txtBox .txt4 {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
}

#contactArea .txtBox ul {
  font-size: 0;
  height: 122px;
  text-align: center;
}

#contactArea .txtBox ul li {
  box-sizing: border-box;
  display: inline-block;
  font-size: 17px;
  vertical-align: middle;
  height: 82px;
  width: 266px;
}

#contactArea .txtBox ul li:first-child {
  font-family: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #d4ad71;
  color: #d4ad7d;
  padding-top: 20px;
}

#contactArea .txtBox ul li:nth-child(2) {
  margin-left: 20px;
}

#contactArea .txtBox ul li:nth-child(2) a {
  font-family: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #d4ad71 url(/assets/img/common/iconArrowWhite5.png) 241px 37px no-repeat;
  border: 1px solid #d4ad71;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 100%;
  padding-top: 32px;
  text-decoration: none;
}

#contactArea .txtBox ul li:nth-child(2) a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#contactArea .txtBox .note {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  background: #f5f5f5;
  box-sizing: border-box;
  font-size: 13px;
  height: 113px;
  padding: 30px;
  text-align: left;
}

.none_search {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  display: none;
  font-size: 20px;
  line-height: 2;
  padding: 30px 0;
  text-align: center;
}

/* -------------- ICON -------------- */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/MaterialIcons-Regular.woff2) format("woff2"), url(../font/MaterialIcons-Regular.woff) format("woff"), url(../font/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: middle;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
