@charset "utf-8";

body#top {
  background-color: #FFF;
}
li {
  list-style-type: none;
}
.contents p {
  line-height: 1.6em;
  font-size: 1.5rem;
}
.contents a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*=================================================================*/
/*  topInfo
/*=================================================================*/
.topInfo {
  width: 1000px;
  margin: 0 auto 40px;
  padding: 20px 20px;
  border: solid 2px #DDD;
  border-radius: 8px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.topInfo h2 {
  display: -webkit-flex;display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  border-right: dotted 1px #333;
  font-weight: bold;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  font-size: 114%;
  line-height: 1.4em;
  text-align: center;
}
.topInfo ul {
  width: 730px;
  line-height: 1.6em;
}
.topInfo ul li {
  border-bottom: dashed 1px #DDD;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.topInfo ul li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.topInfo ul li dl {
}
.topInfo ul li dl dt {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.topInfo ul li dl dd {
}
.topInfo ul li dl dd a {
  display: block;
}
.topInfo ul li dl dd a:hover {
  text-decoration: underline;
}

/*******************************************************************/
/* PC：幅769px以上
/*******************************************************************/
@media screen and (min-width: 769px), print {
/*<start>==========================================================*/

.sp {
  display: none !important;
}
/*=================================================================*/
/*  mainVisual
/*=================================================================*/
.mainVisual {
  max-width: 1280px;
  margin: 0 auto 40px;
}
.mainVisual .slider {
}
.mainVisual .slider li {
  list-style-type: none;
  position: relative;
}
.mainVisual .slick-track li:first-child::after {
  position: absolute;
  content: none;
  width: 28.282%;
  padding-top: 11%;
  background: url(../img/top/main_text.png) no-repeat 0 0;
  background-size: 100% auto;
  right: 6%;
  bottom: 63%;
  margin: -120px 0 0 -178px;
}
.mainVisual .slider li img {
  max-width: 100%;
  height: auto;
}
.mainVisual .slick-dots {
  bottom: 40px;
  right: 40px;
  width: auto;
}
.mainVisual .slick-dots li {
  width: 16px;
  height: 8px;
  margin: 0 5px;
}
.mainVisual .slick-dots li button {
  width: 16px;
  height: 8px;
  outline: none;
  background: #e0e0e0;
  padding: 0;
}
.mainVisual .slick-dots li.slick-active button {
  background: #424242;
}
.mainVisual .slick-dots li button::before,
.mainVisual .slick-dots li button::after {
  content: none;
}

/*=================================================================*/
/*  topBanner
/*=================================================================*/
.topBanner {
  width: 950px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  line-height: 1.4em;
}
.topBanner dt {
	flex: 0 0 200px;
  background-color: #eef068;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.topBanner dt::after {
  /*content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 64px solid transparent;
  border-top: 15px solid #ffffff;
  transform: rotate(-90deg);
  left: -25px;
  bottom: 19px;*/
}
.topBanner dt .inner {
  padding: 20px 15px;
	width: 100%;
}
.topBanner dt strong {
	display: block;
  color: #3d6094;
  font-size: 1.8rem;
  margin-top: 5px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.topBanner dd {
	flex: 0 0 750px;
  background-color: #ebf4fc;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.topBanner dd::after {
  /*content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 64px solid transparent;
  border-top: 15px solid #ffffff;
  transform: rotate(90deg);
  right: -25px;
  bottom: 19px;*/
}
.topBanner dd .inner {
  line-height: 1.8em;
  padding: 15px 25px;
  font-size: 1.6rem;
  font-weight: bold;
}
.topBanner dd .inner strong {
  color: #3d62ce;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 3px;
}

/*=================================================================*/
/*  photoWedding
/*=================================================================*/
.photoWedding {
  margin: 0 0 80px;
  padding: 60px 0 0;
  text-align: center;
}
.photoWedding .inner {
  width: 1020px;
  margin: 0 auto;
}

/* ttlStyle01
----------------------------------------------------------------*/
.ttlStyle01 {
  font-weight: normal;
  font-size: 2.8rem;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  margin: 0 0 40px;
}
.ttlStyle01 span {
  font-size: 1.4rem;
  color: #b6a081;
  display: block;
  margin: 12px 0 0;
  letter-spacing: 0.1em;
}

/* pointList
----------------------------------------------------------------*/
.pointList {
  margin: 0 0 40px;
}
.pointList li {
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 50px;
  padding: 12px 16px 12px 40px;
  font-weight: bold;
  margin: 0 5px;
}
.pointList li.pair {
  background: #f5f5f5 url(../img/top/icon_pair.gif) no-repeat left 15px center;
  background-size: 17px auto;
}
.pointList li.pic {
  background: #f5f5f5 url(../img/top/icon_pic.gif) no-repeat left 15px center;
  background-size: 17px auto;
}
.pointList li.reasonable {
  background: #f5f5f5 url(../img/top/icon_leaf.gif) no-repeat left 15px center;
  background-size: 17px auto;
}
.pointList li.dress {
  background: #f5f5f5 url(../img/top/icon_dress.gif) no-repeat left 15px center;
  background-size: 17px auto;
}
.pointList + p {
  margin: 0 0 40px;
}

/* weddingPlan
----------------------------------------------------------------*/
.weddingPlan {
  width: 1020px;
  margin: 0 auto 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.weddingPlan a {
  width: 320px;
  display: block;
	box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.weddingPlan a:hover {
  opacity: 0.7;
}
.weddingPlan .planName {
  position: relative;
  overflow: hidden;
  height: 204px;
}
.weddingPlan a .planName img {
  transition: transform 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.weddingPlan a:hover .planName img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
}
.weddingPlan .planName::after {
  position: absolute;
  content: "";
  width: 320px;
  height: 56px;
  background: url(../img/top/bg_plan_ttl.png) no-repeat left bottom;
  bottom: 0;
  left: 0;
}
.weddingPlan .planName span {
  position: absolute;
  left: 10px;
  bottom: -6px;
  color: #FFF;
  font-size: 3.0rem;
  font-style: italic;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  z-index: 10;
  letter-spacing: 0.1em;
}
.weddingPlan .standard .planName::after {
  opacity: 0.2;
}
.weddingPlan .advance .planName::after {
  opacity: 0.6;
}
.weddingPlan .premium .planName::after {
  opacity: 0.0;
}
.weddingPlan .planBottom {
  padding: 20px 15px;
  position: relative;
}
.weddingPlan .planBottom::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  bottom: 7px;
  right: 7px;
  color: #e8e8e8;
  display: block;
  margin: 0 0 0 16px;
}
.weddingPlan .planBottom .price {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.weddingPlan .planBottom .price span {
  font-size: 80%;
}
.weddingPlan .planBottom p {
  font-size: 1.3rem;
}
a.moreBtn {
  border: solid 1px #000;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 60px;
  position: relative;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
  background: url(../img/icon_arrow.svg) no-repeat right 20px center;
}
a.moreBtn:hover {
  border: solid 1px #000;
  background: url(../img/icon_arrow.svg) no-repeat right 15px center;
  opacity: 0.7;
}

/*=================================================================*/
/*  campaign
/*=================================================================*/
.campaign {
  width: 1210px;
  margin: 0 auto 80px;
  padding: 40px 0;
  text-align: center;
  border-top: dotted 1px #cacaca;
  border-bottom: dotted 1px #cacaca;
}
.campaign a {
  display: inline-block;
  margin: 0 6px;
}
.campaign a:hover {
  opacity: 0.7;
}

/* photoPlan
----------------------------------------------------------------*/
.photoPlan {
  text-align: center;
}
.photoPlan>.inner {
  width: 960px;
  margin: 0 auto 80px;
}
.photoPlan .planMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.photoPlan .planMenu a {
  width: 460px;
  background-color: #f5f5f5;
  display: block;
  text-align: left;
  position: relative;
  height: 160px;
  margin: 0 0 40px;
  box-sizing: border-box;
  padding: 10px;
}
.photoPlan .planMenu a .inner {
  border: solid 1px #FFF;
  height: 140px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.photoPlan .planMenu a:hover {
  opacity: 0.7;
}
.photoPlan .planMenu a img {
  position: absolute;
  left: 0;
  top: 0;
}
.photoPlan .planMenu a span {
  position: absolute;
  bottom: 7px;
  right: 10px;
  color: #dedcda;
  font-size: 1.6rem;
  font-style: italic;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.photoPlan .planMenu a .inner dl {
  padding: 0 20px 0 177px;
}
.photoPlan .planMenu a .inner dl dt {
  font-size: 2.1rem;
  margin: 0 0 8px;
  font-weight: bold;
  line-height: 1.2em;
}
.photoPlan .planMenu a .inner dl dd {
  font-size: 1.3rem;
  line-height: 1.4em;
}

/*=================================================================*/
/*  about
/*=================================================================*/
.about {
  background: url(../img/top/bg_about.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0;
  margin: 0 0 60px;
}
.about .inner {
  width: 1000px;
  margin: 0 auto;
  color: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about .inner .text {
  width: 520px;
}
.about .inner .text h2 {
  font-size: 4.2rem;
  margin: 0 0 30px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.about .inner .text p {
  margin: 0 0 30px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.about .inner .text .aboutBtn {
  border: solid 1px #FFF;
  display: block;
  width: 260px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/icon_arrow_white.svg) no-repeat right 20px center;
}
.about .inner .text .aboutBtn:hover {
  background: url(../img/icon_arrow_white.svg) no-repeat right 15px center;
  opacity: 0.7;
}
.about .inner .imgArea {
  width: 480px;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  padding: 20px 0 0;
}
.about .inner .imgArea img {
  display: inline-block;
  margin: 0 0 14px;
  box-sizing: border-box;
  border: solid 3px #FFF;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
}

/* covid
----------------------------------------------------------------*/
a.covid {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  width: 1000px;
  margin: 0 auto 60px;
  position: relative;
}
a.covid:hover {
  opacity: 0.7;
}
/*
a.covid::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #656565;
	transform: rotate(-45deg);
	right: -15px;
	bottom: -15px;
}
*/
a.covid img {
  display: block;
}
a.covid .text {
  width: 840px;
  border-top: solid 1px#DDD;
  border-right: solid 1px#DDD;
  border-bottom: solid 1px#DDD;
  box-sizing: border-box;
  padding: 20px;
}
a.covid .text dl {
  margin: 0 0 10px; 
}
a.covid .text dl dt {
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 0 10px;
  background: linear-gradient(transparent 65%, #e1effa 0%);
  display: inline-block;
  padding: 0 5px 3px;
}
a.covid .text dl dd {
}
a.covid .text p {
  font-size: 1.1rem;
}

/*=================================================================*/
/*  dress
/*=================================================================*/
.dress {
  background: url(../img/top/bg_dress.svg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 50px;
  margin: 0 0 0;
}
.dress .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.dress h2 {
  font-size: 2.2rem;
  margin: 0 0 15px;
}
.dress h2 + p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
.dressSlide .slick-slide {
  margin: 0 7px 7px;
  box-sizing: border-box;
  border: solid 2px #FFF;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
}
.dressSlide .slick-slide {
  margin: 0 7px 7px;
  box-sizing: border-box;
  border: solid 2px #FFF;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
}
.dressSlide .slick-prev:before,
.dressSlide .slick-next:before {
  color: #000;
}
.dressSlide .slick-prev,
.dressSlide .slick-next {
  margin-top: 0;
}
.dressSlide .slick-next {
  right: 6%;
  margin-right: -120px;
}
.dressSlide .slick-prev {
  left: 6%;
  margin-left: -120px;
}
.dress .toList {
  text-align: right;
  padding: 15px 10px 0 0;
}
.dress .toList a {
  color: #3d6094;
  text-decoration: underline;
}
.dress .toList a:hover {
  text-decoration: none;
}


/*=================================================================*/
/*  hairMake
/*=================================================================*/
.hairMake {
  background: url(../img/top/bg_make.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  margin: 0 0 80px;
}
.hairMake .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #74cad7;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
}
.hairMake .inner:hover {
  opacity: 0.9;
}
.hairMake .inner .text {
  width: 414px;
  box-sizing: border-box;
  padding: 80px 40px 0;
  color: #FFF;
  position: relative;
}
.hairMake .inner .text::before,
.hairMake .inner .text::after {
  position: absolute;
  content: "";
  width: 142px;
  height: 133px;
}
.hairMake .inner .text::before {
  left: 10px;
  top: 10px;
  background: url(../img/top/bg_make01.png) no-repeat 0 0;
}
.hairMake .inner .text::after {
  right: 10px;
  bottom: 10px;
  background: url(../img/top/bg_make02.png) no-repeat 0 0;
}
.hairMake .inner .text h2 {
  font-size: 2.6rem;
  margin: 0 0 20px;
  line-height: 1.4em;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.hairMake .inner .text p {
  text-align: left;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 2.0em;
  margin: 0 0 20px;
}
.hairMake .inner .text .btn {
  border: solid 1px #FFF;
  display: block;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/icon_arrow_white.svg) no-repeat right 20px center;
}
.hairMake .inner:hover .text .btn {
  background: url(../img/icon_arrow_white.svg) no-repeat right 15px center;
}
.hairMake .inner .img {
  width: 586px;
}
.hairMake .inner .img img {
  vertical-align: middle;
}

/*=================================================================*/
/*  otherMenu
/*=================================================================*/
.otherMenu {
  margin: 0 0 70px;
  padding: 0 0 10px;
}
.otherMenu .inner {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  border-bottom: dashed 1px #DDD;
}
.otherMenu nav {
  text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.otherMenu nav a {
  width: 337px;
  margin: 0 14px 40px 0;
  display: -webkit-flex;
	display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.otherMenu nav a:hover {
  opacity: 0.7;
}
.otherMenu nav a:nth-of-type(3n) {
  margin: 0 0 40px;
}
.otherMenu nav a img {
  display: block;
  margin-right: 10px;
}
.otherMenu nav a dl {
  padding-top: 5px;
}
.otherMenu nav a dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 10px;
  line-height: 1.2em;
}
.otherMenu nav a dl dd {
  font-size: 1.2rem;
  line-height: 1.4em;
}

/*=================================================================*/
/*  location
/*=================================================================*/
.location {
  background: url(../img/top/bg_location.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  margin: 0 0 80px;
}
.location .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.location .inner h2 {
  font-size: 2.4rem;
  margin: 0 0 30px;
}
.location .inner h2 + p {
  margin: 0 0 40px;
}
.locationSlider {
  width: 900px;
  margin: 0 auto;
}
.locationSlider li {
  margin: 0 15px;
}
.locationSlider li img {
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
}
.locationSlider li>span {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}
.locationSlider .slick-prev:before,
.locationSlider .slick-next:before {
  color: #000;
}
.locationSlider .slick-prev,
.locationSlider .slick-next {
  margin-top: -10px;
}
.locationSlider .slick-next {
  right: 6%;
  margin-right: -100px;
}
.locationSlider .slick-prev {
  left: 6%;
  margin-left: -100px;
}

/*=================================================================*/
/*  topics
/*=================================================================*/
.topics {
  margin: 0 0 80px;
}
.topics .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.topics .inner h2 {
  margin: 0 0 25px;
}
.topics .inner h2 + p {
  font-size: 1.3rem;
  margin: 0 0 60px;
}
.topics .topicsList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.topics .topicsList li {
  width: 210px;
	margin: 0 53px 53px 0;
  text-align: left;
}
.topics .topicsList li:nth-child(4n) {
	margin: 0 0 53px 0;
}
.topics .topicsList li a {
  display: block;
  position: relative;
}
.topics .topicsList li a:hover {
  opacity: 0.7;
}
.topics .topicsList li a .tag {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #2266b3;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 15px;
}
.topics .topicsList li a .img {
  overflow: hidden;
  margin: 0 0 12px;
  max-height: 142px;
}
.topics .topicsList li a .img img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  overflow: hidden;
}
.topics .topicsList li a .time {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.topics .topicsList li a dl {
  line-height: 1.4em;
}
.topics .topicsList li a dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.topics .topicsList li a dl dd {
  font-size: 1.3rem;
}
.topics .topicsList li a dl dd {
  font-size: 1.3rem;
}

/*=================================================================*/
/*  snsArea
/*=================================================================*/
.snsArea {
  background-color: #f8f8f8;
  padding: 50px 0 60px;
}
.snsArea .inner {
  width: 940px;
  margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between; 
}
.snsArea .inner .text {
  padding-top: 20px;
  width: 480px;
}
.snsArea .inner .text h2 {
  font-size: 3.6rem;
  font-style: italic;
  color: #335092;
  font-weight: normal;
  margin: 0 0 20px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.snsArea .inner .text h2 + p {
  margin: 0 0 30px;
}
.snsArea .btnArea {
}
.snsArea .btnArea a {
  display: inline-block;
  background-color: #2266b3;
  color: #FFF;
  border-radius: 6px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  width: 146px;
  text-align: center;
  padding: 18px 0 ;
  margin-right: 10px;
  margin-bottom: 18px;
}
.snsArea .btnArea a.instagram {
  background: #2266b3 url(../img/icon_instagram_w.svg) no-repeat left 12px center;
}
.snsArea .btnArea a.facebook {
  background: #2266b3 url(../img/icon_fb_w.svg) no-repeat left 12px center;
}
.snsArea .btnArea a.tiktok {
  background: #2266b3 url(../img/icon_tiktok_w.svg) no-repeat left 12px center;
}
.snsArea .btnArea a:hover {
  opacity: 0.7;
}
.snsArea .inner .pic {
  width: 440px;
}

/*=================================================================*/
/*  eigyo
/*=================================================================*/
dl.eigyo {
  width: 800px;
  margin: 0 auto 40px;
  padding: 20px 20px;
  border: solid 2px #DDD;
  border-radius: 8px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
dl.eigyo dt {
  display: -webkit-flex;display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  border-right: dotted 1px #333;
  font-weight: bold;
}
dl.eigyo dd {
  width: 565px;
  line-height: 1.6em;
}

.doressBanner {
  width: 1020px;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto 20px;
}
.doressBanner a {
  display: inline-block;
}
.doressBanner a img {
  max-width: 100%;
  height: auto;
}
	
/*===================================
	20240301プラスイー追加
====================================*/
	
.plusetop01_01{
	margin:5em 0;
}
.plusetop01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
	
.plusetop01_01>ul>li{
	width:50%;
	padding:0 1em;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.5rem;
}
	
.bold{
	font-weight: bold;
}
	
.map_block {
	position:relative;
	padding-bottom: 89.841269%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.txt_ind01{
	text-indent: -1em;
	padding-left:1em;
}

.pa_to10{
	padding-top:1em;
}
.pa_bo10{
	padding-bottom:1em;
}
	

/*<end>============================================================*/
}

/*******************************************************************/
/* SP：幅768px以下 
/*******************************************************************/
@media screen and (max-width: 768px) {
/*<start>==========================================================*/

.pc {
  display: none !important;
}
/*=================================================================*/
/*  mainVisual
/*=================================================================*/
.mainVisual {
  margin: 0 auto 20px;
  overflow: hidden;
}
.mainVisual .slider {
}
.mainVisual .slider li {
  list-style-type: none;
  position: relative;
}
.mainVisual .slick-track li:first-child::after {
  position: absolute;
  content: "";
  content: none;
  width: 240px;
  height: 100px;
  background: url(../img/top/main_text.png) no-repeat 0 0;
  background-size: 100% auto;
  left: 50%;
  top: 50%;
  margin: -91px 0 0 -78px;
}
.mainVisual .slider li img {
  max-width: 100%;
  height: auto;
}
.mainVisual .slick-next {
  right: 6%;
  margin-right: -25px;
}
.mainVisual .slick-prev {
  left: 6%;
  margin-left: -25px;
}
.mainVisual .slick-prev, .mainVisual .slick-next {
  margin-top: 0px;
}
.mainVisual .slick-dots {
  bottom: -16px;
  right: 8px;
  width: auto;
}
.mainVisual .slick-dots li {
  width: 20px;
  height: 5px;
  margin: 0 2px;
}
.mainVisual .slick-dots li button {
  width: 20px;
  height: 5px;
  outline: none;
  background: #e0e0e0;
  padding: 0;
}
.mainVisual .slick-dots li.slick-active button {
  background: #424242;
}
.mainVisual .slick-dots li button::before,
.mainVisual .slick-dots li button::after {
  content: none;
}

/*=================================================================*/
/*  topBanner
/*=================================================================*/
.topBanner {
	margin: 0 auto;
  line-height: 1.4em;
  margin: 0 4%;
}
.topBanner dt {
  background-color: #eef068;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  margin: 0 auto -9px;
  position: relative;
  z-index: 10;
  width: 92%;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}
.topBanner dt .inner {
  padding: 10px;
	width: 100%;
}
.topBanner dt .inner br {
  display: none;
}
.topBanner dt strong {
	display: block;
  color: #3d6094;
  font-size: 1.8rem;
  margin-top: 5px;
  line-height: 1.2em;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.topBanner dt strong br {
	display: none;
}
.topBanner dd {
  background-color: #ebf4fc;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.topBanner dd .inner {
  line-height: 1.8em;
  padding: 20px 25px 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
.topBanner dd .inner strong {
  color: #3d62ce;
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 3px;
}

/*=================================================================*/
/*  photoWedding
/*=================================================================*/
.photoWedding {
  margin: 0 0 40px;
  padding: 40px 4% 0;
  text-align: center;
}
.photoWedding .inner {
  margin: 0 auto;
}

/* ttlStyle01
----------------------------------------------------------------*/
.ttlStyle01 {
  font-weight: normal;
  font-size: min(5vw, 2.4rem);
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  margin: 0 0 40px;
}
.ttlStyle01 span {
  font-size: 1.2rem;
  color: #b6a081;
  display: block;
  margin: 12px 0 0;
  letter-spacing: 0.1em;
}

/* pointList
----------------------------------------------------------------*/
.pointList {
  margin: 0 0 20px;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pointList li {
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 50px;
  padding: 12px 16px 12px 40px;
  font-weight: bold;
  margin: 0 0 10px;
  width: 49%;
  font-size: min(3.0vw, 1.6rem);
}
.pointList li.pair {
  background: #f5f5f5 url(../img/top/icon_pair.gif) no-repeat left 15px center;
  background-size: 17px auto;
}
.pointList li.pic {
  background: #f5f5f5 url(../img/top/icon_pic.gif) no-repeat left 15px center;
  background-size: 17px auto;
}
.pointList li.reasonable {
  background: #f5f5f5 url(../img/top/icon_leaf.gif) no-repeat left 15px center;
  background-size: 17px auto;
}
.pointList li.dress {
  background: #f5f5f5 url(../img/top/icon_dress.gif) no-repeat left 15px center;
  background-size: 17px auto;
}
.pointList + p {
  margin: 0 0 30px;
}

/* weddingPlan
----------------------------------------------------------------*/
.weddingPlan {
  margin: 0 auto 40px;
}
.weddingPlan a {
  display: block;
	box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
  margin: 0 0 30px;
}
.weddingPlan a:hover {
  opacity: 0.7;
}
.weddingPlan .planName {
  position: relative;
  overflow: hidden;
  height: 204px;
}
.weddingPlan a .planName img {
  width: 100%;
  height: auto;
  transition: transform 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.weddingPlan a:hover .planName img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
}
.weddingPlan .planName::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 56px;
  background: url(../img/top/bg_plan_ttl.png) repeat-x left bottom;
  bottom: 0;
  left: 0;
}
.weddingPlan .planName span {
  position: absolute;
  left: 10px;
  bottom: -6px;
  color: #FFF;
  font-size: 3.0rem;
  font-style: italic;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  z-index: 10;
  letter-spacing: 0.1em;
}
.weddingPlan .standard .planName::after {
  opacity: 0.2;
}
.weddingPlan .advance .planName::after {
  opacity: 0.6;
}
.weddingPlan .premium .planName::after {
  opacity: 0.0;
}
.weddingPlan .planBottom {
  padding: 15px 10px;
  position: relative;
}
.weddingPlan .planBottom br {
  display: none;
}
.weddingPlan .planBottom::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  bottom: 7px;
  right: 7px;
  color: #e8e8e8;
  display: block;
  margin: 0 0 0 16px;
}
.weddingPlan .planBottom .price {
  font-weight: bold;
  margin: 0 0 6px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.weddingPlan .planBottom .price span {
  font-size: 80%;
}
.weddingPlan .planBottom p {
  font-size: 1.3rem;
}
a.moreBtn {
  border: solid 1px #000;
  display: inline-block;
  margin: 0 auto;
  width: 90%;
  padding: 18px 0;
  position: relative;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
  background: url(../img/icon_arrow.svg) no-repeat right 20px center;
}
a.moreBtn:hover {
  border: solid 1px #000;
  background: url(../img/icon_arrow.svg) no-repeat right 15px center;
  opacity: 0.7;
}

/* photoPlan
----------------------------------------------------------------*/
.photoPlan {
  text-align: center;
  padding: 0 4%;
}
.photoPlan>.inner {
  margin: 0 auto 60px;
}
.photoPlan .planMenu {
}
.photoPlan .planMenu a {
  width: 100%;
  background-color: #f5f5f5;
  display: block;
  text-align: left;
  position: relative;
  height: 113px;
  margin: 0 0 20px;
  box-sizing: border-box;
  padding: 10px;
}
.photoPlan .planMenu a .inner {
  border: solid 1px #FFF;
  height: 93px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.photoPlan .planMenu a:hover {
  opacity: 0.7;
}
.photoPlan .planMenu a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: auto;
}
.photoPlan .planMenu a span {
  position: absolute;
  bottom: 7px;
  right: 10px;
  color: #dedcda;
  font-size: 1.4rem;
  font-style: italic;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.photoPlan .planMenu a .inner dl {
  padding: 0 20px 0 130px;
  position: relative;
  z-index: 10;
}
.photoPlan .planMenu a .inner dl dt {
  font-size: 3.4vw;
  font-size: min(3.4vw, 2rem);
  margin: 0 0 8px;
  font-weight: bold;
  line-height: 1.2em;
}
.photoPlan .planMenu a .inner dl dd {
  font-size: min(2.4vw, 1.4rem);
  line-height: 1.4em;
}
.photoPlan .planMenu a .inner dl dt br,
.photoPlan .planMenu a .inner dl dd br {
  display: none;
}

/*=================================================================*/
/*  about
/*=================================================================*/
.about {
  background: url(../img/top/bg_about.jpg) no-repeat center top;
  background-size: cover;
  padding: 12% 0 0;
  margin: 0 0 40px;
}
.about .inner {
  margin: 0 auto;
  color: #FFF;
}
.about .inner .text {
  padding: 0 4% 4%;
}
.about .inner .text h2 {
  text-align: center;
  font-size: min(6.5vw, 3.6rem);
  margin: 0 0 30px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.about .inner .text p {
  margin: 0 0 20px;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
.about .inner .text p br {
  display: none;
}
.about .inner .text .aboutBtn {
  border: solid 1px #FFF;
  display: block;
  width: 260px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/icon_arrow_white.svg) no-repeat right 20px center;
}
.about .inner .text .aboutBtn:hover {
  background: url(../img/icon_arrow_white.svg) no-repeat right 15px center;
  opacity: 0.7;
}
.about .inner .imgArea {
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0 0;
}
.about .inner .imgArea img {
  width: 25%;
  height: auto;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
}

/* covid
----------------------------------------------------------------*/
a.covid {
  margin: 0 2.5% 40px;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  position: relative;
  border: solid 1px#DDD;
  box-sizing: border-box;
  padding: 4%;
  overflow: hidden;
}
a.covid:hover {
  opacity: 0.7;
}
/*
a.covid::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #656565;
	transform: rotate(-45deg);
	right: -15px;
	bottom: -15px;
}
*/
a.covid img {
  display: none;
  /*display: block;
  width: 80px;
  height: 70px;*/
}
a.covid .text {
  box-sizing: border-box;
  padding: 0 0 0 0;
}
a.covid .text dl {
  margin: 0 0 10px; 
}
a.covid .text dl dt {
  font-weight: bold;
  font-size: 2.2rem;
  margin: 0 0 10px;
  background: linear-gradient(transparent 65%, #e1effa 0%);
  display: inline;
  padding: 0 5px 3px;
  line-height: 1.4em;
}
a.covid .text dl dd {
  display: block;
  margin: 10px 0 0;
  line-height: 1.4em;
}
a.covid .text p {
  font-size: 1.1rem;
}

/*=================================================================*/
/*  dress
/*=================================================================*/
.dress {
  background: url(../img/top/bg_dress.svg) no-repeat center center;
  background-size: cover;
  padding: 45px 4% 40px;
  margin: 0 0 0;
  overflow: hidden;
}
.dress .inner {
  margin: 0 auto;
  text-align: center;
}
.dress h2 {
  font-size: 2.2rem;
  margin: 0 0 15px;
}
.dress h2 + p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
.dressSlide {
  padding: 0 4%;
}
.dressSlide .slick-slide {
  margin: 0 7px 7px;
  box-sizing: border-box;
  border: solid 2px #FFF;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
}
.dressSlide .slick-slide {
  margin: 0 7px 7px;
  box-sizing: border-box;
  border: solid 2px #FFF;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
}
.dressSlide .slick-prev:before,
.dressSlide .slick-next:before {
  color: #000;
}
.dressSlide .slick-prev,
.dressSlide .slick-next {
  margin-top: 0;
}
.dressSlide .slick-next {
  right: 6%;
  margin-right: -47px;
}
.dressSlide .slick-prev {
  left: 6%;
  margin-left: -47px;
}
.dress .toList {
  text-align: right;
  padding: 15px 10px 0 0;
}
.dress .toList a {
  color: #3d6094;
  text-decoration: underline;
}
.dress .toList a:hover {
  text-decoration: none;
}

/*=================================================================*/
/*  hairMake
/*=================================================================*/
.hairMake {
  background: url(../img/top/bg_make.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 4%;
  margin: 0 0 60px;
}
.hairMake .inner {
  margin: 0 auto;
  text-align: center;
  background-color: #74cad7;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
  display: block;
}
.hairMake .inner:hover {
  opacity: 0.9;
}
.hairMake .inner .text {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 38px 40px;
  color: #FFF;
  position: relative;
}
.hairMake .inner .text::before,
.hairMake .inner .text::after {
  position: absolute;
  content: "";
  width: 112px;
  height: 106px;
}
.hairMake .inner .text::before {
  left: 10px;
  top: 10px;
  background: url(../img/top/bg_make01.png) no-repeat 0 0;
  background-size: 112px auto;
}
.hairMake .inner .text::after {
  right: 10px;
  bottom: 10px;
  background: url(../img/top/bg_make02.png) no-repeat 0 0;
  background-size: 112px auto;
}
.hairMake .inner .text h2 {
  font-size: min(6vw, 2.6rem);
  margin: 0 0 20px;
  line-height: 1.4em;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.hairMake .inner .text p {
  text-align: left;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 2.0em;
  font-size: min(3.2vw, 1.4rem);
  margin: 0 0 20px;
  text-align: center;
}
.hairMake .inner .text .btn {
  border: solid 1px #FFF;
  display: block;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/icon_arrow_white.svg) no-repeat right 20px center;
}
.hairMake .inner:hover .text .btn {
  background: url(../img/icon_arrow_white.svg) no-repeat right 15px center;
}
.hairMake .inner .img {
}
.hairMake .inner .img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

/*=================================================================*/
/*  otherMenu
/*=================================================================*/
.otherMenu {
  margin: 0 4% 40px;
}
.otherMenu .inner {
  margin: 0 auto;
  text-align: center;
}
.otherMenu nav {
  text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.otherMenu nav a {
  width: 100%;
  margin: 0 14px 15px 0;
  display: -webkit-flex;
  display: flex;
  border-bottom: dotted 1px #DDD;
  padding-bottom: 15px;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.otherMenu nav a img {
  display: block;
  margin-right: 10px;
  width: 100px;
  height: auto;
}
.otherMenu nav a dl {
  padding-top: 10px;
}
.otherMenu nav a dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 6px;
  line-height: 1.2em;
}
.otherMenu nav a dl dd {
  font-size: 1.2rem;
  line-height: 1.4em;
}
.otherMenu nav a dl dd br {
  display: none;
}

/*=================================================================*/
/*  location
/*=================================================================*/
.location {
  background: url(../img/top/bg_location.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 4%;
  margin: 0 0 60px;
  overflow: hidden;
}
.location .inner {
  margin: 0 auto;
  text-align: center;
}
.location .inner h2 {
  font-size: 2.2rem;
  margin: 0 0 20px;
  line-height: 1.4em;
}
.location .inner h2 + p {
  margin: 0 0 30px;
  font-size: 1.2rem;
}
.location .inner h2 + p br {
  display: none;
}
.locationSlider {
  padding: 0 4%;
  margin: 0 auto;
}
.locationSlider li {
  margin: 0 6px;
}
.locationSlider li img {
  box-shadow: 3px 3px 7px rgb(0 0 0 / 10%);
}
.locationSlider li>span {
  display: block;
  font-size: 1.3rem;
  margin-top: 10px;
}
.locationSlider .slick-prev:before,
.locationSlider .slick-next:before {
  color: #000;
}
.locationSlider .slick-prev,
.locationSlider .slick-next {
  margin-top: -10px;
}
.locationSlider .slick-next {
  right: 6%;
  margin-right: -47px;
}
.locationSlider .slick-prev {
  left: 6%;
  margin-left: -47px;
}

/*=================================================================*/
/*  topics
/*=================================================================*/
.topics {
  margin: 0 0 60px;
  padding: 0 4%;
}
.topics .inner {
  margin: 0 auto;
  text-align: center;
}
.topics .inner h2 {
  margin: 0 0 25px;
}
.topics .inner h2 + p {
  font-size: 1.3rem;
  margin: 0 0 30px;
}
.topics .topicsList {
}
.topics .topicsList li {
  width: 100%;
	margin: 0 0 30px;
  text-align: left;
}
.topics .topicsList li:nth-child( n + 5 ) {
  display: none;
}
.topics .topicsList li a {
  display: block;
  position: relative;
  display: -webkit-flex;
	display: flex;
  position: relative;
}
.topics .topicsList li a:hover {
  opacity: 0.7;
}
.topics .topicsList li a .tag {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #2266b3;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 15px;
}
.topics .topicsList li a .time {
  position: absolute;
  left: 150px;
  top: 0;
}
.topics .topicsList li a .img {
  overflow: hidden;
  width: 140px;
}
.topics .topicsList li a .img img {
  width: 140px;
  height: 92px;
  object-fit: cover;
  overflow: hidden;
}
.topics .topicsList li a dl {
  padding: 20px 0 0;
  width: calc(100% - 150px);
  line-height: 1.6em;
  margin-left: 10px;
}
.topics .topicsList li a dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.topics .topicsList li a dl dd {
  font-size: 1.3rem;
}
.topics .topicsList li a dl dd {
  font-size: 1.3rem;
}

/*=================================================================*/
/*  snsArea
/*=================================================================*/
.snsArea {
  background-color: #f8f8f8;
  padding: 30px 4% 60px;
  overflow: hidden;
}
.snsArea .inner {
  margin: 0 auto;
  text-align: center;
}
.snsArea .inner .text {
  padding-top: 20px;
  margin: 0 0 20px;
}
.snsArea .inner .text h2 {
  font-size: 3.6rem;
  font-style: italic;
  color: #335092;
  font-weight: normal;
  margin: 0 0 20px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.snsArea .inner .text h2 + p {
  margin: 0 0 30px;
}
.snsArea .inner .text h2 + p br {
  display: none;
}
.snsArea .btnArea {
}
.snsArea .btnArea a {
  display: inline-block;
  background-color: #2266b3;
  color: #FFF;
  border-radius: 6px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  width: 30%;
  text-align: center;
  padding: 18px 0;
  margin: 0 1%;
}
.snsArea .btnArea a.instagram {
  background: #2266b3 url(../img/icon_instagram_w.svg) no-repeat left 12px center;
  background-size: 14px 14px;
}
.snsArea .btnArea a.facebook {
  background: #2266b3 url(../img/icon_fb_w.svg) no-repeat left 12px center;
  background-size: 14px 14px;
}
.snsArea .btnArea a.tiktok {
  background: #2266b3 url(../img/icon_tiktok_w.svg) no-repeat left 12px center;
  background-size: 14px 14px;
}
.snsArea .btnArea a:hover {
  opacity: 0.7;
}
.snsArea .inner .pic {
}

/*=================================================================*/
/*  eigyo
/*=================================================================*/
dl.eigyo {
  margin: 0 4% 30px;
  padding: 15px 15px;
  border: solid 2px #DDD;
  border-radius: 8px;
  box-sizing: border-box;
}
dl.eigyo dt {
  border-bottom: dotted 1px #333;
  font-weight: bold;
  padding: 0 0 10px;
}
dl.eigyo dd {
  line-height: 1.6em;
  padding: 10px 0 0;
}

/*=================================================================*/
/*  topInfo
/*=================================================================*/
.topInfo {
  width: 92%;
  margin: 0 auto 30px;
  padding: 20px 15px 15px;
  display: block;
}
.topInfo h2 {
  width: 100%;
  border-right: none;
  border-bottom: dotted 1px #333;
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-size: 120%;
}
.topInfo ul {
  width: 100%;
}

.doressBanner {
  padding: 0 4%;
  text-align: center;
  margin: 0 auto 20px;
}
.doressBanner a {
  display: inline-block;
}
.doressBanner a img {
  max-width: 100%;
  height: auto;
}
	
/*===================================
	20240301プラスイー追加
====================================*/
	
.plusetop01_01{
	margin:4em 0;
}
.plusetop01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
	
.plusetop01_01>ul>li{
	width:100%;
	padding:1em;
	text-align: left;
	font-size: 1.5rem;
}
	
.bold{
	font-weight: bold;
}
	
.map_block {
	position:relative;
	padding-bottom: 89.841269%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.txt_ind01{
	text-indent: -1em;
	padding-left:1em;
}

.pa_bo10{
	padding-bottom:1em;
}
	

/*<end>============================================================*/
}
