@charset "UTF-8";
/* 変数指定 */
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@import url("https://fonts.googleapis.com/css?family=Chewy");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);
.wrap {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrap {
    width: 87.5%;
    margin: 0 auto;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

/* plan */
.plan .planBox {
  box-sizing: content-box;
  border-radius: 3px;
  text-align: center;
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0.6);
}
.plan .planBox img {
  display: block;
}
.plan .planBox h3 {
  font-size: 1rem;
}
.plan .planBox h3 + p {
  font-family: 'Chewy', cursive;
  /*font-family: 'Quicksand', sans-serif;*/
  font-size: 3rem;
  font-weight: 600;
}
.plan .planBox h3 + p span {
  font-size: 1rem;
}
.plan .planBox .plan_data {
  font-size: 0.8rem;
  opacity: 0.8;
}
.plan .planBox .plan_data p.date {
  font-size: 0.8rem;
  background: #F0F0F0;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
.plan .planBox .plan_data i {
  width: 25px;
}
.plan .planBox .plan_data ul li {
  margin-bottom: .5rem;
}
.plan .planBox .plan_data dl {
  width: 80%;
  margin: 0 auto;
  font-size: 0.8rem;
}
.plan .planBox .plan_data dl dt {
  float: left;
}
.plan .planBox .plan_data dl dd {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px) {
  .plan .planBox.planBox:last-child {
    margin-bottom: 1rem;
  }
  .plan .planBox h3 {
    margin: 0;
    padding: 0;
  }
  .plan .planBox h3 + p {
    margin: 0rem;
  }
  .plan .planBox h3 + p span {
    font-size: 1rem;
  }
  .plan .planBox .plan_data p.date {
    font-size: 1rem;
  }
  .plan .planBox .plan_data i {
    width: 50px;
  }
  .plan .planBox .plan_data ul li {
    margin-bottom: .5rem;
  }
  .plan .planBox .plan_data dl dt {
    font-size: 0.8rem;
    float: left;
  }
  .plan .planBox .plan_data dl dd {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
}

.designImg .planBox {
  box-sizing: content-box;
  border-radius: 3px;
  text-align: center;
  padding: 3rem 0;
  background: transparent !important;
  margin: 0 1rem;
}
.designImg .planBox h3 {
  margin-bottom: 2rem !important;
}
.designImg .planBox h3 span {
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  .designImg h3 {
    margin-bottom: 2rem !important;
  }
  .designImg h3 span {
    opacity: 0.5;
  }
}

.d-1of2 {
  padding-right: 2rem;
}
@media screen and (max-width: 480px) {
  .d-1of2 {
    padding-right: 0rem;
  }
}

@media screen and (max-width: 480px) {
  .last-col {
    float: none;
    padding-right: 0 !important;
  }
}
/* = Selected Text
----------------------------------------------- */
::selection {
  background: #FBBFD0;
  /* Safari */
}

::-moz-selection {
  background: #FBBFD0;
  /* Firefox */
}

.fixed {
  position: relative;
}

.titter,
.facebook,
.instagram {
  font-size: 1.25rem;
}

.bgPageStyle_search {
  background: url(../images/bg_news.jpg) right top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .bgPageStyle_search {
    padding: 2rem 0;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb1_s {
  margin-bottom: 0.8rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .mb4 {
    margin-bottom: 1rem;
  }
}

.mb5 {
  margin-bottom: 5rem;
}

.wp-caption {
  max-width: 100%;
  background: none;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  display: none;
}

.mb5em {
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .mb5em {
    margin-bottom: 1rem;
  }
}

.text_center {
  text-align: center;
}

.box_style01 {
  border: #FBBFD0 solid 1px;
  border-radius: 3px 3px 0 0;
  background: rgba(255, 255, 255, 0.8);
}
.box_style01 .h3 {
  margin: 0;
  background: #FBBFD0;
  color: #fff;
  /*font-family: "Tangerine", sans-serif;*/
  font-family: 'Chewy', cursive;
  font-size: 2rem;
}
.box_style01 .h3 + p {
  color: #AF6A7F;
}
@media screen and (max-width: 480px) {
  .box_style01 {
    margin-bottom: 1rem;
  }
}

/* hr */
hr.style02 {
  border: 0;
  height: 1px;
  background: #e8e8e8;
  background-image: -webkit-linear-gradient(left, #e8e8e8, #b3b3b3, #e8e8e8);
  background-image: -moz-linear-gradient(left, #e8e8e8, #b3b3b3, #e8e8e8);
  background-image: -ms-linear-gradient(left, #e8e8e8, #b3b3b3, #e8e8e8);
  background-image: -o-linear-gradient(left, #e8e8e8, #b3b3b3, #e8e8e8);
}

hr.style_bk {
  border: 0;
  height: 2px;
  background: #000;
}

body {
  box-sizing: border-box;
  background-color: transparent;
  color: #4d4d4d;
  /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Noto Sans Japanese', sans-serif;
}

.entry-content p {
  line-height: 1.75rem;
}

.bgBlue {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkQAKMYHbrpTSGar1ZEA4UAAA0aQMEFej0MwAAAABJRU5ErkJggg==);
  overflow: hidden;
}

.bgOrange {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2NkQAKMIPalMoY0vS6GWWAODAAANi0DBAQYBFkAAAAASUVORK5CYII=);
  overflow: hidden;
}

.h2 {
  letter-spacing: 0rem;
  font-size: 1.0rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .h2 {
    margin: 2rem 0;
    padding: 3rem 0;
  }
}
.h2 span {
  /*font-family: "Tangerine", sans-serif;*/
  font-family: 'Chewy', cursive;
  letter-spacing: normal;
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
  /*opacity: 0.3;*/
}
@media screen and (max-width: 480px) {
  .h2 span {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
  }
}

h3 {
  letter-spacing: 0rem;
  font-size: 1.0rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  h3 {
    margin-bottom: 2rem;
    padding: 3rem 0;
  }
}
h3 span {
  /*font-family: "Tangerine", sans-serif;*/
  font-family: 'Chewy', cursive;
  letter-spacing: normal;
  font-size: 2rem;
  display: block;
  margin-bottom: 0rem;
}
@media screen and (max-width: 480px) {
  h3 span {
    margin-bottom: 0rem;
    font-size: 2rem;
  }
}

h4 {
  letter-spacing: 0rem;
  font-size: 1.0rem;
  text-align: left;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  h4 {
    margin-bottom: 2rem;
    padding: 0.5rem 0 0;
  }
}
h4 span {
  font-family: 'Chewy', cursive;
  letter-spacing: normal;
  font-size: 1.75rem !important;
  display: block;
  opacity: 0.1 !important;
  float: right;
  margin: 0;
  line-height: 2rem;
  /*opacity: 0.3;*/
}
@media screen and (max-width: 480px) {
  h4 span {
    font-family: 'Chewy', cursive;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    display: block;
    float: none;
  }
}

.font {
  font-family: 'Chewy', cursive;
}

.qa {
  font-size: 2.5rem;
  color: #FBBFD0;
  margin-bottom: 1rem !important;
}

.lines-on-sides {
  display: table;
  text-align: center;
  white-space: nowrap;
}
.lines-on-sides:after, .lines-on-sides:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  background-clip: padding;
}
.lines-on-sides:after {
  border-left: 1em solid transparent;
}
.lines-on-sides:before {
  border-right: 1em solid transparent;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pt05 {
  padding-top: .5rem;
}

.ml1 {
  margin-left: 1rem;
}

.ml2 {
  margin-left: 2rem;
}

.ml3 {
  margin-left: 3rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.tL {
  text-align: left;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.boxIn {
  padding: 7rem 0 7rem;
}
@media screen and (max-width: 480px) {
  .boxIn {
    padding: 2rem 0 2rem !important;
  }
  .boxIn:last-child {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  #content {
    margin-top: 0;
  }
}

footer#footer {
  padding: 5rem 0 1rem;
  /*background: url(../images/bg_footer.svg) center bottom no-repeat;*/
  /*background-size:100%;*/
  background: none;
}
@media screen and (max-width: 480px) {
  footer#footer {
    padding: 1rem 0 1rem;
  }
}
footer ul.sub-menu {
  font-size: 0.8rem;
}
footer li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #0086d1 !important;
}
footer li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0086d1;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer li a:hover {
  color: #D17700 !important;
  text-decoration: none;
  transition: all .3s;
}
footer li a:hover:after {
  width: 100%;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #0086d1;
}
footer .footer_button {
  width: 100%;
  font-size: 90%;
}
footer .footer_copyright {
  font-size: 0.75rem;
  color: #000;
}
footer .footer_copyright .copyright {
  margin-top: 0.2rem;
}
footer .footer_copyright .footer_bottom_nav ul {
  clear: both;
  width: 17rem;
  margin: 0 auto;
}
footer .footer_copyright .footer_bottom_nav ul li {
  border-right: 1px dotted #0086d1;
  padding: 0 0.5rem;
  float: left;
}
footer .footer_copyright .footer_bottom_nav ul li:last-child {
  border-right: 0;
}

.pcNone {
  margin: 0;
}
.pcNone ul li.active a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #FBBFD0 !important;
}
.pcNone ul li.active a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #FBBFD0;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pcNone ul li.active a:hover:after {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .pcNone {
    display: none;
  }
}

.spNone {
  display: none;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .spNone {
    overflow: hidden;
    display: block;
    /*******************************************************************
    Gnav
    *******************************************************************/
  }
  .spNone #Gnav .slick-next, .spNone #Gnav .slick-prev {
    display: none !important;
  }
  .spNone .slick-slider {
    margin-bottom: 0em;
    top: 0em;
  }
  .spNone .footerNav ul {
    /*width: 50%;*/
    border-right: 1px solid #ccc;
  }
  .spNone .footerNav ul:last-child {
    border-right: none;
  }
  .spNone .footerNav ul li {
    width: 100%;
    background: #fff url(../images/list_arrowBk.png) 97% 50% no-repeat;
    background-size: 10px;
    font-size: 90%;
    display: block;
    border-top: 1px solid #ccc;
    padding: .75rem .5rem .75rem .5rem;
  }
  .spNone .footerNav ul li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .spNone .footerNav ul li img {
    height: 44px;
  }
  .spNone .footerNav ul li a {
    display: block;
    width: 100%;
  }
  .spNone div#Gnav {
    font-family: 'Quicksand', sans-serif;
    /*background: $blue;*/
    border-top: 1px solid #0086d1;
    border-bottom: 2px solid #0086d1;
    font-size: 12px;
    border: none;
  }
  .spNone div#Gnav li {
    list-style: none;
  }
  .spNone div#Gnav div span {
    cursor: pointer;
    font-weight: 600;
    height: auto;
    color: #0086d1;
    text-align: center;
    box-sizing: content-box;
    background: #fff;
    border-right: #0086d1 solid 1px;
    padding: 0.75em 0;
    display: block;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: 0, 0, 0, 0;
    cursor: pointer;
    border: none;
  }
  .spNone div#Gnav div span.active {
    background: none;
    color: .spNone div#Gnav div span.active blue;
  }
  .spNone div#Gnav div span.hover {
    background-color: none;
  }
  .spNone div#Gnav div span a {
    color: #000;
    text-decoration: none;
  }
  .spNone div#Gnav div span a a:hover {
    text-decoration: none;
  }
  .spNone div#Gnav div span.sns a {
    display: block;
    float: left;
  }
  .spNone div#Gnav div span.sns a img {
    width: 45px;
  }
}

