/*
Theme Name: globalsite
Template: customize
*/

.sitecolor {
  color: #b74b5f !important;
}
.bgsitecolor {
  background-color: #b74b5f !important;
}
  .bgsitecolor_light {
    background-color: rgba(183,75,95,0.25)!important;
  }
.bordersitecolor {
  border-color: #b74b5f !important;
}
.boxtitle {
	border-color: #842E3E !important;
}



/* header */
#network_home {
  display: none;
}
#headerline .right {
  display: none;
}
#header #contact {
  padding-right: 0;
}

#masthead {
    padding: 0.8rem 0;
}

/* nav */
#access li.current-menu-item, #access li:hover,
#access li:last-child:hover {
  border-bottom: 3px solid #b74b5f !important;
}

/* home */
.reasonbox .text {
  font-size: 1.4rem;
}
#home_media .text {
  font-size: 1.5rem;
  line-height: 2;
}

.reasonbox .text strong {
  color: #b74b5f;
}
#reason01 #item_list .toggle {
  background: #b74b5f;
}
#item_list #other.inner a::after {
  content: url("./images/home/arrow_right.png");
}

#reason08 .inbox {
    margin: 2rem 0 0;
}
#reason08 .inbox img {
    margin-bottom: 10px;
}
#reason08 .inbox img:last-child {
  margin-bottom: 0;
}

#home_media {
  background: url("https://shop.otakaraya.jp/wp-content/themes/customize/images/home/bg_media.png") no-repeat scroll right 35px,
              url("./images/home/bg_mediabox.png") repeat scroll 0 0;
  border-top: 5px solid #b74b5f;
}


#home_topics h2 {
  background: #b74b5f;
  color: #fff;
  font-size: 1.5rem;
  margin: 2rem 0 0;
  padding: 0 1.5rem;
}
#home_topics h2 span {
  line-height: 22px;
  display: inline-block;
}
#home_topics h2 span a {
  color: #fff;
  font-size: 1.2rem;
  padding-right: 20px;
  position: relative;
}
#home_topics h2 span a::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ffffff;
}

#home_topics ul {
  padding: 1.5rem;
  background: #f0f0f0;
  margin-bottom: 2rem;
}
#home_topics ul li {
  font-size: 1.4rem;
  margin: 0.5em 0;
  overflow: hidden;
  display: block;
}
#home_topics ul li .post-date {
  float: left;
}
#home_topics ul li .post-title {
  display: block;
  margin-left: 220px;
}
#home_topics ul li .post-title a {
  color: #333;
}
#home_topics ul li .post-title a:hover {
  text-decoration: underline;
}
#home_topics a.cat_icon {
  background: #b74b5f;
  margin: -2px 10px 0;
  vertical-align: middle;
}
a.cat_icon {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 0 5px;
    min-width: 112px;
    padding: 0 0.7em;
    text-align: center;
    text-decoration: none;
}
a.cat_icon:hover {
  opacity: 1;
}
a.cat_icon::after {
    content: "";
    font-family: sans-serif;
}

/* page */
body#recruit .entry-content table {
  width: 100%;
  margin-top: 1rem;
}
body#recruit .entry-content .data_title {
  margin: 4rem 0 1rem;
}
body#present #breadcrumbs {
  border: none;
}
.page-template-page-form #content #contactform dt,
#content input.wpcf7-submit,
#content #contactform dt,
body.page-template-page-form .entry-content .title {
	background: #b74b5f;
	color: #ffffff;
}
#content #contactform .red {
  color: #FFF;
}
#flow_info li h3,
body#method_flow .flowbox .strong {
  color: #b74b5f;
}
#content #flow_info li:nth-child(1) {
  background: url("./images/page/bg_flowlist01.png") no-repeat scroll left top;
}
#content #flow_info li:nth-child(2) {
  background: url("./images/page/bg_flowlist02.png") no-repeat scroll left top;
}
#content #flow_info li:nth-child(3) {
  background: url("./images/page/bg_flowlist03.png") no-repeat scroll left top;
}
body#method_flow #flow01 h3 {
  background: #b74b5f url("./images/page/h_flow01.png") no-repeat scroll 15px center;
}
body#method_flow #flow02 h3 {
  background: #b74b5f url("./images/page/h_flow02.png") no-repeat scroll 15px center;
}
body#method_flow #flow03 h3 {
  background: #b74b5f url("./images/page/h_flow03.png") no-repeat scroll 15px center;
}


.mobileview {
  display: none;
}

/* result */
.resultbox {
  border-top: 2px solid #b3b3b3;
}
.result_list li h3 {
  white-space: normal;
  font-size: 1.2rem;
  margin: 0.2em 0 0.4em;
}
.result_more {
  text-align: right;
  margin-top: -1rem;
}
.result_more a {
  color: #7f6e3b;
  background: url("./images/page/result_more.png") no-repeat scroll right center;
  padding: 2px 20px 2px 0;
}


