@charset "utf-8";

/*************************************
* フォント
*************************************/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp-Regular.woff2') format('woff2'),
       url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype'),
       url('../font/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansCJKjp-Bold.woff2') format('woff2'),
       url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../font/NotoSansCJKjp-Bold.ttf')  format('truetype'),
       url('../font/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../font/BreeSerif-Regular.woff2') format('woff2'),
       url('../font/BreeSerif-Regular.woff') format('woff'),
       url('../font/BreeSerif-Regular.otf')  format('opentype')
}

/*************************************
* CSSリセット
*************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-style: normal;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}
article{
  outline: none;
}
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
em{
  font-style: normal;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
input, select {
  vertical-align:middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*************************************
* 共通
*************************************/

body {
  min-width: 1020px;
  min-height: 100vh;
  line-height: 1.7;
  font-size: 14px;
  font-family: 'Noto Sans Japanese';
  color:#231815;
  word-break : break-all;
  -webkit-text-size-adjust: 100%;
}
h2, h3{
  font-weight: bold;
}
img{
  max-width: 100%;
  height: auto;
}
a{
  color: #333;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:hover img{
  opacity: 0.8;
}
table {
  width: 100%;
}
table th,
table td{
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
h2.default{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
h2.default span{
  font-size: 14px;
  display: block;
  color: #1b95ce;
}
.sp-view{
  display: none!important;
}
.clearfix:after {
  content:'';
  display:block;
  clear:both;
}
.button{
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  font-size: 17px;
  max-width: 100%;
}
.button.white{
  color: #1b95ce;
  border: 2px #1b95ce solid;
  height: 55px;
  line-height: 51px;
  width: 400px;
}
.button.white:hover{
  color: #fff!important;
  background: #1b95ce!important;
}
.button.blue{
  background: #1b95ce;
  color: #fff;
  border-radius: 5px;
  margin: -2px auto 2px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-shadow: 0 4px #231815;
}
.button.blue:hover{
  margin: 0 auto;
  box-shadow: 0 2px #231815;
}
.button:hover img{
  opacity: 1;
}

@media all and (-ms-high-contrast: none) {
  .button {
    font-family: "メイリオ", sans-serif;
  }
}

.left-col,
.right-col{
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  body{
    min-width: 100%;
  }
  h2.default{
    font-size: 22px;
  }
  .pc-view{
    display: none!important;
  }
  .sp-view{
    display: block!important;
  }
  .left-col,
  .right-col{
    display: block;
    width: 100%!important;
  }
  .left-col > img,
  .right-col > img{
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .button{
    font-size: 14px;
  }
}

/*************************************
* ヘッダー
*************************************/

header{
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/header_bg.jpg) no-repeat center;
  background-size: 100% 100px;
  height: 100px;
  min-width: 1020px;
  transition: height .3s;
}
header.fixed {
  height: 60px;
}
#header_logo{
  float: left;
  margin-top: 20px;
  transition: margin-top .3s;
}
header.fixed #header_logo{
  margin-top: 7px;
}
#header_logo img {
  transition: width .3s;
  width: 190px;
}
header.fixed #header_logo img {
  width: 150px;
}
#header_nav{
  float: right;
  margin-top: 38px;
  transition: margin-top .3s;
  position: relative;
}
header.fixed #header_nav{
  margin-top: 7px;
}
#header_nav ul li{
  float: left;
}
#header_nav ul li + li,#header_nav ul ul + li{
  margin-left: 20px;
}
#header_nav ul li.shop{
  position: absolute;
  margin: 0;
  top: -30px;
  right: 0;
}
#header_nav ul li a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
#header_nav ul li.shop a{
  padding-left: 15px;
}
#header_nav ul li.shop a:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1b95ce;
}
#header_nav ul li a span{
  font-size: 12px;
  color: #1b95ce;
  display: block;
}
#header_nav ul li a:hover{
  opacity: 0.8;
}

