@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "blzee";
  src: url("../shared/font/blzee.eot?") format('eot'),
       url("../shared/font/blzee.woff") format('woff'),
       url("../shared/font/blzee.ttf")  format('truetype');
}

.yamamomo {
	background: #EFECE6;
	background: -webkit-linear-gradient(-90deg, #EFECE6 90%, #fff 100%);
  background: -moz-linear-gradient(180deg, #EFECE6 90%, #fff 100%);
  background: linear-gradient(180deg, #EFECE6 90%, #fff 100%);
	
	overflow:hidden;
	padding:40px 10px 0;
}
.yamamomo .wrapper_800 {
	max-width:800px;
	width:100%;
	margin: 0 auto;
	background:#fff;

padding: 60px 0;
/*	padding:60px 60px 0;*/
	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yamamomo .ttl_box {
padding: 0 35px;
}
.yamamomo .txt_box {
	margin:30px 50px;
  padding: 25px 0;
	clear:both;
  border-top:  solid 1px #E0DDD4;
  border-bottom:  solid 1px #E0DDD4;
}


.yamamomo .txt_box p.ttl_txt {
	line-height:1.8;
	margin-bottom:0.8em;
}
.yamamomo .txt_box p.ttl_txt2 {
	line-height:1.8;
	font-size:12px;
	
	padding-left:1em;
	display:inline-block;
}
.yamamomo .txt_box p.ttl_txt2>span {
	padding-left:1em;
	text-indent: -1em;
	display:inline-block;
}
.yamamomo .txt_box p.ttl_txt2 .ML1em {
	display:inline-block;
	padding-left:1em;
	text-indent: -1em;
}

.yamamomo .foreword_box {
margin:0 50px 30px;
}
.yamamomo .btn_foreword {
width:350px;
background: #FDD26A ;
color:#fff;
font-size: 20px;
text-align: center;
padding: 6px 0;
margin: 0 auto 20px;
font-weight: bold;
letter-spacing: 2px;
}
.yamamomo .btn_foreword.close {
background: #FDD26A url(../img/btn_foreword_up.gif) no-repeat right center;
}

.yamamomo .foreword_box .foreword_txt {
	font-family: 'Segoe Print', 'Caveat', cursive;
}
.yamamomo .foreword_box .foreword_txt p {
line-height: 1.8em;
margin-bottom: 1em;
}

.yamamomo section.sec1 {
margin-top: 50px;
}

.yamamomo h2.sec_ttl {
display: block;
padding: 40px 0 50px;
margin-bottom: 40px;
}
.yamamomo h2.sec_ttl img {
display: block;
margin: 0 auto;
width: 95%;
height: auto;
max-width: 537px;
}
.yamamomo .sec1 h2.sec_ttl {
background: url("../img/sec1_bg.gif") center center;
background-size: cover;
}
.yamamomo .sec2 h2.sec_ttl {
background: url("../img/sec2_bg.gif") center center;
background-size: cover;
}
.yamamomo .sec3 h2.sec_ttl {
background: url("../img/sec3_bg.gif") center center;
background-size: cover;
}


.yamamomo p.comingsoon {
display: block;
padding: 40px 0;
	margin: 0 50px 80px;
	border-top:solid 1px #E0DDD4;
	border-bottom:solid 1px #E0DDD4;
  text-align: center;
	font-size:20px;
	line-height:1.2;
  color:#6a6353;
	font-family: Georgia, "Times New Roman", Times, serif;
}



.yamamomo ol.indexlist {
	display:block;
	overflow:hidden;
	border-top:solid 1px #E0DDD4;
	margin: 0 50px 80px;
	
	font-size:24px;
	line-height:1.2;
	font-family: "blzee";
}
.yamamomo ol.indexlist li {
	display:block;
	padding:25px 0 25px 12px;
	border-bottom:solid 1px #E0DDD4;
	background:no-repeat left 20px;
/*  overflow: hidden;*/
  position: relative;
}
.yamamomo ol.indexlist li:after   {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}
.yamamomo ol.indexlist li em {
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
font-size: 16px;
padding: 4px 0;
color:#fff;
display: block;
float:left;
background: #FDD26A;
width: 75px;
margin-right: 30px;
text-align: center;
vertical-align: middle;
}
.yamamomo ol.indexlist li span {
display: block;
  color:#6a6353;
  margin-left: 105px;
  letter-spacing: 2px;
font-size: 24px;
}

.yamamomo ol.indexlist li em,
.yamamomo ol.indexlist li span {
  opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.yamamomo ol.indexlist li a em,
.yamamomo ol.indexlist li a span {
  opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.yamamomo ol.indexlist li:last-of-type {
	border-bottom:solid 1px #E0DDD4;
}

.yamamomo ol.indexlist li a:hover,
.yamamomo ol.indexlist li a:hover em,
.yamamomo ol.indexlist li a:hover span {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration:none;
}
.yamamomo ol.indexlist li a:visited {
	color:#000;
}
.yamamomo ol.indexlist li span#new {
	display:block;
  position:absolute;
  top:-78px;
  left:0;
  margin: 0;
}




/*各章*/

.yamamomo .ttl_box2{
	display:block;
	width:80%;
	max-width:366px;
	float:none;
	margin:0 auto 60px;
}
.yamamomo .ttl_box2 img{
	width:100%;
	height:auto;
}

.yamamomo #ch1 h1.sec_ttl {
display: block;
padding: 40px 0 50px;
margin-bottom: 40px;
}
.yamamomo #ch1 h1.sec_ttl img {
display: block;
margin: 0 auto;
width: 95%;
height: auto;
max-width: 553px;
}
.yamamomo #ch1 h1.sec_ttl {
background: url("../img/sec1_bg.gif") center center;
background-size: cover;
}

.yamamomo #ch2 h1.sec_ttl {
display: block;
padding: 40px 0 50px;
margin-bottom: 40px;
}
.yamamomo #ch2 h1.sec_ttl img {
display: block;
margin: 0 auto;
width: 95%;
height: auto;
max-width: 553px;
}
.yamamomo #ch2 h1.sec_ttl {
background: url("../img/sec2_bg.gif") center center;
background-size: cover;
}