/* item */
#archive-item h3 {
  line-height: 1.25;
  font-size: 1.8rem;
  margin: 1.5rem 0;
}
#archive-item p {
  font-size: 1.4rem;
  line-height: 1.25;
}
#archive-item li:nth-child(2),
#archive-item li:nth-child(3n+2) {
  margin: 0 2.6% 2.6% 0!important;
}
#archive-item li:nth-child(3n) {
  margin-right: 0;
}
.post-type-archive #content {
  background: none;
}
.single-item #item_headbox {
  position: relative;
}
.single-item #item_headbox .absolute {
  left: 100px;
  bottom: 20px;
  width: 400px;
}


/* pagenav */
.wp-pagenavi a, .wp-pagenavi span {
  border: 2px solid #b74b5f;
}
.wp-pagenavi a:hover, .wp-pagenavi span,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #b74b5f;
}
.wp-pagenavi a {
  color: #b74b5f;
}
.wp-pagenavi .extend {
  color: #b74b5f;
}

/* shop */
#shop_topics h3,
#shop_topics a.cat_icon,
#shop_data table.data_list thead th.data_pref
 {
  background: #b74b5f;
}
#shop_data table.data_list tbody td.data_name a {
  color: #b74b5f;
}
#shop_data table.data_list thead tr.data_title {
  border-bottom: 2px solid #b74b5f !important;
}

/* voice */

.voice_cat {
  white-space: nowrap;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: top;
  width: 11em;
}
.voice_cat a {
  text-decoration: none;
}
.voice_cat span {
  display: block;
  color: #FFF;
  background: #000;
  padding: 0 0.25em;
  margin-top: 2px;
  line-height: 2;
  width: 11em;
  box-sizing: border-box;
}
#archive-voice li h3 {
  padding-left: 1rem;
  line-height: 1.25;
  font-size: 2.2rem;
}
#archive-voice li .date {
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
#archive-voice li p {
  margin-top: 1rem;
}

/* column */
#loop-topics li .post-date a {
  color: #FFF;
  display: inline-block;
}
#loop-topics li .post-date a span {
  padding: 0 0.5em;
  font-size: 1.2rem;
}
#loop-topics li .post-date > span {
  vertical-align: middle;
}

/* side */
#sidemenu li:nth-child(1) a {
  background: url("./images/sidebar/ico_sidemenu01.png") no-repeat scroll 25px center;
}
#sidemenu li:nth-child(2) a {
  background: url("./images/sidebar/ico_sidemenu02.png") no-repeat scroll 25px center;
}
#sidemenu li:nth-child(3) a {
  background: url("./images/sidebar/ico_sidemenu03.png") no-repeat scroll 25px center;
}
#sidemenu li:nth-child(4) a {
  background: url("./images/sidebar/ico_sidemenu04.png") no-repeat scroll 25px center;
}
#sidemenu li:nth-child(5) a {
  background: url("./images/sidebar/ico_sidemenu05.png") no-repeat scroll 25px center;
}

/* footer */
.footer_content h2 {
  background: #b74b5f;
}
#scrolltopbox a {
  background: #b74b5f;
}

/* page */
.page-id-10 #home_topics,
.page-id-3267 #home_topics {
  display: none;
}

/* thanks */
#thanks #home_topics {
  display: none;
}

/* 直営店 */
#chokuei .page-nav li a:hover {
  background: #b74b5f;
}


/* = 改修
-------------------------------------------------------------- */
#access {
  background: #b3983e;
  height: auto;
}
#access li {
  padding: 0;
}
#access li.current-menu-item,
#access li:hover,
#access li:last-child:hover {
  border-bottom: none !important;
  height: auto !important;
}
#access li a {
  color: #fff;
  font-size: 1.6rem;
  border-color: #d3b85e;
  padding-top: 2px;
  padding-bottom: 2px;
}
#access li:hover {
  border-bottom: none !important;
  height: auto !important;
}

.home #main {
  padding-top: 0;
}

/* = TOP
-------------------------------------------------------------- */
#global-mv {
  width: 1585px;
  height: 358px;
  margin-left: -292.5px;
  background: url('./images/top/bg_mv.png') no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#global-mv .mv-inner {
  position: relative;
  height: 100%;
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 10px 318px;
  box-sizing: border-box;
}
#global-mv .mv-txt {
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
#global-mv .mv-txt p {
  margin: 0;
}
#global-mv .txt01,
#global-mv .txt02 {
  font-size: 42px;
  font-weight: bold;
}
#global-mv .txt02 {
  padding-left: 20px;
  margin-top: 2px;
}
#global-mv .txt03 {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1;
  padding-left: 42px;
  display: inline-block;
}
#global-mv .txt03 .txt,
#global-mv .txt03 img {
  vertical-align: bottom;
}
#global-mv .txt03 img {
  margin: 0 4px;
  width: 94px;
}
#global-mv .txt03 .note {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #000;
  letter-spacing: 0;
  margin-top: 10px;
}

