/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*-----全体的なおまじない-----*/
* {
	margin:0px;
	padding:0px;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
iframe{
	margin: 0px !important;
	padding: 0px !important;
}
.top_page ul{
	list-style: none;
	padding: 0;
	margin:0;
}
body {
	color: #4D4D4D;
}
.inline{
	display: inline;
}
a{
	text-decoration: none;
}

/*-----エフェクト-----*/
.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 1000ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}


/*-----テーマ関連のおまじない-----*/
.top_page{
	max-width: 100% !important;
	padding:0;
}
.home .content__main{	
	width: 100% !important;
	max-width: 1920px !important;
}
.home .content__main{
	margin: 0;
}
.top_page h1,
.top_page h2,
.top_page h3,
.top_page h4,
.top_page h5,
.top_page h6{
	margin: 0;
	padding: 0 !important;
}
.home #content{
	margin: 0;
}
/*-----共通-----*/
.width-is-80{
	width: calc(100% - 120px);
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.width-is-100{
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.width-is-p120{
	width: calc(100% - 120px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.all-bg-blue{
	background-color: rgba(40, 195, 195, 0.2);
}
.all-bg-green{
	background-color: rgba(40, 195, 195, 1.0);
}
.bg-white{
	background-color: #fff;
	position: relative;
}
.bg-gray{
	background-color: #F7F7F7;
	position: relative;
}

span.smaller{
	font-size: smaller;
}
span.larger{
	font-size: larger;
}

h3.title{
	position: relative;
	font-weight: bold;
	font-size: 3em;
	color: #4D4D4D;
	margin-bottom: 40px;
}
h3.title .icon{
	display: inline-block;
	width: 80px;/*画像の幅*/
  	height: 1em;/*画像の高さ*/
	background:url("../../uploads/2020/10/okmi-brown.png")no-repeat;	
	background-size:contain;
}
.site-footer{
	display: none;
}

#masthead{
	position: relative;
	z-index: 20;
 	background:#fff;
 	border-bottom: solid 8px #FFA9BC;
 	height:90px;
 	box-sizing: content-box;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);
}
#masthead .container{
   max-width: 100%;
   padding-right: 4rem;
   padding-left: 4rem;
}
.inner{
 	margin:0 auto;
 	width:100%;
}
#masthead >.flex{
  	align-items: center;
  	height:90px; 
}
.flex {
  	display: flex;
  	justify-content: space-between;
}
.flex li{
	z-index: 50;
  	list-style:none;
}
.global-nav{
	margin-left: 0 !important;
}
#masthead .flex.right{
	align-items: center;
}
#masthead li a{
  color:#4D4D4D;
  text-decoration:none;
}
#masthead .icon{
	display: inline-block;
	font-size: 50px;
	color: #4D4D4D;
	margin-left: 20px;
}
#masthead .mail{
	text-align: left;
	color: #4D4D4D;
}
#masthead .btn{
	padding:8px 20px;
	font-size: 1.2em;
	color: #fff;
	background-color: #FFA9BC;
	border-radius: 8px;
	margin-right: 20px;
}
#masthead .maru{
	position: absolute;
	bottom: -90px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 180px;
	height: 90px;
	background-color: #fff;
	border-radius: 50% / 0 0 100% 100%;
}
#masthead .waku{
	position: absolute;
	bottom: -98px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 196px;
	height: 98px;
	background-color: #FFA9BC;
	border-radius: 50% / 0 0 100% 100%;
}
#masthead .logo{
	position: absolute;
	bottom: -65px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 96px;
}

