<strong></strong>







/*　　ヘッダ2列
------------------------------------------------------------------------------------------------------------*/



.tbl_header	{ width: 100%; font-size: 14px; margin: 10px auto 50px;}
.tbl_header	img {width: 100%;}
.tbl_header th	{ text-align: center; padding: 0px; font-weight: normal;}
.tbl_header td	{ text-align: center; padding: 0px;}


@media only screen and (max-width:640px){
	.tbl_header	{width: 100%; margin: 0 -10px 0 0; line-height: 1.2em;}
	
	.tbl_header	img{width: 100%;}
	
    .tbl_header th{
		width: 100%;
        display: block;
		text-align: center;
	}
    .tbl_header td{
		width: 100%;
        display: block;
		text-align: center;
    }
}









/*　　キャッチ
------------------------------------------------------------------------------------------------------------*/


.catchcopy {
	font-size: 24px;
	text-align: center;
	margin: 60px auto;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	font-weight: lighter;
}
	

.catchcopy_s {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	margin: 30px auto 60px;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}
	


@media screen and (max-width: 768px) {
.catchcopy {
	font-size: 19px;
}
	
	
}








/*　　文字のみの枠
------------------------------------------------------------------------------------------------------------*/


.textbox {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	margin: 30px auto;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}
	


.textbox2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: lighter;
	text-align: center;
	margin: 30px auto;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}


@media screen and (max-width: 768px) {
.textbox2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-align: justify;
	margin: 30px auto;
	letter-spacing: 0.03em;
	line-height: 1.5em;
}

	
	
}





/*　　金額
------------------------------------------------------------------------------------------------------------*/



.price {
	font-size: 26px;
	text-align: center;
	margin: 60px auto;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	font-weight: bold;
}











/*　　　予約ボタン
------------------------------------------------------------------------------------------------------------*/


.btn_yoyaku {
	display: inline-block;
	width: 700px;
	margin: 50px auto;
	
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size: 20px;
	
	line-height: 50px;
	letter-spacing: 1em;
	text-indent: 1em;
	color: #FFF !important;
	
	background-color: #8C6900;
	border: 1px solid #8C6900;
	
	position: relative;
	z-index: 2;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}



.btn_yoyaku:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-color: #EBE5D4;
	color: #8C6900 !important;
}


/* 　予約ボタン 色 バックアップ 最初のデザイン

.btn_yoyaku {
	display: inline-block;
	width: 600px;
	margin: 50px auto;
	
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size: 20px;
	font-weight: lighter;
	line-height: 40px;
	letter-spacing: 1em;
	text-indent: 1em;
	color: #8C6900 !important;
	
	border: 1px solid #8C6900;
	
	position: relative;
	z-index: 2;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}



.btn_yoyaku:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-color: #EBE5D4;
}


*/




@media screen and (max-width: 767px) {
	.btn_yoyaku {
		width: 100%;
	}
}









/*　　　ページ移動用ボタン
------------------------------------------------------------------------------------------------------------*/




.arrow_btn {
	display: inline-block;
	position: relative;
	padding: 1em;
	width: 80%;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	
	color: #FFFFFF !important;
	
	
	background-color: #8C6900;
	border: 1px solid #8C6900;
	border-radius: 30px;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.arrow_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-color: #EBE5D4;
	color: #8C6900 !important;
}


.arrow_btn span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}

.arrow_btn:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}





@media screen and (max-width: 767px) {
.arrow_btn {
	font-size: 18px;
	padding: 0.7em;
	width: 100%;
}

}









/*　　　ページ移動用ボタン（戻る）
------------------------------------------------------------------------------------------------------------*/




.arrow-back_btn {
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	
	color: #FFFFFF !important;
	
	margin: 20px auto 100px;
	
	
	background-color: #8C6900;
	border: 1px solid #8C6900;
	border-radius: 30px;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.arrow-back_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-color: #EBE5D4;
	color: #8C6900 !important;
}


.arrow-back_btn span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}

.arrow-back_btn:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(-6px);
}





@media screen and (max-width: 767px) {
.arrow-back_btn {
	font-size: 18px;
	padding: 0.7em;
	width: 65%;
}

}












/*　　　4列テーブル（スマホでは1列）
------------------------------------------------------------------------------------------------------------*/

.tbl4 {
  width: 100%;
  font-size: 14px;
}

.tbl4 img{
  width: 100%;
}

.tbl4 th {
  width: 25%;
  box-sizing: border-box;
  padding: 8px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
}

.tbl4 td {
  width: 25%;
  box-sizing: border-box;
  padding: 8px;
  vertical-align: top;
  text-align: center;
}