#global-mv .img01 {
  position: absolute;
  top: 0;
  left: -18px;
}
#global-mv .img02 {
  position: absolute;
  bottom: 0;
  right: 38px;
}
#global-mv .img03 {
  margin: 16px 0 22px;
  padding-left: 30px;
  width: 436px;
}
#global-mv .img04 {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.home #mv-sub-txt {
  color: #b3983e;
  line-height: 1.3;
  margin: 14px 0 14px -90px;
  text-align: center;
}
.home #mv-sub-txt p {
  font-size: 24px;
  margin: 0;
}
.home #mv-sub-txt .fc-red {
  color: #e60012;
}

.home #cat-bnr-box-ttl {
  font-size: 40px;
  color: #b3983e;
  line-height: 1;
  margin: 0 0 10px;
  padding-left: 176px;
}

.home #cat-bnr-box {
  font-size: 0;
}
.home .cat-bnr {
  display: inline-block;
  vertical-align: top;
  width: 348px;
  margin-right: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.home .cat-bnr:nth-child(2n) {
  margin-right: 0;
}
/*.home .cat-bnr:last-child {
  width: 726px;
  margin-right: 0;
  margin-bottom: 0;
}*/
.home .cat-bnr .slide-box {
  display: block;
  width: 100%;
  color: #b3983e;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 3px;
}
.home .cat-bnr .slide-box .inner a {
  border: 3px solid #b3983e;
  box-shadow:5px 5px 5px -3px rgba(0,0,0,0.3);
  overflow: hidden;
  display: block;
}
.home .cat-bnr .slide-box:hover .inner {
  padding-top: 2px;
  padding-left: 2px;
  margin-right: -2px;
  margin-bottom: -2px;
}
.home .cat-bnr .slide-box:hover .inner a {
  text-decoration: none;
  box-shadow: none;
  opacity: 1;
}
.home .cat-bnr .slide-box:hover .inner .cat-item {
  top: 2px;
  left: 2px;
}

.home .cat-bnr .slide-img {
  line-height: 0;
  position: relative;
  z-index: 2;
}
.home .cat-bnr .bnr-ttl {
  color: #b3983e;
  font-size: 29px;
  text-align: center;
  padding-left: 22px;
  margin: 0;
  position: relative;
}
/*.home .cat-bnr:last-child .bnr-ttl {
  text-align: left;
  padding-left: 54px;
}*/
.home .cat-bnr:nth-child(1) .bnr-ttl span,
.home .cat-bnr:nth-child(2) .bnr-ttl span {
  transform: scale(0.9, 1);
  transform-origin: top right;
  display: inline-block;
}
.home .cat-bnr .bnr-ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.home .cat-bnr:nth-child(1) .bnr-ttl::before {
  content: url('./images/top/ico_cat_01.png');
  height: 41px;
}
.home .cat-bnr:nth-child(2) .bnr-ttl::before {
  content: url('./images/top/ico_cat_02.png');
  height: 35px;
}
.home .cat-bnr:nth-child(3) .bnr-ttl::before {
  content: url('./images/top/ico_cat_03.png');
  height: 42px;
}
.home .cat-bnr:nth-child(4) .bnr-ttl::before {
  content: url('./images/top/ico_cat_04.png');
  height: 42px;
}
.home .cat-bnr:nth-child(5) .bnr-ttl::before {
  content: url('./images/top/ico_cat_05.png');
  height: 43px;
}
.home .cat-bnr:nth-child(6) .bnr-ttl::before {
  content: url('./images/top/ico_cat_06.png');
  height: 35px;
}

.home .cat-bnr .cat-item {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.home .cat-bnr .cat-item .upper {
  font-size: 0;
}
.home .cat-bnr .cat-item .upper .txt-box,
.home .cat-bnr .cat-item .upper .img-box {
  display: inline-block;
  vertical-align: top;
  height: 146px;
}
.home .cat-bnr .cat-item .upper .txt-box {
  width: 145px;
  line-height: 1.2;
}
.home .cat-bnr .cat-item .upper .txt-box .item-name {
  color: #b3983e;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 46px;
}
.home .cat-bnr:nth-child(2) .cat-item .upper .txt-box .item-name {
  transform: scale(0.8, 1);
  transform-origin: top left;
  width: 184px;
}
.home .cat-bnr:nth-child(4) .cat-item .upper .txt-box .item-name {
  margin-left: -17px;
}
.home .cat-bnr:nth-child(4) .cat-item .upper .txt-box .item-name .type-num {
  transform: scale(0.8, 1);
  transform-origin: top center;
  width: 180px;
}
.home .cat-bnr .cat-item .upper .txt-box .item-name .type-num {
  display: block;
  font-size: 12px;
}
.home .cat-bnr .cat-item .upper .txt-box .case-other {
  font-size: 16px;
  border: 1px solid #a3a4a4;
  text-align: center;
  box-sizing: border-box;
}
.home .cat-bnr .cat-item .upper .txt-box .case-other .ttl {
  color: #fff;
  line-height: 1.1;
  background-color: #a3a4a4;
  padding: 0 0 2px;
  height: 19px;
  box-sizing: border-box;
}
.home .cat-bnr .cat-item .upper .txt-box .case-other .price {
  color: #a3a4a4;
  padding: 4px 0;
  height: 29px;
  box-sizing: border-box;
}
.home .cat-bnr .cat-item .case-otakaraya {
  font-size: 0;
}
.home .cat-bnr .cat-item .case-otakaraya .ttl {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  background-color: #b3983e;
  text-align: center;
  letter-spacing: 2px;
}
.home .cat-bnr .cat-item .case-otakaraya .ttl .sml {
  font-size: .9em;
}
.home .cat-bnr .cat-item .case-otakaraya .price-box,
.home .cat-bnr .cat-item .case-otakaraya .cat-link {
  display: inline-block;
  vertical-align: middle;
}
.home .cat-bnr .cat-item .case-otakaraya .price-box {
  line-height: 1.6;
}
.home .cat-bnr .cat-item .case-otakaraya .price-box .price {
  color: #f04671;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: 226px;
}
.home .cat-bnr .cat-item .case-otakaraya .price-box .price .yen {
  font-size: .7em;
}
.home .cat-bnr .cat-link {
  color: #b3983e;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  width: 115px;
  position: relative;
}
.home .cat-bnr .cat-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 28px;
  height: 28px;
  margin: auto 0;
  display: block;
  background-color: #b3983e;
  border-radius: 50%;
}
.home .cat-bnr .cat-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  width: 0;
  height: 0;
  margin: auto 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.home .cat-bnr .cat-link:hover {
  text-decoration: none;
}
.home .cat-bnr .cat-item .upper .img-box {
  width: 196px;
  line-height: 0;
}

.home .cat-bnr:last-child .slide-box .cat-item {
  padding: 0 6px;
  font-size: 20px;
  box-sizing: border-box;
}
.home .cat-bnr:last-child .slide-box .cat-item p {
  color: #5e5e5e;
  margin: 0;
  padding: 3px 6px;
  letter-spacing: 2px;
}
.home .cat-bnr:last-child .slide-box .cat-item .cat-link {
  position: absolute;
  bottom: 3px;
  right: 4px;
}

.home .link-wrap .kaitori-list {
  margin: 2rem 0;
}
.home .link-wrap .kaitori-list li {
  margin-right: 10px;
}
.home .link-wrap .kaitori-list li:last-child {
  margin-right: 0;
}

.home #home_topics h2,
.home .footer_content h2 {
  background-color: #b3983e !important;
}

.home #bnr_result a {
  display: block;
  width: 100%;
  box-shadow:5px 5px 5px -3px rgba(0,0,0,0.3);
}
.home #bnr_result a:hover {
  padding-top: 2px;
  padding-left: 2px;
  margin-right: -2px;
  margin-bottom: -2px;
  box-shadow: none;
  opacity: 1;
}

