@charset "UTF-8";
/*----------------------------------------------------*/
/* strucure
------------------------------------------------------*/
#contents {
  float: none;
  width: auto;
  background: url(/lib/img/uniq/top/bg_body.jpg) repeat center top;
  background-attachment: fixed;
  background-size: 100% auto;
  padding: 110px 0;
}

@media only screen and (max-width: 767px) {
  #contents {
    background: none;
    padding: 0;
  }
}
/*----------------------------------------------------*/
/* mainvisual
------------------------------------------------------*/
#mainvisual {
  background: #FFFFFF;
}

#mainvisual ul {
  margin: 0 auto;
  overflow: hidden;
  width: 1240px;
}

#mainvisual li {
  position: relative;
}

#mainvisual li span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#mainvisual li#vi03 span {
  top: 40%;
}

#mainvisual li#vi04 span {
  top: 80%;
}

#mainvisual li#vi05 span {
  top: 80%;
}

#mainvisual li#vi06 span {
  top: 80%;
}

@media only screen and (max-width: 767px) {
  #mainvisual ul {
    margin: 0;
    padding: 0;
    width: auto;
  }
  #mainvisual ul {
    height: auto;
  }
  #mainvisual li {
    width: auto;
    text-align: center;
  }
  #mainvisual li img {
    width: 100%;
    height: auto;
  }
  #mainvisual li span {
    text-align: right;
    width: 50%;
  }
  #mainvisual li span img {
    width: 100%;
  }
}
#reserveCalender {
  max-width: 950px;
  margin: 0 auto;
}
#reserveCalender iframe {
  height: 190px;
}
@media only screen and (max-width: 767px) {
  #reserveCalender iframe {
    height: 210px;
  }
}

#covit {
  max-width: 1040px;
  margin: 60px auto 0px;
}

#covit a {
  padding: 20px 0;
  text-align: center;
  background: #fff1a5;
  display: block;
  color: #58472e;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  text-decoration: underline dotted;
}

#covit a br.sp {
  display: none;
}

#covit a:after {
  content: "";
  display: block;
  background: url("/lib/img/uniq/covit/covit_01.png") no-repeat;
  background-size: 130px auto;
  width: 130px;
  height: 110px;
  position: absolute;
  bottom: 0px;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  #covit {
    margin: 30px auto 0px;
  }
  #covit a {
    padding: 20px 110px 20px 0;
  }
  #covit a br.sp {
    display: block;
  }
  #covit a:after {
    content: "";
    display: block;
    background: url("/lib/img/uniq/covit/covit_01.png") no-repeat;
    background-size: 100px auto;
    width: 100px;
    height: 84px;
    position: absolute;
    bottom: 0px;
    right: 10px;
  }
}
/*----------------------------------------------------*/
/* top_message
------------------------------------------------------*/
.top_message {
  background: #f2f7f6;
  padding: 50px 0 0;
}

.tm_inner {
  overflow: hidden;
  margin: 0 auto;
  width: 1040px;
  margin-bottom: 40px;
}

.tm_txt {
  float: left;
  width: 570px;
}

.intro .tm_txt {
  float: right;
  width: 570px;
}

.tm_txt h2 {
  color: #836b5d;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 1em;
}

.tm_txt h2 span {
  background: url(/lib/img/uniq/top/bg_line.gif) left bottom repeat-x;
  display: inline-block;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
}

.tm_txt p {
  color: #836b5d;
  font-size: 1.4rem;
  line-height: 1.7;
}

.tm_txt p.lead {
  font-weight: bold;
}

.tm_fig {
  float: right;
  position: relative;
  width: 440px;
}

.intro .tm_fig {
  float: left;
  position: relative;
  width: 440px;
}

.tm_fig img {
  max-width: 100%;
}

.tm_fig p {
  bottom: 20px;
  color: #FFFFFF;
  font-size: 1.3rem;
  left: 20px;
  line-height: 1.7;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .top_message {
    padding: 50px 0;
  }
  .tm_inner {
    overflow: visible;
    margin: 0 20px 30px;
    width: auto;
  }
  .tm_txt,
  .intro .tm_txt {
    float: none;
    text-align: left;
    width: auto;
  }
  .tm_txt h2 {
    font-size: 2rem;
  }
  .tm_txt h2 span {
    font-size: 2.4rem;
  }
  .tm_fig,
  .intro .tm_fig {
    float: none;
    padding-top: 30px;
    width: auto;
  }
  .tm_fig img {
    height: auto;
    max-width: 100%;
  }
}
/*----------------------------------------------------*/
/* method
------------------------------------------------------*/
#method {
  max-width: 1040px;
  min-height: 355px;
  margin: 60px auto 0;
  background: #fff url(/lib/img/uniq/top/p_05.jpg) no-repeat;
  position: relative;
  overflow: hidden;
}

