@charset "UTF-8";
/*
Theme Name: original template
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 1.0
*/
html {
  width: 100%;
  font-size: 62.5%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, div, p, pre, ul, li, ol, dl, dt, dd, address, form, blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  empty-cells: show;
}

hr {
  display: none;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

option {
  padding-right: 10px;
}

a {
  text-decoration: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}

a img {
  border: 0px;
}

body {
  color: #000;
  font-family: "游ゴシック", YuGothic,	"游ゴシック体","Yu Gothic","メイリオ", Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",Sans-Serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 10px;
    font-size: 1.42857rem;
    min-width: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  i img {
    max-width: inherit;
    height: auto;
  }
}

/* Clearfix */
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;/
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }  
.clear { clear: both; }

/* common */
.left { float: left; }
.right { float: right; }
.thumbnail img {
  padding: 10px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.btnlink {
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  background: #eeeeee url(img/icon_arrow_r_black.png) no-repeat 92% center;
  background-size: 10px;
  padding: 20px 40px 20px 20px;
  display: block;
  color: #000000 !important;
}
.btnlink.pink {
  background: #ff0054 url(img/icon_arrow_r_white.png) no-repeat 92% center;
  background-size: 10px;
  color: #ffffff !important;
}
.row {
  display: block;
  text-align: center;
}
.row > * {
  vertical-align: top;
  display: inline-block;
}
.post h2 {
  font-size: 36px;
  margin-bottom: 1rem;
  line-height: 1.5;  
}
.post h3 {
  background: #000 url(img/icon_list.png) no-repeat 14px center;
  padding: 14px 14px 14px 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 35px;
  line-height: 1.35;
}
.post h4 {
  color: #ff0054;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0px 0px 15px;
  margin: 50px 0 25px;
  background: url(img/icon_line.png) no-repeat left bottom;  
}
.post p {
  line-height: 1.6;
  color: #666666;
  margin-bottom: 1em;
}
.post p a {
  color: #ff0054;
  text-decoration: underline;
}

.description {
  background: #eeeeee;
  color: #666666;
  margin: 0 0 20px;
  padding: 20px;
}
.description p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .post h4 {
    font-size: 12px;
    font-size: 1.71429rem;
  }
}

@media screen and (max-width: 768px) {
.left { float: none; }
.right { float: none; }
}

#wrapper {
  -webkit-overflow-scrolling: touch;
}

#container {
  width: 100%;
  position: relative;
}

#breadcrumb {
  font-size: 12px;
  padding: 5px;
  margin: 40px 0 20px;
  border: 1px solid #eeeeee;
}
#breadcrumb .tag {
  padding: 5px;
}
#breadcrumb .tag a {
  display: inline-block;
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 5px 5px 5px 10px;
  margin: 5px;
  vertical-align: middle;
}

a:link, a:hover, a:visited, a:active {
  color: #666666;
}

a:hover, a:hover img, a.hover:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}

#header {
  margin: auto;
  position: relative;
  max-width: 1100px;
  position: relative;
  min-height: 94px;
}
#header h1 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #header {
    width: 93.75%;
    margin: 0 auto;
  }
  #header h1 {
    font-size: 8px;
    font-size: 1.14286rem;
  }
}
#header #btn {
  position: absolute;
  right: -3px;
  top: 10px;
}

section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.sec {
  margin: auto;
  position: relative;
  margin-bottom: 50px;
  max-width: 1100px;
}
section.sec:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
section.sec h1 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 35px;
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  #header {
    position: static;
  }
  #header #btn {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    top: inherit;
    right: inherit;
    padding: 5px;
    background: #eeeeee;
    width: 100%;
    text-align: center;
  }
  #header #btn img {
    width: 97%;
    max-width: none;
  }
  section.sec h1 {
    font-size: 24px;
/*    font-size: 3.42857rem;*/
  }
}
section.sec h1 i {
  margin-right: 17px;
  position: relative;
  top: 15px;
}
section.sec h1 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff0054;
  text-indent: 67px;
}
@media screen and (max-width: 768px) {
  section.sec h1 i {
    margin-right: 10px;
  }
  section.sec h1 i img {
    width: 30px;
  }
  section.sec h1 span {
    font-size: 12px;
    font-size: 1.71429rem;
    text-indent: 30px;
  }
}

