@charset "UTF-8";
/*
Theme Name: REVOnet child
Template: revonet
Description: レスポンシブWPカスタム専用テーマ。This theme produced by <a href="http://revonet.co.jp">REVOnet</a>.
*/
@import url("../revonet/style.css");
.blue1_bg {
  background: #009900 !important;
  color: #fff;
  border: none;
}

.orange1_bg {
  background: #f1b302 !important;
  color: #fff;
  border: none;
}

.red1_bg {
  background: #d94536 !important;
  color: #fff;
  border: none;
}

.green1_bg {
  background: #56ab33 !important;
  color: #fff;
  border: none;
}

.blue2_bg {
  background: #72a7f7 !important;
  color: #fff;
  border: none;
}

.orange2_bg {
  background: #f9ca42 !important;
  color: #fff;
  border: none;
}

.red2_bg {
  background: #e37466 !important;
  color: #fff;
  border: none;
}

.green2_bg {
  background: #38801a !important;
  color: #fff;
  border: none;
}

.blue3_bg {
  background: #9fc1f9 !important;
  color: #fff;
  border: none;
}

.orange3_bg {
  background: #fbdf68 !important;
  color: #fff;
  border: none;
}

.red3_bg {
  background: #ea9c94 !important;
  color: #fff;
  border: none;
}

.green3_bg {
  background: #7acda7 !important;
  color: #fff;
  border: none;
}

.blue1 {
  color: #009900 !important;
}

.orange1 {
  color: #f1b302 !important;
}

.red1 {
  color: #d94536 !important;
}

.green1 {
  color: #56ab33 !important;
}

.blue2 {
  color: #72a7f7 !important;
}

.orange2 {
  color: #f9ca42 !important;
}

.red2 {
  color: #e37466 !important;
}

.green2 {
  color: #38801a !important;
}

.blue3 {
  color: #9fc1f9 !important;
}

.orange3 {
  color: #fbdf68 !important;
}

.red3 {
  color: #ea9c94 !important;
}

.green3 {
  color: #7acda7 !important;
}

body {
  font-size: 14px;
}

a {
  color: #00C;
}

.lead {
  color: #175ba4;
}

h1 {
  border-bottom: 1px solid #009900;
  border-top: 1px solid #009900;
  color: #009900;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
h1 a {
  color: #009900;
}

h2 {
  margin-bottom: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  line-height: 160%;
  font-size: 120%;
}
h2 a {
  color: #00C;
}
h2 a:hover {
  color: #00C;
  text-decoration: underline;
}

h3 {
  background-image: url("images/h3Bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  padding-left: 80px;
  margin: 20px 0;
}
h3.none {
  background: none;
  padding: 0;
  border: none;
}
h3.info {
  background-image: url("images/h3InfoBg.png");
  background-position: 10px center;
  padding-left: 50px;
  border: none;
  border-bottom: 1px solid #000;
}
h3.kuma {
  background-image: url("images/h3kumaBg.png");
}

h4 {
  font-size: 100%;
  padding: 10px 10px;
  line-height: 100%;
  position: relative;
  background: #009900;
  border-top: none;
  border-right: none;
  background: none;
  color: #fff;
}
h4:after, h4:before {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  display: none;
}
h4:after {
  border-top: 1px solid #007a00;
  border-width: 10px;
  margin-left: -10px;
}
h4:before {
  border-top: 1px solid #007a00;
  border-width: 11px;
  margin-left: -11px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  h4 {
    font-size: 120%;
  }
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　  header  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#header {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #header {
    border-bottom: 6px solid #009900;
    margin-bottom: 10px;
  }
}
#header ul {
  margin: 0;
  width: auto;
}
#header h1 {
  font-size: 86%;
  line-height: 100%;
}
#header #search {
  float: right;
  margin-right: 10px;
}
#header #logo {
  clear: both;
  float: left;
  max-width: 70%;
  margin-left: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #header #logo {
    max-width: 40%;
    margin: 10px;
  }
  #header #logo img {
    max-width: 80%;
  }
}
#header #haeder_r {
  clear: right;
  float: right;
  max-width: 28%;
  margin: 0;
  text-align: center;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #header #haeder_r {
    display: none;
  }
}
#header #haeder_r li {
  padding: 0;
}
#header #site_description {
  float: left;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding-right: 40px;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
  max-width: 48%;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 767px) {
  #header #site_description {
    display: none;
  }
}
#header #xs-nav {
  display: none;
}
#header #xs-nav a {
  color: #009900;
  font-size: 10px;
}
#header #xs-nav a i {
  font-size: 14px;
}
#header #xs-nav .btn {
  padding: 6px;
}
@media screen and (max-width: 767px) {
  #header #xs-nav {
    display: block;
    float: right;
    margin: 4px 10px;
  }
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　    nav   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#nav {
  background: none;
  background-color: #009900;
  width: 100%;
  margin-bottom: 10px 20px;
  font-size: 120%;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #nav {
    height: auto;
    background-image: none;
  }
}
#nav .container {
  text-align: center;
}
#nav ul {
  display: table;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  table-layout: fixed;
}

