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

/************************************
** 子テーマ用のスタイルを書く
************************************/
#navi .navi-in a:hover {
  background-color: transparent !important;
}

.menu-close-button {
text-align: right;
position: relative;
right: 5%;
} 

.video-container {
max-width: 1300px;
margin: 0 auto;
}

h1.entry-title{
display:none;
}

.page .date-tags {
display: none;
}

.article-footer{
display: none;
}

.main {
width: 100%;
padding: 0;
}

.entry-content {
margin: 0;
}

.ggmap {
text-align: center;
}

.u-fade-type-up{
    transform: scale(0.6);
    opacity: 0;
}

.u-fade-type-up.is-active{
    transition: .6s;
    transform: scale(1);
    opacity: 1;
}

.title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #1D6CAB;
  margin-bottom: 1em;
}

.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 4px, #fff 4px, #fff 8px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 4px, #fff 8px);
}

.info_block {
text-align: center;
width: 90%;
margin: 0 auto;
}

.info_txt {
font-size: 22px;
line-height: 250%;
font-weight: bold;
color: #666666;
}

.info_txt dl {
  display: flex;
  flex-wrap: wrap;
}

.info_txt dl dt {
  width: 40%;
  text-align: right;
  padding-right: 20px;
}
.info_txt dl dd {
  width: 50%;
  text-align: left;
}

.heading {
  margin: 50px 0 30px 0;
}

.image_pc {
  display: block !important;
}
.image_sp{
  display: none !important;
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.recruitment_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding-bottom: 5px;
  border-bottom: 4px solid;
  margin: 1em 0;
}

.recruitment_head {
  padding: 0.5em;
  color: #000000;
  background: #f0f0f0;
  border-left: solid 5px #96CC7A;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.pamphlet_items {
  display: flex;
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
  margin: 0 auto;
}

.pamphlet_item {
  width: 49%;
  margin: 0 auto;
}

