@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    background: #fff;
  font-family: "Noto Sans Japanese", "Noto Sans CJK JP", "Noto Sans", sans-serif;
}

/*** GENERAL ***/
h1 {
  margin: 0;
}

section {
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 767px) {
  section {
    padding: 20px 0 30px;
  }
}

a,a:focus {
	outline: none;
	overflow: hidden;
	text-decoration: none;
}

.well p:last-child {
  margin-bottom: 0;
}

p {
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.opacityHover {
  transition: opacity .5s;
}
.opacityHover:hover {
  opacity: 0.7;
}

hr {
    border-top: 1px dashed #666;
}

/** Backgrounds **/
/** Headings **/
.sub-author {
  padding-bottom: 16px;
  border-bottom: 1px dotted #333;
}

.sub {
  color: #3f3f3e;
  font-size: 24px;
  margin: 0 0 30px;
  background: url(../image/sub.gif) no-repeat top left;
  padding: 18px 0 16px;
  border-bottom: 1px dotted #333;	
  font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  line-height: 2;
}
.sub.midori {
  background: url(../image/sub-green.gif) no-repeat top left;
}
@media (max-width: 767px) {
  .sub {
    margin: 24px 0;
    font-size: 18px;
    line-height: 1.6;
  }
}

/** topCont **/
section#topCont {
    position: relative;
}
@media (min-width: 1200px) {
  section#topCont .container {
    width: 1060px;
  }
}
@media (min-width: 1500px) {
  section#topCont .container {
    width: 1060px;
  }
}
section#topCont .bg {
    width:100%;
    /*height: 650px;*/
    height: 680px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/tesukiwashi-pattern.jpg) repeat;
}
section#topCont .txt-lead {
  color: #3f3f3e;
  font-size: 24px;
  font-weight: bold;
  font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  margin: -40px 0 0;
  line-height: 2;
  text-align: center;
}
@media (max-width: 991px) {
    section#topCont .bg {
        height: 480px;
    }
    section#topCont .txt-lead {
        font-size: 20px;
        margin-top: -30px;
  }
}
@media (max-width: 767px) {
    section#topCont .bg {
        display: none;
    }
    section#topCont h1 {
        margin: -20px -15px 0;
    }
    section#topCont .txt-lead {
        font-size: 15px;
        margin-top: 20px;
        text-align: left;
  }
}

/** mainCont **/
section#mainCont {
  background: #fbf9ed;
  box-shadow: inset 0px 2px 3px -1px rgba(50, 50, 50, 0.35);
}

section#mainCont .btnBuy {
  width: 90%;
  margin: 10px auto;
}

section#mainCont ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section#mainCont ul li {
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: left;
}

section#mainCont .box {
    width:100%;
    height: 530px;
    padding: 20px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 3px #666;
    -webkit-box-shadow: 1px 1px 3px #666;
    box-shadow: 1px 1px 3px #666;
    position:relative;
    /* overflow: hidden; */
}
@media (max-width: 991px) {
    section#mainCont .box {
        height: 600px;
    }
}
@media (max-width: 767px) {
    section#mainCont .box {
        height: auto;
    }
}

section#mainCont .box h2 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.6;
    color: #18458b;
    text-align: center;
}

section#mainCont .box .icon-osusume {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.5;
    background-color: gold;
    color: #000;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
}

section#mainCont .box .icon-newbook {
    width: 89px;
    height: 89px;
    margin: 0;
    position: absolute;
    top: -20px;
    right: -50px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/newbook.png) 0 0 no-repeat;
}

section#mainCont .box p {
    font-size: 15px;
}
section#mainCont .box p.txt-small {
    font-size: 13px;
}
@media (max-width: 991px) {
    section#mainCont .box p {
        font-size: 14px;
    }
}

section#mainCont .box img {
  margin-bottom: 10px;
}

section#mainCont .box img.book {
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}

section#mainCont .box .btnBuy {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}
@media (max-width: 767px) {
  section#mainCont .box .btnBuy {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 20px auto 0;
  }
}

/*--- box set ---*/
section#mainCont .box.h-set {
    height: auto;
    margin-bottom: 40px;
}
section#mainCont .box.h-set h2 {
    margin-top: 0;
    text-align: left;
}
section#mainCont .box.h-set .price {
    margin-top: 50px;
    font-size: 18px;
}
section#mainCont .box.h-set .btnBuy {
    position: absolute;
    top: 100px;
}
@media (max-width: 767px) {
    section#mainCont .box.h-set .price {
        margin-top: 10px;
        font-size: 15px;
    }
    section#mainCont .box.h-set .btnBuy {
        position: relative;
        top: 0;
    }
}

/**Videos**/
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

/**Buttons**/
.btn-xl,
.btn-group-xl > .btn {
  padding: 20px 20px;
  font-size: 25px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn.btn-pagetop {
  color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  background-color: #000;
  border-color: #222;
}

/**Effect**/
/***HEADER***/
header {
  width: 100%;
  height: auto;
  background: #000 url(../image/header.jpg) bottom left repeat-x;
  padding: 40px 0;
  margin-bottom: 0;
  display: block;
}

/***SIDEBAR***/
/***FOOTER***/
footer {
  color: #fff;
  width: 100%;
  height: 150px;
  background: #000 url(../image/header.jpg) bottom left repeat-x;
  padding-top: 50px;
}

footer address {
  font-size: 12px;
  text-align: center;
}
