@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    background-color: #fff;
}

a {
	text-decoration: none;
}

.maru {
	font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
}

/*header*/

header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: rgba(76,188,199,0.90);
	color: #FFFFFF;
	z-index: 2;
}

#header_item {
	display: flex;
	width: 100%;
	align-items: center;
	flex-flow: row wrap;
	margin: 0.5rem;
	justify-content: space-between;
	
}
#header_logo {
	width: 150px;
	margin: 0 0.5rem;
}
#header_logo img {
	max-width: 100%;
	vertical-align: middle;
}
#header_item h3 {
	margin: 0 0.5rem;
	display: flex;
	align-content: center;
	font-size: 1.25rem;
}
#header_item p {
	margin: 0 0.5rem;
	font-size: 0.69rem;
	line-height: 1.4;
}
#header_item p br {
	display: none;
}
#header_cv {
	display: none;
}
#header_cv a {
    white-space: nowrap;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    width: auto;
    margin: 0 1.5%;
    text-align: center;
    transition: all 0.25s;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.20);
	display: block;
}
a.bg_yellow {
	background-color: #FFED00;
	color: #000000;
}
.cv a:hover {
	transform: translate(1px,2px);
}

.headline {
	height: 23px;
	width: 100%;
}
.headline img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/*suma100*/

#suma100 {
	background-color: #FFFFFF;
	padding: 50px 0;
}
.sma_wrap {
	max-width: 1100px;
	margin: 0 auto;
	width: 90%;
	border: 4px solid rgba(76,188,199,1.00);
	padding: 0 10px 20px;
}
.smatitle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #FFFFFF;
	width: 98%;
	margin: -10px auto 30px;
	padding: 0 10px;
	justify-content: center;
}
.smatitle h2 {
	font-size: 16px;
	color: rgba(76,188,199,1.00);
	max-width: calc(100% - 20px);
	text-align: center;
	padding-left: 5px;
}
.smatitle figure {
	width: 20px;
}
.smatitle figure img {
	max-width: 100%;
}
.sma_wrap ul li {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	color: #5d5d5d;
}
.sma_wrap ul li:not(:last-of-type) {
	margin-bottom: 10px;
}
.sma_wrap ul li figure {
	width: 20px;
}
.sma_wrap ul li figure img {
	max-width: 100%;
}
.sma_wrap ul li p {
	width: calc(100% - 20px);
	padding-left: 5px;
}
.sma_wrap ul li p span {
	background:linear-gradient(transparent 70%, #ff6 70%);
}

/*beginner*/

#beginner {
	background-color: #4cbcc7;
}
#beginner .beginner_wrap {
	max-width: 720px;
	width: 100%;
	display: block;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
#beginner .beginner_wrap figure {
	width: 100%;
	margin-bottom: 30px;
}
#beginner .beginner_wrap figure img {
	max-width: 100%;
}
#beginner .beginner_word {
	padding: 0 20px 50px;
	color: #FFFFFF;
	width: 100%;
}
#beginner .beginner_word h2 {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: normal;
}
#beginner .beginner_word p {
	font-size: 14px;
}
#beginner .beginner_word p:not(:last-of-type) {
	margin-bottom: 30px;
}

/*debut*/
#debut {
	background-color: #FFFFFF;
	padding: 30px 0;
}
#debut figure img {
	width: 100%;
}
#debut .debut_word br {
	display: none;
}
#debut .debut_word h3 span {
	color: #d3304a;
	font-size: 20px;
}
#debut .debut_word p {
	font-size: 14px;
	width: 90%;
	margin: 10px auto 0;
}
#debut .debut_top {
	margin-bottom: 30px;
}
#debut .debut_top .debut_word h3 {
    font-size: 16px;
    color: #4cbcc7;
    background-image: url("../img/debut_title.png");
    background-size: 100% 100%;
	text-align: center;
	padding: 8px 0;
	width: 100%;
	margin: -30px auto 20px;
	z-index: 2;
	position: relative;
	font-weight: normal;
}
#debut .debut_bottom .debut_word h3 {
    font-size: 16px;
    color: #4cbcc7;
    background-image: url("../img/sutuffsupport_title.png");
    background-size: 100% 100%;
	text-align: center;
	padding: 8px 0;
	width: 100%;
	margin: -30px auto 20px;
	z-index: 2;
	position: relative;
}

