@charset "UTF-8";
/* CSS Document */


.ankt55 {
	width: max;
	height: 900px;
	overflow: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	border: 2px solid #045FB4;
	border-radius: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 10px #BBB;
	-moz-box-shadow: 0 0 10px #BBB;
	-webkit-box-shadow: 0 0 10px #BBB;
	margin: 0 0 20px;
}

.ankt h4{
font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字を中央に*/
	color: #21b3b4;	
}
table {
    margin: 20px auto;
    -webkit-overflow-scrolling: touch;
}

.tbl-r05 th {
  background: #21b3b4;
  border: solid 1px #808080;
  color: #fff;
  padding: 10px;
}
.tbl-r05 td {
　border: solid 1px #808080;
  padding: 10px;  
}

.tbl-r05 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
	  border: solid 1px #808080;
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #21b3b4;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 300px;
  }
} 




.heading-0180 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #21b3b4;
    font-size: 35px;
    margin-top: 50px;

}

.heading-0180::before,
.heading-0180::after {
    width: 5px;
    height: 40px;
    background-color: #ffff00;
    content: '';
}

.heading-0180::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-0180::after {
    transform: rotate(35deg);
    margin-left: 30px;
}


/*box225（３カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box225 {
    position: relative;
    width: 10%;		/*ボックスの幅*/
    float: left;		/*左に回り込み*/
    text-align: center;	/*内容をセンタリング*/
    padding: 3%;		/*ボックス内の余白*/
    padding-bottom: 20px;	/*下の余白だけ上書き*/
    background: #fff;		/*背景色*/
    border: 1px solid #eeeae2;	/*枠線の幅、線種、色*/
    margin-top: 0;
    margin-bottom: 20px;		/*上、右、下、左へのボックスの外に空けるスペース*/
    color: #666;		/*文字色*/
    height: 120px;
    margin-left: 0px;
    margin-right: 2px;
}
/*box2内の日付*/
.box225 span.date {
	position: absolute;
	position: absolute;
	left: -10px;	/*左から-10pxの場所に配置*/
	top: -10px;		/*上から-10pxの場所に配置*/
	background: #045fb4;	/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 12px;		/*文字サイズ*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*円形にする*/
	text-align: center;		/*文字をセンタリング*/
	transform: rotate(-20deg);	/*回転の角度*/
}
/*box2内のp(段落)タグ*/
.box225 p {
	padding: 0 !important;
	height: 4.5em;		/*高さ。*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
	font-size: 12px;	/*文字サイズ*/
	text-align: left;	/*文字を左よせ*/
}
/*段落タグにリンクが設定された場合の文字色*/
.box225 p a {
	color: #666;
}
/*box2内のh4(見出し)タグ*/
.box225 h4 {
    color: #045fb4;	/*文字色*/
    height: 3em;	/*高さ*/
    overflow: hidden;	/*オーバーした分は非表示に。*/
    font-size: 15px;
}

/*box2内のh3(見出し)タグ*/
.box225 h3 {
    color: #045fb4;	/*文字色*/
    height: 40px;	/*高さ*/
    overflow: hidden;	/*オーバーした分は非表示に。*/
    font-size: 12px;
	border: none;		/*枠線の幅、線種、色*/
	border-left:  none;	/*左の線の幅、線種、色*/
	 text-align: center;	/*内容をセンタリング*/
}


.box225 h3::first-letter {
	border-left: none;	/*左の線の幅、線種、色*/
padding-left: 0px;	
}

/*box2内のfigure(画像)タグ*/
.box225 figure {
	margin-bottom: 5px;	/*下に空けるスペース*/
}
/*box2内のbtn1。本体の設定はこの下のブロックにあります。*/
.box225 p.btn1 {
    height: auto;
    position: center;
    bottom: 5px;	/*box2の下から30pxの場所に配置*/
    width: 90%;		/*ボタンの幅*/
    margin-top: 10px;
}
.box225 p.btn1 a {
	display: block;
	padding: 5px 0;	/*上下、左右へのボタン内の余白*/
}

.contents h2.simple3 {
	background: none;padding: 0;
	font-size: 25px;	/*文字サイズ*/
	text-align: center;	/*文字を中央に*/
	color: #21b3b4;		/*文字色*/
}




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



	
/*box225（３カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box225 {
    width: 90px;		/*ボックスの幅*/
    height: 120px;
    padding: 3%;		/*余白の上書き*/
    margin-top: 0;
    margin-right: 0;
   margin-left: 10px;
    margin-bottom: 20px;		/*上、右、下、左へのボックスの外に空けるスペース*/
    line-height: 2;	/*行間*/
	float: left;	
}
/*box2内のp(段落)タグ*/
.box225 p {
	height: auto;	/*高さ。*/
	font-size: 100%;		/*文字サイズ*/
	margin-bottom: 15px;
}
/*box2内のh4(見出し)タグ*/
.box225 h4 {
	height: auto;	/*高さ*/
}
	
	/*box2内のh3(見出し)タグ*/