#method h2 {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -2em;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
}

#method h2 span {
  display: block;
  font-size: 1.5rem;
  margin-top: 10px;
}

#method ul {
  float: right;
  width: 600px;
  margin: 30px 30px 0 0;
}

#method li {
  background: #eddea4;
  margin-bottom: 5px;
}

#method li a {
  display: block;
  color: #6b584d;
  text-decoration: none;
}

#method li dl {
  display: table;
  width: 100%;
}

#method li dt,
#method li dd {
  display: table-cell;
  vertical-align: middle;
}

#method li dt {
  padding-left: 20px;
  font-size: 2.2rem;
  box-sizing: border-box;
  width: 190px;
}

#method li dd {
  font-size: 1.2rem;
}

#method li dd.image {
  width: 166px;
  background: #fff;
}

#method li dd.image span {
  display: block;
  position: relative;
}

#method li dd.image span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #eddea4;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #method {
    width: auto;
    margin: 20px 0 0;
  }
  #method h2 {
    position: static;
    margin: 0;
    font-size: 2.2rem;
    text-align: center;
    padding: 20px 0 15px;
    text-shadow: 2px 2px 2px #000;
  }
  #method h2 span {
    font-size: 1.4rem;
    margin-top: 0;
  }
  #method ul {
    float: none;
    width: auto;
    margin: 15px 0 0 0;
  }
  #method li {
    margin-bottom: 0;
  }
  #method li dl {
    display: block;
    text-align: center;
  }
  #method li dt,
  #method li dd {
    display: block;
  }
  #method li dt {
    padding: 5px 0 0;
    width: auto;
    font-size: 2rem;
  }
  #method li dd {
    padding-bottom: 5px;
  }
  #method li dd.image {
    width: auto;
    padding: 0;
    background: linear-gradient(to bottom, #eddea4 0%, #eeeeee 60%);
  }
  #method li dd.image span:before {
    display: none;
  }
}
/*----------------------------------------------------*/
/* shinryo
------------------------------------------------------*/
#shinryo {
  padding: 60px 0;
  max-width: 1040px;
  margin: 0 auto;
}

#shinryo h2 {
  text-align: center;
  color: #FFF;
  font-size: 2.6rem;
  margin: 0 auto 20px;
  padding: 1rem 4rem;
  background: #55b2d0;
  border-radius: 50vh;
  width: fit-content;
  min-width: 300px;
}
#shinryo h2 span {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

#shinryo ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-gap: 20px 20px;
}

#shinryo ul li a img {
  object-fit: contain;
  width: 80%;
}

#shinryo ul li a {
  display: grid;
  grid-template-rows: 50% 30%;
  position: relative;
  font-size: 1.6rem;
  background: #a6d4cf;
  border-radius: 50%;
  aspect-ratio: 1/1;
  place-content: center;
  place-items: center;
  gap: 10px;
  color: #222;
  transition: 0.3s;
}

#shinryo ul li a:hover {
  text-decoration: none;
  background: #55b2d0;
  opacity: 1;
}

#shinryo ul li a .icon {
  text-align: center;
}

#shinryo ul li a span {
  text-align: center;
  line-height: 1.2;
}

#shinryo .faq {
  float: right;
  width: 520px;
  overflow: hidden;
  margin-top: 15px;
}

#shinryo .faq li {
  float: left;
  width: 250px;
  margin: 0 0 10px 10px;
}

#shinryo .faq li a {
  border-radius: 5px;
  display: block;
  background: #1abb35 url(/lib/img/cmn/side_menu_bg_05.gif) no-repeat right center;
  padding: 10px 5px 10px 10px;
  color: #fff;
  line-height: 1.3;
  font-size: 1.3rem;
  text-decoration: none;
}

#shinryo .faq li a span {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

#shinryo .faq li a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #shinryo {
    width: auto;
    margin: 0;
    padding: 20px 15px 0;
  }
  #shinryo h2 {
    min-width: 0;
  }
  #shinryo > section {
    width: auto;
  }
  #shinryo ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
  }
  #shinryo ul li a span {
    text-align: center;
    line-height: 1.2;
    font-size: 1.1rem;
  }
  #shinryo ul li a {
    display: grid;
    grid-template-rows: 55% 30%;
    position: relative;
    font-size: 1.6rem;
    background: #a6d4cf;
    border-radius: 50%;
    aspect-ratio: 1/1;
    place-content: start;
    place-items: center;
    gap: 0;
    color: #222;
    transition: 0.3s;
  }
  #shinryo .faq {
    float: none;
    width: auto;
  }
  #shinryo .faq li {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  #shinryo .faq li a {
    background-size: 38px auto;
    padding: 8px 5px 8px 10px;
    font-size: 1.3rem;
  }
  #shinryo .faq li a span {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
