@charset "UTF-8";
.sp {
  display: none;
}

/* ページ設定 */
#main-contents {
  font-size: 1em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #333333;
}

#container {
  width: 100%;
}

div#wrap-container {
  padding: 0;
}

#main-contents {
  width: 100%;
  margin: 0 0 10%;
}

h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  margin: 0 0 3%;
  padding-bottom: 6px;
  line-height: 1;
}

p.title_banner {
  width: 980px;
  margin: 0 auto;
}

div#reception {
  margin: 0 0 6%;
  padding: 0;
}

/* バナーエリア */
div#banner-area {
  margin: 0;
}

#page_link {
  margin: 3.3% 0 0;
}

#page_link a {
  color: #333333;
}

#page_link a:hover {
  opacity: 0.6;
}

#page_link a:hover img {
  opacity: 1 !important;
}

.content_btn {
  border: 2px solid #448ACA;
  width: 24%;
  border-radius: 5px;
  margin: 0 0 0 1.5%;
  padding: 1.5% 0 1%;
  float: left;
  display: block;
}

ul li:first-child .content_btn:first-child {
  margin-left: 0;
}

.content_btn img {
  width: 20%;
  padding: 0 2% 0 3%;
  display: inline-block;
  vertical-align: middle;
}

.content_btn img:nth-of-type(2) {
  width: 5%;
  height: 6%;
  padding: 0 4% 0;
  margin-left: auto;
}

.content_btn p {
  font-weight: 700;
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

/* ページ内リンク */
#reception h2 {
  padding: 1.8% 2% 1.6% 2%;
  margin: 10% 0 4% 0;
  background-color: #39A0D5;
  font-size: 1.8em;
  color: #FFFFFF;
  text-align: center;
}

#reception h2 span {
  color: #FFF841;
}

#reception h2:nth-of-type(1) {
  margin: 5% 0 3%;
}

#reception .recommend h3 {
  margin: 6% 0 3%;
  padding: 0.5% 0 1.5% 2.5%;
  color: #444;
  border-bottom: 2px solid #448ACA;
  font-size: 1.45em;
}

#reception p.read {
  margin: 2.5% 2% 0;
  line-height: 1.6em;
}

div .link_btn {
  text-align: center;
  margin-top: 6%;
  padding: 5% 0;
  background: #EFEFEF;
}

/* リード */
#contents .image {
  margin: 3% 0 5.4%;
}

div.what-list p {
  font-size: 1.15em;
  line-height: 1.8;
  margin: 3% auto 2%;
  width: 94%;
}

div.what-list p span.sq {
  display: block;
  font-size: 1.15em;
  margin: 0 0 0.5%;
}

div.what-list p span.sq.btm {
  margin: 2% 0 0.5%;
}

div.what-list p span.sq span {
  color: #8EC471;
}

div.what-list .image {
  margin: 2% 0 0;
}

div.what-list .image.double img {
  float: left;
  width: 49%;
}

div.what-list .image.double img:nth-of-type(2) {
  float: right;
}

/* メニュー */
div.reception-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2%;
}

div.reception-menu li {
  width: 48.28%;
  margin: 0 3% 3% 0;
}

div.reception-menu li:nth-of-type(2n) {
  margin: 0 0 3%;
}

div.reception-menu li img {
  display: block;
  margin: 0 auto;
}

div.reception-menu li a {
  display: block;
  border: 1px solid #39A0D5;
  padding: 3.5% 3.5% 15%;
  color: #333333;
  background: url(/static/images/seihin_joho/reception/yaji_4020_bl.png) no-repeat 50% 95%;
  opacity: 1;
  transition: 0.2s;
}

div.reception-menu li a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s;
}

div.reception-menu li a:hover img {
  opacity: 1 !important;
}

div.reception-menu li a span {
  display: block;
  font-size: 1.1em;
  line-height: 1.5;
}

div.reception-menu li a span strong {
  display: block;
  font-size: 1.4em;
  text-align: center;
  margin: 6% 0 2%;
}

/* 商品紹介 */
div#detail {
  margin: 0 0 12%;
}

div#reception div#detail:nth-last-of-type(1) {
  margin: 0 0 5%;
}

div#detail div.detail-list p.balloon {
  text-align: center;
  margin: 6% 0 1.5%;
}

div#detail div.detail-list p.balloon img {
  height: 3.5em;
}

div#detail div.detail-list h3 {
  border-bottom: 5px solid #39A0D5;
  text-align: center;
  font-size: 2.2em;
  padding: 0 0 1%;
  margin: 0 0 3.5%;
}