#text {
  padding: 25px;
  color: #666666;
  line-height: 1.6;
}

#search .formarea {
  width: 100%;
  margin-bottom: 10px;
}
#search .formarea div {
  width: 280px;
  float: left;
  margin-right: 10px;
}
#search .formarea div:last-of-type {
  margin-right: 0;
  width: 515px;
}
#search .formarea:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#search dl {
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#search dl dt {
  background: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #search .formarea {
    width: 93.75%;
    margin: 0 auto;
  }
  #search .formarea div {
    float: none;
    width: 100%;
  }
  #search .formarea div:last-of-type {
    width: auto;
  }
  #search dl dt {
    font-size: 12px;
    font-size: 1.71429rem;
  }
}
#search dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  letter-spacing: 1px;
  line-height: 1.7;
}
#search dl dd label {
  width: 48%;
  display: inline-block;
  color: #333;
}
#search dl dd.l30 label {
  width: 24%;
}
#search dl dd.minh {
  min-height: 170px;
}
#search dl dd.minh2 {
  min-height: 75px;
}
#search .btn {
  background: #ff0054;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 340px;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  #search dl dd.minh2,
  #search dl dd.minh {
    min-height: inherit;
  }
  #search .btn {
    box-sizing: border-box;
    width: 90%;
    display: block;
    font-size: 16px;
    font-size: 2.28571rem;
  }
}
@media screen and (max-width: 480px) {
  #search dl dd.l30 label {
    width: 32%;
  }
}
@media screen and (max-width: 360px) {
  #search dl dd.l30 label {
    width: 45%;
  }
}


#keyword .links {
  padding: 25px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 1.6;
}
#keyword .links a {
  margin-right: 25px;
  color: #0096ff;
}
#keyword .links a:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background: url(img/icon_arrow.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  #keyword .links {
    width: 93.75%;
    margin: 0 auto;
    display: block;
  }
}
#sidebar {
  width: 298px;
  float: right;
}
#sidebar .block {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
}
#sidebar .block h3 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 2px solid #ccc;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  #sidebar {
    width: 93.75%;
    float: none;
    margin: 0 auto;
  }
  #sidebar .block h3 {
    font-size: 13.33333px;
    font-size: 1.90476rem;
  }
}
#sidebar .block ul li {
  border-bottom: 1px dashed #ccc;
}
#sidebar .block ul li a {
  display: block;
  padding: 14px;
}
#sidebar .block ul li:last-child {
  border: none;
}
#sidebar .block:nth-of-type(1) {
  border-top: 5px solid #ff0054;
}
#sidebar .block:nth-of-type(2) {
  border-top: 5px solid #ff7e00;
}
#sidebar .block:nth-of-type(3) {
  border-top: 5px solid #9cff00;
}
#sidebar .block:nth-of-type(4) {
  border-top: 5px solid #ff0054;
}
#sidebar .block:nth-of-type(5) {
  border-top: 5px solid #00ccff;
}

#point {
  width: 760px;
  float: left;
}
#point .block {
  margin-bottom: 50px;
}
#point .block h2 {
  background: #000 url(img/icon_list.png) no-repeat 14px center;
  padding: 14px 14px 14px 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #point {
    width: 93.75%;
    float: none;
    margin: 0 auto;
  }

  #point .block h2 {
    font-size: 13.33333px;
    font-size: 1.90476rem;
  }
}
#point .block p {
  line-height: 1.6;
  color: #666666;
}
#point .block .subtit {
  color: #ff0054;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0px 0px 15px;
  margin-bottom: 24px;
  background: url(img/icon_line.png) no-repeat left bottom;
}
@media screen and (max-width: 768px) {
  #point .block .subtit {
    font-size: 12px;
    font-size: 1.71429rem;
  }
}

