@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: 'Outfit', sans-serif;}
.maruGo {font-family: "Chiron GoRound TC", sans-serif;}

.bgWH {background-color: #FFF;}
.bgBR {background-color: #A38E5B;}
.bgBE {background-color: #FBF3E5;}
.bgGR {background-color: #5AAC5B;}
.bgGRY {background-color: #EEEEEE;}
.bgPI {background-color: #D15E67;}
.txtWH {color: #FFF;}
.txtPI {color: #D15E67;}
.txtGR,.txtGR a.ubdr {color: #5AAC5B;}
.txtRD {color: #E5181A;}
.txtYL {color: #FFFF00;}
.txtSKY {color: darkturquoise;}
strong {font-weight: 700;}

.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%; z-index: 1;}
#header .logo {width: 200px; position: relative; z-index: 11;}
#header .logo a {background: #FFF; padding: 20px 16px; border-radius: 0 0 20px 0; display: block;}
#header h1 {padding: 15px 20px; border-radius: 0 0 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;}
.child_menu a:hover {color: #222;}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #5AAC5B; 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: 380px; color: #222; overflow-y: scroll; text-align: center; background: #FFF;}
#hanburger:checked ~ .global_menu {visibility: visible;}
.global_menu a {display: block; width: 100%; padding: 12px 15px;}
.global_menu a:hover {background: #5AAC5B; color: #FFF; border-radius: 0 0 10px 10px;}
.menu {font-size: 16px; white-space: nowrap; margin: 0 ; font-weight: 500;}
.menu .pd {display: none;}
.menu:last-child {margin-right: 0px;}
.headNav {margin-left: auto;}
.headNav ul {width: 495px; padding: 15px 20px; border-radius: 0 0 0 10px;}
.headNav li {margin: 0 30px 0 0; position: relative;}
.headNav li::before {position: absolute; content: '/'; top: -5px; right: -20px; color: #FFF; font-size: 130%;}
.headNav li:first-child::before,.headNav li:last-child::before {content: none;}
.headNav li a {color: #FFF;}
.headNav li a:hover {text-decoration: underlinea;}
.headNav li:first-child a {font-size: 16px; padding-right: 30px; background: url("../img/cmn/icon_window.svg") no-repeat right center;}
.headNav li:first-child {width: 100%; margin: 0 0 10px;}
.headNav li:last-child {margin: 0;}
.headNav .login a,.headNav .logout {display: block; width: 184px; padding: 30px 15px; border-radius: 0 0 0 20px; background: #5AAC5B; color: #FFF;}
.headNav .login a:hover {background: #D15E67;}
.headNav .logout .logoutBtn {padding-left: 25px; background: url("../img/cmn/icon_logout.svg") no-repeat left center; color: #FFF; text-decoration: underline;}
#hanburger,.spOnly {display: none;}
@media screen and (max-width: 1540px) {
	#header h1 {padding: 15px 10px;}
	.global_menu a {padding: 11px 10px;}
	.headNav ul {width: 265px; padding: 15px 10px;}
}
@media screen and (max-width: 1320px) {
	#header .logo {width: 170px;}
	.global_menu {left: 350px;}
}
@media screen and (max-width: 1260px) {
	.headNav {align-items: flex-end; position: absolute; top: 0; right: 0;}
	.headNav ul {width: 495px; padding: 10px 15px; margin-bottom: 20px; border-radius: 10px 0 0 10px;}
	.headNav li:first-child {margin: 0 0 5px;}
}
@media screen and (max-width: 1040px) {
	#header .logo {width: 140px;}
	.global_menu {left: 320px;}
}
@media screen and (max-width: 990px) {
	#header .logo {width: 110px;}
	#header .logo a {padding: 10px; border-radius: 0 0 10px 0;}
	.global_menu {left: 290px;}
	.global_menu a:hover,#header h1 {border-radius: 0;}
	.headNav {top: 50px; align-items: flex-start;}
	.headNav ul {border-radius: 0 0 0 10px;}
}
@media screen and (min-width: 896px) {
  .menu_button {display: none;}
  .global_menu {position: absolute; padding: 0; color: #fff; visibility: visible; overflow-y: visible; height: auto; width: auto; margin-left: 15px; top: 0; z-index: 1;}
}
@media screen and (max-width: 896px) {
	#header {z-index: 5;}
	#header h1 {border-radius: 0 0 10px;}
  #header .spOnly {display: block; text-align: left; border-bottom: 1px solid #CCC; background: #EEE;}
	.headNav {display: none;}
  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: 12; left: 0;}
  .global_menu a {border-top-left-radius: 0; border-top-right-radius: 0;}
  .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;}
  #hanburger:checked ~ * .child_menu {max-height: 0; overflow-y: hidden; visibility: hidden; text-align: left;}
  .menu > label:hover {cursor: pointer; cursor: hand;}
}

footer {padding: 60px 0; border-top: 5px solid #E5181A;}
footer .logo {width: 140px; margin-right: 60px;}
footer li a:hover {text-decoration: underline;}
footer li {margin-bottom: 10px; line-height: 1.5;}
footer .siteLink {margin-left: auto; background: #EEEEEE; padding: 20px;}
footer .siteLink .bdr {border-bottom: 1px solid #5AAC5B; padding-bottom: 10px; margin-bottom: 10px;}
footer .siteLink ul {margin-right: 50px;}
footer .siteLink ul:last-child {margin-right: 0;}
footer .siteLink li ul li {margin-top: 10px; margin-left: 17px; position: relative;}
footer .siteLink li ul li::after {position: absolute; content: ''; width: 11px; height: 2px; background: #5AAC5B; top: 50%; left: -16px;}
.footCopy {text-align: right;}
.footCopy small {font-size: 14px;}
#ftNavi {display: none;}
@media screen and (max-width: 1090px) {
	footer .col6 {justify-content: center;}
	footer .siteLink {margin-right: auto;}
}
@media screen and (max-width: 896px) {
	footer {margin-bottom: 50px; padding: 40px 0;}
  footer #fnavi {width: 100%;}
	#ftNavi {display: block; background: #4A8308; letter-spacing: -.4em; position: fixed; z-index: 5; bottom: 0; border-top: 1px solid #FFF; width: 100%;}
	#ftNavi ul {text-align: center; font-size: 10px; font-weight: bold;}
	#ftNavi li {letter-spacing: normal; display: inline-block; width: 25%;}
	#ftNavi li a {display: block; padding: 5px 0; color: #FFF; border-left: 1px solid #5CA20B; border-right: 1px solid #3C6C04;}
	#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) {
  footer #fnavi ul > li,footer #fnavi ul > li:last-child {margin: 0 10px 10px 10px;}
  footer #fnavi ul > li:first-child {margin: 0 0 10px 0; display: block;}
  footer #fnavi ul > li::after {right: -10px;}
  footer #fnavi ul > li:first-child::after {background-color: #FFF; width: 0; right: 0;}
}

.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: 1212px; 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%;}
.w240 {max-width: 240px; width: 100%;}
.w200 {max-width: 200px; width: 100%;}
.full {width: 100%;}
.half {width: 50%;}
.w46 {width: calc(46% - 50px);}
.w54 {width: calc(54% - 50px);}
@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 15px; margin-right: 15px;}
  .col1 {width: calc(16.6666% - 30px);}
  .col2,.box3 {width: calc(33.3333% - 30px);}
  .col3 {width: calc(50% - 30px);}
  .col4 {width: calc(66.6666% - 30px);}
  .col5 {width: calc(83.3333% - 30px);}
  .col6 {width: calc(100% - 30px);}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 30px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 30px);}
  .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;}
}

input[type="submit"] {cursor: pointer;}
.btnGR,.btnWH,input[type="submit"].btnGR,.btnPI,input[type="button"].btnPI,.btnGRY {width: 100%; display: block; color: #FFF; border: 1px solid #5AAC5B; background-color: #5AAC5B; text-align: center; padding: 13px 20px; border-radius: 30px;}
input[type="button"].btnPI {cursor: pointer;}
input[type="submit"].btnGR {width: 240px;}
.btnWH {color: #5AAC5B; background-color: #FFF; border: 1px solid #FFF;}
.btnPI,input[type="button"].btnPI {background-color: #D15E67; border: 1px solid #D15E67;}
.btnGRY {background-color: #999; border: 1px solid #999;}
.txt24 .btnGR {border-radius: 35px;}
.btnGR span,.btnWH span,.btnPI span,.btnGRY span {padding-left: 22px; background: url("../img/cmn/arrow_wh.svg") no-repeat left center; transition: .2s;}
.btnWH span {background: url("../img/cmn/arrow_gr.svg") no-repeat left center;}
.btnGR:hover,input[type="submit"].btnGR:hover {background: #FFF; color: #5AAC5B;}
.btnWH:hover {background: #5AAC5B; color: #FFF;}
.btnPI:hover,input[type="button"].btnPI:hover {background: #FFF; color: #D15E67;}
.btnGRY:hover {background: #FFF; color: #999;}
.btnGR:hover span {background: url("../img/cmn/arrow_gr.svg") no-repeat left 5px center;}
.btnWH:hover span {background: url("../img/cmn/arrow_wh.svg") no-repeat left 5px center;}
.btnPI:hover span {background: url("../img/cmn/arrow_pi.svg") no-repeat left 5px center;}
.btnGRY:hover span {background: url("../img/cmn/arrow_gry.svg") no-repeat left 5px center;}
.btnChange {display: block; width: 100%; padding: 1px 10px; border-radius: 3px; background: rgb(45,86,46); background: linear-gradient(0deg, rgba(45,86,46,1) 0%, rgba(90,172,91,1) 100%); color: #FFF; text-align: center;}
.btnChange:hover {background: rgb(45,86,46); background: linear-gradient(0deg, rgba(90,172,91,1) 0%, rgba(45,86,46,1) 100%);}
@media screen and (max-width: 568px) {
	.btnGR {padding: 8px 10px; font-size: 14px;}
	.btnGR span {padding-left: 17px;}
}

.r10 {border-radius: 10px;}
.r20 {border-radius: 20px;}
.pd20 {padding: 20px;}
.pd20-40 {padding: 20px 40px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.w60 {width: 60px;}
.w100 {width: 100px;}
.w140 {width: 140px;}
.w120 {width: 120px;}
.w80 {width: 80px;}
.mla {margin-left: auto;}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.cmnCont .typeAnime {width: 248px; position: absolute; top: 20%; left: -74px; animation: 10s linear infinite rotation;}
.cmnCont .txt80 {margin-left: 40px; background: #FFF; position: relative; z-index: 1; display: inline-block; padding-top: 10px;}
.cmnCont .illust {position: absolute; width: 59px; top: 0; right: 90px;}
.cmnCont .inner {border-radius: 0 20px 0 0; border-top: 1px solid #5AAC5B; border-right: 1px solid #5AAC5B; padding: 50px 40px 20px; margin-top: -48px;}
.cmnCont .box {width: calc(100%/3 - 20px); margin-top: 30px;}
.cmnCont .ttl,.ttlTBbdr {padding: 10px 0; border-bottom: 1px solid #5AAC5B; border-top: 1px solid #5AAC5B;}
.cmnCont .telsp {width: 80%; margin: 0 auto 20px;}
@media screen and (max-width: 1400px) {
	.cmnCont .typeAnime {top: auto; bottom: 20%; width: 15%;}
}
@media screen and (max-width: 1250px) {
	.cmnCont .illust {right: 40px;}
	.cmnCont .typeAnime {bottom: 10%; left: -5%;}
	.cmnCont .w100 {width: 95%; margin-left: 5%;}
}
@media screen and (max-width: 1050px) {
	.cmnCont .illust {right: 40px;}
	.cmnCont .txt80 {font-size: 7vw; padding-bottom: 10px;}
	.cmnCont .ttl {font-size: 18px;}
}
@media screen and (max-width: 1024px) {
	.cmnCont .typeAnime {bottom: auto; left: auto; top: -20px; right: 1%; width: 15.6%;}
	.cmnCont .w100 {width: 100%; margin-left: 0;}
	.cmnCont .txt80 {margin-left: 20px;}
	.cmnCont .illust {width: 6.5%;}
	.cmnCont .inner {border-radius: 0 10px 0 0; padding: 50px 20px 20px;}
	.cmnCont .ttl {font-size: 1.5vw;}
}
@media screen and (max-width: 568px) {
	.cmnCont .typeAnime {display: none;}
	.cmnCont .illust {right: 10px;}
	.cmnCont .w100 {width: 100%; margin-left: 0;}
	.cmnCont .inner {margin-top: -24px; padding: 30px 20px 20px; justify-content: center;}
	.cmnCont .w350 {margin-top: 10px;}
	.cmnCont .box {width: 100%; margin-top: 20px;}
	.cmnCont .ttl {font-size: 16px; margin-bottom: 10px;}
	.cmnCont .telsp {margin: 0 auto 10px;}
}


.ttlObjC {padding: 28px 0 0; background: url("../img/cmn/ttl_gr01.svg") no-repeat top center;}
.ttlObjC span {background: #FFF;}
.txtWH .ttlObjC {background: url("../img/cmn/ttl_wh01.svg") no-repeat top center;}
.ttlObjR {padding: 33px 45px 0 0; background: url("../img/cmn/ttl_gr02.svg") no-repeat top right; display: inline-block;}
.txtCent .ttlObjR {padding: 33px 45px 0;}
.ttlMkr {background: linear-gradient(transparent 60%, rgba(211,211,188,1) 40%); display: inline;}
.ttlBbdr {position: relative; border-bottom: 1px solid #222222; padding-bottom: 20px;}
.ttlBbdr::before {position: absolute; content: ''; width: 240px; height: 1px; background: #5AAC5B; left: 0; bottom: -1px;}
.ttlBdrl {border-left: 5px solid #5AAC5B; padding-left: 10px;}
.ttlBdrb {border-bottom: 5px solid #5AAC5B; padding-bottom: 10px;}

#top01,#kv {margin-top: -125px;}
#kv {padding-bottom: 35px;}
.kvImg {height: 250px;}
#kv .container {position: absolute; bottom: 0; left: 0; right: 0;}
.kvTtl {display: inline-block; min-width: 364px; padding: 10px 20px; border-bottom: 6px solid #5AAC5B; z-index: 1;}
.bread {margin-left: auto;}
.bread li {margin-right: 32px; position: relative;}
.bread li a {text-decoration: underline;}
.bread li::after {position: absolute; content: ''; background: url("../img/cmn/arrow_gr.svg") no-repeat center; background-size: cover; width: 12px; height: 15px; right: -22px; top: 50%; transform: translateY(-50%);}
.bread li:last-child {margin-right: 0;}
.bread li:last-child::after {content: none;}
@media screen and (max-width: 1320px) {
	#top01,#kv {margin-top: -105px;}
}
@media screen and (max-width: 1040px) {
	#top01,#kv {margin-top: -85px;}
}
@media screen and (max-width: 990px) {
	#top01,#kv {margin-top: -61px;}
}
@media screen and (max-width: 896px) {
	#top01,#kv {margin-top: -55px;}
	.kvImg {height: 150px;}
	.kvTtl {min-width: inherit;}
}

#top01 {width: 100%; height: 800px;}
.searchBox {width: calc(100% - 40px); max-width: 685px; position: absolute; left: 40px; bottom: 40px; background: #FFF;}
.ttlBox {padding: 15px 20px; border-radius: 10px 10px 0 0;}
.searchBox .half {width: calc(50% - 20px);}
.searchBox .date,.searchBox .formSelect {width: calc(50% - 6px);}
.date input[type="date"] {position: relative;}
.date input[type="date"]::-webkit-calendar-picker-indicator {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; background: transparent; z-index: 1;}
.date input[type="date"]::after {content: ''; background-image: url("../img/cmn/icon_cal.svg"); background-repeat: no-repeat; background-size: contain; background-position: 0 0; width: 18px; height: 18px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%);}
.formSelect.clock select {background: url("../img/cmn/icon_clock.svg") no-repeat right 10px center;}
.searchLineup ul {margin-left: -10px; margin-right: -10px;}
.searchLineup li {width: calc(20% - 20px); margin: 0 10px 10px;}
.searchLineup li {position: relative; border-radius: 5px;}
.searchLineup li label {width: 100%; height: 100%; cursor: pointer; position:relative; text-align: center; border: 1px solid #999; border-radius: 5px; display: block; }
.searchLineup li .blk {width: 100%; height: 100%; padding: 10px; background: #EEE;}
.searchLineup li .txt {line-height: 1.2; margin-top: 5px; display: block;}
.searchLineup li input[type=checkbox] {display: none;}
.searchLineup li input[type=checkbox]:checked + .blk {background: #5AAC5B; color: #FFF;}
.searchLineup li input[type=checkbox]:checked + .blk::after {content: "";display: block; position: absolute; top: 2px; left: 10px; width: 11px; height: 20px; transform: rotate(40deg); border-bottom: 3px solid #FFF; border-right: 3px solid #FFF;}
.detail li {padding: 0 6px; margin: 0 10px 5px 0; background: url("../img/cmn/line_left.svg") no-repeat left center,url("../img/cmn/line_right.svg") no-repeat right center;}
.bdrGR::before {position: absolute; content: ''; width: 100%; height: 2px; border-radius: 1px; background: #5AAC5B; top: 50%; left: 0; transform: translateY(-50%); z-index: -1;}
#top02 .bgGR {padding: 30px 30px 10px;}
#top02 .bgGR li {width: 300px; margin: 0 20px 20px;}
.campaginSlide li {margin: 0 10px;}
.campaginSlide .slick-prev,.campaginSlide .slick-next {width: 80px; height: 80px; background: #FFF; border: 2px solid #5AAC5B; top: auto; bottom: -80px; z-index: 1; border-radius: 50%; left: auto; right: auto;}
.detailSlide .slick-prev {bottom: -65px;}
.campaginSlide .slick-prev {right: 180px;}
.campaginSlide .slick-next {right: 80px;}
.campaginSlide .slick-prev:before,.campaginSlide .slick-next:before {position: absolute; content: ''; width: 16px; height: 21px; top: calc(50% - 10px); left: calc(50% - 10px);}
.campaginSlide .slick-prev:before {background: url("../img/cmn/arrow_grl.svg") no-repeat; background-size: cover;}
.campaginSlide .slick-next:before {background: url("../img/cmn/arrow_gr.svg") no-repeat; background-size: cover;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {background: #FFF!important;}
#top03::before {position: absolute; content: ''; width: 100%; height: calc(100% - 80px); top: 40px; left: 0; background: #E6DECC; z-index: -1;}
#top04 .txt {width: calc(45% - 140px); margin-right: 60px; margin-left: 80px;}
#top04 .mainImg {width: 55%;}
.ttlSide {display: flex; align-items: center;}
.ttlSide::before,.ttlSide::after {content: ""; height: 2px; flex-grow: 1; background-color: #5AAC5B;} 
.ttlSide::before {margin-right: 20px;} 
.ttlSide::after {margin-left: 20px;}
#top04 .campPrice {width: 70%; margin: 0 auto; margin-top: -10px; position: relative; z-index: 1; border-bottom: none;}
#top04 .campIcon {margin-top: -35px; padding-bottom: 20px; border-bottom: 2px solid #5AAC5B;}
.campIcon li {width: 140px; margin-right: 50px; position: relative;}
.campIcon li::after {position: absolute; content: ''; width: 30px; height: 30px; background: url("../img/campfield/02-06.svg") no-repeat center; background-size: cover; top: 55px; right: -40px;}
.campIcon li:last-child {margin-right: 0;}
.campIcon li:last-child::after {content: none;}
#top05 .col6 {border: 2px solid #5AAC5B;}
#top05 .inner {width: calc(100% - 265px); padding: 30px 40px; background: url("../img/campfield/03-01.jpg") no-repeat center; background-size: cover; border-radius: 10px 0 0 10px;}
#top05 .txt {width: calc(100% - 330px);}
#top05 .mainImg {width: 265px;}
#top06 .recommendField::before {position: absolute; content: ''; width: 100%; height: calc(100% - 100px); top: 50px; left: 0; border-radius: 20px; background: #F7F3EA; z-index: -1;}
#top06 .recommendField .mainImg,#top06 .recommendField .txt {width: calc(50% - 20px);}
#top06 .recommendField .txt {padding-top: 90px;}
#top06 .recommendField .ttlBdrb {border-bottom-color: #222222;}
#top06 .recommendField .share li,#campBtm .share li,#campfield02 .share li {width: 30px; margin-left: 15px;}
#top06 .thumb {border: 2px solid #222; border-radius: 10px;}
#top06 .thumb h4 {position: absolute; bottom: -2px; padding: 10px 20px; background: rgba(34,34,34,.8); border-radius: 0 0 10px 10px; z-index: 1; width: 100%;}
.txtBR {color: #A38E5B;}
.w180 {width: 180px;}
#top06 .w180 {position: absolute; bottom: 10px; left: 10px; z-index: 2;}
#fieldSlide .slide {margin: 0 20px;}
#fieldThumb {margin: 0 5px;}
#fieldThumb .thumb {margin: 0 15px;}
#top08 {max-width: 1520px; width: 100%; margin-left: auto; margin-right: auto;}
#top08 .txtCent {max-width: 300px; margin: 0 auto;}
#top08 .flex {border-top: 1px solid #222; border-bottom: 1px solid #222; margin-top: -40px;}
#top08 .box {width: calc(100%/3); padding: 40px; border-right: 1px solid #222;}
#top08 .box:last-of-type {border-right: none;}
#top08 .mainImg {border-bottom: 6px solid #E5181A; margin-bottom: 20px;}
@media screen and (max-height: 860px) {
	#top01 {height: calc(100vh - 61px);}
}
@media screen and (max-height: 620px) {
	.searchBox {left: auto; right: 20px;}
}
@media screen and (max-width: 1470px) {
	#top04 .campIcon {max-width: 600px; width: 100%; margin-left: auto; margin-right: auto;}
	#top04 .campIcon li {width: calc(100%/3 - 20px); font-size: 14px; margin-right: 20px;}
	#top04 .campIcon li::after {width: 15px; height: 15px; right: -17px;}
}
@media screen and (max-width: 1172px) {
	#top05 .pcbr {display: none;}
}
@media screen and (max-width: 1160px) {
	#top04 .txt {width: calc(100% - 40px); margin-right: 20px; margin-left: 20px;}
	#top04 .mainImg {width: 100%; padding-left: 20px;}
}
@media screen and (max-width: 1030px) {
	#top05 .txt {width: 100%;}
	#top05 .inner {justify-content: center;}
	#top05 .campIcon {margin-top: 20px;}
	.holidayPlan {padding-left: 20px; padding-right: 20px;}
}
@media screen and (max-width: 896px) {
	#top01 {height: auto;}
	.searchBox  {position: relative; margin: 80px auto; left: 0; right: 0; bottom: 0;}
	.ttlBox {padding: 10px 15px;}
	.campaginSlide .slick-prev,.campaginSlide .slick-next {width: 40px; height: 40px; bottom: -40px;}
	.campaginSlide .slick-prev {right: 60px;}
	.campaginSlide .slick-next {right: 10px;}
	.campaginSlide .slick-prev:before,.campaginSlide .slick-next:before {width: 12px; height: 16px; top: calc(50% - 8px); left: calc(50% - 6px);}
	#top05 .inner {width: 100%; padding: 20px;}
	#top05 .mainImg {width: 100%; height: 350px;}
	#top04 .campIcon li {width: calc(100%/3 - 20px); font-size: 14px; margin-right: 10px; margin-left: 10px;}
	#top06 .recommendField .flRev {flex-direction: column-reverse;}
	#top06 .recommendField .mainImg,#top06 .recommendField .txt {width: 100%;}
	#top06 .recommendField .txt {padding-top: 30px;}
	#fieldThumb .thumb {margin: 0 10px;}
	#fieldThumb .thumb {margin: 0 10px;}
	#top08 .flex {border-bottom: none; margin-top: -35px;}
	#top08 .box {width: 100%; padding: 20px; border-bottom: 1px solid #222; border-right: none;}
}
@media screen and (max-width: 568px) {
	.searchBox .half {width: 100%;}
	.searchLineup li {width: calc(100%/3 - 20px); margin: 0 10px 20px;}
	#top02 .bgGR {padding: 20px 20px 10px;}
	#top04 .campIcon {margin-top: 0;}
	#top05 .campIcon li {width: calc(50% - 50px);}
}
@media screen and (max-width: 430px) {
	.searchBox .half {width: 100%;}
	.searchLineup li {width: calc(50% - 20px); margin: 0 10px 20px;}
}

#search .half {width: calc(50% - 20px);}
.searchCal .date,.searchCal .formSelect {width: calc(50% - 10px);}
.cal .prev a,.cal .next a {font-weight: 700; color: #5AAC5B;}
.cal .prev a:hover,.cal .next a:hover {text-decoration: underline;}
.cal .prev a {padding-left: 15px; background: url("../img/cmn/arrow_grl.svg") no-repeat left center;}
.cal .next a {padding-right: 15px; background: url("../img/cmn/arrow_gr.svg") no-repeat right center;}
.cal .month {font-size: 20px; font-weight: 700;}
.cal .month span {font-size: 150%;}
.cal table tr:nth-child(odd),.cal table tr:nth-child(even) {background-color: #FFF;}
.cal th,.cal td {padding: 5px 10px; width: calc(100%/7);}
.cal td {height: 80px; position: relative; width: calc(100%/7); font-weight: 700;}
.cal td span {position: absolute; top: 5px; left: 10px;}
.cal td .status {position: absolute; text-align: center; top: auto; left: 50%; width: 100%; font-size: 14px; line-height: 1.2; color: #A38E5B; display: block; bottom: 15px; transform: translateX(-50%);}
.cal th:first-child {background: #D15E67; color: #FFF;}
.cal th:last-child {background: #5EA9D1; color: #FFF;}
.cal td:first-child,.cal td .holiday,.cal td:first-child a,.cal td .holiday a {color: #D15E67;}
.cal td:last-child,.cal td:last-child a {color: #5EA9D1;}
.cal td a {display: block; width: 100%; height: 100%;}
.cal td.before {background: #EEEEEE;}
.cal td.prevMonth span,.cal td.nextMonth span {opacity: .5;}
.reserveCont {border: 1px solid #A38E5B;}
.reserveCont dl {margin-bottom: 10px;}
.reserveCont dt {width: 100px; margin-bottom: 10px; font-weight: 700;}
.reserveCont dd {width: calc(100% - 100px); margin-bottom: 10px;}
.reserveCont .subTotal dt {width: 120px;}
.reserveCont .subTotal dd {width: calc(100% - 120px);}
.bdrDot {border-bottom: 1px dashed #999999;}
.bdrSolid {border-bottom: 1px solid #999999;}
.reserveCont .price dd {text-align: right; font-weight: 700;}
.reserveCont .total {margin-bottom: 20px;}
.carSelect label {cursor: pointer;}
.carSelect input[type=radio] {position: absolute; display: inline-block; cursor: pointer; left: 20px; bottom: 30px; z-index: 1;}
.carSelect input[type=radio]::before,.carSelect input[type=radio]::after {position: absolute; display: block; content: ''; top: 50%; left: -2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%;}
.carSelect input[type=radio]::before {width: 20px; height: 20px; background: #FFF; border: 1px solid #FFF;}
.carSelect input[type=radio]::after {left: 2px; width: 12px; height: 12px; top: 4px; background: #FFF;}
.carSelect input[type=radio]:checked::after {background: #D15E67;}
.carSelect .radio {position: absolute; bottom: 0; left: 0; background: #5AAC5B; border-radius: 0 5px 0 0; color: #FFF; font-size: 18px; font-weight: 700; padding: 7px 20px 7px 50px; line-height: 1.5;}
.carSelect input[type=radio]:checked + label .radio {background: #D15E67;}
.noRental {position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 1;}
.noRental p {position: absolute; width: 100%; text-align: center; top: 50%; transform: translateY(-50%);}
.select {margin-left: auto; width: 120px; justify-content: flex-end;}
.select .mr20 {margin-right: 0; margin-bottom: 10px;}
.noImg {margin-left: auto;}
.noImg .select {width: auto; align-items: center;}
.noImg .select .mr20 {margin-right: 20px; margin-bottom: 0;}
#search .option .half {padding-bottom: 20px; border-bottom: 1px solid #999999;}
.select label {background: #5AAC5B; padding: 10px 15px 10px 40px; border-radius: 5px; display: block; color: #FFF; font-size: 16px; font-weight: 700; position: relative;}
.select label::before {content: "";display: block; position: absolute; top: 8px; left: 15px; width: 20px; height: 20px; background: #FFF; border-radius: 4px;}
.select input[type=checkbox] {display: none;}
.select input[type=checkbox]:checked + span {background: #5AAC5B; color: #FFF;}
.select input[type=checkbox]:checked + span::after {content: "";display: block; position: absolute; top: 6px; left: 20px; width: 11px; height: 20px; transform: rotate(40deg); border-bottom: 3px solid #D15E67; border-right: 3px solid #D15E67;}
.itemImg {width: calc(100% - 140px);}
.optionTotal,.campPrice {border-bottom: 1px solid #999999;}
.optionTotal th,.campPrice th {padding: 0 0 5px; border: none; border-bottom: 1px solid #999999; font-weight: 400; text-align: center;}
.campPrice th {font-weight: 700;}
.optionTotal th:first-child,.campPrice th:first-child {text-align: left;}
.optionTotal th:last-child,.campPrice th:last-child {text-align: right;}
.optionTotal td,.campPrice td {padding: 10px 0; border: none; border-bottom: 2px dotted #999999; background: #FFF; font-weight: 700; text-align: left;}
.campPrice td {padding: 5px 0 0; border-bottom: none;}
.optionTotal.confirm td:nth-child(2),.campPrice td:nth-child(2) {text-align: center;}
.optionTotal td:last-child,.campPrice td:last-child {text-align: right;}
.optionTotal tr:last-child td,.campPrice tr:last-child td {border-bottom: none;}
.campPrice tr:nth-child(2) td {padding-top: 10px;}
.campPrice tr:nth-last-child(2) td {padding-bottom: 10px;}
.campPrice tr:last-child td {padding-top: 10px; padding-bottom: 15px; border-top: 1px solid #999;}
#eye_btn {display: block; width: 24px; height: 18px; background: url("../img/cmn/login_eye01.svg") no-repeat center right; position: absolute; top: 50%; transform: translateY(-50%); right: 20px;}
#eye_btn.eye_appear {background: url("../img/cmn/login_eye02.svg") no-repeat center right;}
#login .col3 {border: 1px solid #5AAC5B;}
.loginBtn {display: block; width: 100%; background: #D15E67; border: 1px solid #D15E67; border-radius: 25px; color: #FFF; text-align: center; padding: 10px 15px;}
.loginBtn:hover {background: #FFF; color: #D15E67;}
.loginBtn span {padding-left: 30px; background: url("../img/cmn/icon_login.svg") no-repeat left center; background-size: 20px auto;}
.loginBtn:hover span {background: url("../img/cmn/icon_login_pi.svg") no-repeat left center; background-size: 20px auto;}
.form dt,.form dd {padding: 20px 0;}
.form dt {width: 240px; border-bottom: 1px solid #5AAC5B; margin-top: 8px;}
.form.confirm dt {margin-top: 0;}
.form dd {width: calc(100% - 240px); border-bottom: 1px solid #D9D3C6; padding-left: 30px;}
.form dt .must {float: right;}
.reserveData dt,.reserveData dd,.user dt,.user dd {margin-bottom: 10px;}
.reserveData dt {width: 105px; font-weight: 700;}
.reserveData dd {width: calc(100% - 105px);}
.user dt {width: 140px;}
.user dd {width: calc(100% - 140px);}
.priceDetail {border: 1px solid #A38E5B;}
.priceDetail .pd20 {padding: 20px 20px 0 20px;}
.priceDetail dt:nth-of-type(odd) {width: calc(50% - 120px);}
.priceDetail dd:nth-of-type(odd) {width: 120px; text-align: right; padding-right: 20px;}
.priceDetail dt:nth-of-type(even) {width: calc(50% - 100px); padding-left: 20px;}
.priceDetail dd:nth-of-type(even) {width: 100px; text-align: right;}
.payment {background: #F7F3EA; margin-left: -20px; margin-right: -20px; padding: 15px 20px; border-radius: 0 0 10px 10px;}
.payment .formRadio li {margin: 0 20px 0 0;}
@media screen and (max-width: 1024px) {
	.reserveData dt,.reserveData dd,.user dt,.user dd {width: 100%;}
	.reserveData dt,.user dt {margin-bottom: 5px;font-weight: 700;}
	.user dd {padding-bottom: 10px; border-bottom: 1px dotted #999;}
}
@media screen and (max-width: 896px) {
	#search .col4,#search .col2 {width: calc(100% - 30px);}
	#search .half {width: 100%;}
	.cal td .status {font-size: 10px;}
	#reserve .col2 {width: calc(50% - 30px);}
	.priceDetail {width: calc(100% - 30px);}
}
@media screen and (max-width: 568px) {
	.form dt,.form dd {padding: 20px 0;}
	.form dt {width: 100%; border-bottom: none; margin-top: 0; padding: 20px 0 0;}
	.form dd {width: 100%; border-bottom: 1px solid #5AAC5B; padding-left: 0; padding: 10px 0 20px;}
	#reserve .col2 {width: calc(100% - 30px);}
	.priceDetail dt:nth-of-type(odd),.priceDetail dt:nth-of-type(even) {width: calc(100% - 120px); padding-left: 0;}
	.priceDetail dd:nth-of-type(odd) {padding-right: 0;}
	.priceDetail dd:nth-of-type(even) {width: 120px;}
}

#campfield .ttlBbdr {padding-bottom: 10px; border-bottom: 6px solid #222222;}
#campfield .ttlBbdr::before {content: none;}
.campAdd li {padding-left: 30px; background-repeat: no-repeat; background-position: left center; background-size: 20px auto; word-break: break-all;}
.campAdd li:first-child {background-image: url("../img/campfield/04-01.svg"); margin-bottom: 10px;}
.campAdd li:last-child {background-image: url("../img/campfield/04-02.svg");}
.campLink {position: absolute; right: 0; bottom: 0; padding: 5px 20px; border-radius: 10px 0 0; background: #5AAC5B; z-index: 1;}
.w100.formSelect {width: 100px;}
.campDetail dt {width: 110px; font-weight: 700;}
.campDetail dd {width: calc(100% - 110px);}

.history table tr:nth-child(odd) {background-color: #FFF;}
.history table tr:nth-child(even) {background-color: #EEEEEE;}
.history table th,table td {padding: 10px 10px; line-height: 1.7; text-align: left; border: 1px solid #CCCCCC;}
.history table.tblpd10 th,table.tblpd10 td {padding: 10px; line-height: 1.7; text-align: left; border: 1px solid #CCCCCC; vertical-align: middle;}
.history table th {border-top: none!important;}
.history table th:first-child,table td:first-child {border-left: none;}
.history table th:last-child,table td:last-child {border-right: none;}
.history table td.txtCent {text-align: center;}
#mypage .ttlBbdr {padding-bottom: 15px; border-bottom: 1px solid #D9D3C6;}
.profile dt,.profile dd {padding: 20px 0;}
.profile dt {padding: 20px 0; width: 240px; border-bottom: 1px solid #5AAC5B;}
.profile dd {padding: 20px 0 20px 20px; width: calc(100% - 240px); border-bottom: 1px solid #D9D3C6;}
#mypage .tblw {width: 800px}
@media screen and (max-width: 568px) {
	.profile dt {padding: 20px 0 10px; width: 100%; border-bottom: none;}
	.profile dd {padding: 0 0 20px; width: 100%; border-bottom: 1px solid #5AAC5B;}
	#mypage .w200.mlr20 {margin-bottom: 10px;}
}

.cal td span.startday,.cal td span.returnday {color: #FFF; padding: 0 5px; border-radius: 50%; display: inline-block; line-height: 24px; top: 0; left: 20px;}
.cal td span.startday {background: #5AAC5B;}
.cal td span.returnday {background: #A38E5B;}
.inputCreditInfo {padding: 20px 0 10px;}
#div_incl_err li:first-child {margin-top: 20px;}
#div_incl_err li,#error_div li {padding-left: 20px; color: #CC0000; font-weight: 700; background: url("../img/cmn/icon_error.svg") no-repeat left top 4px; background-size: 15px auto;}
