@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP,LAYOUT]
/* [02.PAGE]
/* [03.SINGLE-LESSON]
/* [04.SINGLE-INSTRUCTOR]
/* [00.MEDIA QUERIES,PRINT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP]
--------------------------------------------------------------------------*/
.start {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
.start p img {
	width: 100%;
	height: auto;
}
.head-btn {
	display: none;
}
main {
	display: block;
	word-break: break-word;
}
#main-top {
	width: 100%;
	padding-left: 5%;
	background: -ms-linear-gradient(90deg,#f7f0e8 0%,#f7f0e8 70%,#fcf8f4 30%,#fcf8f4 100%);
    background: -moz-linear-gradient(0deg,#f7f0e8 0%,#f7f0e8 70%,#fcf8f4 30%,#fcf8f4 100%);
    background: -webkit-linear-gradient(0deg,#f7f0e8 0%,#f7f0e8 70%,#fcf8f4 30%,#fcf8f4 100%);
    background: linear-gradient(90deg,#f7f0e8 0%,#f7f0e8 70%,#fcf8f4 30%,#fcf8f4 100%);
    position: relative;
    height: auto;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-visual {
	display: flex;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-visual .img-box {
	width: 70%;
	margin: 0 0 0 auto;
	padding-top: 110px;
	animation: anim 1s forwards;
}
.main-visual .img-box img {
	width: 100%;
	height: auto;
}
@keyframes anim {
  0% {
  	transform: translateX(300px);
  }
  100% {
  	transform: translateX(0px);
  }
}
.main-visual .txt-box {
	width: 55%;
	position: absolute;
	z-index: 10;
	top: 30%;
	left: 5%;
}
.main-visual .txt-box .eng {
	font-size: 160px;
	line-height: 92px;
	color: #fc9bac;
	margin-bottom: 75px;
}
.main-visual .txt-box h2 {
	line-height: 140%;
	margin-bottom: 20px;
}
.main-visual .txt-box .dsp {
	width: 58%;
}
.focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.feature-bnr-li {
	width: 100%;
	margin-bottom: 20px;
}
.feature-bnr-li li {
	width: 49%;
}
.feature-bnr-li li img {
	width: 100%;
	height: auto;
}
.feature-bnr-li li img:hover {
	transition: 1.0s;
	opacity: 0.5;
}
.experience-go-form {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.experience-go-form .txt-box {
	width: 50%;
	color: #a68b62;
}
.experience-go-form .point {
	margin-bottom: 10px;
}
.experience-go-form .point span {
	display: inline-block;
	padding: 5px 10px;
	background: #f5f5f5;
	margin-right: 5px;
	font-size: 12px;
	line-height: 140%;
}
.experience-go-form .price {
	font-size: 24px;
}
.experience-go-form .price span {
	font-size: 15px;
	margin-left: 5px;
}
.experience-go-form .btn-box {
	width: 50%;
}
.experience-go-form .btn-box .button {
	font-size: 18px;
}
.about-hammock-yoga-ttl-bg {
    background: url(../images/layouts/about-hammock-yoga-ttl-bg.png) no-repeat center top;
    width: 100%;
    height: 480px;
    position: relative;
}
#ttl-wrap-fff {
    position: absolute;
    bottom: 0;
    max-width: 1200px;
    right: 0;
    left: 0;
    margin: auto;
}
#ttl-wrap-fff .wrap {
    background: #fff;
    max-width: 1200px;
    padding: 60px 20px 40px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#ttl-wrap-fff .wrap h2 {
	margin-bottom: 10px;
}
#ttl-wrap-fff .wrap h2 span {
	display: inline-block;
	padding: 8px 20px 6px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 140%;
	background: #c7887f;
	border-radius: 100px;
}
.about-hammock-yoga-cons {
	width: 100%;
	max-width: 1200px;
	padding: 50px 80px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-break: break-all;
}
.hammock-yoga-dsp {
	width: 100%;
	margin-bottom: 40px;
}
.hammock-yoga-dsp .txt-box {
	width: 56%;
	color: #666;
}
.hammock-yoga-dsp .txt-box .ttl {
	font-size: 36px;
	line-height: 140%;
	margin-bottom: 30px;
	color: #212121;
}
.hammock-yoga-dsp .img-box {
	width: 40%;
}
.hammock-yoga-dsp .img-box img {
	width: 100%;
	height: auto;
}
.hammock-yoga-dsp .button {
	width: 320px;
}
.whats-antigravity {
	width: 100%;
	background: #fbf9f6;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	align-items: center;
}
.whats-antigravity p:first-child {
	width: 20%;
}
.whats-antigravity p:last-child {
	width: 78%;
	font-size: 14px;
	line-height: 140%;
}
.whats-antigravity p img {
	width: 100%;
	height: auto;
}
.triangle-bg-white,
.triangle-bg-beige {
    padding: 0 0 110px 0;
}
.triangle-bg-white {
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}
.triangle-bg-white:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #f7f0e8 transparent;
}
.triangle-bg-beige {
    position: relative;
    background-color: #f7f0e8;
    overflow-x: hidden;
}
.triangle-bg-beige:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #fff transparent;
}
.ttl-wrap {
	align-items: center;
	margin-bottom: 80px;
}
.ttl-wrap div {
	width: 48%;
}
.ttl-wrap div .eng {
	font-size: 98px;
	line-height: 100%;
}
.ttl-wrap div h2 {
	line-height: 140%;
	margin-bottom: 30px;
}
.ttl-wrap div img {
	width: 100%;
	height: auto;
}
.pickup-course {
	margin-bottom: 40px;
}
.pickup-course .ttl-pickup {
	width: 520px;
	margin: 0 auto;
	align-items: center;
	padding-bottom: 40px;
}
.pickup-course .ttl-pickup .icon {
	text-align: center;
	width: 26%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 10px;
}
.pickup-course .ttl-pickup .icon span {
	display: inline-block;
	padding: 25px;
	width: 120px;
	height: 120px;
	background: #fc9bac;
	border-radius: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 120%;
	vertical-align: middle;
	color: #fff;
	font-size: 26px;
}
.pickup-course .ttl-pickup .txt-box {
	width: 72%;
}
.pickup-course .ttl-pickup .txt-box p {
	font-size: 22px;
	line-height: 140%;
}
.pickup-course .ttl-pickup .txt-box p span {
	font-size: 34px;
}
.pickup-course-li {
	width: 100%;
	margin-bottom: 80px;
}
.pickup-course-li li {
	width: 32%;
	position: relative;
}
.pickup-course-li li img {
	width: 100%;
	height: auto;
}
.pickup-course-li li p {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 200px;
	height: 46px;
	background: #d6c1a6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	border-radius: 100px;
	font-size: 14px;
	line-height: 46px;
}
.course-hosoku {
	font-size: 20px;
	text-align: center;
}
.course-hosoku span {
	font-size: 14px;
}
.btn-2c-wrap {
	width: 680px;
	margin: 0 auto;
}
.btn-2c-wrap a {
	width: 49%;
}
.btn-2c-wrap .button span {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	width: 50px;
	margin-right: 5px;
	height: 24px;
	color: #fff;
	background: #c7887f;
	border-radius: 20px;
}
.btn-tac {
	width:320px;
	margin: 0 auto;
}
#lesson-top .ttl-wrap {
	text-align: right;
}
.lesson-li {
	width: 100%;
	margin-bottom: 20px;
}
.lesson-li li {
	width: 49%;
	margin-bottom: 2%;
}
.lesson-li li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #f7f0e8;
}
.lesson-li li .img-box {
	width: 50%;
}
.lesson-li li .img-box img {
	width: 100%;
	height: auto;
}
.lesson-li li .txt-box {
	width: 45%;
}
.lesson-li li .txt-box .time {
	font-size: 12px;
	color: #a68b62;
	margin-bottom: 15px;
}
.lesson-li li .txt-box .time .day-week{
	display: inline-block;
	font-size: 12px;
    padding: 8px 10px;
    background: #a68b62;
    margin-right: 8px;
    color: #fff;
    line-height: 100%;
}
.lesson-li li .txt-box h4 {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 15px;
}
.lesson-li li .txt-box .momentum {
	font-size: 12px;
	color: #666;
	display: flex;
	justify-content: flex-start;
	line-height: 100%;
	margin-bottom: 5px;
}
.lesson-li li .txt-box .momentum .str_img {
    width: auto;
    height: 12px;
}
.lesson-li li .txt-box .momentum .str_img img {
	height: 12px;
	width: auto;
	vertical-align: text-top;
}
.lesson-li li .txt-box .name {
	font-size: 12px;
	color: #666;
	display: flex;
	justify-content: flex-start;
	line-height: 100%;
	margin-bottom: 10px;
}
.lesson-li li .txt-box .more {
	font-size: 14px;
	color: #666;
}
.lesson-li li a:hover {
	transition: 1.0s;
	background: #f8f5f1;
}
#lesson-top.triangle-bg-white:before {
	border-color: transparent transparent #cebe9d transparent;
}
#access {
	background: #cebe9d;
}
#access .pkg {
	padding: 80px 0 40px 0;
}
#access .ttl-wrap {
	color: #fff;
	margin-bottom: 0;
	align-items: in
}
#access .ttl-wrap .eng {
	color: #fff;
}
#access .ttl-wrap .address {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 5px;
}
#access .ttl-wrap .access-info {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 20px;
}
#access .ttl-wrap .tel a {
	font-size: 38px;
	line-height: 140%;
	color: #fff;
}
.contact-ttl-wrap {
	width: 100%;
	margin-bottom: 40px;
}
.contact-ttl-wrap h2 {
	font-size: 18px;
}
/* [02.PAGE]
--------------------------------------------------------------------------*/
.main-price {
	background: url(../images/layouts/main-price-bg.png) no-repeat center top;
	background-size: cover;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 160px 20px;
    position: relative;
    z-index: -1;
    text-align: center;
}
.main-lesson {
	background: url(../images/layouts/main-lesson-bg.png) no-repeat center top;
	background-size: cover;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 160px 20px;
    position: relative;
    z-index: -1;
    text-align: center;
}
.main-instructor {
	background: url(../images/layouts/main-lesson-bg.png) no-repeat center top;
	background-size: cover;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 160px 20px;
    position: relative;
    z-index: -1;
    text-align: center;
}
.main-reserve {
	background: url(../images/layouts/main-lesson-bg.png) no-repeat center top;
	background-size: cover;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 160px 20px;
    position: relative;
    z-index: -1;
    text-align: center;
}
.page-main:after,
.page-single:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #251816;
    opacity: 0.5;
    display: block;
    z-index: -1;
}
.main-page-ttl-wrap .eng {
	color: #fff;
	font-size: 66px;
}
.main-page-ttl-wrap h1 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.main-page-ttl-wrap h1 span {
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
.page-ttl-wrap {
	width: 100%;
	margin-bottom: 60px;
}
.page-ttl-wrap .txt-box {
	width: 56%;
	color: #666;
}
.page-ttl-wrap .img-box {
	width: 40%;
}
.page-ttl-wrap .img-box img {
	width: 100%;
	height: auto;
}
.page h2,
.single h2 {
	margin-bottom: 60px;
	font-size: 32px;
	line-height: 140%;
	color: #212121;
}
.page h2:after,
.single h2:after {
	position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #a68b62;
    width: 80px;
    padding-bottom: 20px;
}
.page h3,
.single h3 {
	font-size: 26px;
	position: relative;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
.page h3:before,
.single h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  content: '';
  background: #a68b62;
}
.page-ttl-wrap h2 {
	margin-bottom: 40px;
}
.in-page-links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in-page-links li {
	width: 24%;
	text-align: center;
	border: 1px solid #a68b62;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 40px;
}
.in-page-links li a {
	color: #a68b62;
	display: inline-block;
	width: 100%;
}
.in-page-links li a span {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	background: #fc9bac;
	margin-left: 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 40px;
}
.in-page-links li:hover {
	transition: 1.0s;
	background: #a68b62;
}
.in-page-links li:hover a {
	transition: 1.0s;
	color: #fff;
}
#experience-lesson,
#drop-in,
#ticket-system,
#monthly-fee-system {
	padding-top: 80px;
}
.lesson-wrap {
	padding: 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fcf8f4;
}
.lesson-wrap .icon {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
.lesson-wrap .icon span {
	display: inline-block;
	background: #fff;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	margin-right: 5px;
}
.experience-lesson-li {
	margin-bottom: 2%;
}
.experience-lesson-li li {
	width: 32%;
}
.experience-lesson-li li .img-box {
	width: 100%;
	height: auto;
	position: relative;
}
.experience-lesson-li li img {
	width: 100%;
	height: auto;
}
.experience-lesson-li li .img-box p {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 200px;
    height: 46px;
    background: #d6c1a6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    line-height: 46px;
}
.experience-lesson-li li .txt-box {
	padding: 30px 20px 20px 20px;
	background: #fff;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-size: 22px;
}
.experience-lesson-li li .txt-box span {
	font-size: 15px;
}
.course-price-li2c {
	width: 100%;
	margin-bottom: 2%;
}
.course-price-li2c li {
	width: 49%;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.course-price-li2c li h4 {
	color: #a68b62;
	font-size: 18px;
	line-height: 140%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a68b62;
}
.course-price-li2c li .ttl {
	font-size: 26px;
	margin-bottom: 20px;
	color: #a68b62;
}
.course-price-li2c li .price {
	font-size: 26px;
	padding: 20px;
	background: #f5f5f5;
	line-height: 100%;
}
.course-price-li2c li .price span {
	font-size: 15px;
}
.admission-fee {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    align-items: center;
    font-size: 26px;
    margin-bottom: 40px;
}
.admission-fee .ttl {
	width: 49%;
	text-align: center;
}
.admission-fee .price {
	width: 49%;
	padding: 20px;
	background: #f5f5f5;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.admission-fee .price .price-num span {
	font-size: 15px;
}
.admission-fee.add-pickup .price {
	padding: 20px 20px 28px 20px;
	position: relative;
}
.admission-fee.add-pickup .pickup {
	position: absolute;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	display: inline-block;
	background: #c7887f;
	width: 320px;
	padding: 6px 10px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100px;
}
.point-info {
	padding: 30px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 2%;
    align-items: center;
    position: relative;
    margin-top: 40px;
    background: #fff;
}
.point-info div {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
	width: 49%;
}
.point-info div .ttl {
	padding: 10px 20px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 40%;
    margin-right: 20px;
    background: #f8f5f1;
}
.point-info .icon {
	position: absolute;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	display: inline-block;
	background: #c7887f;
	width: 440px;
	padding: 6px 10px 4px 10px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
}
.monthly-course-li {
	width: 100%;
}
.monthly-course-li li {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
}
.monthly-course-li li .course-name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.monthly-course-li li .course-name .ttl-box {
	width: 66%;
}
.monthly-course-li li .course-name .ttl-box h4 {
	font-size: 26px;
	line-height: 140%;
	margin-bottom: 5px;
}
.monthly-course-li li .course-name .ttl-box .caution {
	font-size: 12px;
	line-height: 140%;
	color: #666;
}
.monthly-course-li li .course-name .ttl-box .caution span {
	font-weight: bold;
}
.monthly-course-li li .course-name .price-box {
	width: 32%;
	font-size: 34px;
    padding: 30px 20px 26px 20px;
    background: #f5f5f5;
    line-height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.monthly-course-li li .course-name .price-box span {
	font-size: 15px;
}
.benefits-info {
	margin-top: 20px;
}
.benefits-info span {
	display: inline-block;
	padding: 4px 20px;
	background: #c7887f;
	color: #fff;
	border-radius: 100px;
	margin-right: 10px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.payment-card {
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #eee;
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 80px;
}
.payment-card li {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.payment-card li:first-child {
    width: 25%;
    font-size: 20px;
    border-right: 1px solid #eee;
}
.payment-card li:last-child {
    width: 75%;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.payment-card li:last-child p:nth-child(1) {
    width: 40%;
}
.payment-card li:last-child p:nth-child(2) {
    width: 60%;
}
.payment-card li:last-child p img {
    width: 100%;
    height: auto;
}
#go-application {
	width: 100%;
	background: -ms-linear-gradient(90deg,#f7f0e8 0%,#f7f0e8 50%,#fcf8f4 50%,#fcf8f4 100%);
    background: -moz-linear-gradient(0deg,#f7f0e8 0%,#f7f0e8 50%,#fcf8f4 50%,#fcf8f4 100%);
    background: -webkit-linear-gradient(0deg,#f7f0e8 0%,#f7f0e8 50%,#fcf8f4 50%,#fcf8f4 100%);
    background: linear-gradient(90deg,#f7f0e8 0%,#f7f0e8 50%,#fcf8f4 50%,#fcf8f4 100%);
}
.application-wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.application-wrap .application-box,
.application-wrap .contact-tel-box {
	width: 50%;
	padding: 120px 80px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.application-wrap .application-box {
	background: #f7f0e8;
}
.application-wrap .contact-tel-box {
	background: #fcf8f4;
}
.application-wrap div .ttl {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 30px;
}
.application-wrap div .ttl span {
	font-size: 28px;
}
.application-wrap div .caution {
	font-size: 12px;
	margin-bottom: 20px;
	min-height: 40px;
}
.application-wrap div .caution span {
	display: inline-block;
    padding: 2px 10px;
    background: #fff;
    margin-right: 5px;
    font-size: 12px;
}
.application-box .btn-box {
	width: 100%;
}
.contact-tel-box .tel {
	font-size: 36px;
	padding: 22px 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contact-tel-box {
	background: #fcf8f4;
}
.week_cate {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.week_cate li {
	width: 10%;
    text-align: center;
    border: 1px solid #a68b62;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 40px;
    margin-right: 1%;
}
.week_cate li a {
    color: #a68b62;
    display: inline-block;
    width: 100%;
}
.week_cate li:hover {
	transition: 1.0s;
	background: #a68b62;
}
.week_cate li:hover a {
	transition: 1.0s;
	color: #fff;
}
.lesson-all-ttl {
	align-items: center;
	margin-bottom: 40px;
}
.pdf-link {
	text-decoration: underline;
	font-size: 12px;
}
.lesson-schedule-li {
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
.lesson-schedule-li li {
	width: 100%;
	padding: 40px;
	border: 1px solid #f7f0e8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
.lesson-schedule-li li .cate-icon {
	position: absolute;
	display: inline-block;
	padding: 15px 30px;
	background: #fc9bac;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #fff;
}
.lesson-conts {
	margin-bottom: 30px;
	align-items: center;
}
.lesson-schedule-li li div .img-box{
	width: 40%;
}
.lesson-schedule-li li div.txt-box {
	width: 57%;
}
.lesson-schedule-li li .img-box img {
	width: 100%;
	height: auto;
}
.lesson-schedule-li li .txt-box .red_txt {
	font-size: 12px;
	margin-bottom: 15px;
	color: #ff6161;
	line-height: 140%;
}
.lesson-schedule-li li .txt-box .time {
    font-size: 14px;
    color: #a68b62;
    margin-bottom: 20px;
}
.lesson-schedule-li li .txt-box .time .day-week {
    display: inline-block;
    font-size: 14px;
    padding: 8px 10px;
    background: #a68b62;
    margin-right: 8px;
    color: #fff;
    line-height: 100%;
}
.lesson-schedule-li li .txt-box h4 {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
}
.lesson-schedule-li li .txt-box .momentum {
    font-size: 13px;
    color: #666;
    display: flex;
    justify-content: flex-start;
    line-height: 100%;
    margin-bottom: 10px;
}
.lesson-schedule-li li .txt-box .momentum .str_img {
    width: auto;
    height: 13px;
}
.lesson-schedule-li li .txt-box .momentum .str_img img {
    height: 13px;
    width: auto;
    vertical-align: text-top;
}
.lesson-schedule-li li .txt-box .name {
    line-height: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
    display: flex;
    justify-content: flex-start;
}
.lesson-schedule-li li .txt-box .dsp {
	line-height: 140%;
    font-size: 14px;
    color: #666;
}
.lesson-schedule-li li a {
	width: 100%;
}
#instructor-overview .pkg-triangle {
	padding: 110px 0 40px 0;
}
#instructor-overview .page-ttl-wrap {
	margin-bottom: 0;
}
.instructor-li li {
	width: 49%;
	background: #fff;
	margin-bottom: 2%;
}
.instructor-li li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.instructor-li li .img-box {
	width: 50%;
}
.instructor-li li .img-box img {
	width: 100%;
	height: auto;
}
.instructor-li li .txt-box {
	width: 50%;
	padding: 40px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 140%;
}
.instructor-li li .txt-box .name {
	font-size: 20px;
	margin-bottom: 20px;
}
.instructor-li li .txt-box .txt {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}
.instructor-li li .txt-box .more {
	padding: 10px;
	border: 1px solid #f7f0e8;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    color: #a68b62;
}
.instructor-li li:hover {
	transition: 1.0s;
	opacity: 0.5;
}
.instructor-intro .pkg {
	padding: 40px 0 110px 0;
}
/* [03.SINGLE-LESSON]
--------------------------------------------------------------------------*/
.lesson-single-ttl-wrap,
.instructor-single-ttl-wrap {
	width: 100%;
	margin-bottom: 60px;
}
.lesson-single-ttl-wrap h2,
.instructor-single-ttl-wrap h2 {
	margin-bottom: 40px;
}
.lesson-single-ttl-wrap .txt-box,
.instructor-single-ttl-wrap .txt-box {
	width: 56%;
	color: #666;
}
.lesson-single-ttl-wrap .img-box,
.instructor-single-ttl-wrap .img-box {
	width: 40%;
}
.lesson-single-ttl-wrap .img-box img,
.instructor-single-ttl-wrap .img-box img {
	width: 100%;
	height: auto;
}
.lesson-single-ttl-wrap .red_txt {
	font-size: 14px;
	margin-bottom: 15px;
    color: #ff6161;
    line-height: 140%;
}
.lesson-detail {
	padding: 30px 30px 20px 30px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fbf9f6;
    margin-bottom: 40px;
}
.lesson-detail .caution {
	margin-top: 10px;
	padding: 20px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    color: #c7887f;
    font-size: 12px;
    text-align: center;
    line-height: 140%;
}
.lesson-detail ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.lesson-detail li {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 14px;
}
.lesson-detail li .ttl {
	width: 30%;
	background: #fff;
	padding: 5px 15px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 4%;
    text-align: center;
}
.lesson-detail li .txt,
.lesson-detail li .str_img {
	width: 66%;
}
.lesson-detail li .str_img {
    width: auto;
    height: 24px;
}
.lesson-detail li .str_img img {
	height: 14px;
    width: auto;
    vertical-align: text-top;
}
.lesson-detail li .txt a {
	text-decoration: underline;
}
.single-btn-wrap {
	width: 100%;
}
.single-btn-wrap a {
	width: 49%;
}
.single-btn-wrap .border-btn-red span {
	display: inline-block;
	width: 80px;
	margin-left: 10px;
}
.single-btn-wrap .border-btn-red span img {
	width: 100%;
	height: auto;
}
.freee-format {
	margin-bottom: 100px;
}
.freee-format h1 {
	font-size: 28px;
	margin-bottom: 40px;
	line-height: 140%;
	font-weight: normal;
}
.freee-format h2 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a68b62;
	font-weight: normal;
}
.freee-format h2:after {
	content: none;
}
.freee-format h3 {
	font-size: 20px;
	padding: 15px 20px;
	background: #fbf9f6;
	font-weight: normal;
	border-left: 5px solid #a68b62;
	margin-bottom: 25px;
}
.freee-format h3:before {
	content: none;
}
.freee-format p {
	margin-bottom: 25px;
}
.freee-format ul {
	padding-left: 20px;
	list-style: disc;
}
.freee-format ul li {
	list-style: disc;
}
.freee-format ol {
	padding-left: 30px;
	list-style: decimal;
}
.freee-format ol li {
	list-style: decimal;
}
.freee-format ul,
.freee-format ol {
	margin-bottom: 25px;
}
.single img {
	max-width: 1200px;
	height: auto;
}
.other-lesson .lesson-schedule-li {
	margin-bottom: 40px;
}
#instructor-message .pkg-triangle {
	padding: 110px 0 40px 0;
}
#instructor-message .instructor-single-ttl-wrap {
	margin-bottom: 0;
}
.instructor-single-ttl-wrap .txt-box .eng {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.instructor-single-ttl-wrap .txt-box dd {
	margin-bottom: 30px;
}
.instructor-single-ttl-wrap .txt-box dd:last-child {
	margin-bottom: 0;
}
#instructor-lesson .pkg {
	padding: 40px 0 110px 0;
}
#instructor-lesson .lesson-schedule-li {
	margin-bottom: 0;
}
/* [00.MEDIA QUERIES,PRINT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1024px) {
	.fixed {
		height: 100%;
	    overflow: hidden;
	}
	#menu-trigger {
		display: block;
	}
	.d-pc {
		display: none;
	}
	.d-sp {
		display: block;
	}
	a[href^="tel:"] {
	    pointer-events: auto;
	}
	.pkg {
		padding: 110px 5%;
	}
	.pkg-triangle {
		padding: 40px 5%;
	}
	header {
		height: 65px;
		background: none;
		position: fixed;
	}
	header div.pkg {
		padding: 0 20px;
	}
	header div.header-slide {
		height: 65px;
		padding: 0;
		position: fixed;
	}
	header div.header-slide h1.logo,
	.underlayer div.header-slide p.logo {
		width: 95px;
		height: auto;
		display: block;
		z-index: 10;
		padding: 0;
	}
	.conts-fixed.header-slide h1.logo,
	.underlayer .conts-fixed.header-slide p.logo {
		width: 95px;
		position: initial;
		display: block;
		margin-left: 0;
	}
	.conts-fixed.header-slide h1.logo img,
	.underlayer .conts-fixed.header-slide p.logo img {
		width: 100%;
		height: auto;
	}
	.head-btn {
		position: absolute;
		right: 65px;
		top: 10px;
		display: block;
	}
	.head-btn a {
		font-size: 10px;
		color: #fff;
		display: inline-block;
		padding: 0 15px;
		height: 45px;
		line-height: 45px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: #fc9bac;
		letter-spacing: 0;
	}
	#nav-main {
		display: none;
	}
	#menu {
		display: block;
	}
	input[type="submit"] {
		width: 100%;
	}
	footer .f-wrap {
		width: 100%;
		padding: 80px 6% 30px 6%;
	}
	footer .f-wrap ul {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.site-map {
		width: 100%;
		order: 1;
	}
	.f-company-wrap {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.company-profile,
	.f-shop-wrap {
		width: 100%;
		order: 2;
	}
	.company-profile .f-logo,
	.f-shop-wrap .f-logo {
		width: 20%;
	}
	.company-profile .txt,
	.f-shop-wrap .txt {
		width: 80%;
	}
	.f-shop-wrap .shop-info {
		width: 100%;
	}
	.back_top a {
	    width: 40px;
	    height: 40px;
	    line-height: 24px;
	    bottom: 20px;
	}
	.back_top a img {
		width: auto;
		height: 8px;
	}
	#main-top {
		height: 100vh;
		width: 100%;
		left: 0;
	}
	.main-visual .img-box {
		width: 85%;
		padding-top: 90px;
	}
	.main-visual .txt-box {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 5%;
		left: 0;
		top: 40%;
	}
	.main-visual .txt-box .eng {
		font-size: 70px;
		line-height: 54px;
		margin-bottom: 30px;
	}
	.main-visual .txt-box h2 {
		font-size: 22px;
	}
	.main-visual .txt-box .dsp {
		width: 100%;
	}
	.feature-bnr-li li {
		width: 100%;
		margin-bottom: 20px;
	}
	.feature-bnr-li li:last-child {
		margin-bottom: 0;
	}
	.experience-go-form .txt-box,
	.experience-go-form .btn-box {
		width: 100%;
	}
	.experience-go-form .txt-box {
		margin-bottom: 20px;
	}
	.experience-go-form .point span {
		margin-bottom: 5px;
	}
	.experience-go-form .price {
		font-size: 18px
	}
	.experience-go-form .btn-box .button {
		font-size: 16px;
	}
	.about-hammock-yoga-ttl-bg {
		background: url(../images/layouts/about-hammock-yoga-ttl-bg-sp.png) no-repeat center top;
		height: 390px;
	}
	#ttl-wrap-fff {
		padding: 0 5%;
	}
	#ttl-wrap-fff .wrap {
		padding: 40px 20px;
	}
	h3 {
		font-size: 26px;
	}
	.about-hammock-yoga-cons {
		padding: 50px 5%;
	}
	.hammock-yoga-dsp .txt-box,
	.hammock-yoga-dsp .img-box {
		width: 100%;
	}
	.hammock-yoga-dsp .img-box {
		order: 1;
		margin-bottom: 40px;
	}
	.hammock-yoga-dsp .txt-box {
		order: 2;
	}
	.hammock-yoga-dsp .button {
		width: 100%;
	}
	.whats-antigravity p:first-child,
	.whats-antigravity p:last-child {
		width: 100%;
	}
	.whats-antigravity p:first-child {
		text-align: center;
	}
	.whats-antigravity p img {
		width: 80%;
		height: auto;
		margin-bottom: 20px;
	}
	.ttl-wrap {
		margin-bottom: 40px;
	}
	.ttl-wrap div {
		width: 100%;
	}
	.ttl-wrap div .eng {
		font-size: 74px;
	}
	.ttl-wrap div h2 {
		font-size: 20px;
	}
	.ttl-wrap .img-box {
		order: 1;
		margin-bottom: 40px;
	}
	.ttl-wrap .txt-box {
		order: 2;
		text-align: left;
	}
	.pickup-course .ttl-pickup {
		width: 100%;
	}
	.pickup-course .ttl-pickup .icon span {
		font-size: 18px;
		padding: 20px 10px 10px 10px;
		width: 80px;
		height: 80px;
	}
	.pickup-course .ttl-pickup .txt-box p {
		font-size: 12px;
	}
	.pickup-course .ttl-pickup .txt-box p span {
		font-size: 24px;
	}
	.pickup-course-li li p {
		font-size: 10px;
		width: 90px;
		height: 26px;
		line-height: 26px;
		letter-spacing: 0;
		bottom: -13px;
	}
	.pickup-course-li {
		margin-bottom: 40px;
	}
	.course-hosoku {
		text-align: left;
		font-size: 17px;
	}
	.course-hosoku span {
		font-size: 12px;
	}
	.btn-2c-wrap {
		width: 100%;
	}
	.btn-2c-wrap a {
		width: 100%;
		margin-bottom: 10px;
	}
	.lesson-li li {
		width: 100%;
		margin-bottom: 20px;
	}
	.lesson-li li .img-box,
	.lesson-li li .txt-box {
		width: 100%;
	}
	.lesson-li li .img-box {
		margin-bottom: 20px;
	}
	.btn-tac {
		width: 100%;
	}
	#access .pkg {
		padding: 40px 5%;
	}
	.contact-frm ul li div:first-child,
	.contact-frm ul li div:last-child {
		width: 100%;
	}
	.contact-frm ul li div:first-child {
		margin-bottom: 10px;
	}
	.contact-frm ul li .kibou-ttl,
	.contact-frm ul li div:last-child .reserve-date input[type="text"],
	.contact-frm ul li select {
    	width: 100%;
    }
    .contact-frm ul li select {
	    margin: 10px 0;
	}
	#breadcrumbs p {
		padding: 12px 20px;
	}
	.page-ttl-wrap .txt-box,
	.page-ttl-wrap .img-box {
		width: 100%;
	}
	.page-ttl-wrap .txt-box {
		margin-bottom: 40px;
	}
	.main-price,
	.main-lesson,
	.main-instructor,
	.main-reserve {
		padding: 80px 20px;
	}
	.page .pkg,
	.single .pkg {
		padding: 80px 5%;
	}
	.in-page-links li {
		width: 49%;
		margin-bottom: 2%;
		font-size: 12px;
	}
	.in-page-links li a span {
		font-size: 10px;
	}
	#experience-lesson,
	#drop-in,
	#ticket-system,
	#monthly-fee-system {
		padding-top: 40px;
	}
	.lesson-wrap {
		padding: 30px;
	}
	.lesson-wrap .icon span {
		margin-bottom: 5px;
	}
	.experience-lesson-li {
		justify-content: space-around;
	}
	.experience-lesson-li li {
		width: 46%;
		margin-bottom: 4%;
	}
	.experience-lesson-li li .img-box p {
	    font-size: 10px;
	    width: 100px;
	    height: 26px;
	    line-height: 26px;
	    letter-spacing: 0;
	    bottom: -13px;
	}
	.experience-lesson-li li .txt-box {
		font-size: 22px;
		line-height: 14px;
	}
	.experience-lesson-li li .txt-box span {
		font-size: 12px;
	}
	.btn-2c-wrap .button span {
		margin-bottom: 5px;
	}
	.course-price-li2c {
		margin-bottom: 20px;
	}
	.course-price-li2c li {
		width: 100%;
		margin-bottom: 20px;
		padding: 30px;
	}
	.course-price-li2c li:last-child {
		margin-bottom: 0;
	}
	.point-info {
		margin-bottom: 20px;
		padding: 50px 30px 30px 30px;
	}
	.point-info .icon {
		width: 90%;
		font-size: 12px;
		line-height: 120%;
		padding: 10px 15px;
		top: -25px;
	}
	.point-info div {
		width: 100%;
	}
	.point-info div .ttl {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.point-info .course-1pt {
		margin-bottom: 20px;
	}
	.admission-fee {
		padding: 30px;
	}
	.admission-fee .ttl,
	.admission-fee .price {
		width: 100%;
	}
	.admission-fee .ttl {
		margin-bottom: 20px;	
	}
	.admission-fee.add-pickup .price {
		width: 100%;
		padding: 20px 20px 52px 20px;
	}
	.admission-fee.add-pickup .pickup {
		width: 90%;
	}
	.monthly-course-li li .course-name .ttl-box,
	.monthly-course-li li .course-name .price-box {
		width: 100%;
	}
	.monthly-course-li li .course-name .ttl-box {
		margin-bottom: 20px;
	}
	.benefits-info span {
		width: 100%;
		margin-bottom: 10px;
	}
	.payment-card li:first-child,
	.payment-card li:last-child {
		width: 100%;
		padding-left: 0;
	}
	.payment-card li:first-child {
		border-right: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.payment-card li:last-child p:nth-child(1),
	.payment-card li:last-child p:nth-child(2) {
		width: 100%;
	}
	.payment-card li:last-child p:nth-child(1) {
		margin-bottom: 10px;
	}
	.application-wrap div .ttl {
		margin-bottom: 20px;
	}
	.application-wrap div .caution {
		min-height: inherit;
	}
	.application-wrap div .caution span {
		margin-bottom: 5px;
	}
	.application-wrap .application-box,
	.application-wrap .contact-tel-box {
		width: 100%;
		padding: 60px 20px;
	}
	.contact-tel-box .caution {
		line-height: 120%;
	}
	.contact-tel-box .tel {
		padding: 0;
	}
	.main-page-ttl-wrap .eng {
		font-size: 36px;
	}
	.week_cate li {
		width: 23%;
		margin-bottom: 2%;
		margin-right: 2%;
		padding: 4px 8px;
	}
	.week_cate li:nth-child(4n) {
		margin-right: 0;
	}
	.week_cate li a {
		font-size: 12px;
	}
	.lesson-all-ttl h3 {
		width: 100%;
	}
	.lesson-schedule-li li {
		padding: 30px;
	}
	.lesson-schedule-li li div .img-box,
	.lesson-schedule-li li div.txt-box {
		width: 100%;
	}
	.lesson-schedule-li li div .img-box {
		margin-bottom: 20px;
	}
	.lesson-single-ttl-wrap .txt-box,
	.lesson-single-ttl-wrap .img-box,
	.instructor-single-ttl-wrap .txt-box,
	.instructor-single-ttl-wrap .img-box {
		width: 100%;
	}
	.lesson-single-ttl-wrap .txt-box,
	.instructor-single-ttl-wrap .img-box {
		margin-bottom: 40px;
	}
	.lesson-detail li {
		width: 100%;
		margin-bottom: 10px;
	}
	.lesson-detail li .ttl {
		width: 40%;
	}
	.lesson-detail li .txt,
	.lesson-detail li .str_img {
		width: 56%;
	}
	.single img {
		width: 100%;
		height: auto;
	}
	.single-btn-wrap a {
		width: 100%;
		margin-bottom: 10px;
	}
	.freee-format {
		margin-bottom: 60px;
	}
	.instructor-li li {
		width: 48%;
		margin-bottom: 4%;
	}
	.instructor-li li .img-box,
	.instructor-li li .txt-box {
		width: 100%;
	}
	.instructor-li li .txt-box {
		padding: 20px;
	}
	.instructor-li li .txt-box .name {
		font-size: 15px;
	}
	.instructor-li li .txt-box .txt {
		font-size: 12px;
		line-height: 120%;
		min-height: 100px;
	}
	#instructor-overview .pkg-triangle,
	#instructor-message .pkg-triangle {
		padding: 110px 5% 40px 5%;
	}
	.instructor-intro .pkg,
	#instructor-lesson .pkg {
		padding: 40px 5% 80px 5%;
	}
}
/* [width:1030-1280]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1030px) and ( max-width:1280px){
	#logo {
	    width: 18%;
	}
	nav#nav-main {
		width: 95%;
	}
	.conts-fixed #logo-slide {
    	width: 14%;
    }
    .conts-fixed nav#nav-main {
	    width: 90%;
	}
}
/* [width:1500-1680]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1500px) and ( max-width:1680px){
	#logo {
	    width: 12%;
	}
	nav#nav-main {
		width: 95%;
	}
	.conts-fixed #logo-slide {
    	width: 10%;
    }
    .conts-fixed nav#nav-main {
	    width: 90%;
	}
}
/* [width:1700-5800]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1700px) and ( max-width:5800px){
	h1.logo {
	    width: 23%;
	}
	.conts-fixed.header-slide h1.logo {
		width: 9%;
	}
	nav#nav-main {
		width: 95%;
	}
    .conts-fixed nav#nav-main {
	    width: 90%;
	}
}
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}
@media print {
}



