@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1200px){
	.sec11Cont {
		background-size:50%;
	}
	
	
}

@media screen and (max-width:1000px){
	.content{
		width:calc(100% - 30px);
	}
	
	.sec11Cont {
		background-size: calc(100% - 450px);
	}
	
	.sec02List li {
		width: calc((100% - 30px) / 3);
	}
	
	.sec02Title {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	
	.sec02Text {
		margin-top: 10px;
		font-size: 14px;
	}
	
	.insta {
		padding: 0;
	}
	
	.insta li {
		padding: 0 20px 20px;
		width: calc(100% / 3);
	}
	
	.sec06List {
		padding: 0;
	}
	
	.sec12Img {
		width: calc(100% - 465px);
		right: 0;
	}
	
	.news {
		padding: 40px 0;
	}
	
	.sec08Box02 a {
		width: 100% !important;
	}
	
}

/* SP Menu */
@media screen and (max-width:950px){
	header{
		height: 50px;
		justify-content: center;
		z-index:99999;
	}
	
	header.open:after{
		content:" ";
		position: absolute;
		display: block;
		z-index: 999;
		background: rgba(0 0 0 / 70%);
		height: 100vh;
		width: 100vw;
		top:0;
		left: 0;
	}
	
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		width: 50px;
        height: 50px;
		cursor: pointer;
		z-index:99999;
        background-size: cover;
        right: 0;
        top: 0;
        background: #000000;
	}
	
	.navFixed {
		display: block;
	}
    
	#nav-toggle div {
		position: relative;
        width: 50px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 1px;
		width: 50%;
		background: #ffffff;
		left: 25%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
        border-radius: 50px;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 15px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 23px;
	}
    
	#nav-toggle span:nth-child(3) {
		top: 31px;
	}
    
    .nav-in {
        padding: 0px;
    }
	   
    #global-nav {
        /*position: absolute;*/
        position: fixed;
        background:#ffffff;
        width: 50%;
        height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -50%;
        top:0;
        z-index: 9999;
		box-sizing: border-box;
    }
	
    #nav-toggle {
        display: block;
    }
    
    .open #nav-toggle span:nth-child(1) {
        top: 23px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    
    .open #nav-toggle span:nth-child(3) {
        top: 23px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
	
	.menuBox{
		padding: 80px 20px 0;
		width: 100%;
		display: block;
	}
	
	.menuBox li:not(.linkBtn) a {
		text-align: left;
		padding: 15px 0;
		border-bottom: 1px solid #000000;
		display: block;
	}
	
	.menuBox .linkBtn a {
		width: 100%;
		margin-top: 20px;
	}
	
		.mainImage{
			padding-top: 280px;
		}
	
	.sec06ListText {
		padding-left: 30px;
	}
	
	.sec06ListImg {
		height: 200px;
	}

	.sec08Box01{
		padding: 0;
	}
	.sec08Box02{
		padding: 0px 0px 30px 0px;
	}
	
}
	