/* detail */
#item_detail {}
#item_detail .thumbnail {
  width: 485px;
}
#item_detail .thumbnail img {
  width: 100%;
  height: auto;
}
#item_detail .text {
  width: 550px;
  padding-top: 10px;
}
#item_detail h2 {
  font-size: 34px;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#item_detail p {
  font-size: 18px;
  color: #777777;
  line-height: 1.75;
}
#item_detail .price {
  font-size: 18px;
  margin: 40px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #cccccc;
}
#item_detail .price span {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#item_detail .btnlink {
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  #item_detail {
    width: 93.75%;
  }
  #item_detail .thumbnail {
    width: 100%;
  }
  #item_detail .text {
    margin: 10px 0 0;
    width: 100%;
  }
  #item_detail h2 {
    font-size: 30px;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  #item_detail .btnlink {
    margin: 5px;
    min-width: 200px;
  }
}

#review .box_review {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
}
#review .box_review .image {
  width: 180px;
  text-align: center;
}
#review .box_review .image img {
  margin-bottom: 20px;
  display: block;
}
#review .box_review .image .star {
  color: #ffd803;
  margin-top: 5px;
  font-size: 16px;
}
#review .box_review .text {
  width: 530px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #review .box_review .image  {
    width: 100%;
    margin-bottom: 20px;
  }
  #review .box_review .image img {
    margin: 20px auto;
  }
  #review .box_review .text {
    width: 100%;
    text-align: left;
  }
}

#form_review {
  background: #fff7fa;
  padding: 40px;
  border-radius: 10px;
}
#form_review h3 {
  text-align: center;
  font-size: 24px;
  color: #ff0054;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.5;
}
#form_review form input,
#form_review form select,
#form_review form textarea {
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  width: 50%;
  -webkit-appearance: none;
}
#form_review form select { color: #ffd803; }
#form_review form textarea {
  width: 97%;
  min-height: 100px;
}
#form_review form input[type=submit] {
  margin: 20px auto 0;
  display: block;
  background: #eeeeee;
  font-weight: bold;
}
#form_review form table { width: 100%; }
#form_review form table tr td {
  padding: 5px;
}
#form_review form table tr th {
  text-align: left;
  padding-right: 20px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  #form_review h3 {
    margin-top: 10px;
  }
  #form_review {
    padding: 20px;
  }
  #form_review form table,
  #form_review form table tbody,
  #form_review form table tr,
  #form_review form table tr th,
  #form_review form table tr td {
    display: block;
    width: 100%;
  }
  #form_review form input,
  #form_review form select,
  #form_review form textarea {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
  }
  #form_review form table tr th {
    margin: 20px 0 10px;
  }
  #form_review form table tr td {
    padding: 0;
  }
}

#recommend .box_recommend {
  vertical-align: top;
  display: inline-block;
  width: 230px;
  margin-left: 35px;
  margin-bottom: 35px;
}
#recommend .clearfix {
  margin-left: -35px;
}
#recommend .box_recommend .thumbnail {
  margin-bottom: 10px;
}
#recommend .box_recommend a p {
  text-decoration: underline;
}
#recommend .box_recommend img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #recommend .clearfix {
    margin-left: 0;
  }
  #recommend .box_recommend {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
  }
}


#footer {
  box-sizing: border-box;
  width: 100%;
  background: #eee;
  padding: 27px;
  color: #666666;
  text-align: center;
}

.bggray {
  background: #eee;
}

.wideslider {
  padding-bottom: 60px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}

.wideslider ul li img {
  width: 100%;
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  position: absolute;
  z-index: 200;
}

.pagination a {
  margin: 0 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  background: #eee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.pagination a.active {
  background: #ff8b00;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 30%;
  }
  .pagination {
    bottom: -10px;
  }
  .pagination a {
    width: 10px;
    height: 10px;
  }  
}

