@charset "utf-8";
.holiday{
	color:red;
}
.cast_coment{
	text-align:left;
	margin:20px 0;
	font-size: 18px;
}

img.alignright { display: block; margin: 0 0 0 auto!important;}
img.alignleft { display: block; margin: 0 auto 0 0!important;}
img.aligncenter { display: block; margin: 0 auto!important;}

form {
    width: 98%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
input#s2email {
    width: 98%;
    padding: 13px;
    margin: 20px;
    font-size: 18px;
}
input[type="submit"] {
    padding: 14px;
    width: 30%;
    font-size: 18px;
}

.age-gate-buttons, .age-gate__buttons {
    align-items: center;
    display: flex;
    gap: var(--ag-button-gap,10px);
    justify-content: center;
    margin: 30px;

}
.age-gate-form, .age-gate__form {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    
}

button.age-gate-submit-no, button.age-gate-submit-yes, button.age-gate__submit--no, button.age-gate__submit--yes {
    margin: var(--ag-button-margin,0);
    /* padding: 23px; */
    width: 50%;
    line-height: 40px;
}
.age-gate-subheadline, .age-gate__subheadline {
    font-size: var(--ag-text-subheadline-size,1.2rem);
    font-weight: var(--ag-text-subheadline-weight,500);
    margin: var(--ag-text-subheadline-margin,0 0 1rem);
    
}



.wp {
    width: 100%;
}

.top-main {
    width: 80%;
	background-color: #fff;
    margin: 5px;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
	
}
.top-wp {
    display: flex-direction;
    flex-direction: row-reverse;
    display: flex;
}

.plan02{
	background: #b1a683;
    color: antiquewhite;
    width:230px;
    text-align:center;
	margin:0 auto;
}


.off{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin:50px;
	color:red;
	    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	height:100vh;
	width:100%;
}

.schedule-wrapper{
	width: 100%;
    margin: 32px auto;
    
    /* padding: 50px; */
    margin-top: 80px;
}


.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}



.header-nav .sub-menu:before {
  font-family: 'FontAwesome';
  font-size: 2em;
  position: absolute;
  top: -32px;
  left: 10px;
  content: '\f0d8';
  color: #464646;
}
 
.header-nav .sub-menu {
  position: relative;
  z-index: 1;
  display: none;
  width: 95%;
  border-top: none;
}
 
.header-nav .sub-menu li {
  display: block;
  float: none;
  padding: 0;
}
 
.header-nav li:hover .sub-menu {
  display: block;
}
 
.header-nav .sub-menu li a:before {
  color: #333;
}
 
.header-nav .sub-menu li a {
  font-size: 1em;
  font-weight: normal;
  margin-left: 10px;
  padding: 10px 30px 10px 10px;
  text-align: left;
  color: #fff;
  background-color: #464646;
}
 
.header-nav .sub-menu li a:hover {
  background-color: #000;
}













































h3 {
  clear: both;
  border-bottom: 2px dotted #000000;
  
	width: 100%;
	margin: 0 auto;
	display: block;
}



.planbox{
	display: flex;
}

.box{
	margin: 30px auto;
	height: 350px;
	display: inline-block;
	width: 32%;
	border: 1px solid #BBB9B9;
}
.title{
	text-align: center;
	display: block;
}
.cacthcopy{
	display: block;
	font-size: 14px;
	margin-top: 20px;
}
.sub_catch{
	
	font-size: 13px;
    color: #c9c9c9;
    display: block;
    font-weight: bold;
    letter-spacing: 0.39px;
    line-height: 1;
    text-align: center;
}
.plan_text{
	font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    margin-top: 15px;
    text-align: left;
	padding: 20px;
}

.price{
	display: block;
	font-size: 23px;
	font-weight: bold;
	color:#ff6a27;
	text-align: center;
}

.price_size{
	font-size: 42px;
}


.plan_link{
	display: block;
	background: #000000;
	color: aliceblue;
	border-radius: 10px;
	margin: 20px;
	text-align: center;
	padding: 15px;
}


.basic{
	border: 1px solid #BBBABA;
	height: 280px;
	width: 100%;
	margin-top: 20px;
	position:relative;
}



.title_1st{
	display: block;
	font-size: 25px;
	text-align: center;
	margin-top: 30px;
}
.cacthcopy_1st{
	display: block;
	color: #06c655;
	font-size: 16px;
}
.sub_catch_1st{
	font-size: 14px;
    color: #c9c9c9;
    display: block;
    font-weight: bold;
    letter-spacing: 0.39px;
    line-height: 1;
    text-align: center;
}