/* = delivery
-------------------------------------------------------------- */
#delivery #access,
#delivery-test #access {
  background-color: #0076be;
}
#delivery #access li a,
#delivery-test #access li a {
  border-color: #60a7d3;
}

/* = replace-item_slider
-------------------------------------------------------------- */
.single-shop #item-slider .item-box .item-name.cat-kikinzoku {
  background-image: url('./images/delivery/delivery_item_ico_kikinzoku.png');
}
.single-shop #item-slider .item-box .item-name.cat-daiya {
  background-image: url('./images/delivery/delivery_item_ico_daiya.png');
}
.single-shop #item-slider .item-box .item-name.cat-tokei {
  background-image: url('./images/delivery/delivery_item_ico_tokei.png');
}
.single-shop #item-slider .item-box .item-name.cat-bag {
  background-image: url('./images/delivery/delivery_item_ico_bag.png');
}
.single-shop #item-slider .item-box .item-name.cat-kitte {
  background-image: url('./images/delivery/delivery_item_ico_kitte.png');
}
.single-shop #item-slider .item-box .item-name.cat-etc {
  background-image: url('./images/delivery/delivery_item_ico_etc.png');
}





/* = test
-------------------------------------------------------------- */
#test #mv-sub-txt {
  color: #b3983e;
  line-height: 1.3;
  margin: 14px 0 14px -90px;
  text-align: center;
}
#test #mv-sub-txt p {
  font-size: 24px;
  margin: 0;
}
#test #mv-sub-txt .fc-red {
  color: #e60012;
}

#test #cat-bnr-box-ttl {
  font-size: 40px;
  color: #b3983e;
  line-height: 1;
  margin: 0 0 10px;
  padding-left: 176px;
}

