@charset "utf-8";

/*  customise用　*/



/*  メニューのフォント　*/
.tablepress td{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	/* font-weight: 600 !important; */
	
}





.headline_st_k1{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.0em !important;
  margin: 4em 0 1.5em 0 !important;
  border-bottom:1px solid #203744;
  text-indent: 0.5em !important;
}



/* 縦書き */
.box_lede{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.5em !important;
	width: 100%;
	display: flex;	
	writing-mode: vertical-rl;
	align-items: center;
	line-height: 2.5em;
	margin-top: 3em;
	margin-bottom: 6em;
}
@media (max-width: 580px) {

.box_lede{

	line-height: 1.5em;
	margin-top: 3em;
	margin-bottom: 6em;
}


}


.row_images{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 940px;
  margin: 36px auto;
}

.box_image{
  width: 25%;
  text-align:center;
}
.box_image img{
  vertical-align:top;
}


@media (max-width: 990px) {

  /* .box_image{ 3col
    width : 33.33333% ; 
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
    text-align:center; 
  }*/

  .box_image{
    width: 50%;
    text-align:center;
  }


}
@media (max-width: 580px) {

  .box_image{
    width: 50%;
    text-align:center;
  }
}


.tb_display{
  display: block;
}

@media (max-width: 990px) {

  .tb_display{
    display: none;
  }
}



/* ------------------------------------------------------------------------------------
  ここからアコーデオン
------------------------------------------------------------------------------------ */


summary {   /*　button　*/
  list-style: none;
  position: relative;
  padding: 20px 70px 20px 30px;
  cursor: pointer;
  background-color: #f3f3f2;
  border-radius: 30px;
  width: 50%;
  margin: 4em auto !important;
}

@media not all and (min-width: 768px){
  summary {
    padding: 20px 50px 20px 20px;
    width: 70%;
	margin: 4em auto !important;
  }
}

summary::-webkit-details-marker {
  display: none;
}

summary:hover,
details[open] summary {
  background-color: #c8d5bb;
}

summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-size: 40px;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.answer {
  padding: 20px 8px;
}

@media not all and (min-width: 768px){
  summary::after {
    right: 20px;
    font-size: 20px;
  }

  .answer {
    padding: 10px 8x;
  }
}
/*　　開く時間　*/
details[open] .answer {
  animation: fadein 2s ease;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

body, p {
  margin: 0;
}

details {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  /* width: 600px; */ 
}

@media not all and (min-width: 640px){
  details {
    width: 100%;
  }
}

details:first-of-type {
  margin-top: 30px;
}


/* ------------------------------------------------------------------------------------
  ここまでアコーデオン
------------------------------------------------------------------------------------ */






/* ----------------------------------------------------------------------
 店舗情報・宴会・こだわり　など
---------------------------------------------------------------------- */
	


.info_box div {
	display:flex;
	justify-content:flex-start;
}
.info_box div dt {
	min-width:9em;
  font-weight: normal !important;
}

.info_box div dt span{
	font-size: 0.7em;
}

.info_box div dd:before {content:":　";}

.info_box div dd {
	margin:0;
}

.info_box div dd span{
	font-size: 0.7em;
}



.font_kodawari{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6em !important;
}

.font_kodawari:first-letter{
  font-size: 1.4em;
  margin-right: 0.3em;
  background-color: #f5f5f5;
  padding: 6px;
}

.text_kodawari{
  margin: 0em 0em 3em 2em !important;
}

@media (max-width: 580px) {
  .font_kodawari{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.0em !important;
  }

}


.row_st_k1{
  display:flex;
  flex-wrap: wrap;
  margin: 2em 0 6em 0 !important;
}

.row_st_k2{
  display:flex;
  flex-wrap: wrap;
  margin: 2em 0 6em 0 !important;
}

.col_st_k1_2{
  width: 50%;
  align-self: center;
}

.col_st_k1_2_i{
  width: 50%;
  align-self: center;
  text-align: center;
}

.col_st_k1_2_i img{
  width: 80%;
}

@media (max-width: 580px) {

  .row_st_k2{
    display:flex;
    flex-wrap: wrap-reverse;
    margin: 2em 0 6em 0 !important;
  }
  .col_st_k1_2,
  .col_st_k1_2_i{
    width: 100%;
  }

  .col_st_k1_2_i img{
    width: 100%;
  }
  
}
	


/* ----------------------------------------------------------------------
新着表示
---------------------------------------------------------------------- */
/* 
.wp-show-posts-image img {
  width: 160px;
} */

.wp-show-posts-inner header {
  display: flex;
  flex-direction: column-reverse;
}


@media (max-width: 580px) {

.wp-show-posts-image img {
    margin: 0 12px 0 24px!important;
    vertical-align: bottom;
    height: auto;
    float: left;
    width: 80px !important;
    clear: both;
	overflow: hidden;
    
}


.wp-show-posts-entry-summary{
	display: none;
}

}

/* 
.wp-show-posts-entry-summary{
	clear: both;
	overflow: hidden;
} */


}

/* 
.wp-show-posts-inner header {
  display: flex;
  
  flex-direction: column-reverse;

} */

/* 
.wp-show-posts-entry-summary {
	display: flex;
  flex-direction: column-reverse;
}

 */
 
 /* ----------------------------------------------------------------------
表示関係
---------------------------------------------------------------------- */
 
.visible-xs{
    display: none !important;
}
@media (max-width: 580px) {

.visible-xs{
    display: block !important;
}
}


 
 
 /*キャッチコピーを見やすく設定 2022/06/05　原本に転記*/

/* #header .catch{
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000 !important;
} */

.index_design_content1_inner,
.animation_type1{
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000 !important;
}



.index_design_content1 .catch{
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000 !important;
}


/* .design1_content1_inner .catch .rich_font_type3{
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000 !important;
} */

.design1_content1_inner .rich_font_type3{
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000 !important;
}



 /* ----------------------------------------------------------------------
　追加　カスタマイズ　
---------------------------------------------------------------------- */

.att1{
  font-size: 0.8em !important;
  line-height: 1.2em !important;
  text-indent: -2em;
  padding-left: 2em;

}

.mb_st3{
	margin-bottom: 3em !important;
}

.mb_st6{
	margin-bottom: 6em !important;
}

.well{
  /* border:  none !important; */
  border: 1px solid #e5e4e6;
}

.text_tel1{
	font-size: 24px !important;
	margin:  1em  0 2em 2em !important;
}

.text_tel2{
	font-size: 1.2em !important;
	margin: 2em !important;
}




.requireds{
	color: #fff !important;
	font-size: 0.6em;
	font-weight: bold;
	background-color: #b7282e;
	padding: 3px;
	margin-left: 1.5em !important;
}