@media all and (max-width: 767px) {
  .tbl4 th, .tbl4 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

}







/*　　画像 4列
------------------------------------------------------------------------------------------------------------*/


/* 親要素(コンテナ) */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

/* 子要素(アイテム) */
.flex-item {
	width: 25%;
	margin: 5px auto;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #fff;
}

.flex-item img{
	width: 100%;
}


@media all and (max-width: 767px) {

.flex-item {
	width: 50%;
}

}








/*　　　料金に含まれるもの
------------------------------------------------------------------------------------------------------------*/


.price-ttl {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	width: 100%;
	background-color: #989898;
	color: #FFFFFF;
	padding: 5px 3px;
}

.price-tx {
	width: 100%;
	text-align: justify;
	padding: 5px;
	font-weight: normal;
}

.price-tx span{
	display: block;
	font-size: 16px;
	font-weight: bold;
}

@media all and (max-width: 767px) {


.price-ttl {
	font-size: 16px;
}

}






/*　　　写真のフレーム（差し込み風）
------------------------------------------------------------------------------------------------------------*/


.photoframe {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.photoframe img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.photoframe:before,
.photoframe:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.photoframe:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.photoframe:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}










/*　　プラン
------------------------------------------------------------------------------------------------------------*/


.setplan {
	width: 800px;
	margin: 10px auto;
	padding: 10px;
}


.setplan-box {
	padding: 15px 15px 30px 15px;
	margin-bottom: 30px;
	border-bottom: #8C6900 5px dotted;
}


.setplan-box:last-child {
	padding: 15px 15px 30px 15px;
	margin-bottom: 0px;
	border-bottom: none;
}


.setplan-ttl {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: rgba(55,43,27,0.8);
}

.setplan-ttl span{
	font-size: 120%;
}


.setplan-ttl .tx-small{
	font-size: 55%;
}


