@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.2
*/

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

#rp_btn a{
    width: fit-content;
    padding: 20px 8%;
}
.rp-midashi{
	margin-top:100px;
}

.osusume-title{
	text-align:center;
	margin:auto;
}
.osusume-list{
	width:fit-content;
	margin:auto;
}


#yt_disc{
	text-align:center;
	margin:12px auto 0;
}


/*     ----------     書のアート   ----------     */
.page-id-665 #menu-item-11{
	background-color:#fff;
}
/*     ----------     ウェルネス終活ツアープログラム   ----------     */
.page-id-669 #menu-item-8{
	background-color:#fff;
}
/*     ----------     マインドフルネスプログラム   ----------     */
.page-id-667 #menu-item-8{
	background-color:#fff;
}
/*     ----------     宿坊心泉   ----------     */
.page-id-606 #menu-item-410{
	background-color:#fff;
}
/*     ----------     お知らせ   ----------     */
.category-news #menu-item-10 ,
.single #menu-item-10{
	background-color:#fff;
}



/*=======================================================
共通
=========================================================*/
/*     ----------     ボタン   ----------      */
.btn{
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    padding: 7px 13px;
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  width:80%;
  font-size: 24px;
  text-decoration: none;
	padding:14px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.btn_wrap{
	margin: 3em 0 10em;
}
/*     ----------     ページ上部リンク   ----------      */
#page-hd-link{
	display:flex;
	list-style:none;
	padding-left:0;
	justify-content:center;
	margin-top: 2em;
}
#page-hd-link li{
	list-style:none;
	padding-right: 11px;
   padding-left: 18px;
	line-height: 1.4em;
	border-left:1px solid #959595;
}
#page-hd-link li:first-child{
	border-left:none;
}
#page-hd-link li i{
	padding-right:8px;
	padding-left: 8px;
}
#page-hd-link li a{
	color:initial;
	text-decoration:none;
}
#page-hd-link li a:hover{
	text-decoration:underline;
}
/*     ----------     文字下空白調整   ----------      */
.article p{
	margin-bottom:1.4em;
}
/*     ----------     翻訳   ----------      */
#content-top-in #custom_html-11{
	margin-bottom:0;
	font-size:14px;
	text-align:right;
	padding-right:1%;
}
.page:not(.home) .content-top{
    margin: 0;
    padding: 6px 0;
    background-color: #fff;
}
#top_translation_txt{
	font-size:14px;
	text-align:right;
	padding-right:1%;
}
#custom_html-13{
	font-size:14px;
	text-align:right;
	padding-right:1%;
}
#google_translate_widget-2{
    width: 100%;
    margin: 0 0 0 auto;
    padding: 20px 0 20px 0;
    background: #fff;
}
#google_translate_element{
	width:30%;
	margin:auto;
}



/*=======================================================
幅
=========================================================*/
.main{
	padding:0;
}
.wrap{
	width: inherit;
}
.article{
    margin: auto;
}
.midashi_pad {
    margin: 80px auto 20px !important;
}
.program_wrap{
	width:80%;
	margin:auto;
}
.program_wrap .column-left ,
.program_wrap .column-right{
	padding:20px;
}
.wid100 img{
	width:100%;
}




/*=======================================================
ヘッダー
=========================================================*/
.header-container{
	background-color: #d7b860;
}
.navi {
	background-color: #d7b860;
}
.gnavi__list .fa-solid ,
.item-label .fa-solid{
	padding-right:8px;
	font-size:22px;
}
.menu-item::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.navi-in > ul{
	justify-content:right;
}
.menu-item{
	width:20% !important;
}
.sub-menu li{
	width:auto !important;
}
.sub-menu li a{
	font-size:16px;
	padding-left: 4px !important;
	padding-right: 4px !important;
}
.navi-in > ul .sub-menu{
	width: max-content;
}
#menu-item-8 a{
	cursor:default;
}
#menu-item-8 .sub-menu li a{
	cursor:pointer;
}
.navi-in > ul li{
	height: 84px;
	line-height: 84px;
}



/*=======================================================
フッター
=========================================================*/
.footer {
	background-color: #fff6db;
	padding:0;
}
.footer-left, .footer-center, .footer-right, .footer-mobile {
    padding: 24px;
    margin: 16px;
}
.footer-center{
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
.footer-center{
	font-size:16px;
}
.footer-bottom{
	color:#fff;
	background-color:#333;
}
.navi-footer-in a {
    color: #fff;
}
.site-name-text-link {
    color: #fff;
}
.footer-center i{
	padding-right:10px;
}
ul#footer_sns{
	display:flex;
	list-style:none;
	padding-top:10px;
	padding-left:0;
}
ul#footer_sns img{
	width:90%;
}
ul#footer_sns img:hover{
	opacity:0.7;
}



