
/* layout
===============================================================*/
html,body,h1,h2,h3,p,input{
    font-size: 16px;
	font-weight: 500;
	/*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.gothic{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.num{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    padding-right: 10px;
    color: #234079;
}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}


body,form,fieldset {
	margin: 0;
	padding:0;
    -webkit-text-size-adjust: none;
}
fieldset {
	border:none;
}

address{ font-style: normal; }

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	margin: 0;
	padding:0;
}

blockquote,li,dt,dd {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

input,textarea {
	font-size:1em;
}

img {
	margin:0px;
	padding:0px;
	border: 0px;
	vertical-align:bottom;
}

table {
    border-collapse:collapse;
}

textarea{
	resize: vertical !important;
}



select{ padding:2px; background-color:#fefefe; border: #999999 1px solid; }


input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea{
	padding:5px 5px;
	border: #999999 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans JP' , "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}


.fs-12{ font-size: 0.75em; }
.fs-14{ font-size: 0.875em; }


.ff-gothic{
	font-family: 'Noto Sans JP' , "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.ff-eng{

}


.lh-1{ line-height: 1; }


/* float, clear
===============================================================*/
.cf { zoom:1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

.clear {
	clear: both;
	visibility: visible;
}

.left {
	float:left;
}

.right {
	float:right;
}

textarea{
	resize: vertical !important;
}
input{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c{ text-align: center; }


.relative{ position: relative; }

.anchor{ position: absolute; padding-top: 145px; margin-top: -145px; }



a{ color: #333333; text-decoration: none; transition: .7s all; }
a:hover{ color: #333333; text-decoration: none; }
a:active{ color: #333333; text-decoration: none; }
a:focus{ color: #333333; text-decoration: none; }
a:visited{ color: #333333; text-decoration: none; }




@media screen and ( min-width: 901px ) {

	.disnone{
		display: none !important;
	}


.c-anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

}

.inner{
	max-width: 1160px;
	margin: 0 auto;
}

.side-spacer{
	margin-left : 20px;
	margin-right: 20px;
}



.flex-between-box{ display: flex; justify-content: space-between; }



a.scale{
	display: block;
	overflow: hidden;
}
a.scale img.scale{
	transition: .7s all;
}

a.scale img.scale:hover{
	transform:scale(1.2,1.2);
	transition: .7s all;
}




a.ul-left-to-right { position: relative; display: inline-block; text-decoration: none; }
a.ul-left-to-right::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
a.ul-left-to-right:hover::after { transform: scale(1, 1); }













/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	common - header

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

header{
	z-index: 100;
    transition: .4s ease;
}



header .header-inner{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
}


header .header-inner nav ul{
	display: flex;
}


header h1{
	display: table;
	height: 100px;
}

header h1 span{
    display: table-cell;
    vertical-align: middle;

}

.header-right{
	text-align: right;
}

header .header-inner nav{
	margin-top: 15px;
}


section.course{
    padding: 30px 0 70px 0;
    background: url('../images/top/about-bg.png') no-repeat 50% 50% #eaeaea;
}

section.course .inner{
    max-width: 930px;
    margin: 0 auto;
}

section.course .inner ul{
    display: flex;
    justify-content: space-between;

}

section.course .inner ul li{ width: 28%; border: #234079 2px solid; color: #234079; font-weight: 700; padding: 8px 10px; text-align: center; border-radius: 8px; }


section.course .inner ul li.active,
section.course .inner ul li:hover{
    background-color: #234079;
    color: #ffffff;

}


.laundry{
    padding: 60px 0;
}


section.course .box{
    margin: 30px 0;
    text-align: center;
    display: none;
}
section.course .box.show{
    display: block;
	min-height: 200px;
}


section.course .box p{
    font-weight: 700;
    color: #334c7d;
    line-height: 2;
}


section.course .box p span{
    background-color: #334c7d;
    color: #ffffff;
    margin: 0 10px;
    padding: 3px 7px;
}

section.course .box h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #234079;
    text-align: center;
}


header .header-inner .header-contact a,
header .header-inner nav ul li a{
	color: #ffffff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.header-inner nav ul li a{ position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.header-inner nav ul li a:hover::before{
    content: "";
  -webkit-transition: .3s ease;
  transition: .3s ease;
    background-color: #234079;
    height: 5px;
    position: absolute;
    bottom: -8px;
    display: block;
    width: 100%;
}


header .header-inner nav ul li:not(:last-child){
}

header .header-inner nav ul li.line::before{ content: "/"; color: #ffffff; margin: 0 10px; }

header .header-inner .header-contact a{ display: inline-block; padding: 5px 10px; border: #ffffff 1px solid; letter-spacing: 1px; }
header .header-inner .header-contact a i{ padding-right: 10px; }




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	top - main

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.top .main{
	display: table;
	width: 100%;
	height: calc(100vh - 35px);
    padding-top: 135px;
}

.top .main .catch{
    vertical-align: middle;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.top .main .catch span{
	display: block;
	margin: 0 auto;
    position: absolute;
    right: 30px;
    top: 30px;
}


	.sp {
		display: none !important;
	}






.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.slide__bg:nth-child(1) { background-image: url(../images/top/main01.jpg); background-size: cover !important; }
.slide__bg:nth-child(2) { background-image: url(../images/top/main02.jpg); }
.slide__bg:nth-child(3) { background-image: url(../images/top/main03.jpg); }

.slide__bg.active {
    opacity: 1;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}






/* 	Scroll-nav
*************************************************************************** */
.scroll-nav {
    position: absolute;
    left: 1%;
    top: calc(100% - 55px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.scroll-nav span {
    position: absolute;
    top: 0;
    width: 1px;
    height: 55px;
    overflow: hidden;
}

.scroll-nav span::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    background-color: #f80000;
    -webkit-animation: scrollNav 1.8s ease infinite;
    animation: scrollNav 1.8s ease infinite;
}

@-webkit-keyframes scrollNav {
    to { -webkit-transform: translateY(101%); transform: translateY(101%); }
}

@keyframes scrollNav {
    to { -webkit-transform: translateY(101%); transform: translateY(101%); }
}

.scroll-nav::after {
    display: block;
    content: "SCROLL";
    position: absolute;
    border-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #9b9b9b;
	left: 10px;
	bottom: -20px;
    font-size:10px;
    text-indent: -50px;
    letter-spacing: 0.5px;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
	font-family: "Roboto", san-serif !important;
}




.laundry .txt{ padding-top: 15px; text-align: center; font-weight: 700; }



.laundry .remarks{
    font-size: 12px; line-height: 2;
}


.equipment{ background: url('../images/top/equipment-bg.png') #f6f7f8 no-repeat 50% 100% / contain; padding-bottom: 300px; }

.equipment .box01{display: flex; justify-content: space-between; }
.equipment .box02{display: flex; justify-content: space-around; margin-top: 40px; }

.equipment .box01 dl,
.equipment .box02 dl{
	width: 339px;
}


.equipment dl dd.txt{ margin-top: 10px; }

.equipment dl dd{ text-align: center; font-size: 14px; letter-spacing: .1em; }
.equipment dl dt{
    display: block;
    font-size: 20px;
    text-align: center;
    color: #1245a8;
    font-weight: 700;
    padding: 0 0 10px;
    line-height: 1.6;
}
.equipment dl dt.second-row{
    padding: 21px 0;
}



.attention{ padding: 90px 0 40px 0; }

.attention .txt{ padding-top: 15px; font-weight: 700;
text-align: center; }

.attention .inbox{ padding: 30px 50px; }

.attention ul li:not(:last-child){ border-bottom: #dfdfdf 1px solid; }

.attention ul li span{ padding: 20px 0 15px 10px; display: flex; align-items: baseline; }

.attention ul li.no01 span{ background: url('../images/top/no01.png') no-repeat 10px 50%; }
.attention ul li.no02 span{ background: url('../images/top/no02.png') no-repeat 5px 50%; }


.price { padding-bottom: 100px; }
.price table{
	width: 100%;
	table-layout: fixed;
	border-top: #dfdfdf 1px solid;
	border-left: #dfdfdf 1px solid;
}

.price table tr td{
	border-bottom: #dfdfdf 1px solid;
	border-right: #dfdfdf 1px solid;
	padding: 8px 10px;
	text-align: center;
}

.price table tr td.h{
	background-color: #f6f7f8;
	font-weight: 700;
}


.price table tr th.ttl{
    background-color: #f6f7f8;
    font-weight: 700;
    padding: 15px 0;
    border-right: #dfdfdf 1px solid;
    border-bottom: #dfdfdf 1px solid;
}

.price .inbox{ padding: 40px 50px; }

.price .banner{ text-align: center; margin-top: 50px; }

.inbox{
	border: #dfdfdf 2px solid;
	border-radius: 5px;
	padding: 40px 50px;
	background-color: #ffffff;
    margin-top: 65px;
}


section{
    background-color: #f6f7f8;
    position: relative;
}




.about{ padding: 50px 0;}

.about .msg{ margin: 30px 0; text-align: center; line-height: 2; }



.floor .floor-map{
	border: #dfdfdf 2px solid;
	border-radius: 5px;
	padding: 40px;
	background-color: #ffffff;
}


.floor .floor-map .box01,
.floor .floor-map .box02{
	display: flex;
	justify-content: space-between;
}
.floor .floor-map .box02{ margin-top: 50px; }

.floor .floor-map .box02 dl{
	width: 339px;
}


.floor .floor-map .box02 dl dd{ text-align: center; font-size: 14px; letter-spacing: .1em; }
.floor .floor-map .box02 dl dd span{
    display: block;
    font-size: 16px;
    text-align: center;
    color: #1245a8;
    font-weight: 700;
    padding: 20px 0 20px;
    line-height: 1;
}

section h2{
	font-size: 24px;
	font-weight: 700;
	color: #334c7d;
	text-align: center;
}

section h3{
	font-size: 14px;
	color: #adadad;
  position: relative;
	display: block;
	text-align: center;
  margin-bottom: 10px;
	font-style: italic;

}

section h3:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 55px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #bbccee;/*線の色*/

}


.access{ padding: 0 0 65px 0; }

.access .map{ margin: 50px 0 30px 0; }
.access .map iframe{
	width: 100%;
}



.floor{ padding-bottom: 55px; }

.access .address{
	border: #dfdfdf 1px solid;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: #ffffff;
}


.access .address p.t{
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 2.2;
	margin-right: 2em;

}

.access .address p.b{
	margin-left: 2em;
}


.access .address p.b a{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	display: block;
	font-style: italic;
	background-color: #1245a8;
	border-radius: 8px;
    padding: 0 30px 0 20px;

}


.access .address p.b a span{
	display: inline-block;
	padding: 10px 0;
	display: block;
    background: url('../images/top/map-icon.png') no-repeat 0 50%;
    padding-left: 35px;
}


/*:::::

	footer

:::::*/

footer{ background-color: #1a2438; padding: 45px 0 40px 0; }

footer *,
footer a{ color: #ffffff !important; }

footer .inner{ text-align: center; }

footer small{ font-size: 10px; color: #758b98 !important; margin-top: 30px; display: block; }

footer address,
footer p{ font-style: italic; font-size: 14px; }

footer h2{ font-size: 24px; line-height: 1; margin-bottom: 30px; }





header{
    position: fixed;
    width: 100%;
    background-color: rgba(226, 232, 243, .8);
    height: 100px;
	padding-bottom: 35px;

}

.header-wrapper{
	background-color: #234079;

}


.laundry-box{
    display: flex;
    justify-content: space-between;
    margin: 60px 0 10px;
}


.laundry-box div.laundry-box-outer{
	border: #dfdfdf 2px solid;
	border-radius: 5px;
    width: 540px;
    position: relative;
}

.laundry-box .laundry-box-inner{
    padding: 30px 30px 10px;
    position: relative;
	background-color: #ffffff;
}

.laundry-box .laundry-box-inner h4{
    position: relative;
    margin-top: -70px;
    text-align: center;
    margin-bottom: 15px;
}


.laundry-box .laundry-box-inner p.tit {
  display: table;
  text-align: center;
  white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    color: #1245a8;
    margin-top: 10px;
}
.laundry-box .laundry-box-inner p.tit:after, .laundry-box .laundry-box-inner p.tit:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(#1245a8), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.laundry-box .laundry-box-inner p.tit:after {
  border-left: 1em solid transparent;
}
.laundry-box .laundry-box-inner p.tit:before {
  border-right: 1em solid transparent;
}


.laundry-box .laundry-box-inner ul li{
    padding: 5px 0;
    font-size: 14px;
}

.laundry-box .laundry-box-inner .caution{
    padding: 10px 15px;
	border-radius: 5px;
background-color: #f2d725;
    text-align: center;
    font-size: 14px;
    color: #1245a8;
    margin-top: 15px;
}

.laundry-box .caution02{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #1245a8;
}

.laundry-box .caution02-inner{
    padding: 0 30px 10px;
    font-size: 14px;
}

.laundry-box .caution02 span.cautionss{
    padding: 10px;
    display: block;
}

.laundry-box .caution02 span.cautions{
    display: block;
	border-radius: 5px;
    background-color: #e9e9e9;
    padding: 10px;
    margin-top: 10px;
}






@media screen and ( min-width: 901px ) and ( max-width: 1200px ) {

	header .header-inner{ margin: 0 20px; }

	.equipment .box01 dl, .equipment .box02 dl{ width: 30%; }
	.equipment .box01 dl img, .equipment .box02 dl img{ width: 100%; }

	.inbox{ margin-left: 20px; margin-right: 20px; }

	.banner img{ width: 100%; }

	.laundry-box{ margin-left: 20px; margin-right: 20px; }

	.floor .floor-map .box01 p{ width: 48%; }
	.floor .floor-map .box01 img, .floor .floor-map .box02 img{ width: 100%; }

	.laundry-box div.laundry-box-outer{ width: 49%; }

	.floor .floor-map .box02 dl{ width: 32%; }

	.access .inner{ margin: 0 20px; }

	.laundry .remarks{ margin: 0 20px; }

}



@media screen and ( min-width: 901px ) {

    .sponly{ display: none !important; }

}

@media screen and ( max-width: 900px ) {

    .pconly{ display: none !important; }

    .inner{ max-width: 100%; margin: 0 10px; }



	section.course .box.show{ min-height: 220px; }


	.inbox{padding: 30px 20px; }


    section.course{ padding-bottom: 30px; }
    section.course .inner{ margin: 0 10px; }

    .attention .inbox{ margin-top: 30px; }
    .attention .inbox{ padding: 10px 20px; }

    .attention ul li span{ font-size: 14px; padding-left: 0; }


    .price .inbox{ padding: 40px 10px; }

    .price .banner{ margin-top: 30px; }
    .price .banner img{ width: 100%; }


    .price table tr th{
        background-color: #f6f7f8;
        font-weight: 700;
        padding: 15px 0;
        border-right: #dfdfdf 1px solid;
        border-bottom: #dfdfdf 1px solid;
    }

    .price table tr th.ttl{
        background-color: #f6f7f8;
        font-weight: 700;
        padding: 15px 0;
        border-right: #dfdfdf 1px solid;
        border-bottom: #dfdfdf 1px solid;
    }

    .price table{ table-layout: auto; }


    .laundry-box div.laundry-box-outer:last-child{ margin-top: 50px; }
    .laundry-box div.laundry-box-outer{ width: auto; }
    .laundry-box{ display: block; }

    .laundry-box .caution02{ position: relative; }

    .equipment{ padding-bottom: 130px; }
    .equipment .box01{ justify-content: space-between; flex-wrap: wrap; }
    .equipment .box02{ justify-content: space-between; flex-wrap: wrap; }
    .equipment .box03{ justify-content: center; flex-wrap: wrap; }
    .equipment .box01 dl, .equipment .box02 dl{ width: 48%; }
    .equipment .box01 dl img, .equipment .box02 dl img{ width: 100%; }

    .equipment dl dt{ font-size: 16px; }
    .equipment dl dd.txt{ font-size: 12px; }
    .equipment dl dt.second-row{ padding: 0 0 10px; }


    .floor .floor-map{ padding: 20px; justify-content: space-between; }
    .floor .floor-map .box01, .floor .floor-map .box02{ flex-wrap: wrap; }

    .floor .floor-map .box02 dl{ width: 48%; margin-bottom: 20px; }
    .floor .floor-map .box02 dl dd span{
    font-size: 14px;
    padding: 15px 0; }
    .floor .floor-map .box02 dl dd{ font-size: 12px; line-height: 1.6; }


    .floor .floor-map dl dt img{ width: 100%; }

    .floor .floor-map .box01 p:first-child{ display: none; }

    .floor .floor-map .box01 p{ text-align: center;  }
    .floor .floor-map .box01 p img{ width: 80%; }

    .equipment .box02{ margin-top: 15px; }





    /*----- access ------*/

    .access .map iframe{ height: 250px; }

    .access .address{ display: block; }
    .access .address p.t{ margin-right: 0; }
    .access .address p.b{ margin-left: 0; margin-top: 10px; text-align: center; }
    .access .address p.b a{ display: inline-block; }





    header{ height: 52px; border-bottom: none; }


	.top .main .catch{
		vertical-align: middle;
		text-align: center;
		position: absolute;
		top: calc(50% - 100px);
		left: calc(50% - 74px);
	}

	.nav-outer.open{
		display: inherit !important;
		position: fixed;
		width: 100%;
		height: calc(100vh - 50px);
		background-color: #234079;
        transition: .4s ease;
		overflow-y: auto;
    padding-bottom: 70px;
		z-index: 99;
		padding-top: 80px;
	}




    .tel{ margin: 30px 10px 0; border: #ffffff 1px solid; }
    .tel a{ display: block; padding: 10px; text-align: center; color: #ffffff; }

    .tel a span{ display: inline-block; padding: 10px 30px;
        background: url('../images/common/tel.png') no-repeat 0% 50% / auto 14px; }

	.nav-outer{
		display: none !important;
	}

	.nav-outer.open nav{
		display: inherit !important;
		padding-bottom: 50px;
		padding-top: 10px;
	}

	.nav-outer div{
		width: auto;
		height: auto;
	}
	.nav-outer ul{
		display: block !important;
	}
	.nav-outer ul li{
		width: 100%;
	}

	.nav-outer ul li a{
		display: block;
		color: #ffffff;
    	padding: 12px 10px;
        background: url('../images/common/arrow.png') no-repeat 97% 50% / auto 14px;
	}


	header .header-inner{
		padding: 0 20px 10px;
	}

    header h1 span img{ width: 75px; }

	.header-right{
		display: none;
	}

	.sp {
		display: inherit !important;
	}

	header{
		padding: 0 0;
	}

	header h1{
		width: 93.5px;
		height: 33.5px;
		background: url(../images/common/logo_header.png) no-repeat 0 0 / 93.5px 33.5px;
	}

    .top .main{ padding-top: 55px; height: calc(50vh - 55px); }

	header h1{
		margin-top: 10px;
	}


    .menu_icon .menu-trigger,

    .menu_icon .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu_icon .menu-trigger {
        position: relative;
        width: 30px;
        height: 21px;
    	margin-top: 15px;
    }

    .menu_icon .menu-trigger span { position: absolute; left: 0; width: 100%; height: 3px; background-color: #ffffff; }

    .menu_icon .menu-trigger span:nth-of-type(1) { top: 0; }

    .menu_icon .menu-trigger span:nth-of-type(2) { top: 9px; }

    .menu_icon .menu-trigger span:nth-of-type(3) { bottom: 0; }

    .menu_icon .menu-trigger.active span{ background-color: #ffffff; }

    .menu_icon .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    .menu_icon .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu_icon .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }


    section.course .inner ul li{ font-size: 12px; width: 25%; }

    .about .msg{ margin: 30px 10px; font-size: 14px; }

    section.course .box p{ font-size: 14px; }

    .top .main .catch{ left: auto; right: 0; top: 55px; }
    .top .main .catch span img{ width: 200px; }


    .laundry-box .laundry-box-inner ul li{ font-size: 12px; }

    .anchor{ position: absolute; padding-top: 65px; margin-top: -65px; }
}
