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

#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

.EN {font-family: "EB Garamond", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal;}
.mincho {font-family: 'Noto Serif JP', serif;}

.bgWH {background-color: #FFF;}
.bgBR {background-color: #D88D00;}
.bgBE {background-color: #FBF3E5;}
.bgGR {background-color: #4A8308;}
.bgGRY {background-color: #EEEEEE;}
.txtWH {color: #FFF;}
.txtBR {color: #BB9048;}
.txtGR {color: #004F45;}
.bBR {border-color: #BF9D63;}
.bDBL {border-color: #2F3B49;}

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

.ratioBox {position: relative;width: 100%;height: auto;}
.ratio1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratio2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratio3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratio4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

#header {position: relative; width: 100%; padding: 30px 0;}
#header .logo {width: 105px; margin-right: 10px;}
.menu:hover > a {background: #E1F4C4;}
.child_menu > li > a:hover {background: #FFF;}
.child_menu {width: 100%; left: 0; color: #222; background: #E1F4C4;}
.menu:hover .child_menu {visibility: visible;}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #004F45; z-index: 15;}
#hanburger:checked ~ .menu_button {top: 0;}
#hanburger:checked ~ .span2 {display: none;}
#hanburger:checked ~ .span1 {width: 34px; transform: rotate(45deg); top: 27px; right: 11px;}
#hanburger:checked ~ .span3 {width: 34px; transform: rotate(-45deg); top: 27px; right: 11px;}
.global_menu {visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; color: #222; overflow-y: scroll; text-align: center; background: #FFF;}
#hanburger:checked ~ .global_menu {visibility: visible;}
.global_menu a {display: block; width: 100%; padding: 10px 15px;}
.menu {font-size: 16px; font-weight: 700; white-space: nowrap;}
.menu .pd {display: none;}
.menu:last-child {margin-right: 0px;}
#hanburger,.spOnly {display: none;}
@media screen and (min-width: 896px) {
  .menu_button {display: none;}
  .global_menu {position: inherit; padding: 0; color: #fff; visibility: visible; overflow-y: visible; height: auto; width: auto;}
	.menu {margin-left: 20px; width: 150px; text-align: center; line-height: 1.5;}
	.menu > a {border: 1px solid #004F45; background: #004F45; color: #FFF; border-radius: 6px;}
  .menu:hover > a {background: #FFF; color: #004F45;}
}
@media screen and (min-width: 960px) {
	.menu {width: 170px;}
}
@media screen and (max-width: 896px) {
  .spOnly {display: block;}
	#header {padding: 10px 0 6px;}
	#header .logo {width: 65px;}
	#header h1.txt18 {font-size: 14px;}
	#header .txt14 {font-size: 12px;}
  span.span1,span.span2,span.span3 {width: 29px; height: 1px; background-color: #FFF; position: absolute; right: 13px; transition: .3s; z-index: 100; position: fixed;}
  .span1 {top: 17px;}
  .span2 {top: 27px;}
  .span3 {top: 37px;}
  .menu {display: block;}
  .menu > a {padding: 10px 15px; text-align: left; border-bottom: 1px solid #CCC;}
  .menu > a span {margin-right: 10px; width: 30px!important;}
  .menu > a span img {width: 100%;}
  .global_menu {z-index: 10;}
  .menu .pd {display: inline-block; width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
  .menu_wrap {display: none;}
  #hanburger:checked ~ * .menu_wrap {display: block; opacity: 1; min-height: 100vh; background: rgba(255,255,255,.8); /*position: fixed;*/ top: 0; z-index: 5;}
  #hanburger:checked ~ * .menu {max-height: inherit; overflow-y: visible; padding: 0; margin-left: 0; position: relative;}
  .menu > label:hover {cursor: pointer; cursor: hand;}
}

footer {padding: 80px 0 0; border-top: 1px solid #BB9048;}
footer > .container {margin-bottom: 80px;}
footer .logo {width: 180px; margin-right: 10px;}
footer h2 {border-bottom: 2px solid #BB9048; padding-bottom: 2px;}
.footNavi li {margin-left: 30px;}
.footNavi li a:hover {text-decoration: underline; color: #004F45;}
.footCopy {background: #BB9048; padding: 10px 0; text-align: right;}
.footCopy small {font-size: 14px;}
#ftNavi {display: none;}
@media screen and (max-width: 1000px) {
  footer .logo {width: 120px;}
	footer h2.txt30 {font-size: 20px;}
	footer h2.txt30 span {font-size: 14px;}
}
@media screen and (max-width: 896px) {
	footer {margin-bottom: 50px; padding: 40px 0 0;}
	footer > .container {margin-bottom: 40px;}
	footer .logoArea {width: 100%; text-align: center; margin-bottom: 20px;}
	footer .logoArea a {justify-content: center; text-align: left;}
	footer .logoArea a .logo {margin-bottom: 10px;}
	footer .logoArea a h2 {margin-bottom: 10px;}
  .footNavi {width: 100%; justify-content: center;}
	.footNavi li {margin: 0 10px 10px;}
	#ftNavi {display: block; background: #004F45; position: fixed; z-index: 5; bottom: 0; width: 100%;}
	#ftNavi ul {text-align: center; font-size: 10px; font-weight: bold; display: flex;}
	#ftNavi li {width: 25%;}
	#ftNavi li a {display: block; padding: 5px 0; color: #FFF; border-left: 1px solid #006457; border-right: 1px solid #013E36;}
	#ftNavi li:first-child a {border-left: none;}
	#ftNavi li:last-child a {border-right: none;}
	#ftNavi li span {width: 24px; margin: 0 auto 5px; display: block;}
}
@media screen and (max-width: 530px) {
	.footNavi li {margin: 0 5px 10px;}
}

.w1300 {width: 100%; max-width: 1332px; padding-left: 0; padding-right: 0;}
.w1500 {width: 100%; max-width: 1520px; padding-left: 0; padding-right: 0;}
.container {width: 100%; max-width: 1380px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 888px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2,.box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.w300 {max-width: 300px; width: 100%;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 50px);}
.w54 {width: calc(54% - 50px);}
@media screen and (max-width: 896px) {
  .container,.containers {width: calc(100% - 20px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 10px; margin-right: 10px;}
  .col1 {width: calc(16.6666% - 20px);}
  .col2,.box3 {width: calc(33.3333% - 20px);}
  .col3 {width: calc(50% - 20px);}
  .col4 {width: calc(66.6666% - 20px);}
  .col5 {width: calc(83.3333% - 20px);}
  .col6 {width: calc(100% - 20px);}
  .w46 {width: calc(46% - 20px);}
  .w54 {width: calc(54% - 20px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 20px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 20px);}
  .mlr5 {margin-left: 5px; margin-right: 5px;}
  .box4 {width: calc(50% - 20px); margin-left: 10px; margin-right: 10px;}
}

ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}

table {width: 100%;}
table tr:nth-child(odd) {background-color: #FFF;}
table tr:nth-child(even) {background-color: #EEEEEE;}
table th,table td {padding: 10px 20px; line-height: 1.7; text-align: center; border: 1px solid #CCCCCC;}
table.tblGR th {width: 25%; background: #4A8308; color: #FFF;}
table.tblGR2 th {width: 280px; background: #4A8308; color: #FFF;}
table.tblGR2 td {text-align: left; width: calc(100% - 250px);}
@media screen and (max-width: 568px) {
  table.tblGR th,table.tblGR td {padding: 10px 5px;}
  table.tblGR2 th,table.tblGR2 td {width: 100%; display: block;}
  table.tblGR2 td {border-top: none;}
}

@keyframes handwriting {
  0% {fill: transparent; stroke-dashoffset: 3000;}
  50% {fill: transparent;}
  100% {fill: #FFF; stroke-dashoffset: 0;}
}
@keyframes mvWrapL {
  100% {transform: translateX(100%);}
}
@keyframes mvWrapR {
  100% {transform: translateX(-100%);}
}
@keyframes txtmask01 {
  0% {transform: translate(0,101%,)}
  40%, 60% {transform: translate(0, 0)}
  100% {transform: translate(0,-100%)}
}
@keyframes txtmask02 {
  0% {transform: translate(0,-100%)}
  40%, 60% {transform: translate(0, 0%)}
  100% {transform: translate(0,100%)}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.abs {position: absolute;}
.slideInup {opacity: 0; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px);}
.slideInup.appear {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.fadein {opacity: 0;}
.fadein.appear {opacity: 1; animation-name: fadeIn; animation-duration: 1.5s; animation-timing-function: ease-out; animation-fill-mode: forwards;}
.txtmask01,.txtmask02 {color: transparent; display: block; overflow: hidden; position: relative; transition: color 0ms 450ms;}
.txtmask01::after,.txtmask02::after {background: #FFF; content: ''; display: block; left: 0; position: absolute; right: 0; top: 0; bottom: 0; transform: translate(0, 100%);}
.txtmask01.appear,.txtmask02.appear {color: #222; text-shadow: 2px 2px 3px #FFF;}
.txtmask01.appear::after {animation: txtmask01 .8s cubic-bezier(0.8, 0, 0.170, 1);}
.txtmask02.appear::after {animation: txtmask02 .8s cubic-bezier(0.8, 0, 0.170, 1);}
.delay01 {transition-delay: .2s;}
.delay02 {transition-delay: .4s;}
.delay03 {transition-delay: .6s;}
.delay04 {transition-delay: .8s;}
.delay05 {transition-delay: 1s;}
.delay06 {transition-delay: 1.2s;}
.delay07 {transition-delay: 1.4s;}
.delay08 {transition-delay: 1.6s;}
.delay09 {transition-delay: 1.8s;}
.delay10 {transition-delay: 2s;}
.delay11 {transition-delay: 2.4s;}
.delay12 {transition-delay: 2.8s;}
.delay13 {transition-delay: 3.2s;}
.delay14 {transition-delay: 3.6s;}

#top01 {width: 100%; overflow: hidden;}
#top01 .container {left: 0; right: 0; top: 0; z-index: 1; height: 100%;}
#top01 .col6 {height: 100%;}
#top01 .copy {writing-mode: vertical-rl; letter-spacing: .2em;}
#top01 .copy span.blk {margin-top: 220px;}
#top01 .mark {width: 260px; right: 0; bottom: 50px;}
#top01 .mainImg {width: 100%; height: 650px; background: #999;}
#top01 .mainImg img {opacity: .5;}
#top01 .mainImg::before {animation: mvWrapL .8s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: #fff; content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; animation-delay: .3s;}

#top02 .mainImg {width: 40%;}
#top02 .txtArea {width: 60%; padding-left: 50px;}
#top02 .EN {z-index: 1;}
#top02 .flRev {margin-top: -74px;}

#top03 .col2 .mincho {right: 20px; bottom: 20px; z-index: 1; text-align: right;}
#top03 .bgImg::before,#top03 .bgImg::after {position: absolute; content: '';}
#top03 .bgImg::before {width: 40px; height: 40px; background-image: linear-gradient(135deg, #004F45 27px, transparent 0); top: 10px; left: 10px;}
#top03 .bgImg::after {width: calc(100% - 10px); height: calc(100% - 10px); border: 1px solid #FFF; top: 5px; left: 5px;}

#top04 {padding: 90px 0 70px; background: url("../img/top/04-01.jpg") no-repeat center; background-size: cover;}
#top04 .txtArea {margin-right: 40px;}
#top04 .btnArea {width: 436px; background: #004F45;}
#top04 .btnArea a {z-index: 1; display: block;}
#top04 .btnArea::after {position: absolute; content: ''; width: calc(100% - 10px); height: calc(100% - 10px); border: 1px solid #FFF; top: 5px; left: 5px;}
#top04 .btnArea .bgImg {opacity: .2; overflow: hidden; transition: .3s;}
#top04 .btnArea a:hover .bgImg img {transform: scale(1.1); transition: .3s;}
#top04 .btnArea .mincho {width: 100%; padding: 0 30px; top: 50%; transform: translateY(-50%);}
#top04 .btnArea .mincho::before,#top04 .btnArea .mincho::after {position: absolute; content: ''; top: 50%; transform: translateY(-50%); right: 30px; transition: .3s;}
#top04 .btnArea .mincho::before {width: 46px; height: 46px; border-radius: 50%; border: 1px solid #FFF;}
#top04 .btnArea .mincho::after {width: 7px; height: 12px; background: url("../img/cmn/arrow_right_wh.svg") no-repeat center; background-size: cover; right: 50px;}
#top04 .btnArea a:hover .mincho::before {right: 20px;}
#top04 .btnArea a:hover .mincho::after {right: 40px;}

#top05 .mainImg {width: 40.7%; margin: 15px 0 25px 60px;}

#top06 {padding: 80px 0; width: 100%; overflow: hidden;}
#top06::after {position: absolute; content: ''; width: 81.25%; height: 100%; background: #F8F4EC; z-index: -1; top: 0; left: 0;}
#top06 .mainImg {width: 37.5%; position: relative; overflow: hidden}
#top06 .mainImg.appear::before {animation: mvWrapR .8s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: #fff; content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; animation-delay: .3s;}
#top06 .container {left: 0; right: 0; top: 50%; transform: translateY(-50%);}
#top06 .txtArea {width: 59.7%;}

#top07 {padding: 100px 0; background: #F8F4EC;}
#top07 li {width: 26.9%;}
#top07 li:nth-child(2) {margin: 0 100px;}
#top07 li .voiceImg {margin-right: 20px;}
#top07 li h3 {padding: 5px 20px;}
#top07 li .prof {padding: 20px; width: 100%}
#top07 li a {max-width: 300px; width: 100%; display: block; text-align: center; font-size: 16px; font-weight: 700; color: #FFF; background: #004F45; background: linear-gradient(90deg, rgba(0, 79, 69, 1) 0%, rgba(113, 155, 150, 1) 100%); padding: 13px 25px; line-height: 1.5; border-radius: 25px; margin: auto auto 0; position: relative;}
#top07 li a::before {position: absolute; content: ''; width: 7px; height: 12px; background: url("../img/cmn/arrow_right_wh.svg") no-repeat center; background-size: cover; right: 25px; top: 50%; transform: translateY(-50%);}
#top07 li a:hover {background: #004F45; background: linear-gradient(270deg, rgba(0, 79, 69, 1) 0%, rgba(113, 155, 150, 1) 100%);}
#top07 li a:hover::before {right: 15px;}

.modal {display: none; height: 100vh; position: fixed; top: 0; width: 100%; z-index: 20;}
.modalBg {background: rgba(255,255,255,0.8); height: 100vh; position: absolute; width: 100%;}
.modalContents {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%; max-width: 928px; height: 90vh; padding: 40px; background: #FFF; border-radius: 20px; box-shadow: 0 0 6px rgba(0, 0, 0, .6);}
.modalContents .inner {height: 100%; overflow-y: auto;}
.modalContents .modalImg {width: 160px; padding-right: 30px; border-right: 1px solid #BB9048;}
.modalContents .modalProf {padding-left: 30px; width: calc(100% - 190px);}
.modalContents .modalClose {position: absolute; text-indent: -9999px; width: 40px; height: 40px; top: 40px; right: 40px;}
.modalContents .modalClose::before,.modalContents .modalClose::after {position: absolute; content: ''; background: #222; top: 50%; right: 50%;}
.modalContents .modalClose::before {width: 40px; height: 1px; transform: translate(0,-50%) rotate(-45deg); right: 0;}
.modalContents .modalClose::after {width: 1px; height: 40px; transform: translate(-50%,-50%) rotate(135deg);}
.modalContents .txtArea p:not(:last-child) {margin-bottom: 10px;}

.gallerySlide li {width: 700px; margin: 0 10px;}
.thumbnail {max-width: 1300px; width: calc(100% - 40px); margin: 0 auto;}
.thumbnail.slick-slider {margin-bottom: 20px;} 
.thumbnail li {margin: 0 5px; cursor: pointer; position: relative;}
.thumbnail li.slick-current::before {position: absolute; content: ''; width: 100%; height: 100%; border: 5px solid #004F45;}
/*.thumbnail li.slick-current img {opacity: .5;}*/

.slideArrow {position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background-color: #BB9048; border: 1px solid #BB9048; cursor: pointer; z-index: 1; transition: .3s;}
.slideArrow:hover,.thumbnail .slideArrow:hover {background-color: #FFF;}
.prevArrow {left: 0; background-image: url("../img/cmn/arrow_left_wh.svg"); background-repeat: no-repeat; background-position: center;}
.nextArrow {right: 0; background-image: url("../img/cmn/arrow_right_wh.svg"); background-repeat: no-repeat; background-position: center;}
.prevArrow:hover {background-image: url("../img/cmn/arrow_left_br.svg"); background-repeat: no-repeat; background-position: center;}
.nextArrow:hover {background-image: url("../img/cmn/arrow_right_br.svg"); background-repeat: no-repeat; background-position: center;}
.thumbnail .slideArrow {position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 1px solid #004F45; background-color: #004F45; z-index: 1;}
.thumbnail .prevArrow {left: -18px;}
.thumbnail .nextArrow {right: -18px;}
.thumbnail .prevArrow:hover {background-image: url("../img/cmn/arrow_left_gr.svg"); background-repeat: no-repeat; background-position: center;}
.thumbnail .nextArrow:hover {background-image: url("../img/cmn/arrow_right_gr.svg"); background-repeat: no-repeat; background-position: center;}
.dotNavi {display: flex; flex-wrap: wrap; justify-content: center; position: absolute; width: 100%; bottom: -25px;}
.dotNavi li {width: 50px; height: 5px; background: #BB9048; margin: 0 5px; text-indent: -9999px;}
.dotNavi li.slick-active {background: #004F45;}

@media screen and (max-width: 1600px) {
	#top06 .mainImg {position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
	#top06 .container {left: 0; right: 0; top: 0; transform: translateY(0); position: relative;}
}
@media screen and (max-width: 1340px) {
	#top06 .mainImg {position: relative; top: 0; transform: translateY(0);}
	#top06 .container {width: 62.5%;}
	#top06 .txtArea {width: 100%; padding-right: 40px;}
	#top07 li:nth-child(2) {margin: 0 40px;}
	.thumbnail {margin-left: 20px; margin-right: 20px;}
	.thumbnail .prevArrow {left: -10px;}
	.thumbnail .nextArrow {right: -10px;}
}
@media screen and (max-width: 1140px) {
	#top02 .flRev {margin-top: 0;}
	#top07 ul {justify-content: space-between;}
	#top07 li {width: calc(100%/3 - 20px);}
	#top07 li:nth-child(2) {margin: 0;}
	#top07 li a {text-align: left; padding: 13px 30px 13px 25px;}
}
@media screen and (max-width: 960px) {
	#top04 .txtArea {margin-right: 0; width: 100%; text-align: center;}
	#top04 .txtArea .pcbr {display: none;}
}
@media screen and (max-width: 896px) {
	#top01 .copy {font-size: 30px;}
	#top01 .copy span.blk {margin-top: 160px;}
	#top01 .mark {width: 180px; bottom: 20px;}
	#top01 .mainImg {height: 450px;}
	#top04 {padding: 50px 0 30px;}
	#top05 .mainImg {margin: 0 0 25px 20px;}
	#top06 {padding: 50px 0;}
	#top06 .container {width: calc(55% - 20px);}
	#top06 .txtArea {padding-right: 0;}
	#top06 .mainImg {width: 45%;}
	#top07 {padding: 50px 0;}
	.modalContents {padding: 30px 20px;}
	.modalContents .txtArea {padding-right: 15px;}
	.modalContents .modalClose {width: 30px; height: 30px; top: 20px; right: 20px;}
	.modalContents .modalClose::before {width: 30px;}
	.modalContents .modalClose::after {height: 30px;}
	.gallerySlide li {margin: 0 5px;}
	.dotNavi li {width: 50px; margin: 0 5px 5px;}
}
@media screen and (max-width: 775px) {
	#top03 {justify-content: center; align-items: center;}
	#top03 .col2,#top03 .col6 {width: calc(50% - 20px);}
	#top06 {padding: 50px 0 0;}
	#top06::after {width: 100%; height: calc(100% - 50px);}
	#top06 .container {width: calc(100% - 20px); margin-bottom: 30px;}
	#top06 .mainImg {width: 80%;}
}
@media screen and (max-width: 568px) {
	#top01 .mark {width: 40%;}
	#top01 .mainImg {height: calc(100vh - 111px);}
	#top02 .txtArea {width: 100%; padding-left: 0;}
	#top02 .mainImg {width: 80%; margin-left: auto; margin-right: auto;}
	#top03 .col2 .mincho {right: 8px; bottom: 8px; font-size: 14px;}
	#top03 .bgImg::before {width: 30px; height: 30px; background-image: linear-gradient(135deg, #004F45 17px, transparent 0); top: 5px; left: 5px;}
	#top03 .bgImg::after {width: calc(100% - 4px); height: calc(100% - 4px); top: 2px; left: 2px;}
	#top05 .mainImg {width: 100%; margin: 0 0 30px 0;}
	#top07 li {width: 100%;}
	#top07 li:not(:last-child) {margin-bottom: 30px;}
	#top07 li .voiceImg {margin-right: 40px; margin-left: 40px;}
	.modalContents .modalImg {width: 120px; padding-right: 20px; border-right: 1px solid #BB9048;}
	.modalContents .modalProf {padding-left: 20px; width: calc(100% - 140px);}
	.gallerySlide.slick-slider {margin-bottom: 10px;}
	.slideArrow,.thumbnail .slideArrow {width: 30px; height: 30px;}
	.thumbnail {margin-left: 10px; margin-right: 10px; width: calc(100% - 20px);}
	.dotNavi {bottom: -30px;}
}
@media screen and (max-width: 430px) {
	.modalContents .modalImg {width: 120px; padding-right: 0; border-right: none; margin-bottom: 20px;}
	.modalContents .modalProf {padding-left: 0; width: 100%; padding-right: 15px;}
}