/*=======================================================
フローティングバナー
=========================================================*/
.fixed_banner {
	position: fixed; 
	z-index: 99999; 
	top: 150px; 
	right: 00px; 
	border:none;
}
.fixed_banner_pc {
	width: 56px;
}
.fixed_banner:hover {
	opacity:0.7;
}
.fixed_banner_sp {
	display: none; /* PCではスマホ用のバナーは非表示にします */
}

@media screen and (max-width: 480px) { 
.fixed_banner_sp {
	display: inline-block; /* 消していたスマホ用のバナーを表示させます */
	width: 100vw; /* スマホの画面幅いっぱいにバナーを表示させます */
}
}



/*=======================================================
トップページ
=========================================================*/
#post-392{
	width:100%;
	margin-bottom:0;
	padding-top:0;
}
.page-id-392 #header-container{
	display:none;
}
.page-id-392 #content{
	margin-top:-33px;
}
.page-id-392 #content-top{
	margin: -2em;
}
.page-id-392 .entry-content{
	margin-top:0;
	margin-bottom:0;
}
.page-id-392 .entry-content .alignnormal{
	margin-bottom:0;
}
.page-id-392 .article-header{
	display:none;
}
.page-id-392 .content-bottom{
	margin:0;
}
/*  メイン画像  */
.page-id-392 .img-100{
	margin-bottom:0;
}
.page-id-392 .img-100 .aligncenter{
	display:block;
}
.page-id-392 .img-100 img{
	width:100%;
}
/*  ナビ  */
.gnavi__wrap {
	width: 100%;
   margin: 0 auto;
	background-color: #d7b860;
}
.gnavi__lists {
   display: flex;
	list-style:none;
	margin-bottom:0 !important;
}
.gnavi__list {
	width: 20%;
   height: 84px;
   position: relative;
   transition: all .3s;
}
.gnavi__list:first-child{
	margin-right:20%;
}
.gnavi__list:first-child:hover{
	background-color: #d7b860;
}
.gnavi__list:hover {
	background-color: #e7cf8b;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #0071BB;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1b4059;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.dropdown__lists {
	display: none;/*デフォルトでは非表示の状態にしておく*/
   width: 100%;
   position: absolute;
   top: 80px;
   left: 0;
	list-style:none;
	padding-left:0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #d7b860;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #e7cf8b;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
	text-align:left;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
/*  SEC1  */
#sec1{
	background: url(https://shinsen-art.com/wp/wp-content/uploads/2022/09/wa-bg2.png) no-repeat center;
   background-attachment: inherit;
   background-size: 100%;
	background-position: top;
   margin-bottom: 0;
	padding-top:5em;
}
#sec2{
	background: url(https://shinsen-art.com/wp/wp-content/uploads/2022/09/wa-bg2-r.png) no-repeat center;
   background-attachment: inherit;
   background-size: 100%;
	background-position: bottom;
	margin-bottom:0;
   padding-bottom: 7em;
	padding-top:7em;
}
.wid80{
	width:80%;
	margin:auto;
}
.left_pad{
	padding: 50px 20px 20px 50px;
}
.left_pad strong{
	font-weight:normal;
	font-size:12px;
}
.vertical {
/*
   -webkit-writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
	float:right;
*/
	font-size: 34px;
 	line-height: 50px;
	text-align:center;
	padding-top:30px;
	padding-bottom: 22px;
}
.sec_column_wrap1 ,
.sec_column_wrap2{
	display:flex;
}
.sec_column_wrap1 .sec_column_left{
	padding:20px;
}
.sec_column_wrap2 .sec_column_left{
	padding:50px 20px 20px 50px;
}
.sec h3{
	font-size: 42px;
	margin-top: 50px;
	margin-bottom: 26px;
	padding: 6px 20px 10px 4px;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 2px solid #d7b860;
}
.sec_column_wrap1 .sec_column_right{
	padding:50px 50px 20px 20px;
	background-color: #fff;
}
.sec_column_wrap2 .sec_column_right{
	padding:20px;
}
.top_btn a{
	display: block;
	font-size:18px;
	font-weight:normal;
	width: 80%;
	color:#333;
	text-align: center;
	text-decoration:none;
	border:1px solid #ccc;
	border-radius: 100px;
	background-color: initial;
	margin:auto;
	padding:20px;
	transition: all 360ms cubic-bezier(.215,.61,.355,1);
}
.top_btn a:hover{
	color:#000;
	text-decoration:underline;
	border: 1px solid #000;
}
.sec_column_left a:hover ,
.sec_column_right a:hover{
	border:1px solid #000;
}
#top_midashi1{
	width:80%;
	margin:auto;
	text-align:center;
}
#top_midashi1 img{
	display:block;
	margin:auto;
	width:100%;
}
#top_midashi2 ,
#top_midashi3 ,
#top_midashi4 ,
#top_midashi5 ,
#top_midashi6{
	margin-top:100px;
}
.sns_wrap{
	width:55%;
	margin:auto;
}
.sns_wrap div{
	width:250px !important;
}
.sns_wrap img{
	width: 238px;
	margin: 0 20px;
}
.sns_wrap img:hover{
	opacity:0.8;
}
.top-news{
	width: 60%;
   margin: auto;
	background:#fff;
}
#yt_wrap .video-container{
	margin:auto;
}