@media screen and (max-width:850px){
	.sec08Box01,
	.sec08Box02 > div:first-child{
		margin-bottom: 15px;
	}
	
	.sec08Box02 {
		display: block;
	}
}
	
	
@media screen and (max-width:767px){
	.sp{
		display: block;
	}
	
	.pc{
		display: none !important;
	}
	
	.headLogo__link{
		width: 150px;
	}
	
	.mainImage{
		background-image: url("../images/main_sp.png");
		min-height: 530px;
		padding-top:0;
		height: 120vw;
	}
	
	.mainText{
		position: absolute;
		left: 0;
		top:calc((50% - 75px) + 50px);
		width: 100%;
		text-align: center;
	}
	
	.mainText span{
		padding: 5px 15px;
		font-size: 17px;
		letter-spacing: 0.02em;
	}
	
	.mainLink{
		position: absolute;
		bottom:15px;
		left: 15px;
	}
	
	.mainLink a{
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 23px;
		width: 118px;
		height: 118px;
		border-radius: 300px;
		box-shadow: 3px 3px 10px 0 rgba(0 0 0 / 30%);
		background: #fe789d;
		text-decoration: none;
		align-items: center;
	}
	
	.mainLink a span{
		font-size: 20px;
		line-height: 28px;
		color:#ffffff;
	}
	
	.mainText p{
		margin-bottom: 10px;
		color:#ffffff;
	}

	.mainLink a *{
		color:#ffffff;
	}
	
	.news dt {
		padding-bottom: 15px;
		font-size: 14px;
		padding-top: 15px;
	}
	
	.news {
		padding: 30px 0;
	}
	
	.news dt::before,
	.news dt::after {
		width: 20px;
	}
	
	.wp-block-group__inner-container p.has-accordion-font-size {
		font-size: 14px;
	}
	
	.sec01Title {
		font-size: 16.5px;
	}
	
	.sec01Title img{
		width: 21px;
	}
	
	.sec01 {
		padding: 30px 0;
	}
	
	.sec01Box li {
		font-size: 14px;
	}
	
	.sec01Box li img{
		width: 14px;
	}
	
	.sec01Box li:not(:last-child) {
    	margin-bottom: 8px;
	}
	
	.sec01Box {
		padding: 20px 10px;
		width: 100%;
		border-radius: 15px;
		margin: 20px 0;
	}
	
	.sec01Text {
		font-size: 15px;
	}
	
	.meatup-block-fullWide__inner .is-style-section_ttl.-org {
		padding-left: 20px;
		font-size: 35px;
	}
	
	.meatup-block-fullWide__inner .is-style-section_ttl.-org small{
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	.sec02List {
		display: block;
	}
	
	.sec02List li {
		width: 100%;
	}
	
	.sec02List li img{
		width: 100%;
	}
	
	.sec02List li br{
		display: none;
	}
	
	.sec02List li:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.sec03List li {
		display: block;
	}

	.sec03List li:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.sec03Img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.sec03Text {
		width: 100%;
	}
	
	.sec03List li .sec03Text p:after,
	.sec03List li:nth-child(even) .sec03Text p:after{
		content: " ";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 20px 10px;
		border-color: transparent transparent #ffffff transparent;
		position: absolute;
		top: -20px;
		left: calc(50% - 10px);
	}
	
	.sec03Text p {
		padding: 15px;
	}	
	
	.wrap {
		padding: 30px 0;
	}
	
	.insta {
		justify-content: space-between;
	}
	
	.insta li{
		padding: 0;
		width: calc((100% - 20px) / 2);
		line-height: 0;
		margin-bottom: 20px;
	}	
	
	.sec05{
		padding: 30px 0;
	}
	
	.sec05List li:last-child {
		padding-bottom: 0;
	}
	
	.sec06List li {
		display: block;
		border-radius: 15px;
	}
	
	.sec06List li:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.sec06ListImg {
		height: 170px;
		width: 100%;
		border-radius: 15px 15px 0 0;
	}
	
	.sec06ListIcon p {
		font-size: 12px;
	}	
	
	.sec06ListIcon p span {
		font-size: 16px;
	}
	
	.sec06ListIcon {
		width: 90px;
		height: 90px;
	}
	
	.sec06ListBox {
		width: 100%;
		padding: 15px;
	}
	
	.sec06ListText {
		padding-left: 10px;
		font-size: 14px;
		width: calc(100% - 100px);
	}
	
	
	.sec08Box01 a {
		padding-top: 200px;
		background-size: 100% auto;
		background-position: top;
	}
	
	.sec08Box01Inner {
		height: auto;
		width: 100%;
		padding: 20px;
	}
	
	.plan {
		height: 55px;
		width: 55px;
		font-size: 11px;
		line-height: 20px;
	}
	
	.plan span{
		font-size: 21px;
	}	
	
	.sec08Box01--Text01 {
		font-size: 23px;
	}
	
	.sec08Box01--Text02{
		font-size: 30px;
	}
	
	.sec08Box01--Text02 span {
		font-size: 60px;
		letter-spacing: 0;
	}
	
	.sec08Btn span {
		border-radius: 8px;
	}
	
	.sec08Box02--Text01 {
		font-size: 24px;
	}	
	
	.sec08Box02--Text02 {
		font-size: 24px;
	}
	
	.sec08Box02--Text02 span{
		font-size: 40px;
	}	
	
	.sec08Box02 a {
		height: 290px !important;
		display: flex !important;
		align-items: flex-end !important;
	}
	
	.sec08Box02Inner {
		padding: 20px;
	}
	
	.sec09 dt {
		padding-bottom: 15px;
		font-size: 14px;
		padding-top: 15px;
		padding-right: 70px;
	}
	
	.sec09 dd {
		font-size: 14px;
		padding: 15px 0;
	}	
	
	.sec09 dt::before, 
	.sec09 dt::after{
		width: 20px;
	}
	
	.sec09 dl {
		padding-left: 20px;
		margin-top: 15px;
	}
	
	.sec10List li {
		margin-bottom: 15px;
		width: 100%;
		background: #ffffff;
		margin-right: 0;
	}
	
	.BlogImg {
		height: 180px;
	}
	
	.BlogImg img {
		height: 180px;
	}
	
	.blogCat a {
    	margin-left: 0;
		margin-right: 10px;
	    border-radius: 5px;
	}
	
	.sec11Cont .content {
		display: block;
		height: auto;
	}

	
	.sec11BoxTitle {
		font-size: 18px;
		margin: 20px 0;
	}
	
	.sec11Box {
		width: 100%;
	}
	
	.sec12Img {
		width: 100%;
		position: inherit;
		margin-bottom: 20px;
	}
	
	.sec12Text {
		font-size: 18px;
		padding-left: 0;
	}
	
	.sec12TableWrap {
		padding-left: 0;
	}
	
	.sec12Table {
		width: 100%;
	}
	
	.accessMap {
		margin-top: 30px;
	}
	
	.accessMap iframe{
		width:calc(100% + 40px);
		/*margin-left: -20px;*/
	}
	
	.sec13Cont01 > div {
		width: 100%;
		height: 100px;
	}
	
	.sec13Cont01 > div:first-child {
		margin-bottom: 15px;
	}
	
	.sec13Cont01 {
		margin-bottom: 25px;
		display: block;
	}
	
	.sec13Cont01--Text01 {
		font-size: 24px;
	}	
	
	.sec13Cont01--Text02 {
		font-size: 14px;
	}
	
	
}