@charset "utf-8";
/* CSS Document すすめViking*/
/*メインビジュアル--------------------*/
#full {
	text-align: center;
}
.mv_pc {
	height: 100vh;
	/*width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;*/
}
.box__bg_photo {
	background-image: url(../img/full.jpg);
	background-size: cover;
	background-position: center;
	height: 700px;
}
#full .mv_sp{
	display: none;
}
@media only screen and (max-width: 750px) {
#full .mv_pc{
	display: none;
}
#full .mv_sp{
	display: block;
}
#full .mv_sp img{
	width: 100%;
}
}
/*下層　キービジュアル＆キャッチ------------------------------*/
#mainimg {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#mainimg #mi #mi_pc {
	display: block;
}
#mainimg #mi #mi_sp {
	display: none;
}
#mainimg h2 {
	font-family: 'Marcellus', serif;
	color: #fff;
	font-size: 180%;
	top: 55%;
	left: 55%;
	margin-left: -100px;
	text-align: center;
	position: absolute;
}
#mainimg h2 span {
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 60%;
}
@media only screen and (max-width: 750px) {
#mainimg #mi #mi_pc {
	display: none;
}
#mainimg #mi #mi_sp {
	display: block;
}
#mainimg h2 {
	font-size: 120%;
	top: 30%;
	position: absolute;
}
}

/*見出し-------------------------*/
#page_title {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#page_title h2 {
	font-family: 'Marcellus', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0 auto;
	font-size: 180%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page_title h3 {
	padding-top: 20px;
	font-size: 140%;
	color: #e80013;
	padding-top: 10px;
}
#page_title p {
	padding-top: 15px;
}
@media only screen and (max-width: 750px) {
#page_title {
	padding-top: 10px;
	padding-bottom: 10px;
}
#page_title p {
	text-align: left;
}
}
/*--*/
h2.section_title {
	font-size: 140%;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2.section_title:after {
	display: block;
	content: '';
	width: 80px;
	border-bottom: 2px solid #e80013;
	position: absolute;
	bottom: -1px;
}
.section_title span{
	font-size: 70%;
	font-weight:normal;
}
/*--*/
h3.sub_title {
	font-size: 130%;
	color: #e80013;
	margin: 10px 0px 10px 0px;
}
/*新着情報-----------------------------*/
#home #news-area {
	max-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 70px;
	margin: 0 auto;
	position: relative;
}
#home #news-area h2 {
	font-family: 'Marcellus', serif;
	font-size: 140%;
	position: absolute;
	left: 5px;
	top: 4px;
	font-weight: bold;
}
#home #news-area p {
	position: absolute;
	left: 5px;
	top: 60px;
}
#home #news-area p a {
	display: block;
	border: 1px solid #e80013;
	padding: 5px 25px 5px 25px;
	color: #e80013;
}
#home #news-area p a:link, #home #news-area p a:visited, #home #news-area p a:active {
	color: #e80013;
}
#home #news-area p a:hover {
	color: #ffffff;
	background: #e80013;
}
#home #news-area #news-list dl {
	margin-top: 25px;
	margin-left: 150px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	max-width: 565px;
}
#home #news-area #news-list dt {
	float: left;
	padding-top: 10px;
	width: 85px;
	color: #e80013;
}
#home #news-area #news-list dd {
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 100px;
}

@media only screen and (max-width: 750px) {
#home #news-area {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#home #news-area h2 {
	position: relative;
	left: 0;
	top: 0;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding: 0 0 10px;
}
#home #news-area p {
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
}
#home #news-area p a {
	width: 200px;
	margin: 20px auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#home #news-area #news-list dl {
	border-left: none;
	margin-top: 8px;
	margin-left: 0;
	padding-left: 0;
}
#home #news-area #news-list dt {
	float: none;
	display:block;
	padding-top: 10px;
	width: auto;
	color: #e80013;
}
#home #news-area #news-list dd {
	display:block;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0;
}
}
/*トピックス------------------------------------------------------*/
#top_link {
	margin-top: 50px;
}
#top_link .topics {
	max-width: 980px;
}
#top_link .topics a:hover {
	color: #000;
}
#top_link .topics .list {
	max-width: 980px;
	margin: 0 auto;
}
#top_link .topics .list li {
	margin-right: 5%;
	float: left;
	overflow: hidden;
	width: 30%;
}
#top_link .topics li img {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
#top_link .topics h3 {
	font-family: 'Marcellus', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 160%;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
}
#top_link .topics h3 span {
	font-size: 55%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e80013;
	border-width : 2px 0px 2px 5px;
}
#top_link .topics .list li.last {
	margin-right: 0;
}

@media only screen and (max-width: 750px) {
#top_link {
	margin-top: 0px;
}
#top_link .topics {
	padding-top: 0px;
}
#top_link .topics .list li {
	width: 100%;
	margin-top: 30px;
	margin-right: 0;
	float: none;
}
}
/*facebook--------------*/
#fb {
	margin-top: 30px;
	max-width: 60%;
	margin: 0 auto;
}
#fb a{
	color: #3b5998;
}
#fb p {
	padding-top: 3px;
}
#fb span {
	font-size: 120%;
	font-weight: bold;
	padding-left: 15px;
}
#fb li {
	float: left;
	overflow: hidden;
	width: 48%;
}
#fb li.right {
	border-right: 1px solid #fff;
}
@media only screen and (max-width: 750px) {
#fb {
	margin-top: 0px;
	max-width: 100%;
}
#fb li {
	padding-top: 40px;
	float: none;
	overflow: hidden;
	width: 100%;
}
}
/*コンセプト------------------------------------------------------*/
#concept .topics {
	max-width: 980px;
	padding-top: 30px;
}
#concept .topics a:hover {
	color: #000;
}
#concept .topics .list {
	max-width: 980px;
	margin: 0 auto;
}
#concept .topics .list li {
	margin-right: 5%;
	float: left;
	overflow: hidden;
	width: 30%;
}
#concept .topics li img {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
#concept .topics .list li.last {
	margin-right: 0;
}
@media only screen and (max-width: 750px) {
#concept .topics {
	padding-top: 0px;
}
#concept .topics .list li {
	width: 100%;
	margin-top: 30px;
	margin-right: 0;
	float: none;
}
}
/*メニュ－------------------------------------------------------*/
#menu_link{
	margin-top: 30px;
}
/*店舗情報(一覧)--------------------------------------------------*/
#shop_list {
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
#shop_list dl {
	padding: 5px 0px 10px 0px;
}
#shop_list dt {
	font-size: 120%;
	float: left;
	/*width: 25%;*/
	width: 36%;
	position: relative;
}
#shop_list dt span {
	font-size: 77%;
	text-align: right;
	position: absolute;
	right: 30px;
	bottom: 5px;
}
#shop_list dd {
	padding-top: 5px;
	padding-left: 25%;
}
#shop_list li {
	float: left;
	padding-left: 20px;
}
.shop_btn {
	border: 1px solid #000;
	padding: 5px 13px 5px 10px;
	width: 30%;
}
.shop_btn:hover {
	border: 1px solid #e80013;
}

@media only screen and (max-width: 750px) {
#shop_list dt {
	float: none;
	width: 100%;
}
#shop_list dd {
	padding-left: 0%;
}
#shop_list dt span {
	font-size: 77%;
	text-align: right;
	position: absolute;
	padding-top: 5px;
	right: 5px;
}
#shop_list li {
	float: none;
	padding-top: 5px;
	padding-left: 0px;
	width: 100%;
}
}
/*店舗情報--------------------------------------------------*/
#shop_box {
	margin-top: 50px;
}

@media only screen and (max-width: 750px) {
#shop_box {
	margin-top: 20px;
}
}
/*住所電話*/
#shop_ad {
	margin: 5px 0px 10px 0px;
}
#shop_ad dl {
	max-width: 100%;
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
#shop_ad dt {
	font-weight: bold;
	float: left;
	width: 20%;
}
#shop_ad dd {
	padding-left: 20%;
}