/* もっとみる */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 2em auto;
}
.cp_box label {
    background-color: #FFA9BC;
    border-radius: 8px;
    text-align: center;
    height: 80px;
    width: calc(100% - 400px);
    min-width: 330px;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
		margin: 0 auto;
    display: block;
	margin-bottom: 40px;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #FFA9BC;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}
/* もっとみる */


#top .pic{
	position: relative;	
}
#top .pic img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
#top .pic:after{
	position: absolute;
  	content:"";
  	top:0;
  	left:0;
  	width: 100%;
  	height:100%;
  	/* 塗りつぶす */
 	 background: radial-gradient(rgba(255, 255, 255, 0) 30%, #fff 90%); 
}
#top h2{
	color: #FFA9BC !important;
	position: absolute;
	right: 120px;
}
#top .text1{
	top: 120px;
	transform: rotate(-2deg);
	font-size: 3.2em;
	text-align: right;
}
#top .text2{
	top: 280px;
	transform: rotate(2deg);
	font-size: 1.8em;
	text-align: right;
	letter-spacing: -0.1em;
}
#top .text3{
   top: 60px;
   font-size: 2.4em;
   text-align: right;
}
#top .border{
	position: absolute;
	right: 110px;
	top: 130px;
	height: 140px;
	width: 4px;
	border-right: solid #FFA9BC 4px;
	transform: rotate(15deg);
}
#top-contents{
	padding-bottom: 30px;
}
#top-contents .f_outer{
	display:flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#top-contents .f_inner{
	width: 48%;
	padding-bottom: 10px;
}
#top-contents .f_inner .btn{
	position: relative;
	display: inline-block;
	width: 100%;
	border: #FFA9BC 8px solid;
	border-radius: 8px;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);
	height: 160px;
}
/*トリミングした画像を使ったほうがはやいかも*/
#top-contents .f_inner .firstTime{
	background-image: url(/wp-content/uploads/2020/10/S__107552825.jpg);
	background-size: cover;
}
#top-contents .f_inner .modelRecruitment{
	background-image: url(/wp-content/uploads/2020/10/S__107552875.jpg);
	background-size: cover;
}
#top-contents .f_inner .fix{
	position: absolute;
	right: 0;
	bottom: 30px;
}
/*見出しのリボン*/
#top-contents .f_inner .ribbon{
	display: inline-block;
  	position: relative;
  	height: 50px;/*リボンの高さ*/
  	line-height: 50px;/*リボンの高さ*/
  	text-align: center;
  	padding: 0 15px 0 10px;/*横の大きさ*/
  	font-size: 2em;
	font-weight: bold;
  	background: #FFA9BC;/*塗りつぶし色*/
  	color: #FFF;/*文字色*/
  	box-sizing: border-box;
}
#top-contents .f_inner .ribbon:before{
 content: '';
  position: absolute;
  width: 25px;
  left: -40px;
  border: 25px solid #FFA9BC;
  border-left-color: transparent;/*山形に切り抜き*/
}
#top-contents details{
	width: 100%;
	display: block;
	line-height: 2em;
   background-color: #FFA9BC;
	border-radius: 8px;
	padding: 8px 16px;
	margin-bottom: 40px;
}
#top-contents summary {
  display: block;
	cursor: pointer; /* カーソルをポインターに */
  transition: 0.2s;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}
#top-contents details img{
	width: 100%;
}
.f_inner.news-list{
	width: 100% !important;
}
.news-list h3{
	text-align: center;
	margin-bottom: 0;
}
.wide100{
	width:100% !important;
}
/*pickUp event共通飾り枠*/
.triangleA{
	position: absolute;
	top: 0;
	left: 0;
	border-left: 80px solid #FFA9BC;
  	border-bottom: 80px solid transparent;
	margin: 0 !important;
}
.triangleB{
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 40px solid transparent;
  	border-bottom: 40px solid #FFA9BC;
}
.changeColor{
	position: absolute;
	width: 100%;
	height: 125px;
	background-color: #fff;
}
#pickUp{
	position: relative;
}
#pickUp .archive__detail{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);
	padding: 16px;
	margin-bottom: 16px;
}
#pickUp .f_inner {
	width: 48%;
}
.archive__thumbnail.is-list{
	width: 48%;
	flex: inherit;
	margin-top: 0 !important;
}
#pickUp .archive__item.is-card{
	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 0;
 }