/*
.button {
	width: 15rem;
	text-align: center;
	position: relative;
	background-color: $orange;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #9E5A00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	font-weight: 600;
	font-size: 1.15rem;
	top:-8px;
	&:hover {
		top: -6px;
		box-shadow: 0 1px 0 #9E5A00;
	}
	&:active {
		top: -1.5px;
		box-shadow: 0 1px 0 #9E5A00;
	}
	a {
		color: #fff;
		text-decoration: none;
		&:hover {
			color: #fff;
			text-decoration: none;
		}
		img.arrows_right {
			margin-right: 0.5rem;
			width: 1rem;
		}
	}
}*/
.blue {
  background-color: #0086d1;
  box-shadow: 0 3px 0 #004cd1;
}
.blue:hover {
  box-shadow: 0 1px 0 #004cd1;
}
.blue:active {
  box-shadow: 0 1px 0 #004cd1;
}

#menu-gnav li img {
  height: 44px;
}

.btnarea {
  margin: 2rem 0 0;
}
.btnarea .button, .btnarea .button_inSite {
  margin: 0 auto !important;
}

.pcNone nav ul {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  display: -webkit-box;
  /* Android 2~4 */
  -webkit-box-pack: justify;
  /* Android 2~4 */
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /*フレキシブルボックス*/
  text-align: center;
  /*センタリングは好みで*/
}
.pcNone nav ul li {
  width: 300px;
  /*幅は大きめに調節する*/
  -webkit-box-flex: 1;
  /* Android 2~4 */
  position: relative;
  z-index: 2;
  background-color: transparent;
  font-weight: bold;
}
.pcNone nav ul li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #000 !important;
}
.pcNone nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FBBFD0;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pcNone nav ul li a:hover {
  color: #FBBFD0 !important;
  text-decoration: none;
  transition: all .3s;
}
.pcNone nav ul li a:hover:after {
  width: 100%;
}
.pcNone nav ul li:nth-child(2), .pcNone nav ul li:nth-child(1) {
  letter-spacing: 0;
}
.pcNone nav ul li:last-child {
  border-right: none;
}

