@charset "UTF-8";
/** reset **/

html {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
}
body {
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}
a {
  text-decoration: none;
  outline: none;
  color: #333333;
}
a:focus, *:focus {
  outline: none!important;
}
a img, img {
  border: 0;
}
abbr, acronym {
  border: 0;
}
address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}
blockquote, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}
caption, th {
  text-align: left;
}
code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
ol, ul {
  list-style-type: none;
}
q:before, q:after {
  content: '';
}
button, fieldset, form, input, label, legend, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/** utility **/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.underline {
  font-size: 20px;
  line-height: 32px;
  color: #3fa6f2;
  font-weight: bold;
  padding: 0 0.3em;
  position: relative;
  z-index: 0;
  display: inline;
  text-align: center;
  background: url(/img/bg_marker.jpg) left bottom repeat-x;
}
.btn {
  position: relative;
  display: table;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.btn:before {
  position: absolute;
  content: "";
  border-radius: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  width: -moz-calc(100% - 6px);
  width: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  height: -moz-calc(100% - 6px);
  height: -webkit-calc(100% - 6px);
}
.btn:after {
  content: "";
  color: #fff;
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
}
.btn span {
  vertical-align: middle;
  display: table-cell;
  padding-right: 0.5em;
}
/** font **/

body {
  font-family: "メイリオ", "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif;
}
/** header **/
#header-top {
  position: relative;
  height: 124px;
}
#header-top h1 {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 3px;
}
#header-top p.read {
  position: absolute;
  left: 0;
  top: 112px;
  font-size: 13px;
}
#header-top .right {
  width: 400px;
  position: absolute;
  right: 0;
  top: 40px;
}
#header-top .right p:first-child {
  font-size: 15px;
  line-height: 19px;
  color: #736357;
  font-weight: bold;
}
#header-top .right p {
  font-size: 13px;
  line-height: 20px;
}
#header-lower {
  box-sizing: border-box;
  padding-top: 7px;
  height: 150px;
}
#header-lower p.site-name {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px; 
}
#header-lower p.site-name a:hover {
  text-decoration: underline;
}
#header-lower div a:hover {
  opacity: 0.7;
}
#header-lower div {
  text-align: center;
}
#header-lower div p {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 1em;
}
/** footer **/
#footer {
  position: relative;
}
#footer dl {
}
#footer dt {
  float: left;
}
#footer dt a:hover {
   opacity: 0.7;
}
#footer dd {
  float: right;
}
#footer dl.link dd {
  width: 600px;
}
#footer .logo {
  padding-top: 40px;
}
#footer dd p {
  display: inline-block;
  width: 387px;
  background-color: #fafafa;
  font-size: 13px;
  line-height: 20px;
  padding: 0.8em;
  box-sizing: border-box;
  margin-top: 10px;
}
#footer .blue {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #3fa6f2;
  font-weight: bold;
  margin-top: 45px;
}
#footer .blue:hover {
  text-decoration: underline;
}
#footer li {
  display: inline-block;
  width: 195px;
  margin-top: 25px;
}
#footer li a {
  position: relative;
  color: #736357;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
#footer li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #736357;
  margin-right: 10px;
}
#footer li a:after {
  content: "";
  color: #f1cf24;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer li a:hover {
  text-decoration: underline;
}
#footer li.wide {
  width: 400px;
}
#footer .sitemap {
  display: inline-block;
  margin-left: 91px;
  position: relative;
  color: #736357;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
#footer .sitemap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #736357;
  margin-right: 10px;
}
#footer .sitemap:after {
  content: "";
  color: #f1cf24;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .sitemap:hover {
  text-decoration: underline;
}
#footer li a:hover {
  text-decoration: underline;
}
#footer .copy {
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  margin: 20px 0;
}
#footer .copy a:hover {
  text-decoration: underline;
}

/** pagetop **/
#pagetop {
  position: absolute;
  right: -140px;
  top: -104px;
}
#pagetop a {
  display: inline-block;
  width: 84px;
  height: 84px;
  background-image: url(/img/btn_top.jpg);
}
#pagetop a:hover {
  background-position: right;
}
/** contents-top **/

