@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  color: #872c2d;
}

@media screen and (max-width: 640px) {
  html, body {
    font-size: 14px;
  }
}

body {
  background: url(../images/common/common_contents_bg01.png) repeat-y 0 0;
  background-size: 100% auto;
}

#pageWrap {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255,255,255,1.00);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 640px) {
	body {
		background: url(../images/common/common_contents_bg01_sp.png) repeat-y 0 0;
		background-size: 100% auto;
	}

	#pageWrap {
    max-width: auto;
    width: 95%;
    padding-top: 103%;
  }
}

a {
  color: #3da5a5;
  text-decoration: none;
}

a:hover {
  opacity: .5;
  text-decoration: none;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}

.clrF::after {
  content: "";
  display: block;
  clear: both;
}
.text_i{
	font-style: italic;
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
  .br-spOnly{
	display: none;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
  .br-spOnly, .br-sp{
	display: block;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea .mainVisual {
  width: 100%;
  padding-top: 74.25%;
  background: url(../images/common/common_mv_bg01.jpg) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}

#contentsArea .mainVisual > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contentsArea .mainVisual img {
  display: block;
}

#contentsArea .mainVisual .text01 {
  position: absolute;
  width: 24.625%;
  top: 2.6%;
  left: 38%;
}

#contentsArea .mainVisual .text01 a {
  color: #872c2d;
  display: block;
}

#contentsArea .mainVisual .text01 a:hover {
  opacity: .5;
}

#contentsArea .mainVisual .heading {
  position: absolute;
  width: 16.5%;
  top: 21%;
  left: 41.5%;
}

#contentsArea .mainVisual .text02 {
  position: absolute;
  width: 67.775%;
  top: 10.1%;
  left: 16.2%;
}

#contentsArea .commonBlock01 {
  padding: 36px 20px 50px;
  text-align: center;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.6) url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
  background-size: 9px auto;
}

#contentsArea .commonBlock01 .text {
  line-height: 1.9;
  margin-bottom: 30px;
  letter-spacing: 0.16rem;
}

#contentsArea .commonBlock01 .btn {
  display: inline-block;
  cursor: pointer;
}

#contentsArea .commonBlock01 .btn:hover {
  opacity: .5;
}

#contentsArea .commonBlock01 .btn .image {
  margin-bottom: 2px;
}

#contentsArea .commonBlock01 .btn .image img {
  width: 128px;
}

#contentsArea .commonBlock01 .btn p {
  color: #872c2d;
}

#contentsArea .commonBlock01 .popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: .1s;
}

#contentsArea .commonBlock01 .popup.active {
  z-index: 1;
  opacity: 1;
}

#contentsArea .commonBlock01 .popup .box {
  background: #fff;
  width: 530px;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
  z-index: 2;
  max-height: 90vh;
  overflow: scroll;
}

#contentsArea .commonBlock01 .popup .box .image {
  margin-bottom: 22px;
}

#contentsArea .commonBlock01 .popup .box .text01 {
  padding: 0 5px;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

#contentsArea .commonBlock01 .popup .box .text02 {
  padding: 0 5px;
  font-size: 1rem;
  line-height: 1.88;
}

#contentsArea .commonBlock01 .popup .box .text02 p {
  margin-bottom: 1.88em;
}

#contentsArea .commonBlock01 .popup .box > .close {
  width: 38px;
  position: static;
  cursor: pointer;
  margin-left: auto;
  margin-top: -20px;
  margin-right: -30px;
  margin-bottom: -30px;
}

#contentsArea .commonBlock01 .popup .box > .close:hover {
  opacity: .5;
}

#contentsArea .commonBlock01 .popup > .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contentsArea .listBlock01 {
  position: relative;
}

#contentsArea .listBlock01 ul li {
  position: relative;
}

#contentsArea .listBlock01 ul li.close::after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contentsArea .listBlock01 ul li a {
  display: block;
  padding: 23px 20px 24px;
  background: rgba(255, 255, 255, 0.6) url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
  background-size: 9px auto;
}

#contentsArea .listBlock01 ul li a .inner {
  width: 558px;
  margin: 0 auto;
  color: #872c2d;
}

