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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
	font-family: "Noto Sans JP",sans-serif;
}

@media (min-width: 769px) {
	.pl-2-pc {
		padding-left: 2% !important;
	}
}

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


.navi-in > ul li {
	font-weight: normal;
}

.slide-container {
	box-shadow: 0px 3px 3px rgb(0 0 0 / 15%);	
	background: #fbf8f3;
}

.slide-area {
	box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);	
	background: #fff;
}

.tagline {
	text-align: left;
    display: flex;
    align-items: center;
	width: 73%;
}

@media screen and (max-width: 480px) {
	.tagline {
		width: 90%;
		margin-bottom: 20px;
	}
}

#header-container .navi {
	box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);	
	position: relative;
	z-index: 100;
}

.tagline-container {
	display: flex;
	justify-content: space-between;
}

.tagline-container .sns-container {
    margin: .6em 0em 0em 1em;
}

.tagline-container .sns-container a {
    margin-left: 5px;
}

.tagline-container .sns-container a img {
    transition: all 0.3s;
}

.tagline-container .sns-container a:hover img {
    opacity: 0.7;
    transform: scale(1.2);   
}

.logo-image {
	margin: 0;
}

.logo {
	text-align: left;
}

.logo-container {
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.logo-container .contact-container {
	display: flex;
}

.contact-container .tel-area,
.mobile-fixed-header .tel-area {
    text-align: center;
    color: #f78da7;
    margin-right: 20px;
}

.contact-area {
    text-align: center;
    display: flex;
    color: #fff;
    padding: 10px 10px;
    line-height: 1.3;
/*     box-shadow: 0px 3px 0px #e95295; */
	box-shadow: 0px 3px 0px #055f18;
    border-radius: 5px;
/*     background: red;
    background: -moz-linear-gradient(top,red 0%,#f66 100%);
    background: -webkit-linear-gradient(top,red 0%,#f66 100%);
    background: linear-gradient(to bottom,red 0%,#f66 100%); */
/* 	background: linear-gradient(#e95295, #f78da7); */
	background: linear-gradient(#02c953, #08a82a);
    transition: all 0.3s;
}

.contact-area:hover {
    border-bottom: 0;
    box-shadow: none;
    transform: translateY(3px);
    opacity: 0.7;
}

.contact-area i {
    color: #fff;
    font-size: 40px;
	width: 40px;
    display: flex;
    align-items: center;
    margin-right: 7px;
}

.contact-area .title {
    font-size: 1.05em;
}

.contact-area small {
    font-size: 0.65em;
}

#sidebar .contact-area {
    display: block;
}

#sidebar .contact-area i {
    display: inline-block;
    font-size: 1.1em;
}

#sidebar .contact-area .title, #sidebar-menu-content .contact-area .title {
    font-size: 1.3em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#sidebar .contact-area small {
    font-size: 0.9em;
}

.tel-area .phone-num {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.side-banar {
    margin: 30px auto 10px;
    font-family: 'YuMincho','Yu Mincho',serif;
/*     background: #06307b url(/wp-content/uploads/2021/02/side_bana1.png) no-repeat left top; */
	background: #fffefa;
/*     border: 2px solid #a18c39; */
	border: 2px solid #ffc235;
		border-radius: 10px;
/*     color: #fff; */
	color: #824301;
}

.side-banar .title {
    padding-top: 13px;  
    line-height: 150%;
    font-size: 1.6rem;
    text-align: center;
	color: #fe5a26;
/* 	-webkit-text-stroke: 1px #FFF; */
/*   text-stroke: 1px #FFF; */
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px,
		    #fed9ab 3px 0px,  #fed9ab -3px 0px,
    #fed9ab 0px -3px, #fed9ab 0px 3px,
    #fed9ab 3px 3px , #fed9ab -3px 3px,
    #fed9ab 3px -3px, #fed9ab -3px -3px,
    #fed9ab 1px 3px,  #fed9ab -1px 3px,
    #fed9ab 1px -3px, #fed9ab -1px -3px,
    #fed9ab 3px 1px,  #fed9ab -3px 1px,
    #fed9ab 3px -1px, #fed9ab -3px -1px,
	2px 2px 5px rgba(0,0,0,0.3);
/* 	#ff835b 0px 0 7px; */

}

.side-banar .time-sell {
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
}

.side-banar .ordinal-price {
    margin: 0 11px 20px;
    position: relative;
}

.side-banar .ordinal-price div {
    background: #fff;
    color: #333;
    text-align: center;
}

.side-banar .ordinal-price span {
    font-size: 1.5em;
}

.side-banar .ordinal-price:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -23px;
    border: 11px solid transparent;
/*     border-top: 13px solid #fff; */
	border-top: 13px solid #fd5a26;
}

