@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* ************************************************
*  default
* ************************************************ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea, {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}
body {
    color: #333333;
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #fff;
    font-size: 12px;
    min-width: 1100px;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  -ms-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 1;
}
a:hover img {
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  -ms-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 0.8;
}
.mincho {
  font-family: "Times New Roman", 游明朝, "Yu mincho", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS P Mincho", "MS 明朝", serif;
}

/* ************************************************
* image
* ************************************************ */
/*記事一覧　画像サイズ*/
#top_post_list .post_thumbnail_noimage300 > div {
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 18px;
}
.post_list_area .np_btn .pre_link,
.post_list_area .np_btn .next_link {
    width: 180px;
    word-break: break-all;
}
#top_post_list .post_list_thumbnail,#top_post_list .post_list_thumbnail img {
    width: 180px;
	height: auto;
}
/*記事詳細　メイン画像サイズ*/
#single_post_list .post_thumbnail_noimage730 {
    width: 500px;
    height: 500px;
    line-height: 500px;
}

/*記事詳細　前後記事画像サイズ type=1*/
.np_thumnail,.np_thumnail_noimage, .np_thumnail_noimage div.noimage {
    width: 320px;
    height: 320px;
}
.np_thumnail img {
    max-width: 320px;
    max-height: 320px;
}
.np_btn .next_exp, .np_btn .prev_exp,
.np_btn .next_exp, .np_btn .prev_exp {
    width: 300px;
    word-break: break-all;
}
.post_list_area .np_btn .pre_link,
.post_list_area .np_btn .next_link {
    width: 300px;
    word-break: break-all;
}
.np_thumnail img, .np_thumnail_noimage div.noimage {
    line-height: 320px;
}

/*記事詳細　記事画像サイズ type=2*/
/*サムネイルあり*/
.np_btn_type2 li {
    padding-left: 16px;
}
.np_btn_type2 li , .np_thumnail_type2 , .np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage   {
    width : 165px;
}
.np_thumnail_type2 img {
    max-width: 165px;
    max-height: 165px;
}
/*サムネイルなし*/
.np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage  {
    height: 165px;
}
.np_thumnail_type2 img, .np_thumnail_noimage_type2 div.noimage {
    line-height: 170px;
    font-size: 14px;
}
/*type=2の時有効にする*/
#single_post_list .single_post_detail {
    padding: 10px 15px 0;
    border-bottom: none;
}
/*画像以外*/
#single_post_list .title_type2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
#single_post_list .cate_type2, #single_post_list .date_type2, #single_post_list .author_type2 {
    font-size: 10px;
    line-height: 12px;
}
.np_thumnail_noimage_type2 a {
    text-decoration: none;
}
/* ************************************************
*  layout
* ************************************************ */
#container {
    width: 1100px;
    height: 100%;
    min-height: 100%;
    margin: 65px auto 55px;
    padding: 0 30px;
    background: #FFFFFF;
    border-right: 0px solid #993333;
    border-left: 0px solid #993333;
}

#header {
    margin: 0px auto;
    width: 1100px;
    text-align: left;    
    padding: 0;
}

#side {
    float: left;
    width: 250px;
    margin-top: 0;
}

#main {    
    float: right;
    width: 810px;
    margin-top: 0;
}

#footer{
	padding: 0;
    margin: 0px auto;
    width: 1100px;
    text-align: left;
    color:#333;
}

/* ************************************************
*  header
* ************************************************ */
#header {
  position: relative;
}
.headerTop {
  padding: 10px 0px;
  line-height: 1.6;
}
.headerTop__text {
  float: left;
  max-width: 40%;
  font-weight: 500;
  font-size: 10px;
}
.headerTop__right {
  float: right;
  max-width: 45%;
  text-align: center;
}

.headerMain {
  margin-top: -20px;
  height: 115px;
}
.header__logo img {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-top: 11px;
  width: 196px;
}