#main-visual {
  background-image: url(/img/header_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 105px;
  padding-bottom: 50px;
  margin-top: -15px;
}
#main-visual h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  color: #736357;
}
#main-visual .blue {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #343434;
}
#main-visual .txt {
  font-size: 13px;
  line-height: 20px;
  margin-top: 0.5em;
}
#main-top01 {
  background-color: #eff1f1;
  padding-top: 38px;
  padding-bottom: 49px;
}
#main-top01 .box {
  display: inline-block;
  width: 316px;
  margin-left: 20px;
  text-align: center;
  border-top: 8px solid #736357;
  background-color: #fff;
  padding-top: 10px;
}
#main-top01 .box:first-child {
  margin-left: 0;
}
#main-top01 h3 {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: #736357;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  height: 65px;
}
#main-top01 .box:nth-child(2) h3 {
  margin-top: 20px;
  height: 30px;
}
#main-top01 img {
  margin-top: -10px;
  position: relative;
  z-index: 0;
  border-top: 12px solid #EFEDD7;
  border-radius: 5px 5px 0 0;
}
#main-top01 .link {
  font-size: 10px;
  line-height: 12px;
  color: #969696;
  width: 285px;
  margin: 0.8em auto;
  text-align: left;
  word-break: break-all;
}
#main-top01 a {
  box-sizing: border-box;
  display: block;
  height: 69px;
  color: #000;
  font-size: 17px;
  text-align: left;
  font-weight: bold;
  background-image: url(/img/btn_detail.png);
  background-position: 320px top;
  padding: 24px 0 0 75px;
  line-height: 1.4;
}
#main-top01 a:hover {
  color: #FFF;
  background-position: left top;
}
#main-top02 h2 {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  width: 372px;
  height: 61px;
  background-image: url(/img/subtitle_bg.jpg);
  background-position: 372px top;
  padding-top: 18px;
  padding-left: 40px;
  box-sizing: border-box;
  color: #736357;
  margin-top: 110px;
}
#main-top02 h2 a {
  color: #fff;
  display: block;
}
#main-top02 .title:first-child {
  margin-top: 75px;
}
#main-top02 h2:hover {
  background-position: left top;
  color: #736357;
}
#main-top02 h2:hover a {
  color: #736357;
}
#main-top02 .box {
  border: 1px solid #efedd7;
  border-top: 6px solid #736357;
  text-align: center;
  padding-top: 30px;
}
#main-top02 dl {
}
#main-top02 dt {
  float: left;
  width: 453px;
  position: relative;
}
#main-top02 .bg {
  box-sizing: border-box;
  position: relative;
  width: 454px;
  background-color: #efedd7;
  padding: 15px 48px 20px;
}
#main-top02 .icn {
  position: absolute;
  top: -12px;
  left: -6px;
  width: 78px;
  height: 58px;
  background: url(/img/icn_blacksq.png) left top no-repeat;
  font-size: 15px;
  font-weight: bold;
  color: #f9d621;
  text-align: center;
  line-height: 62px;
  z-index: 999;
}
#main-top02 .slider {
  margin: 0 auto;
}
#main-top02 .slick-slide h3 {
  display: block;
  line-height: 1.6;
}
#main-top02 .right h3 {
  font-size: 20px;
  line-height: 1;
  color: #736357;
  font-weight: bold;
  text-align: left;
  padding: 12px 0 25px 76px;
}
#main-top02 .catch {
  text-align: center; 
}
#main-top02 .catch p.underline {
  font-size: 28px;
  line-height: 29px;
  color: #3fa6f2;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.3em;
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 14px 0 36px;
}
#main-top02 .left {
  position: relative;
  width: 454px;
  float: left;
  margin-left: 34px;
  padding-bottom: 20px;
}
#main-top02 .right {
  position: relative;
  width: 436px;
  float: right;
  margin-right: 36px;
  padding-bottom: 20px;
}
#main-top02 .slick-slide .subttl {
  margin: 0 0 24px 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #736357;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
#main-top02 .slick-slide .img_table {
  display: table;
  width: 360px;
  height: 254px;
}
#main-top02 .slick-slide .img {
  width: 360px;
  height: 254px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#main-top02 .slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}