#pickUp .f_inner .box img{
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
	border-radius: 8px;
}
.cat_tab{
	padding: 0;	
   margin-top: 90px;
}
.cat-item{
	 display: inline-block;
    background: #FFA9BC;
    line-height: 40px;
    padding: 0 .5em;
    margin-right: .5em;
	margin-bottom: .5em;
    border-radius: 8px;
    font-weight: bold;
}
.cat-item a{
	 color: white;
}

#event .f_outer{
	display: flex;
	flex-wrap: wrap;
}
#event .archive__detail{
	position: relative;
	height: 100%;
	padding: 16px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);
}
#event .f_inner .box{
	position: relative;
 	background-color:#ccc;
 	width: 100%;
 	height:0;
 	padding-bottom: 100%;
}
#event .archive__thumbnail{
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}
#event .centering{
	text-align: center;
	margin-top: calc(80px - 1.5em);
	margin-bottom: 80px;
}
#event .btn,
#latest .f_inner.news-list .btn{
	display:inline-block;
	background-color: #FFA9BC;
	border-radius: 8px;
	text-align: center;
	height: 80px;
	width: calc(100% - 400px);
	min-width: 330px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	font-size: 2.5em;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);	
}



#faq{
	padding-top: 160px;
	padding-bottom: 80px;
}
#faq h3{
	text-align: center;
	color:#4D4D4D;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 40px;
}
/* Chrome、Safari以外 */
#faq summary {
  display: block;
	cursor: pointer; /* カーソルをポインターに */
  transition: 0.2s;
	line-height: 64px;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}
/* Chrome、Safari */
#faq summary::-webkit-details-marker {
  display: none;
}
#faq summary:before{
	content: "Q."
}
#faq details {
   display: block;
   line-height: 80px;
   background-color: #FFA9BC;
	border-radius: 8px;
	padding: 8px 16px;
	margin-bottom: 40px;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);	
}
#faq details[open] {
   background-color: #D4F3F3;
}
#faq details[open] p{
	animation: fadeIn 0.5s ease;
	font-weight: bold;
   font-size: 1.6em;
	line-height: 2em;
}
#faq details[open] p:before{
	content: "A."
}

#rental{
	position: relative;
	text-align: center;
	background-color: #fff;
	border: #FFA9BC 8px solid;
	border-radius: 8px;
	padding:80px;
}
#rental h3{
	margin-bottom: 40px;
}
#rental .pic{
	position: relative;
	z-index: 30;
	width: calc(100% - 160px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
#rental .shadow{
	position: absolute;
	z-index: -10;
	bottom: -60px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: calc(100% + 160px);
	height: 240px;
	background: rgba(40, 195, 195, 0.2);
}
/*レスポンシブ用*/
#rental .box{
	position: relative;
 	background-color:#ccc;
 	width: 100%;
 	height:0;
 	padding-bottom: 56.25%;
 }
#rental .box img{
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
	border-radius: 6px;
}
#rental .btn{
	position: absolute;
	bottom: -40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background-color: #FFA9BC;
	border-radius: 8px;
	text-align: center;
	height: 80px;
	width: calc(100% - 400px);
	min-width: 330px;
	line-height: 80px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);
}

#latest{
	padding: 80px 0;
	text-align: center;
}
#latest h3{
	padding-bottom: 16px;
}
#latest .f_outer{
	display:flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
#latest .f_inner{
	width: 48%;
}
#latest .f_inner.shadow{
	border-radius: 8px;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);
}
#latest .f_inner.news-list{
	position: relative;
	text-align: left;
	background-color: #fff;
	border-radius: 8px;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);
	padding: 16px;
}
#latest .f_inner.news-list ul{
	margin-bottom:1.0em;
}
#latest .f_inner.news-list li.date{
	color:#0071BC;
}
#latest .f_inner.news-list .btn{
	display:inline-block;
	background-color: #FFA9BC;
	border-radius: 8px;
	text-align: center;
	height: 80px;
	width:100% ;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	box-shadow:  0px 0px 10px rgba(0,0,0,0.3);
	margin-top: 16px;
}