.download_button a {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 2em auto;
  background-color: #FF7700;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 24px;
  padding: 20px 40px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.schedule {
  width: 80%;
  max-width: 1300px;
  border: 3px solid #fbd246;
  border-radius: 20px;
  padding: 30px;
  margin: 1em auto;
  background: #FEFCF5;
}

.schedule_body {
  text-align: center;
}

.schedule_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.schedule_text {
  text-align: left;
  display: inline-block;
}

.information_accent {
  color: #FF0000;
  font-size: 22px;
  font-weight: bold;
}

/************************************
****　FAQデザイン
************************************/
.qa-008 {
    width: 90%;
    margin: 20px auto;
    padding: 20px;
    border: 3px solid #fbd246;
    border-radius: 20px;
    background: #FEFCF5;
}

.qa-008 dt {
    margin-bottom: 0.5em;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
}

.qa-008 dt::before,
.qa-008 dd::before {
    margin-right: .4em;
}

.qa-008 dt::before {
    color: #75bbff;
    content: "Q.";
    font-size: 30px;
}

.qa-008 dd {
    margin: 0 0 1.25em;
    padding: 0 0 1.25em;
    color: #333333;
    border-bottom: 1px dashed #333333;
}

.qa-008 dd::before {
    color: #ff8d8d;
    content: "A.";
    font-size: 30px;
    font-weight: 600;
}

/************************************
****　メニュー表デザイン
************************************/
.menu {
width: 100%;
margin: 0 auto;
max-width:1300px;
}

figcaption {
text-align: center;
font-size: 14px;
}

.attention {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #FF7700;
  background: #FFF;
  border: solid 3px #FF7700;
  border-radius: 10px;
}

.attention .attention_text {
  text-align: center;
}

.ty {
  width: 100%;
  max-width: 1300px;
  padding: 30px;
  margin: 1em auto;
  color: #000000;
  border-radius: 20px;
}

.ty p {
  margin-bottom: 0px;
}

.food_body {
padding: 1em 0 0 0;
}

.food_title {
font-size: 28px;
font-weight: bold;
color: #E50000;
text-align: center;
margin-bottom: 1em;
}

.food_title:after {
content: "";
display: block;
height: 4px;
background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

.shonan_body p {
text-align: left;
}


.shonan_body {
padding: 1em 0 0 0;
}

.shonan_title {
font-size: 28px;
font-weight: bold;
color: #00A29A;
text-align: center;
margin-bottom: 1em;
}

.shonan_title:after {
content: "";
display: block;
height: 4px;
background: -webkit-linear-gradient(to right, rgb(0, 162, 154), #2FBCA9);
background: linear-gradient(to right, rgb(0, 162, 154), #2FBCA9);
}

.shonan_text {
font-size: 24px;
color: #757575;
text-align: center;
font-weight: bold;
}

.shonan_body p {
text-align: center;
}

.drink_body {
padding: 1em 0 0 0;
}

.drink_title {
font-size: 28px;
font-weight: bold;
color: #fabe00;
text-align: center;
margin-bottom: 1em;
}

.drink_title:after {
content: "";
display: block;
height: 4px;
background: -webkit-linear-gradient(to right, rgb(255, 225, 0), #fcca00);
background: linear-gradient(to right, rgb(255, 225, 0), #fcca00);
}

.food_list {
font-size: 22px;
font-weight: bold;
color: #E50000;
text-align: center;
margin-bottom: 1em;
}

.drink_body p {
text-align: left;
}

.workshop_body {
padding: 3em 0 0 0;
}

.workshop_title {
font-size: 28px;
font-weight: bold;
color: #009DBF;
text-align: center;
margin-bottom: 1em;
}

.workshop_title .c_name {
font-size: 18px;
}

.workshop_body p {
font-weight: bold;
text-align: center;
font-size: 18px;
color: #757575;
}

.workshop_way_title {
font-size: 26px;
font-weight: bold;
text-align: center;
color: red;
}

.workshop_c_name {
font-weight: bold;
color: #009DBF;
text-align: center;
font-size: 28px;
margin-bottom: 1em;
}

.workshop_c_name:after {
content: "";
display: block;
height: 4px;
background: -webkit-linear-gradient(to right, rgb(0, 204, 204), #009DBF);
background: linear-gradient(to right, rgb(0, 204, 204), #009DBF);
}

.workshop_c_text {
font-weight: bold;
font-size: 18px;
color: #757575;
width: 100%;
margin: 0 auto 1.8em;
}

.workshop_company {
display: flex;
width: 100%;
justify-content: space-between;
}

.workshop_c_body {
width: 70%;
padding: 0 15px;
}

.workshop_c_image {
width: 30%;
padding: 0 15px;
}

.workshop_attraction {
display: flex;
width: 100%;
justify-content: space-between;
}

.workshop_a_body {
width: 70%;
padding: 0 15px;
}

.workshop_a_image {
width: 30%;
padding: 0 15px;
}

.workshop_a_title {
font-size: 28px;
font-weight: bold;
color: #009DBF;
text-align: center;
margin-bottom: 1em;
}

.workshop_a_text {
font-weight: bold;
font-size: 18px;
color: #757575;
width: 100%;
margin: 0 auto 1.8em;
text-align:center;
}

.stage_body {
padding: 1em 0 0 0;
}

.stage_title {
font-size: 28px;
font-weight: bold;
color: #140099;
text-align: center;
margin-bottom: 1em;
}

.stage_title:after {
content: "";
display: block;
height: 4px;
background: -webkit-linear-gradient(to right, rgb(23, 194, 216), #140099);
background: linear-gradient(to right, rgb(23, 194, 216), #140099);
}

.stage_body p {
text-align: left;
}

.item {
padding: 0;
justify-content: space-between;
display: flex;
margin-bottom: 2em;
}

.item_image {
width: 30%;
}

.item_two {
padding: 0;
justify-content: space-around;
display: flex;
margin-bottom: 2em;
}

.food_drink_items {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}

.food_drink_item {
width: 45%;
margin-top: 1em;
}

.shonanbooth {
width: 90%;
margin: 2em auto 1em;
}

@media screen and (max-width: 767px) {
	.item {
		flex-direction: column;
	}
	.item_two {
		flex-direction: column;
	}
	.item_image {
		width: 100%;
	}
	.menu {
		width: 90%;
	}
	.workshop_company {
        flex-direction: column;
    }
    .workshop_c_body {
        width: 100%;
		padding: 0;
    }
    .workshop_c_image {
        width: 100%;
		padding: 0;
    }
    .workshop_attraction {
        flex-direction: column;
    }
    .workshop_a_body {
        width: 100%;
		padding: 0;
    }
    .workshop_a_image {
        width: 100%;
		padding: 0;
    }
    .workshop_a_title {
        margin-bottom: 0;
        margin-top: 1em;
    }
    .workshop_a_text {
        text-align: left;
    }
}

/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
/*ヘッダーの文字と背景の色を変える*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #fbd246;
	color: #000000;
	height: 60px;
	padding-top: 8px;
}

.logo-menu-button.menu-button{
	background-color: #fbd246;
	height: 60px;
}

.logo-menu-button img {
	position: relative;
	left: 35px;
}

/*スライドインメニューを右から*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: rgba(251,210,70,0.8);
	transform: translateX(101%);
}

.menu-drawer a{
	font-size: 1.1em;/*文字の大きさ*/
	color: #fff;/*文字の色*/
	height: 3em;/*行の高さ*/
	width: 100%;
}

.menu-drawer a:hover{
	color: rgba(255,255,255,0.8);
	background-color: rgba(251,210,70,0);
}

/*768px以下でロゴの大きさ変更*/
@media screen and (max-width: 768px){
img.site-logo-image{
	width: 140px;
	margin: 2px auto 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

/*834px以下*/
@media screen and (max-width: 834px){

}

/*480px以下*/
@media screen and (max-width: 480px){
	.info_txt {
		font-size: 12px;
		line-height: 200%;
		width: 95%;
	}
	.ggmap iframe {
		height: 200px;
		width: 90%;
	}
	.heading {
		margin: 0 0 10px;
	    height: 35px;
	}
	.heading img {
		width: auto;
		height: 100%;
	}
	.image_pc {
		display: none !important;
	}
	.image_sp {
		display: block !important;
	}
	.pamphlet_items {
		flex-direction: column;
	}
	.pamphlet_item {
		width: 95%;
		margin-bottom: 1em;
	}
	.download_button a {
		width: 70%;
		font-size: 20px;
		margin: 1em auto;
		padding: 10px 30px;
	}
	.schedule {
		padding: 20px;
		width: 90%;
	}
	.workshop_body2 p {
		font-weight: normal;
	}
	.workshop_c_text {
		font-weight: normal;
		width: 100%;
	}
	.shonan_text {
		font-size: 18px;
	}
	.ty {
		padding: 20px;
		width: 90%;
	}
}