#nav li {
  margin: 0;
  padding: 0;
  display: table-cell;
  border-right: 2px solid #fff;
}
#nav li:first-of-type {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #nav li:first-of-type {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  #nav li {
	display: block;
    text-align: left;
    border-right: none;
  }
}
#nav li a {
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  padding: 7px;
  margin: 0;
  border: none;
}
#nav li a:hover {
  text-decoration: none;
  background-color: #66c266;
  color: #ffff66;
}
@media screen and (max-width: 767px) {
  #nav li a {
    padding: 5px;
    background-color: #009900;
    border: none;
    border-bottom: 1px solid #008900;
    display: block;
    position: relative;
  }
  #nav li a:hover {
    background-color: #009900;
  }
  #nav li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
    margin-bottom: 0;
  }
}

#search {
  display: none;
  padding: 10px;
  background-color: #fafafa;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   bread  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#bread {
  text-align: left;
  padding: 5px 0;
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 10px;
}
#bread ul {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #bread {
    margin: 0;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #bread {
    margin: 0;
  }
}
#bread li {
  display: inline-block;
}
#bread li:last-child a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#bread li a {
  color: #888;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  width: auto;
  text-align: center;
  z-index: 0;
  margin-right: 3px;
}
#bread li a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #contentWrap {
    /*margin-bottom: 0 !important;*/
	margin-bottom: 120px;/*20241127修正クリスマスヘッダーで検索窓などが隠れていたため*/
  }
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   side   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#contentWrap #side img {
  margin-bottom: 10px;
}
#contentWrap #side img.no-margin {
  margin-bottom: 0;
}
#contentWrap #side #cat {
  background-color: #fff;
}
#contentWrap #side #cat img {
  margin-bottom: 0 !important;
}
#contentWrap #side .gBox {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 2px dashed #ddd;
  vertical-align: middle;
}
#contentWrap #side .gBox a {
  padding-bottom: 14px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
}
#contentWrap #side .gBox.aligncenter {
  padding: 10px;
  border-bottom: 2px solid #ddd;
}
#contentWrap #side .gBox.aligncenter:last-of-type {
  margin-bottom: 10px;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　  footer  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#footer #foot_nav.odd li:last-of-type a {
  width: 100%;
}
#footer ul {
  margin: 0;
}
#footer #foot_nav {
  background-color: #009900;
}
#footer #foot_nav li {
  z-index: 70;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #footer #foot_nav li {
    display: block;
  }
}
#footer #foot_nav li a {
  display: inline-block;
  padding: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer #foot_nav li a {
    font-size: 12px;
    color: #fff;
    margin: 0px;
    padding: 5px 10px;
    display: block;
    float: left;
    width: 50%;
    border-bottom: 1px solid #007a00;
    border-right: 1px solid #007a00;
    background-color: #009900;
    position: relative;
  }
  #footer #foot_nav li a:hover {
    text-decoration: none;
    background-color: #009900;
    color: #fff;
  }
  #footer #foot_nav li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