/*=======================================================
予約・お問い合わせ
=========================================================*/
.new-entry-card-date {
	display: block;
	text-align: right;
}
.new-entry-card-thumb{
	display:none;
}
.widget-entry-card-content {
	margin-left: 0;
}
.new-entry-card-title{
	width: 70%;
	float:left;
}
.widget-entry-cards .a-wrap {
    padding: 25px 15px;
    border-bottom: 1px dotted #ccc;
}



/*=======================================================
お知らせアーカイブ
=========================================================*/
.category-news #content{
	margin-top:0;
}
.category-news article{
	width:80%;
	margin:auto;
	padding-top: 3em;
}
.category-news h1{
    text-align: center;
    color: #d1af4d;
    font-size: 38px;
    padding-top: 1em;
    padding-bottom: 16px;
    border-bottom: 1px solid;
}
.category-news h1 span{
	display:none;
}
.cat-label{
	background-color: #d1af4d;
}



/*=======================================================
お知らせ詳細
=========================================================*/
/*　レイアウト　*/
.single #content{
	margin-top:0;
}
.single .article{
	width:80%;
	margin:auto;
	padding-top: 3em;
}
.single .article .cat-link{
	background-color: #d1af4d;
}



/*=======================================================
プラン詳細
=========================================================*/
/*　見出し　*/
.page #content h1{
    color: #333;
    padding: 1px 10px;
    font-weight: bold;
    font-size: 18px;
    border-left: 4px solid;
}
.page #content h2{
	color: #d1af4d;
	padding: 0;
   background-color: initial;
   text-align: center;
   font-size: 36px;
   padding-top: 38px;
	border-top: 2px solid;
}
.page #content h3{
	border-top:0;
	border-right:0;
	border-bottom:2px solid;
	border-left:0;
	padding: 7px 4px;
	margin-bottom:10px;
	font-size: 30px;
   color: #d1af4d;
	width:fit-content;
}
.page #content h4{
	border-top:none;
	border-bottom:none;
	margin-bottom:0;
	padding: 7px 0px;
}
/*　レイアウト　*/
.page #content{
	margin-top:0;
}
.page .article{
	width:80%;
	margin:auto;
	padding-top: 3em;
}
.page .date-tags{
	display:none;
}
/*　情報アイコン　*/
#plan_info{
	display:flex;
	padding-left:0;
	justify-content: center;
}
#plan_info li{
	list-style:none;
	padding-right: 22px;
	line-height: 1.4em;
}
#plan_info li i{
	padding-right:8px;
}
#plan_info span{
	padding-left:10px;
	font-size:12px;
}
/*　ページ内リンク　*/
#plan_link{
	display:flex;
	padding-left:0;
	justify-content: center;
}
#plan_link li{
	list-style:none;
	border-bottom: 1px solid #ccc;
	margin:0 10px;
	padding: 0 10px;
}
#plan_link li:hover{
	border-bottom: 1px solid #000;
}
#plan_link li a{
	text-decoration:none;
	color:#333;
}
/*　画像　*/
.plan_img img{
	width:100%;
   height: 400px;
   object-fit: cover;
}
.plan_img figcaption{
	text-align:center;
}
/*　書のアート　*/
.page-id-665 .plan_img{
	width:70%;
	margin:auto;
}
.page-id-665 .plan_img img{
	height: 300px;
}
/*　概要テーブル　*/
.page #content table{
	width:100%;
}
.page #content table td{
	padding: 22px;
}
.page #content table tr td:nth-child(1){
	background-color: #f7f6f6;
}
.page #content table tr:nth-of-type(2n+1) {
    background-color: initial;
}
/*　ボタン　*/
.page .btn-l:after{
	content:none;
}
/*　流れ　*/
.page .article ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.page .article ol li{
	margin: 1.8em 0;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.page .article ol li:before{
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
	padding-right: .5em;
	font-weight: bold;
	color: #b79123;
	font-size: 24px;
   font-family: fantasy;
}
/*　オプション　*/
.option_wrap h4{
	text-align: center;
   border-bottom: 1px dotted #ccc !important;
}
.option_wrap column-left ,
.option_wrap column-right{
	padding:4px;
}
.option_wrap p{
	font-size:16px;
}
/*　ボタン　*/
.btnb a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 430px;
	height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	margin:auto;
}
.btnb a:hover {
	color: #f2f2f2;
}
.btn07 a {
	background-color: #ceb849;
	border: 1px solid transparent;
	border-radius: 6px;
	padding:40px 0;
}
.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 50%;
}
.btn07 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 38px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #333 #333 transparent transparent;
}
.btn07 a:hover {
	background-color: #B99b00;
}
.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn07 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
.btnb_wrap{
	margin-top:100px;
}



