@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: #175ba4 !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: #175ba4 !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;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif JP', sans-serif;
}

body {
  background-color: #f5f4eb;
  font-size: 14px;
}

.sawarabi {
  font-family: "Sawarabi Mincho";
}

h2 {
  background-color: #f9f3ea;
  padding: 5px 20px;
  color: #b21d18;
  border-bottom: 4px solid #b21d18;
  color: #b21d18;
  font-size: 28px;
  line-height: 160%;
}
h2 a {
  color: #b21d18;
}
h2 a:hover {
  color: #b21d18;
}

a {
  color: #b21d18;
  text-decoration: underline;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　  header  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#header #header_box #header_r .head_tel {
  color: #b21d18;
  font-size: 28px !important;
  margin-bottom: 0;
}
#header #header_box #header_r .head_tel small {
  font-size: 12px;
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
  #header #header_box > li:nth-of-type(2) {
    display: none;
  }

  #header #header_box > li:nth-of-type(3) {
    width: 66%;
  }
}
/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　    nav   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#nav {
  background-color: #780500;
}
#nav li a {
  background-color: #b21d18;
  border: none;
  font-size: 16px;
  padding: 20px;
}
#nav li a:hover {
  background-color: #C30;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  #nav li a {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #nav li a {
    font-size: 14px;
    padding: 10px;
  }
}

#head_nav li:nth-of-type(1) a {
  background-color: #780500;
  pointer-events: none;
}
#head_nav li:nth-of-type(1) a:hover {
  background-color: #C00;
  border: none;
}
@media screen and (max-width: 767px) {
  #head_nav li:nth-of-type(1) a {
    background-color: #4e0603;
  }
  #head_nav li:nth-of-type(1) a::after {
    display: none;
  }
}
#head_nav li:nth-of-type(1) a span {
  background-color: #900;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #head_nav li:nth-of-type(1) a span {
    background-color: transparent;
    padding: 0;
  }
  #head_nav li:nth-of-type(1) a span i {
    display: none;
  }
}
#head_nav li:nth-of-type(2) a {
  background-color: #780500;
}
#head_nav li:nth-of-type(2) a:hover {
  background-color: #C00;
  border: none;
}
#head_nav li:nth-of-type(3) a {
  background-color: #780500;
}
#head_nav li:nth-of-type(3) a:hover {
  background-color: #C00;
  border: none;
}
#head_nav li:nth-of-type(4) a {
  background-color: #780500;
}
#head_nav li:nth-of-type(4) a:hover {
  background-color: #C00;
  border: none;
}
#head_nav li:nth-of-type(5) a {
  background-color: #780500;
}
#head_nav li:nth-of-type(5) a:hover {
  background-color: #C00;
  border: none;
}

#mainImg {
  margin-bottom: 0;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   bread  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#bread {
  background-color: transparent;
  margin-bottom: 0;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   side   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　  footer  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#footer {
  clear: both;
  margin-top: 40px;
}
#footer #foot_nav {
  background-color: transparent;
  color: #000;
  margin-bottom: 40px;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer #foot_nav {
    margin-bottom: 20px;
  }
}
#footer #foot_nav li a {
  color: #000;
}
@media screen and (max-width: 767px) {
  #footer #foot_nav li a {
    color: #fff;
    background-color: #b21d18;
  }
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   page   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
.syntaxhighlighter tr {
  display: table-row;
}
.syntaxhighlighter td {
  display: table-cell;
}

#itemList {
  padding: 60px 20px;
  background-image: url("images/section1Bg.png");
  /*背景画像*/
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #itemList {
    padding: 20px;
  }
}
#itemList .imgFrame {
  float: left;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  #itemList .imgFrame {
    display: none;
  }
}
#itemList ul {
  float: right;
  max-width: 60%;
  border-spacing: 15px;
  border: none;
}
@media screen and (max-width: 767px) {
  #itemList ul {
    max-width: 100%;
  }
}
#itemList ul li {
  padding: 0 0px 20px 20px;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #itemList ul li {
    padding: 0 2px 20px 2px;
  }
}
@media screen and (max-width: 767px) {
  #itemList ul li {
    padding: 0 2px 20px 2px;
  }
}