@media only screen and (max-width: 750px) {
#shop_ad dt {
	float: none;
	width: 100%;
}
#shop_ad dd {
	width: 100%;
	padding-left: 0px;
}
}
/*店舗情報詳細*/
#shopinfo {
	border-top: 1px solid #ccc;
}
#shopinfo dl {
	max-width: 100%;
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
#shopinfo dt {
	font-size: 90%;
	font-weight: bold;
	float: left;
	width: 20%;
}
#shopinfo dd {
	padding-left: 20%;
}


#hotinfo dl {
	max-width: 100%;
	padding: 10px 0px 10px 0px;
}
#hotinfo dt {
	clear: left;
	font-weight: bold;
	float: left;
	width: 20%;
}

#hotinfo dl dd.scrpt{
	float: left;
	width: 290px;
}
#hotinfo dl dd.setumei{
	width: 38%;
	float: left;
}
@media only screen and (max-width: 750px) {
#shopinfo dt {
	float: none;
	width: 100%;
}
#shopinfo dd {
	width: 100%;
	padding-left: 0px;
}
#hotinfo dt {
	float: none;
	width: 100%;
}
#hotinfo dd {
	width: 100%;
	padding-left: 0px;
	padding-top: 10px;
}
}

/*カレンダー*/
.shop_calendArea {
	display:flex;
	justify-content: space-around;
	margin:20px auto;
}
.shop_calendArea img {
	width: 48%;
	height: auto;
}
@media only screen and (max-width: 750px) {
.shop_calendArea {
	display:block;
}
.shop_calendArea img {
	width: 100%;
	margin:0 auto 18px  auto;
}
}

/*外部リンク*/
#otherlink {
	max-width: 980px;
	margin-top: 30px;
}
#otherlink li {
	float: left;
	width: 50%;
	text-align:center;
}
#otherlink img {
	width: 90%;
	height: auto;
	padding-top:20px;
}

@media only screen and (max-width: 750px) {
#otherlink li {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#otherlink img {
	width: 100%;
	height: auto;
}
}
/*キャンペーン情報*/
#shopcampaign {
	margin-top: 30px;
	max-width: 980px;
}
#shopcampaign li {
	padding-top: 5px;
	float: left;
	overflow: hidden;
	width: 33%;
}
#shopcampaign li img {
	width: auto;
	max-height: 350px;
}

@media only screen and (max-width: 750px) {
#shopcampaign {
	width: 100%;
}
#shopcampaign li {
	width: 100%;
	float: none;
	padding-top: 10px;
}
#shopcampaign li img {
	width: 100%;
	max-height: auto;
}
}
/*パート・アルバイト情報はこちら*/
#shop_work_link {
	padding-top: 50px;
}
#shop_work_link .button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
#shop_work_link .button::before, #shop_work_link .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#shop_work_link .button, #shop_work_link .button::before, #shop_work_link .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#shop_work_link .button {
	background-color: #a2000d;
	color: #fff;
}
#shop_work_link .button:hover {
	background-color: #e80013;
}
/*インドアビュー*/
.iframe_content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.iframe_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


/*アルバイト・パート情報----------------------------------------------------------------------------------------------*/
/*募集要項*/
#workinfo {
}
#workinfo dl {
	max-width: 100%;
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
#workinfo dt {
	font-size: 90%;
	font-weight: bold;
	float: left;
	width: 20%;
}
#workinfo dd {
	padding-left: 20%;
}

@media only screen and (max-width: 750px) {
#workinfo dt {
	float: none;
	width: 100%;
}
#workinfo dd {
	width: 100%;
	padding-left: 0px;
}
}
/*応募フォームリンク*/
#work_entry_link {
	padding-top: 50px;
}
#work_entry_link .button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
#work_entry_link .button::before, #work_entry_link .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#work_entry_link .button, #work_entry_link .button::before, #work_entry_link .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#work_entry_link .button {
	background-color: #a2000d;
	color: #fff;
}
#work_entry_link .button:hover {
	background-color: #e80013;
}
/*メニュー----------------------------------------------------------------------------------------------*/
#menu_link li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
/*個別記事　前の記事へ　次の記事へ----------------------------------------------------------------------------------------------*/
.single-navi {
	margin: 0 auto;
	max-width: 750px;
	position: relative;
	margin-top: 50px;
}
.snavi_left {
	position: absolute;
	left: 0;
}
.snavi_right {
	position: absolute;
	right: 0;
}
/*団体予約注意書き*/
#group_attention ul{
	padding-top: 20px;
	color: #ff0000;
}
/*エントリーフォーム-----------------------------------------------------------*/ 
#mail_form {
	max-width: 100%;
}
#mail_form dl {
	padding: 10px;
	border-top: 1px solid #ccc;
}
#mail_form dt {
	margin: 8px 0px 8px 0px;
	font-weight: bold;
	float: left;
	width: 25%;
}
#mail_form dt span {
	color: #ff0000;
}
#mail_form dd {
	margin: 8px 0px 8px 0px;
	padding-left: 30%;
}
#mail_form iframe {
	border: 1px solid #ccc;
}
#mail_form h3 {
	font-size: 130%;
	color: #e80013;
	margin: 10px 0px 10px 0px;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 750px) {
#mail_form dl {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #ccc;
}
#mail_form dt {
	margin: 8px 0px 8px 0px;
	font-weight: bold;
	float: none;
	width: 100%;
}
#mail_form dd {
	margin: 8px 0px 8px 0px;
	padding-left: 0%;
}
}
/*フォームパーツ*/ 
span.wpcf7-list-item {
	display: block;
}
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"] {
	width: 100%;
	height: 25px !important;
}
.wpcf7 input[name="your-tel"] {
	width: 80%;
	height: 25px !important;
}
.wpcf7 select[name="your-reason"] {
	padding: 5px;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
	height: 150px !important;
}
.wpcf7 input[name="your-name01"], .wpcf7 input[name="your-name02"], .wpcf7 input[name="your-name-kana01"], .wpcf7 input[name="your-name-kana02"] {
	width: 40%;
	height: 25px !important;
}
.wpcf7 input[name="your-age"] {
	height: 25px !important;
}
.wpcf7 input[name="your-email_confirm"] {
	width: 100%;
	height: 25px !important;
}
/*個人法人*/ 
span.wpcf7-list-item {
	display: block;
}
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"] {
	width: 100%;
	height: 25px !important;
}
.wpcf7 input[name="pref"], .wpcf7 input[name="addr"], .wpcf7 input[name="addr2"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-company"], .wpcf7 input[name="your-section"], .wpcf7 input[name="your-position"] {
	width: 80%;
	height: 25px !important;
}
.wpcf7 select[name="shop-list"] {
	padding: 5px;
}
.wpcf7 input[name="zip"] {
	width: 30%;
	height: 25px !important;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
	height: 150px !important;
}
/*入力もれ*/
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
	color: #ff0000;
}
/*送信ボタン*/
.wpcf7-submit {
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-top: 50px;
	font-size: 1.2em;
	padding: 5px 30px;
	background-color: #e80013;
	color: #fff;
	border-style: none;
}
.wpcf7-submit:hover:enabled {
	background-color: #cc0920;
	color: #fff;
}
/*あなたのメッセージは送信されました。ありがとうございました。*/
#mail_form .screen-reader-response {
	display: none;
}
#mail_form .wpcf7-response-output, .wpcf-7-mail-sent-ok {
	margin: 0 auto;
	text-align: center;
	color: #e80013;
}


/*トップバナーブロック------------------------------------------------------*/

#top_bunnnar {
	margin-top: 20px;
}
#top_bunnnar2 {
	margin:20px auto 0 auto;
}
#top_bunnnar .bunnerbox, .bunnerbox2 {
	max-width: 980px;
}
.bunnerbox2 {
	display: flex;
	justify-content: space-between !important;
	flex-basis:478px !important;
	align-items: flex-start;
}
.wifibunner2 div {
	margin-bottom:20px;
	max-width:478px;
	margin-right:20px;
}
#top_bunnnar2 .logobox{
	border: 2px solid #00b900;
	margin-right:0 !important;
	max-width:478px;
}

#top_bunnnar .bunnerbox .list {
	max-width: 980px;
	margin: 0 auto !important;
	padding:0;
}
#top_bunnnar .bunnerbox .list li:nth-child(2){
	margin-right:0;
}
#top_bunnnar .bunnerbox .list li {
	margin-right: 2%;
	float: left;
	overflow: hidden;
	width: 48%;
}
#top_bunnnar .birthbunner {
	margin-top: 7px;
}