.yamamomo #ch3 h1.sec_ttl {
display: block;
padding: 40px 0 50px;
margin-bottom: 40px;
}
.yamamomo #ch3 h1.sec_ttl img {
display: block;
margin: 0 auto;
width: 95%;
height: auto;
max-width: 553px;
}
.yamamomo #ch3 h1.sec_ttl {
background: url("../img/sec3_bg.gif") center center;
background-size: cover;
}

.yamamomo .article_each{
	display:block;
	padding:0 50px;
	margin-bottom:120px;
  position: relative;
}
.yamamomo .article_each .sectionID {
position: absolute;
top: -78px;
}


.yamamomo .article_each .ttl {
	overflow:hidden;
	width:100%;
	border-top:solid 1px #E0DDD4;
	border-bottom:solid 1px #E0DDD4;
	font-size:24px;
	line-height:1.2;
	font-family: "HanaMin";
	margin-bottom:30px;
}
.yamamomo .article_each .ttl h1 {
	margin:0 auto;
	padding:25px;
  
  display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
  
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}
.yamamomo .article_each .ttl h1 em {
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
font-weight: bold;
font-size: 16px;
padding: 4px 0;
color:#fff;
display: inline-block;
background: #FDD26A;
width: 75px !important;
margin-right: 30px;
text-align: center;
vertical-align: middle;
}
.yamamomo .article_each .ttl h1 span {
display: inline-block;
  color:#6a6353;
  /*margin-left: 105px;*/
  letter-spacing: 1px;
	font-family: "blzee";
font-size: 24px;
}

.yamamomo .article_each p{
	font-size:14px;
	margin-bottom:20px;
	color:#6a6353;
	line-height:2;
	font-family: 'Segoe Print', 'Caveat', cursive;
}
.yamamomo .article_each p strong {
font-weight: bold;
}
.yamamomo .article_each p a{
	color:#6a6353;
text-decoration: underline;
}
.yamamomo .article_each p a:hover{
text-decoration: none;
}
.yamamomo .article_each p .note{
	font-size:12px;
}

.yamamomo .article_each .img_box{
	float:none;
	display:block;
	overflow:hidden;
	margin:30px auto;
	width:80%;
}
.yamamomo .article_each .img_box.w600{
	max-width:600px;
}
.yamamomo .article_each .img_box.w400{
	max-width:400px;
}
.yamamomo .article_each .img_box.w300{
	max-width:300px;
  margin-left: 25px;
  margin-right: 25px;
  float:left;
}
.yamamomo .article_each .img_box.w300.nofloat{
	max-width:300px;
  margin-left: auto;
  margin-right: auto;
  float:none;
  clear: both;
}
.yamamomo .article_each .img_box img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.yamamomo .article_each .img_box p.caption{
	font-size:12px;
	margin-bottom:0;
}


.yamamomo .article_each table{
	font-size:14px;
	margin-bottom:20px;
	color:#6a6353;
	line-height:2;
}

.yamamomo .article_each table.noborder {
border: none;
}
.yamamomo .article_each table,
.yamamomo .article_each table th,
.yamamomo .article_each table td {
	font-family: 'Segoe Print', 'Caveat', cursive;
}
.yamamomo .article_each table.noborder caption {
font-weight: bold;
}

.yamamomo .article_each table.noborder th {
text-align: left;
padding-right: 1.5em;
white-space: nowrap;
vertical-align: text-top;
}
.yamamomo .article_each table.noborder .text_right {
text-align: right;
}


.yamamomo .pagenate {
	width:100%;
	max-width:700px;
	border-top: solid 3px #E0DDD4;
	color:#947B4D;
	padding-top:20px;
	margin:80px auto;
	font-size:13px;
	text-align:center;
}
.yamamomo .pagenate a {
	color:#6a6353;
}
.yamamomo .pagenate a,
.yamamomo .pagenate span {
	display:inline-block;
	width:100px;
}
.yamamomo .pagenate a.before {
	text-align:left;
}
.yamamomo .pagenate a.next {
	text-align:right;
}
.yamamomo .pagenate a.index {
	width:120px;
	border-right: solid 1px #6a6353;
	border-left: solid 1px #6a6353;
}