@media screen and (max-width:768px) {
  header,
  header.fixed{
    height: 60px;
    min-width: 100%;
  }
  #header_nav,
  header.fixed #header_nav{
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #231815;
    margin: 0;
    overflow-y: scroll;
    padding-bottom: 30px;
  }
  #header_nav ul li{
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #header_nav ul li + li{
    margin: 0;
  }
  #header_nav ul li:not(:last-child){
    border-bottom: 1px #fff solid;
  }
  #header_nav ul li.shop{
    position: static;
  }
  #header_nav ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
  }
  #header_nav ul li.shop a {
     padding-left: 0;
  }
  #header_nav ul li.shop a:before{
    content: none;
  }
  #header_nav ul li a span{
    line-height: 1;
  }
  #header_nav ul li.online p{
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
  }
  #header_nav ul li.online a{
    display: inline-block;
    padding: 0;
    margin: 0 10px;
  }
  #header_logo,
  header.fixed #header_logo {
    margin-top: 11px;
  }
  #header_logo img,
  header.fixed #header_logo img{
    width: 125px;
  }
  #open_menu,
  #open_menu span {
    display: inline-block;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  #open_menu {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 10px;
  }
  #open_menu span {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 3px;
    background: #fff;
  }
  #open_menu span:nth-of-type(1) {
    top: 10px;
  }
  #open_menu span:nth-of-type(2) {
    top: 18px;
  }
  #open_menu span:nth-of-type(3) {
    bottom: 10px;
  }
  #open_menu.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  #open_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #open_menu.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

/*************************************
* サイドナビ
*************************************/

#side_nav{
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 2;
}
#side_nav ul li{
  text-align: right;
}
#side_nav ul li + li{
  margin-top: 5px;
  position: relative;
}
#side_nav ul .online a{
  position: absolute;
  display: block;
  right: 9px;
  bottom: 50px;
}
#side_nav ul .online a + a{
  bottom: 10px;
}

@media screen and (max-width:768px) {
  #side_nav{
    top: auto;
    bottom: 20px;
    z-index: 1;
  }
}

/*************************************
* タイトル
*************************************/

#title{
  height: 400px;
  position: relative;
  background: url(../img/common/title_bg.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
  overflow: hidden;
}
#title h1{
  width: 1020px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  padding: 0 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
#title h1 span{
  font-size: 16px;
  display: block;
}

@media screen and (max-width:768px) {
  #title{
    height: 150px;
    background-position: right 30% center;
  }
  #title h1{
    width: 100%;
    font-size: 20px;
  }
  #title h1 span{
    font-size: 14px;
  }
}

/*************************************
* パンくずリスト
*************************************/

#breadcrumb{
  text-align: right;
  margin-bottom: 50px;
}
#breadcrumb li{
  position: relative;
  display: inline-block;
}
#breadcrumb li:not(:last-child){
  margin-right: 5px;
}
#breadcrumb li:not(:last-child):after {
  content: '>';
  margin-left: 5px;
}
#breadcrumb li a:hover{
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  #breadcrumb{
    text-align: left;
    margin-bottom: 30px;
  }
}

/*************************************
* コンテンツエリア
*************************************/

#wrapper{
  margin-top: 100px;
}
.container{
  max-width: 1020px;
  margin: 0 auto 0 auto;
  padding: 0 10px;
  position: relative;
}
.container:after {
  content:'';
  display:block;
  clear:both;
}
#main{
  display: block;
}

@media screen and (max-width:768px) {
  #wrapper{
    margin-top: 60px;
  }
  .container{
    max-width: 100%;
  }
  #main{
    float: none;
    width: 100%;
  }
}

/*************************************
* フッター
*************************************/