#top_bunnnar .bunnerbox .boxlist {
	max-width: 478px;
	margin: 0 auto;
}
#top_bunnnar .bunnerbox .boxlist img {
	margin: 10px 0 10px 3%;
	float: left;
	width: 46% !important;
}
.boxlist img {
	margin: 10px 0 10px 3%;
	float: left;
	width: 48% !important;
}
#top_bunnnar .snsbunnerbox{
	border: 2px solid #4267b2;
	border-spacing: 0;
}

#top_bunnnar .snsbunnerbox td{
	padding: 10px 0 0 0;
}
#top_bunnnar  table{
	margin: 10px 0 0 0;
}

#top_bunnnar .bunnerbox .boxlist li img{
	border-radius: 3px;
}
#top_bunnnar .bunnerbox .list .last{
	float: right;
}

#top_bunnnar .titlefacebook{
	background-color: #4267b2;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	margin: 8px 0 8px 0;
}

@media only screen and (max-width: 750px) {
#top_bunnnar {
	margin-top: 0px;
}
#top_bunnnar2 {
	margin: 20px auto 10px auto !important;
}

#top_bunnnar .bunnerbox {
	padding-top: 0px;
}
#top_bunnnar .bunnerbox .list li {
	width: 100%;
	margin-top: 5px;
	margin-right: 0;
	float: none;
}
.bunnerbox2 {
	width:100%;
	display:block !important;
	margin:0 auto !important;
	text-align:center;
}
#top_bunnnar .bunnerbox .boxlist img {
	float: left;
	width: 45%;
}	
.wifibunner {
	margin-bottom: 24px !important;
}
#top_bunnnar .birthbunner {
	margin-top: 15px;
}

.wifibunner2 {
	width:100%;
}
.wifibunner2 div {
	width:100%;
	text-align:center;
	margin:0 auto 20px auto;
}
.wifibunner2 div img {
	margin:0 auto;
	max-width:100%;
	height:auto;
}
#top_bunnnar2 .logobox{
	margin-right:auto !important;
	margin-left:auto !important;
	width:100%;
}
.logobox div{
	width:100%;
	margin:0 auto !important;
	text-align:center;
}
.logobox div img{
	margin:0 auto;
	max-width:478px;
	height:auto;
}
.boxlist {
	margin: 0;
	max-width:478px !important;
}
.boxlist img {
	padding: 10px 0 10px 3% !important;
	margin:0 !important;
	float:none;
	display:block;
	text-align:left !important;
	width: 48% !important;
	height:auto;
}

}
/*ラインページ----------------------------------------------------------------------------------------------*/

#line-viking{
	width:100%;
}

.line-title img{
	display: block;
	width: 250px;
	height: 90px; 
	text-align:center;
	margin: 0 auto;
	padding-bottom: 20px;
}
.line_qr{
	margin-bottom:50px;
	display:flex;
	justify-content:center;
}

.line_qr li{
	width:30%;
	border:1px solid #000000;
	margin: 0 20px 30px 20px;
	text-align:center;
	padding:15px 10px;
}

.line_qr_zzz li:nth-child(3n){
	margin-left:0;
	margin-right:10%;
}

.line_qr h3{
	font-size:23px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #000000;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.line_qr h4{
	color:#FFFFFF;
	width:170px;
	margin-left:auto;
	margin-right:auto;
	background-color:#7c222b;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
}

.line_qr h5{
	color:#FFFFFF;
	width:170px;
	margin-left:auto;
	margin-right:auto;
	background-color:#e60012;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
}

.line_qr img{
	width:60%;
	margin:0;
}

.line_qr p{
	font-size:16px;
	margin-bottom:20px;
}


.what_line{
	border:3px solid #00b900;
	padding:40px;
	border-radius: 30px;
}

.what_line .head{
	overflow:hidden;
	margin-bottom:30px;
}

.what_line .head h3{
	font-size:23px;
	margin-bottom:7px;
}

.what_line .head img{
	float:left;
	margin-right:20px;
	width:auto;
}

.what_line .download{
	overflow:hidden;
	margin-bottom:30px;
}

.what_line .download h3 , .what_line .touroku h3{
	background:#cccccc;
	font-size:18px;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}

.what_line .download .b_left{
	width:50%;
	float:left;
	border-right:1px solid #000000;
}

.what_line .download .b_left img{
	width:auto;
	float:left;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
}

.what_line .download .b_left p{
	clear:both;
}

.what_line .download .b_right{
	width:45%;
	float:right;
	padding-left:35px;
}

.what_line .download .b_right img{
	width:auto;
	float:right;
	margin-right:40px;
}

.what_line .touroku ul{
	overflow:hidden;
}

.what_line .touroku ul li{
	width:30.5%;
	float:left;
	padding:0 15px;
}

.what_line .touroku ul li:first-child{
	padding-left:0;
	border-right:1px solid #000000;
}

.what_line .touroku ul li:last-child{
	padding-right:0;
	border-left:1px solid #000000;
}

.what_line .touroku ul li h4{
	border:1px solid #000000;
	font-size:15px;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}

@media only screen and (max-width: 750px) {
	
#line-viking{
	max-width:100%;
}
	
.line-title img{
	display: block;
	width: 60%;
	height: 60%; 
	text-align:center;
	margin: 0 auto;
	padding-bottom: 10px;
}
.line_qr {
	display:block; 
}
.line_qr li{
	width:99%;
	display:block; 
	border:1px solid #000000;
	margin:0 auto 30px auto;
	text-align:center;
	padding:15px 0;
}

.line_qr h3{
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #000000;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.line_qr h4{
	margin-left:auto;
	margin-right:auto;
	background-color:#7c222b;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
}

.line_qr img{
	width:30%;
	margin:0 0 20px 0;
}

.line_qr p{
	font-size:14px;
	margin-bottom:10px;
}

.what_line{
	border:2px solid #00b900;
	padding:15px;
	border-radius: 20px;
}

.what_line .head{
	margin-bottom:30px;
}

.what_line .head h3{
	font-size:16px;
	margin-bottom:7px;
}

.what_line .head img{
	max-width: 50px !important;
	width:50px;
	margin-right:20px;
	width:auto;
}

.what_line .download{
	margin-bottom:30px;
}

.what_line .download h3 , .what_line .touroku h3{
	font-size:15px;
	padding:10px;
	margin-bottom:20px;
}


.what_line .download .b_left img{
	width:45%;
	float:left;
	margin-right:5%;
	margin-top:5px;
	margin-bottom:5px;
}

.what_line .download .b_left p{
	clear:both;
}

.what_line .download .b_left{
	width:100%;
	border-right:none;
	border-bottom:1px solid #000000;
	padding-bottom:20px;
}

.what_line .download .b_right{
	width:100%;
	padding-top:20px;
	padding-left:0;
	text-align:center;
}

.what_line .download .b_right img{
	margin-bottom:10px;
	float:none;
	margin-right:auto;
	margin-left:auto;
}

.what_line .download .b_right p{
	text-align:left;
}

.what_line .touroku ul{
	overflow:hidden;
}

.what_line .touroku ul li{
	width:100%;
	float:left;
	padding:0;
	margin-bottom:20px;
}

.what_line .touroku ul li:first-child{
	padding-left:0;
	border-right:none;
}

.what_line .touroku ul li:last-child{
	padding-right:0;
	border-left:none;
}

.what_line .touroku ul li h4{
	font-size:15px;
	padding:10px;
	margin-bottom:20px;
}

.top_banner ul{
	overflow:hidden;
	margin-top:30px;
}

.top_banner ul li{
	float:left;
	width:460px;
	margin-right:30px;
}

.top_banner ul li:nth-child(2n){
	margin-right:0;
}
}



.pc{display:inline !important;}

.sp{display:none !important;}

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

.pc{display:none !important;}

.sp{display:inline !important;}

}