.setplan-icon {
	font-size: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.setplan-icon img{
	vertical-align: middle;
	margin: 0px 10px;
}

.setplan-icon span{
	font-size: .5em;
}

.setplan-tx {
	font-size: 12px;
	text-align: left;
}



.setplan-tx2 {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}


.setplan-tx_m {
	font-size: 16px;
	text-align: left;
}


.setplan-price {
	font-size: 28px;
	text-align: left;
}

.setplan-price span{
	font-size: .5em;
}



@media all and (max-width: 767px) {
.setplan {
	width: 100%;
	padding: 0px;
	}

.setplan-box {
	padding: 15px 0px 30px 0px;
}

.setplan-box:last-child {
	padding: 15px 0px 30px 0px;
}

	
.setplan-ttl {
	font-size: 22px;
}

.setplan-icon {
	font-size: 24px;
}
.setplan-icon img{
	height: 70px;
}
	
.setplan-icon-small img{
	height: 50px !important;
	margin-bottom: 20px;
}

.setplan-tx {
	font-size: 11px;
}
	
.setplan-tx2 {
	font-size: 12px;
	padding-left: 0px;
}
	
.setplan-tx_m {
	font-size: 14px;
}

.setplan-price {
	font-size: 24px;
}
	
	
}








.setplan-box ul {
	width: 98%;
	text-align: left;
	padding: 0;
	padding-left: 1em;
	font-size: 16px;
}


.setplan-box ul li {
	margin-left: 0;
	margin-bottom: 20px;
	line-height: 1.3em;
}











/*　　セットプラン ブライダル用（アルバム写真付き）
------------------------------------------------------------------------------------------------------------*/



.set_plan_ttl_waku {
	padding: 5px 8px 6px 8px;
	border: solid 3px #787166;
	display: inline-block;
}






.bridal_album ul {
	width: 98%;
	text-align: left;
	padding: 0;
	padding-left: 1em;
	font-size: 16px;
	
}



.bridal_album ul li {
	margin-left: 0;
	margin-bottom: 20px;
	line-height: 1.3em;
}




.bridal_album ul li span {
	font-size: .8em;
}


.bridal_album_option {
	width: 100%;
	text-align: left;
	font-size: 1em;
}

.bridal_album_option span{
	font-size: .9em;
}





@media all and (max-width: 767px) {

.bridal_album ul {
	width: 100%;
	text-align: left;
	padding: 0;
	padding-left: 1em;
	font-size: 14px;
	
}

.bridal_album ul li {
	margin-left: 0;
	margin-bottom: 20px;
	line-height: 1.3em;
}
	

.bridal_album_option {
	font-size: 14px;
}
	
}










/*　　753シーズン割引
------------------------------------------------------------------------------------------------------------*/


.season_plan {
	width: 800px;
	margin: 10px auto;
	padding: 10px;
	border-radius: 5px;
	border: #8C6900 1px solid;
}

.season_ttl {
	width: 100%;
	background-color: #DDD5C1;
	text-align: left;
	font-size: 18px;
	color: #8C6900;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
}

.season_txbox {
	width: 100%;
	text-align: left;
	padding: 5px 5px 5px 15px;
}
.season_txbox2 {
	display: inline-block;
	text-align: left;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
}





@media all and (max-width: 767px) {

.season_plan {
	width: 100%;
}
	
.season_txbox {
	font-size: 110%;
}

	
}














/*　　点滅するおすすめ
------------------------------------------------------------------------------------------------------------*/



/* ピンクで点滅 */

.blinking{
	display: inline-block;
	padding : 2px 10px 3px;
	border-radius: 5px;
	font-size: 14px !important;
	font-weight: bold;
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
	vertical-align: top;
}

@-webkit-keyframes blink{
   0% { color      : #FF6699;          /* ブリンク時の文字色      */
        background : rgba(0,0,0,0);          /* ブリンク時の背景色      */
      }
 100% { color      : #ffffff;          /* ブリンク時の文字色      */
        background : #FF6699;          /* ブリンク時の背景色      */
      }
}
@-moz-keyframes blink{
   0% { color      : #FF6699;          /* ブリンク時の文字色      */
        background : rgba(0,0,0,0);          /* ブリンク時の背景色      */
      }
 100% { color      : #ffffff;          /* ブリンク時の文字色      */
        background : #FF6699;          /* ブリンク時の背景色      */
      }
}
@keyframes blink{
   0% { color      : #FF6699;          /* ブリンク時の文字色      */
        background : rgba(0,0,0,0);          /* ブリンク時の背景色      */
      }
 100% { color      : #ffffff;          /* ブリンク時の文字色      */
        background : #FF6699;          /* ブリンク時の背景色      */
      }
}



/*　　点滅しないピンク
------------------------------------------------------------------------------------------------------------*/



.pink-box{
	display: inline-block;
	padding : 4px 10px 5px;
	border-radius: 5px;
	font-size: 14px !important;
	line-height: 1.1em;
	font-weight: bold;
	vertical-align: top;
	
	color: #ffffff;
	background : #FF6699;
}

@media all and (max-width: 767px) {

.pink-box{
	display: inline-block;
	padding : 4px 10px 5px;
	border-radius: 5px;
	font-size: 12px !important;
	line-height: 1.1em;
	font-weight: bold;
	vertical-align: top;
	
	color: #ffffff;
	background : #FF6699;
}
}






/*　　四角い枠
------------------------------------------------------------------------------------------------------------*/


.square-box {
	display: inline-block;
	margin: 20px auto;
	border: solid #9F4142 1px;
	padding: 15px;
}

@media all and (max-width: 767px) {
	
.square-box800 {
	width: 97%;
	padding: 5px;
}
	
}











/*　　料金システム
------------------------------------------------------------------------------------------------------------*/

	

.system-item {
	width: 250px;
	padding: 20px;
	border: rgba(55,43,27,0.8) solid 2px;
	text-align: center;
	font-size: 20px;
	color: rgba(55,43,27,0.8);
}

	
.system-item-l {
	width: fit-content;
	padding: 20px;
	border: rgba(55,43,27,0.8) solid 2px;
	text-align: center;
	font-size: 20px;
	color: rgba(55,43,27,0.8);
    line-height: 1.5em;
    margin: 0 auto;
}

	
.system-item-s {
	width: 190px;
	padding: 20px;
	border: rgba(55,43,27,0.8) solid 2px;
	text-align: center;
	font-size: 18px;
	color: rgba(55,43,27,0.8);
}

.system-item-2 {
	width: 95%;
	text-align: center;
	font-size: 20px;
	color: rgba(55,43,27,0.8);
	margin: 10px auto 20px;
	padding: 10px 20px;
	border-bottom: rgba(55,43,27,0.5) solid 3px;
	background-color:  rgba(55,43,27,0.2);
}



.system-item-gradation-pink {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	margin: 10px auto 20px;
	padding: 10px 20px;
	
	background-image: linear-gradient(90deg, rgba(255, 117, 192, 1), rgba(255, 117, 139, 1));
}


.system-item-gradation-blue {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	margin: 10px auto 20px;
	padding: 10px 20px;
	
	background-image: linear-gradient(90deg, rgba(49, 213, 184, 1), rgba(5, 178, 206, 1));
}






.system img {
	max-width: 100%;
}


.system td {
  padding: 10px;
	text-align: center;
}



.system-tx {
    width: 90%;
    margin: 10px auto;
}



@media all and (max-width: 767px) {

.system,
.system td,
.system th {
  border-collapse: collapse;
  text-align: center;
}

.system th {
  width: 100%
}

.system td {
  padding: 3px;
  display: block;
  width: 100%;
}
	
	
.system-item-s {
	width: 250px;
	padding: 10px;
	font-size: 16px;
}
	
.system-item-2 {
	font-size: 99%;
	width: 100%;
}
    
	
.system-item-l {
	width: 100%;
}	

    
.system-tx {
    width: 99%;
    margin: 10px auto;
    text-align: justify;
}
}
	





.kakomi-box {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: rgba(255,255,255,0.30); /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}



@media all and (max-width: 767px) {
	
.kakomi-box {
 width: 98%;
}
	
}








/*　　NEW！ 吹き出し
------------------------------------------------------------------------------------------------------------*/


.new {
  position: relative;
  padding: 0px 5px;
  margin-top: 0;
	margin-bottom: 0px;
	z-index: 9999;
	text-align: center;
}

.balloon {
  position: absolute;
  display: inline-block;
  margin: -10px auto 0px;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
  color: #FFFFFF;
  font-size: 1vw;
  background: #E15187;
  border-radius: 13px;
}

.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 10px;
  bottom: -10px;
  border-right: 20px solid #E15187;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(-60deg);
}