.hNav__unit {
  float: left;
  font-size: 10px;
}
.hNav__unit:nth-child(n+2):before {
  display: inline-block;
  content: "|";
  margin: 0px 21.1px;
  color: #fff;
}
.hCart {
  text-align: right;
  display: inline-block;
  margin-left: 30px;
}
.hCart__icon {
  display: inline-block;
  /*width: 55px;*/
  width: 40px;
  margin-bottom: -10px;
  position: relative;
  top: -3px; 	
}

/*グローバルナビ*/
.gNav {
  width: 100%;
  border-top: solid 0px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  text-align: center;
  background: white;
  padding-bottom: 10px;
}
/*.gNav a.gNav__link:link,
.gNav a.gNav__link:visited {
    color:#fff;
}*/
.gNav__unit {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 25px;
}
.gNav__link, .gNav__noLinkText {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  padding: 20px 0px 5px;
  border-bottom: 5px solid #fff;
}
.gNav__link:hover {
  border-bottom: solid 2px #61ab56;
  text-decoration: none;
}
.gNav__link:hover, .gNav__noLinkText:hover, .gNav__unit.active .gNav__link, .gNav__unit.active .gNav__noLinkText {
  /*text-decoration: none;*/
  /*border-bottom:solid 2px #333;*/
}

/*ドロップダウンメニュー*/
.gNavDrop {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
a.gDropList__link {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  color: white;
}
a.gDropList__link:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@keyframes topIn {
    0% {
        transform: translateY(-70px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes topOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-70px);
        opacity: 0;
    }
}

@keyframes openSpace {
    0% {
        height: 0;
    }
    100% {
        height: 70px;
    }
}
@keyframes closeSpace {
    0% {
        height: 70px;
    }
    100% {
        height: 0;
    }
}

.is-open {
    animation: topIn .3s forwards;
}
.is-close {
    animation: topOut .3s forwards;
}
.open-space-animation {
    animation: openSpace .3s forwards;
}
.close-space-animation {
    animation: closeSpace .3s forwards;
}

.gNav {
    position: relative;
    z-index: 2;
}
.search-icon {
    cursor: pointer;
}
.search-icon:hover {
    opacity: .7;
}
#gNav__search {
    display: none;
}
.search-form-wrapper {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    padding: 18px 0;
}
#gNav__search:checked ~ .search-form-wrapper {
    display: block;
}
.search-form {
    border-bottom: 1px solid #333;
    width: 500px;
    margin: 0 auto;
    padding-bottom: 3px;

}
.search-form-text {
    width: 450px;
    height: 30px;
    padding: 0px 10px;
    margin-left: 5px;
    border: none;
    font-size: 1rem;
}
.search-form-button {
    text-align: center;
    margin-bottom: 5px;
}
.search-form-button:hover {
    cursor: pointer;
    opacity: .7;
}

.p-relative {
    position: relative;
}


/* ************************************************
*  side
* ************************************************ */
.section--side {
  margin-bottom: 30px;
}

.sideTitle {
  padding: 10px 0px;
  border-bottom: solid 1px #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.sideList--icon .sideList__unit {
  padding-left: 0px;
  background: none;
}

.sideList__icon {
  float: left;
  height: 60px;
  width: auto;
}

.sideList--icon .sideList__text {
  width: 175px;
  float: right;
  line-height: 60px;
}

.sideList--icon .sideList__text--line2 {
  line-height: 20px;
  padding: 10px 0px;
}

.sideSnsList__unit:nth-child(n+2) {
  margin-top: 30px;
}

.sideSnsList__icon {
  padding-left: 15px;
  margin-bottom: 15px;
}

.itemList--instagram .itemList__unit {
  width: 50%;
  float: left;
}

.itemList--instagram .itemList__unit:nth-child(2n+1) {
  clear: both;
}

.itemList--instagram .itemList__unit:nth-child(n+3) {
  /*margin-top:15px;*/
}

.sideSnsList__bottom {
  margin-top: 5px;
  text-align: center;
}