.yellow1{background:#ffffcc;}
.Birth23 {margin:-5px 0 0 0 !important;}
.birthdaynote{
	width:600px;
	height:auto;
	margin:20px auto !important;
	padding-bottom:20px !important;
}
.birthdaycard {
	width:300px;
	margin: 2em auto;
	padding:1em;
	background: #fff6e6;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.mybox{
	margin: 2em auto;
	padding: 20px;
	position: relative;
	z-index: 0;
	width:300px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.mybox:before{
	background: repeating-linear-gradient(-45deg, #fff6e6, #fff6e6 5px, #ee8992 0, #ee8992 10px);
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
.mybox:after{
	background: #fff;
	content: '';
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: -1;
}
.note6{
  background-color: #fff6e6;
  color: #ee8992;
  margin: 2em 0;
  font-weight: bold;
  border: solid 1px #ee8992;
  padding: 0.3em 1em 2em 1em;
  box-shadow:2px 2px 0 rgba(0,0,0,.1);
  border-radius: 7px;
}
.sen6{
  background-color: #fff6e6;
  background-image:
  linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}
.BithdayHow {
	display: inline-block;
	position: relative;
	padding: 15px 20px;
	width:560px;
	font-size: 120%;
	font-weight:bold;
	color: #FFF;
	background: #94252b;
	text-align:center;
	margin:1em auto 0 auto !important;
}
.BithdayHow p {
	line-height:120% !important;
}

.BithdayHow:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(123,40,44);
}
.BithdayHow:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(123,40,44);
}

.sen6 ul li::before {
	content: "\f00c";
	font-family: fontawesome;
	margin-right: 10px;
	color:#c5313c;
	font-size:1.2em;
}
.sen6 ul{
	list-style-position: outside !important;
}
.sen6 ul li {
	color:#422320;
	margin-bottom:2em;
	text-indent: -2em;
	padding-left: 2em;
}

.birthdayBox1 {
	width:95%;
	margin: 2.5em auto;
	padding-bottom:1em;
	background: #ffffcc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.birthdayBox2 {
	width:95%;
	margin: 2.5em auto;
	padding-bottom:1em;
	background: #ffffcc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	border:2px solid #663333;
}
.birthdayBox1 .box-title {
	font-size: 1.2em;
	background: #663333;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.birthdayBox1 p, .birthdayBox2 p {
	padding: 15px 20px;
	margin: 0;
}
.birthBTN {
  margin: 1.2em auto;
}
.birthBTN a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.2em auto;
  padding: 1em 2em;
  width: 70%;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  background-color: #94252a;
  border-radius: 50vh;
  text-decoration: none;
}

.birthBTN a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.birthBTN a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #c5313c;
}

@media only screen and (max-width:750px){
.birthdaynote{
	width:92%;
	height:auto;
	margin:20px auto;
	padding:0
}
.BithdayHow{
	width:92%;
}
}
@media only screen and (max-width:374px){
.mybox{
	width:260px;
}
}
.top2btn {
	width: 100vw !important;
	margin: 0 calc(50% - 50vw) 24px calc(50% - 50vw);
	background:#eee;
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	display:flex;
	justify-content: center;
}
.sp00 {
	display: none;
}
.btn2022 {
	width:18em;
	margin:20px 10px;
}
.btn2022, a.btn2022, button.btn2022 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block !important;
	padding: 1rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle !important;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.btn-flat {
	overflow: hidden;
	padding: 1.5rem 2rem;
	color: #fff !important;
	border-radius: 0;
	background: #000;
}
a.btn-flat span, a.btn-flat span.top2btnA{
	position: relative;
}
a.btn-flat:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-96%);
	transform: translateX(-96%);
	background: #94252a;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


@media only screen and (max-width: 750px) {
.btn2022 {
	width:14em;
}
.btn2022, a.btn2022, button.btn2022 {
	font-size: 1.4rem;
}
.sp00 {
	display: block;
}
a.btn-flat {
	padding: 0rem 1.5rem;
}
a.btn-flat span{
	padding: 1rem 1.5rem !important;
	display:block;
	vertical-align: middle !important;
}
a.btn-flat span.top2btnA{
	padding: 2rem 1.5rem !important;
	display:block;
	vertical-align: middle !important;
}

}
@media only screen and (max-width: 420px) {
.btn2022 {
	width:12em;
}
.btn2022, a.btn2022,  button.btn2022 {
	font-size: 1.25rem;
}
a.btn-flat {
	padding: 0rem 1.5rem;
}
a.btn-flat span {
	padding: 1rem 1.2rem !important;
	display:block;
	vertical-align: middle !important;
}
a.btn-flat span.top2btnA{
	padding: 2rem 1.2rem !important;
	display:block;
	vertical-align: middle !important;
}
.sp00 {
	display: block;
}
a.btn-flat {
  padding: 1.5rem 1.6rem;
}
}
/*kids*/
.kidsbg01 {
	background: #fdecce;
	margin-top:-20px;
	padding-top:50px;
	font-size:160% !important;
	box-sizing: border-box;
}
.boxmi14 {
	margin: 2em auto 1em auto;
	border: dashed 2px #d63646;
	border-radius: 8px;
	box-shadow: 0 0 0 10px #fff6e6;
	padding: 20px 20px 20px 20px;
	font-weight: bold;
	color: #ee8992;
	background: #fff8ec;
	width:840px;
	box-shadow: 0 2px 3px rgba(0,0,0,.22);
	box-sizing: border-box;
}
.boxmi14-title {
	background: #fff8ec;
	border-radius: 8px 8px 0 0;
	margin: 14px -20px -10px -20px;
	font-size: 1.3em;
	padding: 10px 0 10px 0;
	color: #e80013;
	font-weight:bold;
	text-align: center;
}
.boxmi14 p {
	margin: 0;
	padding: 0;
	font-size:84% !important;
	line-height:244.5% !important;
}
.sen14 {
	background-color: #fff8ec;
	background-image:
	linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff8ec 0%, #fff8ec 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #e9738f 100%);
	background-size: 8px 100%,100% 2em;
	line-height: 1;
	padding: 8px 10px 22px 10px;
}
.sen14 p {
	display:block;
	color:#e80013;
	width:22em;
	margin:2.1em auto 0 auto;
}
.sen14 span {
	color:#333;
}
.sp001, .sp002, .sp003 {
	display:none;
}

@media only screen and (max-width: 750px) {
.boxmi14 {
	width:90%;
}
.sen14 p {
	max-width:100%;
}
.sen14 {
	background-size: 8px 100%,100% 1.8em;
	padding: 8px 0;
}
.boxmi14 p {
	font-size:78% !important;
	line-height:235% !important;
}
.sp001 {
	display:block;
}
.sp002, .sp003 {
	display:none;
}
}
@media only screen and (max-width: 359px) {
.boxmi14-title {
	font-size: 1.2em;
}
.sp001, .sp002 {
	display:block;
}
.sp003 {
	display:none;
}
}
@media only screen and (max-width: 339px) {
.sp001, .sp002, .sp003 {
	display:block;
}
}
.kidsIMG1{
	margin:0 auto;
	width:500px;
	height:auto;
}
.kidsIMG1 img{
	padding:30px 0 50px 0;
}
@media only screen and (max-width: 750px) {
.kidsIMG1{
	max-width:70%;
	height:auto;
}
.kidsIMG1 img{
	padding:10px 0 50px 0;
}
}