#breadcrumb ul li {
  font-size: 80%;
  float: left;
}
#breadcrumb ul li:after {
  margin: 0 0.5em;
  content: ">";
}
#breadcrumb ul li:last-child:after {
  content: none;
}
#breadcrumb ul li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #0086d1;
}
#breadcrumb ul li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0086d1;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#breadcrumb ul li a:hover {
  color: #D17700;
  text-decoration: none;
  transition: all .3s;
}
#breadcrumb ul li a:hover:after {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #breadcrumb {
    border: none;
    padding: 0 0.5rem;
    font-size: 0.5rem;
    margin: 0.5rem 0;
  }
}

.home #breadcrumb {
  display: none;
}

h1 {
  color: #fff;
  font-size: 12px;
}

.header_style1 {
  background-color: #0086d1;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #7C97FF), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #7C97FF), color-stop(0.75, #7C97FF), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}
.header_style1 div {
  padding: 1rem 0;
}

.header_style2 {
  background-color: transparent;
}
.header_style2 div {
  padding: 1rem 0;
}
.header_style2 div h1 img {
  width: 10rem;
}

.header {
  background-color: transparent;
}
.header p.logo, .header p.tel {
  width: 15rem;
}
.header .nav {
  font-family: 'Quicksand', sans-serif;
  /*font-family: 'Dancing Script', cursive;*/
  font-size: 14px;
}
.header .nav li a {
  color: #1A1A1A;
}
.header .nav li a:hover {
  color: #0086d1;
  text-decoration: none;
}

.drawer-hamburger {
  top: 10px !important;
}

/* top style */
@media screen and (max-width: 480px) {
  .topStyle {
    margin-top: 0 !important;
  }

  /*******************************************************************
  header nav
  *******************************************************************/
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: none;
    background: none;
  }

  .drawer-hamburger-icon {
    background: url(../images/icon_NavMenu.png) 0 0 no-repeat;
    background-size: 80px;
    height: 31px;
  }

  .drawer-open .drawer-hamburger-icon {
    background: url(../images/icon_NavMenu_active.png) 0 0 no-repeat;
    background-size: 80px;
    height: 31px;
  }

  .drawer-hamburger {
    position: fixed;
    z-index: 3;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 18px .75rem 30px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }

  .drawer-navbar-header {
    border-bottom: 1px solid #ccc;
    position: fixed !important;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    text-align: left;
    background-color: white;
    padding: 0.55em;
    top: 0 !important;
    left: 0 !important;
  }

  /*nav 追尾解除20160331*/
  .formNav .drawer-navbar-header {
    border-bottom: 1px solid #ccc;
    position: absolute;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    text-align: left;
    background-color: white;
    padding: 0.55em;
    top: 0;
    left: 0;
  }

  .drawer-navbar-header {
    -webkit-overflow-scrolling: touch;
  }

  .drawer-hamburger {
    width: 2rem;
    padding: 0 0.75em 0;
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 3.75em;
    background-color: white;
  }

  .drawer-menu li {
    border-bottom: 1px solid #ccc;
    background: #fff url(../images/list_arrowBk.png) 97% 50% no-repeat;
    background-size: 10px;
    padding-left: 0;
  }

  .drawer-menu li:hover {
    border-bottom: 1px solid #ccc;
    background: #fff url(../images/list_arrowBk.png) 97% 50% no-repeat;
    background-size: 10px;
    padding-left: 0;
    text-decoration: none;
  }

  .drawer-menu-item {
    font-size: 0.75rem;
    display: block;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item:hover {
    font-size: 0.75rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }

  .cal_2box {
    display: flex;
  }

  .cal_2box li {
    width: 50%;
    border-right: 1px solid #ccc;
    float: left;
  }

  .cal_2box li > .drawer-menu-item {
    font-size: 0.65rem;
    display: block;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
    color: #222;
  }
}
/* hr */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr.style01 {
  height: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQYV2NkQAZtF/8zwvltF/8zVOkzQgSgHBCTEZkDEgAAZ1oLW2i/mC8AAAAASUVORK5CYII=) repeat-x 0 0;
}