#sns{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
}
#sns .icon{
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	/*background:#FFA9BC;*/
	text-align: center;
	line-height: 160px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	font-size: 7em;
	color: #fff;
}

#sns .c-twitter{
	background-color:#00aced ;
}

#sns .c-instagram{
	background-color:#CF2E92;
}
#sns .c-facebook{
	background-color:#1877f2;
}
#sns .c-line{
	background-color:#00B900;
}

#access{
	padding-top: 80px;
	text-align: center;
}
#access p{
	font-size: 1.6em;
	color: #4D4D4D;
	padding-bottom: 40px;
}
#access iframe{
	height: 400px;
	width: 100%;
	background-color: #aaa;
}

#footer{
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
.footer-nav__menu ul{
	display: flex;
	justify-content: center;
}
.footer-nav__menu li a{
	list-style: none;
	text-align: center;
  	padding-right: 2.0em;
  	color: #fff;
}
#footer .logo{
	padding-top: 40px;
	padding-bottom: 20px;
}
#footer p{
	color: #fff;
}
span.separation{
	padding-top: 2em;
}
#footer-copy{
	color: #fff;
	padding-top: 60px;
	text-align: center;
}
#footer-copy a{
	color: #fff;
}
.event-list-calendar{
	list-style: none;
	padding: 0;
}
.c-head th{
width: calc(100% / 7);
}
.my-calendar{
	background: white;
	margin-bottom: 40px;
}