.kidsbg02 {
	margin: 0 auto;
	width: 100%;
	background-color: #ffe0e0;
	background-image: radial-gradient(#ffffff 19%, transparent 22%), radial-gradient(#ffffff 19%, transparent 22%);
	background-position: 0 0, 15px 15px;
	background-size: 30px 30px;
	padding-top:80px;
	padding-bottom:40px;
}
.kidsBoxA1 {
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding:20px 30px;
	width: 364px;
	background: #fff;
	border:2px solid #94252a;
	border-radius:20px;
}
.kidsBoxA1 h3{
	margin: 0 auto;
	color:#ea557f;
	font-size: 150% !important;
	font-weight:bold;
	text-align:center;
}
.kidsBoxA1 p{
	font-size: 120% !important;
}
.kidsBoxA1 .m40{
	margin-top:40px;
}
.kids_flex1{
	margin: 0 auto;
	box-sizing: border-box;
	display:flex;
	width:840px;
	justify-content: space-between;
}
@media only screen and (max-width: 750px) {
.kidsbg02 {
	padding-top:60px;
	padding-bottom:30px;
}
.kidsBoxA1 {
	width: 90%;
}
.kidsBoxA1 img {
	width: 85%;
	height:auto;
}
.kidsBoxA1 .m40{
	margin-top:40px;
}
.kids_flex1{
	margin: 0 auto;
	display:block;
	width:95%;
}
}
@media only screen and (max-width: 339px) {
.kidsBoxA1 h3{
	font-size: 140% !important;
}
}
.kids_obi, .kids_obi2{
	margin: 0 auto;
	width: 100%;
	text-align:center;
}

.kids_obi{
	padding:40px 10px;
	background-color: #94252a;
}
.kids_obi2{
	padding:70px 10px;
	background-color: #94252a;
}
.kids_obi p, .kids_obi2 p{
	margin: 0 auto;
	color:#fff;
	font-weight:bold;
	padding:0;
	font-size: 150% !important;
}
.kids_obi img{
	margin: 20px auto 0 auto;
	padding:0;
	width:80px;
	height:auto;
}
@media only screen and (max-width: 750px) {
.kids_obi{
	padding:20px 10px;
}
.kids_obi2{
	padding:50px 10px;
}
}
.kidsbg03 {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(255, 224, 134, .5) 50%, transparent 50%),linear-gradient(rgba(255, 224, 134, .5) 50%, transparent 50%);
	background-size: 40px 40px;
	padding-top:60px;
	padding-bottom:40px;
}
.kidsmenutit1{
	width:840px;
	box-sizing: border-box;
	padding: 0.2em;
	margin: 0 auto 10px auto;
	background: #ffcc33;
	border: solid 2px #94252a;
}
.kidsmenutit{
	padding: 0.2em 0.5em;
	margin: 0 auto;
	background: #ffcc33;
	border: dashed 2px #94252a;
}
.kidsmenutit h3 {
	font-size: 160% !important;
	margin: 0; 
	padding: 0;
	color:#e80013;
	font-weight:bold;
}
.kidsmenutit h3 span {
	font-size: 80% !important;
	padding-left:0.3em;
}

.kidsMenuBox, .kidsMenuBox2 {
	font-size: 150% !important;
	margin: 14px auto 48px auto; 
	background:#fff;
	border: solid 2px #94252a;
	width:840px;
	box-sizing: border-box;
}
.kidsMenuBox {
	padding: 20px 50px;
}
.kidsMenuBox2 {
	padding: 50px 50px 30px 50px;
}
.kidsMenu {
	margin:0 0 0.1em 0; 
	color:#e80013;
	font-weight:bold;
	padding-left: 1em;
	text-indent: -1em;
}
.kidsMenu::before{
	font-family: 'FontAwesome';
	content: "\f005";
	color: #ff9900;
	font-weight: bold;
}
.kidsMenuBox p, .kidsMenuBox2 p {
	font-size: 82% !important;
	margin:0 0 2em 0;
}
.kids_flex2a{
	margin: 0 auto;
	display:flex;
	width:740px;
	justify-content: space-between;
	align-items: center;
}
.kids_flex2{
	margin: 0 auto;
	display:flex;
	width:740px;
	justify-content: space-between;
	align-items:flex-start;
}

.kidsMenuTxt {
	width:360px;
}
.kidsMenuTxtb {
	width:360px;
	margin-top:1em;
}
.kidsPH01 {
	width:320px;
	height:auto;
	margin:12px 0;
}
.kidsPH02, .kidsPH02b{
	display:flex;
	width:320px;
	height:auto;
}
.kidsPH02{
	margin:12px 0 28px 0;
}
.kidsPH02b {
	margin:12px 0 0 0;
}
.kidsPH02 img, .kidsPH02b img {
	width:160px;
	height:auto;
	margin:0;
}
@media only screen and (max-width: 750px) {
.kidsbg03 {
	padding-bottom:20px;
}
.kidsmenutit1{
	width:90%;
}
.kidsmenutit{
	padding: 0.2em 0.5em;
	margin: 0 auto;
	background: #ffcc33;
	border: dashed 2px #94252a;
}
.kidsmenutit h3 {
	font-size: 160% !important;
}
.kidsMenuBox, .kidsMenuBox2 {
	font-size: 150% !important;
	margin: 14px auto 60px auto;
	width:90%;
}
.kidsMenuBox {
	padding: 30px 20px !important;
}
.kidsMenuBox2 {
	padding: 30px 20px 30px 20px !important;
}
.kids_flex2a{
	margin: 0 auto;
	display:block;
	width:100%;
}
.kids_flex2{
	margin: 0 auto;
	display:block;
	width:100%;
}
.kidsMenuTxt {
	width:95%;
	margin: 0 auto;
}
.kidsMenuTxtb {
	width:95%;
	margin: 0 auto;
	margin-top:0;
}
.kidsPH01 {
	width:95%;
}
.kidsPH02, .kidsPH02b{
	display:flex;
	width:95%;
	margin:12px auto 32px auto;
}
.kidsPH02 img, .kidsPH02b img {
	width:50%;
}
}
@media only screen and (max-width: 369px) {
.kidsMenu {
	font-size: 90% !important;
}
}
#contentsKids {
	padding: 0px 0px 2px 0px;
	margin-top:20px;
	max-width: 100%;
}
#footerKids {
	height: 100%;
	padding-top: 0 !important;
}
/*トップページ変更2023・バナー部分 */
.top_banner23 {
	width: 100% !important;
	margin: 0 auto;
	padding:40px 10px;
	background:#eee;
}
#inner_box23{
	max-width: 980px;
	margin: 0 auto;
	padding:0;
}
.top_banner23 ul{
	overflow:hidden;
	margin-top:30px;
}
.top_banner23 ul li.reg{
	float:left;
	width:460px;
	margin:0 30px 20px 0;
}
.top_banner23 ul li:nth-child(2){
	margin-right:0;
}
.top_banner23 ul li:nth-child(4){
	margin-right:0;
}
.top_banner23 ul li.coupon{
	float:none !important;
	width:460px;
	margin:0 auto 20px auto !important;
}
@media only screen and (max-width: 969px) and (min-width:751px) {
.top_banner23 ul{
	margin:30px auto 0 auto;
	width:100%;
	padding:0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.top_banner23 ul li.reg{
	width:45%;
	margin:0 auto 20px auto;
	padding:0;
}
.top_banner23 ul::after {
	content: " ";
	width: 45%;
	margin: 0 auto 20px auto;
}
}
@media only screen and (max-width: 750px) {
.top_banner23 {
	margin: 0 auto;
	padding:40px 0 20px 0;
}
#inner_box23{
	width: 96% !important;
	margin: 0 auto;
}
.top_banner23 ul{
	margin:0 auto;
}
.top_banner23 ul li.reg {
	width:80%;
	margin:0 auto 20px auto;
	float:none;
	display:block;
}
.top_banner23 ul li:nth-child(2){
	margin-right:auto;
}
.top_banner23 ul li:nth-child(4){
	margin-right:auto;
}
}
section.first_box {
	margin-top: 50px;
}
@media only screen and (max-width: 750px) {
section.first_box {
	margin-top: 30px;
}
}
/*トップ・コンセプト--------------------*/
.concept_area {
	width: 100%;
	margin:0 auto 30px auto !important;
	padding:0 0 30px 0;
	position: relative;
	border-bottom:1px dotted #ddd;
	box-sizing: border-box;
}
.concept_title{
	width: 100%;
	background:#e80013;
 margin:0 auto 0 auto !important;
	padding:16px 20px 5px 20px;
	text-align:center;
	box-sizing: border-box;
}
.concept_title img{
	margin:0 auto;
	width:800px;
	height:auto;
}
.concept_inner{
	max-width: 980px;
	margin:52px auto;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
}
.concept_left{
	width:360px;
	margin:0 auto !important;
	text-align:center !important;
	box-sizing: border-box;
}
.concept_card{
	width:360px;
	text-align:left !important;
	padding: 1.2em 1.5em;
	margin: 2em 2.5em 2em auto;
	background: white;
	border: 1px solid #e80013;
	box-sizing: border-box;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.concept_card p {
	font-size:120%;
	margin: 0.8em 0; 
	padding: 0;
	box-sizing: border-box;
}
.pc_br{
	display: block;
}
.concept_right{
	margin:0 auto !important;
	width:320px;
	text-align:center !important;
	box-sizing: border-box;
}
.concept_images{
	margin:0 auto 30px auto !important;
	width:320px;
	text-align:center !important;
}
.concept_images img{
	width:300px;
	height:auto;
	margin-bottom:2px;
}
.linkbox23 {
	text-align:center;
	margin:0 70px 0 70px;
}
.linkbox23 a {
	display: block;
	width:220px;
	border: 1px solid #7e2029;
	padding: 5px 25px 5px 25px;
	color: 7e2029;
}
.linkbox23 a:link, .linkbox23 a:visited, .linkbox23 a:active {
	color: #7e2029;
	font-size:120%;
}
.linkbox23 a:hover {
	color: #ffffff;
	background: #7e2029;
}
@media only screen and (max-width: 750px) {
.concept_area {
	margin:0 auto 0 auto !important;
	padding:0 0 0 0;
	border-bottom:none;
}
.concept_title{
	padding:20px 10px 5px 10px;
}
.concept_title img{
	width:100%;
}
.concept_inner{
	width: 98%;
	margin:20px auto;
	display:block;
}
.concept_left{
	width:100%;
}
.concept_card{
	width:96%;
	padding: 0 0;
	margin: 2em auto 2em auto;
	border: none;
	box-shadow: none;
}
.pc_br{
	display: none;
}
.concept_right{
	width:100%;
}
.concept_images{
	margin:0 auto  30px auto !important;
	width:100%;
}
.concept_images img{
	width:100%;
	margin-bottom:2px;
}
.linkbox23 {
	text-align: center;
	position: relative;
	margin:0 auto 30px auto;
}
.linkbox23 a {
	width: 240px;
	margin: 20px auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.linkbox23 a:link, .linkbox23 a:visited, .linkbox23 a:active {
	font-size:120%;
}
}

#contents3 {
	transition: all .5s;
	min-height: 100vh;
	padding: 0px 0px 0px 0px !important;
	margin-top: -15px !important;
}
#contents3.open {
position: fixed;
width: 100%;
}
/*スライドショー--------------------*/
.topslide {
	width: 100%;
	height: 40vw;
	margin:-5px auto 56px auto !important;
	padding:0 0 0 0;
	position: relative;
}
@media only screen and (max-width: 750px) {
.topslide {
	height: auto;
	margin:80px auto 40px auto !important;
}
}
.topslide-cell img, .topslide-cell picture {
	width: 100% !important;
	height: auto;
	margin:0 !important;
	padding:0 !important;
}
.topslide.slick-initialized {
  display: block;
}
.thumb-slide {
	width: 100%;
	height: auto;
	margin:0 auto 0 auto !important;
	background:#eee;
	padding:20px auto 20px auto !important;
	position: relative;
}
.thumb-slide-cell {
	max-width: 30% !important;
	height: auto;
	margin:0 !important;
	padding:0 !important;
}
.thumb-slide-cell img, .thumb-slide-cell picture {
	max-width: 90% !important;
	height: auto;
	margin:16px auto 16px auto !important;
	padding:16px auto 16px auto !important;
}
/*--------footer　フッター------------*/
#footer23 {
	height: 100%;
	border-top: 6px solid white;
	padding-top: 20px;
	padding-bottom:110px;
	background:#e80013;
	box-sizing: border-box;
	}
