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

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

/* color */
--color-main:#FFFDFA;
--color-soft:#EBE2DA;
--color-accent:#F07538;
--color-green:#358A34;
--color-text:#222;

/* width */
--mv-siteview:1200px;
--siteview:1100px;
--text-siteview:900px;

/* space (figma → rem) */
--space-xl:10rem;   /* 160px */
--space-lg:5rem;    /* 80px */
--space-md:2.5rem;  /* 40px */

/* font */
--hero:3rem;        /* 48px */
--title:2.5rem;     /* 40px */
--subtitle:1.875rem;/* 30px */
--text:1.25rem;     /* 20px */
--text-small:1rem;  /* 16px */
}

main {
	padding:0!important;
}

.entry-content>* {
margin-bottom:0!important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.spbr {
display:none;
}

.pcbr {
display:block;
}

.section--pd {
padding:var(--space-lg) 0;
}

.section--pd__large {
padding:var(--space-xl) 0;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mv__siteview-wrapper {
	background-image: url("/wp-content/uploads/2026/03/smilecook-mv-bg.png");
}

.mv-siteview {
	position: relative;
	overflow: hidden;
	max-width:var(--mv-siteview);
	margin:auto;
	padding-top:var(--space-lg);
	padding-left:var(--space-md);
	padding-bottom:0;
	padding-right:var(--space-md);
}

.message__siteview-wrapper {
	background-image: url("/wp-content/uploads/2026/03/message-bgTop.png");
}

.news__siteview-wrapper {
	background-image: url("/wp-content/uploads/2026/03/smilecook-bg-BG.png");
}

.contact__siteview-wrapper {
	background-image: url("/wp-content/uploads/2026/03/smilecook-contact-bg.png");
}

.footer__siteview-wrapper {
	background-color: var(--color-green);
}

.bg-note {
	background-image: url("/wp-content/uploads/2026/03/bg-note.png");
}

.bg-kinari {
	background-image: url("/wp-content/uploads/2026/03/smilecook-contact-bg.png");
}

.siteview{
	max-width:var(--siteview);
	margin:auto;
	padding:0 var(--space-lg);
}

.text-siteview{
	max-width:var(--text-siteview);
	margin:auto;
}

.vertical-text {
  writing-mode: vertical-rl;
}

.article .hero__title {
	display: flex;
	flex-direction:column;
	font-size: var(--hero);
	font-weight:500;
	line-height: 1.2;
	color: #F07538;
	background: #FFF;
	gap: 0.5rem;
	box-shadow: 8px 8px 0 rgba(53,138,52,0.4);
	padding:0.5rem;
}

.hero__title-line--offset {
  margin-top: 2em;
}

.section__title {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  z-index: 1;
}

.section__title::before{
  content:"";
  position:absolute;
  inset:0;
  background:#fff;
  z-index:-1;
  border-radius: 40% 60% 50% 50% / 40% 50% 60% 50%;
}

h3.section__title{
  font-size: var(--title);
  font-weight: 400;
}

.title{
	font-size:var(--title);
}

.title--vertical {
	font-size:var(--title);
	writing-mode:vertical-rl;
}

.sub-title {
	font-size:var(--subtitle);
}

.text {
	font-size:var(--text);
	line-height:1.8;
}

.text-small {
	font-size:var(--text-small);
}

h3 {
	font-size:var(--subtitle);
	background:var(--color-soft);
	padding:0.5em 1em;
	border-left:6px solid var(--color-accent);
}

.column--three {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:var(--space-md);
}

.column--three--inner{
  padding:1rem;
  background-image: url("/wp-content/uploads/2026/03/bg-note.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.column--three--inner p{
  margin:0;
}

@media(max-width:768px){
.spbr{
	display:block;
}

.pcbr{
	display:none;
}
	
.column--3{
	grid-template-columns:1fr;
}
}



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

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

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