.side-banar .special-price {
    text-align: center;
/*     background: #927a1d url(/wp-content/uploads/2021/02/side_bana2.png) no-repeat left top; */
	background: #fdeb57;
    font-size: 1.4em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.side-banar .special-price div {
    margin-top: -8px;
}

.side-banar .special-price b {
    font-size: 2em;
    line-height: 1.4;
}

.home header .sns-share,.home footer .sns-share,.home footer .sns-follow,.home header .post-date,.home .post-update,.home .author-info{
    display: none;
}

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

.navi-in > ul li {
	width: auto;
    height: auto;
    line-height: 1.0;
    border-left: 1px solid rgba(255,255,255,0.4);
}

.navi-in > ul li:last-of-type {
    border-right: 1px solid rgba(255,255,255,0.4);   
}

.navi-in > ul li a {
/*     padding: 20px 20px; */
	    padding: 20px 16px;
	/*padding-left: 20px;*/
	/*padding-right: 20px;*/
}

.header-container-in.hlt-top-menu {
    display: block;
}

.header-container-in.hlt-top-menu.wrap {
    width: auto;
    background: #fff;
}

.header-container-in.hlt-top-menu .tagline-container {
    display: none;
}

.header-container-in.hlt-top-menu .logo-container {
    min-width: 77%;
    margin: 0 auto 5px;
}

.header-container-in.hlt-top-menu .navi-in > ul li {
    /*height: 40px;*/
    /*line-height: 40px;*/
    height: auto;
    line-height: 1.0;
}

.header-container-in.hlt-top-menu .navi-in > ul li a {
    padding-top: 10px;
    padding-bottom: 10px;   
}

.address-area {
    font-size: 0.85em;
    line-height: 1.4;
    margin-top: 10px;
}

.address-area p:first-of-type {
    padding-bottom: 7px;
}

.address-area p b {
    font-size: 1.5em;
}

.footer-bottom {
    margin-top: 0;
}

.widget-page-content-bottom .side-banar .title,
.widget-below-sns-buttons .side-banar .title {
	font-size: 2.5em;
}

.widget-page-content-bottom .side-banar .time-sell,
.widget-below-sns-buttons .side-banar .time-sell {
	font-size: 1.5em;
}

.widget-page-content-bottom .side-banar .special-price,
.widget-below-sns-buttons .side-banar .special-price {
	font-size: 2.4em;
}

/* .widget-page-content-bottom .side-banar .special-price > div, */
/* .widget-below-sns-buttons .side-banar .special-price > div  */
.side-banar .special-price > div {
	display: inline-block;
}

.side-banar .caption {
	padding: 30px 60px;
	text-align: center;
}

div.trial-campaign .call-area,
div.trial-campaign .call-area {
	margin: 30px auto;
/* 	border: 10px solid #977248; */
	border: 6px double #89c997;
	border-radius: 6px;
	padding: 20px;
/* 	background: url(/wp-content/uploads/2021/03/2020-08-31-18-16-16-scaled-e1599796213510.jpg) no-repeat; */
	background-size: 23%;
	background-position: right 0% top 17%;
}

div.trial-campaign .circle-mark {
/* 	background: #e10000; */
/* 	background: #e95295; */
	border-radius: 50%;
/* 	color: #fff; */
	color: #e95295;
   border: 3px double #e95295;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 130%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	 flex-shrink: 0;
}

div.trial-campaign .call-area .call-title {
	font-size: 1.5em;
	font-weight: bold;
/* 	border-bottom: 3px dotted #80c269; */
	border-bottom: 1px solid #80c269;
}

div.trial-campaign .call-area .call-text-box {
	display: flex;
	align-items: center;
}

div.trial-campaign .call-area .call-text-box > div:nth-of-type(2) {
/* 	padding: 0 80px 15px 15px; */
	padding: 0 15px 15px 15px;
}

div.trial-campaign .pink-marker {
	color: red;
	background: linear-gradient(transparent 60%, #ff0 0%);
	font-weight: bold;
}

div.trial-campaign .call-area .phone-num {
    line-height: 120%;
/*     font-size: 5.3vw; */
	font-size: 5vw;
    font-weight: bold;
    text-shadow: 0 -2px 2px #fff, -2px 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 3px 3px 0px rgb(0 0 0 / 15%);
/*     color: #f00; */
	color: #e95295;
    padding: 0 0 0 0px;
}

.page div.trial-campaign .call-area .phone-num {
/* 	font-size: 5.7vw; */
	font-size: 5.5vw;
}

div.trial-campaign .call-area .phone-num i {
	font-size: 1em;
}

div.trial-campaign .call-area .business-hour {
	text-align: center;
/* 	border-top: 1px solid #eee; */
	border-top: 1px solid #e95295;
	padding-top: 10px;
/* 	border-bottom: 1px solid #ccc; */
	font-weight: bold;
	margin-bottom: 20px;
}

div.trial-campaign .contact-area {
	flex-direction: column;
}

div.trial-campaign .contact-area .title {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0 auto;
}

div.trial-campaign .contact-area small {
	font-size: 1em;
}

.text-decoration-none {
	text-decoration: none;
}

.open-time-table table {
	width: 100% !important;
}

.wp-block-cocoon-blocks-column-right.column-right {
	padding-left: 13px;
}

article.article h2 {
	background: #89c997;
	color: #fff;
}

.mobile-fixed-header {
	display: none;
}

/* tr[data-plugin="whats-new-genarator/whats-new-generator.php"] { */
/* tr.plugin-update-tr { */
/* 	display: none !important; */
/* } */
tr#whats-new-genarator-update {
    display: none;
}

/***** 編集画面の再利用ブロックへ外枠を付ける *****/
.components-disabled .block-editor-writing-flow {
    border: 10px solid #222;
}

/***** 編集画面の再利用ブロックへ外枠を付け、クリックを禁止する *****/
.block-library-block__reusable-block-container {
	border: 5px solid #777;
    pointer-events: none;
}

.block-library-block__reusable-block-container:before {
    content: '※※　再利用ブロックにつき、ここでは編集できません　※※';
    color: #777;
    font-size: 0.8em;
}

.symptom-box-area .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
/* 	justify-content: space-between; */
}