#contentsArea .listBlock01 ul li a:hover {
  opacity: .5;
}

#contentsArea .listBlock01 ul li a .title {
/*  margin-bottom: 12px; */
}

#contentsArea .listBlock01 ul li a .title::after {
  content: "";
  clear: both;
  display: block;
}

#contentsArea .listBlock01 ul li a .title p:first-child {
  float: left;
  width: 94px;
}

#contentsArea .listBlock01 ul li a .title p:last-child {
  font-size: 1.375rem;
  padding: 10px 0 0 118px;
}

#contentsArea .listBlock01 ul li a .text {
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#contentsArea .listBlock01 ul li:last-child a {
  background: none;
}
#contentsArea .capture{
	font-size:14px;
	color:#666;
	text-align: center;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#bookArea{
	width: 100%;
	font-size: 16px;
    line-height: 1.88;
    font-weight: 500;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #ebe2ca !important;
    background: rgba(255, 255, 255, 0.6) url(../images/common/common_contents_line01.png) repeat-x 0 top;
    background-size: 9px auto;
}
#bookArea .book_box{
	width: 450px;
    margin: 0 auto;
    padding: 80px 0;
}
#bookArea .book{
	margin-bottom: 30px;
}
#bookArea .book_text{
	color: #333333;
	letter-spacing: .1rem;
}
#bookArea .book_detail{
	color: #333333;
	font-weight: bold;
	border-left: 1px solid;
    padding-left: 20px;
    margin: 40px 0 0 20px;
}

@media screen and (max-width: 768px) {
	#detailArea .articleBlock01 {
		width: 83% !important;
	}
}
@media screen and (max-width: 640px) {
  #contentsArea .mainVisual {
    padding-top: 103%;
    background: url(../images/common/common_mv_bg01_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contentsArea .mainVisual .text01 {
    width: 35.625%;
    top: 3.158%;
    left: 32.75%;
  }
  #contentsArea .mainVisual .heading {
    width: 20.6%;
    top: 26.945%;
    left: 39.5%;
  }
  #contentsArea .mainVisual .text02 {
    width: 49.96%;
    top: 13.78%;
    left: 23.6%;
  }
  #contentsArea .commonBlock01 {
    padding: 4px 8px 17px;
    font-size: 1rem;
  }
  #contentsArea .commonBlock01 .text {
    text-align: left;
    line-height: 1.93;
    margin-bottom: 21px;
  }
  #contentsArea .commonBlock01 .btn .image {
    margin-bottom: 3px;
  }
  #contentsArea .commonBlock01 .btn p {
    font-size: 1.143rem;
  }
  #contentsArea .commonBlock01 .popup .box {
    width: 95%;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 5px 20px;
  }
  #contentsArea .commonBlock01 .popup .box .image {
    width: 93%;
    margin: 0 auto 6px;
  }
  #contentsArea .commonBlock01 .popup .box .text01 {
    padding: 0 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #contentsArea .commonBlock01 .popup .box .text02 {
    padding: 0 10px;
    font-size: 0.786rem;
  }
  #contentsArea .commonBlock01 .popup .box .text02 p {
    margin-bottom: 1em;
  }
  #contentsArea .commonBlock01 .popup .box > .close {
    width: 19px;
    right: 10px;
    bottom: 10px;
  }
  #contentsArea .commonBlock01 .popup .box > .close {
    position: absolute;
    width: 19px;
    right: 10px;
    bottom: 10px;
    margin: 0;
  }
  #contentsArea .listBlock01 ul li a {
    padding: 29px 10px 30px;
    background: rgba(255, 255, 255, 0.6) url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
    background-size: 6px auto;
  }
  #contentsArea .listBlock01 ul li a .inner {
    width: auto;
    margin: 0 auto;
  }
  #contentsArea .listBlock01 ul li a .title {
    margin-bottom: 8px;
  }
  #contentsArea .listBlock01 ul li a .title p:first-child {
    float: none;
    margin: 0 auto 13px;
  }
  #contentsArea .listBlock01 ul li a .title p:last-child {
    font-size: 1.429rem;
    padding: 0;
    text-align: center;
  }
  #contentsArea .listBlock01 ul li a .text {
    font-size: 1rem;
  }
  #contentsArea .listBlock01 ul li:last-child a {
    background: rgba(255, 255, 255, 0.6);
  }
  #bookArea .book_box {
    width: 100%;
	padding: 40px 0;
  }
  #bookArea .book {
    text-align: center;
	margin-bottom: 20px;
  }
  #bookArea .book img{
	width: 70%;		
  }
  #bookArea .book_text{
	margin: 0 8px;
  }
}