.box225 h3 {
	height: 50px;	/*高さ*/
}
.box225 p.btn1 {
    height: auto;
    position: center;
    bottom: 5px;	/*box2の下から30pxの場所に配置*/
    width: 90%;		/*ボタンの幅*/
    margin-top: 10px;
	font-size: 13px;
}
.box225 p.btn1 a {
	display: block;
	padding: 5px 0;	/*上下、左右へのボタン内の余白*/
}
	
	
	 
	 .heading-0180 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #21b3b4;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.heading-0180::before,
.heading-0180::after {
    width: 5px;
    height: 40px;
    background-color: #ffff00;
    content: '';
}

.heading-0180::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-0180::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

	
	
	}


a.btn_025 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
}
a.btn_0225:hover {
	color: #27acd9;
	background: #fff;
}



.table_design09 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.table_design09 tr {
  background-color: #e6f1f6;
}
.table_design09 tr:nth-child(even) {
  background-color: #fff;
}
.table_design09 th, .table_design09 td {
  padding: 1em;
}
.table_design09 thead th {
  background-color: #21b3b4;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table_design09 tbody th {
  color: #21b3b4;
}
@media screen and (max-width: 787px) {
  .table_design09 {
    border-radius: 0;
    text-align: left;
  }
  .table_design09 thead {
    display:none;
  }
  .table_design09 tr {
    background-color: unset;
  }
  .table_design09 th, .table_design09 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #21b3b4;
  }
  .table_design09 tbody th{
    background: #21b3b4;
    color:#fff;
    text-align: center;
  }
  .table_design09 td::before{
    content: attr(data-label);
    background-color: #e6f1f6;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
}
.heading-016 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 25px;
    margin-top: 80px;
}

.heading-016::before,
.heading-016::after {
    width: 5px;
    height: 40px;
    background-color: #FF9933;
    content: '';
}

.heading-016::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-016::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.heading-018 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 25px;
    margin-top: 50px;

}

.heading-018::before,
.heading-018::after {
    width: 5px;
    height: 40px;
    background-color: #FF0000;
    content: '';
}

.heading-018::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-018::after {
    transform: rotate(35deg);
    margin-left: 30px;
}


.button-049 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    padding: .9em 2em;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #21b3b4;
    background-color: #21b3b4;
    color: #fff;
    font-weight: 600;
    font-size: 2em;
}


.button-049 a {
    color: #fff;
   }




@media screen and (max-width:700px){
	.heading-016 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 20px;
    margin-top: 50px;
}

.heading-016::before,
.heading-016::after {
    width: 5px;
    height: 40px;
    background-color: #FF9933;
    content: '';
}

.heading-016::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-016::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
	
	
.heading-018 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 20px;
    margin-top: 50px;
}

.heading-018::before,
.heading-018::after {
    width: 5px;
    height: 40px;
    background-color: #FF0000;
    content: '';
}

.heading-018::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-018::after {
    transform: rotate(35deg);
    margin-left: 30px;
}





.button-049 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    padding: .9em 2em;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #21b3b4;
    background-color: #21b3b4;
    color: #fff;
    font-weight: 600;
    font-size: 2em;
}


.button-049 a {
    color: #fff;
   }
   }

.readmore {
    position: relative;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #21b3b4;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  border: 2px solid #21b3b4;
}

.readmore label::before{
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}





.readmore2 {
    position: relative;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding: 0 0 75px;
}

.readmore2 label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #21b3b4;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  border: 2px solid #21b3b4;
}

.readmore2 label::before{
  content: '続きを見る';
}

.readmore2 input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore2 input[type="checkbox"]{
  display: none;
}

.readmore-content2 {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.readmore2 input[type="checkbox"]:checked ~ .readmore-content2 {
  height: auto;
}



/*飲食店メニューページ
---------------------------------------------------------------------------*/
/*ブロック内にある、全ての写真ブロックを囲むボックス*/
.list-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);	/*２列にする。３列がいいなら、(3, 1fr)とすればOKです。*/
	gap: 2rem;	/*写真ブロック同士に空けるマージン的な要素。*/
	margin-bottom: var(--global-space);	/*ボックスの下に空けるスペース。css冒頭で指定しているglobal-spaceを読み込みます*/
}

	/*画面幅1400px以上の追加指定*/
	@media screen and (min-width:1400px) {

	.list-menu {
		grid-template-columns: repeat(4, 1fr);	/*4列にする*/
	}

	}/*追加指定ここまで*/


/*list（メニュー写真や説明が入ったボックス一個あたり）
---------------------------------------------------------------------------*/
/*list内の全ての要素のマージンを一旦リセット*/
.list * {
	margin: 0;
}

/*ボックス１個あたり*/
.list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;			/*ボックス内の余白*/
    background: #fff;		/*背景色*/
    color: #555;			/*文字色*/
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
    margin-bottom: 15px;
}

/*リンクテキストがある場合に親要素のカラーを引き継ぐ*/
.list a {
	color: inherit;
}