div#detail div.detail-list h3 span {
  display: inline-block;
  background: linear-gradient(transparent 30%, #FFFB89 70%);
}

div#detail div.detail-list h6 {
  border-bottom: 1px solid #39A0D5;
  text-align: center;
  font-size: 2.2em;
  padding: 0 0 1%;
  margin: -8% 0 3.5%;
}

div#detail dl {
  display: flex;
}

div#detail dl dt {
  width: 34%;
  margin: 0 4% 0 0;
}

div#detail dl dt img {
  width: 100%;
}

div#detail dl dd {
  width: 63%;
}

div#detail dl dd p.title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 3%;
}

div#detail dl dd a {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_15.png) no-repeat 0 0;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 0 0 20px;
}

div#detail dl dd span.price {
  display: block;
  font-size: 1.15em;
  margin: 3% 0 0;
}

div#detail dl dd span.caption {
  display: block;
  font-size: 1.25em;
  line-height: 1.6;
  margin: 2.6% 0 0;
}

div.other {
  background-color: #F0F7FB;
  padding: 0 0 4%;
  margin: 5% 0 0;
}

div.other h4 {
  background-color: #D4EBF8;
  padding: 1.5% 0;
  margin: 0 0 3.5%;
  font-size: 1.55em;
  text-align: center;
}

div.other div.other-cont h5 {
  font-size: 1.5em;
  color: #074ABB;
  text-align: center;
  margin: 0 0 3%;
}

div.other div.other-cont h5 span {
  display: inline-block;
  border-bottom: 3px solid #074ABB;
  padding: 0 0 4px;
}

div.other div.other-cont p {
  width: 84%;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1.05em;
}

div.other div.other-cont p span {
  display: block;
  margin: 1.3% 0 0;
  font-size: 0.9rem;
}

div.other div.other-cont div.cont-image {
  margin: 3% 0 6%;
  text-align: center;
}

div.other div.other-cont div.cont-image img {
  margin: 0 1% 0 0;
}

div.other div.other-cont div.cont-image img:nth-of-type(2) {
  margin: 0;
}

div.other ul {
  padding: 0 6%;
  margin: 0 0 0.5%;
}

div.other ul li {
  width: 30.3%;
  float: left;
  margin: 0 4.5% 0 0;
}

div.other ul li:nth-of-type(3) {
  margin: 0;
}

div.other ul li a {
  display: block;
  color: #333333;
  opacity: 1;
  transition: 0.2s;
}

div.other ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s;
}

div.other ul li a:hover img {
  opacity: 1 !important;
}

div.other ul li a img.mainimage {
  width: 100%;
  margin: 0 0 4%;
}

div.other ul li span.hinban {
  display: block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 34%;
  font-size: 1.2em;
  color: #1C64B3;
  font-weight: bold;
  background-size: 4.5%;
  padding: 0 0 0 16px;
  margin: 0 0 4%;
}

div.other ul li span.hinban img {
  vertical-align: middle;
  margin: 0 0 0 1%;
}

div.other ul li span.price {
  font-size: 0.95rem;
  letter-spacing: -0.03em;
}

div.other ul li span.cap {
  display: block;
  font-size: 0.95em;
  margin: 4% 0 0;
  line-height: 1.5;
}

div.other-link {
  text-align: center;
  margin: 3.5% 0 0;
}

div.other-link.btn a {
  border: 0px solid #39A0D5;
}

div.other-link a {
  display: inline-block;
  width: 45%;
  border: 3px solid #39A0D5;
  border-radius: 0.5em;
  padding: 2.3% 0 1.9%;
  font-size: 1.4em;
  font-weight: bold;
  color: #39A0D5;
  line-height: 1;
  background-color: #FFFFFF;
  opacity: 1;
  transition: 0.2s;
}

div.other-link a:hover {
  opacity: 0.6;
  transition: 0.2s;
  text-decoration: none;
}

/* 関連ページ */
#relation-outer {
  width: 980px;
  margin: 6% auto 0;
}

.relation h3 {
  font-size: 1.65em;
  text-align: center;
  padding: 1.7% 0 1.4%;
  color: #FFFFFF;
  background-color: #004DA2;
}

.relation img {
  width: 230px;
  height: auto;
  margin: 2.5% 2% 0 0;
}

.link-img ul {
  text-align: left;
}

.link-img li {
  display: inline;
  float: none;
  margin: 0;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

/* clfx */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
