@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
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* ヘッダー調整 */
.header-container-in.hlt-top-menu {
  display: block;
	max-width: 1100px;
  padding: 0;
}

.header-container-in.hlt-top-menu .tagline {
  display: block;
  text-align: left;
  padding: 0 1em;
  margin: 0;
	color: #60c1bd;
	background: #c9f9f7;
}

.logo-header a {
  text-align: left;
  padding: 0;
}

.shop-info {
  /*display: flex;
  align-items: flex-end;
  justify-content: space-between;*/
  display: grid;
  grid-template-columns: 1fr 20% 1fr;
  align-items: end;
	margin-top: -50px;
}
.shop-info .address {
  margin: 2em 0 0 1em;
  font-size: 0.85rem;
  align-self:center;
}
.shop-info .time {
  font-size: 1rem;
  align-self:center;
}
.shop-info .time span{
	color: #f7b500;
}
.shop-info .btn_area{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 10px;
  justify-items: center;
  grid-template-areas:
  "item01 item01"
  "item02 item03";
  list-style: none;
  padding: 0.5em 1em;
  background: #fff0c9;
  border-radius: 10px;
}
.item01{
  grid-area: item01;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.item02{
  grid-area: item02;
}
.item03{
  grid-area: item03;
}
.item02 a:hover,
.item03 a:hover{
  opacity: 0.8;
}

.hum-btn {
  position: fixed;
  top: 35px;
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #60c1bd;
  cursor:pointer;
  z-index: 100;
}
.hum-btn .hum-btn-text {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.three-line {
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 10px auto 0;
  position: relative;
  transition: 0.3s;
}
.three-line::before, .three-line::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
}
.three-line::before {
  bottom: 8px;
}
.three-line::after {
  top: 8px;
}

.open .three-line {
  background: transparent;
}
.open .three-line::before {
  bottom: 0px;
  transform: rotate(45deg);
}
.open .three-line::after {
  top: 0px;
  transform: rotate(135deg);
}

.hum-menu {
  position: fixed;
  top: 90px;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 50;
  display: none;
}
.hum-menu ul {
  list-style: none;
  margin: 15% 0 0;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  /*justify-content: center;*/
}
.hum-menu ul li {
  width: 50%;
  margin: 0 auto;
  padding: 0.5em;
  text-align: center;
  border-top: 1px solid #60c1bd;
}
.hum-menu ul li:last-child{
  border-bottom: 1px solid #60c1bd;
}
.hum-menu ul li a{
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
/*li.item03 a[href*="tel:"]{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }*/

/* ***************** 上書き *************** */
.main{
	padding: 0!important;
}

.elementor-18 .elementor-element.elementor-element-08ebc81{
	padding: 0;
}

footer{
	margin-top: 0!important;
}

/* ***************** 汎用 *************** */
.pc{display: block;}
.sp{display: none;}

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

/*960px以下(header)*/
@media screen and (max-width: 960px) {
  .header-container-in.hlt-top-menu .logo-header img{
    max-width: 80%;
  }
  
  .shop-info{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 2em;
    grid-template-areas:
    "address contact"
    "time contact";
    width: 100%;
    margin-top: -40px;
  }
  .address{
    grid-area: address;
    padding-left: 1em;
  }
  .btn_area{
    grid-area: contact;
    margin-right: 1em;
  }
  .time{
    grid-area: time;
    margin-top: 1em;
    padding-left: 1em;
    background: #fff0c9;
  }

  .shop-info .address{
    margin: 3em 0 0;
  }
  .shop-info .time{
    font-size: 0.85rem;
  }

  .pc{display: none;}
  .sp{display: block;}
}

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

/*640px以下(header)*/
@media screen and (max-width: 640px){
  .header-container{
    height: 125px;
  }
  .header-container-in.hlt-top-menu .logo-header img{
    max-width: auto;
  }

  .shop-info{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
    "address"
    "time";
    width: 100%;
    margin-top: 0;
  }
  .shop-info .btn_area{
    display: none;
  }
  .shop-info .address{
    margin: 0.5em 0 0;
  }
  .time{
    margin-top: 0.2em;
  }

  .hum-btn{
    top: 30px;
    right: 10px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  .header-container{
    height: 122px;
  }
  .hum-menu ul{
    align-items: start;
    height: 100vh;
    margin: 15% 2em 2em;
  }
  .hum-menu ul li{
    width: 100%;
    text-align: left;
  }
}

/* **************************************************
 	フォームメール
************************************************** */
.article p.cont_ttl{
	margin: 1.5em 0 0.5em!important;
}
.article p.cont_ttl span{
	color: red;
}
p.cont_btn{
	width: 30%;
	margin: 0 auto;
}
@media screen and (max-width: 640px){
	.article p.cont_ttl:first-child{
		margin-top: 0.5em;
	}
	p.cont_btn{
		width: 50%;
		margin: 0 auto;
	}
	.entry-content{
		margin-bottom: 0!important;
	}
}

/*# sourceMappingURL=style.css.map */