.sideSnsList__bottomTitle {
  font-size: 14px;
  font-weight: bold;
}

.sideSnsList__bottomText {}

.sideBnr__text {
  text-align: center;
  line-height: 25px;
  margin-top: 10px;
  font-size: 12px;
  color: #333;
}

.search__form {
  width: 100%;
  margin: 0 auto;
}

.search__form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search__select {
  height: 30px;
  width: 100%;
  padding: 0px 10px;
}

.search__text {
  width: 180px;
  margin-top: 10px;
  height: 30px;
  float: left;
  padding: 0px 10px;
}

.search__submit {
  float: right;
  margin-top: 10px;
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  padding: 0px 5px;
  background: #000;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none !important;
}

.search__submit:hover {
  opacity: 0.8;
}

.sideBnrList__unit {
  margin-top: 20px;
}

.sideBnrList__unit:first-child {
  margin-top: 0;
}

/*サイド一覧(カテゴリーやグループ)*/

.sideListArea {
  margin: 30px 0px 40px;
}

.sideList__unit {
  padding-left: 0px;
  background-position: left center;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
  padding-left: 18px;
  margin-bottom: 16px;
  font-size: 14px;
}

.sideList__unit:nth-child(n+2) {
  margin-top: 10px;
}

a.sideList__link {
  color: #333;
}

a.sideList__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.js-sideList .sideList__unit>a {
  color: #333;
}

/*
.js-sideList .sideList__unit > a:before{
  display: inline-block;
  content:"●";
  margin-right:5px;
}
*/

.sideList__child {
  margin-top: 10px;
  padding-left: 5px;
  display: none;
}

.sideList__childUnit {
  padding: 10px 0;
  font-size: 12px;
}

.sideList__childUnit:first-child {
  margin-top: 20px;
}

.sideList__childUnit:nth-child(n+2) {
  margin-top: 10px;
}

.sideList__childUnit a {
  color: #666;
}

.sideList__childUnit a:before {
  display: inline-block;
  content: ">";
  margin-right: 5px;
}

.sideLinkArea {
  margin-top: 30px;
}

.sideLinkList__unit:nth-child(n+2) {
  margin-top: 15px;
}

a.sideLinkList__link {
  display: block;
  line-height: 40px;
  color: #999999;
  text-decoration: none !important;
  text-align: center;
  background: #e9e9e9;
}

/*WP カテゴリー名一覧*/
ul.sideList.wp-cate-sideList li {
    background-position: left center;
    line-height: 1;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 14px;
    padding-left: 18px;
    margin-bottom: 16px;
	font-size: 14px;
}
ul.sideList.wp-cate-sideList li > a{
	color: #333;
}
ul.sideList.wp-cate-sideList li > a:hover{
	text-decoration: none;
	opacity: 0.8;
}



/* ************************************************
*  main
* ************************************************ */
#top_post_list {
    padding: 0;
}
#top_post_list .post_list_box {
    background-color: #fff;
    width: 600px;
    float: right;
}
/* ************************************************ 
 * footer
 * ************************************************ */
.footer {
  width: 100%;
  margin-top: 3em;
  padding: 40px 0px 0px;
  line-height: 1.5;
}

.footerLeft {
  width: 47%;
  float: left;
}

.footerRight {
  width: 47%;
  float: right;
}

.fTitle {
  font-size: 15px;
  padding-bottom: 8px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 25px;
  line-height: 1;
  font-weight: bold;
}

.fTitle .mincho {
  font-weight: bold;
}

.fTitle .fTitle-sub {
  font-size: 12px;
  font-weight: normal;
}

.fLinkList--1 .fLinkList__unit:nth-child(n+2) {
  margin-top: 15px;
}

.fLinkList--2 .fLinkList__unit {
  float: left;
  width: 49%;
}

.fLinkList--2 .fLinkList__unit:nth-child(n+2) {
  margin-left: 2%;
}

