@charset 'utf-8';

:root {
	--colorblue: #0F5FAD;
	--colorpink: #EC92B5;
	--colorwhite: #fff;
	--colorgray: #CFCFCF;
	--colorlightblue: #0044FF;
}
@media only screen and (min-width: 768px) {
	.small{
		/* font-size: 47.5%; */
		font-size: 52.5%;
	}
	.medium{
		font-size: 62.5%;
	}
	.large{
		font-size: 77.5%;
	}
}

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,
figure,figcaption {
	margin: 0;
	padding: 0;
}
html { height: 100%; font-size: 62.5%; }
.ff-content{ font-family: 'Content', cursive; }
.ff-hanuman{ font-family: 'Hanuman', serif; }
.ff-koulen{ font-family: 'Koulen', cursive; }
.ff-poppins{ font-family: 'Poppins', sans-serif; }
/* .ff-siemreap{ font-family: 'Siemreap','Poppins', sans-serif; } */
.ff-siemreap{ font-family: 'Siemreap','Poppins', sans-serif; }
.ff-noto{font-family: 'Noto Sans', sans-serif;}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: 'Siemreap','Poppins', sans-serif;
	font-size: 1.5rem;
	line-height: normal;
	color: #121212;
}

*,
*:before,
*:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

ul,ol { list-style: none; }
img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
a { text-decoration: none; color: #282A2C; }
a:hover { text-decoration: none; }

/* clearfix
------------------------------------------------ */
.clearfix { clear: both; *zoom: 1; }
.clearfix:before,.clearfix:after { content: ' '; display: table; }
.clearfix:after { clear: both; }

/* container
------------------------------------------------ */
#container { position: relative; width: 100%; }
.wrap { position: relative; margin: 0 auto; max-width: 1240px; padding: 0 20px; }
#pagetitle{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background-color: #F5F5F5; }
.pagetitle--logo{ margin-right: 28px; width: 100px; height: 100px; overflow: hidden; }
.pagetitle--logo img{ width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.pagetitle--txt{ font-size: 3rem; font-family: 'Koulen', cursive; font-weight: 400; line-height: normal; color:#121212; }

.breadcrumb{ padding:9px 0 8px; display: flex; flex-wrap: wrap; border-bottom: 2px solid #EC92B5; }
.breadcrumb li{ display: inline-flex; flex-wrap: wrap; align-items: center; }
.breadcrumb li span,
.breadcrumb li a{ display: block; font-size: 1.6rem; font-weight: 400; line-height: calc(24 / 16); color:#121212; }
.breadcrumb li+li:before{ padding: 0 5px; content: '>'; }

.aside--title{ position: relative; padding: 6px 0; width: calc(100% - 18px); margin-left: 18px; font-size: 2rem; font-weight: 400; font-family: 'Koulen', cursive; text-align: center; background-color: #EC92B5; color:#fff; box-shadow: 0 3px 6px rgba(0,0,0,0.16); }
.aside--title:before{ content: ''; width: 18px; height: 100%; position: absolute; left:-18px; top: 0; background: url(../img/share/aside-bg.png) no-repeat 0 center / 18px 100%; }
.aside--list{ margin-top: 2px; padding-left: 18px; }
.aside--list a{ padding: 12px 0 8px; display: block; }
.aside--list li{ border-bottom: 1px dashed #757575; }
.aside--list-cat{ display: flex; flex-wrap: wrap; font-weight: 400; font-size: 1.3rem; font-family: 'Koulen', cursive; }
.aside--list-cat span{  }
.aside--list p{ margin-top: 5px; font-size: 1.5rem; font-weight: 400; color:#333333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.aside--list a:hover p{ color:#0F5FAD; }
.aside--fb{ margin-top: 114px; }

.page-content{ padding: 50px 0 0; }

@media only screen and (min-width: 768px) {
	.sp { display: none !important; }
	#pagetitle.mh-100{ min-height: 100px; }
	.page-row{ display: flex; flex-wrap: wrap; justify-content: space-around; }
	.page-col--left{ width: calc(100% - 310px); }
	#aside{ padding-top: 46px; width: 280px; }
}


@media only screen and (max-width: 767px) {
	.pc { display: none !important; }
	.wrap{ padding: 0 30px; }
	#aside{ display: none; }

	#pagetitle{ padding: 10px; min-height: 60px; background-color: #EC92B5; }
	.pagetitle--logo{ display: none; }
	.pagetitle--txt{ font-size: 2.2rem; color:#fff; }
}

/* header
------------------------------------------------ */
#header { position: fixed; left: 0; top: 0; width: 100%; background-color: #fff; z-index: 9999; }

.header--row{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.header--logo { width: 327px; }
.header--logo h1{ line-height: 1; }
.header--logo a { display: block; }
.header--search-input{ display: flex; flex-wrap: wrap; align-items: center; border:1px solid #707070; border-radius: 36px; overflow: hidden;  }
.header--search-input input{ border:0; border-radius: 0; outline: none; }
.header--search-input input.search-text{ font-family: 'Siemreap','Poppins', sans-serif; text-indent: 25px; height: 34px; width: calc(100% - 46px); font-size: 1.5rem; line-height: 1; }
.header--search-input input.search-btn{ width: 24px; height: 24px; background: url(../img/share/icon-search.svg) no-repeat center / contain; }
.header--font-option ul{ margin-right: 20px; display: flex; flex-wrap: wrap; align-items: center; }
.header--font-option ul li{ }
.header--font-option ul li:nth-child(-n+1){ margin-right: 20px; }
.header--font-option ul li span{ line-height: 1.9; font-size: 1.9rem; color:#000; font-family: 'Siemreap','Poppins', sans-serif; }
.header--font-option ul li button{ padding: 0 11px; line-height: 1.9; font-family: 'Siemreap','Poppins', sans-serif; font-size: 1.9rem; transition: .2s ease; color:var(--colorblue); background-color:transparent; border:0; border-radius: 8px; text-align: center; cursor: pointer; }
.header--font-option ul li button.on,
.header--font-option ul li button:hover{ color:var(--colorwhite); background-color: var(--colorblue); }
.header--fb-btn{ margin-right: 15px; }
.header--fb-btn a{ display: block; width: 36px; height: 36px; }
.header--menu-btn{ width: 45px; }
.header--menu-btn--bar{ position: relative; width: 45px; height: 31px; cursor: pointer; }
.header--menu-btn--bar span{ background-color: var(--colorblue); width: 100%; height: 6px; transition: all 0.2s; position: absolute; border-radius: 6px; }
.header--menu-btn--bar .bar1{  }
.header--menu-btn--bar .bar2{ margin-top: 12px; }
.header--menu-btn--bar .bar3{ margin-top: 24px; }
.header--menu-btn--bar.on .bar1{ width: 56px; -webkit-transform: rotate(45deg) scaleX(0.7); margin-top: 12px; left:-5px; }
.header--menu-btn--bar.on .bar2{ opacity: 0; }
.header--menu-btn--bar.on .bar3{ width: 56px; -webkit-transform: rotate(-45deg) scaleX(0.7); margin-top: 12px; left:-5px; }

#nav{ z-index: 9999; display: none; position: fixed; left: 0; top: 92px; width: 100%; }
.nav--panel{ position: relative; padding: 38px 3.34% 87px; background-color: var(--colorwhite); border:1px solid var(--colorblue); border-radius: 13px; box-shadow: 0 3px 6px rgba(0,0,0,0.4); }
.nav--list{ max-height: calc(100vh - 227px); overflow-y: auto; }
.nav--list li a{ display: flex; flex-wrap: wrap; align-items: center; font-size: 1.9rem; }
.nav--list li a i{ width: 58px; height: 58px; border-radius: 50%; overflow: hidden; border:1px solid #707070; }
.nav--list li a span{ width: calc(100% - 58px); padding-left: 20px; }
.nav--list li a:hover span{ color:#0F5FAD; }
.nav--list li a i img{ object-fit: cover; object-position: center 0; width: 100%; height: 100%; }
.nav--btn-close{ position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); width: 129px; padding: 9px 0 0 0; font-size: 1.8rem; text-align: center; color:#fff; transition: .2s ease; cursor: pointer; border:1px solid var(--colorblue); background-color: var(--colorblue); border-radius: 8px; }
.nav--btn-close:hover{ background-color: #fff; color:var(--colorblue); }

@media only screen and (min-width: 768px) {
	.header--row{ align-items: center; height: 92px; }
	.header--search{ width: 345px; }
	.header--col-right{ display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
	.nav--list{ display: flex; flex-wrap: wrap; }
	.nav--list li{ padding-left: 10px; width: 25%; background-color: transparent !important; }
	.nav--list li:not(:nth-child(-n+4)){ margin-top: 15px; }
	.nav--panel:before{ position: absolute; right: 20px; top: -22px; content: ''; width: 26px; height: 23px; background: url(../img/share/arrow-up-bg-2.png) no-repeat center 0 /  26px auto; }
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
	.header--logo{ width: 23.9385065886vw; }
	.header--search{ width: 25.2562225476vw; }
	.large .header--logo{ width: 21.938507vw; }
	.large .header--search{ width: 22.256223vw }
	.header--font-option ul{ margin-top: 10px; }
	.header--font-option ul li:nth-child(-n+1){ margin-right: 5px; }
	.nav--list li a i{ width: 48px; height: 48px; }
	.nav--list li a span{ padding-left: 10px; }
}

@media only screen and (max-width: 767px) {
	.header--row{ padding: 5px 0 2px; }
	.header--logo{ width: 210px; order: 1; }
	.header--col-right{ order: 2; }
	.header--search{ margin:0 auto 13px; order: 3; width: calc(100% - 60px); }
	.header--search-input input.search-text{ height: 30px; width: calc(100% - 33px); text-indent: 15px; font-size: 1.2rem; }
	.header--search-input input.search-btn{ right: 15px; width: 18px; height: 18px; }
	.header--menu-btn{ padding-top: 14px; width: 18px; }
	.header--menu-btn--bar{ width: 18px; height: 15px; }
	.header--menu-btn--bar span{ height: 3px; }
	.header--menu-btn--bar .bar2{ margin-top: 6px; }
	.header--menu-btn--bar .bar3{ margin-top: 12px; }
	.header--menu-btn--bar.on .bar3{ width: 26px; left:-3px; margin-top: 6px; }
	.header--menu-btn--bar.on .bar1{ width: 26px; left:-3px; margin-top: 6px; }

	#nav{ top: 58px; }
	.nav--panel{ padding: 26px 15px 120px; border:0; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1); }
	.nav--list{ max-height: calc(100vh - 228px); }
	.nav--list li{ border-radius: 5px; overflow: hidden; }
	.nav--list li+li{ margin-top: 3px; }
	.nav--list li a{ padding: 5px 30px 5px 10px; font-size: 1rem; background:url(../img/share/arrow-next2.png) no-repeat calc(100% - 9px) center / 16px 16px; }
	.nav--list li a i{ width: 25px; height: 25px; }
	.nav--list li.male{ background-color: #D4E6F7; }
	.nav--list li.female{ background-color: #FBDFEA; }
	.nav--list li a span{ padding-left: 12px; width: calc(100% - 25px); }
	.nav--btn-close{ bottom: 20px; font-size: 1.7rem; padding: 8px 0 0; }
	
}

/* main
------------------------------------------------ */
#main { display: block; margin-top: 92px; }


@media only screen and (max-width: 767px) {
	#main{ margin-top: 74px; }
}

/* footer
------------------------------------------------ */
#footer { padding: 47px 0 30px; position: relative; margin-top: 130px; background-color: #EEEEEE; border-top: 6px solid #E84383; }
.footer--float{ position: absolute; right: 20px; top: -106px; }
.footer--float.float-fixed{ position: fixed; top:unset; bottom: 20px; }
.footer--to-top{ width: 78px; }
.footer-logo{ width: 100%; margin: 0 auto; }
.footer-logo a{ display: block; }
.footer--nav{ margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; }
.footer--nav li a{ display: block; width: 116px; font-size: 1.6rem; font-family: 'Content', cursive; color:#000; text-align: center; line-height: normal; }
.footer--socail{ display: flex; flex-wrap: wrap; justify-content: center; margin-top: 23px; }
.footer--socail a{ width: 50px; height: 50px; }
.copyright{ margin-top: 23px; font-size: 1.4rem; text-align: center; color:#121212; }

@media only screen and (min-width: 768px) {
	.footer-logo{ max-width: 332px; }
	.footer-logo a{ max-width: 562px; }
	.footer--nav li{ position: relative; }
	.footer--nav li+li:before{ position: absolute; left: 0; top: 0; content: ''; height: 100%; width: 3px; border-radius: 3px; background-color: #E84383; }
}

@media only screen and (max-width: 767px) {
	#footer{ margin-top: 30px; padding: 0 0 10px; border-top-width: 5px; background-color: #E5E5E5; }
	#footer .wrap{ padding: 0; display: flex; flex-wrap: wrap; flex-direction: column; }
	.footer-logo{ order:1; padding: 10px 30px 0; background-color: #fff; }
	.footer--nav{ margin: 0; order:3; flex-direction: column; border-top:1px solid #707070; }
	.footer--nav li{ border-bottom:1px solid #707070; }
	.footer--nav li a{ padding: 10px 0; width: 100%; font-size: 1.6rem; }
	.footer--socail{ padding:4px 30px 19px; margin: 0; order:2; background-color: #fff; }
	.copyright{ margin: 0; padding: 13px 30px 3px; order:4; font-size: 1rem; line-height: calc(18 / 10); }

	.footer--float{ right: 25px; top: -24px; }
	.footer--to-top{ width: 45px; }
}

.grecaptcha-badge { visibility: hidden; }