/*machine*/

#machine {
	background-color: #ceedee;
	padding: 30px 0;
}
#machine h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#machine h2 + p {
	font-size: 10px;
	text-align: center;
	margin-bottom: 30px;
}
#machine .machine_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	max-width: 1150px;
}
#machine .machine_element {
	width: 50%;
	margin-bottom: 30px;
	padding: 0 10px;
}
#machine .machine_element figure {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
#machine .machine_element figure img {
	max-width: 100%;
}
#machine .machine_element h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
#machine .machine_element p {
	font-size: 12px;
}
#machine .machine_element p br {
	display: none;
}

/*personal*/

#personal {
	background-color: #FFFFFF;
	padding: 30px 0;
}
#personal h3 {
	color: #4ebcc3;
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}
#personal .personal_wrap {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}
#personal .personal_wrap .personal_img {
	position: relative;
}
#personal .personal_wrap .personal_img:after {
	content: '';
	width: 70%;
	height: 70%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f0f9f9;
	z-index: 0;
}
#personal .personal_wrap .personal_img figure {
	margin-bottom: 30px;
	padding: 0 20px 20px 0;
	z-index: 1;
	position: relative;
}
#personal .personal_wrap .personal_img figure img {
	max-width: 100%;
}
#personal .personal_word h2 {
	color: #4ebcc3;
	line-height: 1.3;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: normal;
}
#personal .personal_word p {
	font-size: 13px;
	line-height: 1.6;
}
#personal .personal_word p:not(:last-of-type) {
	margin-bottom: 20px;
}
#personal .personal_word p br {
	display: none;
}

/*footer*/

footer {
	padding: 2rem 0 120px;
}
.bg_blue {
	background-color: #4ebcc7;
	color: #FFFFFF;
}
footer .inner {
	display: block;
	justify-content: center;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#footer_logo {
	margin: 0 auto;
	width: 200px;
}
#footer_logo img {
	margin: 0 auto 1rem;
	max-width: 100%;
	display: block;
}
#copyright {
	font-size: 0.8rem;
	margin: 0 1rem;
	line-height: 1.8;
}
#copyright span {
	display: inline-block;
	text-indent: -3rem;
	margin-left: 3rem;
}

#footer_cv {
	display: flex;
	padding: 0.5rem;
	position: fixed;
	border: 0;
	width: 100%;
	z-index: 2;
	justify-content: center;
	bottom: 0;
}
#footer_cv a {
    font-size: 0.875rem;
	line-height: 1.4;
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.25);
	width: 45%;
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5%;
	transition: all 0.25s;
	text-align: center;
}

/*security*/

#security {
	background-color: #ceedee;
	padding: 50px 0;
}
#security h2 {
	text-align: center;
	width: 90%;
	margin: 0 auto 30px;
	font-size: 20px;
	line-height: 1.6;
}
#security .security_wrap {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#security .security_element {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
#security .security_element:not(:last-of-type) {
	margin-bottom: 30px;
}
#security .security_element figure {
	text-align: center;
	margin-bottom: 20px;
}
#security .security_element figure img {
	max-width: 100%
}
#security .security_element h3 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#security .security_element p {
	font-size: 12px;
	line-height: 1.6;
}

/*other*/

#other {
	background-color: #FFFFFF;
	padding: 50px 0;
}
#other h2 {
	color: #4cbcc7;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#other h2 + p {
	font-size: 10px;
	text-align: center;
	margin-bottom: 30px;
}
#other .other_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	max-width: 960px;
}
#other .other_element {
	width: calc(50% - 10px);
	border: 4px solid #4cbcc7;
	border-radius: 10px;
	padding: 20px;
	margin: 0 5px 10px;
}
#other .other_element figure {
	text-align: center;
	margin-bottom: 20px;
}
#other .other_element figure img {
	max-width: 100%;
}
#other .other_element p {
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 14px;
	color: #4cbcc7;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*vr*/

