@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* main背景 */
.home .main,
.archive .main {
/*	background: #464546; */
}

/*
.site-name::after {
    content: 'Balloon Gift With';
    font-size: 1.2em;
	font-weight: bold;
    margin-left: 10px;
    color: #F5EC58;
} 
*/
.entry-title {
  display: none;
}
/* 書式など */
.center{
	text-align: center;
}

/* 見出し2のデザイン */
h2 {
  	position: relative;
	text-align: center;
}
h2.nagare:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #CBCBCB; /*下線の色*/
}
h2.top_midashi {
	padding: 1rem 2rem;
	background: #F8F397;
	color:#464646;
}

/* 目次 */
.toc-list{
  display:flex;	
}
/* 注文の流れ */
.orderbox{
	background-color: #fff;
  	border-radius: 10px;
  	position: relative;
	width: 400px;
  	color: #464546;
	margin: 100px auto 20px;
	padding: 20px;
}
.orderbox h3{
  	position: absolute;
    top: -16%;
    left: 50%;
    transform: translateX(-50%);
	background-image: url(./images/ye_circle.png);
	background-size:contain;
	background-repeat: no-repeat;
	width: 80px;
	height:80px;
	text-align: center;
	padding-top:12px;
	font-size: 24px;
	margin: 0;
	border: none;
}
.orderbox span{
  padding: 0 .5em;
  color: #464546;
  display: inline-block;
  border-radius: 5px;
}
.orderbox h4{
	text-align: center;
	padding-top: 50px;
	font-size: 22px;
}
.pink_ballon{
	background-image: url(./images/pi_bl.png);	
	background-repeat: no-repeat;
}
.green_ballon{
	background-image: url(./images/gr_bl.png);	
	background-repeat: no-repeat;
}
.purple_ballon{
	background-image: url(./images/pu_bl.png);	
	background-repeat: no-repeat;
}
.blue_ballon{
	background-image: url(./images/bu_bl.png);	
	background-repeat: no-repeat;
}
.bluegreen_ballon{
	background-image: url(./images/gb_bl.png);	
	background-repeat: no-repeat;
}
.red_ballon{
	background-image: url(./images/re_bl.png);	
	background-repeat: no-repeat;
}

.ballon_left{
	background-position: 20px 20px;
}
.ballon_right{
	background-position: 94% 20px;
}

.orderbox2{
	background-color: #fff;
  	border-radius: 10px;
  	position: relative;
	width: 400px;
  	color: #464546;
	margin: 100px auto 20px;
	padding: 20px;
}
.orderbox2 h3{
  	position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
	background-image: url(./images/ye_circle2.png);
	background-size:contain;
	background-repeat: no-repeat;
	width: 100px;
	height:100px;
	text-align: center;
	padding-top:14px;
	font-size: 30px;
	margin: 0;
	border: none;
}
.orderbox2 span{
  padding: 0 .5em;
  color: #464546;
  display: inline-block;
  border-radius: 5px;
}
.orderbox2 h4{
	text-align: center;
	padding-top: 50px;
	font-size: 22px;
}

/* Contactのデザイン */
h2.contact {
	font-size: 2em;
}
h2.contact::after {
	content: attr(data-title);
	display: block;
	color: #CBCBCB;
	font-size: 20px;
}

.info_block{
	max-width: 60%;
	margin: 0 auto 40px;
	padding: 0;
	text-align: center;
	
}
.tel_box {
	font-size: 36px;
	font-weight: bolder;
}
.mail_box {
	font-size: 28px;
	font-weight: bolder;
}
.tel_icon_box img{
	float: left;
	width: 50px;
	padding-right: 10px;
}
.mail_icon_box img{
	float: left;
	width: 80px;
	padding-right: 10px;
}
.tantou{
	font-size: 20px;
	padding-left: 30%;
}
.info_sentence{
	font-size: 20px;
	font-weight: normal;
	padding-top: 50px;
}
.line_qr {
	width: 150px;
}

