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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*アイメイド用*/
/* 装飾 */
/* ぴんく枠 */
.frame_pnk {
  position: relative;
  margin: 3em 0;
  padding: 1.2em 2em;
  border: solid 3px #f19898;
  border-radius: 8px;
  font-size: 14px !important;
}

.frame_pnk .heading {
  position: absolute;
  top: -13px;
  left: 10px;
  display: inline-block;
  background: #FFF;
  padding: 0 9px;
}

.frame_pnk .heading a {
  text-decoration: none !important;
}

.frame_pnk .heading h2 {
  display: inline-block;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.frame_pnk .hd_pnk::before{
	content: none !important;
}

.frame_pnk .heading .hdinfo {
  margin-left: 10px;
}

.frame_pnk .heading .hdinfo {
  display: inline-block;
}

.frame_pnk p.hdinfo {
  margin: 0; 
  padding: 0;
}

.frame_pnk p.firstInfo {
  margin-top: 1em; 
}

/*ここから768px以下の指定*/

@media screen and (max-width: 768px) {
  .frame_pnk .heading .hdinfo {
    display: none;
  }
}


.frame_pnk :last-child{
	margin-bottom: 10px !important;
}

/* お花見出し */
h2.ttl_flower {
    background-color: #f5d5da; /* 背景色 */
    border-radius: 5px;
	border-bottom: none;
    color: #F4648D; 
    font-size: 1.3em;
    padding: 10px 10px 10px 60px; /* 上・右・下・左の余白 */
    position: relative;
    text-shadow: 0px 0px 10px #fff, 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff; /* 文字の影 */
    margin-bottom: 10px;
}

h2.ttl_flower:before{
	width: auto !important;
	border-bottom: none;
    content: '＊*'; /*花に見せかけるためのアスタリスク*/
    color: #fff; /* アスタリスクの色 */
    display: inline-block;
    font-size: 30px; /* アスタリスクの大きさ */
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    text-shadow: 0px 0px 3px #fff, 0px 0px 2px #fff, 0 0 0.5px #fff; /* アスタリスク周りの影 */
}

h2.ttl_flower:after{
    border-bottom: 2px dotted #fff; /* 下線 */
    content: '';
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

/*-- menu dl */
.description {
	text-align:left;
	margin:10px;
}
.description dt {
	border-bottom:1px dashed #ccc !important;
}
.description dd{
	margin-bottom:1em;
}
.description .name{
	font-size:1.3em;
	font-weight:500;
}

.description .price{
	margin:10px;
}

.description .addition{
	margin:20px;
}

.description .recommend{
	text-align:right;
	font-weight:bold;
	color:red;
}

.mn_bed {
  margin: 10px 0 20px 0;
}

.mn_bed > dt:before {
  content: "\f004";
  position: relative;
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
  color: #F19898;
	font-size:1.3em;
}

.mn_bed > dt {
	font-size:1.1em;
}

.mn_bed > dd {
	margin-top: -0.5em;
	margin-left: 1.5em;
	font-size: 0.9em;
}

div.attention {
  margin-bottom: 15px;
  font-size: 0.7em;
  line-height: 1.2em;
  
}



.others > h3:before {
  content: "\f004";
  position: relative;
  font-family: FontAwesome;
  margin-right: .5em;
  color: #F19898;
	font-size:1.3em;
}

.others > h3 {
	font-size:1.3em;
}

/* contactform7用 */

.table-res-form {
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  margin: 20px 0;
}

.table-res-form tr {
  border: 1px #CCC solid;
}

.table-res-form th{
  background: #FFF2F5;
  text-align: left;
  width: 25%;
  border-right: 1px #CCC dashed;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
  padding: 1.5em;
}

/*「必須」部分のスタイリング*/
.table-res-form .required {
  font-size: 0.8em;
  color: #FFF;
  display: inline-block;
  padding: 0.3em 0.3em 0.2em;
  background: red;
  border-radius: 5px;
}

/* 電話ボタン */
.btn_tel {
	width: 100%;
	font-size: 1.5em;
	border-color :white;
	background-color: #F4648D;
    box-shadow: 0 0 0 5px #F4648D;
	margin-bottom: 20px;
}

/* サイドメニュー */
.sideMenu ul {
  padding: 0 0.5em;
  position: relative;
}

.sideMenu ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.sideMenu ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  content: "\f054";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  padding-top: 0.7em;
  color: #F5D5DA; /*アイコン色*/
}

.sideMenu ul li:last-child{
	border-bottom: none;
}



/*ここから768px以下の指定*/

@media screen and (max-width: 768px) {
  .table-res-form th, .table-res-form td {
    width: 100% !important;
    display: block;
  }
  
  .table-res-form th {
    padding-bottom: 1em;
  }
  
  .table-res-form input, .table-res-form textarea {
    width: 80% !important;
  }
  
}

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea, input[type="number"], input[type="date"] {
  border: 1px #F19898 solid;
  padding: 0.5em;
  border-radius: 5px;
  margin-bottom: 0.5em;
  width: 95%;
}
.table-res-form select {
  border: 1px #F19898 solid;
  padding: 0.5em;
  border-radius: 5px;
  margin-bottom: 0.5em;
}

/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, input[type="number"]:focus, input[type="date"]:focus {
  background: #FFFFEE;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.table-res-form select:focus {
  background: #FFFFEE;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/*送信ボタンスタイリング*/
input[type="submit"] {
  width: 280px;
  border: none;
  background-color: #ed4c76;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(209,67,104,1);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 0;
  -webkit-appearance: none;
}
/*送信ボタン・マウスオーバー時スタイリング*/
input[type="submit"]:hover {
  background-color: #f293ab;
  border-radius: 5px;
  box-shadow: 0 5px 0 #ed4c76;
}

/* カバーブロック用：インナーブロックの中央寄せを追加 */
.cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}

/* テーマカスタマイザーで設定した英字Font + 日本語は　Cocoon設定のサイトフォント選択Font*/
.cstm-skin-font-set {
font-family: var(--skin-grayish-style-font);
    font-weight: 400;
    letter-spacing: .1rem;
}

/* 英字Font Montserrat　+ 日本語は　Cocoon設定のサイトフォント選択Font　*/
.cstm-font-montserrat {
  font-family: "Montserrat", var(--skin-get-site-font);
  font-weight: 400;
  letter-spacing: .1rem;
}

/* 英字Font Lato　+ 日本語は　Cocoon設定のサイトフォント選択Font　*/
.cstm-font-lato {
  font-family: "Lato", var(--skin-get-site-font);
  font-weight: 400;
  letter-spacing: .1rem;
}

/* 英字Font Inknut Antiqua　+ 日本語は　Cocoon設定のサイトフォント選択Font　*/
.cstm-font-inknut-antiqua {
  font-family: "Inknut Antiqua", var(--skin-get-site-font);
  font-weight: 400;
  letter-spacing: .1rem;
}

/* 英字Font Spectral　+ 日本語は　Cocoon設定のサイトフォント選択Font　*/
.cstm-font-spectral {
  font-family: "Spectral", var(--skin-get-site-font);
  font-weight: 400;
  letter-spacing: .1rem;
}

/* 英字Font Lora　+ 日本語は　Cocoon設定のサイトフォント選択Font　*/
.cstm-font-lora {
  font-family: "Lora", var(--skin-get-site-font);
  font-weight: 400;
  letter-spacing: .1rem;
}

/* 英字Font Jost　+ 日本語は　Cocoon設定のサイトフォント選択Font　*/
.cstm-font-jost {
  font-family: "Jost", var(--skin-get-site-font);
  font-weight: 400;
  letter-spacing: .1rem;
}

/* 英字Font Roboto Slab　+ 日本語は　Cocoon設定のサイトフォント選択Font　*/
.cstm-font-roboto-slab {
  font-family: "Roboto Slab", var(--skin-get-site-font);
  font-weight: 400;
  letter-spacing: .1rem;
}

/* H見出しのスタイルクリア */
.article h2.cstm-head,
.article h3.cstm-head,
.article h4.cstm-head,
.article h5.cstm-head,
.article h6.cstm-head {
  font-weight: 400;
  letter-spacing: .1rem;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: static;
}

.article h2.cstm-head::before,
.article h3.cstm-head::before,
.article h4.cstm-head::before {
  display: none;
}

.article h2.cstm-head {
  font-size: 64px;
  font-weight: 200;
}

/* More btn */
p.cstm-more-btn {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  padding-right: 6em;
}
p.cstm-more-btn a {
  display: inline-block;
  width: fit-content;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
}
p.cstm-more-btn a::before {
  display: block;
  content: "";
  background-color: var(--LtGray_S50);
  width: 4em;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 120%;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
p.cstm-more-btn a:hover::before {
  transform: translate(1em);
}

/* cstm-pat-1 作例1のブロック */
.cstm-pat-1 .wp-block-cover__inner-container {
padding-top: 6rem;
padding-bottom: 6rem;    
}

/* cstm-pat-1 作例1のH2見出し横の余白 */
.cstm-pat-1 .wp-block-cover__inner-container  h2.cstm-head {
    padding-right: 32px;
}

/* cstm-pat-1 作例1の新着情報ブロック　横線 */
.cstm-pat-1 .wp-block-column .info-list-box.block-box {
   border-left: solid 1px var(--LtGray_T0);
   padding-left: 32px;
}

/* cstm-pat-1 作例1の新着情報ブロック　*/
.cstm-pat-1 .is-style-divider-line .info-list-item {
    border-bottom: none;
    padding: 20px 0;
}

/*サムネイルを1:1に*/
.a-wrap:not(.recent-comment-link, .rss-entry-card-link) figure img,
.fb-like-box img {
  aspect-ratio: 1 / 1;
}

.footer,
.cstm-wave-top {
  --mask:
    radial-gradient(3.05vmin at 50% 4.3vmin, #000 99%, #0000 101%) calc(50% - 4vmin) 0/8vmin 100%,
    radial-gradient(3.05vmin at 50% -2.3vmin, #0000 99%, #000 101%) 50% 2vmin/8vmin 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.grayish-plg-frontpage .header,
.cstm-wave-bottom {
  --mask:
    radial-gradient(3.05vmin at 50% calc(100% - 4.3vmin), #000 99%, #0000 101%) calc(50% - 4vmin) 0/8vmin 100%,
    radial-gradient(3.05vmin at 50% calc(100% + 2.3vmin), #0000 99%, #000 101%) 50% calc(100% - 2vmin)/8vmin 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.cstm-wave-top-bottom {
  --mask:
    radial-gradient(3.05vmin at 50% 4.3vmin, #000 99%, #0000 101%) calc(50% - 4vmin) 0/8vmin 51% repeat-x,
    radial-gradient(3.05vmin at 50% -2.3vmin, #0000 99%, #000 101%) 50% 2vmin/8vmin calc(51% - 2vmin) repeat-x,
    radial-gradient(3.05vmin at 50% calc(100% - 4.3vmin), #000 99%, #0000 101%) calc(50% - 4vmin) 100%/8vmin 51% repeat-x,
    radial-gradient(3.05vmin at 50% calc(100% + 2.3vmin), #0000 99%, #000 101%) 50% calc(100% - 2vmin)/8vmin calc(51% - 2vmin) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}



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

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

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