#main-top02 .slick-slide img.vertical {
  width: auto;
  max-height: 254px; 
  margin: 0 auto;
}
#main-top02 .link {
  display: inline-block;
  width: 357px;
  font-size: 10px;
  line-height: 1.5;
  color: #969696;
  text-align: left;
  margin-top: 18px;
  word-break: break-all;
}
#main-top02 dd {
  float: right;
  width: 438px;
  position: relative;
  padding-top: 15px;
}
#main-top02 .txt {
  border-top: 1px solid #efedd7;
  border-bottom: 1px solid #efedd7;
  padding: 15px 0;
}
#main-top02 .txt p {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
#main-top02 .txt p:first-child {
  font-size: 17px;
  line-height: 1.5em;
	text-align: center;
  font-weight: bold;
  color: #736357;
  margin-bottom: 0.5em;
}
#main-top02 .btn {
  margin: 26px auto 0 auto;
  width: 280px;
  height: 58px;
  background-color: #3fa6f2;
  font-size: 16px;
  line-height: 1;
}
#main-top02 .btn:hover {
  background-color: #0071b9;
}
#main-top02 .kuchikomi {
  padding: 18px 40px 0;
  background-color: #f7f7f7;
}
#main-top02 .kuchikomi h3 {
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  background-color: #736357;
  padding: 6px 0 6px 14px;
  text-align: left;
}
#main-top02 .kuchikomi .clearfix {
  background-color: #FFF;
  padding: 10px;
  border-left: 1px solid #878787;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
}
#main-top02 .kuchikomi p {
  box-sizing: border-box;
  width: 440px;
  margin: 0;
  padding: 0 0 0 80px;
  background-image: url(/img/voice-icon.png);
  background-position: 10px 6px;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 14px;
}
#main-top02 .kuchikomi p.left {
  padding-right: 20px;
  border-right: 1px solid #736356;
}
#main-top02 .info {
  padding: 18px 40px;
  background-color: #f7f7f7;
  text-align: left;
}
#main-top02 .info-bg {
  display: table;
  float: left;
  width: 920px;
  height: 40px;
  background-color: #c4af96;
  margin-top: 10px;
	margin-bottom: 15px;
}
#main-top02 .info div h3 {
  vertical-align: middle;
  display: table-cell;
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}
#main-top02 .info ul {
  float: right;
  display: inline-block;
  width: 920px;
  color: #736357;
}
#main-top02 .info li {
  display: table;
	float: left;
	width: 460px;
}
#main-top02 .info li:first-child {
  margin-top: 0;
}
#main-top02 .info li span {
  display: table-cell;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  width: 63px;
  height: 49px;
  background-image: url(/img/bg_white.jpg);
  background-repeat: no-repeat;
  padding-top: 16px;
  text-align: center;
  box-sizing: border-box;
}
#main-top02 li .info-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
#main-top02 li:first-child .info-txt p {
  display: table-cell;
  vertical-align: middle;
  height: 49px;
}
#main-top02 li .info-txt p {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  text-align: left;
}
/** contents **/