/* 値段表 */
.ballon_pricelist {
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
}
.pl_bal{
	width:250px;
}
.pl_title{
	font-weight: bold;
}
/* オーダーメニューページ */
/*背景色*/
h2.order_menu_h2{
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #464546;
}

h2.order_menu_h2:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: '';
	border: 4px solid #CBCBCB;
}
/* 問い合わせ */
.contact_qr {
  display: grid;
  grid-template-columns:1fr 1fr;
}
.contact_sentence{
	text-align: center;
	padding-bottom: 50px;
}

.order_bun{
	line-height: 30px; /* 画像の高さに合わせる */
	text-align: center;
	padding-bottom: 20px;
}
.star_icon{
    vertical-align: middle; /* 垂直方向に中央揃え */
	height: 25px;
}
.ballon_decolist{
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
}
.deco_bal{
	width:250px;
}
.top_slider{ width: 600px;}

/* 問い合わせフォーム */
.inquiryform{
	max-width: 600px;
	margin: 0 auto;
    border: 2px solid #F5EC58;
    border-radius: 5px;
    position: relative;
    margin-top: 1em;
}
.inquiryform h3{
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: -0.6em;
	margin: 0;
	border: none;
}
.inquiryform span{
  padding: 0 .5em;
  background: #FFF;
  color: #464546;
}
.inquiryform .inner{
	padding: 2.5em .5em .5em;
	width: 90%;
	margin: 0 auto;
}
/* 問い合わせはこちらボタン */
.qbutton {
  display: flex;
  margin: auto;
  align-items: center;
  font-family: "Noto Sans Japanese";
  text-decoration: none;
  color: #333; 
  font-weight: 500;
  position: relative;
  width: fit-content;
  gap: 1em;
}

.qcircle_btn {
  position: relative;
  background: #F5EC58; 
  color: #fff; 
  padding: 0.7rem;
  border-radius: 100vh;
  width: 2.5rem; 
  height: 2.5rem; 
  text-align: center;
  transition: 0.3s;
}

.qcircle_btn:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #464546;
  border-right: 3px solid #464546;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% - 2px);
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.qbutton:hover .qcircle_btn {
  transform: scale(1.15); 
  background: #464546;
}

.qbutton:hover .qcircle_btn:after {
  border-top: 3px solid #F5EC58;
  border-right: 3px solid #F5EC58;
}
.q_contact{
	vertical-align:middle; 
    padding: 50px 0 0 0;
    text-align:　right;
}
.qbtn_txt{
	color: #464546;
}
/* 施工例 */
h3.sekourei {
    color: #464546;/*文字色*/
    font-size: 22px;/*文字サイズ*/
    padding: 15px 15px 20px;/*文字回りの余白（上 左右 下）*/
    display: block;
    background-image: linear-gradient(transparent 85%, #F5EC58 50%);/*下線含めた背景色*/
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.ballon_decolist{
	  display: grid;
	  grid-template-columns:1fr 1fr 1fr;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.ballon_pricelist {
	  display: grid;
	  grid-template-columns:1fr 1fr;
	}
	.ballon_decolist{
	  display: grid;
	  grid-template-columns:1fr 1fr;
	}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	main.main{
		padding: 32px 0;
		margin: 12px 0;
		border-width: 0;
	}
	.ballon_pricelist {
	  display: grid;
	  grid-template-columns:1fr;
	}
	.info_block{
		max-width: 350px;	
	}
	.mail_box {
		font-size: 18px;
	}
	.contact_qr {
		display: grid;
		grid-template-columns:1fr;
	}
	.ballon_decolist{
	  display: grid;
	  grid-template-columns:1fr;
	}
	.deco_bal, .pl_bal{
		width:100%;
	}
	.top_slider{ width: 100%;}
	.inquiryform{ max-width: 100%; }
	.contact_sentence{
		padding-bottom: 100px;
	}
	
}