footer{
  position: relative;
  padding-top: 30px;
  background: #f1f1f1;
}
footer:before{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 250px;
  background: url(../img/common/footer_bg.png) no-repeat top;
  background-size: cover;
}
footer .container{
  display: table;
  width: 860px;
}
footer .left-col{
  display: table-cell;
  width: 50%;
}
footer .right-col{
  display: table-cell;
  width: 50%;
  text-align: center;
}
footer .right-col .address{
  margin-bottom: 20px;
}
footer .right-col .address h2{
  font-size: 18px;
}
footer .right-col .button{
  margin-bottom: 20px;
}
#copyright{
  margin-top: 50px;
  display: block;
  padding: 15px;
  background: #231815;
  text-align: center;
  color: #fff;
}

@media screen and (max-width:768px) {
  footer:before{
    height: 100px;
  }
  footer .container{
    width: 100%;
    display: block;
  }
  footer .left-col{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .left-col img{
    width: 150px;
  }
  footer .right-col{
    width: 100%;
    display: block;
  }
  footer .right-col .address h2 {
    font-size: 16px;
  }
  footer .right-col > img{
    max-width: 250px;
  }
}

/***************************
* 共通コンテンツ（購入方法）
***************************/

#buy{
  text-align: center;
  overflow: hidden;
}
#buy .item {
  padding: 80px 0 100px;
}
#buy .item h2{
  position: relative;
}
#buy .item .head:nth-of-type(1){
  content: '';
  position: absolute;
  left: -90px;
  top: 35px;
}
#buy .item .head:nth-of-type(1) img{
  transform: rotate(-8deg);
}
#buy .item .head:nth-of-type(2){
  content: '';
  position: absolute;
  right: -90px;
  top: 35px;
}
#buy .item .head:nth-of-type(2) img{
  transform: rotate(8deg);
}
#buy .item > .container > .button{
  bottom: 30px;
  left: 50px;
  margin: 20px 0 60px;
}
#buy .item ul li{
  padding: 0 80px;
}
#buy .item ul li:first-child{
  float: left;
  width: 50%;
  border-right: 3px #cbcbcb dotted;
}
#buy .item ul li:last-child{
  float: right;
  width: 50%;
}
#buy .item ul li img{
  margin-bottom: 10px;
}
#buy .item ul li h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
#buy .item ul li dl{
  margin-bottom:20px;
}
#buy .item ul li dl dt{
  float: left;
  width: 100px;
  border-bottom: 2px #1b95ce solid;
  padding-bottom: 5px;
}
#buy .item ul li dl dd{
  margin-left: 105px;
  border-bottom: 2px #cbcbcb solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#buy .item ul li .button{
  width: 100%;
  max-width: 350px;
}
#buy .item ul li .button.online{
  width: 48%;
  float: left;
  padding: 5px 0 0 30px;
  line-height: 1.2;
}
#buy .item ul li .button.online:first-of-type{
  margin-right: 4%;
  background-image: url(../img/common/icon_amazon.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}
#buy .item ul li .button.online:last-of-type{
  background-image: url(../img/common/icon_base.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}
#buy .shop{
  position: relative;
  text-align: left;
}
#buy .shop h3{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#buy .shop .more {
  color: #1b95ce;
  background: url(../img/common/link_arrow.png) no-repeat left;
  padding-left: 25px;
  position: absolute;
  right: 10px;
  top: 25px;
}
#buy .shop .more:hover{
  text-decoration: underline;
}
#buy .shop table{
  width: auto;
  margin: 0 auto 60px auto;
}
#buy .shop table th{
  font-size: 18px;
  position: relative;
  padding: 0 20px;
}
#buy .shop table th:before{
  content: '';
  width: 10px;
  height: 10px;
  background: #1b95ce;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
#buy .shop table th a{
  text-decoration: underline;
}
#buy .shop table th a:hover{
  text-decoration: none;
}
#buy .shop table td:last-child{
  padding-left: 20px;
}

@media all and (-ms-high-contrast: none) {
  #buy .shop table th:before{
    top: 6px;
  }
}

#buy .info{
  padding: 40px 100px;
  border: 2px #cbcbcb solid;
  position: relative;
  text-align: left;
  background: #fff;
}
#buy .info h3{
  font-size: 18px;
}
#buy .info p span{
  margin-right: 1em;
}
#buy .info .button{
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  color: #fff!important;
  background: #1b95ce!important;
}
#buy .info .button:hover{
  color: #1b95ce!important;
  background: #fff!important;
}