#vr {
	background-color: #FFFFFF;
	padding: 100px 0px 50px;
}
#vr figure {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#vr figure img {
	max-width: 600px;
	width: 100%;
}
#vr figure img.hover360 {
	display: none;
}
#vr .debut {
	margin-top: 50px;
	width: 90%;
	margin: 90px auto 0;
	max-width: 1200px;
	border: 1px solid #000;
	padding: 20px 10px;
}
#vr .debut h2 {
	color: #4EBCC7;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}
#vr .debut .debut_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#vr .debut .debut_wrap p {
    width: 32%;
    height: 50px;
    box-shadow: 3px 3px 10px hsla(0,0%,0%,0.30);
}
#vr .debut .debut_wrap p a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: hsla(56,100%,50%,1.00);
	color: #000;
	font-size: 13px;
	font-weight: bold;
		
}

/*campaign*/

#campaign {
	background-color: hsla(56,100%,50%,1.00);
	padding: 30px 0;
}
#campaign h2 {
	text-align: center;
	color: #ef3366;
	margin: 0 auto 20px;
	font-size: 5.625vw;
	font-weight: bold;
	position: relative;
	width: 80%;
}
#campaign h2:before {
    content: '';
    width: 18px;
    height: 32px;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-image: url("../img/campaign_l.png");
}
#campaign h2:after {
    content: '';
    width: 18px;
    height: 32px;
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-image: url("../img/campaign_r.png");
}
#campaign .capmpaing_wrap {
	width: 90%;
	margin: 0 auto;
}
#campaign .capmaing_element {
	width: 100%;
	margin-bottom: 15px;
}
#campaign .capmaing_element.campaign_img figure {
	width: 100%;
	text-align: center;
}
#campaign .capmaing_element img {
	max-width: 100%;
}
#campaign .capmaing_element.capmaing_word {
	padding: 20px;
	background-color: #FFFFFF;
	border: 2px solid #ef3366;
}
#campaign .capmaing_element h3 {
	margin-bottom: 20px;
	font-size: 4.375vw;
	line-height: 1.4;
	font-weight: bold;
	color: #ef3366;
}
#campaign .capmaing_element p {
	font-size: 3.4375vw;
	line-height: 1.8;
	margin-bottom: 15px;
	color: #666666;
}

/*price*/