#footer .container {
  text-align: center;
}
#footer img {
  vertical-align: middle;
}

#footerContact {
  clear: both;
  background-color: #009900;
  padding: 10px;
  border: 2px solid #009900;
}
#footerContact #footerTel {
  font-size: 200%;
  margin: 10px 0;
}
#footerContact #footerTel a {
  color: #fff;
}
#footerContact .btn-original {
  background-color: #fff;
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 0px;
  font-size: 12px;
  z-index: 100;
}
#page-top a {
  background: #f1b302;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  display: block;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}
#page-top a:hover {
  text-decoration: none;
  background: #f9ca42;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   page   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
ul.tbl.three li {
  vertical-align: top;
  text-align: left;
}
ul.tbl.three li:nth-of-type(1) {
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  ul.tbl.three li:nth-of-type(1) {
    padding-right: 0;
  }
}
ul.tbl.three li:nth-of-type(2) {
  padding-right: 6px;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  ul.tbl.three li:nth-of-type(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
ul.tbl.three li:nth-of-type(3) {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  ul.tbl.three li:nth-of-type(3) {
    padding-left: 0;
  }
}
ul.tbl.three p {
  margin-bottom: 0;
}
ul.tbl.two li {
  vertical-align: top;
  text-align: left;
}
ul.tbl.two li:nth-of-type(1) {
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  ul.tbl.two li:nth-of-type(1) {
    padding-right: 0;
  }
}
ul.tbl.two p {
  margin-bottom: 0;
}

#info {
  border: 2px solid #090;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
  padding: 10px;
}
#info ul {
  list-style: none;
}
#info .info_img {
  float: left;
  max-width: 20%;
}
#info .info_title {
  float: right;
  max-width: 78%;
}

#scene .tbl.three > li:nth-of-type(1) {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #scene .tbl.three > li:nth-of-type(1) {
    padding-right: 0;
  }
}
#scene .tbl.three > li:nth-of-type(2) {
  padding-right: 6px;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  #scene .tbl.three > li:nth-of-type(2) {
    padding-right: 0;
  }
}
#scene .tbl.three > li:nth-of-type(3) {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #scene .tbl.three > li:nth-of-type(3) {
    padding-right: 0;
  }
}
#scene .inner {
  border: 1px solid #ddd;
  margin: 0 !important;
  padding: 4px;
}
#scene .inner li {
  padding: 2px;
}

.pt {
  line-height: 150%;
  letter-spacing: 0.2em;
  padding-left: 15px;
}

.x_products_bar {
  background-image: url(https://www.scrio.co.jp/store/img/extra/bar.gif);
  background-repeat: no-repeat;
  padding: 3px;
  padding-left: 30px;
  color: #fff;
  font-weight: bold;
}

#foot_info {
  border: 1px solid #ddd;
  margin: 10px 0;
  border-radius: 6px;
  padding: 10px;
}
#foot_info h3 {
  text-align: left;
  color: #000;
  background: none;
  font-weight: bold;
  padding: 0;
  border: none;
  margin: 0;
  line-height: 100%;
  margin-bottom: 10px;
}
#foot_info .liner {
  text-align: left;
}
#foot_info .line_bt {
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
}

#foot_company {
  border-bottom: 3px solid #ddd;
}
#foot_company ul {
  text-align: left;
}
#foot_company .boxr {
  font-size: 12px;
}

#foot_links {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 11px;
  text-align: right;
  border-bottom: 3px solid #ddd;
}
#foot_links ul {
  list-style: none;
}
#foot_links ul li {
  list-style: none;
  display: inline;
}
#foot_links a {
  color: #666;
}

#foot_links2 {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 11px;
  text-align: right;
}
#foot_links2 ul {
  list-style: none;
}
#foot_links2 ul li {
  list-style: none;
  display: inline;
}
#foot_links2 a {
  color: #666;
}
@media screen and (max-width: 767px) {
  #foot_links2 {
    text-align: center;
  }
}