#contents {
  background-image: url(/img/contents_bg.jpg);
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 175px;
}
#main {
  float: left;
  width: 750px;
}
#main .main-box01 {
  background-color: #fff;
  border: 3px solid #efedd7;
  padding: 15px;
  position: relative;
}
#main .main-box01 h2 a {
  display: inline-block;
}
#main .main-box01 h2 a:hover {
  color: #f9d621;
}
#main .main-box01 h2 a:hover .box {
  background-color: #f9d621;
  color: #736357;
}
#main .main-box01 h2 .subtitle {
  float: right;
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  margin-left: 0.2em;
  padding-right: 0.5em;
}
#main .main-box01 h2 .subtitle span {
  font-size: 27px;
}
#main .main-box01 h2 .subtitle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main .main-box01 h2 .box {
}
#main .main-box01 h2 span.box {
  box-sizing: border-box;
  width: 115px;
  height: 50px;
  background-color: #736357;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  float: left;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 6px;
}
#main .main-box01 h2 span.box span.small {
  display: block;
  font-size: 12px;
}
#main .main-box01 .txt {
  border-top: 2px solid #736357;
  margin-top: 6px;
}
#main .main-box01 .txt p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 1em;
  width: 460px;
}
#main .main-box01 .txt p:first-child {
  margin-top: 1em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #736357;
}
#main .main-box01 img.circle {
  position: absolute;
  top: 50px;
  right: 25px;
}
#main .main-box01 .link {
  width: 712px;
  margin-top: 20px;
  border-radius: 4px;
}
#main .main-box01 .link a {
  display: block;
  width: 100%;
  background-image: url(/img/bnr01.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #f9d622;
  padding: 3px 0;
}
#main .main-box01 .link a:hover {
  background-position: right bottom;
  background-color: #736356;
}
#main .main-box01 .link .right {
  width: 480px;
  float: right;
  margin: 6px 40px 0 0;
}
#main .main-box01 .link .left {
  float: left;
  margin-left: 4px;
}
#main .main-box01 .link p {
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
}
#main .main-box01 .link h3 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid;
  color: #736357;
}
#main .main-box01 .link a:hover h3 {
  color: #fff;
}
#main .main-box01 .link a:hover p {
  color: #fff;
}
#main .main-box02 {
  margin-top: 50px;
  border: 1px solid #efedd7;
  background-color: #fff;
  padding: 15px 18px 20px 18px;
}
#main .main-box02 h2 {
  float: left;
}
#main .main-box02 h2 a {
	display: block;
}
#main .main-box02 h2 a:hover {
	opacity: 0.7;
}
#main .main-box02 .right {
  float: right;
}
#main .main-box02 h2 span.text1 {
  display: inline-block;
  width: 294px;
  height: 54px;
  font-size: 15px;
  line-height: 54px;
  background-image: url(/img/subtitle_bg02.png);
  font-weight: bold;
  color: #fff;
  padding-left: 1.5em;
  box-sizing: border-box;
}
#main .main-box02 h2 span.text2 {
  display: block;
  font-size: 27px;
  width: 300px;
  line-height: 100px;
  text-align: center;
  font-weight: bold;
  background-color: #f7f7f7;
  margin-top: -6px;
  margin-left: 3px;
	position: relative;
}
#main .main-box02 h2 span.text2:after {
	position: absolute;
	content: "";
	background: url(/img/icn_next.png);
	width: 9px;
	height: 15px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#main .main-box02 .right {
  width: 400px;
  float: right;
  font-size: 13px;
  line-height: 20px;
  margin-top: 30px;
}
#main .main-box02 ul {
  margin-top: 25px;
}
#main .main-box02 li {
  display: inline-block;
  margin-left: 4px;
}
#main .main-box02 li:first-child {
  margin-left: 0;
}
#main .main-box02 li a {
  display: block;
  width: 110px;
  height: 136px;
  color: #736357;
  text-align: center;
}
#main .main-box02 li a span {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 105px;
}
#main .main-box02 li a:hover {
  color: #fff;
  background-position: bottom;
}
#main .main-box02 li.icon1 a {
  background-image: url(/img/ill01.jpg);
}
#main .main-box02 li.icon2 a {
  background-image: url(/img/ill02.jpg);
}
#main .main-box02 li.icon3 a {
  background-image: url(/img/ill03.jpg);
}
#main .main-box02 li.icon4 a {
  background-image: url(/img/ill04.jpg);
}
#main .main-box02 li.icon5 a {
  background-image: url(/img/ill05.jpg);
}
#main .main-box02 li.icon6 a {
  background-image: url(/img/ill06.jpg);
}
#main .main-box03 {
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #efedd7;
  background-color: #fff;
}
#main .main-box03 .left {
  float: left;
  width: 355px;
  margin-left: 10px;
  font-size: 27px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
}
#main .main-box03 .left h2 {
}
#main .main-box03 .left h2 a {
	font-size: 27px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 5px solid #f9d621;
	display: block;
	position: relative;
	color: #343434;
}
#main .main-box03 .left h2 a:after {
	position: absolute;
	content: "";
	background: url(/img/icn_next.png);
	width: 9px;
	height: 15px;
	right: 5px;
	bottom: 10px;
}
#main .main-box03 .left h2 a:hover {
	opacity: 0.7;
}
#main .main-box03 h2 span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 4px;
}
#main .main-box03 .left p.txt {
  font-size: 13px;
  line-height: 20px;
  margin-top: 1em;
  font-weight: normal;
}
#main .main-box03 .right {
  float: right;
  width: 340px;
  background-color: #f5f2e7;
  padding: 0 30px;
  box-sizing: border-box;
}
#main .main-box03 .right ul {
  margin-top: 13px;
  margin-bottom: 20px;
}
#main .main-box03 .right li {
  width: 136px;
  display: inline-block;
  margin-top: 17px;
}
#main .main-box03 .right a {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  position: relative;
}
#main .main-box03 .right a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #736357;
  margin-right: 10px;
}
#main .main-box03 .right a:after {
  content: "";
  color: #f1cf24;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main .main-box03 .right a:hover {
  text-decoration: underline;
}
#main .main-box04 {
  margin-top: 50px;
}
#main .main-box04 .title_box {
  margin-bottom: 30px;
}
#main .main-box04 h2 {
  float: left;
}
#main .main-box04 h2 a {
	display: block;
	background-color: #736357;
  width: 320px;
  height: 138px;
}
#main .main-box04 h2 a:hover span {
	text-decoration: underline;
}
#main .main-box04 h2 .box {
  display: inline-block;
  width: 84px;
  background-color: #efedd7;
  color: #736357;
  font-size: 19px;
  line-height: 44px;

  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: 26px;
}
#main .main-box04 h2 .sub {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 22px;
  margin-left: 12px;
}
#main .main-box04 h2 .title {
  display: block;
  width: 270px;
  font-size: 27px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  border-bottom: 5px solid #f9d621;
  margin: 10px auto 0 auto;
}
#main .main-box04 p.text {
  float: right;
  width: 410px;
  font-size: 13px;
  line-height: 20px;
}
#main .main-box04 ul {
  margin-top: 20px;
  text-align: center;
}
#main .main-box04 li {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  background-color: #fff;
  border: 1px solid #efedd7;
  margin-left: 8px;
  box-sizing: border-box;
  text-align: left;
}
#main .main-box04 li:first-child {
  margin-left: 0;
}
#main .main-box04 li a {
  font-size: 18px;
  line-height: 45px;
  display: block;
  font-weight: bold;
  padding-left: 1em;
  color: #fff;
  background-image: url(/img/subtitle_bg03.jpg);
  background-position: 239px;
  margin-top: 7px;
}
#main .main-box04 li a:hover {
  color: #736357;
  background-position: 0 0;
}
#main .main-box04 li .txt {
  font-size: 13px;
  line-height: 20px;
  margin: 18px 18px 0 18px;
  height: 100px;
}
#main .main-box04 .row2 li .txt {
  height: 120px;
}
#main .main-box04 .row5 li .txt {
  height: 120px;
}
#main .main-box04 .row6 li .txt {
  height: 120px;
}
#main .main-box04 li .info {
  background-color: #f7f7f7;
  padding: 0 18px 20px 18px;
}
#main .main-box04 li .info .title {
  font-size: 17px;
  line-height: 27px;
  border-bottom: 2px solid;
  color: #736357;
  padding-top: 10px;
  font-weight: bold;
}
#main .main-box04 li .info div {
  display: table;
  margin-top: 20px;
  color: #736357;
}
#main .main-box04 li .info div span {
  display: table-cell;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  width: 63px;
  height: 49px;
  background-image: url(/img/bg_white.jpg);
  background-repeat: no-repeat;
  padding-top: 18px;
  text-align: center;
  box-sizing: border-box;
}
#main .main-box04 li .info div p {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 0.5em;
}
#main .main-box04 .row li .info div:nth-child(2) p {
  height: 64px;
}
#main .main-box04 .row1 li .info div:nth-child(2) p {
  height: 64px;
}
#main .main-box04 .row2 li .info div:nth-child(2) p {
  height: 64px;
}
#main .main-box04 .row6 li .info div:nth-child(2) p {
  height: 64px;
}
#main .main-box04 .row7 li .info div:nth-child(2) p {
  height: 64px;
}
#main .main-box04 li .info div:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid#efedd7;
}
#main .main-box05 {
  background-image: url(/img/bnr02.jpg);
  width: 750px;
  height: 243px;
  margin-top: 60px;
}
#main .main-box05 div {
  width: 410px;
  padding-top: 25px;
  margin-left: 25px;
}
#main .main-box05 a {
  font-size: 27px;
  line-height: 30px;
  font-weight: bold;
  color: #736357;
}
#main .main-box05 a span {
  display: block;
  font-size: 15px;
}
#main .main-box05 a:hover {
  text-decoration: underline;
}
#main .main-box05 p {
  font-size: 13px;
  line-height: 2;
  margin-top: 10px;
  padding-top: 1em;
  border-top: 5px solid #f9d621;
}
/** contents-side **/