#test #cat-bnr-box {
  font-size: 0;
}
#test .cat-bnr {
  display: inline-block;
  vertical-align: top;
  width: 348px;
  margin-right: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#test .cat-bnr:nth-child(2n) {
  margin-right: 0;
}
/*#test .cat-bnr:last-child {
  width: 726px;
  margin-right: 0;
  margin-bottom: 0;
}*/
#test .cat-bnr .slide-box {
  display: block;
  width: 100%;
  color: #b3983e;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 3px;
}
#test .cat-bnr .slide-box .inner a {
  border: 3px solid #b3983e;
  box-shadow:5px 5px 5px -3px rgba(0,0,0,0.3);
  overflow: hidden;
  display: block;
}
#test .cat-bnr .slide-box:hover .inner {
  padding-top: 2px;
  padding-left: 2px;
  margin-right: -2px;
  margin-bottom: -2px;
}
#test .cat-bnr .slide-box:hover .inner a {
  text-decoration: none;
  box-shadow: none;
  opacity: 1;
}
#test .cat-bnr .slide-box:hover .inner .cat-item {
  top: 2px;
  left: 2px;
}

#test .cat-bnr .slide-img {
  line-height: 0;
  position: relative;
  z-index: 2;
}
#test .cat-bnr .bnr-ttl {
  color: #b3983e;
  font-size: 29px;
  text-align: center;
  padding-left: 22px;
  margin: 0;
  position: relative;
}
/*#test .cat-bnr:last-child .bnr-ttl {
  text-align: left;
  padding-left: 54px;
}*/
#test .cat-bnr:nth-child(1) .bnr-ttl span,
#test .cat-bnr:nth-child(2) .bnr-ttl span {
  transform: scale(0.9, 1);
  transform-origin: top right;
  display: inline-block;
}
#test .cat-bnr .bnr-ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

#test .cat-bnr:nth-child(1) .bnr-ttl::before {
  content: url('./images/top/ico_cat_01.png');
  height: 41px;
}
#test .cat-bnr:nth-child(2) .bnr-ttl::before {
  content: url('./images/top/ico_cat_02.png');
  height: 35px;
}
#test .cat-bnr:nth-child(3) .bnr-ttl::before {
  content: url('./images/top/ico_cat_03.png');
  height: 42px;
}
#test .cat-bnr:nth-child(4) .bnr-ttl::before {
  content: url('./images/top/ico_cat_04.png');
  height: 42px;
}
#test .cat-bnr:nth-child(5) .bnr-ttl::before {
  content: url('./images/top/ico_cat_05.png');
  height: 43px;
}
#test .cat-bnr:nth-child(6) .bnr-ttl::before {
  content: url('./images/top/ico_cat_06.png');
  height: 35px;
}

#test .cat-bnr .cat-item {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}
#test .cat-bnr .cat-item .upper {
  font-size: 0;
}
#test .cat-bnr .cat-item .upper .txt-box,
#test .cat-bnr .cat-item .upper .img-box {
  display: inline-block;
  vertical-align: top;
  height: 146px;
}
#test .cat-bnr .cat-item .upper .txt-box {
  width: 145px;
  line-height: 1.2;
}
#test .cat-bnr .cat-item .upper .txt-box .item-name {
  color: #b3983e;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 46px;
}
#test .cat-bnr:nth-child(2) .cat-item .upper .txt-box .item-name {
  transform: scale(0.8, 1);
  transform-origin: top left;
  width: 184px;
}
#test .cat-bnr:nth-child(4) .cat-item .upper .txt-box .item-name {
  margin-left: -17px;
}
#test .cat-bnr:nth-child(4) .cat-item .upper .txt-box .item-name .type-num {
  transform: scale(0.8, 1);
  transform-origin: top center;
  width: 180px;
}
#test .cat-bnr .cat-item .upper .txt-box .item-name .type-num {
  display: block;
  font-size: 12px;
}
#test .cat-bnr .cat-item .upper .txt-box .case-other {
  font-size: 16px;
  border: 1px solid #a3a4a4;
  text-align: center;
  box-sizing: border-box;
}
#test .cat-bnr .cat-item .upper .txt-box .case-other .ttl {
  color: #fff;
  line-height: 1.1;
  background-color: #a3a4a4;
  padding: 0 0 2px;
  height: 19px;
  box-sizing: border-box;
}
#test .cat-bnr .cat-item .upper .txt-box .case-other .price {
  color: #a3a4a4;
  padding: 4px 0;
  height: 29px;
  box-sizing: border-box;
}
#test .cat-bnr .cat-item .case-otakaraya {
  font-size: 0;
}
#test .cat-bnr .cat-item .case-otakaraya .ttl {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  background-color: #b3983e;
  text-align: center;
  letter-spacing: 2px;
}
#test .cat-bnr .cat-item .case-otakaraya .ttl .sml {
  font-size: .9em;
}
#test .cat-bnr .cat-item .case-otakaraya .price-box,
#test .cat-bnr .cat-item .case-otakaraya .cat-link {
  display: inline-block;
  vertical-align: middle;
}
#test .cat-bnr .cat-item .case-otakaraya .price-box {
  line-height: 1.6;
}
#test .cat-bnr .cat-item .case-otakaraya .price-box .price {
  color: #f04671;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: 226px;
}
#test .cat-bnr .cat-item .case-otakaraya .price-box .price .yen {
  font-size: .7em;
}
#test .cat-bnr .cat-link {
  color: #b3983e;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  width: 115px;
  position: relative;
}
#test .cat-bnr .cat-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 28px;
  height: 28px;
  margin: auto 0;
  display: block;
  background-color: #b3983e;
  border-radius: 50%;
}
#test .cat-bnr .cat-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  width: 0;
  height: 0;
  margin: auto 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#test .cat-bnr .cat-link:hover {
  text-decoration: none;
}
#test .cat-bnr .cat-item .upper .img-box {
  width: 196px;
  line-height: 0;
}