#concept {
  padding: 60px 20px;
}
#concept .text-lg {
  color: #b21d18;
  line-height: 160%;
}
#concept img {
  float: right;
  max-width: 40%;
  margin: 0 0 20px 20px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #concept .img1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #concept .img1 {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  #concept .img2 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #concept .img2 {
    display: none;
  }
}

#top-info {
  color: #000;
}
#top-info ul {
  text-align: left !important;
}
#top-info ul .list-img {
  float: left;
  margin: 0 10px 10px 0;
}
#top-info a {
  color: #000;
}
#top-info .date {
  color: #b21d18;
}
#top-info img {
  max-width: 120px;
}
#top-info h2 a {
  color: #b21d18;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #top-info h2 {
    font-size: 18px;
    padding: 10px;
  }
}

#header #site_description {
  float: left;
  margin-bottom: 10px;
}

#links ul {
  border: none;
  background-color: transparent;
}
#links ul li {
  padding: 10px;
  border: none;
  background-color: transparent;
}

#calendar {
  padding: 40px;
  background-image: url("images/section2Bg.png");
  /*背景画像*/
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  #calendar {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #calendar {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #calendar {
    padding: 10px;
    text-align: center;
  }
  #calendar table th, #calendar table td {
    display: table-cell;
    width: auto !important;
  }
}
#calendar .calFrame {
  text-align: center;
  float: left;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #calendar .calFrame {
    float: none;
    text-align: center;
  }
}
#calendar .calFrame h3 {
  color: #ad9007;
  border: none;
  font-size: 160%;
}
#calendar .ex-links {
  float: left;
  padding: 0 40px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #calendar .ex-links {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  #calendar .ex-links {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #calendar .ex-links {
    width: auto;
    padding: 0 20px;
  }
}
#calendar .ex-links .text-lg {
  border-bottom: 4px solid #b21d18;
  line-height: 200%;
}
#calendar .ex-links ul {
  border: none;
  background-color: transparent;
}
#calendar .ex-links ul li {
  padding: 10px;
  border: none;
  background-color: transparent;
}

#item-frame {
  text-align: center;
}
#item-frame .item-price {
  text-align: center;
  margin-bottom: 20px;
}
#item-frame .cartjs_product_table table {
  width: 100% !important;
}
#item-frame .cartjs_product_table table td, #item-frame .cartjs_product_table table th {
  padding: 10px !important;
}
#item-frame .cartjs_cart_in {
  text-align: center;
}
#item-frame .cartjs_cart_in input {
  width: 250px !important;
}
#item-frame .cartjs_box form {
  padding: 20px !important;
}
#item-frame .cartjs_btn {
  border: none !important;
  background: none !important;
  background-color: #b21d18 !important;
}

#item-frame form {
  margin: 20px 0;
  background-color: transparent;
  padding: 20px;
}

#item-frame form button {
  background: none;
  background-color: #b21d18;
  padding: 10px 30px;
  width: 100%;
  font-size: 140%;
  border-radius: 6px;
  color: #fff;
}

#item-frame form button:hover {
  background-color: #c6283c;
}

input,
textarea,
select {
  font-size: 14px;
  padding: 3px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.add-cart button {
  background: none;
  background-color: #b21d18;
  color: #fff;
}

.cartFrame {
  border: 2px solid #b21d18;
}

.item-price strong {
  color: #b21d18;
  font-size: 200%;
}

#item_contact {
  border: 2px solid #e4dfd1;
  padding: 20px;
}
#item_contact .a_btn {
  background-color: #f1eee3;
  padding: 10px 20px;
  border: 1px solid #8b1129;
  color: #8b1129;
}