.symptom-box-area .symptom-box {
	width: 30%;
	margin: 0;
	margin-bottom: 1.8em !important;
	padding: 1.2em 1em;
/* 	margin-left: 5%; */
}

.symptom-box-area div.symptom-box:nth-of-type(3n+1) {
	margin-left: 0;
}

.symptom-box-area div.symptom-box:nth-last-of-type(-n+3) {
/* 	margin-bottom: 0; */
}

.symptom-box {
	  border: 1px solid #3333 !important;
    padding: 0;
}

.symptom-box figure {
	margin-bottom: 0px !important;
}

.symptom-box .blank-box {
	padding-bottom: 8px;
}

.symptom-box p {
	line-height: 1.3;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.symptom-box a {
	text-decoration: none;
}

.symptom-box figure, 
.symptom-box figure:hover img{
	transition: 0.3s;
}

.symptom-box figure {
	position: relative;
}

.symptom-box figure img {
	object-fit: cover;
	width: 190px;
   height: 173px;
}

.symptom-box figure:after {
	content: '';
	position: absolute;
	color: #fff;
	top: 50%;
	left: -20px;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	transition: 0.4s;
	opacity: 0;
}

.symptom-box figure:hover img {
	filter: brightness(0.3);
}

.symptom-box figure:hover:after {
	content: '→詳しく見る';
	left: 0px;
	opacity: 1;
	pointer-events: none;
}

footer #mobile-footer {
	display: none;
}

