@charset "UTF-8";

/* common
--------------------------------------------------*/
#merrymaids .main.column a:hover {
  text-decoration: none;
}
body {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p {
	color: #333;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.spacing {
	margin-bottom: 1.7em!important;
}
/* img-ov */
.img-ov {
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: #ffffff;
}
.img-ov	img {
	transition: all 0.3s ease-out;
	transform: scale(1.001);
}
a:hover .img-ov	img{
	transform: scale(1.1) !important;
}
/* breadcrumb */
.p-breadcrumb {
	width: 1200px;
	box-sizing: border-box;
	margin: auto;
}
.p-breadcrumb:after {content: ""; clear: both; display: block;}
.p-breadcrumb__wrap {
	width: 100%;
	background: #555659;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.note{
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}
@media print, screen and (min-width: 668px){
	.p-breadcrumb{
		padding-right: 300px;
	}
}
@media (max-width: 667px) {
	.p-breadcrumb__wrap {
		display: none;
	}
}
.p-breadcrumb__item {
	float: left;
	font-size: 12px;
	color: #fff;
}
.p-breadcrumb__item__link {
	position: relative;
	margin-right: 20px;
	color: #fff!important;
}
.p-breadcrumb__item__link:hover {
	cursor: pointer;
}
.p-breadcrumb__item__link:after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: -10px;
	top: 5px;
}
/* .main.column */
.main.column{
	min-width: 1000px;
}
.content p{
	margin-bottom: 0;
}
@media (max-width: 667px) {
	.main.column{
		min-width: 0;
		padding-top: 110px;
	}
	.mmbrSts-org ~ .main.column,
	.mmbrSts-org_pre ~ .main.column,
	.mmbrSts-hataraki ~ .main.column {
		padding-top: 154px;
	}
}

/* layout
--------------------------------------------------*/

/* section */
.section__body{
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 0 20px;
	text-align: left;
}
.section__ttl{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-left: 10px;
	border-left: 4px solid #FFC000;
	line-height: 1.3;
	margin-bottom: 30px;
}
@media (max-width: 667px) {
	.section__body{
	margin: 0 auto 20px;
}
	.section__ttl{
		font-size: 20px;
		margin-bottom: 20px;
	}
}

/* content */
.content{
	padding-top: 60px;
}
.content__main{
	width: 100%;
}
@media (max-width: 667px) {
	.content{
		padding-top: 0;
	}
	.content__main{
		width: auto;
		float: none;
		margin-bottom: 0px;
	}
}

/* index
--------------------------------------------------*/

/* post_detail
--------------------------------------------------*/
.post__detail{
	border: 1px solid #E2E2E2;
}
@media (max-width: 667px) {
	.post__detail{
		border: none;
		margin: 0 -20px;
	}
}