#test .cat-bnr:last-child .slide-box .cat-item {
  padding: 0 6px;
  font-size: 20px;
  box-sizing: border-box;
}
#test .cat-bnr:last-child .slide-box .cat-item p {
  color: #5e5e5e;
  margin: 0;
  padding: 3px 6px;
  letter-spacing: 2px;
}
#test .cat-bnr:last-child .slide-box .cat-item .cat-link {
  position: absolute;
  bottom: 3px;
  right: 4px;
}

#test .link-wrap .kaitori-list {
  margin: 2rem 0;
}
#test .link-wrap .kaitori-list li {
  margin-right: 10px;
}
#test .link-wrap .kaitori-list li:last-child {
  margin-right: 0;
}

#test #home_topics h2,
#test .footer_content h2 {
  background-color: #b3983e !important;
}

#accessory .voice_box {
    background: #f0f0f0;
    padding: 1rem 3rem 2rem 3rem;
    box-sizing: border-box;
    margin-bottom: 2.5rem;
}

#accessory .voice_head span {
    font-size: 2.45rem;
    color: #437cca;
    letter-spacing: -1.5px;
    line-height: 1.2;
    vertical-align: bottom;
    display: inline;
}

#accessory .voice_head {
    height: 7.6rem;
    width: 100%;
    padding-top: 1rem;
    padding-left: 13rem;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    font-size: 1.55rem;
}

#accessory .voice_head .absolute {
    bottom: 0;
    left: 0.5rem;
}

#accessory section#choose .bnr_area {
    border-top: 6px solid #437cca !important;
}

#accessory section#choose .bnr_area:before{
    color:#437cca !important;
}

#accessory #choose .boxtitle {
        border-color: #3f6f98 !important;
}

#accessory #choose .bgsitecolor {
    background-color: #437cca !important;
}

#clothing .voice_box {
    background: #f0f0f0;
    padding: 1rem 3rem 2rem 3rem;
    box-sizing: border-box;
    margin-bottom: 2.5rem;
}

#clothing #voice h2{
    text-align:center;
}

#clothing .voice_head span {
    font-size: 2.45rem;
    color: #98883a;
    letter-spacing: -1.5px;
    line-height: 1.2;
    vertical-align: bottom;
    display: inline;
}

#clothing .voice_head {
    height: 7.6rem;
    width: 100%;
    padding-top: 1rem;
    padding-left: 13rem;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    font-size: 1.55rem;
}

#clothing .voice_head .absolute {
    bottom: 0;
    left: 0.5rem;
}

.template_page h2{
    font-size:3.5rem;
    letter-spacing: -3.5px;
    font-weight: 600;
}

.template_page .floatlist{
    font-size: inherit;
}

.template_page .l_001 h3{
    color:#fff;
    font-weight:normal;
    padding:10px;
}

.template_page .l_001 ul{
    padding:0;
}

.template_page .l_001 ul li {
    font-size: 1.5rem;
        width: 32.5%;
    margin: 0 1.25% 1.25% 0;
    box-sizing: border-box;
    list-style: none;
    position: relative;
    height: 163px;
    overflow: hidden;
        float: left;
        border: 1px solid #555;
}

.template_page .l_001 li:nth-child(3n) {
    margin-right: 0;
}

.template_page .l_001 ul li h4{
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
}

.template_page .l_001 ul li img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: unset;
   }

.template_page .l_002 {
        margin: 22px 0 0 0;
    background: url(https://shop.otakaraya.jp/kikinzoku/wp-content/themes/customize/images/item/bg_item_women.png) no-repeat;
    background-size: 26%;
    background-position: 500px 50px;
}

.template_page .l_002 li {
    width: 220px;
    margin: 0 1.6% 1.5% 0;
}
.template_page .l_002 li:nth-child(3n+2) {
    margin-right: 0;
}

.template_page .l_002 li:nth-child(2) {
    margin-right: 34.2% !important;
}

.template_page .l_002 li .eye-catch p.imgbox{
    width: 220px;
    height: 150px;
    overflow:hidden;
    border: 1px solid #555;
    margin:0;
    position:relative;
}

.template_page .l_002 li .eye-catch p.imgbox img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: unset;
   }