/*----------------------------------------------------*/
/* entries
------------------------------------------------------*/
#entries {
  flex-wrap: wrap;
  width: 950px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 15px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#entries #blogs {
  width: 52%;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 0 10px;
}

#entries #blogs section:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #000;
}

#entries #gcal {
  width: 45%;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 0 10px;
}

#entries #gcal iframe {
  width: 100%;
  aspect-ratio: 3/4;
}

#entries h2 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #dc2997;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-right: 4em;
  position: relative;
}

#entries h2 span {
  position: absolute;
  right: 0;
  top: 0;
}

#entries h2 a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #bfbfbf;
  padding: 4px 10px;
  vertical-align: middle;
  font-size: 1.5rem;
  position: relative;
  top: -2px;
}

#entries h2 a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 5px;
}

#entries li {
  position: relative;
  padding-left: 110px;
  margin-top: 10px;
}

#entries ul li:first-child {
  margin-top: 0;
}

#entries li span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

#entries li span img {
  display: none;
}

#entries li a {
  color: #6b584d;
}

@media only screen and (max-width: 767px) {
  #entries {
    width: auto;
    padding: 0 15px 20px;
    display: block;
  }
  #entries #blogs {
    width: auto;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ccc;
  }
  #entries #gcal {
    width: 100%;
    padding-top: 2rem;
    border-top: 1px dashed #000;
  }
  #gcal iframe {
    aspect-ratio: 2/3;
  }
}
/*----------------------------------------------------*/
/* gcal
------------------------------------------------------*/
/*----------------------------------------------------*/
/* feature
------------------------------------------------------*/
#feature {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 45px;
  margin-top: 110px;
}

#feature > div {
  width: 950px;
  margin: 0 auto;
}

#feature h2 {
  font-size: 2.8rem;
  font-weight: normal;
  color: #6b584d;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}

#feature h2 span {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
}

#feature ol {
  overflow: hidden;
  margin-left: -50px;
}

#feature li {
  float: left;
  margin: 0 0 40px 50px;
  width: 450px;
  position: relative;
}

#feature li img {
  max-width: 100%;
  width: 100%;
}

#feature li a {
  display: block;
  color: #6b584d;
  text-decoration: none;
}

#feature li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: #dc2998 transparent transparent transparent;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

#feature li .num {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 2;
  color: #fff;
  line-height: 1.3;
  display: none;
}

#feature li .num span {
  display: block;
  font-size: 3.8rem;
}

#feature li dl {
  margin-bottom: 1.5rem;
}

#feature li dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 5px;
}

#feature li .link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #dc2998;
  padding: 4px 10px;
  vertical-align: middle;
}

#feature li .link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  #feature {
    margin: 0;
    padding: 0;
  }
  #feature > div {
    width: auto;
  }
  #feature h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  #feature ol {
    overflow: hidden;
    margin-left: 0;
  }
  #feature li {
    float: none;
    margin: 0;
    width: auto;
  }
  #feature li img {
    vertical-align: top;
  }
  #feature li dl {
    padding: 10px 10px;
    background: #eee;
  }
  #feature li dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
  }
  #feature li .link {
    bottom: 10px;
  }
}
/*----------------------------------------------------*/
/* reason
------------------------------------------------------*/
#reason {
  width: 950px;
  margin: 110px auto 0;
  background: #fff;
  text-align: center;
  padding: 30px 0 25px;
  box-sizing: border-box;
  border: solid 1px #cccccc;
}

#reason h2 {
  font-size: 2.8rem;
  font-weight: normal;
  color: #0a94b2;
  line-height: 1.3;
  margin-bottom: 30px;
}

#reason h2 span {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
}