#head_center {
  float: left;
  margin-left: 30px;
  max-width: 48%;
}
#head_center #head_tel {
  float: left;
  width: 352px;
  max-width: 70%;
}
#head_center #head_fax {
  float: left;
  background-color: #eee;
  padding: 10px;
  margin-left: 10px;
  max-width: 28%;
}
#head_center #head_fax a {
  display: block;
}

#page-top {
  position: fixed;
  bottom: 100px;
  right: 0px;
  font-size: 12px;
  z-index: 200;
}

#page-top a {
  background: none;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}

#page-top a:hover {
  text-decoration: none;
  background: none;
}

.kaigoBox-1 {
  text-align: left;
  padding: 10px 0 10px 25px;
  background-image: url(https://www.scrio.co.jp/store/img/menu/side/bn_erabikata.gif) !important;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 140%;
  border-bottom: 1px solid #ccc;
}

.kaigoBox-2 {
  text-align: left;
  padding: 10px 0 10px 25px;
  background-image: url(https://www.scrio.co.jp/store/img/menu/side/bn_douga.gif) !important;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 140%;
  border-bottom: 1px solid #ccc;
}

.kaigoBox-3 {
  text-align: left;
  padding: 10px 0 10px 25px;
  background-image: url(https://www.scrio.co.jp/store/img/menu/side/bn_yougosyu.gif) !important;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 140%;
  border-bottom: 1px solid #ccc;
}

.infoMenu div {
  /* width:173px; */
  text-align: left;
  padding: 10px 0 10px 25px;
  background-image: url(https://www.scrio.co.jp/store/img/menu/side/bn_li.gif);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 140%;
  border-bottom: 1px solid #ccc;
}

.feature-l {
  height: auto;
  border: 2px solid #090;
  padding: 10px;
  border-radius: 3px;
  text-align: left;
}

.feature-r {
  height: auto;
  border: 2px solid #090;
  padding: 10px;
  border-radius: 3px;
  text-align: left;
}

body {
  margin-bottom: 80px;
}

#fixedBottom {
  border-top: 2px solid #396;
  position: fixed;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  font-size: 12px;
  z-index: 100;
}
#fixedBottom .container {
  max-width: 1010px;
}

#fixedBottom ul {
  max-width: 1200px;
  table-layout: auto;
  margin: 0 auto;
}
#fixedBottom ul li:nth-of-type(1) {
  width: 50%;
}
#fixedBottom ul li:nth-of-type(2) {
  width: 25%;
}
#fixedBottom ul li:nth-of-type(3) {
  width: 25%;
}

#search_form {
  background-color: #D5ED8B !important;
  padding: 0px;
}
#search_form input[type="submit"] {
  padding: 3px;
  font-size: 14px;
  color: #fff;
  background: none;
  background-color: #009900;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  #search_form input[type="submit"] {
    float: right;
    width: 20%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #search_form input[name="keyword"] {
    float: left;
    width: 78%;
  }
}
#search_form input {
  border: 1px solid #009900;
  padding: 3px !important;
}
#search_form table {
  border: none;
  background-color: #D5ED8B !important;
  border-spacing: 10px;
  margin: 0;
  border-collapse: separate;
}
#search_form table td {
  border: none;
  padding: 0;
  background-color: transparent;
}

.syohin {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
  margin-top: 10px;
}
.syohin .sBox {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .syohin .sBox {
    display: block;
    clear: both;
  }
  .syohin .sBox p:nth-of-type(1) {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    min-width: 130px;
  }
}
.syohin .sBox .price {
  color: #FF0000;
  font-weight: bold;
  font-size: 12px;
}
.syohin .sBox p {
  margin: 0;
}
.syohin .sBox img {
  max-height: 130px;
  max-width: 130px;
}