#contents-side {
  float: right;
  width: 220px;
}
#contents-side .side-box01 {
  width: 220px;
  height: 200px;
  background-image: url(/img/side_bnr.jpg);
  position: relative;
  margin-bottom: 30px;
}
#contents-side .side-box01:hover {
  opacity: 0.7; 
}
#contents-side .side-box01 p {
  color: #736357;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
#contents-side .side-box01 p span.line {
  display: block;
  color: #736357;
  font-size: 18px;

  font-weight: bold;
  line-height: 1.4;
  padding: 14px 0 8px;
  margin: 0 0 10px;
  background: url(/img/side_line.jpg) center bottom no-repeat;
}
#contents-side .side-box01 p span.big {
  color: #736357;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
#contents-side .side-box01 p span.normal {
  font-size: 28px; 
  line-height: 1.2;
}
#contents-side .side-box01 span.btn {
  display: block;
  box-sizing: border-box;
  width: 193px;
  height: 50px;
  margin: 0 auto;
  background-color: #84d659;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  padding: 9px 0 0;
}
#contents-side .side-box03 {
  width: 220px;
  height: 237px;
  background-image: url(/img/side_bnr02.jpg);
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#contents-side .side-box03:hover {
  opacity: 0.7;
}
#contents-side .side-box03 a {
  display: block;
  padding-top: 16px;
}
#contents-side .side-box03 span.btn {
  display: block;
  margin: 0 auto;
  width: 193px;
  height: 50px;
  background-color: #84d659;
  font-size: 13px;
  line-height: 16px;
  box-sizing: border-box;
  padding: 9px 0 0;
}
#contents-side .side-box03 span.text1 {
  display: block;
  box-sizing: border-box;
  margin: 0 0 14px 3px;
  width: 294px;
  height: 38px;
  background: url(/img/side_bnr03.png) left top no-repeat;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 14px;
}
#contents-side .side-box03 span.text2 {
  display: block;
  color: #736357;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: url(/img/side_line.jpg) center bottom no-repeat;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#contents-side .side-box03 span.text3 {
  display: block;
  color: #736357;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#contents-side .side-box03 span.text3 span {
  color: #e18452; 
}
#contents-side .side-box02 {
  margin-top: 30px;
}
#contents-side .box li {
  margin-top: 15px;
  height: 85px;
  border: 1px solid #efedd7;
}
#contents-side .box li a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  background-color: #f5f2e7;
  font-weight: bold;
  color: #736357;
  position: relative;
}
#contents-side .box li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #736357;
  margin-top: -7px;
}
#contents-side .box li a:after {
  content: "";
  color: #f1cf24;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 11px;
  width: 3px;
  height: 3px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents-side .box li a span {
  vertical-align: middle;
  display: table-cell;
  height: 85px;
  padding-left: 1em;
}
#contents-side .box li a:hover {
  background-color: #736357;
  color: #fff;
}
#contents-side .box li a:hover:before {
  background-color: #fff;
}
#contents-side .sitemap {
	margin-top: 10px;
}
#contents-side .sitemap a{
	font-size: 13px;
	color: #333;
	float: right;
	position: relative;
	padding-right: 20px;
}
#contents-side .sitemap a:after {
	position: absolute;
	content: "";
	background: url(/img/icn_ul.jpg) no-repeat;
	width: 15px;
	height: 15px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents-side .sitemap a:hover {
	text-decoration: underline;
}
#contents-side .sub li a {
  display: block;
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
  color: #736357;
  background-color: #fff;
  position: relative;
}
#contents-side .sub a:hover {
  text-decoration: underline;
}
#contents-side .sub {
  border: 1px solid #efedd7;
}
#contents-side .sub li {
  border-bottom: 1px dashed #efedd7;
}
#contents-side .sub li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #736357;
  margin-left: 14px;
  margin-right: 8px;
}
#contents-side .sub li a:after {
  content: "";
  color: #f1cf24;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -2px;
  width: 3px;
  height: 3px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents-side .more {
  display: block;
  font-size: 13px;
  line-height: 37px;
  font-weight: bold;
  text-align: right;
  background-color: #fff;
}
#contents-side .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #47a9f3;
}
/* lower-contents*/