#footer23 #copyrigt {
	text-align: center;
}
#footer23 #copyrigt #copyrigt-inner {
	max-width: 980px;
	margin: 0 auto;
	line-height:120%;
}
#footer23 #copyrigt #copyrigt-inner p {
	color:#ccc;
	margin:0;
	padding:0:
}
#footer23 #copyrigt #copyrigt-inner a{
	color: #fff;
}
#footer23 #copyrigt #copyrigt-inner a:hover{
	color: #fff;
}
@media only screen and (max-width: 750px) {
#footer23 {
	border-top: 2px solid white;
	padding-top: 16px;
	padding-bottom:85px !important;
}
#footer23 #copyrigt #copyrigt-inner {
	max-width: 98%;
}
}

.footer_fix_btn {
	width:100%;
	position:fixed;
	bottom:0;
	padding:14px 10px;
	text-align:center;
	background:#4d0008;
	margin:0 auto;
	animation: SlideIn 1.6s;
	box-sizing: border-box;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer_flex {
	width:900px;
	margin:0 auto;
	display:flex;
	justify-content: space-around;
	box-sizing: border-box;
}


.footer_btns {
	width:220px !important;
	height:88px !important;
	border:1px solid #fff;
	padding:14px 12px;
	text-align:left;
	background:#4d0008;
	font-size:16px;
	color:#ffff00;
	box-sizing: border-box;
}
.footer_btns a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#ffff00 !important;
}
.footer_btns a:hover {
	color:#ff9900;
}
.footer_btns img{
	width:58px !important;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	width:130px;
	padding-left:1em;
	font-size:130%;
	vertical-align: middle;
}

@media only screen and (max-width: 979px) {
.footer_flex {
	width:100%;
}
.footer_btns {
	width:180px !important;
	height:66px  !important;
	padding:14px 12px;
	font-size:16px;
}
.footer_btns img{
	width:29px !important;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	width:99px !important;
	padding-left:1em;
	font-size:130%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 750px) {
#footer23 {
	padding-bottom:240px;
}
.footer_flex {
	width:100%;
}
.footer_btns {
	width:180px !important;
	height:66px !important;
	padding:14px 12px;
	font-size:16px;
}
.footer_btns img{
	width:29px !important;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	width:99px !important;
	padding-left:1em;
	font-size:130%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 600px) {
#footer23 {
	padding-bottom:220px;
}
.footer_btns {
	width:150px !important;
	height:66px;
	padding:16px 10px;
	font-size:14px;
	vertical-align: middle;
}
.footer_btns img {
	width:24px !important;
	height:auto;
	vertical-align: middle;
}
}
@media only screen and (max-width: 480px) {
#footer23 {
	padding-bottom:220px;
}
.footer_btns {
	width:120px !important;
	padding:16px 8px !important;
	font-size:14px;
	vertical-align: middle;
}
.footer_btns img {
	width:24px !important;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	padding-left:0.2em;
	font-size:125%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 400px) {
#footer23 {
	padding-bottom:220px;
}
.footer_btns {
	width:110px !important;
	padding:16px 4px !important;
	font-size:14px;
	vertical-align: middle;
}
.footer_btns img {
	width:22px !important;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	padding-left:0.2em;
	font-size:120%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 359px) {
#footer23 {
	padding-bottom:210px;
	}
.footer_btns {
	width:100px !important;
	padding:16px 4px;
	font-size:14px;
	vertical-align: middle;
}
.footer_btns a span{
	padding-left:0.2em;
	font-size:110%;
	vertical-align: middle;
}
}




/*--------予約・店舗分岐ー------------*/
.web_reserve23 {
	margin:0 auto 60px auto;
	font-size:120%;
	max-width:480px;
}
.web_reserve23 p {
	margin:0 auto 3em auto;
	display:block;
}
.web_reserve23 FORM {
	margin:30px auto;
	display:block;
	text-align:center;
}
.web_reserve23 FORM ::before,
.web_reserve23 FORM ::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.web_reserve23 FORM ::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #e80013;
}

.web_reserve23 FORM ::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.web_reserve23 FORM select {
    appearance: none;
    min-width: 200px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #ebebeb;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.web_reserve23 FORM  select:focus {
    outline: 2px solid #e80013;
}

.web_reserve23 FORM input[type="button"]  {
	width: 200px;
	margin:30px auto !important;
	padding:10px;
    height: 48px;
    border: none;
    background-color: #e80013;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
	font-size:110%;
}
.web_reserve23 FORM  input[type="button"]:hover {
	opacity: 0.7;
}
.web_reserve23 FORM  input[type="button"]:active {
    background-color: #ca1929;
}

