@charset "utf-8";


/*title  --------- */ 
#main .title h1{
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(117%, 5vw, 200%);
}
#main .title h1 .h_sub{
  display: block;
  font-size: clamp(14px, 4vw, 18px);
  font-family: inherit;
}

.item  ul {
	margin:0 auto;
}
.item li {
	display:block;
	float:left;
	list-style:none;
	text-align:center;
}
.item li a {
	text-align: center;
}
.item li span {
  margin-bottom:10px;
  display:block;
  font-size:86%;
  line-height:1em;
  padding: 0 10px 5px;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
}
.item li .itm img {
	border:#CCC solid 1px !important;
    width:85%;
}
.item li a.btn_order {
	width:80px;
	margin:0 auto 20px;
	display:block;
	text-decoration:none;
	background:#F0F0F0;
	border:#CCC solid 1px;
	color:#444;
}
.item li a.btn_order:hover {
	background:#DDD;
}

/* カテゴリーメニュー */
#main .cmenu {
	padding:5px;
	border:#CCC solid 1px;
	margin-bottom: 30px;
  box-sizing: border-box;
}
#main .cmenu ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
#main .cmenu dl{
  padding-left: 0;
}
#main .cmenu dt {
    padding:3px 5px;
    font-weight: bold;
}

#main .cmenu li a {
	padding:2px 5px 2px 15px;
	text-decoration:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color:#333;
  position: relative;
  display: inline-block;
  font-size: 93%;
}
#main .cmenu li a::before{
  content: "";
  display: inline-block;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 10px;
  background-color: #ffb400;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 10px;
}

#main .cmenu li a.active,
#main .cmenu li a:hover {
	background-color:#FFE9A4;
}


/* 結婚LPバナー */
#main div#bnr_wedding{
    margin-bottom:10px;
    text-align: center;
}
#main div#bnr_wedding img{
    width:96%;
}

/* タグコメント */
#main .tagcmt {
	margin-bottom:20px;
	padding:10px;
	background:#F5F5F5;
	display:block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#main .tagcmt dt {
	margin-bottom:5px;
	font-weight:bold;
}
#main .tagcmt dt h2 {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	line-height:1.6em;
	background:none;
	display:inline-block;
	font-size:100%;
  font-weight: bold;
  color: #333;
}
#main .tagcmt dt a {
	font-weight:normal;
	font-size:86%;
}
#main .tagcmt dd {
	font-size:86%;
	line-height:1.4em;
}
#main .tagcmt dd > p {
	margin-top:10px;
}
.box_att {
	padding:10px;
	background:#FFDDDD;
	color:#F30;
	font-weight:bold;
}
@media screen and (max-width: 750px){
  #main .cmenu{
  width: 98%;
  margin: 0 auto 30px;
  }
}
@media screen and (min-width: 600px) {
.item_list li {
	width:20%;
}
.item_list_y li {
	width:33.333333%;
}
.item_list li a.itm,
.item_list_y a.itm {
	margin:10px auto;
}

}
@media screen and (max-width: 600px) {

.item_list li {
	width:50%;
}
.item_list_y li {
	width:50%;
}
.item li a.itm,
.item_list_y a.itm {
	margin:5px auto;
}


#main .tagcmt {
	margin:0 10px 20px;
}
}


/* Swipebox */
.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("../images/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  padding:30px 10px 70px;
  line-height: 1px;
  text-align: center;
  display: inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-action {
  position: absolute;
  left: 0;
  z-index: 999;
      height: 60px;
  width: 100%;
	margin-top: 100%;
	bottom: 0;
}
#swipebox-caption {
  position: absolute;
  left: 0;
	    top: 0;
  z-index: 999;
  height: 20px;
  width: 100%;
}

#swipebox-action {
/*  top: 0;*/
  text-align: center;
}
#swipebox-action.visible-bars {
  top: 0;
}

#swipebox-action.force-visible-bars {
  top: 0!important;
}

#swipebox-caption {
  bottom: 0;
  text-align: center;
  color:#FFF;
}
#swipebox-caption.visible-bars {
  bottom: 0;
}

#swipebox-caption.force-visible-bars {
  bottom: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 17px;
  right: 0%;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 18px;
  left: 15%;
}

#swipebox-action #swipebox-next {
  background-position: -78px 18px;
  right:15%;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

/* Skin
--------------------------*/
#swipebox-overlay {
	background-color:rgba(0,0,0,0.6);
}

#swipebox-action, #swipebox-caption {
	/* background-color:rgba(0,0,0,0.6); */
	background-color:#000;
}

#swipebox-action a#swipebox-order {
	width:110px;
	height:30px;
	margin:-15px 0 0 -55px;
	background:#5B0;
	color:#FFF;
	font-size:136%;
	font-weight:bold;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	position:absolute;
	top:50%;
	left:50%;
	cursor:pointer;
}

#swipebox-caption p {
	line-height:20px;
}
