@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
#header h1, #header .con_mainimg .box_bnr, .con_search, .con_search .box_sea li, .con_intro .txt_lead, .con_style .box_pac, .con_scean .box_sce, .con_guide .box_roo .inner .wrp_roo, .con_guide .box_cui .inner .wrp_cui, .con_guide .box_hot .inner .wrp_hot, .con_news #tab, .con_news #panel, .con_link {
  max-width: 1080px;
  margin: auto;
}
@media only screen and (max-width: 1080px) {
  #header h1, #header .con_mainimg .box_bnr, .con_search, .con_search .box_sea li, .con_intro .txt_lead, .con_style .box_pac, .con_scean .box_sce, .con_guide .box_roo .inner .wrp_roo, .con_guide .box_cui .inner .wrp_cui, .con_guide .box_hot .inner .wrp_hot, .con_news #tab, .con_news #panel, .con_link {
    width: 95%;
  }
}

body {
  margin-top: 1500px;
}
body.loaded {
  margin-top: 0;
}

/* -----------------------------------------------------------
	animation
----------------------------------------------------------- */
@keyframes wave {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 25% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 75% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes wave {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 25% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 75% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-moz-keyframes wave {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 25% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 75% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
/* -----------------------------------------------------------
	fade
----------------------------------------------------------- */
@media only screen and (min-width: 1081px) {
  .scrollActive *[class*="fade"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-transition: opacity 1000ms ease 500ms, -moz-transform 600ms ease 500ms;
    -o-transition: opacity 1000ms ease 500ms, -o-transform 600ms ease 500ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 600ms ease;
    -webkit-transition-delay: 500ms, 500ms;
    transition: opacity 1000ms ease 500ms, transform 600ms ease 500ms;
  }
  .scrollActive .fade1 {
    -moz-transition: opacity 1000ms ease 900ms, -moz-transform 1000ms ease 900ms;
    -o-transition: opacity 1000ms ease 900ms, -o-transform 1000ms ease 900ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 900ms, 900ms;
    transition: opacity 1000ms ease 900ms, transform 1000ms ease 900ms;
  }
  .scrollActive .fade2 {
    -moz-transition: opacity 1000ms ease 1300ms, -moz-transform 1000ms ease 1300ms;
    -o-transition: opacity 1000ms ease 1300ms, -o-transform 1000ms ease 1300ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 1300ms, 1300ms;
    transition: opacity 1000ms ease 1300ms, transform 1000ms ease 1300ms;
  }
  .scrollActive .fade3 {
    -moz-transition: opacity 1000ms ease 1700ms, -moz-transform 1000ms ease 1700ms;
    -o-transition: opacity 1000ms ease 1700ms, -o-transform 1000ms ease 1700ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 1700ms, 1700ms;
    transition: opacity 1000ms ease 1700ms, transform 1000ms ease 1700ms;
  }
  .scrollActive .fade4 {
    -moz-transition: opacity 1000ms ease 2200ms, -moz-transform 1000ms ease 2200ms;
    -o-transition: opacity 1000ms ease 2200ms, -o-transform 1000ms ease 2200ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 2200ms, 2200ms;
    transition: opacity 1000ms ease 2200ms, transform 1000ms ease 2200ms;
  }
  .scrollActive .fade5 {
    -moz-transition: opacity 1000ms ease 2600ms, -moz-transform 1000ms ease 2600ms;
    -o-transition: opacity 1000ms ease 2600ms, -o-transform 1000ms ease 2600ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 2600ms, 2600ms;
    transition: opacity 1000ms ease 2600ms, transform 1000ms ease 2600ms;
  }
  .scrollActive.fadeActive *[class*="fade"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print {
  .scrollActive *[class*="fade"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-transition: opacity 1000ms ease 500ms, -moz-transform 600ms ease 500ms;
    -o-transition: opacity 1000ms ease 500ms, -o-transform 600ms ease 500ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 600ms ease;
    -webkit-transition-delay: 500ms, 500ms;
    transition: opacity 1000ms ease 500ms, transform 600ms ease 500ms;
  }
  .scrollActive .fade1 {
    -moz-transition: opacity 1000ms ease 900ms, -moz-transform 1000ms ease 900ms;
    -o-transition: opacity 1000ms ease 900ms, -o-transform 1000ms ease 900ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 900ms, 900ms;
    transition: opacity 1000ms ease 900ms, transform 1000ms ease 900ms;
  }
  .scrollActive .fade2 {
    -moz-transition: opacity 1000ms ease 1300ms, -moz-transform 1000ms ease 1300ms;
    -o-transition: opacity 1000ms ease 1300ms, -o-transform 1000ms ease 1300ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 1300ms, 1300ms;
    transition: opacity 1000ms ease 1300ms, transform 1000ms ease 1300ms;
  }
  .scrollActive .fade3 {
    -moz-transition: opacity 1000ms ease 1700ms, -moz-transform 1000ms ease 1700ms;
    -o-transition: opacity 1000ms ease 1700ms, -o-transform 1000ms ease 1700ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 1700ms, 1700ms;
    transition: opacity 1000ms ease 1700ms, transform 1000ms ease 1700ms;
  }
  .scrollActive .fade4 {
    -moz-transition: opacity 1000ms ease 2200ms, -moz-transform 1000ms ease 2200ms;
    -o-transition: opacity 1000ms ease 2200ms, -o-transform 1000ms ease 2200ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 2200ms, 2200ms;
    transition: opacity 1000ms ease 2200ms, transform 1000ms ease 2200ms;
  }
  .scrollActive .fade5 {
    -moz-transition: opacity 1000ms ease 2600ms, -moz-transform 1000ms ease 2600ms;
    -o-transition: opacity 1000ms ease 2600ms, -o-transform 1000ms ease 2600ms;
    -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
    -webkit-transition-delay: 2600ms, 2600ms;
    transition: opacity 1000ms ease 2600ms, transform 1000ms ease 2600ms;
  }
  .scrollActive.fadeActive *[class*="fade"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
}
#header h1 {
  font-size: 93%;
  font-weight: normal;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  line-height: 3;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1081px) {
  .ie #header h1 {
    width: 1080px;
  }
}
@media print {
  .ie #header h1 {
    width: 1080px;
  }
}
@media only screen and (max-width: 767px) {
  #header h1 {
    letter-spacing: normal;
    font-size: 85%;
    line-height: 1.6;
    top: .5em;
    text-align: center;
  }
}
#header .con_mainimg {
  position: relative;
  overflow: hidden;
}
#header .con_mainimg:after {
  content: '';
  height: 29px;
  background: url(../images/home/img_wave.png) repeat-x bottom center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
@media only screen and (min-width: 1081px) {
  #header .con_mainimg:after {
    width: 1920px;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    animation: wave 6500ms linear infinite;
    -webkit-animation: wave 6500ms linear infinite;
    -moz-animation: wave 6500ms linear infinite;
  }
}
@media print {
  #header .con_mainimg:after {
    width: 1920px;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    animation: wave 6500ms linear infinite;
    -webkit-animation: wave 6500ms linear infinite;
    -moz-animation: wave 6500ms linear infinite;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  #header .con_mainimg:after {
    width: 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg:after {
    width: 100%;
    height: 0;
    padding-bottom: 5.625%;
    background: url(../images/home/img_wave-sp.png) no-repeat bottom center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
#header .con_mainimg #obj_mainimg {
  margin-bottom: 0;
}
#header .con_mainimg #obj_mainimg > div {
  display: none;
}
#header .con_mainimg #obj_mainimg > div:first-child {
  display: block;
}
#header .con_mainimg #obj_mainimg .slide {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide {
    height: auto !important;
  }
  #header .con_mainimg #obj_mainimg .slide > div {
    height: 0;
    padding-bottom: 75%;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide1 {
    background: url(../images/home/img_mainimg1-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide1 {
    background: url(../images/home/img_mainimg1-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide1 {
    background: url(../images/home/img_mainimg1-sp.jpg) no-repeat center center;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide2 {
    background: url(../images/home/img_mainimg2-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide2 {
    background: url(../images/home/img_mainimg2-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide2 {
    background: url(../images/home/img_mainimg2-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide3 {
    background: url(../images/home/img_mainimg3-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide3 {
    background: url(../images/home/img_mainimg3-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide3 {
    background: url(../images/home/img_mainimg3-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide4 {
    background: url(../images/home/img_mainimg4-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide4 {
    background: url(../images/home/img_mainimg4-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide4 {
    background: url(../images/home/img_mainimg4-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide5 {
    background: url(../images/home/img_mainimg5-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide5 {
    background: url(../images/home/img_mainimg5-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide5 {
    background: url(../images/home/img_mainimg5-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide6 {
    background: url(../images/home/img_mainimg6-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide6 {
    background: url(../images/home/img_mainimg6-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide6 {
    background: url(../images/home/img_mainimg6-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide7 {
    background: url(../images/home/img_mainimg7-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide7 {
    background: url(../images/home/img_mainimg7-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide7 {
    background: url(../images/home/img_mainimg7-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide8 {
    background: url(../images/home/img_mainimg8-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide8 {
    background: url(../images/home/img_mainimg8-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide8 {
    background: url(../images/home/img_mainimg8-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide9 {
    background: url(../images/home/img_mainimg9-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide9 {
    background: url(../images/home/img_mainimg9-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide9 {
    background: url(../images/home/img_mainimg9-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_mainimg #obj_mainimg .slide.slide10 {
    background: url(../images/home/img_mainimg10-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  #header .con_mainimg #obj_mainimg .slide.slide10 {
    background: url(../images/home/img_mainimg10-pc.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide.slide10 {
    background: url(../images/home/img_mainimg10-sp.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
#header .con_mainimg #obj_mainimg .slide p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  margin-top: -50px;
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg #obj_mainimg .slide p {
    width: 68.58333%;
    margin-top: -40px;
  }
}
#header .con_mainimg #obj_mainimg .slide p img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#header .con_mainimg .box_bnr {
  position: absolute;
  bottom: 3.94737%;
  left: 0;
  right: 0;
  text-align: right;
}
@media only screen and (min-width: 1081px) {
  .ie #header .con_mainimg .box_bnr {
    width: 1080px;
  }
}
@media print {
  .ie #header .con_mainimg .box_bnr {
    width: 1080px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_mainimg .box_bnr {
    position: static;
  }
}
#header .con_mainimg .box_bnr #obj_view {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  z-index: 3500;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #header #obj_view {
    width: 95%;
    margin: 0 auto;
    cursor: pointer;
  }
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  background: #FFF;
  padding: 22px 0 10px;
  text-align: center;
  letter-spacing: -.4em;
  margin-top: 51px;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_search {
    padding: 22px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_search {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_search:after {
    content: '';
    width: 95.55556%;
    max-width: 1032px;
    height: 7px;
    display: block;
    background: url(../images/home/bg_shadow1.png) no-repeat top center;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media print {
  .con_search:after {
    content: '';
    width: 95.55556%;
    max-width: 1032px;
    height: 7px;
    display: block;
    background: url(../images/home/bg_shadow1.png) no-repeat top center;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.con_search .st {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #0a4b21;
}
@media only screen and (min-width: 1081px) {
  .con_search .st {
    padding-left: 1.44788%;
    margin-right: 4.34363%;
  }
}
@media print {
  .con_search .st {
    padding-left: 1.44788%;
    margin-right: 4.34363%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_search .st {
    text-align: center;
    margin-bottom: 1em;
    font-size: 154%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .st {
    text-align: center;
    margin-bottom: .5em;
    font-size: 154%;
    letter-spacing: 1px;
  }
  .con_search .st:after {
    content: '[';
    font-family: CONDENSEicon;
    color: #55a464;
    margin-left: .2em;
  }
}
.con_search form .inner {
  width: 641px;
  padding-right: 20px;
  margin-right: 19px;
  border-right: 1px dotted #b2b2b2;
}
.con_search .btns {
  width: 26.85285%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_search .btns {
    width: 100%;
    display: block;
    margin-top: .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_search .btns p {
    margin-right: 1em;
  }
}
.con_search .btns .txtlink {
  margin-right: 0 !important;
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.con_search .btns .txtlink a {
  text-decoration: none;
  font-size: 93%;
}
.con_search .btns .txtlink a:before {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #93c09b;
  padding-right: .4em;
  font-size: 92%;
}
.con_search .btns .txtlink a:hover {
  text-decoration: underline;
}
.con_search .btns .btn {
  text-align: center;
  margin-top: .5em;
}
.con_search .btns .btn a, .con_search .btns .btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  background: #93c09b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #FFF;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
  box-shadow: inset 0 0 0 1px #FFF;
  color: #FFF;
  padding: .7em 2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 116%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_search .btns .btn a, .con_search .btns .btn span {
    font-size: 100%;
    padding: 1em;
    width: 100%;
    display: block;
  }
}
.con_search .btns .btn a:after, .con_search .btns .btn span:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  font-size: 74%;
  vertical-align: baseline;
}
.con_search .btns .btn a i, .con_search .btns .btn span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 1.5em;
}
.con_search .btns .btn a i:before, .con_search .btns .btn span i:before {
  content: '';
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-left: .2em;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_search .btns .btn a i:before, .con_search .btns .btn span i:before {
    width: 15px;
    height: 18px;
    margin-top: -9px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_search .btns .btn a:hover, .con_search .btns .btn span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_search .btns .btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-top: 0;
  }
}
.con_search .btns .btn a {
  font-size: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.con_search .box_sea {
  letter-spacing: normal;
  text-align: left;
}
.con_search .box_sea li {
  margin-top: .5em;
}
.con_search .box_sea li:first-child {
  margin-top: 0;
}
.con_search .box_sea li a {
  display: block;
  text-decoration: none;
  font-size: 116%;
  text-align: center;
  padding: 1em;
}
.con_search .box_sea li.btn_date a {
  background: #55a464;
  color: #FFF;
}
.con_search .box_sea li.btn_date a:before {
  content: '';
  width: 1em;
  height: 1.3em;
  background: url(../images/home/ic_btn1.png) no-repeat center center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: .5em;
}
.con_search .box_sea li.btn_rsv {
  text-align: center;
}
.con_search .box_sea li.btn_rsv a, .con_search .box_sea li.btn_rsv span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  background: #00623b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #4f7c57;
  -webkit-box-shadow: inset 0 0 0 1px #4f7c57;
  box-shadow: inset 0 0 0 1px #4f7c57;
  color: #FFF;
  padding: .7em 2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 116%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea li.btn_rsv a, .con_search .box_sea li.btn_rsv span {
    font-size: 100%;
    padding: 1em;
    width: 100%;
    display: block;
  }
}
.con_search .box_sea li.btn_rsv a:after, .con_search .box_sea li.btn_rsv span:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  font-size: 74%;
  vertical-align: baseline;
}
.con_search .box_sea li.btn_rsv a i, .con_search .box_sea li.btn_rsv span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 1.5em;
}
.con_search .box_sea li.btn_rsv a i:before, .con_search .box_sea li.btn_rsv span i:before {
  content: '';
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-left: .2em;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea li.btn_rsv a i:before, .con_search .box_sea li.btn_rsv span i:before {
    width: 15px;
    height: 18px;
    margin-top: -9px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_search .box_sea li.btn_rsv a:hover, .con_search .box_sea li.btn_rsv span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_search .box_sea li.btn_sty {
  width: 100%;
  background: url(../images/common/bg_pattern1.png) repeat top left;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search .box_sea li.btn_sty a {
  padding: 0;
}
.con_search .box_sea li.txt_lnk {
  margin-top: 1em;
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 2.5%;
}
.con_search .box_sea li.txt_lnk a {
  font-size: 108%;
  padding: 0;
  text-align: left;
}
.con_search .box_sea li.txt_lnk a:before {
  content: 'ú';
  font-family: CONDENSEicon;
  color: #a3d9ac;
  font-size: 80%;
  margin-right: .3em;
}
.con_search .box_sea li.txt_tel {
  margin-top: 1em;
  text-align: center;
}
.con_search .box_sea li.txt_tel > a, .con_search .box_sea li.txt_tel > span {
  display: block;
  border: 1px solid #eeeeee;
  padding: .5em;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}
.con_search .box_sea li.txt_tel > a i, .con_search .box_sea li.txt_tel > span i {
  display: block;
  color: #2e2e2e;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 100%;
}
.con_search .box_sea li.txt_tel > a em, .con_search .box_sea li.txt_tel > span em {
  line-height: 1;
  font-family: "Cinzel", serif;
  color: #81a92d;
  font-size: 216%;
  font-weight: normal;
  text-decoration: none;
}
.con_search .box_sea li.txt_tel > a em:before, .con_search .box_sea li.txt_tel > span em:before {
  content: '=';
  font-family: CONDENSEicon;
  font-size: 86%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: .2em;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
  padding-top: 63px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    background: url(../images/home/bg_int-sp.jpg) no-repeat center 2%;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro:before {
    content: '';
    width: 100%;
    background: url(../images/home/bg_int-pc.jpg) no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 900ms;
    -o-transition: opacity 900ms;
    -webkit-transition: opacity 900ms;
    transition: opacity 900ms;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1081px) {
  .con_intro:before {
    top: -140px;
    height: 975px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
  .con_intro:before {
    top: auto;
    bottom: 0;
    height: 0;
    padding-bottom: 90.27778%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}

@media print {
  .con_intro:before {
    content: '';
    width: 100%;
    background: url(../images/home/bg_int-pc.jpg) no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 900ms;
    -o-transition: opacity 900ms;
    -webkit-transition: opacity 900ms;
    transition: opacity 900ms;
  }
}
@media print {
  .con_intro:before {
    top: -140px;
    height: 975px;
  }
}
.con_intro.fadeActive:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_intro > * {
  position: relative;
  z-index: 10;
}
.con_intro h3 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
    width: 78.4375%;
  }
}
.con_intro .txt_lead {
  text-align: center;
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_lead {
    text-align: left;
    line-height: 1.5;
    font-size: 100%;
  }
}
.con_intro .box_txt {
  width: 44.90741%;
  max-width: 485px;
  max-height: 485px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: 80px;
  padding-top: 137px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_txt {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_txt {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1081px) {
  .con_intro .box_txt {
    height: 348px;
  }
}
@media print {
  .con_intro .box_txt {
    height: 348px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_txt {
    padding: 12% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.con_intro .box_txt h4 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_txt h4 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt h4 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_txt h4 {
    width: 45.36082%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt h4 {
    width: 46.35417%;
  }
}
.con_intro .box_txt .txt {
  text-align: center;
  font-size: 100%;
  line-height: 1.8;
  position: relative;
  z-index: 20;
}
.con_intro .box_img {
  position: static;
}
@media only screen and (min-width: 1081px) {
  .con_intro .box_img .img1 {
    bottom: -8.7963%;
  }
}
@media print {
  .con_intro .box_img .img1 {
    bottom: -8.7963%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_img .img1 {
    width: 37.76042%;
    left: 0;
    position: absolute;
    z-index: 50;
  }
}
@media print {
  .con_intro .box_img .img1 {
    width: 37.76042%;
    left: 0;
    position: absolute;
    z-index: 50;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_img .img1 {
    bottom: 0;
  }
}
@media only screen and (min-width: 1081px) {
  .con_intro .box_img .img2 {
    bottom: -1.38889%;
  }
}
@media print {
  .con_intro .box_img .img2 {
    bottom: -1.38889%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_img .img2 {
    width: 30.98958%;
    position: absolute;
    right: 7.1875%;
    z-index: 50;
  }
}
@media print {
  .con_intro .box_img .img2 {
    width: 30.98958%;
    position: absolute;
    right: 7.1875%;
    z-index: 50;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_img .img2 {
    bottom: 0;
    right: 3%;
  }
}

/* -----------------------------------------------------------
	.con_style
----------------------------------------------------------- */
.con_style {
  margin-top: 37px;
  position: relative;
  width: 100%;
  padding-bottom: 71px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_style {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_style {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_style {
    background: url(../images/home/bg_pac1.jpg) no-repeat bottom right;
  }
}
@media print {
  .con_style {
    background: url(../images/home/bg_pac1.jpg) no-repeat bottom right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_style {
    -moz-background-size: auto 30.625%;
    -o-background-size: auto 30.625%;
    -webkit-background-size: auto 30.625%;
    background-size: auto 30.625%;
  }
}
.con_style .box_pac {
  overflow: hidden;
  margin-top: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_style .box_pac {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_pac {
    margin-top: 1em;
  }
}
.con_style .box_pac li {
  float: left;
  width: 32.77778%;
  margin-left: 0.83333%;
  margin-bottom: 0.92593%;
}
@media only screen and (min-width: 768px) {
  .con_style .box_pac li:nth-child(1), .con_style .box_pac li:nth-child(4) {
    margin-left: 0;
  }
}
@media print {
  .con_style .box_pac li:nth-child(1), .con_style .box_pac li:nth-child(4) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_pac li {
    width: 100%;
    margin-left: 0;
    position: relative;
    overflow: hidden;
  }
  .con_style .box_pac li:nth-child(2n) a {
    text-align: left;
  }
  .con_style .box_pac li:nth-child(2n) a .img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .con_style .box_pac li:nth-child(2n) a .txt {
    padding: 1.5em 0;
  }
  .con_style .box_pac li:nth-child(2n+1) a {
    text-align: right;
  }
  .con_style .box_pac li:nth-child(2n+1) a .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .con_style .box_pac li:nth-child(2n+1) a .txt {
    padding: 1.5em 0;
  }
}
.con_style .box_pac li a {
  display: block;
  text-decoration: none;
  letter-spacing: -.4em;
  background: #f6f2ea;
}
.con_style .box_pac li a > p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_style .box_pac li a .img {
  width: 50%;
}
.con_style .box_pac li a .txt {
  width: 50%;
  font-size: 170%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #3f3f3f;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_style .box_pac li a .txt {
    font-size: 131%;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_pac li a .txt {
    font-size: 131%;
  }
}
.con_style .box_pac li a .txt span {
  font-size: 73%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_style .box_pac li a .txt span {
    font-size: 89%;
  }
}
.con_style .btn {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.con_style .btn a, .con_style .btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  background: #55a464;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #98d4b2;
  -webkit-box-shadow: inset 0 0 0 1px #98d4b2;
  box-shadow: inset 0 0 0 1px #98d4b2;
  color: #FFF;
  padding: .7em 2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 116%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_style .btn a, .con_style .btn span {
    font-size: 100%;
    padding: 1em;
    width: 100%;
    display: block;
  }
}
.con_style .btn a:after, .con_style .btn span:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  font-size: 74%;
  vertical-align: baseline;
}
.con_style .btn a i, .con_style .btn span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 1.5em;
}
.con_style .btn a i:before, .con_style .btn span i:before {
  content: '';
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-left: .2em;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_style .btn a i:before, .con_style .btn span i:before {
    width: 15px;
    height: 18px;
    margin-top: -9px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_style .btn a:hover, .con_style .btn span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_style .btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .btn {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .btn {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_scean
----------------------------------------------------------- */
.con_scean {
  background: url(../images/common/bg_pattern1.png) repeat top left;
  padding: 40px 0 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_scean {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_scean {
    padding: 1em 0;
  }
}
.con_scean .box_sce {
  text-align: center;
  margin-top: 24px;
  letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_scean .box_sce {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_scean .box_sce {
    margin-top: 1em;
  }
}
.con_scean .box_sce li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 1.85185%;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_scean .box_sce li {
    width: 31.84358%;
  }
}
.con_scean .box_sce li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_scean .box_sce li {
    width: 100%;
    margin-left: 0;
  }
}
.con_scean .box_sce li a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 1081px) {
  .con_scean .box_sce li a:hover .img {
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
  }
  .con_scean .box_sce li a:hover .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media print {
  .con_scean .box_sce li a:hover .img {
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
  }
  .con_scean .box_sce li a:hover .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.con_scean .box_sce li a .img {
  -moz-transition: filter 400ms;
  -o-transition: filter 400ms;
  -webkit-transition: filter 400ms;
  transition: filter 400ms;
}
.con_scean .box_sce li a .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 1081px) {
  .con_scean .box_sce li a .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
@media print {
  .con_scean .box_sce li a .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
@media only screen and (max-width: 1080px) {
  .con_scean .box_sce li a .detail {
    display: none;
  }
}
.con_scean .box_sce li a .detail p {
  display: table;
  width: 100%;
  height: 100%;
}
.con_scean .box_sce li a .detail p span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.con_scean .box_sce li a .detail p span em {
  padding: 1em 1.5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
  font-size: 108%;
  letter-spacing: 1px;
}
.con_scean .box_sce li a .detail p span em:after {
  content: 'ú';
  display: block;
  font-family: CONDENSEicon;
  font-weight: normal;
}
.con_scean .btn {
  text-align: center;
  margin-top: 30px;
}
.con_scean .btn a, .con_scean .btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  background: #55a464;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #98d4b2;
  -webkit-box-shadow: inset 0 0 0 1px #98d4b2;
  box-shadow: inset 0 0 0 1px #98d4b2;
  color: #FFF;
  padding: .7em 2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 116%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_scean .btn a, .con_scean .btn span {
    font-size: 100%;
    padding: 1em;
    width: 100%;
    display: block;
  }
}
.con_scean .btn a:after, .con_scean .btn span:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  font-size: 74%;
  vertical-align: baseline;
}
.con_scean .btn a i, .con_scean .btn span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 1.5em;
}
.con_scean .btn a i:before, .con_scean .btn span i:before {
  content: '';
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-left: .2em;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_scean .btn a i:before, .con_scean .btn span i:before {
    width: 15px;
    height: 18px;
    margin-top: -9px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_scean .btn a:hover, .con_scean .btn span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_scean .btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_scean .btn {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_scean .btn {
    width: 95%;
    margin: .5em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_scean .btn a {
    width: 270px;
  }
}
@media print {
  .con_scean .btn a {
    width: 270px;
  }
}

/* -----------------------------------------------------------
	.con_guide
----------------------------------------------------------- */
.con_guide {
  margin-top: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide {
    margin-top: 2em;
  }
}
.con_guide h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide h3 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1081px) {
  .con_guide h3 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-transition: opacity 1500ms ease 500ms, -moz-transform 600ms ease 500ms;
    -o-transition: opacity 1500ms ease 500ms, -o-transform 600ms ease 500ms;
    -webkit-transition: opacity 1500ms ease, -webkit-transform 600ms ease;
    -webkit-transition-delay: 500ms, 500ms;
    transition: opacity 1500ms ease 500ms, transform 600ms ease 500ms;
  }
  .con_guide h3.fadeActive {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print {
  .con_guide h3 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-transition: opacity 1500ms ease 500ms, -moz-transform 600ms ease 500ms;
    -o-transition: opacity 1500ms ease 500ms, -o-transform 600ms ease 500ms;
    -webkit-transition: opacity 1500ms ease, -webkit-transform 600ms ease;
    -webkit-transition-delay: 500ms, 500ms;
    transition: opacity 1500ms ease 500ms, transform 600ms ease 500ms;
  }
  .con_guide h3.fadeActive {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.con_guide h3 + .box_gui {
  margin-top: 0;
}
.con_guide .box_gui {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_gui {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_gui {
    margin-top: 3em;
  }
}
.con_guide .box_gui h4 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  color: #59493f;
  letter-spacing: .1em;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_gui h4 {
    font-size: 154%;
  }
}
.con_guide .box_gui .inner {
  position: relative;
  overflow: hidden;
  padding-top: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_gui .inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_gui .inner {
    padding-top: 0;
  }
}
.con_guide .box_gui .inner h5 {
  text-align: center;
  position: relative;
  z-index: 10;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 154%;
  font-weight: normal;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_gui .inner h5 {
    font-size: 124%;
    margin-bottom: .5em;
  }
}
.con_guide .box_gui .inner .wrp_txt {
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 108%;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_gui .inner .wrp_txt {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
}
.con_guide .box_gui .inner .wrp_txt .btn {
  text-align: center;
}
.con_guide .box_gui .inner .wrp_txt .btn a, .con_guide .box_gui .inner .wrp_txt .btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  background: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #626262;
  -webkit-box-shadow: inset 0 0 0 1px #626262;
  box-shadow: inset 0 0 0 1px #626262;
  color: #FFF;
  padding: .7em 2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 116%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_gui .inner .wrp_txt .btn a, .con_guide .box_gui .inner .wrp_txt .btn span {
    font-size: 100%;
    padding: 1em;
    width: 100%;
    display: block;
  }
}
.con_guide .box_gui .inner .wrp_txt .btn a:after, .con_guide .box_gui .inner .wrp_txt .btn span:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  font-size: 74%;
  vertical-align: baseline;
}
.con_guide .box_gui .inner .wrp_txt .btn a i, .con_guide .box_gui .inner .wrp_txt .btn span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 1.5em;
}
.con_guide .box_gui .inner .wrp_txt .btn a i:before, .con_guide .box_gui .inner .wrp_txt .btn span i:before {
  content: '';
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-left: .2em;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_gui .inner .wrp_txt .btn a i:before, .con_guide .box_gui .inner .wrp_txt .btn span i:before {
    width: 15px;
    height: 18px;
    margin-top: -9px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_guide .box_gui .inner .wrp_txt .btn a:hover, .con_guide .box_gui .inner .wrp_txt .btn span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_guide .box_gui .inner .wrp_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 1081px) {
  .con_guide .box_gui .inner .wrp_img {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
  }
}
@media print {
  .con_guide .box_gui .inner .wrp_img {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_gui .inner .wrp_img {
    width: 1600px;
    left: 50%;
    margin-left: -800px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_gui .inner .wrp_img {
    position: static;
    margin-bottom: 1em;
  }
}
.con_guide .box_roo .inner .wrp_roo {
  padding: 30px 30px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_roo .inner .wrp_roo {
    padding: 15px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo {
    padding: 1em 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo {
    padding: 2.5%;
    width: 100%;
  }
}
.con_guide .box_roo .inner .wrp_roo.pre {
  background: #362e2b;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_roo .inner .wrp_roo.pre {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo.pre {
    margin-top: 1em;
  }
}
.con_guide .box_roo .inner .wrp_roo.pre h6 {
  text-align: center;
  color: #d7be97;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .2em;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo.pre h6 {
    letter-spacing: .1em;
  }
}
.con_guide .box_roo .inner .wrp_roo.pre h6 span {
  font-family: "Cinzel", serif;
  font-size: 185%;
}
.con_guide .box_roo .inner .wrp_roo.pre h6 em {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo.pre h6 em {
    display: block;
  }
}
.con_guide .box_roo .inner .wrp_roo.pre > p {
  text-align: center;
  color: #FFF;
  font-size: 100%;
  margin: .5em auto 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo.pre > p {
    font-size: 93%;
    text-align: left;
    margin: 1em auto .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_roo .inner .wrp_roo.pre ul li a .txt {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_roo .inner .wrp_roo.pre ul li a .txt span {
    display: block;
  }
}
.con_guide .box_roo .inner .wrp_roo ul {
  letter-spacing: -.4em;
}
.con_guide .box_roo .inner .wrp_roo ul li {
  width: 31.37255%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 2.94118%;
  margin-bottom: 2.94118%;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_roo .inner .wrp_roo ul li {
    margin-bottom: 1.85185%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo ul li {
    width: 100%;
    display: block;
    margin: .5em 0 0;
  }
  .con_guide .box_roo .inner .wrp_roo ul li:first-child {
    margin-top: 0;
  }
}
.con_guide .box_roo .inner .wrp_roo ul li:nth-child(3n+1) {
  margin-left: 0;
}
.con_guide .box_roo .inner .wrp_roo ul li.new a {
  position: relative;
}
.con_guide .box_roo .inner .wrp_roo ul li.new a:before {
  content: '';
  width: 54px;
  height: 54px;
  background: url(../images/home/ic_new.png) no-repeat top left;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  display: block;
  bottom: 5px;
  left: 12px;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_roo .inner .wrp_roo ul li.new a:before {
    width: 16.875%;
    height: 0;
    padding-bottom: 16.875%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo ul li.new a:before {
    width: 12.66667%;
    height: 0;
    padding-bottom: 14.8631%;
    left: 32%;
  }
}
.con_guide .box_roo .inner .wrp_roo ul li a {
  display: block;
  text-decoration: none;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1081px) {
  .con_guide .box_roo .inner .wrp_roo ul li a:hover .img {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  .con_guide .box_roo .inner .wrp_roo ul li a:hover .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media print {
  .con_guide .box_roo .inner .wrp_roo ul li a:hover .img {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  .con_guide .box_roo .inner .wrp_roo ul li a:hover .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo ul li a {
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    letter-spacing: -.4em;
    background: #FFF;
    border: 1px solid #bfbfbf;
    position: relative;
  }
  .con_guide .box_roo .inner .wrp_roo ul li a:after {
    content: 'ú';
    display: block;
    font-family: CONDENSEicon;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    right: .8em;
    color: #d3d3d3;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo ul li a .img {
    width: 39.22222%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
    -moz-transition: filter 400ms;
    -o-transition: filter 400ms;
    -webkit-transition: filter 400ms;
    transition: filter 400ms;
  }
}
.con_guide .box_roo .inner .wrp_roo ul li a .txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 131%;
  overflow: hidden;
  padding: .5em;
  text-align: center;
  border: 1px solid #bfbfbf;
  border-top: none;
  background: #FFF;
  letter-spacing: -1px;
  -moz-border-radius: 0 0 0.5em 0.5em;
  -webkit-border-radius: 0;
  border-radius: 0 0 0.5em 0.5em;
}
@media only screen and (min-width: 1081px) {
  .con_guide .box_roo .inner .wrp_roo ul li a .txt {
    white-space: nowrap;
  }
}
@media print {
  .con_guide .box_roo .inner .wrp_roo ul li a .txt {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_roo .inner .wrp_roo ul li a .txt {
    font-size: 108%;
    letter-spacing: normal;
    white-space: nowrap;
  }
  .con_guide .box_roo .inner .wrp_roo ul li a .txt span {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo ul li a .txt {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 60.55556%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: normal;
    font-size: 100%;
    padding: 0;
    border: none;
    line-height: 1.3;
  }
  .con_guide .box_roo .inner .wrp_roo ul li a .txt span {
    display: block;
  }
}
.con_guide .box_roo .inner .wrp_roo ul li a .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 150;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
@media only screen and (min-width: 1081px) {
  .con_guide .box_roo .inner .wrp_roo ul li a .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
@media print {
  .con_guide .box_roo .inner .wrp_roo ul li a .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
@media only screen and (max-width: 1080px) {
  .con_guide .box_roo .inner .wrp_roo ul li a .detail {
    display: none;
  }
}
.con_guide .box_roo .inner .wrp_roo ul li a .detail p {
  display: table;
  width: 100%;
  height: 100%;
}
.con_guide .box_roo .inner .wrp_roo ul li a .detail p span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.con_guide .box_roo .inner .wrp_roo ul li a .detail p span em {
  padding: 1em 1.5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
  font-size: 108%;
  letter-spacing: 1px;
}
.con_guide .box_roo .inner .wrp_roo ul li a .detail p span em:after {
  content: 'ú';
  display: block;
  font-family: CONDENSEicon;
  font-weight: normal;
}
.con_guide .box_roo .inner .wrp_roo ul li.btn a {
  width: 138px;
  margin: 0 auto;
  background: #000000;
  color: #FFF;
  border: 4px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #686868;
  -webkit-box-shadow: inset 0 0 0 1px #686868;
  box-shadow: inset 0 0 0 1px #686868;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 1.65em .5em;
  font-size: 116%;
  line-height: 1.8;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.con_guide .box_roo .inner .wrp_roo ul li.btn a:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: block;
}
.con_guide .box_roo .inner .wrp_roo .btn_sp {
  text-align: center;
  letter-spacing: normal;
}
.con_guide .box_roo .inner .wrp_roo .btn_sp a, .con_guide .box_roo .inner .wrp_roo .btn_sp span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  background: #55a464;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #98d4b2;
  -webkit-box-shadow: inset 0 0 0 1px #98d4b2;
  box-shadow: inset 0 0 0 1px #98d4b2;
  color: #FFF;
  padding: .7em 2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 116%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo .btn_sp a, .con_guide .box_roo .inner .wrp_roo .btn_sp span {
    font-size: 100%;
    padding: 1em;
    width: 100%;
    display: block;
  }
}
.con_guide .box_roo .inner .wrp_roo .btn_sp a:after, .con_guide .box_roo .inner .wrp_roo .btn_sp span:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  font-size: 74%;
  vertical-align: baseline;
}
.con_guide .box_roo .inner .wrp_roo .btn_sp a i, .con_guide .box_roo .inner .wrp_roo .btn_sp span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 1.5em;
}
.con_guide .box_roo .inner .wrp_roo .btn_sp a i:before, .con_guide .box_roo .inner .wrp_roo .btn_sp span i:before {
  content: '';
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-left: .2em;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_roo .inner .wrp_roo .btn_sp a i:before, .con_guide .box_roo .inner .wrp_roo .btn_sp span i:before {
    width: 15px;
    height: 18px;
    margin-top: -9px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_guide .box_roo .inner .wrp_roo .btn_sp a:hover, .con_guide .box_roo .inner .wrp_roo .btn_sp span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_guide .box_roo .inner .wrp_roo .btn_sp a {
  letter-spacing: normal;
}
.con_guide .box_roo .inner .wrp_roo .btn_sp a:after {
  position: static;
}
.con_guide .box_cui .inner {
  padding-top: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_cui .inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_guide .box_cui .inner h5 {
    color: #FFF;
  }
}
@media print {
  .con_guide .box_cui .inner h5 {
    color: #FFF;
  }
}
@media only screen and (min-width: 768px) {
  .con_guide .box_cui .inner > p {
    color: #FFF;
  }
}
@media print {
  .con_guide .box_cui .inner > p {
    color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner .wrp_img {
    position: absolute;
  }
}
.con_guide .box_cui .inner .wrp_cui {
  position: relative;
  z-index: 10;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_cui .inner .wrp_cui {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner .wrp_cui {
    margin-top: 1em;
  }
}
.con_guide .box_cui .inner .wrp_cui .btn {
  text-align: center;
  margin-top: 38px;
}
.con_guide .box_cui .inner .wrp_cui .btn a, .con_guide .box_cui .inner .wrp_cui .btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  background: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #626262;
  -webkit-box-shadow: inset 0 0 0 1px #626262;
  box-shadow: inset 0 0 0 1px #626262;
  color: #FFF;
  padding: .7em 2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 116%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner .wrp_cui .btn a, .con_guide .box_cui .inner .wrp_cui .btn span {
    font-size: 100%;
    padding: 1em;
    width: 100%;
    display: block;
  }
}
.con_guide .box_cui .inner .wrp_cui .btn a:after, .con_guide .box_cui .inner .wrp_cui .btn span:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  font-size: 74%;
  vertical-align: baseline;
}
.con_guide .box_cui .inner .wrp_cui .btn a i, .con_guide .box_cui .inner .wrp_cui .btn span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 1.5em;
}
.con_guide .box_cui .inner .wrp_cui .btn a i:before, .con_guide .box_cui .inner .wrp_cui .btn span i:before {
  content: '';
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-left: .2em;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner .wrp_cui .btn a i:before, .con_guide .box_cui .inner .wrp_cui .btn span i:before {
    width: 15px;
    height: 18px;
    margin-top: -9px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_guide .box_cui .inner .wrp_cui .btn a:hover, .con_guide .box_cui .inner .wrp_cui .btn span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_cui .inner .wrp_cui .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner .wrp_cui .btn {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_guide .box_cui .inner .wrp_cui .btn a {
    width: 270px;
  }
}
@media print {
  .con_guide .box_cui .inner .wrp_cui .btn a {
    width: 270px;
  }
}
.con_guide .box_cui .inner ul {
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner ul {
    text-align: center;
    margin-top: 6.5em;
    margin-bottom: 1em;
  }
}
.con_guide .box_cui .inner ul li {
  width: 20.18519%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 6.2963%;
}
@media only screen and (min-width: 768px) {
  .con_guide .box_cui .inner ul li:first-child {
    margin-left: 0;
  }
  .con_guide .box_cui .inner ul li:nth-child(2), .con_guide .box_cui .inner ul li:nth-child(3) {
    padding-top: 50px;
  }
}
@media print {
  .con_guide .box_cui .inner ul li:first-child {
    margin-left: 0;
  }
  .con_guide .box_cui .inner ul li:nth-child(2), .con_guide .box_cui .inner ul li:nth-child(3) {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner ul li {
    width: 40%;
    margin-left: 4%;
    margin-bottom: 2%;
  }
  .con_guide .box_cui .inner ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.con_guide .box_cui .inner ul li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1081px) {
  .con_guide .box_cui .inner ul li a:hover .img {
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
  }
  .con_guide .box_cui .inner ul li a:hover .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media print {
  .con_guide .box_cui .inner ul li a:hover .img {
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
  }
  .con_guide .box_cui .inner ul li a:hover .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner ul li a .img img {
    width: 100%;
  }
}
.con_guide .box_cui .inner ul li a .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (min-width: 1081px) {
  .con_guide .box_cui .inner ul li a .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
@media print {
  .con_guide .box_cui .inner ul li a .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
@media only screen and (max-width: 1080px) {
  .con_guide .box_cui .inner ul li a .detail {
    display: none;
  }
}
.con_guide .box_cui .inner ul li a .detail p {
  width: 100%;
  height: 100%;
  display: table;
}
.con_guide .box_cui .inner ul li a .detail p span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 108%;
  letter-spacing: 1px;
  padding-top: 1em;
}
.con_guide .box_cui .inner ul li a .detail p span:after {
  content: 'ú';
  display: block;
  font-family: CONDENSEicon;
  font-weight: normal;
}
.con_guide .box_cui .inner ul li a .detail p span em {
  font-weight: normal;
  display: block;
  font-size: 86%;
}
.con_guide .box_cui .inner ul li .txt {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 154%;
  color: #59493f;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_cui .inner ul li .txt {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner ul li .txt {
    font-size: 124%;
  }
}
.con_guide .box_cui .inner ul li .txt span {
  font-size: 60%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_cui .inner ul li .txt span {
    font-size: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_cui .inner ul li .txt span {
    font-size: 69%;
    white-space: nowrap;
    margin-left: -.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_guide .box_hot .inner h5, .con_guide .box_hot .inner .wrp_txt {
    color: #FFF;
  }
}
@media print {
  .con_guide .box_hot .inner h5, .con_guide .box_hot .inner .wrp_txt {
    color: #FFF;
  }
}
.con_guide .box_hot .inner .btn {
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_hot .inner .btn {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_hot .inner .wrp_img {
    position: absolute;
  }
}
.con_guide .box_hot .inner .wrp_hot {
  text-align: center;
  letter-spacing: -.4em;
  position: relative;
  z-index: 10;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_guide .box_hot .inner .wrp_hot {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_hot .inner .wrp_hot {
    margin-top: 9.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_hot .inner .wrp_hot {
    margin-bottom: 1em;
  }
}
.con_guide .box_hot .inner .wrp_hot li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 25.09259%;
  max-width: 271px;
  margin-left: 4.16667%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_guide .box_hot .inner .wrp_hot li {
    width: 43.02083%;
    margin-left: 3.64583%;
  }
}
.con_guide .box_hot .inner .wrp_hot li:first-child {
  margin-left: 0;
}

/* -----------------------------------------------------------
	.con_bnr
----------------------------------------------------------- */
.con_bnr {
  background: url(../images/common/bg_pattern1.png) repeat top left;
  padding: 50px 0;
  margin-top: 80px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_bnr {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_bnr {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr {
    margin-top: 2em;
  }
}
.con_bnr #obj_bnrSlider {
  width: 100%;
  max-width: 1225px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .con_bnr #obj_bnrSlider {
    width: 95%;
  }
}
.con_bnr #obj_bnrSlider > div {
  -moz-border-radius: 0.55em;
  -webkit-border-radius: 0.55em;
  border-radius: 0.55em;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_bnr #obj_bnrSlider > div {
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
  }
}
.con_bnr #obj_bnrSlider > div a {
  display: block;
}
.con_bnr #obj_bnrSlider > div a img {
  -moz-border-radius: 0.55em;
  -webkit-border-radius: 0.55em;
  border-radius: 0.55em;
}
@media only screen and (max-width: 767px) {
  .con_bnr #obj_bnrSlider > div a img {
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
  }
}
.con_bnr #obj_bnrSlider .slick-slide {
  text-align: center;
}
.con_bnr #obj_bnrSlider .slick-slide img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_bnr #obj_bnrSlider .slick-slide {
    padding: 0 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr #obj_bnrSlider .slick-slide {
    padding: 0 0.2em !important;
  }
}
.con_bnr #obj_bnrSlider .slick-dots {
  position: static;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_bnr #obj_bnrSlider .slick-dots {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr #obj_bnrSlider .slick-dots {
    margin-top: 0.5em;
  }
}
.con_bnr #obj_bnrSlider .slick-dots li {
  border-color: #55a464;
}
.con_bnr #obj_bnrSlider .slick-dots li:hover, .con_bnr #obj_bnrSlider .slick-dots li.slick-active {
  background-color: #55a464;
}
.con_bnr #obj_bnrSlider .slick-prev, .con_bnr #obj_bnrSlider .slick-next {
  position: absolute;
  width: 72px;
  height: 72px;
  background: #000;
  margin-top: -42px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 300ms;
  -o-transition: -o-transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
}
.con_bnr #obj_bnrSlider .slick-prev:before, .con_bnr #obj_bnrSlider .slick-next:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_bnr #obj_bnrSlider .slick-prev, .con_bnr #obj_bnrSlider .slick-next {
    display: none !important;
  }
}
.con_bnr #obj_bnrSlider .slick-prev {
  left: -40px;
  background: url(../images/home/ic_prev.png) no-repeat top left;
}
@media only screen and (max-width: 1380px) {
  .con_bnr #obj_bnrSlider .slick-prev {
    left: 5px;
  }
}
@media print {
  .con_bnr #obj_bnrSlider .slick-prev {
    left: 5px;
  }
}
.con_bnr #obj_bnrSlider .slick-prev:hover {
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.con_bnr #obj_bnrSlider .slick-next {
  right: -40px;
  background: url(../images/home/ic_next.png) no-repeat top left;
}
@media only screen and (max-width: 1380px) {
  .con_bnr #obj_bnrSlider .slick-next {
    right: 5px;
  }
}
@media print {
  .con_bnr #obj_bnrSlider .slick-next {
    right: 5px;
  }
}
.con_bnr #obj_bnrSlider .slick-next:hover {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  padding: 60px 0 80px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_news {
    padding: 50px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding: 1em 0 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_news {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-bottom: 1em;
  }
}
.con_news h3 {
  text-align: center;
}
.con_news #tab {
  letter-spacing: -.4em;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_news #tab {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #tab {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #tab {
    padding-bottom: 1em;
  }
}
.con_news #tab:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #dfdcd5;
  display: block;
  position: absolute;
  bottom: 0;
}
.con_news #tab li {
  width: 13.05556%;
  max-width: 141px;
  background: #f2f1ee;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms;
  transition: background 300ms, color 300ms, border-color 300ms;
  color: #3f3f3f;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-align: center;
  font-size: 124%;
  padding: .5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0.64815%;
  position: relative;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .con_news #tab li {
    border-bottom: 2px solid #dfdcd5;
  }
}
@media print {
  .con_news #tab li {
    border-bottom: 2px solid #dfdcd5;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #tab li {
    width: 30%;
    max-width: inherit;
    margin-bottom: .5%;
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) {
  .con_news #tab li:after {
    content: '';
    width: 10px;
    height: 15px;
    background: url(../images/home/ic_arrow.png) no-repeat top center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 400ms, -moz-transform 300ms;
    -o-transition: opacity 400ms, -o-transform 300ms;
    -webkit-transition: opacity 400ms, -webkit-transform 300ms;
    transition: opacity 400ms, transform 300ms;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 10;
  }
}
@media print {
  .con_news #tab li:after {
    content: '';
    width: 10px;
    height: 15px;
    background: url(../images/home/ic_arrow.png) no-repeat top center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 400ms, -moz-transform 300ms;
    -o-transition: opacity 400ms, -o-transform 300ms;
    -webkit-transition: opacity 400ms, -webkit-transform 300ms;
    transition: opacity 400ms, transform 300ms;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 10;
  }
}
.con_news #tab li:first-child {
  margin-left: 0;
}
.con_news #tab li:hover, .con_news #tab li.active {
  background: #55a464;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .con_news #tab li:hover, .con_news #tab li.active {
    border-bottom: 2px solid #55a464;
  }
}
@media print {
  .con_news #tab li:hover, .con_news #tab li.active {
    border-bottom: 2px solid #55a464;
  }
}
.con_news #tab li:hover:after, .con_news #tab li.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.con_news #panel ul {
  display: none;
}
.con_news #panel ul:first-child {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_news #panel ul li:nth-child(2n) a {
    background: #f2f1ee;
  }
}
@media print {
  .con_news #panel ul li:nth-child(2n) a {
    background: #f2f1ee;
  }
}
.con_news #panel ul li a {
  display: block;
  text-decoration: none;
  padding: 20px;
  letter-spacing: -.4em;
  position: relative;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_news #panel ul li a {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #panel ul li a {
    padding: 1em 1em 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #panel ul li a {
    border-bottom: 1px dotted #cbcbcb;
  }
}
@media only screen and (min-width: 768px) {
  .con_news #panel ul li a:after {
    content: '';
    width: 20px;
    height: 39px;
    background: url(../images/home/ic_arrow2.png) no-repeat top center;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: 3.7037%;
    -moz-transition: right 300ms;
    -o-transition: right 300ms;
    -webkit-transition: right 300ms;
    transition: right 300ms;
  }
}
@media print {
  .con_news #panel ul li a:after {
    content: '';
    width: 20px;
    height: 39px;
    background: url(../images/home/ic_arrow2.png) no-repeat top center;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: 3.7037%;
    -moz-transition: right 300ms;
    -o-transition: right 300ms;
    -webkit-transition: right 300ms;
    transition: right 300ms;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #panel ul li a:after {
    content: 'ú';
    font-family: CONDENSEicon;
    color: #d3d3d3;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    right: .5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news #panel ul li a:hover {
    background: #e2e2c8;
  }
  .con_news #panel ul li a:hover:after {
    right: 2.77778%;
  }
}
@media print {
  .con_news #panel ul li a:hover {
    background: #e2e2c8;
  }
  .con_news #panel ul li a:hover:after {
    right: 2.77778%;
  }
}
.con_news #panel ul li a .wrp_img {
  width: 15.57692%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-right: 2.88462%;
  overflow: hidden;
}
@media only screen and (min-width: 1081px) {
  .con_news #panel ul li a .wrp_img {
    height: 110px;
  }
}
@media print {
  .con_news #panel ul li a .wrp_img {
    height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_news #panel ul li a .wrp_img {
    height: 0;
    padding-bottom: 10.57692%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #panel ul li a .wrp_img {
    width: 26.77778%;
    height: 0;
    padding-bottom: 21.66667%;
    margin-right: 3%;
  }
}
.con_news #panel ul li a .wrp_img img {
  width: 100%;
}
.con_news #panel ul li a .wrp_txt {
  width: 71.44231%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .con_news #panel ul li a .wrp_txt {
    width: 70%;
  }
}
.con_news #panel ul li a .wrp_txt .date {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Cinzel", serif;
  color: #73723e;
  font-size: 124%;
  letter-spacing: .1em;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_news #panel ul li a .wrp_txt .date {
    font-size: 116%;
    letter-spacing: normal;
  }
}
.con_news #panel ul li a .wrp_txt .cat {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #73723e;
  line-height: 1;
  padding: .4em .5em .2em;
  color: #FFF;
  font-size: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_news #panel ul li a .wrp_txt .cat {
    min-width: 55px;
  }
}
@media print {
  .con_news #panel ul li a .wrp_txt .cat {
    min-width: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #panel ul li a .wrp_txt .cat {
    font-size: 93%;
  }
}
.con_news #panel ul li a .wrp_txt .title {
  margin-top: 1em;
  font-size: 108%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .con_news #panel ul li a .wrp_txt .title {
    font-size: 93%;
    margin-top: .5em;
  }
}
.con_news #panel ul li a .wrp_txt .txt {
  font-size: 93%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: .5em;
}
.con_news .btn {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_news .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .btn {
    margin-top: 1em;
  }
}
.con_news .btn a, .con_news .btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  background: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px #626262;
  -webkit-box-shadow: inset 0 0 0 1px #626262;
  box-shadow: inset 0 0 0 1px #626262;
  color: #FFF;
  padding: .7em 2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 116%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_news .btn a, .con_news .btn span {
    font-size: 100%;
    padding: 1em;
    width: 100%;
    display: block;
  }
}
.con_news .btn a:after, .con_news .btn span:after {
  content: 'ú';
  font-family: CONDENSEicon;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  font-size: 74%;
  vertical-align: baseline;
}
.con_news .btn a i, .con_news .btn span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 1.5em;
}
.con_news .btn a i:before, .con_news .btn span i:before {
  content: '';
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-left: .2em;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/ic_pdf.png) no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .con_news .btn a i:before, .con_news .btn span i:before {
    width: 15px;
    height: 18px;
    margin-top: -9px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_news .btn a:hover, .con_news .btn span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .con_news .btn {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
  text-align: center;
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_link {
    margin-bottom: 1em;
  }
}
.con_link li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
@media only screen and (min-width: 1081px) {
  .con_link li {
    margin-left: 16px;
  }
}
@media print {
  .con_link li {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link li {
    width: 24.5%;
    margin-left: .5%;
    max-width: 258px;
  }
}
@media only screen and (min-width: 768px) {
  .con_link li:first-child {
    margin-left: 0;
  }
}
@media print {
  .con_link li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .con_link li:nth-child(2n) {
    margin-right: 0;
  }
}
.con_link li a {
  display: block;
}

/* -----------------------------------------------------------
#header_extend
----------------------------------------------------------- */
#header .con_gnav{
  display: block;
  float: left;
  margin: 0 0 0 15%;
  width: 70%;
  }
#contents {
  clear: both;
  }

ul.extention_nav{
  width: 14%;
  display: block;
  float: left;
  font-size: 0;
  margin: 70px 0 0 10px;
  }
ul.extention_nav li{
  width: 50%;
  max-width: 85px;
  display: inline-block;
  font-size: 14px;
  line-height: 80px;
  padding: 5px 0 5px 5px;
  box-sizing: border-box;
  }
ul.extention_nav img{
  width: 100%;
  max-width: 80px;
  }
ul.extention_nav:after{
  clear: both;
  }

@media only screen and (max-width: 767px) {
  ul.extention_nav{
    display: none !important;
    }
  }