/* ttlArea */
.detail__ttlArea{
	padding: 20px 30px;
	position: relative;
}
.detail__ttlArea:before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	height: 100%;
	width: 4px;
	background: #FFC000;
}
.detail__ttlArea .ttlArea__tag{
	float: left;
	font-size: 0;
	margin-right: 5px;
}
.detail__ttlArea .ttlArea__tag li{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.detail__ttlArea .ttlArea__tag li a{
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	line-height: 1.3;
	display: block;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.detail__ttlArea .ttlArea__tag li a:hover{
	border: 1px solid #FFC000;
	background: #FFC000;
	color: #ffffff !important;
}
.detail__ttlArea .ttlArea__date{
	float: left;
	font-size: 14px;
	color: #9F9F9F;
	position: relative;
	top: 5px;
}
.detail__ttlArea .ttlArea__ttl{
	font-size: 22px;
	font-weight: 700;
}
@media (max-width: 667px) {
	.detail__ttlArea{
		padding:20px;
	}
	.detail__ttlArea .ttlArea__ttl{
		font-size: 20px;

	}
}



/* mokuji */
.mokuji{
	margin-top: 40px;
	background: #FFFBEE;
}
.mokuji__ttl{
	padding:20px;
	position: relative;
	margin-bottom: 0px;
	font-size: 17px;
	color: #FFC000;
	font-weight: 700;
	position: relative;
	border-bottom: 1px dotted #D5D5D5;
}
.mokuji__ttl span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.mokuji__ttl span:before{
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 26px;
	height: 26px;
	background-image: url(../images/icon_index.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mod-ank-list >.chapter > li{
	font-size: 15px;
	font-weight: 700;
	padding: 15px 20px;
}
.mod-ank-list >.chapter > li a{
	display: block;
	text-decoration: none;
	padding-left: 24px;
	position: relative;
	color: #000000;
	transition: all 0.3s ease-out;
}
.mod-ank-list >.chapter > li a:hover{
	color: #FFC000;
}
.mod-ank-list >.chapter > li a:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	background-image: url(../images/arw02_yellow.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.mod-ank-list >.chapter > .chapter{
	padding: 0 20px 20px;
	border-bottom: 1px dotted #D5D5D5;
}
.mod-ank-list >.chapter > .chapter li+li{
	margin-top: 8px;
}
.mod-ank-list >.chapter > .chapter li a{
	display: block;
	padding-left: 18px;
	text-decoration: underline;
	color: #000000;
	position: relative;
	transition: all 0.3s ease-out;
}
.mod-ank-list >.chapter > .chapter li a:hover{
	text-decoration: none;
}
.mod-ank-list >.chapter > .chapter li a:before{
	position: absolute;
	left: 2px;
	top: 5px;
	content: "";
	width: 4px;
	height: 4px;
	border: 2px solid #FFC000;
	border-radius: 6px;
}
@media (max-width: 667px) {
	.mokuji{
		margin: 60px -20px 0;
		padding: 20px 0;
	}
	.mokuji__ttl{
		padding:20px 20px;
	}
	.mod-ank-list >.chapter > li{
		padding: 15px 20px;
	}
}

/* body */
.detail__body{
	border-top: 1px solid #E2E2E2;
	padding: 30px 30px 20px;
}
.detail__body img{
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.detail__body small{
	display: inline-block;
	margin-top: 15px;
}
.detail__body p{
	line-height: 1.7;
	font-size: 14px;
	margin-top: 15px;
}
.detail__body .mv{
	margin-top:0;
}
.detail__body *:first-child,
.detail__body h1 + *,
.detail__body h2 + *,
.detail__body h3 + *,
.detail__body h4 + *,
.detail__body h5 + *,
.detail__body h6 + *,
.detail__body img + * {
	margin-top: 0 !important;
}
.detail__body h2{
	background: #FFC000;
	margin: 60px -30px 30px;
	padding: 10px 30px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}
.detail__body h3{
	margin-top: 30px;
	margin-bottom: 20px;
	border: 1px solid #FFC000;
	border-left: 5px solid #FFC000;
	padding: 10px 12px;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
}
@media (max-width: 667px) {
	.detail__body{
		padding: 15px 20px 30px;
	}
	.detail__body .mv{
	margin-top:15px;
	}
	.detail__body h2{
		padding: 10px 20px;
		margin: 60px -20px 30px;
	}
	.detail__body h3{
		margin-top: 40px;
		margin-bottom: 15px;
		font-size: 15px;
	}
}

/* Module
--------------------------------------------------*/


/* ------------ snsArea--------------- */

.snsArea{
	text-align: right;
	width: 100%;
	overflow: hidden;
}
.snsArea ul{
	overflow: hidden;
/*	width: 343px;*/
	float: right;
}
.snsArea li{
	display: block;
	vertical-align: top;
	float: left;
	margin: 0 0 0 10px;
}
.snsArea li:nth-child(1){
	width: 89px;
	margin-left:0;
}
/*.snsArea li:nth-child(2){width: 61px;}*/
.snsArea li:nth-child(3){
	width: 86px;
}
.snsArea li:nth-child(3) iframe{
	width: 100% !important;
}
.snsArea li:nth-child(4){
	width: 86px;
}

/* 20191121追記 */
/* btn */
@media (max-width: 667px) {
.main.column .moreBtn {
	width: 100%;
}
}

/* 20211012追記 */
@media screen and (max-width: 667px) {
	.snsArea li{
		margin: 0 0 0 1px;
	}
}

/* 20230819追記 */
/* column */
.itemDetailArea {
	background: #FFFDF5;
	margin: 20px -30px;
	padding: 20px 30px;
}
.itemDetailArea .itemWrapper {
	margin: 30px 0 0;
	padding: 0 149px;
}
.itemDetailArea .itemWrapper:not(:last-child) {
	padding: 0 179px 30px;
	margin: 30px -30px 0;
	border-bottom: 1px dotted #D5D5D5;
}
.itemDetailArea .itemInner {
	border: 1px solid #FFC000;
	padding: 20px 0;
	text-align: center;
}
.itemDetailArea .item__ttl {
	font-size: 18px;
	font-weight: 700;
	color: #FFC000;
}
.itemDetailArea .item__subTtl {
	font-size: 15px;
	margin-top: 0;
}
.itemDetailArea .item__img {
	margin: 20px auto 0;
	width: 200px;
}
.itemDetailArea .item__noteList {
	text-align: left;
	font-size: 13px;
	margin: 20px 110px 0;
}
.itemDetailArea .item__noteList li {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 667px) {
	.itemDetailArea {
		margin: 20px -20px 0;
		padding: 20px 20px;
	}
	.itemDetailArea .item__noteList {
		margin: 20px 6% 0;
	}
	.itemDetailArea .itemWrapper {
		padding: 0;
		margin-top: 20px;
	}
	.itemDetailArea .itemWrapper:not(:last-child) {
		padding: 0 20px 30px;
		margin: 20px -20px 0;
	}
}
.item__yellowList {
	font-size: 14px;
}
.item__yellowList .disc::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -3px 4px 0 0;
	border-radius: 50%;
	background: #FFC000;
	vertical-align: middle;
}
.itemDetailArea .item__btn {
	margin-top: 15px;
}
.itemDetailArea .item__btn a {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #FFC000;
	border: 1px solid #FFC000;
	background: #ffffff;
	line-height: 1;
	padding: 12px;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease-out;
	width: 295px;
	box-sizing: border-box;
	margin: 0 auto;
}
.itemDetailArea .item__btn a:hover{
	color: #fff !important;
	background: #FFC000;
}
.itemDetailArea .item__btn a:hover:before{
	border-color:#ffffff;
}
.itemDetailArea .item__btn a:before{
	position: absolute;
	content: "";
	display: block;
	right: 12px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFC000;
	border-right: 2px solid #FFC000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 667px) {
	.itemDetailArea .item__btn a {
		width: 88%;
	}
}
.introducedItemArea {
	border: 1px solid #FFC000;
	padding: 60px 40px;
	box-sizing: border-box;
	margin: 60px 0 30px;
}
.introducedItemArea .item__ttl {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #FFC000;
	margin-bottom: 40px;
}
.introducedItemArea .columnProductList .item__list:not(:last-child) {
	margin-bottom: 20px;
}
	.columnProductList .item__list p {
		margin-top: 0;
	}
.columnProductList .item__list a {
	display: flex;
	align-items: center;
	background: #FFFDF5;
	padding: 15px 30px;
}
.columnProductList .item__list .imgBox {
	width: 80px;
	margin-right: 30px;
}
@media screen and (max-width: 667px) {
	.introducedItemArea {
		padding: 40px 6%;
		margin: 60px 0 20px;
	}
	.introducedItemArea .item__ttl {
		margin-bottom: 30px;
	}
	.columnProductList .item__list a {
		padding: 15px;
	}
	.columnProductList .item__list .imgBox {
		margin-right: 10px;
	}
	.detail__body {
		padding-bottom: 0;
	}
}

/*-------------------------------
SNS
-------------------------------*/
@media print, screen and (min-width: 668px) {
  .favBox .icon_fav img{
    width: 42px;
  }
  .favBox .icon_share{
		display:flex;
		justify-content: flex-end;
    align-items:center;
		margin-bottom: 40px;
  }
  .sns_list{
    display:flex;
  }
  .sns_list li{
		margin-left: 15px;
		width: 35px;
	}
  .sns_list img{width:35px;}
  .sns_list span{display:none;}
  .js-btm-modal__bg,
  .js-btm-modal__btn--close--fix,
  .js-btm-modal__btn--close{display:none;}
}

@media screen and (max-width: 667px){
  /*モーダル用*/
  .favBox .js-btm-modal__main p{
    font-size:15px !important;
    font-weight:bold;
  }
  .favBox .icon_share{
		width: 40px;
		margin: 0 0 0 auto;
	}
  .favBox .sns_list{
    font-size:15px !important;
    margin-top: 20px;
  }
  .favBox .sns_list li span{
    font-size:15px !important;
  }
  .favBox .sns_list li{
    border-top:#999999 solid 1px;
  }
  .favBox .sns_list a{
    display:flex;
		align-items: center;
		justify-content: flex-start;
    padding:15px 0;
    color:#000 !important;
  }
	.favBox .sns_list a img{
    width:32px;
    height:32px;
		margin: 0 15px 0 0;
    vertical-align:middle;
  }
  .favBox .js-btm-modal__bg {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11000;
    display: none;
  }
  .favBox .js-btm-modal__main {
    width: calc(100% - 32px);
    width: 100%;
    height: 80%;
    padding: 23px 20px;
    bottom: -88%;
    left: 0;
    background: #fff;
    position: fixed;
    z-index: 11001;
    opacity: 0;
		box-sizing: border-box;
  }
  .favBox .js-btm-modal__btn {
    color: #76952f;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .favBox .js-btm-modal__btn--close {
    margin-top: 40px;
    text-align: center;
    text-decoration: underline;
  }
  .favBox .js-btm-modal__btn--close--fix {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 18px;
    right: 21px;
    z-index: 101;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .favBox .js-btm-modal__btn--close--fix:before {
    content: "";
    width: 29px;
    height: 29px;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .favBox .js-btm-modal__btn--close--fix:after {
    content: "";
    width: 29px;
    height: 29px;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: -21px;
    left: 0;
  }
  /*下から上*/
  @keyframes SlideUp {
    0% {
      opacity: 0;
      transform: translateY(-1%);
    }
    100% {
      opacity: 1;
      transform: translateY(-80%);
    }
  }
  /*上から下*/
  @keyframes SlideDown {
    0% {
      opacity: 1;
      transform: translateY(-80%);
    }
    100% {
      opacity: 0;
      transform: translateY(-1%);
    }
  }
  .favBox .js-btm-modal__main._slideUp {
    animation: SlideUp 0.5s ease-in-out forwards;
  }
  .favBox .js-btm-modal__main._slideDown {
    animation: SlideDown 0.5s ease-in-out forwards;
  }
  .js-btm-modal__btn--close{
    display:none;
  }
}

#content .arrowLink a{
  color:#000;
  font-size:14px;
}