/* detailArea */
#detailArea {
  position: relative;
}

#detailArea .navBlock01 {
  text-align: center;
  padding: 32px 0 24px;
  background: url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
  background-size: 9px auto;
}

#detailArea .navBlock01:last-child {
  background: url(../images/common/common_contents_line01.png) repeat-x 0 top;
  background-size: 9px auto;
}

#detailArea .navBlock01 .list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

#detailArea .navBlock01 .list li {
  display: inline-block;
  vertical-align: middle;
}

#detailArea .navBlock01 .list li.hide {
  position: relative;
  opacity: 0;
  z-index: -1;
}

#detailArea .navBlock01 .list li a {
  display: block;
  color: #872c2d;
}

#detailArea .navBlock01 .list li a:hover {
  opacity: .5;
}

#detailArea .navBlock01 .list li a .icon {
  display: inline-block;
  vertical-align: middle;
}

#detailArea .navBlock01 .list li a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

#detailArea .navBlock01 .list .previous {
  margin-right: 170px;
}

#detailArea .navBlock01 .list .previous a .icon {
  width: 33px;
  margin: 0 9px 8px 0;
}

#detailArea .navBlock01 .list .menu {
  margin-right: 170px;
}

#detailArea .navBlock01 .list .menu a .icon {
  display: block;
  width: 37px;
  margin: 0 auto 9px;
}

#detailArea .navBlock01 .list .next a .icon {
  width: 33px;
  margin: 0 0 8px 9px;
}

#detailArea .articleBlock01 {
  padding: 43px 0 62px;
  width: 520px;
  margin: 0 auto;
}

#detailArea .articleBlock01 .heading {
  padding: 0 23px;
  margin-bottom: 33px;
}

#detailArea .articleBlock01 .heading::after {
  content: "";
  clear: both;
  display: block;
}

#detailArea .articleBlock01 .heading > span:first-child {
  display: block;
  float: left;
  width: 94px;
}

#detailArea .articleBlock01 .heading > span:last-child {
  width: 558px;
  display: block;
  font-size: 1.375rem;
  padding: 10px 0 0 118px;
}

#detailArea .articleBlock01 .text {
  padding: 0;
  font-size: 1rem;
  line-height: 1.88;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 1.875em;
}

#detailArea .articleBlock01 .text.color01 {
  color: #333;
}

#detailArea .articleBlock01 .text.color02 {
  color: #872c2d;
}

#detailArea .articleBlock01 .text.color03 {
  color: #666;
}

#detailArea .articleBlock01 .text::after {
  content: "";
  clear: both;
  display: block;
}

#detailArea .articleBlock01 .text dt {
  float: left;
  width: 99px;
  text-align: right;
  font-weight: 600;
}

#detailArea .articleBlock01 .text dd {
  margin-left: 119px;
}

#detailArea .articleBlock01 .text sup {
  font-size: .7em;
  vertical-align: top;
}

#detailArea .articleBlock01 .image {
  margin: 41px 0 43px;
}