.selected-reason h2 {
	margin-bottom: 0;
}

.selected-reason h2 .tadv-color {
/* 	color: #89c997 !important; */
	padding-left: 24px;
	padding-right: 24px;
}

.selected-reason h2 strong {
	margin-left: 10px;
}

.selected-reason .wp-block-columns {
/* 	background: #f3fff5; */
		background: #f78da71f;
	padding-right: 10px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.mobile-header-menu-buttons {
		top: 60px;
		width: 100vw;
	}
	
	.mobile-fixed-header {
		display: block;
        position: fixed;
        top: 0;
        display: flex;
        height: 60px;
        background: #fff;
		width: 100vw;
	}

    .mobile-fixed-header .logo-area {
/*         width: 40%; */
    }

    .mobile-fixed-header .tel-area {
        width: 60%;
        padding: 2px 5px 3px;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .mobile-fixed-header .tel-area {
        margin-right: 0;
        /*background: #f78da7;*/
    }

    .mobile-fixed-header .logo-area a,
    .mobile-fixed-header .tel-area a {
/*         width: 100%; */
		width: 60%;
    margin: 0 auto;
        
        text-decoration: none;
    }
	
	.mobile-fixed-header .logo-area a {
		width: 85%;
	}

    .mobile-fixed-header .logo-area a {
        display: flex;
        align-items: center;
        text-align: center;
        height: 60px;
    }

    .mobile-fixed-header .tel-area a,
	#mobile-footer .tel-area a {
        color: #fff !important;
        background: linear-gradient(#e95295, #f78da7);
        display: block;
        
        border-radius: 10px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
			font-size: 3.5vw !important;
    }
	
	#mobile-footer .tel-area {
		width: 45%;
/*     margin: 0 auto; */
    text-align: center;
	}
	
	#mobile-footer .tel-area .phone-num {
/* 		font-size: 4.5vw; */
		font-size: 4.1vw;
	}
	
	#mobile-footer .line-area {
		width: 45%;
	}
	
	#mobile-footer .line-area a {
		border-radius: 10px;
    	box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
		background: linear-gradient(#02c953, #08a82a);
		padding: 10px 5px;
		display: flex;
		align-items: center;
		height: 100%;
	}
	
	.mblt-header-mobile-buttons {
		  margin-top: 119px;
	}
	