.template_page .l_002 li .eye-catch h3{
    margin-bottom: 0;
    margin: 5px;
    font-weight: normal;
    text-align: center;
    font-size: 1.5rem;
}

.template_page .l_003 h3{
    font-size:2.5rem;
    letter-spacing: -3.5px;
    font-weight: 600;
        margin: 0 0 0 0;
}

.template_page .l_003 h3 span{
    background: #b4223c;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.0rem;
    margin-top: -7px;
    margin-right: 10px;
}

.template_page .reasonbox {
    border-top: 5px solid #b3b3b3;
    padding: 2rem 0 3rem;
}

.template_page .reasonbox .absolute {
    width: 14.6rem;
    height: 14.6rem;
    top: 0.25em;
    overflow: hidden;
}

.template_page .reasonbox .text {
    clear: none;
    display: inline-block;
    padding-left: 16.6rem;
    min-height: 15rem;
    font-size: 1.6rem;
}

.temlate_page .bnrs{
    background:#f0f0f0;
}

.template_page #result{
    margin-bottom:30px;
}

.template_page #result ul{
    padding:0;
}

.template_page .ex-purchase .left {
  width: 364px;
}
.template_page .ex-purchase .right {
  width: 328px;
}
.template_page .ex-purchase .right ul li {
  margin-bottom: 6px;
  width: 161px;
}

.template_page .ex-purchase .second-lower li {
  width: 170px;
}
.template_page .ex-purchase .second-lower li:last-child {
  margin-right: 0;
}

.template_page .main-item {
    background: url("https://shop.otakaraya.jp/kikinzoku/wp-content/themes/kikinzoku/images/top/result_bg.png") no-repeat;
  height: 358px;
  background-size:cover;
}
.template_page .main-item .item-ttl {
  color: #fff;
  font-size: 32px;
  background: #b49a61;
  text-align: center;
  margin: 0;
  min-height: 52px;
  box-sizing: border-box;
}
.template_page .main-item .item-inner {
  padding: 0 6px 5px;
  position: relative;
  font-size: 0;
}
.template_page .main-item .imgbox {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.template_page .main-item .txtbox {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  text-align: center;
  position: relative;
  float: right;
}
.template_page .main-item .txtbox .balloon {
  position: absolute;
  top: -4px;
  left: -64px;
}
.template_page .main-item .txtbox .item-name {
  color: #231815;
  font-size: 20px;
  margin: 4px 0;
}
.template_page .main-item .txtbox .case-other-company {
  margin-bottom: 4px;
}

.template_page .main-item .txtbox .case-other-company .ttl {
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
  background: #5e5e5e;
}
.template_page .main-item .txtbox .case-other-company .price {
  color: #5e5e5e;
  font-size: 17px;
  font-weight: bold;
  padding: 6px 0;
  background: #F5F3F2;
}
.template_page .main-item .case-otakaraya {
  background: #fff;
}
.template_page .main-item .case-otakaraya .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #B81C22;
  text-align: center;
  padding-bottom: 4px;
}
.template_page .main-item .case-otakaraya .ttl img,
.template_page .main-item .case-otakaraya .ttl .txt {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.1;
}
.template_page .main-item .case-otakaraya .price-box {
  padding: 0 5px;
}
.template_page .main-item .case-otakaraya .price-box .catch {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.3;
  background: #B81C22;
  height: 46px;
  padding-top: 3px;
  padding-left: 4px;
  margin: 3px 0;
  box-sizing: border-box;
  position: relative;
}
.template_page .main-item .case-otakaraya .price-box .catch::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #B81C22;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
}
.template_page .main-item .case-otakaraya .price-box .catch .big,
.template_page .main-item .case-otakaraya .price-box .catch .sml {
  display: inline-block;
  vertical-align: bottom;
}
.template_page .main-item .case-otakaraya .price-box .catch .first-line .big {
  font-size: 13px;
}
.template_page .main-item .case-otakaraya .price-box .catch .first-line .sml {
  font-size: 8px;
}
.template_page .main-item .case-otakaraya .price-box .catch .second-line .big {
  font-size: 18px;
}
.template_page .main-item .case-otakaraya .price-box .catch .second-line .sml {
  font-size: 15px;
}
.template_page .main-item .case-otakaraya .price-box .price {
  display: inline-block;
  vertical-align: middle;
  color: #dc211f;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-left: 18px;
  width: 270px;
  text-align: center;
}
/*.template_page .main-item .case-otakaraya .price-box .price .num {
  transform: scale(0.9, 1);
  transform-origin: top right;
  display: inline-block;
}*/
.template_page .main-item .case-otakaraya .price-box .txt-yen {
  font-size: .5em;
}