/*価格*/
.list h4 .price {
	background: #e1e1e1;	/*背景色*/
	font-weight: normal;	/*h要素のデフォルトの太字を標準にする*/
	border-radius: 100px;	/*角を丸くする指定。大きければ適当でOK。*/
	padding: 0.3rem 1rem;	/*価格内の余白。上下、左右へ。*/
	margin-left: 1rem;		/*左側に1文字分のスペースを空ける。メニュータイトルとの隙間の調整です。*/
	font-size: 0.8rem;		/*文字サイズを80%に*/
}

/*ブロック内のp要素*/
.list p {
	margin: 0;padding: 0;
	font-size: 0.85rem;	/*文字サイズを85%に*/
	line-height: 1.8;	/*行間を少し狭く*/
}

/*アイコン*/
.list .newicon {
	position: absolute;
	left: -5px;	/*左からの配置場所。マイナスがついているので本来の向きとは逆に移動する。*/
	top: -10px;	/*上からの配置場所。マイナスがついているので本来の向きとは逆に移動する。*/
	background: var(--primary-color);	/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	color: var(--primary-text-color);	/*背景色。css冒頭で指定しているprimary-text-colorを読み込みます*/
	font-size: 0.7rem;	/*文字サイズ。70%。*/
	width: 5em;			/*アイコンの幅。4文字分。*/
	line-height: 5em;	/*行間ですが、高さとして使っています。上のwidthと揃えれば正円になります。*/
	border-radius: 50%;	/*円形にする指定。*/
	text-align: center;	/*テキストをセンタリング*/
}

/*ボックス内のfigure画像*/
.list figure img {
	margin-bottom: 0.5rem;	/*画像の下に空けるスペース*/
}






/*list-grid1
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-grid1 {
	display: grid;
	color: var(--text-color);	/*文字色。css冒頭で指定しているtext-colorを読み込みます*/	
}

/*ボックス１個あたり*/
.list-grid1 .list {
    display: grid;
	border-radius: 5px;	
}

/*list内の全ての要素のmarginとpaddingを一旦リセット*/
.list-grid1 .list * {
	margin: 0;padding: 0;
}

/*ボックス内のp要素*/
.list-grid1 .list p {
	font-size: 0.85rem;	/*文字サイズを85%に*/
}

.list-grid1 .list h4 {
    color: #21b3b4;	/*文字色*/
    height: auto;	/*高さ*/
    overflow: hidden;	/*オーバーした分は非表示に。*/
    font-size: 130%;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
}



	/*画面幅500px以上の追加指定*/
	@media screen and (min-width:500px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(2, 1fr);	/*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/

	/*画面幅500px以上の追加指定*/
	@media screen and (max-width:500px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(2, 1fr);	/*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/



	/*画面幅800px以上の追加指定*/
	@media screen and (min-width:800px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(3, 1fr);	/*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list-grid1 .list {
	padding: 1rem;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
    grid-template-rows: auto 1fr;	/*１つ目（この場合はfigure要素のサイズ）は自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のfigure画像*/
.list-grid1 .list figure img {
	margin-bottom: 0.5rem;	/*画像の下に空けるスペース*/
}



/*ボックス内のボタン（共通）*/
.btn35 a {
    display: block;
    text-decoration: none;
    border: 1px solid #21b3b4;		/*枠線の幅、線種、色*/
    text-align: center;			/*テキストをセンタリング*/
    padding: 20px 30px;			/*上下、左右へのボタン内の余白*/
    background: #21b3b4;	/*背景色*/
    color: #fff !important;		/*文字色*/
    border-radius: 3px;		/*角丸のサイズ*/
    padding: 10px 60px;		/*上下、左右へのボタン内の余白*/
    font-size: 20px;
}
/*ボタンのマウスオン時（共通）*/
.btn35 a:hover {
	background: #fff;	/*背景色*/
	color: #21b3b4 !important;		/*文字色*/
}


/*list-grid1
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-grid1 {
	display: grid;
	color: var(--text-color);	/*文字色。css冒頭で指定しているtext-colorを読み込みます*/	
}

/*ボックス１個あたり*/
.list-grid1 .list {
    display: grid;
	border-radius: 5px;	
}

/*list内の全ての要素のmarginとpaddingを一旦リセット*/
.list-grid1 .list * {
	margin: 0;padding: 0;
}

/*ボックス内のp要素*/
.list-grid1 .list p {
	font-size: 0.85rem;	/*文字サイズを85%に*/
}

.list-grid1 .list h4 {
    color: #21b3b4;	/*文字色*/
    height: auto;	/*高さ*/
    overflow: hidden;	/*オーバーした分は非表示に。*/
    font-size: 130%;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
}



	/*画面幅500px以上の追加指定*/
	@media screen and (min-width:500px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(2, 1fr);	/*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/

	/*画面幅500px以上の追加指定*/
	@media screen and (max-width:500px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(2, 1fr);	/*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/



	/*画面幅800px以上の追加指定*/
	@media screen and (min-width:800px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(3, 1fr);	/*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list-grid1 .list {
	padding: 1rem;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
    grid-template-rows: auto 1fr;	/*１つ目（この場合はfigure要素のサイズ）は自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のfigure画像*/
.list-grid1 .list figure img {
	margin-bottom: 0.5rem;	/*画像の下に空けるスペース*/
}


