@charset "UTF-8";

html {font-size: 62.5%;}
body{
	font-size: 1.6em;
	line-height: 1.4em;
	min-width: 320px;
	margin: auto;
	animation: fade_in 1.5s ease;
	-webkit-animation: fade_in 1.5s ease;
  background: #9dc3cf;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #231815;
}
/* @media screen and (min-width: 769px) {
.bgpi {
    background: url(../images/bg.png);
    background-size: 100%;
		background-position: center 200px;
}
}
@media screen and (max-width: 768px) {
.bgpi {
    background: url(../images/bg_sp.png);
    background-size: 100%;
		background-position: center 40px;
}
} */
@keyframes fade_in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fade_in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes swing {
    0% { transform: translateY(0) }
   50% { transform: translateY(-6px) }
  100% { transform: translateY(0) }
}
@-webkit-keyframes swing {
    0% { transform: translateY(0) }
   50% { transform: translateY(-6px) }
  100% { transform: translateY(0) }
}
@keyframes swingLr {
    0% { transform: rotate(0)}
   50% { transform: rotate(-1deg) }
  100% { transform: rotate(1deg) }
}
@-webkit-keyframes swingLr {
    0% { transform: rotate(0) }
   50% { transform: rotate(-1deg) }
  100% { transform: rotate(1deg) }
}
html , body {
  /* background-color: #a1c7d3; */
  font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "MyYuGothicM", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a,li, ol, span, small, th, td, dd, dt,b {
	font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "MyYuGothicM", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
	color: #231815;
}
img {max-width: 100%;}
a, a:hover, a img, a:hover img, a::after, a:hover::after, a::before, a:hover::before, a:hover span, a span {transition: 0.5s; -webkit-transition: 0.5s;}

header {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
header ,
header div ,
header div img {
  vertical-align: bottom;
}
main {
	padding: 0;
	margin: auto;
	display: block;
  padding-bottom: 5%;
  padding: 0%;
  box-sizing: border-box;
	overflow: hidden;
}
.topbtn {
	width: 100%;
	padding: 3% 0;
	/* background-color: #a1c7d3; */
  margin: 0 auto;
}
main ul {
  max-width: 1180px;
  width: 70%;
  font-size: 0;
  margin: 0 auto;
  border: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
main ul li {
  /* display: inline-block; */
  font-size: 0;
/*  width: calc( ( 100% - 14px ) / 5 );*/
  margin: 0 10px;
  box-sizing: border-box;
  width: 200px;
}
/*main ul li:last-child {
  margin-right: 0px;
}*/
main ul li a {
  position: relative;
  padding: 7% 0;
  display: block;
  background-color: #986e5f;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 8px 0px rgba( 196,196,196,0.8 );
  transition: 0.5s;
  font-family: 'Istok Web', sans-serif;
/*  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
main section {
  /* margin: 10% auto; */
  padding: 10% 0;
}
main section:nth-of-type(2n) .bgwh {
  background-color: #fff;
  background: linear-gradient(to right, #fff 50%, transparent 50% , transparent 50%);
}
main section:nth-of-type(2n-1) .bgwh {
  background-color: #fff;
  background: linear-gradient(to right, transparent 50%, #fff 50% , #fff 50%);
}
.contents {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 5% 0;
  box-sizing: border-box;
  position: relative;
}
.floorb2img::before {
  content: "";
  background-image: url("../images/floor_b2f.png");
  left: -10px;
  top: -60px;
  max-width: 180px;
  width: 20%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 100px;
}
.floorb1img::before {
  content: "";
  background-image: url("../images/floor_b1f.png");
  right: -40px;
  top: -60px;
  max-width: 180px;
  width: 20%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 100px;
}
.floor1img::before {
  content: "";
  background-image: url("../images/floor_1f.png");
  left: -10px;
  top: -60px;
  max-width: 180px;
  width: 20%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 100px;
}
.floor2img::before {
  content: "";
  background-image: url("../images/floor_2f.png");
  right: -90px;
  top: -60px;
  max-width: 180px;
  width: 20%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 100px;
}
main section article {
  margin-bottom: 8%;
}
main section article:last-child {
  margin-bottom: 0%;
}
.shop-1 {
	width: 100%;
	margin: 0 auto;
	/* display: flex; */
  /* margin-left: 3%; */
}
.shop-2 {
	width: 100%;
	margin: 0 auto;
	/* display: flex; */
}
.shoplist {
	display: flex;
}
.shopimg img {
	width: 420px;
}
.shopname {
	/* width: 58%; */
	display: flex;
	flex-direction: column;
	vertical-align: middle;
}
.shoplogo {
	width: 42%;
	margin: auto 0;
	text-align: right;
}
.shoplogo img {
	max-width: 175px;
}
.shopL {
	width: 420px;
	margin: 0 auto;
}
.shopR {
	width: 420px;
	margin: 0 auto;
}
main section .shopTxt {
  z-index: 2;
  width: 60%;
  text-align: left;
  box-sizing: border-box;
  /* display: flex; */
}
main section .shopImg {
  z-index: 2;
  width: 40%;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}
main section .shopImg img {
  transition: 0.5s;
}
main section .shopImg img:hover {
  transform: scaleZ(0.5);
}
main section .shopTxt h3 {
  color: #EB5B79;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.2rem;
	/* margin-top: 22px; */
}
main h5 {
	color: #000;
	font-size: 16px;
	line-height: 2.7rem;
	font-weight: bold;
}
.comment {
	margin-bottom: 10%;
}
main section .shopTxt h3 a {
  color: #956e5f;
  text-decoration: underline;
}
main section .shopTxt h3 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
main section .shopTxt h3 a span {
    padding-left: 5px;
}
main section .shopTxt p:first-of-type {
  font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}
main section .shopTxt h4 {
	color: #956e5f;
  /* border-left: 3px solid #956e5f; */
  padding-left: 8px;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 15px 0;
  letter-spacing: 0.02em;
}
main section .shopTxt h4 span {
	color: #956e5f;
  font-size: 1.4rem;
  margin-bottom: 3%;
}
main section .shopTxt p:last-of-type {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 1%;
}
main section article div {
  text-align: left;
  /* margin: 0 auto; */
}
main section#sectionb1f article:nth-child(2n-1) .shopImg div {
  text-align: right;
}
main section#section2f article:nth-child(2) .shopImg img {
  width: 100%;
  min-width: 344px;
}
main section#section2f article:nth-child(2) .shopImg img {
  width: 100%;
  min-width: 344px;
}
main section#section3f .shopTxt p:nth-of-type(2) {
  margin: 5% 0 4%;
}











main section#section02 article div div a img {
  opacity: 1;
  font-size: 0;
  vertical-align: bottom;
  box-sizing: border-box;
  transition: 0.5s;
}
main section#section02 article div div a:hover img {
  opacity: 0;
}
main section .bg_wh {
  background: #fff;
  max-width: 820px;
  margin: 0 auto 60px;
  padding: 30px 50px;
  text-align: left;
  box-sizing: border-box;
}
main section#section03 .bg_wh {
  position: relative;
}
main section#section03 .bg_wh:last-child {
  margin-bottom: 0;
}
main section#section03 .bg_wh.triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: calc( 50% - 30px );
  bottom: -25px;
}
main section#section03 dl {
  vertical-align: middle;
  font-size: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