#Category, .ui-listview {
  margin: 20px 10px !important;
  list-style: none;
  text-align: left;
}
#Category li, .ui-listview li {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  line-height: 280%;
}
#Category li:nth-of-type(1), .ui-listview li:nth-of-type(1) {
  border: 1px solid #ddd;
  background-color: #009900;
  color: #fff !important;
  text-align: center;
}
#Category li:nth-of-type(1) h3, .ui-listview li:nth-of-type(1) h3 {
  color: #fff;
}
#Category li:nth-last-of-type(1), .ui-listview li:nth-last-of-type(1) {
  padding-left: 40px;
}
#Category .ui-btn, .ui-listview .ui-btn {
  clear: both;
}
#Category .ui-btn .ui-btn-inner .ui-btn-text, .ui-listview .ui-btn .ui-btn-inner .ui-btn-text {
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
#Category .ui-btn .ui-btn-inner .ui-btn-text img, .ui-listview .ui-btn .ui-btn-inner .ui-btn-text img {
  float: left;
}
#Category .ui-btn .ui-btn-inner .ui-btn-text h3, .ui-listview .ui-btn .ui-btn-inner .ui-btn-text h3 {
  display: inline;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 14px;
}
#Category .ui-btn .ui-btn-inner .ui-btn-text a, .ui-listview .ui-btn .ui-btn-inner .ui-btn-text a {
  display: block;
  color: #000 !important;
  background-image: url(https://www.scrio.co.jp/store/images/arrow.png) !important;
  background-repeat: no-repeat;
  background-position: right center;
}

.scrio_info li {
  padding-left: 10px !important;
}

#content h1 {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 100%;
}

.pp {
  font-size: 14px;
  padding: 2px;
}

#page_contact .label {
  float: right;
  height: auto;
  min-height: inherit;
  margin-right: 10px;
}
#page_contact .label.label-default {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
#page_contact table {
  margin-bottom: 30px;
}
#page_contact table th {
  width: 34%;
  background-color: #fafafa;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #page_contact table th {
    width: 100%;
  }
}
#page_contact input[type=radio], #page_contact input[type=checkbox] {
  display: inline;
  float: left;
  margin-right: 2px;
  width: auto;
}
#page_contact span.wpcf7-list-item {
  margin-left: 0;
}
#page_contact label {
  margin-right: 10px;
}
#page_contact #contactSubmit {
  background-color: #ff6600;
  padding: 10px 60px;
  text-align: left;
  border: 1px solid #f95900;
  font-weight: bold;
}
#page_contact #contactSubmitArea {
  text-align: center;
}

#info ul li:nth-of-type(even) {
  background-color: #fafafa;
}
#info .news_list {
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 200%;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
#info .news_list img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 120px;
}

.archive h1 {
  margin-bottom: 20px !important;
}

.svg-inline--fa {
  font-size: 18px;
  vertical-align: top;
  margin-bottom: 2px;
  height: 1em;
}

#footerTel .svg-inline--fa {
  font-size: 22px;
}

#header #xs-nav .btn {
  line-height: 140%;
}

#pre_next {
  background-color: #fafafa;
  padding: 4px;
  border: 1px solid #ddd;
}
#pre_next a {
  text-decoration: underline;
}
#pre_next li:nth-of-type(1) {
  text-align: left;
}
#pre_next li:nth-of-type(2) {
  text-align: right;
}


#content h1 {
	text-align: left;
	color: #000;
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	/*  line-height: 200%;
  letter-spacing: 5px;
  font-size: 16px;
  background-color: #FFFFCC;
  border: 1px solid #FFCC00;
  margin-bottom: 20px;
  padding-top: 3px;
  padding-right: 5px;*/
  padding-bottom: 15px;
  padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#content h1 a {
  color: #000;
}

article .itemMeta {
  margin: 10px 0px !important;
}

.error404 #contentWrap #content {
  float: none;
  margin: 0 auto;
}
/*
#yp10_Main .midashi {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #F90;
  padding-right: 20px;
  padding-left: 12px;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #F90;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3C1704;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 5px;
}

#yp10_Main .midashi-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #090;
  padding-right: 20px;
  padding-left: 12px;
  border-left-width: 8px;
  border-left-style: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  letter-spacing: 5px;
}

#yp10_Main .midashi-3 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #090;
  padding-right: 20px;
  padding-left: 12px;
  border-left-width: 8px;
  border-left-style: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  letter-spacing: 3px;
}*/

img[align="right"] {
  width: 250px;
}

