/* mobile first css*/
body {
font-family: "Kiwi Maru", serif;
font-weight: 400;
font-style: normal;
margin: 0;
font-size: 1.6rem; } /* 16px */
a {
color:#cc0066;
text-decoration:underline; 
}
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main{
width:95%;
height:auto;
margin: 0% auto 0% auto;	
color: #996666;
text-align: center;
font-size: 0.9rem;
letter-spacing: 1px;
line-height: 1.8rem;
}
.container{
position: relative;
aspect-ratio: 16/9;
}
.container iframe {
position: absolute;
width: 100%;
height: 100%;
}

.yasumi {
font-size: 14px;
line-height: 20px;
color: #F69;
word-spacing: 1px;
}
.brownt {
font-family: "Kiwi Maru", serif;
font-weight: 500;
font-style: normal;
font-size: 20px;
line-height: 30px;
text-align: left;
border-bottom: 1px solid #ffccff;
color: #996666;
word-spacing: 1px;
}
.brownh {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 24px;
  text-align: left;
color: #996666;
word-spacing: 1px;
}
.brownr {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 24px;
  text-align: right;
color: #996666;
word-spacing: 1px;
}
.pinkh {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 24px;
  text-align: left;
color: #F69;
word-spacing: 1px;
}
.brown {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 24px;
color: #996666;
word-spacing: 1px;
}
.brown2 {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 22px;
color: #996666;
word-spacing: 1px;
}
.brownq {
font-family: "Kiwi Maru", serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
color: #996666;
}
.adress {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 21px;
color: #996666;
word-spacing: 1px;
}
.pink1 {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
	font-size: 15px;
	line-height: 20px;
	color: #F69;
	word-spacing: 0px;
}
.pink2 {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color: #F69;
	word-spacing: 0px;
}
.pinkq {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
	font-size: 18px;
	color: #F69;
}

.pc { display: none !important;}
.sp { display: block !important; 
width: 100%;
height:auto;}

ul {
margin: 0;
padding: 0;
}
.all {
font-family: "Kiwi Maru", serif;
font-weight: 400;
font-style: normal;
font-size: 9px;
line-height: 13px;
color: #996666;
word-spacing: 1px;
}
.t{
width:95%;
text-align: left;
height:auto;
margin: 0% auto 0% auto;
}
.tl{
	font-size: 18px;
	width: 95%;
	text-align: center;
	height: auto;
	margin: 0% auto 0% auto;
	font-weight: bold;
	color: #666;
}
.ts {
	font-size: 11px;
	line-height: 25px;
	color: #666;
}
.photo{
width: 100%;
height:auto;	
}

/* 画像サイズ調節*/
img#photo1{
width: 80%;
height:auto;	
}
img#photoall{
width: 100%;
height:auto;	
}

/* slideshow css*/
.slideshow {
width: 100%; 
height:auto;
list-style-type: none;
position: relative;
margin:0 auto;
/* ブロック要素としての設定、余白調整*/
padding-bottom: 72%;
}
.slideshow > li {
opacity: 0;
position: absolute;
transition: opacity 2s ease-in-out;
}
.slideshow > li.showSlide {
opacity: 1;
}
.slideshow > li > img {
width : 100%;
height: auto;
}




/* min-width 1025px, large screen*/
@media screen and (min-width:64em){
main{
width:80%;
margin: 5% auto 0% auto;	
}
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container{
  position: relative;
  aspect-ratio: 16/9;
  }
.container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
	
.yasumi {
font-size: 16px;
line-height: 22px;
color: #F69;
word-spacing: 1px;
}
.brownt {
font-family: "Kiwi Maru", serif;
font-weight: 500;
font-style: normal;
font-size: 20px;
line-height: 30px;
text-align: left;
border-bottom: 1px solid #ffccff;
color: #996666;
word-spacing: 1px;
}
.brownh {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 24px;
  text-align: left;
color: #996666;
word-spacing: 1px;
}
.brownr {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 24px;
  text-align: right;
color: #996666;
word-spacing: 1px;
}
.pinkh {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 24px;
  text-align: left;
color: #F69;
word-spacing: 1px;
}
.brown {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #996666;
	word-spacing: 1px;
}
.brown2 {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 22px;
color: #996666;
word-spacing: 1px;
}
.brownq {
font-family: "Kiwi Maru", serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
color: #996666;
}
.adress {
font-family: "Kiwi Maru", serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 21px;
color: #996666;
word-spacing: 1px;
}
.pink1 {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
	font-size: 18px;
	line-height: 25px;
	color: #F69;
	word-spacing: 0px;
}
.pink2 {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: #F69;
	word-spacing: 0px;
}
.pinkq {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
	font-size: 18px;
	color: #F69;
}

.pc { display: block !important; 
width: 100%;
height:auto;}
.sp { display: none !important; }	
	
.all {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 9px;
	line-height: 13px;
	color: #996666;
	word-spacing: 1px;
}

.slideshow{
width: 80%;
padding-bottom: 55%;
}
	.photo{
width: 100%;
height:auto;	
}
	
/* 画像サイズ調節*/
img#photo1{
width: 80%;
height:auto;	
}
img#photoall{
width: 80%;
height:auto;	
}
.t{
width:73%;
text-align: left;
height:auto;
margin: 0% auto 0% auto;
}
.tr{
width:73%;
text-align: right;
height:auto;
margin: 0% auto 0% auto;
}
.ts {
	font-size: 11px;
	line-height: 25px;
	color: #666;
}
.tc {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #C90;
}