.plan_text_1st{
	display: block;
	text-align: center;
	
	padding: 20px;
}



.price_1st{
	text-align: center;
	display: block;
	font-size: 23px;
	color: #ff6a27;
	font-weight: bold;
	
}



.plan_link:hover{
	background:#ff6a27;
}

.price_movie:hover{
	background:#ff6a27;
}

.price_movie{
	display: block;
	background: #000000;
	color: aliceblue;
	border-radius: 10px;
	margin: 20px auto;
	text-align: center;
	padding: 15px;
	width: 65%;
	
}







.globalMenuSp{
	display: none;
}




.blogdate{
	
	  position: absolute;
  right: 13px;
  bottom: 3px;
	color: #000000;

}
.blog img {
    width: 313px;
    height: 176px;
    margin-top: 33px;
}

.main-blog{
			display: flex;
			margin: 0 auto;
		max-width: 1280px;
		}
		.blog{
			width: 80%;
			
			
			margin: 10px;
			text-decoration: none;
			color: #000;
			display: block;
			
		}
		.blogcon:hover{
			background: #C5C5C5;
			transition: 0.7s;
		}
		.sidebar{
			width: 20%;
    padding: 20px;
    margin: 5px;
			background-color:#FFF;
			box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
			
		}
.sidebar img{
	width: 100%;
	display: block;
	align-items: center;
	
}

aside.sidebar li {
    list-style: none;
}


		.blogcon{
			display:flex; 
			border: 1px solid #000000;
			margin-bottom: 20px;
			padding: 20px;
			text-decoration: none;
			position: relative;
			
		}
		
	.blogtitle{
			display: flex;
    border-bottom-style: dotted;
    margin: 10px auto;
    font-weight: bold;
    color: #000000;
    /* text-align: left; */
    justify-content: space-between;
    padding-left: 10px;
		}
		.blog-text{
			margin: 20px;
    word-break: break-all;
			width: 70%;
			color: #000000;
		}
















.accordion-title::before{
	  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image:url("../img/お問い合わせの質問 アイコン素材 2.png");
  background-size: contain;
  vertical-align: middle;
	margin-right: 20px;
	
}
.accordion-container h3{
	background:#000;
	padding: 20px;
	margin: 15px auto;
	color: #fff;
}
.red{
	color: #FF0004;
}

.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  border-top: none;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  /*background: dodgerblue;*/
  cursor: pointer;
	
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color:#E5E5E5;
  color: #000;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
padding: 30px;
}

/* CSS for CodePen */
.accordion-container {
  max-width: 900px;
  margin: 1.875em auto;
}