@media screen and (max-width:768px) {
  #buy .item{
    padding: 100px 0 60px;
  }
  #buy .item .head:nth-of-type(1){
    left: 5px;
    top: -70px;
    width: 116px;
    height: 76px;
  }
  #buy .item .head:nth-of-type(2){
    right: 5px;
    top: -70px;
    width: 111px;
    height: 74px;
  }
  #buy .item .container > p{
    text-align: left;
  }
  #buy .item ul li:first-child{
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 3px #cbcbcb dotted;
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  #buy .item ul li:last-child{
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
  #buy .item ul li .button.online{
    padding-top: 10px;
  }
  #buy .shop .more{
    position: static;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
  }
  #buy .shop table{
    width: 100%;
    margin-bottom: 30px;
  }
  #buy .shop table tr{
    display: block;
  }
  #buy .shop table tr + tr{
    margin-top: 10px;
  }
  #buy .shop table th,
  #buy .shop table td{
    display: block;
  }
  #buy .shop table th{
    padding-right: 0;
  }
  #buy .shop table td:last-child{
    padding-left: 0;
  }
  #buy .info {
    padding: 20px;
    text-align: center;
  }
  #buy .info p span{
    display: block;
    margin: 0;
  }
  #buy .info .button{
    position: static;
    margin-top: 20px;
    transform: translateY(0);
  }
}
/***************************
* 共通コンテンツ（購入方法_改訂版）
***************************/

#buy2{
  text-align: center;
  overflow: hidden;
}
#buy2 .item {
  padding: 80px 0 100px;
}
#buy2 .container {
    max-width: 1230px;
}
#buy2 .item h2{
  position: relative;
}
#buy2 .item .head:nth-of-type(1){
  content: '';
  position: absolute;
  left: 0px;
  top: 35px;
}
#buy2 .item .head:nth-of-type(1) img{
  transform: rotate(-8deg);
}
#buy2 .item .head:nth-of-type(2){
  content: '';
  position: absolute;
  right: 0px;
  top: 35px;
}
#buy2 .item .head:nth-of-type(2) img{
  transform: rotate(8deg);
}
#buy2 .item > .container > .button{
  bottom: 30px;
  left: 50px;
  margin: 20px 0 60px;
}
#buy2 .container ul.upperColumn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#buy2 ul.clearfix.lowerColumn {
    width: 70%;
    margin-top: 2em;
    border-top: 3px #cbcbcb dotted;
    padding-top: 2em;
}
#buy2 .item ul.upperColumn  li{
  padding: 0 1.5%;
  width: 33%;
  border-right: 3px #cbcbcb dotted;
  float: left;
  min-height: 590px;
	box-sizing: border-box;
}
#buy2 .item ul.upperColumn li:last-child{
  float: right;
  width: 33%;
  border-right:none;
}
#buy2 .item ul li img{
  margin-bottom: 10px;
}
#buy2 .item ul li h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
#buy2 .item ul li dl{
  padding-top:20px;
  clear: both;
}
#buy2 .item ul li dl dt{
  float: left;
  width: 100px;
  border-bottom: 2px #1b95ce solid;
  padding-bottom: 5px;
}
#buy2 .item ul li dl dd{
  margin-left: 105px;
  border-bottom: 2px #cbcbcb solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
li.clearfix.item2 img,li.clearfix.item3 img {
    width: 165px;
    height: auto;
}
li.clearfix.item4 img {
    width: 240px;
    height: auto;
}
li.clearfix.item5 img {
    width: auto;
    height: 216px;
}
#buy2 .item ul li.item2 dl dd span,
#buy2 .item ul li.item4 dl dd span {
    font-size: 95%;
}
#buy2 .item ul li .button{
  width: 100%;
  max-width: 350px;
}
#buy2 .item ul li .button.online{
  width: 48%;
  float: left;
  padding: 5px 0 0 30px;
  line-height: 1.2;
}
#buy2 .item ul li.item2 .button{
  margin-right: 4%;
  background-image: url(../img/common/icon_amazon.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}