main section#section03 dl dt {
  max-width: 56px;
  display: inline-block;
  width: 10%;
  vertical-align: middle;
  font-size: 0;
  box-sizing: border-box;
  line-height: 0;
}
main section#section03 dl dd {
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
  font-size: 1.8rem;
  width: calc( 100% - 62px );
  vertical-align: middle;
}
main section#section03 div.bg_wh div.animals01 {
  position: absolute;
  top: -12px;
  right: 24px;
}
main section .bg_gr {
  background: #f4f4f4;
  padding: 30px;
}
main section .bg_wh p {
  text-align: justify;
}
main section .bg_wh p a {
  text-decoration: underline;
  color: #e3007f;
  transition: 0.5s;
}
main section .bg_wh p a:hover {
  opacity: 0.7;
  text-decoration: none;
}
main section .bg_gr ul li {
  margin-bottom: 20px;
  text-indent: calc( -1em - 5px );
  padding-left: calc( 2em - 5px );
  font-size: 1.4rem;
  line-height: 2rem;
}
main section .bg_gr ul li:last-child {
  margin-bottom: 0;
}
main section .bg_gr ul li span {
  color: #e3007f;
  padding-right: 5px;
}
main section .bg_gr ul li a {
  color: #e3007f;
  text-decoration: underline;
  transition: 0.5s;
}
main section .bg_gr ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
main section .bg_wh article div:first-child {
  margin: 40px auto 20px;
}
main section .bg_wh article div.bg_pi {
  background-color: #e3007f;
}
main section .bg_wh article table {
  width: 100%;
}
main section .bg_wh article table th {
  width: 270px;
  padding: 3%;
  font-weight: bold;
  box-sizing: border-box;
}
main section .bg_wh article table td {
  width: calc( 100% - 270px );
  padding: 3%;
  word-break: break-all;
  text-align: left;
  padding-left: 0;
}
main section .bg_wh article table.style01 th ,
main section .bg_wh article table.style01 td {
  color: #fff;
}
main section .bg_wh article table.style01 th {
  font-size: 1.7rem;
  font-weight: bold;
}
main section .bg_wh article input {
  width: 100%;
  font-size: 15px;
  padding: 5px;
  transition: 0.5s;
  box-sizing: border-box;
  border-radius: 0px;
}
main section .bg_wh article input[type="checkbox"] ,
main section .bg_wh article input[type="radio"] {
  width: auto;
  margin: 3px 8px 3px 0px;
}
main section .bg_wh article input[type="checkbox"]:checked{
  background: #aeaeae;
}
main section .bg_wh article table.style01 input {
  border: none;
  font-size: 3.2rem;
  padding: 5px 25px;
}
main section .bg_wh article table.style01 ::placeholder ,
main section .bg_wh article table.style01 :-ms-input-placeholder ,
main section .bg_wh article table.style01 ::-ms-input-placeholder {
  color: #fff;
}
main section .bg_wh article table.style02 th {
  background: #f4f4f4;
  border-bottom: 1px solid #fff;
  padding: 1.8% 3%;
  height: 51px;
  text-align: left;
}
main section .bg_wh article table.style02 td {
  font-weight: bold;
  padding:0.7% 1em;
}
main section .bg_wh article table.style02 td.h_radio {
  padding:2.1% 1em;
}
main section .bg_wh article table.style02 td span {
  padding-right: 10px;
}
main section .bg_wh article table.style02 td input {
  padding: 11px 11px;
}
main section .bg_wh article table.style02 td input ,
main section .bg_wh article table.style02 td select {
  border-color: #a5a5a5;
  padding: 11px 11px;
}
main section .bg_wh article table.style02 td select:focus {
  border-radius: 0;
}
main section .bg_wh article table.style02 td.wd50 input {
  width: calc( 100% - 2em - 14px );
}
main section .bg_wh article table.style02 tr:first-of-type td.wd50 span {
  padding-right: calc( 10px + 1em );
}
main section .bg_wh article table.style02 td.wd70 input {
  width: 70px;
  text-align: right;
}
main section .bg_wh article table.style02 td.wd160 input ,
main section .bg_wh article table.style02 td.wd160 select {
  width: 160px;
  margin-left: 5px;
}
main section .bg_wh article table.style02 td.wd160 select {
  height: 4rem;
  padding: 0 10px;
  border-radius: 0;
}
main section .bg_wh article table.style02 td.wd4 {
  text-align: right;
  position: relative;
}
main section .bg_wh article table.style02 td.wd4 span {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY( -50% );
}
main section .bg_wh article table.style02 td.wd4 input {
  width: calc( 100% - 4em - 17px );
/*  margin-left: 5px;*/
  text-align: left;
}
main .txt_terms {
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
}
main .btn_submit {
  text-align: center;
  margin: 0 auto;
}
/*main .btn_submit button::after {
  content: "";
  background-image: url(../images/send_o.png);
  width: 290px;
  height: 24px;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  text-align: center;
  background-position: center center;
  left: 50%;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX( -50% ) translateY( -50% );
  transform: translateX( -50% ) translateY( -50% );
}*/
main .btn_submit button img {
  vertical-align: middle;
  font-size: 0;
  transition: 0.5s;
}
main .btn_submit button:hover {
/*  background: #fff;*/
  cursor: pointer;
}
main .btn_submit button:hover img {
  opacity: 0;
}
main .btn_submit button:hover::after {
  opacity: 1;
}
main .btn_submit button:hover::before {
  background-image: url(../images/arrow02_o.png);
}
main .btn_submit button:focus {
/*  border: 2px solid #e3007f;*/
  outline: none;
}
footer {
	text-align: center;
	background-color: #956e5f;
  color: #fff;
}
footer div:first-child {
    padding: 30px 0 15px;
}
footer div:first-child a {
  transition: 0.5s;
}
footer div:first-child a:hover {
  opacity: 0.7;
}
footer p#copyright {
	font-size: 1rem;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1.7em;
  color: #fff;
}
footer p#copyright a {
  color: #fff;
  transition: 0.5s;
}
footer p#copyright a:hover {
  opacity: 0.7;
}
.pcnone{
  display: none !important;
}
.spnone{
  display: block !important;
}
.pc1200 {
  display: none !important;
}
h1 .spnone {
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .pc1200 {
    display: block !important;
  }
  h1 .spnone {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
	.floorb2img::before {
	  right: -50px;
	}
	.floor1img::before {
	  right: -70px;
	}
	.floor3img::before {
	  right: -70px;
	}
}
@media screen and (max-width: 1070px) {
  main ul {
    /* padding: 0 20px; */
  }
  .contents {
    width: 96%;
  }
}
@media screen and (max-width: 960px) {
  main section#section2f article:nth-child(2) .shopImg {
    text-align: left;
  }
  main section#section2f article:nth-child(2) .shopImg img {
    min-width: auto;
  }
}
@media screen and (max-width: 900px) {
	.shop-1 {
		flex-direction: column;
		width: 90%;
	}
	.shop-2 {
		flex-direction: column;
	}
	.shopL {
		width: 90%;
	}
	.shopR {
		width: 90%;
	}
	main section .shopTxt {
	  width: 100%;
	}
	.shopImg {
	  width: 90%;
	}
	.shopTxt {
		margin: 0 auto 50px;
	}
	main section .shopImg {
	  width: 100%;
	}
	.shopImg-PC {
		display: none;
	}
	.contents {
	  padding: 10% 0 0;
	}
	.topbtn {
		padding: 7% 0;
		/* margin-bottom: 10%; */
	}
	main ul li a {
	  padding: 9% 0;
  }
	main ul li a:active {
	  background: #deb700;
	  box-shadow: none;
	  transform: translateY(5px);
	}
  main ul{
   width: 95%;
  }

  main ul li{
    width: 45%;
    margin-bottom: 5%;
  }
	main h5 {
		line-height: 3.3rem;
		font-size: 1.9rem;
	}
	.comment {
		margin-bottom: 15%;
	}
	.shoplogo img {
		max-width: 100%;
	}
}
@media screen and (max-width: 789px) {
	.floorb2img::before {
		width: 125px;
		right: -10px;
	}
	.floorb1img::before {
		width: 125px;
		left: 5px;
	}
	.floor1img::before {
		width: 125px;
		right: -45px;
	}
	.floor2img::before {
		width: 125px;
		left: 5px;
	}
	.floor3img::before {
		width: 125px;
		right: -45px;
	}
	.floor4img::before {
		width: 125px;
		left: 5px;
	}
}
@media screen and (max-width: 768px) {
  html {font-size: 55%;}
  .pcnone{
    display: block !important;
  }
  .spnone{
    display: none !important;
  }
  h1 .spnone {
    display: none !important;
  }
  header ul {
    width: calc( 100% - 20px );
  }
  main {
    padding: 0;
    width: 100%;
  }
  main ul li {
    width: 30%;
  }
  main ul li:nth-child(3) ,
  main ul li:nth-child(4) {
    margin-top: 3%;
  }
  main section .shopImg {
    margin-bottom: 2%;
  }
  main section .shopTxt p:nth-of-type(2),
  main section#section2f .shopTxt p:nth-of-type(2) {
    margin: 6% 0 4%;
  }
  main section article {
    margin-bottom: 12%;
  }
  main section:nth-of-type(2n) article:nth-child(2n-1) .shopImg,
  main section:nth-of-type(2n) article:nth-child(2n) .shopTxt,
  main section:nth-of-type(2n-1) article:nth-child(2n-1) .shopTxt,
  main section:nth-of-type(2n-1) article:nth-child(2n) .shopImg ,
  main section:nth-of-type(2n-1) article:nth-child(2n-1) .shopImg,
  main section:nth-of-type(2n-1) article:nth-child(2n) .shopTxt,
  main section:nth-of-type(2n) article:nth-child(2n-1) .shopTxt,
  main section:nth-of-type(2n) article:nth-child(2n) .shopImg {
    float: none;
    padding: 0;
    width: 100%;
  }
  main section article div.shopImg div ,
  main section#section2f article:nth-child(2) .shopImg {
    margin: 0 auto;
  }
  main section#section2f article:nth-child(2) .shopImg {
    width: 60%;
  }
  main section#section3f article:first-child .shopImg ,
  main section#section2f article:nth-child(2) .shopTxt,
  main section#section3f article:nth-child(1) .shopTxt {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  main ul li {
    width: 42%;
  }
}
@media screen and (max-width: 480px) {
  html {font-size: 50%;}
}
@media screen and (min-width: 769px){
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){
  .pc { display:none; }
  .sp { display:inline; }
}