#reason ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 0 1rem;
}
#reason ul img {
  max-width: 100%;
  width: 100%;
}
#reason ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background: #0a94b2;
  padding-bottom: 1rem;
}
#reason ul li a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  color: #FFF;
  transition: 0.3s;
}
#reason ul li a:hover {
  text-decoration: none;
}
#reason ul li a:hover .link {
  background: #0a94b2;
  color: #FFF;
  border: 2px solid #FFF;
}
#reason ul li .image {
  position: relative;
}
#reason ul li .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14px 0 14px;
  border-color: #0a93b2 transparent transparent transparent;
  transform: translateX(-50%);
  z-index: 1;
}
#reason ul li p {
  align-items: center;
  font-size: 1.8rem;
  padding: 1.5rem 0.5rem;
}
#reason ul li p.underTxt {
  font-size: 1.5rem;
  text-align: left;
  padding: 0.5rem 1rem;
}
#reason ul li p.link {
  font-size: 1.5rem;
  background: #FFF;
  border: 2px solid #FFF;
  width: fit-content;
  border-radius: 50vh;
  text-align: center;
  align-self: center;
  margin: 0 auto;
  color: #0a94b2;
  padding: 10px 0.8rem 12px;
  line-height: 1;
}

/*
#reason ul {
	display: flex;
	justify-content: space-between;

}

#reason li {
	letter-spacing: normal;
	vertical-align: top;
	width: 24.5%;
	margin: 0 10px;
	background: #0a94b2;
}

#reason li a {
	color: #fff;
	text-decoration: none;
}

#reason li p {
	display: table-cell;
	width: 100%;
	height: 88px;
	vertical-align: middle;
	text-align: center;
	font-size: 2.1rem;
}

#reason li p.underTxt {
	display: block;
	padding: 1em;
	height: auto;
	font-size: 1.5rem;
	text-align: left;
	box-sizing: border-box;
}


#reason li .image {
	position: relative;
}

#reason li .image img {
	width: 100%;
}

#reason li .image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 14px 0 14px;
	border-color: #0a93b2 transparent transparent transparent;
	margin-left: -14px;
	z-index:0;
}*/
@media only screen and (max-width: 767px) {
  #reason {
    width: auto;
    margin: 20px auto 0;
    padding: 15px 0 15px;
    border-left: none;
    border-right: none;
  }
  #reason h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  #reason ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /*
  #reason ul{
  		flex-wrap: wrap;
  }

  #reason li {
  	width: 49%;
  	margin: 0 0 20px 0;
  }


  #reason li p {
  	display: block;
  	height: auto;
  	width: auto;
  	font-size: 1.8rem;
  	padding: 5px 0;
  }

  #reason li .image {
  		background: linear-gradient(to bottom, #0a94b2 0%,#fff 60%);

  }
  */
}
/*----------------------------------------------------*/
/* message
------------------------------------------------------*/
#message {
  width: 950px;
  margin: -1px auto 0;
  background: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  overflow: hidden;
}

#message .image {
  float: left;
  margin: 0 90px;
}

#message .detail {
  float: left;
  width: 490px;
}

#message .detail p {
  margin-top: 25px;
}

#message .detail p:first-child {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  #message {
    width: auto;
    margin: 0;
    border: none;
    padding: 15px;
  }
  #message .image {
    float: none;
    margin: 0;
    text-align: center;
    overflow: hidden;
    height: 200px;
  }
  #message .detail {
    float: none;
    width: auto;
  }
}
/*----------------------------------------------------*/
/* IG
------------------------------------------------------*/
#insta {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0;
  width: 1040px;
  text-align: center;
}

#insta h2 {
  margin-bottom: 30px;
  color: #836b5d;
}

@media only screen and (max-width: 767px) {
  #insta {
    margin: 0 10px;
    padding: 30px 0 0 0;
    width: auto;
  }
}
/*----------------------------------------------------*/
/* トップ修正 2018.02.26
------------------------------------------------------*/
.top-text {
  background-color: #dc2997;
  line-height: 1.6em;
  width: 950px;
  color: #FFF;
  margin: 0 auto;
  margin-bottom: 20px;
  /*font-size:32px;*/
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .top-text {
    width: auto;
    font-size: 1.7rem;
    font-weight: normal;
    margin: 0;
  }
}
/* youtube */
.mov {
  margin: 5rem auto 0;
  max-width: 900px;
}

.mov div {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.mov iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mov {
    padding: 0 20px;
  }
}
/*----------------------------------------------------*/
/* トップ修正 2019.05.15
------------------------------------------------------*/
.bnr {
  text-align: center;
  margin-bottom: 30px;
}

.bnr a,
.bnr_kids a {
  text-align: center;
}

.bnr_kids {
  margin: 30px 0 0;
  text-align: center;
}

.bnr .pc {
  display: inline-block;
}

.bnr .sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bnr .pc {
    display: none;
  }
  .bnr .sp {
    display: block;
  }
  .bnr_kids {
    padding: 0 10px;
  }
}