#buy2 .item ul li.item1 .button.online:first-of-type,#buy2 .item ul li.item4 .button,#buy2 .item ul li.item3 .button{
  margin-right: 4%;
  background-image: url(../img/common/icon_amazon.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}
#buy2 .item ul li.item1 .button.online:last-of-type{
  background-image: url(../img/common/icon_base.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}
#buy2 .shop{
  position: relative;
  text-align: left;
}
#buy2 .shop h3{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#buy2 .shop .more {
  color: #1b95ce;
  background: url(../img/common/link_arrow.png) no-repeat left;
  padding-left: 25px;
  position: absolute;
  right: 10px;
  top: 25px;
}
#buy2 .shop .more:hover{
  text-decoration: underline;
}
#buy2 .shop table{
  width: auto;
  margin: 0 auto 60px auto;
}
#buy2 .shop table th{
  font-size: 18px;
  position: relative;
  padding: 0 20px;
}
#buy2 .shop table th:before{
  content: '';
  width: 10px;
  height: 10px;
  background: #1b95ce;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
#buy2 .shop table th a{
  text-decoration: underline;
}
#buy2 .shop table th a:hover{
  text-decoration: none;
}
#buy2 .shop table td:last-child{
  padding-left: 20px;
}
.newIcon{
	background-color: #FF0000;
	color: #FFF;
	width: 5em;
	font-weight: bold;
	padding: 5px;
	border-radius: 3px;
	margin: auto;
}
@media all and (-ms-high-contrast: none) {
  #buy2 .shop table th:before{
    top: 6px;
  }
}

#buy2 .info{
  padding: 40px 100px;
  border: 2px #cbcbcb solid;
  position: relative;
  text-align: left;
  background: #fff;
}
#buy2 .info h3{
  font-size: 18px;
}
#buy2 .info p span{
  margin-right: 1em;
}
#buy2 .info .button{
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  color: #fff!important;
  background: #1b95ce!important;
}
#buy2 .info .button:hover{
  color: #1b95ce!important;
  background: #fff!important;
}

@media screen and (max-width:768px) {
  #buy2 .item{
    padding: 100px 0 60px;
  }
  #buy2 .item .head:nth-of-type(1){
    left: 5px;
    top: -70px;
    width: 116px;
    height: 76px;
  }
  #buy2 .item .head:nth-of-type(2){
    right: 5px;
    top: -70px;
    width: 111px;
    height: 74px;
  }
  #buy2 .item .container > p{
    text-align: left;
  }
	#buy2 .container ul.upperColumn,#buy2 .container ul.lowerColumn {
    width: 100%;
}
	#buy2 ul.clearfix.lowerColumn {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
  #buy2 .item ul li{
  min-height: auto;
  }
  #buy2 .item ul li:first-child{
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 3px #cbcbcb dotted;
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  #buy2 .item ul li.item2{
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 3px #cbcbcb dotted;
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
	#buy2 .item ul.upperColumn li:last-child{
  float: none;
  width: 100%;
  border-right:none;
    border-bottom: 3px #cbcbcb dotted;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

  #buy2 .item ul li:last-child{
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
  #buy2 .item ul li .button.online{
    padding-top: 10px;
  }
  #buy2 .shop .more{
    position: static;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
  }
  #buy2 .shop table{
    width: 100%;
    margin-bottom: 30px;
  }
  #buy2 .shop table tr{
    display: block;
  }
  #buy2 .shop table tr + tr{
    margin-top: 10px;
  }
  #buy2 .shop table th,
  #buy2 .shop table td{
    display: block;
  }
  #buy2 .shop table th{
    padding-right: 0;
  }
  #buy2 .shop table td:last-child{
    padding-left: 0;
  }
  #buy2 .info {
    padding: 20px;
    text-align: center;
  }
  #buy2 .info p span{
    display: block;
    margin: 0;
  }
  #buy2 .info .button{
    position: static;
    margin-top: 20px;
    transform: translateY(0);
  }
}
/*************************************
* ページャー
*************************************/

