
.waku01 {
	border: 2px solid #737373;
	background: #fff;
	box-shadow: inset 0 0 0px 5px rgba(100,100,100,0.1);
	padding: 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}
.waku01 h3 {
	position: relative;
	background: #f5e8ef;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: clamp(1.7rem, 2.2vw, 2.6rem);
border-top: 5px solid #f195c7;
	margin-bottom: 20px;
	font-weight: 600;
}
.addBOX {
	display: flex;;
	justify-content: space-between;
}
.addBOX li {
	width: 50%;
	text-align: center;
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	font-weight: 600;
}
.addBOX li:first-child {
	border-right: 1px dotted #666666;
}
.addBOX li h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	font-weight: 600;
}

.waku01 h5 {
	font-size: clamp(1.5rem, 1.8vw, 2.2rem);
	padding: 10px;
	box-sizing: border-box;
	font-weight: 600;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #666666;
	text-align: center;
	margin-bottom: 15px;
}
.waku01 p {
	 font-family: "Noto Sans JP", sans-serif;
	line-height: 1.7;
}

.waku01 h6 {
	background: #666666;
	color:#fff;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	padding: 10px;
	text-align: center;	
	margin-bottom: 15px;
}

.itemBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
.itemBOX li {
	width: 33%;
	box-sizing: border-box;
	padding: 15px;
	background-image: linear-gradient(180deg, #fff8fc, #fbd7ea);
	border: 1px solid #fbd7ea;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	margin-bottom: 5px;
	
}


.sysIMG {
	margin: 40px 0;
}

.kyoTXT {
	border: 3px solid #f195c7;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.5rem, 2vw, 2.4rem);
	color:#f195c7;
	font-weight: 500;
	margin-bottom: 15px;
}
.kyoTXT02 {
	border: 3px solid #666666;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.5rem, 1.9vw, 2.2rem);
	color:#666666;
	font-weight: 500;
	margin-bottom: 15px;
}

.nlist {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
	
	box-sizing: border-box;
}
.nlist li {
	list-style-type: disc;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	margin-bottom: 7px;
	font-weight: 500;
}







@media screen and (max-width: 834px) {

.waku01 {
	border: 2px solid #737373;
	background: #fff;
	box-shadow: inset 0 0 0px 5px rgba(100,100,100,0.1);
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.waku01 h3 {
	background: #f5e8ef;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: clamp(1.7rem, 2.2vw, 2.6rem);
border-top: 5px solid #f195c7;
	margin-bottom: 15px;
	font-weight: 600;
}
.addBOX {
	display: flex;;
	justify-content: space-between;
}
.addBOX li {
	width: 50%;
	text-align: center;
	font-size: clamp(1.6rem, 2.1vw, 2.4rem);
	font-weight: 600;
}
.addBOX li:first-child {
	border-right: 1px dotted #666666;
}
.addBOX li h3 {
	font-size: clamp(1.6rem, 2.1vw, 2.4rem);
	font-weight: 600;
}

.waku01 h5 {
	font-size: clamp(1.5rem, 1.8vw, 2.2rem);
	padding: 10px;
	box-sizing: border-box;
	font-weight: 600;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #666666;
	text-align: center;
	margin-bottom: 15px;
}
.waku01 p {
	 font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
}

.waku01 h6 {
	background: #666666;
	color:#fff;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	padding: 6px;
	text-align: center;	
	margin-bottom: 10px;
}

.itemBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.itemBOX li {
	width: 49.5%;
	box-sizing: border-box;
	padding: 10px;
	background-image: linear-gradient(180deg, #fff8fc, #fbd7ea);
	border: 1px solid #fbd7ea;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: clamp(1.3rem, 1.4vw, 1.7rem);
	margin-bottom: 3px;
	
}


.sysIMG {
	margin: 20px 0;
}

.kyoTXT {
	border: 2px solid #f195c7;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	font-size: clamp(1.4rem, 2vw, 2.4rem);
	color:#f195c7;
	font-weight: 500;
	margin-bottom: 15px;
}
.kyoTXT02 {
	border: 2px solid #666666;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	font-size: clamp(1.4rem, 1.9vw, 2.2rem);
	color:#666666;
	font-weight: 500;
	margin-bottom: 15px;
}

.nlist {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #322913;  
	border-top: 2px solid #322913;  
	box-sizing: border-box;
}
.nlist li {
	list-style-type: disc;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	margin-bottom: 3px;
	font-weight: 500;
}	
	
	
}


/* --------------------------　オーダーシート　-------------------------- */

.sheet {
	max-width: 700px;
	margin: auto;
}
/* 019 */
.DLbutton a {
    background: #262626;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    width: 40%;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
}
.DLbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.DLbutton a:hover {
  color: #FFF;
}
.DLbutton a:hover:after {
  right: 1.4rem;
}


@media screen and (max-width: 834px) {
	.sheet {
	max-width: 700px;
	margin: auto;
}
/* 019 */
.DLbutton a {
    background: #262626;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    width: 70%;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
}
.DLbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.DLbutton a:hover {
  color: #FFF;
}
.DLbutton a:hover:after {
  right: 1.4rem;
}
}


/* --------------------------　マップ　-------------------------- */
.map {
	
}

.map iframe{
	width: 100%;
}

.rootBOX {
	display: flex;
	justify-content: space-between;
}
.rootitem {
	width: 48.5%;
	background: #f3f2f2;
	padding: 15px;
	box-sizing: border-box;
	
}
.rootitem h3 {
	background: #262626;
	text-align: center;
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	color:#fff;
	margin-bottom: 20px;
	border: 0;
}


.rootitem {
	width: 49.5%;
	background: #f3f2f2;
	padding: 15px;
	box-sizing: border-box;
	
}

.rootPH {
	margin-bottom: 10px;
}
.rootPH figure {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.rootPH figure img {
	width: 100%;
	height: auto;
}
.rootPH p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: clamp(1.3rem, 1.2vw, 1.5rem);
}
.rootPH .arrow {
	text-align: center;
	font-size: 3rem;
	color:#e8a02d;
	width: 40px;
	margin: auto;
}

@media screen and (max-width: 834px) {
	
.map {
	
}

.map iframe{
	width: 100%;
}

.rootBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rootitem {
	width: auto;
	background: #f3f2f2;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	
}
.rootitem h3 {
	background: #262626;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	color:#fff;
	margin-bottom: 20px;
	border: 0;
}


.rootPH {
	margin-bottom: 10px;
}
.rootPH figure {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.rootPH figure img {
	width: 100%;
	height: auto;
}
.rootPH p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}
.rootPH .arrow {
	text-align: center;
	font-size: 3rem;
	color:#e8a02d;
	width: 40px;
	margin: auto;
}
	
}


.moviebox {
	
}

/* --------------------------　ご利用案内　-------------------------- */
.waku01 h3 .Step {
	background: #f195c7;
	text-align: center;
	position: absolute;
	color:#fff;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	top:10px;
	padding: 5px 20px;
	border-radius: 40px;
}

.flexBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.flexBOX.rev {
	flex-direction: row-reverse;
	
}

.flexBOX .ph {
	width: 35%;
}
.flexBOX .ph img {
	border: 5px solid #f6f6f6;
	box-sizing: border-box;
}
.flexBOX .txt {
	width: 62%;
}
.flexBOX a {
	color:#e35f9d;
	text-decoration: underline;
}
.point {
	background: #f9eff4;
	border: 2px #ef7eb3 dotted;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}
.CPtitle {
	background: #f195c7;
	color:#fff;
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	display: inline-block;
	padding: 5px 15px;
	border-radius: 40px;
	margin-bottom: 10px;
}
.Mtitle {
	font-size: clamp(1.6rem, 2.6vw, 2.6rem);
	font-weight: bold;
	color:#e35f9d;
	margin-bottom: 10px;
}
.txtM {
	font-size: clamp(1.7rem, 2.2vw, 2.2rem);
}
.bold {
	font-weight: 600;
}
.pink {
	color:#e35f9d;
}

@media screen and (max-width: 834px) {
	
.waku01 h3 .Step {
	background: #f195c7;
	text-align: center;
	position: absolute;
	color:#fff;
	font-size: clamp(1.3rem, 1.5vw, 1.8rem);
	top:-15px;
	padding: 3px 15px;
	border-radius: 40px;
}

.flexBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10px;
}

.flexBOX.rev {
	flex-direction: column;
	
}

.flexBOX .ph {
	width: 70%;
	margin: auto;
	margin-bottom: 10px;
}
.flexBOX .ph img {
	border: 5px solid #f6f6f6;
	box-sizing: border-box;
}
.flexBOX .txt {
	width:auto;
}
.flexBOX a {
	color:#e35f9d;
	text-decoration: underline;
}
.point {
	background: #f9eff4;
	border: 2px #ef7eb3 dotted;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 3px;
}
.CPtitle {
	background: #f195c7;
	color:#fff;
	text-align: center;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 40px;
	margin-bottom: 10px;
}
.Mtitle {
	font-size: clamp(1.8rem, 2.6vw, 2.6rem);
	font-weight: bold;
	color:#e35f9d;
	margin-bottom: 10px;
}
.txtM {
	font-size: clamp(1.7rem, 2.2vw, 2.2rem);
}
.bold {
	font-weight: 600;
}
.pink {
	color:#e35f9d;
}
	
}



/* --------------------------　コスチューム　-------------------------- */


.cosBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cosBOX li {
	width: 32%;
	margin-bottom: 15px;
}
.cosBOX li img {
	border: 5px solid #fdf0f6;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.cosBOX li .cosTITLE {
	color:#e35f9d;
	text-align: center;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	font-weight: 500;
}