#price {
	background-color: #FFFFFF;
	padding: 80px 0;
	margin: 0 auto;
}
#price .price_title {
	margin-bottom: 30px;
}
#price .price_title h2 {
	color: #4EBCC4;
	text-align: center;
	font-size: 24px;
	margin-bottom: 0;
}
#price .price_title figure {
	text-align: center;
	width: 20%;
	margin: -15px auto 0;
}
#price .price_title figure img {
	max-width: 100%;
}
#price .price_title p {
	font-size: 12px;
	line-height: 1rem;
	color: #4EBCC4;
	text-align: center;
	margin: 0
}
#price .pricewrap {
	width: 90%;
	margin: 0 auto;
	color: #666666;
}
#price .price_head {
	display: none;
}
#price .price_element {
	border: 2px solid #4EBCC4;
	margin-bottom: 20px;
}
#price .price_element .element_head {
	background-color: #cee8e9;
	line-height: 1.2rem;
	font-size: 12px;
	padding: 9px;
	text-align: center;
	border-bottom: 1px solid #4EBCC4;
}
#price .element_line .course {
	padding: 10px;
	border-bottom: 1px solid #4EBCC4;
}
#price .element_line .course p.course_name {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}
#price .element_line .course p.course_sub {
	text-align: center;
	font-size: 12px;
	color: #4EBCC4;
	margin: 0;
}
#price .element_line .times {
	display: flex;
	border-bottom: 1px solid #4EBCC4;
}
#price .element_line .times dt {
	width: 40%;
	text-align: center;
	font-size: 12px;
	background-color: hsla(182,37%,86%,1.00);
	border-right: 1px solid #4EBCC4;
	padding: 10px;
}
#price .element_line .times dd {
	width: 60%;
	padding: 10px;
	text-align: center;
	font-size: 13px;
}
#price .element_line .price {
	display: flex;
}
#price .element_line .price dt {
	width: 40%;
	text-align: center;
	font-size: 12px;
	background-color: hsla(182,37%,86%,1.00);
	border-right: 1px solid #4EBCC4;
	padding: 10px;
}
#price .element_line .price dd {
	width: 60%;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#price .element_line .price dd span {
	font-size: 12px;
	font-weight: normal;
}
#price .personal {
	width: 90%;
	margin: 20px auto 0;
	color: #666666;
	border: 2px solid #4EBCC4;
}
#price .personal_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #4EBCC4;
}
#price .personal_title p {
	line-height: 1.8;
}
#price .personal_title p span {
	font-size: 12px;
	font-weight: normal;
}
#price .personal_price {
	background-color: hsla(180,45%,98%,1.00);
	padding: 20px 10px;
}
#price .personal_price_top {
	margin-bottom: 20px;
}
#price .personal_price_top p:first-of-type {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
#price .personal_price_top p:last-of-type {
	font-size: 14px;
	text-align: center;
	color: #4EBCC4;
}
#price .personal_price_bottom {
	text-align: center;
	font-size: 18px;
}
#price .personal_price_bottom span {
	font-size: 12px;
}

#price .keyarea {
	display: none;
}


/*shop*/

#shop {
	background-color: #FFFFFF;
	margin-top: -1px;
	color: #666666;
	padding-bottom: 50px;
}
#shop .shopwrap {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
#shop .shopwrap .keyimg {
	text-align: center;
	margin-bottom: 10px;
}
#shop .shopwrap iframe.keyimg {
	width: 100%;
}
#shop .keyimg img {
	max-width: 100%;
}
#shop .shop_info .shoptitle {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
#shop .shop_info h3 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}
#shop .shop_info .address {
	margin-bottom: 20px;
}
#shop .shop_info .tel {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	color: #000000;
}
#shop .shop_info .staffhour {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#shop .shop_info .staffhour p {
	font-size: 12px;
}
#shop .shop_info .staffhour p:first-of-type {
	width: 100px;
}
#shop .shop_info .staffhour p:last-of-type {
	width: calc(100% - 100px);
	padding-left: 20px;
}
#shop .shop_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shop .shop_button p {
	width: 30%;
	height: 35px;
}
#shop .shop_button p a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsla(56,100%,50%,1.00);
    color: #000000;
    font-size: 16px;
    box-shadow: 3px 3px 6px hsla(0,0%,0%,0.20);
}

/*footer_menu*/

#footer_menu {
	background-color: #FFFFFF;
	padding: 30px;
}
#footer_menu .footer_menuwrap {
	width: 90%;
	margin: 0 auto;
}
#footer_menu .menu_l {
	margin-bottom: 20px;
}
#footer_menu .menu_r h4 {
	color: #666666;
	margin-left: -1rem;
	margin-bottom: 10px;
}
#footer_menu .footer_menuwrap ul li {
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}
#footer_menu .footer_menuwrap ul li:after {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #dcdcdc;
}
#footer_menu .footer_menuwrap ul li a {
	color: #666666;
	font-size: 16px;
}



@media screen and (min-width: 540px) {
	
	.headline {
		height: auto;
	}
	
	
}/*min540 end*/