.event_btn{
	background: orangered;
    padding: .5em;
    color: white;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
}
.soldout{
	background: gray;
}
.event-title input,
.event-date input,
.time_blocks input{
	border: none;
}
.Waiting-list{
	 display: block;
    padding: .5em;
    background: cornflowerblue;
    font-weight: bold;
    color: white;
    margin: 1em;
    text-align: center;
}
@media screen and (max-width:769px){
	.mb-none{
		display: none !important;	
	}
	.width-is-80{
		width: calc(100% - 40px) !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}	
	.width-is-p120{
		width: calc(100% - 40px) !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	h3.title {
    font-size: 1.8em !important;
    margin-bottom: 24px;
	}
	h3.title .icon{
		width:48px;
	}
	#masthead{
		height: 48px;
	}
	#masthead .logo {
    position: absolute;
    bottom: 8px;
    width: 48px;
	}
	#masthead .icon {
    font-size: 40px;
    margin-left: 0px;
    line-height: 48px;
	}
	#top .pic{
		height: 36vh;
		overflow: hidden;
	}
	#top .pic img{
		height: auto;
		position: absolute;
		bottom: -16px;
		 width: 120%;
    	object-fit: cover;
    	max-width: 120%;
	}
	#top h2{
		position: absolute;
		right: 24px;
	}
	#top .text1{
		top: 40px;
		transform: rotate(-2deg);
		font-size: 1.2em;
		text-align: right;
	}
	#top .text2{
		top: 100px;
		transform: rotate(2deg);
		font-size: .8em;
		text-align: right;
		letter-spacing: -0.1em;
	}
	#top .text3{
	   top: 16px;
	   font-size: .9em;
	   text-align: right;
	}
	#top .border {
    position: absolute;
    right: 16px;
    top: 16px;
    height: 80px;
	}
	#top-contents{
		padding-bottom: 10px !important;
	}
	#top-contents .f_outer{
		display: block !important;
	}
	#top-contents .f_inner{
		width: 100% !important;
	}
	#top-contents .f_inner .btn {
		height: 80px;
	}
	#top-contents .f_inner .fix {
    position: absolute;
    right: -8px;
    bottom: 8px;
	}
	#top-contents .f_inner .ribbon {
    font-size: 1em; 
	}
	#top-contents details {
    margin-bottom: 24px;
	}	
	#top-contents summary {
    font-size: .8em; 
		line-height: 24px;
	}	
	#pickUp .f_outer{
		display: block !important;
		padding: 20px !important;
		margin-bottom: 20px !important;
	}
	#pickUp .f_inner{
		width: 100% !important;
	}
	#pickUp .archive__detail {
    margin-bottom: 0; 
	}
	.archive__item {
    width: 100%;
	}
	.archive__thumbnail.is-list {
    width: 100%;
	}
	#event .f_outer:after{
	    width: 48% !important;
	}
	#event .f_inner{
		width: 48% !important;
		margin-bottom: 20px !important; 
	}
	#event .btn, #latest .f_inner.news-list .btn {
    min-width: calc(100% - 8px);
    line-height: 64px;
		height: 64px;
    font-size: 2em;
	}
	.second_btn{
		min-width: calc(100% - 32px) !important;
	}
	#faq {
		padding-top: 100px !important;
		padding-bottom: 64px;
    }
	#faq details {
     line-height: 2em; 
		margin-bottom: 24px;
	}
   #faq summary {
    font-size: 1.2em;
	  line-height: 40px;
	}
	#faq details[open] p {
    font-size: 1.2em;
	}
	#rental {
    padding: 0;
	border:none;
	}
	#rental .pic {
    position: relative;
    z-index: 30;
    width: 100%; 
    margin-bottom: 32px;
	}
	#rental .shadow{
		display: none;
	}
    #rental h3.title{
	 	letter-spacing: -0.05em;
	 }
	#rental .btn {
	bottom: -96px;
    height: 64px;
    width: 100%;
    min-width: 192px;
    line-height: 64px;
	}
	#rental p{
		font-size:.9em;
		text-align: left;
	}
	#latest {
    padding: 48px 0;
	}
	#latest .f_inner{
		width: 100% !important;
	}
	#latest .f_inner.shadow {
    margin-bottom: 24px;
	}
	#sns{
		text-align: center;
		padding: 40px 0 !important;
		display: flex;
    justify-content: space-between;
	}
	#sns .icon {
    width: 56px !important;
    height: 56px !important;
    line-height:56px !important;
    margin: 0 !important;
    font-size: 2em !important;
	}
	#access iframe{
		height: 300px !important;
	}
	#access p{
		font-size: .9em; 
	}
	#footer p {
    font-size: 0.9em;
	}
	#footer  ul{
		flex-wrap: wrap;
	}
	.mobile-footer-nav__list{
		font-size: 40px;
		line-height: 48px;
		padding: 0 16px !important;
	}
	.kome {
    font-size: 0.3em;
    line-height: 8px;
    padding-bottom: 16px;
	}
	.site-header-thumbnail {
    overflow: hidden;
    height: 120px;
	}
	.c-head th{
	display: none;
	}
	.my-calendar tr{
		display: flex;
		flex-wrap: wrap;
	}
	.my-calendar tr td{
		width: 100%;
	}
	.w0 span:after{
		content: '（日）'
	}
	.w1 span:after{
		content: '（月）'
	}
	.w2 span:after{
		content: '（火）'
	}
	.w3 span:after{
		content: '（水）'
	}
	.w4 span:after{
		content: '（木）'
	}
	.w5 span:after{
		content: '（金）'
	}
	.w6 span:after{
		content: '（土）'
	}
	.cp_box label{
	bottom: -96px;
    height: 64px;
    width: 100%;
    min-width: 192px;
    line-height: 64px;
	}
	.global-nav__toggle {
     padding: .5em 1em;
	}
}
@media screen and (max-width: 1024px) and (orientation: portrait){
	#masthead .mail , #masthead .icon{
		display: none;
	}
	#masthead .btn {
    margin: 20px;
	margin-right: 0;
	}
	.c-head th{
	display: none;
	}
}