.wp-pagenavi{
  text-align: center;
  margin-top: 40px;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
  display: inline-block;
  margin: 0 5px;
  border: 2px #1b95ce solid;
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
  vertical-align: middle;
}
.wp-pagenavi .current{
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  background: #1b95ce;
  height: 40px;
  line-height: 36px;
  border: 2px #1b95ce solid;
  padding: 0 15px;
}
.wp-pagenavi a:hover{
  opacity: 0.8;
}

/*************************************
* フォーム 共通パーツ
*************************************/

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="number"]{
  color: #333;
  font-family: 'Noto Sans Japanese';
  border-radius: 0;
  border: 1px #aaa solid;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  max-width: 100%;
  width: 400px;
}

@media all and (-ms-high-contrast: none) {
  .mw_wp_form input[type="text"],
  .mw_wp_form input[type="email"],
  .mw_wp_form input[type="tel"],
  .mw_wp_form input[type="number"]{
    font-family: "メイリオ", sans-serif;
  }
}

.mw_wp_form input[type="text"]:focus,
.mw_wp_form input[type="email"]:focus,
.mw_wp_form input[type="tel"]:focus,
.mw_wp_form input[type="number"]:focus{
  background: #fff;
}
.mw_wp_form textarea {
  color: #333;
  font-family: 'Noto Sans Japanese';
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px #aaa solid;
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
  height: 220px;
  font-size: 14px;
  display: block;
  background: #fff;
}
.mw_wp_form textarea:focus{
  background: #fff;
}
.mw_wp_form .mwform-radio-field{
  position: relative;
  display: inline-block;
  margin: 3px 0;
}
.mw_wp_form .mwform-radio-field input[type=radio]{
  display: none;
}
.mw_wp_form .mwform-radio-field-text{
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}
.mw_wp_form .mwform-radio-field-text:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0;
  z-index: 1;
  background: #333;
  border-radius: 50%;
}
.mw_wp_form .mwform-radio-field input[type=radio]:checked + span:before{
  opacity: 1;
}
.mw_wp_form .mwform-radio-field-text:after{
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.mw_wp_form table tr{
  border-top: 1px #ccc solid;
}
.mw_wp_form table tr:last-child{
  border-bottom: 1px #ccc solid;
}
.mw_wp_form table th{
  width: 250px;
  background: #eee;
  padding: 20px 20px;
  vertical-align: top;
}
.mw_wp_form table th span {
  margin-left: 10px;
  color: #ff0000;
}
.mw_wp_form_confirm table th span{
  display: none;
}
.mw_wp_form table td{
  padding: 15px 20px;
}
.mw_wp_form table td input::placeholder {
  color: #ccc;
}
.mw_wp_form table td input:-ms-input-placeholder {
  color: #ccc;
}
.mw_wp_form table td input::-ms-input-placeholder {
  color: #ccc;
}
.mw_wp_form table td input[name="zip_code"]{
  width: 170px;
  display: block;
  margin-bottom: 10px;
}
.mw_wp_form table td input[name="address"]{
  width: 500px;
}
.mw_wp_form .error {
  color: #ff0000;
  font-size: 14px;
}
.mw_wp_form .control{
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.mw_wp_form .control .button{
    width: 260px;
    display: inline-block;
    vertical-align: top;
}
.mw_wp_form .control .button.back{
  display: inline-block;
  background: #999;
  color: #fff;
  border-radius: 5px;
  margin: -2px 20px 2px 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-shadow: 0 4px #666;
}
.mw_wp_form .control .button.back:hover{
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 2px #666;
}

@media screen and (max-width:768px) {
  .mw_wp_form .mwform-radio-field{
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0;
  }
  .mw_wp_form table tr{
    border: none!important;
  }
  .mw_wp_form table th{
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 20px;
  }
  .mw_wp_form table td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .mw_wp_form table tr:not(:last-child) td{
    border-bottom: none;
  }
  .mw_wp_form input[type="text"],
  .mw_wp_form input[type="email"],
  .mw_wp_form input[type="tel"],
  .mw_wp_form input[type="number"]{
    width: 100%!important;
    height: 40px;
    line-height: 40px;
  }
  .mw_wp_form table td input[name="zip_code"]{
    width: 200px!important;
  }
  .mw_wp_form .control .button.back{
    margin: -2px 10px 22px;
  }
  .mw_wp_form .control .button.back:hover {
    margin-bottom: 20px;
  }
}

/*************************************
* 記事詳細ページ
*************************************/

#single {
  padding-bottom: 300px;
}
#single .post-title{
  border-bottom: 2px #1b95ce solid;
  font-size: 22px;
  margin-bottom: 10px;
}
#single .post-date{
  display: block;
  font-size: 12px;
}
#single .post-content{
  margin-top: 40px;
}
#single .post-content h3{
  padding: 3px 10px;
  font-size: 18px;
  margin: 0 0 20px;
  border-left: 2px #1b95ce solid;
  border-bottom: 2px #cbcbcb solid;
}
#single .post-content h3:not(:first-of-type){
  margin-top: 3em;
}
#single .post-content p{
  margin: 0 0 1em;
}
#single .post-content a{
  color: #1b95ce;
  font-weight: bold;
  text-decoration: underline;
}
#single .post-content a:hover{
  text-decoration: none;
}
#single .post-content ul{
  list-style: disc outside;
  margin: 0 0 1em 1.5em;
  padding: 0;
}
#single .post-content ol{
  list-style: decimal outside;
  margin: 0 0 1em 1.5em;
  padding: 0;
}
#single .post-content .aligncenter {
  display: block;
  margin: 0 auto;
}
#single .post-content .alignright {
  float: right;
  margin: 0 0 10px 20px;
}
#single .post-content .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
#single .pager{
  list-style: none;
  margin-top: 80px;
}
#single .pager:after{
  content:'';
  display:block;
  clear:both;
}
#single .pager li{
  position: relative;
}
#single .pager li.prev{
  float: left;
}
#single .pager li.next{
  float: right;
}
#single .pager li a{
  text-decoration: underline;
}
#single .pager li a:hover{
  text-decoration: none;
}