@media screen and (min-width: 901px){
	.shopL .shopTxt {
		height: 630px;
	}
	.shopR .shopTxt {
		height: 630px;
	}
	.shopTxt {
		margin: 0 auto;
	}
	.shopImg-SP {
		display: none;
	}
	main ul li a:hover {
	  background: #bb9d92;
	  box-shadow: none;
	  transform: translateY(5px);
	}
}

.shop_list{
  display: flex;
  width: 90%;
  margin: 10% auto 0;
}

.shop_list_1{
  display: flex;
  width: 90%;
  margin: 0 auto;

}

.shop_list .shopImg{
  margin-right: 5%;
}

.shop_list_1 .shopImg{
  margin-right: 5%;
} 

.shop_list .shopTxt{
  flex-direction: column;
 justify-content: space-between;
 display: -webkit-flex;
 -webkit-flex-direction: column;
 -webkit-justify-content: space-between;
}

.shop_list .shopTxt{
  flex-direction: column;
 justify-content: space-between;
 display: -webkit-flex;
 -webkit-flex-direction: column;
 -webkit-justify-content: space-between;
}

.shop_list_2{
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  margin: 10% auto;
}

.shop_list_2 .shopTxt{
  margin-right: 5%;
  flex-direction: column;
 justify-content: space-between;
 display: -webkit-flex;
 -webkit-flex-direction: column;
 -webkit-justify-content: space-between;
}