@media screen and (min-width: 768px) {
	
	#header_item p br {
		display: block;
	}
	
	.headline {
		width: 100%;
	}
	.headline img {
		width: 100%;
	}
	
	.sma_wrap {
		padding: 0 60px 80px;
	}
	.smatitle {
		max-width: 555px;
		margin-bottom: 50px;
		margin-top: -20px;
	}
	.smatitle h2 {
		font-size: 30px;
	}
	.smatitle figure {
		width: 35px;
	}
	.sma_wrap ul li {
		font-size: 24px;
		align-items: center;
	}
	.sma_wrap ul li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.sma_wrap ul li figure {
		width: 45px;
	}
	.sma_wrap ul li p {
		width: calc(100% - 45px);
	}

	#beginner .beginner_wrap {
		display: flex;
		max-width: 1440px;
	}
	#beginner .beginner_wrap figure {
		width: 50%;
		margin-bottom: 0;
	}
	#beginner .beginner_word {
		width: 50%;
		padding: 0 20px;
	}
	#beginner .beginner_word {
		padding: 30px 20px 30px 40px;
	}
	#beginner .beginner_word h2 {
		font-size: 3.4vw;
	}
	#beginner .beginner_word p {
		font-size: 18px;
	}
	
	#debut .debut_wrap {
		max-width: 1440px;
		margin: 0 auto;
	}
	#debut .debut_top .debut_word h3 span,
	#debut .debut_bottom .debut_word h3 span {
		font-size: 40px;
	}
	#debut .debut_top .debut_word p,
	#debut .debut_bottom .debut_word p {
		font-size: 18px;
		line-height: 1.8;
	}
	#debut .debut_bottom {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#debut .debut_bottom .debut_word h3 {
		font-size: 24px;
		padding: 15px 0;
		white-space: nowrap;
		width: 750px;
	}

	/*machine*/
	
	#machine .machine_element {
		width: 25%;
	}
	
	/*personal*/
	
	#personal .personal_wrap .personal_img:after {
		width: 50%;
		height: 50%;
		right: 30px;
		bottom: 30px;
	}
	#personal .personal_wrap .personal_img figure img {
		padding: 0 10px 10px 0;
	}
	
	/*security*/
	
	#security h2 br {
		display: none;
	}
	#security .security_element {
		width: 25%;
	}
	#security .security_element h3 {
		text-align: left;
	}
	
	/*other*/
	
	#other .other_element {
		width: calc(33% - 10px);
	}
	
	/*vr*/
	
	#vr .debut h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	#vr .debut .debut_wrap p {
		transition: 0.3s;
		width: 33%;
	}
	#vr .debut .debut_wrap p a {
		font-size: 14px;
	}
	#vr .debut .debut_wrap p:hover {
		transform: translate(1px,2px);
	}
	#vr figure {
		position: relative;
	}

	#vr figure a .hover360 {
		display: inline-block;
		margin: 0 auto;
		transition: 0.3s; 
	}
	#vr figure a:hover .bunner360 {
		opacity: 0;
	}
	#vr figure a .bunner360 {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.3s;
	}
	#vr figure a:hover .hover360 {
		transform: translate(1px,1px);
	}
	
	/*campaign*/
	
	#campaign h2 {
		margin-bottom: 50px;
		font-size: 42px;
		text-align: center;
		width: 544px;
	}
	#campaign h2:before,
	#campaign h2:after {
		width: 36px;
		height: 62px;
	}
	
	#campaign .capmaing_element {
		max-width: 900px;
		width: 90%;
		margin: 0 auto 30px;
	}
	#campaign .capmaing_element.capmaing_word {
		padding: 30px;
	}
	#campaign .capmaing_element h3 {
		margin-bottom: 10px;
		font-size: 36px;
		line-height: 3.6rem;
		text-align: center;
	}
	#campaign .capmaing_element p {
		font-size: 16px;
		line-height: 2.4rem;
		text-align: center;
	}

	/*price*/

	#price .price_head {
		display: block;
		display: flex;
		flex-wrap: wrap;
		border-top: 2px solid #4EBCC4;
		border-left: 2px solid #4EBCC4;
		border-right: 2px solid #4EBCC4;
	}
	#price .price_head p {
		background-color: hsla(182,37%,86%,1.00);
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		padding: 20px 10px;
	}
	#price .price_head p:nth-of-type(1) {
		width: 35%;
	}
	#price .price_head p:nth-of-type(2) {
		width: 32.5%;
		border-left: 1px solid #4EBCC4;
		border-right: 1px solid #4EBCC4;
	}
	#price .price_head p:nth-of-type(3) {
		width: 32.5%;
	}
	#price .element_head {
		display: none;
	}
	#price .price_element {
		margin-bottom: 0;
		border-bottom: none;
		border-top: 1px solid #4EBCC4
	}
	#price .element_line {
		display: flex;
		flex-wrap: wrap;
	}
	#price .element_line .course {
		width: 35%;
		padding: 5px;
		min-height: 90px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border-bottom: none;
	}
	#price .element_line .course p {
		width: 100%;
	}
	#price .element_line .course p.course_name {
		font-size: 1.6vw;
	}
	#price .element_line .course p.course_sub {
		font-size: 1vw;
	}
	#price .times dt {
		display: none;
	}
	#price .element_line .times  {
		width: 32.5%;
		border-bottom: none;
		border-left: 1px solid #4EBCC4;
		border-right: 1px solid #4EBCC4;
	}
	#price .element_line .times dd {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.3vw;
		font-weight: bold;
	}
	#price .price dt {
		display: none;
	}
	#price .price {
		width: 32.5%;
	}
	#price .element_line .price dd {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.6vw;
	}
	#price .pricewrap > div:last-of-type {
		border-bottom: 2px solid #4EBCC4;
	}
	#price .keyarea {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#price .keyarea .plus {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#price .keyarea .plus img {
		width: 40px;
	}
	#price .key_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		border: 2px solid #4EBCC4;
		padding: 20px;
		color: #666666;
	}
	#price .key_word {
		width: 50%;
		max-width: 300px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#price .key_price {
		font-size: 1.6vw;
		font-weight: bold;
	}
	#price .key_price span {
		font-size: 12px;
		font-weight: normal;
	}
	#price .keyimg {
		width: 40%;
		max-width: 42px;
		text-align: center;
		padding-right: 10px;
	}
	#price .keyimg img {
		max-width: 100%;
	}
	#price .key_word div {
		width: 60%;
	}
	#price .key_word div p:first-of-type {
		font-size: 24px;
		font-weight: bold;
	}
	#price .key_word div p:last-of-type {
		font-size: 12px;
		color: hsla(185,52%,54%,1.00);
	}
	#price .personal_title {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#price .personal_title p {
		padding: 0 10px;
		font-size: 1.6vw;
	}
	#price .personal_price {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	#price .personal_price_top {
		padding: 20px;
		border-right: 1px solid #4EBCC4;
		margin-bottom: 0;
		text-align: centere;
		width: 65%;
	}
	#price .personal_price_bottom {
		width: 35%;
		font-size: 1.6vw;
		font-weight: bold;
	}
	#price .personal_price_top p:first-of-type {
		font-size: 1.6vw;
		font-weight: bold;
	}

	
	/*footer*/
	
	footer .inner {
		display: flex;
		justify-content: center;
	}
	#footer_logo {
		margin: 0 1rem;
		width: 200px;
	}
	#footer_logo img {
		margin-bottom: 1rem;
	}
	
	/*shop*/
	
	#shop .shopwrap {
		display: flex;
		flex-wrap: wrap;
		max-width: 1200px;
		margin: 0 auto;
		justify-content: space-between;
	}
	#shop .shopwrap .keyimg {
		width: 50%;
		height: 320px;
	}
	#shop .shopwrap iframe.keyimg {
		width: 50%;
	}
	#shop .shopwrap .keyimg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#shop .shopwrap .shop_info {
		width: 45%;
	}
	#shop .shop_info .shoptitle {
		text-align: left;
		font-size: 16px;
	}
	#shop .shop_info h3 {
		text-align: left;
		font-size: 32px;
	}
	#shop .shop_info .address {
		line-height: 1.6;
	}
	#shop .shop_info .tel {
		text-align: left;
	}
	#shop .shop_button {
		justify-content: center;
	}
	#shop .shop_button p {
		height: 60px;
		width: calc(33% - 10px);
		margin: 0 5px;
	}
	#shop .shop_button p a {
		font-size: 20px;
		transition: 0.3s;
	}
	#shop .shop_button p a:hover {
		transform: translate(1px,1px);
	}
	
	/*footer_menu*/

	#footer_menu .footer_menuwrap {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer_menu .footer_menuwrap .menu_l {
		padding: 0 30px;
	}

	#footer_menu .footer_menuwrap .menu_r {
		padding: 0 30px;
	}
	#footer_menu .footer_menuwrap .menu_r h4 {
		font-weight: normal;
	}
	
}/*min768end*/