.fLinkList--2 .fLinkList__unit:nth-child(2n+1) {
  margin-left: 0%;
  clear: both;
}

.fLinkList--2 .fLinkList__unit:nth-child(n+3) {
  margin-top: 15px;
}

.fLinkList--inline .fLinkList__unit {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

/*footer WPカテゴリー名一覧*/
.fLinkList--inline li.cat-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}


.fBox:nth-child(n+2) {
  margin-top: 45px;
}

.guideBox__left {
  width: 36%;
  float: left;
}

.guideBox__right {
  width: 62%;
  float: right;
}

.guideBox__amazon {
  display: inline-block;
  margin: 5px 0px 5px;
}

.guideBox__text {
  font-size: 10px;
}

.fContact {
  margin-top: 70px;
}

.fContact__left {
  float: left;
  width: 170px;
}

.fContact__right {
  float: right;
  width: 315px;
  line-height: 1.6;
}

.fContact__title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.fContact__text {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.8;
  font-weight: bold;
}

p.fContact__text span {
  font-size: 18px !important;
  display: inline-block;
  padding-right: 10px;
}

.fContact__btnWrap {
  text-align: right;
}

.fContact__btn {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  padding: 10px 35px;
  display: inline-block;
  margin-top: 25px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  border-radius: 18px;
  border: 1px solid #000;
}

.fContact__btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*コピーライト*/

.footer__copy {
  clear: both;
  margin-top: 30px;
  padding: 13px 0px;
  text-align: center;
  font-size: 10px;
  color: #333;
  background: #fff;
}

/*******20200330追記********/
.fContact__tel{
font-family:  'Century Gothic','Avenir-Book', sans-serif;
font-weight: bold;
font-size: 24px;
}
.shipping__free{
background: #61ab56;
padding: 8px 12px;
font-size: 14px;
color: #fff;
display: inline-block;
margin-bottom: 10px;
}
.fContact__btn__flex{
  clear: both;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fContact__btnWrap2 {
width: 49%;
}

.fContact__btn2 {
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 1;
text-align: center;
padding: 10px 35px;
display: block;
margin-top: 25px;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
border-radius: 18px;
border: 1px solid #000;
    box-sizing: border-box;
}

.fContact__btn2:hover {
text-decoration: none;
opacity: 0.8;
    background: #61ab56;
    border: 1px solid #61ab56;
    color: #fff;
}



/* ************************************************ 
 * archive
 * ************************************************ */
#archive_list li.archive_year a {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_month {
    display: block;
    padding: 0 14px;
    margin: 5px 0;
    border-left: 1px solid #333;
    color: #d7d7d7;
    font-weight: bold;
}
#archive_list li:nth-child(2) {
    border-left: none;
}
/* ************************************************ 
 * detail
 * ************************************************ */
.blog_inner h1,
.blog_inner h2,
.blog_inner h3,
.blog_inner h4,
.blog_inner h5, 
.blog_inner h6 {
    border-bottom: 1px dotted #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align:left;
    color: #004b64;
}
.single_post_detail .blog_inner {
    font-size: 14px;
}
.blog_inner h1 { font-size: 2em; }
.blog_inner h2 { font-size: 1.5em; }
.blog_inner h3 { font-size: 1.17em; }
.blog_inner h4 { font-size: 1.33em; }
.blog_inner h5 { font-size: 0.83em; }
.blog_inner h6 { font-size: 0.67em; }
.single_post_detail .blog_inner {
    font-size: 14px;
}
.np_thumnail .prev_arrow, .np_thumnail_noimage .prev_arrow,
.np_thumnail .next_arrow, .np_thumnail_noimage .next_arrow {
    line-height: 45px;
}
.np_thumnail a , .np_thumnail_noimage a , .np_thumnail_noimage div.noimage a  {
    text-decoration: none;
}
/* ************************************************ 
 * list
 * ************************************************ */
#top_post_list .post_list_thumbnail a {
    text-decoration: none;
}