.shop_list_2 .shopname{
  width: 100%;
}

.shopImg{
  vertical-align: middle;
}

.shop_list_3{
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  margin: 0 auto;

}

@media screen and (max-width: 890px){
  main ul li{
    /* margin: 0; */
  }


}

@media screen and (max-width: 880px){
main ul li {
  /* width: 13%; */
  width: 45%;
}
main ul{
  flex-wrap: wrap;
  width: 70%;
}

main .topbtn{
  /* margin-bottom: 5%; */
}

}

@media screen and (max-width: 789px) {
  .shop_list,.shop_list_1,.shop_list_2,.shop_list_3{
    display: block;
  }

  main section .shopTxt h4{
    margin: 0;
  }

}

@media screen and (max-width: 650px) {
  main ul {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  main ul {
    width: 90%;
  }
  main ul li{
    width: 40%;
  }
}

.topbtn{
  position: relative;
}

.bg_01{
  position: absolute;
  right: -20%;
  top: -200%;
  z-index: -1;
}

.bg_02{
  position: absolute;
  left: -15%;
  top: 90%;
  z-index: -1;
}

.shop-2{
  position: relative;
}

.bg_03{
  position: absolute;
  top: -40%;
  right: -55%;
  z-index: -1;
}

.shop-1{
  position: relative;
}

.bg_04{
  position: absolute;
  top: -40%;
  left: -30%;
  z-index: -1;
}

.bg_05{
  position: absolute;
  top: -25%;
  left: -30%;
  z-index: -1;
}

.bg_06{
  position: absolute;
  top: -30%;
  right: -45%;
  z-index: -1;
}

.bg_07{
  position: absolute;
  z-index: -1;
  left: -40%;
}

@media screen and (max-width: 789px){
  .bg_01{
    top: -100%;
    right: -70%;
  }

  .bg_03{
    top: -15%;
  }

  .bg_05{
    top: -10%;
  }

  .bg_06{
    top: -15%;
  }

  .bg_07{
    left: -60%;
  }
  
  }
  @media screen and (max-width: 480px) {
    .bg_01{
      top: -200%;
      right: -90%;
    }
  }