#menu-item-1643 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #menu-item-1643 {
    display: block !important;
  }
}

.home .feature-r img[align="right"] {
  width: auto !important;
}

#nav li#menu-item-1882 {
  display: none !important;
}
.bnr_fixed_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav li#menu-item-1882 {
    display: block !important;
  }
  .bnr_fixed_sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

/* 回遊バナー用 */
.kaiyuBnrBox{
  margin:30px 0 50px;
  overflow:hidden;
}
.kaiyuBnrHl{
  color: #FFF;
  background: #009900;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  padding: 10px 0;
}
.kaiyuBnrGray{
  background:#f1f1f1;
  padding:10px;
}
.kaiyuBnrGray ul{
  list-style:none;
  margin:0;
}
.kaiyuBnrGray li{
  display:inline-block;
  width: 32.9%;
  text-align: center;
  margin: 0 !important;
}
.kaiyuBnrGray li a{
  display:block;
  color:#000;
  background:#d5ed8b;
  font-size:15px;
  padding:0 0 10px;
}
.kaiyuBnrGray li a span{
    background: url(https://www.scrio.co.jp/wp-content/uploads/2019/08/icon_kaiyuBnr.png) no-repeat right;
    padding: 0 20px 0 0px;
    margin: 0;
}
.pcOnly{
  display:block;
}
.spOnly{
  display:none;
}
@media screen and (max-width: 640px){
  .pcOnly{
    display:none;
  }
  .spOnly{
    display:block;
  }
  .kaiyuBnrBox{
    margin:30px 0;
    overflow:hidden;
  }
  .kaiyuBnrHl{
    color: #FFF;
    background: #009900;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    line-height: 160%;
    padding: 10px 0;
  }
  .kaiyuBnrGray{
    background:#f1f1f1;
    padding:10px 10 3px;
  }
  .kaiyuBnrGray ul{
    list-style:none;
    margin:0;
  }
  .kaiyuBnrGray li{
    display:block;
    width: 100%;
    text-align: left;
  }
  .kaiyuBnrGray li a{
    display:block;
    color:#000;
    background:#d5ed8b;
    font-size:15px;
    padding:5px 0;
    overflow:hidden;
    margin:0 0 7px;
  }
  #content .kaiyuBnrGray li a img{
    width:30%;
    padding: 0;
    margin:0 0 0 1.5%;
    float:left !important;
  }
  .kaiyuBnrGray li a span{
    display: block;
    height: 7%;
    background: url(https://www.scrio.co.jp/wp-content/uploads/2019/08/icon_kaiyuBnr.png) no-repeat right 38px;
    font-size: 4vw;
    text-align: left;
    padding: 35px 0 3px 120px;
    margin: 0px 10px 0px 0;
  }
  .kaiyuBnrGray li:nth-child(2) a span{
    padding: 28px 0 3px 120px;
  }
}
/* 20240614 */
#sogoAnimg .guideimg {
  display: flex;
  flex-wrap: wrap;
}
#sogoAnimg .guideimg li {
  padding: 5px;
  width: calc(100% / 2);
  padding: 5px;
  margin: 0;
  text-align: center;
}

/* 20240816追加 期間限定セール */
.sale-priceBF{ font-weight: bold; background-image: linear-gradient(transparent 0.5em, #e70000 0, #e70000 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #e70000 0, #e70000 calc(0.5em + 4px), transparent 0); font-size: 16px;}
.sale-priceAF{ color: red; font-size: 20px; font-weight: bold;}

/* 20241105追記  */
.blogmore-btn a{
  display: block;
  color: #fff;
  cursor: pointer;
  background: #ff6600;
  width: max-content;
  margin-left: auto;
  padding: 5px 15px 3px;
  border-radius: 5px;
  font-weight: bold;
  font-family: '游ゴシック';
  text-decoration:none;
}
.blogmore-btn a:hover{
  opacity: 0.7;
  transition: opacity .2s;
}

/* 20250124追記 */
.postage-news{
	padding-left:15px;
}
.postage-news_df{
	display:flex;
}
.postage-news_strong{
	font-size:16px;
	color:red;
}