/* 	.sns-container .line-link {
		opacity: 0;
	} */
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.mobile-menu-buttons .menu-button {
		width: 20%;
	}
	
  .mobile-menu-buttons .menu-button:nth-of-type(2) {
/*     background: #fff; */
  }

  .logo-container .contact-container {
    flex-direction: column;
    margin-top: -11px;
    margin-bottom: 10px;
  }

  .logo-container {
    justify-content: center;
  }

  .contact-container .tel-area {
    margin-right: 0;
    margin-bottom: 4px;
	  display: none;
  }

  .tagline-container .sns-container {
    margin-left: 0;
    margin-top: 3px;
  }

  .address-area {
    text-align: center;
  }

  #sidebar-menu-content .contact-area i {
    display: inline-block;
  }

  #sidebar-menu-content .contact-area {
    flex-direction: column;
  }

  #sidebar-menu-content .contact-area small {
    font-size: 1em;
  }
	
	div.trial-campaign .call-area .call-text-box {
		flex-direction: column;
		margin-bottom: 13px;
	}
	
	div.trial-campaign .call-area .call-text-box > div:nth-of-type(2) {
		padding: 0;
	}
	
	div.trial-campaign .call-area, div.trial-campaign .call-area {
		background: none;
	}
	
	div.trial-campaign .call-area .phone-num {
		font-size: 8.2vw;
		font-size: 7.7vw;
		margin: 13px auto;
	}
	
	div.trial-campaign .contact-area .title i {
		display: none;
	}
	
	.widget-page-content-bottom .side-banar .title,
	.widget-below-sns-buttons .side-banar .title {
		font-size: 8vw;
	}
	
	.widget-page-content-bottom .side-banar .special-price, 
	.widget-below-sns-buttons .side-banar .special-price {
		font-size: 1.8em;
	}
	
	div.trial-campaign .call-area .call-title {
		font-size: 1.28em;
	}
	
	div.trial-campaign .contact-area small {
		font-size: 0.8em;
	}
	
	div.trial-campaign .circle-mark {
		margin-bottom: 15px;
	}
	
	.wp-block-cocoon-blocks-column-right.column-right {
		padding-left: 0px;
	}
	
	div.trial-campaign .caption {
	   padding: 20px 9px;
	}
	
	.navi-menu-content {
	  left: auto;
	  right: 0;
	  transform: translateX(105%);
	}

	.tel-area .phone-num {
		font-size: 5.5vw;
	}
	
	footer #mobile-footer {
		display: flex;
		justify-content: space-around;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #fff;
		border-top: 2px solid #89c897;
		padding: 5px 0;
		width: 100vw;
	}
	
	.symptom-box figure img {
/* 		width: 100%; */
/* 		height: auto; */
		width: 160px;
    height: 105px;
	}
	
	.symptom-box-area .symptom-box {
		width: 48%;
	}
	
	.symptom-box-area .symptom-box p a{
		font-size: 4.5vw;
	}
}

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

@media (max-width: 599px) {
	.wp-block-column.symptom-box {
		flex-basis: 45% !important;
		margin: 5px !important;
		box-sizing: border-box;
	}
}

.slide-container img {
	vertical-align: middle;
	object-fit: cover;
}

@media (max-width: 768px) {
	.button-three-column {
		display: flex;
		justify-content: space-between;
	}
	
	.button-three-column > div {
		width: 32% !important;
		flex-basis: 32%!important;
		flex-grow: initial;
	}
	
	.button-three-column > div a {
				padding: 11px;
	}
	
	.symptom-box-area .wp-block-group__inner-container {
		justify-content: space-between;
	}
	
	.symptom-box-area .symptom-box {
		margin-left: 0;
	}
	
	span.custom-menu-icon.menu-icon > span {
		display: block;
	}
	
	span.custom-menu-icon.menu-icon > span,
	span.custom-menu-icon.menu-icon > span:before,
	.sidebar-menu-icon.menu-icon > span,
	.sidebar-menu-icon.menu-icon > span:before {
		width: 21.38px;
		height: 19px;
	}
	
	.mobile-menu-buttons .menu-icon {
		    display: flex;
    justify-content: center;
    align-items: center;
	}
	
	.navi-menu-button.menu-button,
	.mobile-menu-buttons .menu-button:last-child {
		    display: flex;
    align-items: center;
    justify-content: center;
	}
}

@media (min-width: 769px) {
	.pc-none {
		display: none;
	}
	
	.slide-container {
		height: 465px;
	}
	
	.slide-container img {
/* 		width: 965px; */
		width: auto;
		height: 465px;
		object-fit: contain !important;
	}
}

.contact-container .phone-num i {
	display: inline-block;
/* 		display: inline; */
}

.contact-container .phone-num i,
.contact-container .phone-num i:before {
/* 	width: 1.25em; */
		width: 32px;
	height: 32px;
}

picture.main-picture {
	display: block;
}

@media (max-width: 768px) {
	.logo-area {
		margin: 0 auto;
	}
	
	.contact-area .title {
		font-size: 1.2em;
	}
	
	.contact-area small {
		font-size: 0.8em;
	}
	
	.sns-container img {
		width: 45px;
	}
}