#lower-contents {
  background-image: url(/img/contents_bg.jpg);
  padding-bottom: 90px;
}
#bread {
  padding: 20px 0 20px;
  font-size: 12px;
}
#bread a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 1em;
  text-decoration: underline;
}
#bread a:first-child {
  margin-left: 0;
}
#bread a:hover {
	text-decoration: none;
}
#lower-main {
  float: left;
  width: 750px;
}
#lower-main .main-box01 {
  position: relative;
  box-sizing: border-box;
  width: 750px;
  background-color: #FFF;
  border: 6px solid #efedd7;
  background-image: url(/img/bg02.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 20px;
}
#lower-main .main-box01 h1 {
  position: absolute;
  left: -6px;
  top: -6px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  height: 82px;
  background: url(/img/bg01.jpg) left top no-repeat;
  box-sizing: border-box;
  padding: 24px 0 0 22px;
}
#lower-main .main-box01 h1 span.big1 {
  display: inline-block;
  font-size: 30px;
}
#lower-main .main-box01 h1 span.big2 {
  display: inline-block;
  padding-left: 30px;
  font-size: 30px;
}
#lower-main .main-box01 div {
  margin-top: 60px;
  margin-left: 30px;
  width: 455px;
  border-top: 3px solid #efedd7;
  padding-top: 28px;
}
#lower-main .main-box01 .title {
  font-size: 17px;
  line-height: 1;
  color: #736357;
  font-weight: bold;
}
#lower-main .main-box01 .txt {
  font-size: 13px;
  line-height: 20px;
  margin-top: 1em;
}
#lower-main .main-box02 {
  padding-top: 10px;
  background-color: #fff;
  border: 1px solid #efedd7;
  margin-top: 70px;
}
#lower-main .main-box02 .title {
  font-size: 32px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  background-color: #736357;
  padding-left: 1em;
}
#lower-main .main-box02 h2 {
  font-size: 32px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  background-color: #736357;
  padding-left: 1em;
}
#lower-main .main-box02 dl {
  margin: 25px 22px 0 22px;
}
#lower-main .main-box02 dt {
  float: left;
}
#lower-main .main-box02 dd {
  float: right;
  text-align: center;
  width: 360px;
}
#lower-main .main-box02 dd .underline {
  display: inline;
  color: #736357;
  text-align: center;
  background: url(/img/bg_marker.jpg) left bottom repeat-x;
}
#lower-main .main-box02 dd .txt {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  margin-top: 8px;
  padding-top: 0.8em;
  border-top: 2px solid #efedd7;
}
#lower-main .main-box02 dd a {
  margin: 5px auto 0 auto;
  width: 280px;
  height: 58px;
  background-color: #3fa6f2;
 color: #ffffff;
  font-size: 16px;
  line-height: 18px;
}
#lower-main .main-box02 dd .btn:hover {
  background-color: #0071b9;
}
#lower-main .main-box02 .subtitle {
  font-size: 24px;
  line-height: 47px;
  font-weight: bold;
  color: #736357;
  background-color: #efedd7;
  text-align: center;
  border-radius: 3px;
  margin: 28px 22px 0 22px;
}
#lower-main .main-box02 h3 {
  font-size: 24px;
  line-height: 47px;
  font-weight: bold;
  color: #736357;
  background-color: #efedd7;
  text-align: center;
  border-radius: 3px;
  margin: 28px 22px 0 22px;
}
#lower-main .main-box02 li {
  margin: 25px 22px 0 22px;
  border: 1px solid #efedd7;
  border-top: 4px solid #efedd7;
  height: 210px;
  padding-top: 15px;
  box-sizing: border-box;
}
#lower-main .main-box02 li .point {
  display: inline-block;
  vertical-align: top;
  width: 500px;

}
#lower-main .main-box02 li .point div {
  display: table;
}
#lower-main .main-box02 li .point div p {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.5;
  color: #736357;
  font-weight: bold;
  padding-left: 1em;

}
#lower-main .main-box02 li .point div h4 {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.5;
  color: #736357;
  font-weight: bold;
  padding-left: 1em;
}
#lower-main .main-box02 li .txt {
  font-size: 13px;
  line-height: 20px;
  padding-left: 1em;
  margin-top: 1em;
}
#lower-main .main-box02 li .pic {
  display: inline-block;
  width: 157px;
  margin-left: 15px;
  text-align: center;
}
#lower-main .main-box02 li .pic:first-child {
  margin-left: 20px;
  margin-right: 10px;
}
#lower-main .main-box02 li .pic p {
  font-size: 10px;
  line-height: 12px;
  color: #969696;
  margin-top: 0.8em;
  word-break: break-all;
  text-align: left;
}
#lower-main .main-box02 .info {
  background-color: #f7f7f7;
  padding: 20px 22px;
  margin-top: 20px;
}
#lower-main .main-box02 .info p:first-child {
  font-size: 24px;
  line-height: 1.5;
  color: #736357;
  font-weight: bold;
  border-bottom: 2px solid;
  position: relative;
}
#lower-main .main-box02 .info p:first-child:after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: 2px;
  width: 20px;
  height: 20px;
  border-top: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lower-main .main-box02 .info div {
  margin-top: 25px;
  color: #736357;
	display: inline-block;
}
#lower-main .main-box02 .info div.access {
	width: 350px;
}
#lower-main .main-box02 .info div.time {
	display: block;
}
#lower-main .main-box02 .info div .bg {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  width: 63px;
  height: 49px;
  background-image: url(/img/bg_white.jpg);
  background-repeat: no-repeat;
  padding-top: 18px;
  text-align: center;
  box-sizing: border-box;
}
#lower-main .main-box02 .info div p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  padding-left: 1.5em;
}
#lower-main .main-box02 .info div p span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
#lower-main .main-box02 .info a {
  margin: 30px auto 15px auto;
  width: 355px;
  height: 58px;
  background-color: #3fa6f2;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
}
#lower-main .main-box02 .info a:hover {
  background-color: #0071b9;
}
/** post **/
#lower-main .post {
  background-color: #fff;
  border: 1px solid #efedd7;
  padding: 45px;
  word-break: break-all;
}
#lower-main .post p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 20px;
}
#lower-main .post a:hover {
text-decoration: underline;	
}
#lower-main .post h1 {
  background-color: #736357;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  padding: 1em 0.7em;
  position: relative;
  font-weight: bold;
  margin: 0 0 30px;
}
#lower-main .post h1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #f9d621 transparent;
}
#lower-main .post h2 {
  background-color: #f5f0e5;
  color: #736357;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.8em 0.7em 0.6em 0.4em;
  border-left: solid 13px #f7e06f;
  margin: 60px 0 30px;
}
#lower-main .post h2 a {
  color: #736357;
  text-decoration: underline;
}
#lower-main .post h2 a:hover {
  text-decoration: none; 
}
#lower-main .post h3 {
  color: #736357;
  font-size: 19px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 1em;
  border-bottom: 2px solid #f9d621;
  margin: 30px 0 15px;
}
#lower-main .post h4 {
  color: #736357;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 1em;
  border-bottom: 2px dashed;
  margin: 20px 0 10px;
}
#lower-main .post ul {
  margin: 20px 0;
}
#lower-main .post ul li {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 1em;
  position: relative;
  padding-left: 1.5em;
  background: url(/img/icn_ul.jpg) left top no-repeat;
}
#lower-main .post ul li a:hover {
  text-decoration: underline;
}
#lower-main .post ol {
  counter-reset: count;
  margin: 20px 0;
}
#lower-main .post ol li {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 1em;
  position: relative;
  padding-left: 2em;
}
#lower-main .post ol li:before {
  position: absolute;
  left: 0;
  top: -2px;
  counter-increment: count;
  content: counter(count);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #736357;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  margin-right: 8px;
}
#lower-main .post ol li a:hover {
  text-decoration: underline;
}
#lower-main .post .textlink {
  text-align: right;
}
#lower-main .post .textlink a {
  display: inline-block;
  color: #736357;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  margin-top: 1em;
}
#lower-main .post .textlink a:before {
  content: "";
  color: #f9d621;
  position: absolute;
  top: 7px;
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lower-main .post .textlink a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #736357;
  margin-left: 5px;
}
#lower-main .post .textlink a:hover {
  text-decoration: underline;
}
#lower-main .post .btnlist {
  display: inline-block;
}
#lower-main .post .btn {
  width: 280px !important;
  height: 58px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
	margin: 10px auto 0;
}
#lower-main .post .blue {
  background-color: #3fa6f2;
}
#lower-main .post .blue:hover {
  background-color: #0071b9;
}
#lower-main .post .brown {
  background-color: #c4af96;
}
#lower-main .post .brown:hover {
  background-color: #968375;
}
#lower-main .post table {
  width: 100%;
  margin: 20px 0;
}
#lower-main .post tr {
  font-size: 13px;
  line-height: 1.3;
  border: 1px solid;
  text-align: center;
}
#lower-main .post th {
  background-color: #f5f2e7;
  padding: 1em 0;
  text-align: center;
	font-weight: bold;
}
#lower-main .post td {
  border-left: 1px solid;
  padding: 1em 0;
  text-align: center;
}
#lower-main .bottom {
  width: 750px;
  height: 136px;
  background: url(/img/bottom1.png) left top no-repeat;
  position: relative;
}
#lower-main .bottom:hover {
  opacity: 0.7;
}
#lower-main .bottom {
  display: block;
  margin-top: 34px;
}
#lower-main .bottom span.btn {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 78px;
  background: url(/img/bottom3.png) left top no-repeat;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 20px 0 0;
}
#lower-main .bottom span.btn:after {
  content: none;
}
#lower-main .bottom span.text1 {
  position: absolute;
  left: 3px;
  top: 16px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 14px 0;
  width: 290px;
  height: 51px;
  background: url(/img/bottom2.png) left top no-repeat;
  color: #FFF;
  font-size: 18px;

  font-weight: bold;
  line-height: 51px;
  padding-left: 20px;
}
#lower-main .bottom span.text2 {
  position: absolute;
  top: 26px;
  left: 300px;
  display: block;
  color: #736357;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#lower-main .bottom span.text2 span {
  font-size: 18px; 
}
#lower-main .bottom span.text3 {
  position: absolute;
  left: 24px;
  top: 70px;
  display: block;
  color: #736357;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#lower-main .bottom span.text3 span {
  color: #e18452; 
  font-size: 56px;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 25px;
  width: 9px;
  height: 15px;
  background: url(/img/icn_prev.png) left top no-repeat;
  z-index: 100;
}
.slick-prev:before {
  width: 9px;
  height: 15px;
  background: url(/img/icn_prev.png) left top no-repeat;
}
.slick-next {
  right: 25px;
  width: 9px;
  height: 15px;
  background: url(/img/icn_next.png) left top no-repeat;
}
.slick-next:before {
  width: 9px;
  height: 15px;
  background: url(/img/icn_next.png) left top no-repeat;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

#lower-contents a{
    text-decoration: none;
    outline: none;
    font-weight: bold;
    color: #736357;
}
#lower-contents a:after {
  text-decoration: none;
}
.MainBodyImgLeft{
  border: 0;
  float: left;
  margin: 0 20px 0 0;
}
#main-top01 .box h3 .photo_low{
margin-bottom: 20px;
}