.week_lunch, .weekend_lunch, .week_dinner, .weekend_dinner {
	width:950px;
	padding:2px;
	font-size: 1.2em;
	margin: 0 auto 30px auto;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	background:#fff;
}
.week_lunch {
	border:2px solid #d58016;
}
.weekend_lunch {
	border:2px solid #79812e;
}
.week_dinner {
	border:2px solid #ca6960;
}
.weekend_dinner {
	border:2px solid #a71f23;
}
.week_lunch_tit, .weekend_lunch_tit, .week_dinner_tit, .weekend_dinner_tit {
	font-size: 1.4em;
	padding: 0.5em;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
.week_lunch_tit {
	background: #d58016;
}
.weekend_lunch_tit {
	background: #79812e;
}
.week_dinner_tit {
	background:#ca6960;
}
.weekend_dinner_tit {
	background:#a71f23;
}
.week_lunch p, .weekend_lunch p, .week_dinner p, .weekend_dinner p {
	display:inline-block;
	padding: 0;
	margin: 0.8em 0;
}
.course_phbox, .course_phbox2 {
	width:800px;
	height:auto;
	margin:12px auto;
}
.course_phbox {
	padding:0;
}
.course_phbox2 {
	border-top:1px dotted #ccc;
	padding:24px 0 0 0;
}
.lunch_red {
	margin:12px auto;
	text-align:center;
	padding:0 1em;
	color:#fff;
	background:#942124;
	font-weight:bold;
	font-size:120%;
	width:70%;
}
.timelimited {
	display:block;
	padding:1em;
	margin:-0.8em auto -0.8em auto;
	width:70% !important;
	text-align:left;
	box-sizing: border-box;
}

.price_sub, .price_sub2 {
	display:block;
	width:100%;
	margin:12px auto;
	text-align:center;
	padding:0.3em 1em;
	font-weight:bold;
	font-size:140%;
	box-sizing: border-box;
}
.price_sub {
	color:#336600;
	border-bottom:2px solid #336600;
}

.price_sub2 {
	color:#cb491b;
	border-bottom:2px solid #cb491b;
}


.course_innerB {
	width:800px;
	padding:0 1em;
	margin:0 auto !important;
	box-sizing: border-box;
}
.lunch_red2 {
	margin:0 auto;
	padding:0;
	color:#333;
	font-size:100%;
}
.course_inner {
	width:800px;
	padding:1em;
	margin:0 auto !important;
	box-sizing: border-box;
}
.course_inner2 {
	width:800px;
	padding:1em;
	margin:20px auto !important;
	box-sizing: border-box;
	clear:both
}
.kome	 {
	padding-left: 1em;
	text-indent: -1em;
}
.txt_red {
	color:red;
}
.price_table01 *, .price_table01 *:before, .price_table01 *:after, .price_table02 *, .price_table02 *:before, .price_table02 *:after, .price_table03 *, .price_table03 *:before, .price_table03 *:after, .price_table04 *, .price_table04 *:before, .price_table04 *:after{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.price_table01, .price_table02, .price_table03, .price_table04 {
	width: 100%;
	border-collapse: collapse;
	text-align:center;
	margin:0 auto !important;
}
.price_table01 th, .price_table02 th, .price_table03 th, .price_table04 th{
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
	text-align:center;
}
.price_table01 th{
	background: #d58016;
}
.price_table02 th{
	background: #79812e;
}
.price_table03 th{
	background: #658644;
}
.price_table04 th{
	background: #dd7651;
}
.price_table01 td, .price_table02 td, .price_table03 td, .price_table04 td {
	border: solid 1px #ccc;
	padding: 10px;
	vertical-align: top;
	text-align:center;
}

@media screen and (max-width: 980px) {
.week_lunch, .weekend_lunch, .week_dinner, .weekend_dinner {
	width:92%;
	font-size: 1.2em;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.week_lunch_tit, .weekend_lunch_tit, .week_dinner_tit, .weekend_dinner_tit {
	font-size: 1.4em;
	padding: 0.5em;
}
.course_phbox, .course_phbox2 {
	width:85%;
	height:auto;
	margin:12px auto;
}
.course_phbox {
	padding:0;
}
.course_phbox2 {
	border-top:1px dotted #ccc;
	padding:24px 0 0 0;
}
.course_innerB {
	width:90%;
	padding:0 1em;
}
.course_inner {
	width:90%;
	padding:1em;
	margin:0 auto;
	box-sizing: border-box;
}
.course_inner2 {
	width:90%;
	padding:1em;
	margin:20px auto !important;
	box-sizing: border-box;
	clear:both
}

}
@media screen and (max-width: 750px) {
.week_lunch, .weekend_lunch, .week_dinner, .weekend_dinner {
	width:95%;
	font-size: 1.2em;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.week_lunch_tit, .weekend_lunch_tit, .week_dinner_tit, .weekend_dinner_tit {
	font-size: 1.4em;
	padding: 0.5em;
}
.course_phbox, .course_phbox2 {
	width:88%;
	height:auto;
	margin:12px auto;
}
.course_phbox {
	padding:0;
}
.course_phbox2 {
	border-top:1px dotted #ccc;
	padding:24px 0 0 0;
}
.course_innerB {
	width:98%;
	padding:0 1em;
}
.course_inner {
	width:98%;
	padding:0.8em;
	margin:0 auto !important;
}
.course_inner2 {
	width:98%;
	padding:0.8em;
	margin:20px auto !important;
	box-sizing: border-box;
	clear:both
}
.course_inner table{
	margin:0 auto !important;
	width:100%;
}
.price_table01, .price_table02, .price_table03, .price_table04 {
	display: block;
	width: 100%;
	font-size:96%;
	margin:0 auto !important;
}
.price_table01 tr, .price_table02 tr, .price_table03 tr, .price_table04 tr {
	display: block;
	float: left;
}
.price_table01 tr td, .price_table01 tr th, .price_table02 tr td, .price_table02 tr th, .price_table03 tr td, .price_table03 tr th, .price_table04 tr td, .price_table04 tr th {
	border-left: none;
	display: block;
	height: 4em;
}
.price_table01  thead, .price_table02  thead, .price_table03  thead, .price_table04  thead{
	display: block;
	float: left;
	width:42%;
}
.price_table01  thead tr, .price_table02  thead tr, .price_table03  thead tr, .price_table04  thead tr {
	width:100%;
}
.price_table01  thead tr th, .price_table02  thead tr th, .price_table03  thead tr th, .price_table04  thead tr th{
	width:100%;
}
.price_table01 tbody, .price_table02 tbody, .price_table03 tbody, .price_table04 tbody  {
	display: block;
	float: left;
	width: 58%;
}
.price_table01 tbody tr, .price_table02 tbody tr, .price_table03 tbody tr, .price_table04 tbody tr {
	width: 100%;
}
.price_table01 tbody td:last-child, .price_table02 tbody td:last-child, .price_table03 tbody td:last-child, .price_table04 tbody td:last-child {
	border-bottom: 1px solid #ccc;
}
}
@media screen and (max-width: 480px) {
.course_inner {
	width:100%;
	padding:0.5em;
	margin:0 auto !important;
}
.week_lunch  p, .weekend_lunch  p, .week_dinner  p, .weekend_dinner  p {
	padding: 0 0.8em;
	margin: 0.8em 0;
}
.price_table01, .price_table02, .price_table03, .price_table04  {
	font-size: 90%;
	margin:0 auto !important;
}
.price_table01 span, .price_table02 span, .price_table03 span, .price_table04 span {
	font-size: 89%;
}
.price_table01 td, .price_table02 td, .price_table03 td, .price_table04 td {
	padding: 5px;
}
.price_table01  thead, .price_table02  thead, .price_table03  thead, .price_table04  thead{
	width:49%;
}
.price_table01 tbody, .price_table02 tbody, .price_table03 tbody, .price_table04 tbody  {
	width: 51%;
}
.lunch_red {
	margin:12px auto;
	padding:0 0.8em;
	font-size:120%;
	text-align:center;
	width:100%;
	box-sizing: border-box;
}
.timelimited {
	display:block;
	padding:1em;
	margin:-0.8em auto -0.8em auto;
	width:90% !important;
	text-align:left;
	box-sizing: border-box;
}
}
@media screen and (max-width: 370px) {
.course_inner {
	width:100%;
	padding:0;
		margin:0 auto !important;
}
.week_lunch  p, .weekend_lunch  p, .week_dinner  p, .weekend_dinner  p {
	padding: 0 1em;
	margin: 0.8em 0;
}
.price_table01 td, .price_table02 td, .price_table03 td, .price_table04 td {
	padding: 5px;
}

.price_table01, .price_table02, .price_table03, .price_table04  {
	font-size: 88%;
	margin:0 auto !important;
}
.price_table01 span, .price_table02 span, .price_table03 span, .price_table04 span {
	font-size: 86%;
}
.price_table01  thead, .price_table02  thead, .price_table03  thead, .price_table04  thead{
	width:49%;
}
.price_table01 tbody, .price_table02 tbody, .price_table03 tbody, .price_table04 tbody  {
	width: 51%;
}
.lunch_red {
	margin:12px auto;
	padding:0 0.8em;
	font-size:120%;
	text-align:center;
	width:100%;
	box-sizing: border-box;
}
.timelimited {
	display:block;
	padding:1em;
	margin:-0.8em auto -0.8em auto;
	width:90% !important;
	text-align:left;
	box-sizing: border-box;
}

}
.courseflex  {
	width:95%;
	display:flex;
	justify-content: center;
	margin:20px auto;
}


a.btn_course {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: 0 18px;
	padding: 1em 2rem;
	font-weight: bold;
	border: 2px solid #7f101a;
	color: #7f101a;
	transition: 0.5s;
}
a.btn_course:hover {
	color: #fff;
	background: #7f101a;
}
a.anchor1, a.anchor2 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.course_phbox3 {
	width:70%;
	height:auto;
	margin:50px auto 0 auto;
	padding:0;
}
.course_phbox3 picture{
	width:100%;
	height:auto;
}
@media screen and (max-width: 600px) {
.course_phbox3 {
	width:80%;
}
}
.drinks, .drinks2 {
	display:block;
	padding:1.2em;
}
.drinks {
	border:2px solid #e80013;
	margin:20px auto 30px auto !important;
}
.drinks2 {
	border:2px solid #ed9d04;
	margin:0 auto 20px auto !important;
}
.drinks p, .drinks2 p {
	margin:1em 0;
	padding:0;
}
.drinks2 p {
	margin:1em 0;
	padding:0;
	display:block;
}
.drinks ul, .drinks2 ul{
	list-style-position: outside !important;
	margin-left:-1em;
}
.drinks ul li, .drinks2 ul li {
	margin-left:1.5em !important;
	text-indent: -2em;
	padding-left: 2em;
	padding-bottom:0.8em;
}
.drinks ul li::before {
	content: "\f000";
	font-family: fontawesome;
	margin-right: 10px;
	color:#e80013;
	left:0 !important;
	font-size:1.2em !important;
}
.drinks2 ul li::before {
	content: "\f118";
	font-family: fontawesome;
	margin-right: 10px;
	color:#ed9d04;
	left:0 !important;
	font-size:1.2em !important;
}
.drinks_red {
	margin:12px auto;
	text-align:center;
	padding:0 1em;
	color:#fff;
	background:#e80013;
	font-weight:bold;
	font-size:110%;
	width:70%;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #efefef;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 970px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
.tabs {
	width: 98%;
}
}
/*タブのスタイル*/
.tab_item {
width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #7f101a;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	box-sizing: border-box;
}
.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	margin:0 auto;
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	background:#efefef;
}


/*選択されているタブのコンテンツのみを表示*/
#weekday2:checked ~ #weekday2_content,
#weekend2:checked ~ #weekend2_content{
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #7f101a;
  color: #fff;
}

.tab_content_description {
	padding:20px 0;
	margin:0 auto;
}

@media screen and (min-width: 751px){
.br-sp {display: none; }
}

/*--------海外旅行会社向けー------------*/
.overseasPH  {
	width:960px;
	height:auto;
	margin:18px auto;
}
.overseasPH img {
	width:960px;
	height:auto;
}
@media screen and (max-width: 980px) {
.overseasPH  {
	width:98%;
}
.overseasPH img {
	width:98%;
}
}
.OvTxBox {
	width:960px;
	display:block;
 text-align:left;
 margin:1.5em auto 0 auto;
	padding:0;
	font-size:110%;
}
.OvTxBox p {
	display:block;
 margin:0;
	padding:1em 0;
}
.OvTxBoxJP p {
	display:block;
 margin:0;
	padding:1em 1em;
	font-size:110%;
}
@media screen and (max-width: 980px) {
.OvTxBox {
	width:98%;
}
}
.jp-list dl {
	width:960px;
	position: relative;
	margin: 16px auto;
	cursor: pointer;
	border: 1px solid #666;
}
.jp-list dl:first-child {
	margin-top: 0;
}
.jp-list dl::after {
	position: absolute;
	top: 24px;
	right: 24px;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #7f101a;
	border-right: 2px solid #7f101a;
}
.jp-list .open::after {
	transform: rotate(-45deg);
}
.jp-list dl dt {
	position: relative;
	margin: 0;
	padding: 14px 50px 14px 60px;
	font-weight: normal;
	font-size:110%;
	background: #eeeeee;
}
.jp-list dl dd {
	position: relative;
	margin: 0;
	padding: 20px 50px 20px 60px;
}
.jp-list dl dd p {
	margin: 16px 0 0 0;
}
.jp-list dl dd p:first-child{
	margin-top: 0;
}
@media screen and (max-width: 980px) {
	.jp-list dl {
	width:98%;
	margin: 10px 0 0 0;
	font-size: 100%;
}
.jp-list dl:after {
	top: 20px;
	right: 20px;
	width: 7px;
	height: 7px;
}
.jp-list dl dt {
	padding: 16px 20px 16px 20px;
}
.jp-list dl dd {
	margin: 0;
	padding: 16px 20px 16px 20px;
}
.jp-list dl dd p {
	margin: 30px 0 0;
}
.jp-list dl dd p:first-child{
	margin-top: 0;
}
}
@media screen and (max-width: 640px) {
.jp-list dl dt {
	padding: 16px 14px 16px 14px;
}
.jp-list dl dd {
	margin: 0;
	padding: 16px 14px 16px 14px;
}
}

.Ovh3 {
	display:block;
	margin:2.2em auto 1.2em auto;
	font-size:120%;
 font-weight:bold;
	background:#ddd;
	padding:0.5em;
	border-bottom:2px solid #7f101a;
}
.Ovmail {
	display:block;
	margin:16px auto;
	padding:1.5em;
	background:#f6f6f6;
	border:2px solid #7f101a;
}
.Ovmail ol{
	margin:-3em auto 18 auto !important;
	padding:0 1.5em;
	list-style-type: decimal !important;
}
.Ovmail ol li{
	margin:1.5em 1em;
	padding:0 0 0 0.5em;
}
.OvClosing{
	font-weight:bold;
	color:#7f101a;
	margin-top:1.5em;
	margin-bottom:-2em;
}
.OvTb, .OvTb2 {
	margin: 20px auto;
	border-collapse: collapse;
}
.OvTb {
	width: 920px;
}
.OvTb2 {
	margin: 20px auto;
	border-collapse: collapse;
	width: 860px;
}
.OvTb th, .OvTb td, .OvTb2 th, .OvTb2 td {
	border: solid 1px #666;
	padding: 10px;
	text-align:center;
	box-sizing:border-box;
}
.OvTb th, .OvTb2 th {
	background: #d49da2;
}
.OvTb td:first-child, .OvTb2 td:first-child {
	background: #fbf5f5;
}
@media screen and (max-width: 980px) {
.OvTb, .OvTb2 {
	width: 96%;
}
.OvTb .thead, .OvTb2 .thead {
	display: none;
}
.OvTb tr, .OvTb2 tr {
	width: 100%;
}
.OvTb td, .OvTb2 td {
	display: block;
	text-align: right;
	width: 100%;
}
.OvTb td:first-child, .OvTb2 td:first-child {
	background: #e9727e;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.OvTb td:before, .OvTb2 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
}
}
@media screen and (max-width: 640px) {
.OvTb, .OvTb2 {
	width: 96%;
	font-size:96%;
}
}
@media screen and (max-width: 480px) {
.OvTb, .OvTb2 {
	width: 96%;
	font-size:92%;
}
}

.pinkmarker{
  background: linear-gradient(transparent 70%, #ff99cc 70%);
  display: inline;
  padding: 0 2px 4px;
}