#contentWrap #content h3.color1 {
  border: none;
  background-color: #b21d18;
  color: #fff;
}

.tbl_conditions th {
  min-width: 140px;
}
.tbl_conditions strong {
  font-size: 120%;
  color: #b21d18;
}

.summary .item_price {
  font-size: 200%;
  color: #b21d18;
  clear: both;
}
.summary .more .btn {
  background-color: #b21d18;
  color: #fff;
}

ul.flex.transparent {
  border: none;
  background-color: transparent;
  text-align: center;
}
ul.flex.transparent li {
  border: none;
  background-color: transparent;
  padding: 10px;
}
ul.flex.transparent li:nth-of-type(1) {
  background-color: transparent;
}

ul.flex.space li {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #000;
}
ul.flex.space li:nth-of-type(odd) {
  padding-right: 4px;
}
ul.flex.space li:nth-of-type(even) {
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  ul.flex.space li {
    display: block;
    width: 100%;
  }
  ul.flex.space li:nth-of-type(odd) {
    padding-right: 0px;
  }
  ul.flex.space li:nth-of-type(even) {
    padding-left: 0px;
  }
}

ul.flex.space li:first-child {
  background-color: transparent;
}

ul.flex.space {
  border: none;
}

#collaboration h3 {
  color: #b21d18;
  border: none;
  text-align: left;
  padding-left: 0;
}
#collaboration h3 a {
  color: #b21d18;
}
#collaboration .flex {
  display: block;
}
#collaboration .flex li {
  width: 100%;
  display: block;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
#collaboration .flex li:nth-of-type(even) {
  background-color: #fafafa;
}
#collaboration .flex li:nth-of-type(even) img {
  border: 1px solid #ddd;
}
#collaboration p {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
#collaboration .left {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 30%;
}
#collaboration .price {
  display: inline-block;
  margin-top: 20px;
  float: left;
  color: #b21d18;
  border: 2px solid #b21d18;
  padding: 20px;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #collaboration .price {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
#collaboration .btn {
  display: inline-block;
  background-color: #b21d18;
  font-size: 14px;
}

.adobe {
  border: 1px solid #8b1129;
  padding: 20px;
  font-size: 14px;
  margin: 30px 0;
  background-color: #fff;
}

.adobe img {
  margin-bottom: 20px;
}

#rule th {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #rule th {
    width: 1px;
  }
}

#store table th {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #store table th {
    width: 100%;
  }
}

#item-list li:nth-of-type(odd), #item-frame li:nth-of-type(odd) {
  padding-right: 5px;
}
#item-list li:nth-of-type(even), #item-frame li:nth-of-type(even) {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #item-list li, #item-frame li {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#item-list li .article-img, #item-frame li .article-img {
  text-align: center;
  margin: 0;
  position: relative;
}
#item-list li .article-img img, #item-frame li .article-img img {
  width: 100%;
}
#item-list li .special, #item-frame li .special {
  position: absolute;
  top: 10px;
  left: 5px;
  background-color: #fff;
  font-size: 100%;
}
#item-list li .price_text, #item-frame li .price_text {
  margin: 20px 0;
  display: inline-block;
  font-size: 200%;
}
#item-list li .more, #item-frame li .more {
  clear: both;
  text-align: center;
}
#item-list li .item_price, #item-frame li .item_price {
  font-size: 120%;
  text-align: center;
  padding: 20px;
}

#page_nav .pagination a {
  background-color: #b21d18;
}
#page_nav .pagination a:hover {
  background-color: #780500;
  text-decoration: underline;
}

ul.list.even li:nth-of-type(even), ol.list.even li:nth-of-type(even) {
  background-color: transparent;
}

#footerContact {
  background-color: transparent;
  border: none;
  color: #000;
}
#footerContact #footerTel a {
  color: #000;
}
#footerContact a.btn {
  background-color: #b21d18;
}