aside.widget_custom_html h4 {
	font-size: 1.2em;
   line-height: 1.5;
   color: #89c997;
   font-weight: 600;
   margin: 1.6em 0 0.5em;
	border-bottom: 2px dotted #89c997;
}

aside.widget_custom_html h4 + ul li a {
	text-decoration: none;
    padding: 10px 0 10px 21px;
    display: block;	
	color: #666;
	position: relative;
}

aside.widget_custom_html h4 + ul {
	padding-left: 0;
	list-style: none;
}

aside.widget_custom_html h4 + ul li a:hover {
	color: #89c997;
}

aside.widget_custom_html h4 + ul li a:before {
	font-family: "Font Awesome 5 Free";
   font-weight: 900;
	content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 10px;
    color: #89c997;
}

aside.widget_custom_html h4 + ul li {
  border-bottom: 2px dotted #ccc;
}

.required {color: #ff0000;}

/*  テーマ色をピンクに変更*/
#header-container .navi, .sidebar h3, article.article h2, #footer,
.mobile-menu-buttons {
	background: #f78da7;
}

.sidebar .widget_recent_entries ul li a:before, .sidebar .widget_categories ul li a:before, .sidebar .widget_archive ul li a:before, .sidebar .widget_pages ul li a:before, .sidebar .widget_meta ul li a:before, .sidebar .widget_rss ul li a:before, .sidebar .widget_nav_menu ul li a:before,
aside.widget_custom_html h4 + ul li a:before,
aside.widget_custom_html h4,
.selected-reason h2 .tadv-color,
.article h2, .article h3, .article h4, .article h5, .article h6 {
	color: #f78da7;
}

aside.widget_custom_html h4,
aside.widget_custom_html h4 + ul li,
.article h2,
.article h3 {
	border-color: #f78da7;
}

@media (max-width: 781px) {
	#content .wp-block-columns.button-three-column:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 32%!important;
	}
	
/* 	safariでlazy-loadの要素が高さ持たなくなってたので、高さ指定 */
	.selected-reason img {
		height: 50vw !important;
    	object-fit: cover !important;
	}
}

.block-center {
	margin: 0 auto;
	display: block !important;
/* 	    left: 50% !important; */
/*     transform: translateX(-50%); */
}

.d-none {
	display: none;
}

@media (max-width: 768px) {
	.post-type-archive-staff2 .entry-card-snippet {
		display: block !important;
	}
}

figure.aligncenter {
	display: block !important;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.flex-column-sp {
		flex-direction: column;
		padding: 15px !important;
	}
}

@media (min-width: 769px) {
	.ml-0-pc {
		margin-left: 0 !important;
	}
	
	.ml-5-pc {
		margin-left: 5% !important;
	}
}

article.article.staff2 .entry-categories-tags {
	display: none;
}

.single-staff2 .has-post-thumbnail img.wp-post-image {
    display: none !important;
}

/* 協賛 */
.sponcer-list {
	display: flex;
	flex-wrap: wrap;
/* 	width: 80%; */
	width: 100%;
	margin: 30px auto;
}

.sponcer-box  {
	text-align: left;
	transition: 0.2s;
	border: 1px solid #eee;
	width: 47%;
	text-decoration: none;
	display: flex;
	align-items: flex-start;
	padding: 10px;
	box-sizing: border-box;
	color: #707070;
	margin: 10px 10px;
}

.sponcer-box:hover {
	opacity: 0.8;
}

.sponcer-img {
	margin-right: 5px;
}

.sponcer-detail {
	font-size: 12px;
}

.height-opt {
	height: 1000px;
}

@media (max-width: 768px) {
	.sponcer-box {
		width: 100%;
	}
	
	.height-opt {
		height: 1320px;
	}
}

@media screen and (max-width: 834px) {
	.tagline-container .sns-container {
		display: flex;
    	justify-content: center;
    	width: 100%;
		margin-bottom: 10px;
	}
}