@charset "utf-8";

/* ======================================
2021/10/1 added by tsuji
======================================== */

/* --------------- テンプレートBOX化 --------------- */

#post-1454 .template {
    margin: 0 0 0px 0;
}

.template-backpattern02{
	padding: 20px 20px 0px 20px;
	background: url(/images/common/template-backpattern-bg.png) repeat 0 0;
	border: solid 2px #B9AC75;
	margin:10px 0 ;
}

.template-backpattern{
	padding: 20px;
	border: solid 2px #B9AC75;
	margin:15px 0 ;
}


/* ======================================
2021/11/24 added by nakazato
======================================== */

.entry-content table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/* --- スマホサイトはwidthを15%に設定 --- */
.entry-content table.table_qa th{
    padding: 10px;
    width: 6%;
}
.entry-content table.table_qa td{
    padding: 10px;
}
.entry-content table.table_qa tr:nth-child(2n-1) td{
	font-size:18px;
}
.entry-content table.table_qa tr:nth-child(2n){
	background: #f3eef7;
}
/* Qアイコン */
.q_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;/* <SP>22px */
	color: #fff;
	background: #bbad75;
	border-radius: 50%;
	width: 54px;/* <SP>42px */
	height: 54px;/* <SP>42px */
	text-align: center;
	line-height: 54px;/* <SP>40px */
}
/* Aアイコン */
.a_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho,  "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;/* <SP>22px */
	color: #fff;
	background: #a06cc8;
	border-radius: 50%;
	width: 54px;/* <SP>42px */
	height: 54px;/* <SP>42px */
	text-align: center;
	line-height: 54px;/* <SP>40px */
}

/* -----211215_add----- */


/*==========
CONTENTS WORKS ID:1446
==========*/
/*config*/
:root {
    --cw-fluid-image-size:500px;  /*画像の高さ*/
    --cw-fluid-image-font:30px; /*文字サイズ*/
    --cw-fluid-image-opacity:0.6; /*画像の明度*/
}
/* cw-fluid*/
.cw-fluid{
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
@media screen and (max-width : 980px){
    .cw-fluid{
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }
}
/* css */
.cw-fluid-image{
    background:#000;
    height:var(--cw-fluid-image-size); 
}
.cw-fluid-bg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.cw-fluid-bg img{
    width: 100% !important;
    height:100% !important;
    object-fit: cover;
    opacity:var(--cw-fluid-image-opacity); 
}
.cw-fluid-text{
    width:100%;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index:2;
}
.cw-box-text{
    padding:1em;
    color:#fff;
    /*border:3px solid #fff;*/
    display:inline-block;
    font-size:var(--cw-fluid-image-font) !important;
    font-weight:bold;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cw-box-text > p{
    font-size:var(--cw-fluid-image-font) !important;
}


/*==========
CONTENTS WORKS ID:1666
==========*/
.cw-imglist03 {
}
.cw-imglist03-item {
    position: relative;
    margin-bottom: 80px;
}
.cw-imglist03-item:last-child {
    margin: 0;
}
.cw-imglist03-detail {
    float: left;
    width: 790px;
    min-height: 450px;
    padding: 60px 170px 70px 48px;
    background: #f7f7f7;
    text-align: center;
}
.cw-imglist03-item.right .cw-imglist03-detail {
    float: right;
    padding: 60px 48px 70px 170px;
}
.cw-imglist03-slug {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 11px;
}
.cw-imglist03-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cw-imglist03-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.cw-imglist03-text {
    line-height: 2.2666;
    font-size: 15px;
	text-align: left;
}
.cw-imglist03-img {
    position: absolute;
    width:450px;
    height:450px;
    top: -40px;
    right: -50px;
}
.cw-imglist03-item.right .cw-imglist03-img {
    right: auto;
    left: -50px;
}
.cw-imglist03-img img{
    width:100% !important;
    height: 100% !important;
    object-fit: cover !important;
}



/* ======================================
2021/10/1 added by tsuji
======================================== */

/* --------------- メモリアル青梅の6つの約束 ---------------

.cw-imglist03 {
}
.cw-imglist03-item {
    position: relative;
    margin-bottom: 50px;
}
.cw-imglist03-item:last-child {
    margin: 0;
}
.cw-imglist03-detail {
    float: left;
    width: 790px;
    min-height: 250px;
    padding: 30px 150px 40px 60px;
    background: #f7f7f7;
    text-align: center;
}
.cw-imglist03-item.right .cw-imglist03-detail {
    float: right;
    padding: 30px 60px 40px 150px;
}
.cw-imglist03-slug {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 11px;
}
.cw-imglist03-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}
.cw-imglist03-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.cw-imglist03-text {
    line-height: 2;
    font-size: 15px;
	text-align: left;
}
.cw-imglist03-img {
    position: absolute;
    width:450px;
    height:300px;
    top: 80px;
    right: -50px;
}
.cw-imglist03-item.right .cw-imglist03-img {
    right: auto;
    left: -50px;
}
.cw-imglist03-img img{
    width:100% !important;
    height: 100% !important;
    object-fit: cover !important;
} */

/* --------------- 6つの約束テンプレートBOX化 --------------- */

.box-promise{
	padding: 30px;
	background: #F9F3E8;
	margin:20px 0;
}