.balloon-slick {
  position: absolute;
  display: inline-block;
  margin: 10px auto 0px;
  padding: 0px 10px;
  min-width: 40%;
  max-width: 100%;
  color: #FFFFFF;
  font-size: 1vw;
	line-height: 0;
  background: #E15187;
  border-radius: 13px;
}

.balloon-slick::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 10px;
  bottom: -10px;
  border-right: 20px solid #E15187;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(-60deg);
}








.new-photo {
	border: solid 3px #E15187;
}



@media all and (max-width: 767px) {
	
.balloon {
  margin: -7px auto 0px;
  padding: 5px 5px;
  min-width: 45%;
  max-width: 100%;
  background: #E15187;
  border-radius: 10px;
  font-size: 3.5vw;
}
	
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 10px;
  bottom: -10px;
  border-right: 20px solid #E15187;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(-60deg);
	z-index: -1;
}
	
	
	

.balloon-slick {
  margin: 10px auto 0px;
  padding: 0px 7px;
  min-width: 45%;
  max-width: 100%;
  color: #FFFFFF;
  font-size: 3.5vw;
	line-height: 0;
  background: #E15187;
  border-radius: 13px;
}


	
	
	
}

.balloon p {
  margin: 0;
  padding: 0;
}


.move {
    animation-name: fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.0s;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-5px)
    }
}







/*　　目立つ予約ボタン
------------------------------------------------------------------------------------------------------------*/


.reserve-max {
	width: 100%;
	background-color: #362B1F;
	opacity: .8;
	padding: 30px 10px;
	text-align: center;
} 



a.bt-reserve {
  display: block;
  position: relative;
	
  width: 500px;
	margin: 0 auto;
	
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
	line-height: 50px;
	letter-spacing: 0.2em;
	
  border: 2px solid #FFFFFF;
	
  padding-left: 40px;
	
  color: #FFFFFF;
	
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}


a.bt-reserve i{  
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background:#FFFFFF;
  color: #362B1F;
}

a.bt-reserve:hover{
  opacity: 0.7;
	background-color: #FFFFFF;
  color: #362B1F;
}



@media all and (max-width: 767px) {


a.bt-reserve {
  width: 95%;
}
}





/*　　コンセプト
------------------------------------------------------------------------------------------------------------*/

.concept-tx {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 3em;
	text-align: center;
	padding: 0px 0px 20px 0px;
}


.concept-tx img{
	max-width: 100%;
}



@media all and (max-width: 768px) {
.concept-tx {
	font-size: 14px;
	text-align: justify;
	width: 95%;
	margin: 0 auto;
	line-height: 2em;
}
}








/*　　会社概要
------------------------------------------------------------------------------------------------------------*/



.company {
    border-collapse: collapse;
    border-spacing: 0;
    width: 800px;
	margin: 0 auto;
}
.company tr {
    border-bottom: 1px solid #ACACAC;
}
.company tr th,
.company tr td {
    padding: 20px 0;
    text-align: left;
    vertical-align: top;
	line-height: 1.3em;
}
.company tr th {
    width: 15%;
    font-weight: bold;
}
.company tr td {
    width: 75%;
}

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

.company {
    width: 98%;
}
	
.company tr:first-child {
    border-top: 1px solid #ACACAC;
}

.company tr th {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 20px 0px 7px 0px;
}
	
.company tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 7px 0px 20px 0px;
}
}