#detailArea .articleBlock01 .comment {
  margin-top: 54px;
  font-size: 1rem;
  text-align: center;
  color: #666;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#detailArea .articleBlock01 .date {
  margin-top: 54px;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media screen and (max-width: 640px) {
  #detailArea .navBlock01 {
    padding: 32px 0 22px;
  }
  #detailArea .navBlock01 .list li a p {
    font-size: 1rem;
  }
  #detailArea .navBlock01 .list .previous {
    margin-right: 45px;
  }
  #detailArea .navBlock01 .list .previous a .icon {
    margin: 0 6px 8px 0;
  }
  #detailArea .navBlock01 .list .menu {
    margin-right: 45px;
  }
  #detailArea .navBlock01 .list .menu a .icon {
    margin: 0 auto 9px;
  }
  #detailArea .navBlock01 .list .next a .icon {
    margin: 0 0 8px 6px;
  }
  #detailArea .articleBlock01 {
	width: 100% !important;
    padding: 22px 0 52px;
    width: auto;
    margin: 0 auto;
  }
  #detailArea .articleBlock01 .heading {
    padding: 0;
    margin-bottom: 29px;
  }
  #detailArea .articleBlock01 .heading > span:first-child {
    float: none;
    width: 94px;
    margin: 0 auto 12px;
  }
  #detailArea .articleBlock01 .heading > span:last-child {
	width: 100%;
    font-size: 1.429rem;
    padding: 0;
    text-align: center;
  }
  #detailArea .articleBlock01 .text {
    padding: 0 8px;
    font-size: 1.143rem;
	letter-spacing: 0.1rem;
  }
  #detailArea .articleBlock01 .text.color01 {
    color: #333;
  }
  #detailArea .articleBlock01 .text.color02 {
    color: #872c2d;
  }
  #detailArea .articleBlock01 .text.color03 {
    color: #666;
  }
  #detailArea .articleBlock01 .text dt {
    float: none;
    width: auto;
    text-align: left;
  }
  #detailArea .articleBlock01 .text dd {
    margin-left: 0;
  }
  #detailArea .articleBlock01 .image {
    margin: -12px 0 17px;
  }
  #detailArea .articleBlock01 .comment {
    margin-top: 36px;
    font-size: 1.143rem;
  }
  #detailArea .articleBlock01 .date {
    margin-top: 36px;
    font-size: 1rem;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footerArea {
  padding: 35px 0 60px;
  text-align: center;
  background-color: #98cac7;
}

#footerArea .list01 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 56px;
}

#footerArea .list01 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list01 > li a {
  color: #872c2d;
}
#footerArea .list01 > li a:hover {
  opacity: .5;
}

#footerArea .list01 .sns {
  margin-right: 81px;
}

#footerArea .list01 .mail {
  margin-right: 52px;
}

#footerArea .list01 .mail a {
  display: block;
}

#footerArea .list01 .mail a .icon {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

#footerArea .list01 .mail a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

#footerArea .list01 .home a {
  display: block;
}

#footerArea .list01 .home a .icon {
  width: 43px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#footerArea .list01 .home a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

#footerArea .list02 {
  display: inline-block;
  vertical-align: top;
}

#footerArea .list02 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list02 > li.twitter {
  width: 41px;
  margin-right: 40px;
}

#footerArea .list02 > li.facebook {
  width: 36px;
  margin-right: 41px;
}

#footerArea .list02 > li.line {
  width: 38px;
}

#footerArea #copyright {
  font-size: 0.875rem;
  color: #872c2d;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media screen and (max-width: 640px) {
  #footerArea {
    padding: 20px 0 10px;
	margin-bottom: 80px;
  }
  #footerArea .list01 {
    display: block;
    margin-bottom: 13px;
  }
  #footerArea .list01 > li {
    display: block;
    background: url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
    background-size: 6px auto;
  }
  #footerArea .list01 .sns {
    margin-right: 0;
    padding-bottom: 28px;
  }
  #footerArea .list01 .mail {
    padding: 10px 0;
    margin-right: 0;
  }
  #footerArea .list01 .mail a p {
    font-size: 1rem;
  }
  #footerArea .list01 .home {
    padding: 13px 0 17px;
  }
  #footerArea .list01 .home a p {
    font-size: 1rem;
  }
  #footerArea .list02 {
    display: inline-block;
    vertical-align: top;
  }
  #footerArea .list02 > li {
    vertical-align: top;
  }
  #footerArea .list02 > li.twitter {
    width: 51px;
    margin-right: 48px;
  }
  #footerArea .list02 > li.facebook {
    width: 44px;
    margin-right: 50px;
  }
  #footerArea .list02 > li.line {
    width: 47px;
  }
  #footerArea #copyright {
    font-size: 0.857rem;
  }
}
