@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

a{
    text-decoration: none;
    color:#2C66B2;
}
a:hover{
	color: #2C66B2;
    opacity: 0.8;
}
/*GoogleFont使用*/
main,header,footer,nav,.site-name-text,
aside,.mobile-footer-menu-buttons,.map_btn button,.sub-caption{
	font-family: 'Noto Serif JP', serif!important;
}
/*霊園紹介ページ*/

/*霊園の写真*/
.reien_info .wp-block-image.alignfull img,
.reien_info .wp-block-image.alignwide img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
}

section.reien_info {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.post h1 {
    font-size: 14px;
}
p.name {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
}
.wrapper span.fas {
    width: 30px;
    font-size: 1.2rem;
    text-align: center;
}
p.wrapper {
    margin-bottom: 5px;
    font-size: .8rem;
}
p.items {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.items span {
    display: inline-block;
    padding: 8px 10px 5px;
    margin-left: 5px;
    font-size: .8rem;
    line-height: 1em;
    color: #2C66B2;
    border: 1px solid #2C66B2;
    box-shadow: 0 0 2px #ddd;
    background-color: #fff;
}

/*上のテーブル*/
.tab_1 th {
    width: 35%;
    padding: 10px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background-color: #2C66B2;
}

.tab_1 td {
    width: 65%;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}

.tab_1 th, .tab_1 td {
    border: none;
    box-shadow: 0 0 2px #ddd;
}

/*右上のコンタクト*/
.reien_info ul li {
    list-style-type: none;
}
.reien_info button.line_contact{
	display: block;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(163deg, #04af4a 0%, #06c755 67%, #04b94e 119%);
    letter-spacing: 0.03em;
    line-height: 1.5em;
    box-shadow: 0 0 3px #ddd;
	border: none;
}
.reien_info button {
	display: block;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(163deg, #1e50a2 0%, #4075d0fa 67%, #1e50a2 119%);
    letter-spacing: 0.03em;
    line-height: 1.5em;
    box-shadow: 0 0 3px #ddd;
	border: none;
}
.reien_info .map_btn button {
	display: block;
    cursor: pointer;
    color: #333360;
	background:none;
    background-color: #f9f9ff;
    margin-top: 1rem;
    font-size: 1rem;
	border: 1px solid #333360;
}
span.fas.fa-map-marker-alt,
span.fas.fa-subway {
    color: #2C66B2;
}
/*墓地一覧へのリンク*/
.list_link{
	text-align: right;
}
.list_link a {
    display: inline-block;
    text-decoration: none;
	color:#333360;
    font-size: 1rem;
    margin-top: 1.8rem;
    padding-right: 15px;
    font-weight: bold;
}
.list_link i.fas {
    color: #333360;
    padding-left: 8px;
}
.list_link a:after {
	display: block;
    content: "";
    width: 180px;
    background: #333360;
    height: 1px;
    margin-left: auto;
    margin-right: -5px;
}
/*見出し２*/
.article .reien_info h2 {
    padding-left: 5px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
    border-bottom: 3px solid #2C66B2;
    border-image: linear-gradient(to right, #2C66B2 0%, #ededfe 100%) 1/0 0 3px 0;
	border-style: solid;
    border-image-slice: 1;
	border-left: none;
    border-right: none;
    border-top: none;
}

/*本文内　電話のコンタクト*/
/*.reien_info button {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    box-shadow: 0 0 3px #ddd;
}*/
.reien_info button.tel_contact{
    display: block;
	max-width: 600px;
    min-width: 300px;
    margin: 2rem auto 1.5rem;
	cursor: pointer;
	line-height:1.8em;
} 

.reien_info button.line_contact{
    display: block;
	max-width: 600px;
    min-width: 300px;
    margin: 2rem auto 1.5rem;
	cursor: pointer;
	line-height:1.8em;
} 

span.free {
    background-color: #fff;
    color: #2C66B2;
    padding: 5px 8px;
    margin: 5px;
    font-size: .9em;
}

span.freee {
    background-color: #fff;
    color: #349d20;
    padding: 5px 8px;
    margin: 5px;
    font-size: .9em;
}

/*霊園ページの行間*/
.reien_info p {
    line-height: 1.6em;
}
.reien_info dd {
    line-height: 1.6em;
}

/*価格情報*/
table.tab_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
table.tab_2 th {
    width: 33%;
}
table.tab_2 td {
    text-align: center;
    line-height: 1.8rem;
    padding: 1rem;
}
span.tab_2_desc {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}
.reien_info dt {
    padding-left: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
}

/*600px以上の画面*/
@media screen and (min-width: 600px){
    p.name {
        font-size: 1.5rem;
        letter-spacing: 0.02em;
    }
    .items span {
        padding: 5px 10px 5px;
    }
    .reien_info ul {
        margin-left: 1rem;
    }
    .tab_1 th {
        width: 30%;
        padding: 15px 10px;
    }
    .tab_1 td {
        width: 70%;
        padding: 15px 10px;
        text-align: left;
        line-height: 1.5em;
    }
    .reien_info figure.wp-block-table table.tab_2 {
        width: 100%;
    }
}
/*900px以上の画面*/
@media screen and (min-width:900px){
    p.name {
        font-size: 1.8rem;
		margin-bottom: 1rem;
    }
    p.wrapper {
        margin-bottom: 8px;
        font-size: 1rem;
    }
    .tab_1 th, .tab_1 td {
        font-size: .9rem;
    }
    .reien_info ul {
        margin-left: 5rem;
    }
}

/*ヘッダーロゴ画像
834px以下*/
@media screen and (max-width:834px){
	.logo-header img {
	    max-width: 272px;
	}
}
/*投稿SNSボタン背景*/
.sns-buttons a {
    background-color: #999;
}
/*投稿ページ下 カテゴリ背景*/
.cat-link {
    background-color: #2C66B2;
}
/*フッター
 * モバイルスライドナビゲーション*/
.mobile-menu-buttons .menu-button > a {
    color: #2C66B2;
}
.mobile-footer-menu-buttons.mobile-menu-buttons {
	color: #2C66B2;
    background-color: #fffe;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*   投稿　マップ   */
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

.acf-map .gm-style div {
    margin-top: auto;
}
/*   投稿　マップここまで */
/*投稿　関連記事サブ見出し*/
span.related-entry-sub-heading.sub-caption {
    padding-left: 1rem;
}

/*   投稿の 値段フォント大  */
.nedandai{
	font-size:125%;
}

/*   フッターロゴ部分の余白調整  */
.copyright{
	margin-top: 50px;
}

/*  コクーンリスト調整　　　　*/
.reien_info ul {
    padding-left: 26;
}

.timeline-item-content{
/* タイムライン線 */
border-left: 3px #D6E3F2 solid;
}

.category .archive-title .fa-folder-open{
    display:none;
}

/*  contact form  */
div.wpcf7 p {
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 0.1rem;
}
div.wpcf7 p .required {
    color: #cf1616;
}
div.wpcf7 p .eny {
    color: #666;
}
div.wpcf7 select {
    font-family: 'Noto Serif JP', serif!important;
    font-size: 1rem;
    color: #333;
}
div.wpcf7 input[type=text],
div.wpcf7 input[type=date],
div.wpcf7 input[type=tel],
div.wpcf7 input[type=email]{
    font-family: 'Noto Serif JP', serif!important;
    color:;
    font-size: 1rem;
    color: #333;
}
div.wpcf7 textarea{
    font-family: 'Noto Serif JP', serif!important;
    font-size: 1rem;
    color: #333;
    line-height:1.8;
	letter-spacing: 0.01rem;
}
div.wpcf7 input[type=submit]{
    font-family: 'Noto Serif JP', serif!important;
    color:;
    font-size: 1.1rem;
    font-weight:bold;
    color: #fff;
    background-color: #2c66b2;
	border-radius:5px;
}
div.wpcf7 input[type=button]{
    font-family: 'Noto Serif JP', serif!important;
    font-size: 1rem;
}
div.wpcf7 input[type=button] {
    font-family: 'Noto Serif JP', serif!important;
    font-size: 1rem;
    padding: 10px 1.8rem;
    border: none;
    box-shadow: none;
    border-radius: 5px;
	cursor: pointer;
}
/*  contact form　END  */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.common-icon-box {
    padding: 35px 22px 18px;
}

.common-icon-box::before {
margin-top: inherit;
}

}