/*=======================================================
宿坊心泉
=========================================================*/
.yado-img{
	width:60%;
	margin:auto;
}
.page-id-606 .btn-l:after{
	content:none;
}
.page-id-606 .shinsen-btn-wrap{
	width:50%;
	margin:auto;
}
.kankou_wrap{
	width:80%;
	margin:auto;
}
.kankou_wrap figcaption{
	text-align:center;
}
.higaeri-wrap figcaption{
	font-size:16px;
}



/*=======================================================
メディアクエリ
=========================================================*/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.btnb a {
	width:350px;
	font-size:16px;
}
.btn07 a::before ,
.btn07 a::after {
	display:none;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.btnb{
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.page .article {
    width: 96%;
}
#page-hd-link{
	display:block;		
	text-align:center;
}
#page-hd-link li{
	border-left:none;		
}
.top_btn a{
	width: 100%;
	padding: 20px 0;
}
#google_translate_element{
	width:80%;
}
#top_translation_txt{
	font-size: 12px;
   text-align: center;
   padding-right: 0;
	background-color: #faefd0;
}
#custom_html-13{
	font-size: 12px;
   text-align: center;
   padding-right: 0;
	background-color: #faefd0;
}
/*　=================　　サイドバー =================　*/
.menu-item {
    width: 100% !important;
    padding: 5px;
    border-bottom: 1px dotted;
}
.menu-item-8 {
	border-bottom:none;
}
.menu-item i{
	    padding-right: 6px;
}

/*　=================　　トップページ =================　*/
.page-id-392 #header-container {
    display: block;
}
.gnavi__wrap{
	display:none;		
}
#top_midashi1 {
    width: 100%;
}
#sec1{
	padding-top: 2em;	
}
.vertical {
	-webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    float: none;
	font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.sec_column_wrap1, 
.sec_column_wrap2 {
    display: block;
}
.wid80 {
    width: 100%;
}
.program_wrap {
    width: 100%;
}
.sec_column_wrap2 .sec_column_left {
    padding: 0;
}
.sns_wrap{
	flex-direction: initial !important;
	width:100%;
}
.sns_wrap img {
    margin: 0px 9px;
}
.sec_column_left a, .sec_column_right a {
    width: 100%;
}
.top-news{
	width: 100%;
}

/*　=================　　プログラム詳細 =================　*/
.page #content h2{
	font-size:25px;		
}
#plan_info {
    display: block;
}
#plan_info span {
    padding-left: 30px;
}
#plan_link {
	font-size:14px;
}
#plan_link li{
    margin: 0 8px;
    padding: 0;
}
.plan_img{
	flex-direction: initial !important;
}
.plan_img img{
	height:120px;
	padding:6px;
}
a.btn--orange{
    width: 100%;
    font-size: 18px;
}

/*　=================　　しんせんあーと =================　*/
.page-id-665 .plan_img {
    width: 100%;
}
.page-id-665 .plan_img img {
    height: 110px;
}
.plan_img figcaption{
	font-size:10px;
	padding:0;
}

/*　=================　　宿坊心泉 =================　*/
.yado-img{
	width:100%;		
}
.page-id-606 .shinsen-btn-wrap{
	flex-direction: row;
	width:100%;
}
.page-id-606 .shinsen-btn-wrap .column-left ,
.page-id-606 .shinsen-btn-wrap .column-right{
	padding:10px;
}
	.menu-item-1308{
		border-bottom:0;
	}
}