@media screen and (max-width:768px) {
  #single .post-title{
    font-size: 20px;
  }
  #single .post-content .aligncenter,
  #single .post-content .alignright,
  #single .post-content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}

/*************************************
* 記事一覧ページ
*************************************/

#archive {
  padding-bottom: 300px;
}
#archive dl dt {
  float: left;
  width: 100px;
}
#archive dl dd {
  border-bottom: 2px #cbcbcb dotted;
  padding-left: 110px;
  padding-bottom: 30px;
}
#archive dl dd:not(:last-child) {
  margin-bottom: 30px;
}
#archive dl dd .category {
  background: #1b95ce;
  color: #fff;
  padding: 8px 10px;
  margin: -10px 30px 0 0;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
#archive dl dd a:hover{
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  #archive {
    padding-bottom: 120px;
  }
  #archive dl dt{
    float: none;
    width: 100%;
  }
  #archive dl dd{
    padding: 0 0 20px 0;
  }
  #archive dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  #archive dl dd .category{
    margin: 5px 0;
    padding: 3px 10px;
  }
  #archive dl dd a{
    display: block;
    width: 100%;
  }
}

/*************************************
* 404ページ
*************************************/

#notfound{
  height: 500px;
}
#notfound p{
  margin-bottom: 3em;
  text-align: center;
}
#notfound .button{
  color: #1b95ce;
  border: 2px #1b95ce solid;
  height: 55px;
  line-height: 51px;
  width: 400px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:768px) {
  #notfound{
    height: 400px;
  }
  #notfound p{
    text-align: left;
  }
}