.hentry header {
  border-bottom: none;
  padding: 0;
}

.entry-content {
  padding: 0;
}

.hentry {
  background-color: transparent;
  border-radius: inherit;
  margin-bottom: 1.5em;
  border: none;
}

.hentry footer {
  padding: 1.5em;
  border-top: none;
}

input[type="search"] {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 91%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

.widget_search div {
  position: relative;
}
.widget_search div input {
  position: absolute;
}
.widget_search div button {
  border: none;
  color: #fff;
  background: #ccc;
  position: absolute;
  z-index: 1;
  height: 40px;
  right: 0;
  width: 40px;
}
.widget_search div button:hover {
  background: #8C8C8C;
}

.search .newsBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.search .newsBox div.newsPic {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  width: calc((99.2% / 4) - 10px);
  margin: 0 0.75rem 0 0;
  background: #fff;
  margin-bottom: 0.75rem;
}
.search .newsBox div.newsPic:last-child {
  margin: 0;
}
.search .newsBox div.newsPic .newsPicIn {
  overflow: hidden;
  height: 200px;
}
.search .newsBox div.newsPic span.newsPic4col {
  height: auto;
  width: 120%;
  display: block;
}
.search .newsBox div.newsPic span.newsPic4col:hover {
  transition: all 0.3s;
  width: 125%;
}
@media screen and (max-width: 480px) {
  .search .newsBox div.newsPic {
    width: calc(100%);
    margin: 0;
  }
}
.search .link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  transition: opacity 0.3s;
  background-color: #fff;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .search .link-cover {
    display: block;
  }
}
.search .postData {
  font-size: 0.8rem;
  padding: 0.1rem 1rem 0.5rem;
}
.search .postData p {
  color: #A6A6A6;
}
.search .postData span {
  display: inline;
}
.search .postData h3.postTitle {
  margin-top: 0;
  font-size: 1rem;
  display: block;
  text-align: left;
  white-space: inherit;
}
.search .newsList {
  background: #F2F2F2;
  padding: 5rem 0;
}
@media screen and (max-width: 480px) {
  .search .newsList {
    background: none;
    padding: 0;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footerNavTop p {
  float: left;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .footerNavTop p {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
}
.footerNavTop ul {
  width: 70%;
  float: right;
}
@media screen and (max-width: 480px) {
  .footerNavTop ul {
    width: 100%;
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
}
.footerNavTop ul li {
  width: 33%;
  float: left;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.5rem;
}

div.sns ul {
  float: right;
}
div.sns ul li {
  float: left;
  /*
  &.titter a {
  background: url(/images/twiiter_ic_001.gif) left top no-repeat;	
  }
  &.facebook a {
  background: url(/images/facebook_ic_001.gif) left top no-repeat;
  }
  &.instagram a {
  background: url(/images/instagram_ic_001.gif) left top no-repeat;
  }
  */
}
div.sns ul li a {
  transition: all 0.3s;
  width: 1rem;
  margin: 0 1rem;
  color: #fff !important;
}
div.sns ul li a:hover {
  opacity: 0.6;
}

.gallery_2col .pic_wrap {
  position: relative;
}
.gallery_2col span.pic_left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.gallery_2col span.pic_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.text_box {
  background: #F1F1F1;
  padding: 3rem;
  margin: 2rem 0 4rem 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .text_box {
    padding: 2rem;
    margin: 0;
    font-size: 0.8rem;
  }
}
.text_box p {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .text_box p {
    margin-bottom: 0;
  }
}
.text_box p:after {
  content: url(../images/pic_left.png);
  left: 0;
  top: 0;
  position: absolute;
}
.text_box p:before {
  content: url(../images/pic_right.png);
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
}

.drawer--top.drawer-open .drawer-hamburger {
  position: absolute;
  bottom: -2rem;
  right: 0;
  margin: 0;
  padding: 0;
}

.button_style01 {
  display: inline-block;
  padding: .75rem 7.25rem;
  border-radius: 10rem;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}
.button_style01:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AF6A7F;
  border-radius: 10rem;
  z-index: -2;
}
.button_style01:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f22f66;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}
.button_style01:hover {
  color: #fff !important;
}
.button_style01:hover:before {
  width: 100%;
}

.bner-en {
position: absolute;
right: 0;
top: 0;
z-index: 1;
background: #fff;
border-radius: 0 0 0 20px;
padding: 0.5rem 1.5rem;
}

.bner-en:hover {
    transition: .3s;
	background: #F7A6C0;
	color: #fff;
}

.bner-en img {
	width: 30px;
}
.bner-en span {
text-decoration: none;
	    top: -7px;
    position: relative;
    left: 10px;
	    font-size: 14px;
}