.fadein-bottom{
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.fadein-bottom.active{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

*{
    margin: 0;
    padding: 0;
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

body{
    flex-flow: column;
    display: flex;
    min-height: 100vh;
	 animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	color:#474545;
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

header{
    
    height: 108px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    
    top: 0;
	
	
}

.top-header{
	justify-content: space-between;
	display: flex;
	
}
.top-header img{
	max-width: 190px;
    height: 43px;
    vertical-align: bottom;
    padding: 33px 0 0 61px;
}

.btn{
	display: flex;
}

.line{
	margin-right: -30px;
    
    width: 248px;
	height: 75px;
	display: flex;
	top: 0;
	right: 0;
}


.line a{
    -webkit-transition: all 0.3s;
    background-color: #000;
    background-image: none;
    color: #ffffff;
    display: flex;
    font-size: 19px;
    font-weight: 800;
    height: 108px;
    letter-spacing: 2.22px;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    align-items: center;
    justify-content: center;
	
}

    /*
.line a::before {
    background:url("../img/line_ico.png") center center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
    width: 40px;
}
*/
.line a:hover {
    background-color:#06c655;
}

.header-contact{
	margin-left: 30px;
    width: 238px;
	height: 75px;
	display: flex;
	top: 0;
	right: 0;
}
.header-contact a{
	 -webkit-transition: all 0.3s;
    background-color:#000;
    background-image: none;
    color: #ffffff;
    display: flex;
    font-size: 19px;
    font-weight: 800;
    height: 108px;
    letter-spacing: 2.22px;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    align-items: center;
    justify-content: center;
}
/*
.header-contact a::before {
    background:url("../img/icon-mail_circle.svg") center center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
    width: 40px;
}
*/
.header-contact a:hover {
    background-color:#FFA40F;
}


.header-navi{
	z-index: 999;
	 width: 100%;
    height: 65px;
    
    padding: 0;
    display: block;
    align-items: center;
    justify-content: left;
    
	line-height: 65px;
	background: #f2f2f2;
}

.nav{
	
	margin: 0 auto;
	display: flex;
	text-align: center;
	line-height: 65px;
	justify-content:space-between;
	
	
}

.nav li{
	width: 100%;
	list-style: none;
	height: 65px;
	display: block;
}

.nav li ul{
	display: block;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #f2f2f2;
}
.nav li a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #000000;
}
.nav li a:hover{
	background-color: #b2b2b2! important;
	display: block;
	width: 100%;
	color: aliceblue;
	
}
.nav li ul{
	display: none;
}

.nav li:hover > ul {
	display: block;
}
/*ここからはナビゲーションメニュー*/

/*.navi{
	    width: 100%;
    height: 65px;
    
    
    display: block;
    align-items: center;
    justify-content: left;
    
	line-height: 65px;
	background: #f2f2f2;
    
}

.menu{
	display: flex;
	
	justify-content:space-between;
	width: 1280px;
	margin: 0 auto;
	list-style: none;
	
}

.menu-item{
	z-index: 999;
}

.menu ul li{
	display:block;
	align-items: center;
	justify-content: center;
	list-style: none;
	width: 100%;
	z-index: 999;
	
}
.menu ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	background:#1F1F1F;
	width: 100%;
	
}

.menu ul li a:hover{
	background:#000000;
	color: #FFFFFF;
	width: 100%;
	display: block;
}
*/
/*
ul li{
	
display:block;
	align-items: center;
	justify-content: center;
	list-style: none;
	width: 100%;
	z-index: 999;
	
}

.navi ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	background:#1F1F1F;
	width: 100%;
}
.navi ul li a:hover{
	background:#000000;
	color: #FFFFFF;
	width: 100%;
	display: block;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-109{
	display: none;
	background: #000000;
	color: #FFFFFF;
}
.navi li:hover > ul li.menu-item {
	display: block;
	color: #FFFFFF;
}*/






/*ここまではナビゲーションメニュー*/

/*ここからスライダー*/
/*.slider{
	width: 100vw;
	height: 600px;
	background: #4E4E4E;
	display: block;
}*/

.subtitle{
	width: 100vw;
	height: 200px;
	background-image: url("../img/photo-1502465771179-51f3535da42c.jpeg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;

}

.subtitle::before{
	background-color: rgba(0,0,0,.1);
    background-image:url("../img/dot.png");
    background-size: 2px;
    opacity: .5;
}




.subtitle p{
max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	line-height: 200px;
	font-weight: bold;
	font-size: 26px;
	
}

/*ここまでスライダー*/

.main-contents{
	max-width: 1280px;
	margin: 15px auto;
	background: #FFFFFF;
	
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
	padding: 50px;
	margin-top: 20px;
}
.main-contents2{
	max-width: 1280px;
	margin: 15px auto;
	background: #FFFFFF;
	
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
	padding: 50px;
	margin-top: 20px;
	

}
.main-contents03{
	max-width: 1280px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 30px;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
	padding: 50px;
	margin-top: 30px;
}

.main-contents2 h2{
	text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 60px;
    clear: both;
    border-bottom: 2px dotted #000000;
    width: 100%;
    margin: 0 auto;
    display: block;
}









.main-contents h2{
	text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 60px;
	clear: both;
    border-bottom: 2px dotted #000000;
    width: 100%;
    margin: 0 auto;
    display: block;
}




.youtube {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
	margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 80%;
	margin-top: 20px;
}
.t01 h3{
	text-align: center;
    font-size: 26px;
    font-weight: bold;
  
    margin-bottom: 25px;
    line-height: 60px;
}

.t01{
	text-align:left;
	max-width: 100%;
	margin: 0 auto;
	
}

.flexbox{
	display: flex;
	max-width: 900px;
	justify-content: space-between;
	margin: 50px auto;
}


.flexbox li{
	list-style: none;
	flex-basis: 31%;
	text-align: center;
}

.text{
	text-align: left;
}
.text h3{
	    text-align: center;
    background: #000;
    padding: 10px;
    margin-bottom: 20px;
	color: #FFF;
}

main{
    flex: 1;
	
	
		
}



.main-contents02{
	max-width: 100%;
    margin: 50px auto;
    background-image: url(../images/technology-1632312584504-5466.jpg);
    background-attachment: fixed;
    /* height: 500px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.main-contents02::before{
  background-color: black;
  opacity: 0.8;
}






.news{
	background:#DBDADA;
	max-width: 800px;
	display: flex;
	margin: 20px auto;
	height: 70px;
	align-items: center;
	padding-left: 50px;
	transition: 0.5s;
}
.news:hover{
	background: #9C9C9C;
	transition: 0.5s;
	
}

 a{
	text-decoration: none;
}

.news .date{
	-webkit-box-flex: 0;
    flex: 0 0 130px;
    font-size: 14px;
}

.title{
	
	ont-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
}


.works{
	display: flex;
	text-align: center;
	margin: 80px;
	flex-wrap: wrap;
	
}

.works li{
	flex-basis: 30%;
	list-style: none;
}
.item{
	border: 1px solid #e1e1e1;
    margin: 2px;
    text-align: center;
    padding: 9px;
    width: 43%;
    margin-left: 15px;
}
.zoom img{
	border: none;
    height: 230px;
    width: 230px;
    vertical-align: top;
	overflow: hidden;
	transition:0.5s all;
}

.zoom img:hover{
  transform:scale(1.1,1.1);
  transition:0.5s all;
}
.zoom{
	overflow: hidden;
	margin: 0 auto;
	
}

.plan1{
	background-color:#C8C8C8;
    border-radius: 34px;
    padding: 6px;
	margin-top: 7px;
}
.plan2{
	background-color:#71C3FF;
    border-radius: 34px;
    padding: 6px;
	margin-top: 8px;

}
.plan3{
	background-color:#FFC600;
    border-radius: 34px;
    padding: 6px;
}
p.campany {
    margin: 15px;
}
.p-home_cv_cont .cont_button {
    margin-top: 20px;
    width: 584px;
}
.p-home_cv_cont .cont_button a {
    -webkit-box-shadow: 0 4px 0 0 rgb(0 0 0 / 16%);
    -webkit-transition: all 0.3s;
    background: #fff;
    border: 0;
    border-radius: 50px;
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 16%);
    color: #ff6a27;
    display: block;
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",meiryo,"MS Pゴシック","MS PGothic",sans-serif;
    font-weight: bold;
    height: 100%;
    letter-spacing: -0.62px;
    line-height: 4.45;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
}
.p-home_cv_cont .cont_button a:hover {
    background-color: #ffe46c;
    cursor: pointer;
}

.p-home_cv_cont .cont_catch {
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
}
.p-home_cv {
    background:#2c2b2b center center no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 100px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
}
.p-home_cv_inner {
    -ms-flex-direction: row-reverse;
    -ms-flex-pack: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    height: 307px;
    justify-content: center;
    max-width: 880px;
    width: 90vw;
    margin: 0 auto;
}
.p-home_cv_cont {
    margin-left: -70px;
    padding-top: 80px;
}
.p-home_cv_cont .cont_catch {
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
}
.p-home_cv_cont {
    color: #fff;
    text-align: center;
}

.p-home_cv_cont .cont_button a {
    -webkit-box-shadow: 0 4px 0 0 rgb(0 0 0 / 16%);
    -webkit-transition: all 0.3s;
    background: #fff;
    border: 0;
    border-radius: 50px;
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 16%);
    color: #ff6a27;
    display: block;
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",meiryo,"MS Pゴシック","MS PGothic",sans-serif;
    font-weight: bold;
    height: 100%;
    letter-spacing: -0.62px;
    line-height: 2.45;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    font-size: 30px;
}
.p-home_cv_cont .cont_text {
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.32px;
}
.p-home_cv_cont .cont_text strong {
    background-color: #fff;
    color: #ff6a27;
    display: inline-block;
    margin: 0 0.3em;
}

.p-home_cv_inner {
    -ms-flex-direction: row-reverse;
    -ms-flex-pack: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    height: 307px;
    justify-content: center;
    max-width: 880px;
    width: 90vw;
}

.p-home_cv_image img {
    height: auto;
    margin-top: -100px;
    width: 100%;
}



.main-contents02 h2{
	text-align: center;
	padding-top: 30px;
	font-size: 32px;
	color: #fff;
}

.main-contents02 h2::before{
	background-color: #fff;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 3px;
    margin-top: -2px;
    vertical-align: middle;
    width: 150px;
	margin-right: 20px;
}
.main-contents02 h2::after{
	background-color: #fff;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 3px;
    margin-top: -2px;
    vertical-align: middle;
    width: 150px;
	
	
	margin-left: 20px;
}

.main-contents03 h2{
	text-align: center;
	padding-top: 30px;
	font-size: 32px;
	color: #000;
}

.main-contents03 h2::before{
	background-color: #000;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 3px;
    margin-top: -2px;
    vertical-align: middle;
    width: 150px;
	margin-right: 20px;
}
.main-contents03 h2::after{
	background-color: #000;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 3px;
    margin-top: -2px;
    vertical-align: middle;
    width: 150px;
	
	
	margin-left: 20px;
}


.works-btn{
	background: #000;
	max-width: 500px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0 auto;
	height: 60px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 0px 0px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #FFF;
	    
}



footer{
    background: #000000;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}


	

@media (max-width: 960px){
	
	
	slider{
		margin-top:30px;
	}

	
	.zoom img{
		
    height: auto;
    width: 99%;
   
	}
	
	.plan02{
		margin:0 auto;
		width:230px;
		
	}
	
	.off{
		
		margin:50px 0px;
		font-size: 20px;
		width:100%;
	}
	
	
	

	
	.current_page_item {
color:none;
	background-color:none;
}
	
	
	
	.header-navi{
		display: none;
	}
	
	.main-contents2 h2{
	font-size: 29px;
		padding-top: 35px;
		width:90%;
		
	}
	.title_1st{
		font-size: 23px;
	}
	
	.price_movie{
		margin: 0 auto;
	}
	.plan_text{
		text-align: center;
		
	}
	
	
	
	
	.planbox{
		display: block;
		padding: 15px;
	}
	.box{
		width: 100%;
		margin: 5px auto;
	}
	.subtitle{
		display: none;
	}
	
	
	.accordion-container{
		width: 95%;
	}
	header{
		position: fixed;
		height:70px;
	}
	
	.globalMenuSp{
	display: block;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
	text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 8px;
    top: 14px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
	
	
	
	
	.accordion-title::after{
		display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.contact {
    margin-top: 20px;
    
}
	
	
	
	
	.btn{
		display: none;
	}
	
	.youtube {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
	.main-contents h2{
		margin-top: 20px;
		width:90%;
	}
	.main-contents{
		margin: 0px 10px;
    padding: 1px;
    margin-top: 35px;
		background:none;
		box-shadow:none;
	}
	
	
	
	.main-contents2{
		margin: 0px auto;
    padding: 1px;
    margin-top:30px;
		background:none;
		box-shadow:none;
	}
	.main-contents03 h2 {
    text-align: center;
    font-size: 32px;
		margin-top: 20px;
}
	.t01{
	text-align:left;
	max-width: 1000px;
	margin: 60px auto;
	margin-top: none;
		
}
	
	.t01 h3{
		margin-bottom: 10px;
	}
	.top-header img{
		margin: 0 auto;
    display: block;
    padding-top: 10px;
    padding-left: 0px;
		
	}
	.navi{
		display: none;
	}
	.flexbox{
		display: block;
	}
	.p-home_cv{
		display: none;
	}
	.item{
		width: 95%;
		margin-left:0px;
		
		margin-top: 20px;
	}
	.works{
		display: block;
		margin: 0 auto;
		width: 85%;
	}
	.works-btn{
		margin: 20px auto;
	}
	.logo {
    display: block;
    margin: 0 auto;
}
	
	.main-blog{
		display: block;
		padding: 1px;
	}
	
	
	.blogcon{
		display: block;
    width: 80%;
    margin: 35px auto;
}
	
	
	.blog{
		width: 100%;
		display: block;
		margin:0 auto;	}
	.blog img{
		margin: 0 auto;
		display: block;
		width: 100%;
		height: auto;
	}
	.sidebar{
		padding: 0;
		width: 85%;
		margin: 0 auto;
		display: block;
	}
	.sidebar img{
		display: block;
		margin: 0 auto;
	}
	
	
	.main-contents03{
		margin: 20px 10px;
		padding: 1px;
		margin-top: 5px;
	}
	
	.subtitle p {
		margin-left: 50px;
	}
	.text{
		padding: 20px;
	}
	.firstbox{
		padding: 15px;
	}
	footer {
   
    text-align: center;
}
	
}



@media (max-width: 590px){
	
	
	.main-contents.main-contents h2{
		font-size: 26px;
	}
	.main-contents02 h2::before{
		display: none;
	}
	.main-contents02 h2::after{
		display: none;
	}
	
	.main-contents03 h2::before{
		display: none;
	}
	.main-contents03 h2::after{
		display: none;
	}
	
}