@media screen and (min-width: 769px) {
	
	/*personal*/
	
	#personal {
		padding: 100px 0;
	}
	#personal h3 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	#personal h3 br {
		display: none;
	}
	#personal .personal_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#personal .personal_wrap .personal_img {
		width: 60%;
		padding-right: 20px;
		margin-bottom: 0;
	}
	#personal .personal_wrap .personal_word {
		width: 40%;
	}
	#personal .personal_word h2 {
		font-size: 26px;
	}
	#personal .personal_word p {
		font-size: 16px;
	}
	
	/*security*/
	
	#security h2 {
		font-size: 24px;
	}
	#security .security_element h3 {
		font-size: 18px;
	}
	#security .security_element p {
		font-size: 13px;
	}
	
	/*other*/
	
	#other {
		padding: 100px 0;
	}
	
	#other h2 {
		font-size: 24px;
	}
	#other h2 + p {
		font-size: 14px;
	}
	#other .other_element p {
		font-size: 24px;
		line-height: 1.4;
	}
	
}/*min769end*/



@media screen and (min-width: 1024px) {
	
	/*header*/
	
	header {
		position: fixed;
		height: 60px;
	}
	#header_item {
		width: auto;
		justify-content: space-around;
	}
	#header_cv {
		margin: 0.5rem;
		width: 500px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	main {
		padding-top: 60px;
	}

	
	/*debut*/
	
	#debut {
		padding: 60px 0 80px;
	}
	#debut .debut_top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 30px;
	}
	#debut .debut_top .debut_word h3 {
		font-size: 24px;
		padding: 15px 0;
		white-space: nowrap;
		width: 650px;
		position: absolute;
		right: 0;
		top: 0;
	}
	#debut .debut_top .debut_word {
		position: relative;
		padding-top: 60px;
	}
	#debut .debut_top figure {
		width: 60%;
	}
	#debut .debut_word {
		width: 40%;
	}
	#debut .debut_bottom figure {
		order: 2;
	}
	#debut .debut_bottom .debut_word {
		position: relative;
		padding-top: 60px;
	}
	#debut .debut_bottom figure {
		width: 60%;
	}
	
	/*machine*/
	
	#machine h2 {
		font-size: 30px;
	}
	#machine .machine_element h3 {
		font-size: 20px;
	}
	#machine .machine_element p {
		text-align: center;
	}
	#machine .machine_element p br {
		display: block;
	}
	
	

	/*footer*/
	
	#footer_cv {
		display: none;
	}
	
}/*min1024end*/

@media screen and (min-width: 1140px) {
	
	#header_item {
		margin: 0.5rem 2rem;
	}
	#header_item p {
		font-size: 16px;
	}
	

	
}/*min1140end*/

@media screen and (min-width: 1250px) {
	
	#debut .debut_top .debut_word h3,
	#debut .debut_bottom .debut_word h3 {
		font-size: 30px;
	}
	
	/*personal*/
	
	#personal h3 {
		font-size: 30px;
	}
	#personal .personal_word h2 {
		font-size: 38px;
	}

	
}/*min1250end*/

@media screen and (max-width: 768px) {
	
	/*personal*/
	
	#personal .personal_word h2 br {
		display: none;
	}
	
}/*max768end*/

@media screen and (max-width: 450px) {
	
	/*personal*/
	
	#personal .personal_word h2 br {
		display: block;
	}
	
}/*max450end*/

