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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* カバーブロック用：インナーブロックの中央寄せを追加 */
.cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}

.margin-bottom-0 {
	margin-bottom: 0!important;
}
.padding-bottom-20 {
	padding-bottom: 20px!important;
}

.bc_ffe5c4 {
	border: solid 8px #ffe5c4!important;
}
.bc_ffffff {
	border: solid 8px #ffffff!important;
}

#header-in a.site-name-text-link {
	font-size:5em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: #37c0c5;
	text-shadow: 3px 3px #ffffff;
}

#header-in .tagline {
    max-width: 460px;
	margin: 80px 0 0.6em 0;
    padding: 0;
	background: rgb(255 255 255 / 80%);
    color: #000000;
    font-weight: bold;
	border-radius: 10px;
}

.navi .item-label {
	font-weight: bold;
	font-size: clamp(16px, 1.37vw, 18px);
}

.max-height-500 video {
	max-height: 500px;
}

div.whatsnew dt {
	color: var(--skin-grayish-a-wrap-txt);
}

/* メニュー */
.menu_title01 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin-bottom: 0 !important;
  font-size: var(--wp--preset--font-size--large) !important;
}

.menu_title01:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #ffa319;
}

.menu_title01 span {
  position: relative;
  padding: 0 5px;
  background: #fff;
}

.menu_title02 {
  position: relative;
  margin: 1rem -10px;
  padding: 1rem 2rem;
  background: #fff25a;
}

.menu_title02:before,
.menu_title02:after {
  position: absolute;
  content: '';
}

.menu_title02:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #ccc100;
  border-left: 10px solid transparent;
}

.menu_title02:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #ccc100;
  border-right: 10px solid transparent;
}

.menu_title03 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px !important;
}

.menu_title03 span {
	position: relative;
	z-index: 2;
}

.menu_title03::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgb(55,192,197,0.2);
	font-size: 80px;
	font-style: italic;
}

.menu_title03::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(55,192,197,1);
}

.menu_title04 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: bold;
}

.menu_title04:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ffb971;
}

.menu_title04 span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}

.menu_block {
    position: relative;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.menu_block:before {
    position: absolute;
    bottom: 10px;
    width: 100%;
    border-bottom: 2px dotted #999;
    content: '';
    left: 0;
    z-index: 1;
}
.menu_block .menu_title {
    flex: 0 1 auto;
    font-size: 16px;
    line-height: 1.5;
    margin-top: -5px;
    z-index: 2;
    position: relative;
	margin: 0 -15px 0 0;
}
.menu_block .menu_title span {
    background: #fff;
    position: relative;
    padding-right: 15px;
}
.menu_block .menu_price {
    flex: 0 0 auto;
    line-height: 1;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    top: -4px;
    background: #fff;
    z-index: 2;
}

.btnInstagram a {
    display: inline-block;
    padding: 1em 2em;
    border-radius: 10em;
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
    /*color: #fff;*/
    text-decoration: none;
    line-height: 1;
}

@media (min-width: 834px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
	
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

}

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

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