.template_page .sub-item {
  height: 176px;
    background: url("https://shop.otakaraya.jp/kikinzoku/wp-content/themes/kikinzoku/images/top/result_bg.png") no-repeat;
  position: relative;
  background-size:cover;
}
.template_page .sub-item .item-ttl {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
  background: #b49a61;
  text-align: center;
  margin: 0;
  height: 34px;
  box-sizing: border-box;
}
.template_page .sub-item .item-ttl .cell {
  vertical-align: middle;
}
.template_page .sub-item .item-price {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 2px 0 0;
  background: #fff;
  clear: both;
}
.template_page .sub-item .item-price::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.template_page .sub-item .item-price .ttl {
  display: inline-block;
  vertical-align: middle;
  color: #b39961;
  font-size: 12px;
  line-height: 1.2;
  float: left;
}
.template_page .sub-item .item-price .price {
  display: inline-block;
  vertical-align: middle;
  color: #dc211f;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  /*float: right;*/
  position: absolute;
  right: 0;
}
.template_page .sub-item .item-price .price .num {
  transform: scale(0.9, 1);
  transform-origin: top right;
  display: inline-block;
}
.template_page .sub-item .item-price .price .txt-yen {
  font-size: .5em;
}


.template_page .l_007 {
    background:#f0f0f0;
}

.template_page .l_007.content-inner {
    padding: 20px;
}

.template_page .l_007 h2{
    margin-top: 0px;
    margin-bottom: 20px;
}

.template_page .l_007 ul#archive-item li{
    background: #f0f0f0;
    border: 1px solid #999;
    margin: 0 0 5px 0;
}

/*.template_page #archive-item li:nth-child(2), #archive-item li:nth-child(3n+2){
    margin: 0 0 5px 0 !important;
}*/
.template_page #archive-item li:nth-child(2) {
    margin: 0 0 5px 0 !important;
}

.template_page .l_007 ul li p{
    margin: 0;
}

.template_page .l_007 ul li h3{
    margin-bottom: 0;
    margin: 5px;
    font-weight: normal;
    text-align: center;
    font-size: 1.5rem;
}

.template_page .l_008 .relief_inner{
    padding: 30px;
    background: #f0f0f0;
}

.template_page .l_008 .relief_inner{
    margin-bottom:10px;
}

.template_page .l_008 .relief_inner h3{
        margin: 0 0 0 0;
        font-size: 2.3rem;
    font-weight:normal;
    margin: 0 0 0 0;
}

.template_page #home_media {
    background: url(../customize/images/home/bg_media.jpg) no-repeat scroll right 35px;
}

.template_page #home_media h2{
    margin:0;   
}

.template_page #home_media .text {
    padding: 0 16rem 0 0;
    min-height: 0;
}

.template_page .l_010 h3{
    font-size:2.5rem;
    letter-spacing: -2px;
    font-weight: 600;
        margin: 0 0 0 0;
}

.template_page .l_010 h3 span{
    background: #b4223c;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.0rem;
    margin-top: -7px;
    margin-right: 10px;
}

.template_page .l_011 .voice_inner{
    padding: 30px;
    background: #f0f0f0;
}

.template_page .l_011 .voice_inner{
    margin-bottom:10px;
}

.template_page .l_012 .imgbox {
    width: 25%;
    border: 1px solid #888;
     float: left;
}

.template_page .l_012 .text{
    float: left;
    width: 70%;
    margin-left: 30px;
}

.template_page .l_012 p{
    margin-top:0;
    margin-bottom:15px;
    font-size:2.3rem;
    font-weight:normal;
}

.template_page .kaitori-btn-box .upper li {
    width: 31%;
    margin-right: 1%;
}

.page-template-page-template-php #ratebox.sidebox{
	display:none;
}

.page-template-page-template-php #ratebox h2 {
    margin: 0;
    background: #a1a1a1;
    color: #FFF;
    font-size: 15px;
    padding: 0 10px;
    line-height: 1.75;
    letter-spacing: 0;
        font-weight:normal;
}

.page-template-page-template-php #ratebox h3 {
    margin: 0;
    color: #FFF;
    font-size: 1.4rem;
    padding-left: 15px;
    font-weight:normal;
}

.page-template-page-template-php #ratebox table{
    margin:0;
    border:none;
}

.page-template-page-template-php #ratebox table th{
    color:#fff;
}

.page-template-page-template-php #ratebox table td{
    text-align:center;
}

.page-template-page-template-php #ratebox table td.gap{
    color:#b4223c;
}

.template_page .omatome{
    background:#f0f0f0;
    padding:2.5rem;
}

.template_page .omatome h2{
    margin:0;
}

.template_page .omatome .line{
    width: 100%;
    height: 3px;
    position: relative;
}

.template_page .omatome .line p{
    position: absolute;
    top: -8px;
    margin: 0;
    left: 50%;
    transform: rotate(-60deg);
}

.template_page .omatome .price{
    margin-top:30px
}