@charset "UTF-8";
/*=============================================================

  Date: 2021-09-01
  CSS Document ： felissimo chocolate museum /entry/
  
  ご予約style
  
=============================================================*/
.main_fcm {
		font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.inner-min_fcm {
		width: 90%;
		max-width: 920px;
		margin: 0 auto;
}
/*font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
/*------------------------------------

タイトル背景

------------------------------------*/
.ttl_fcm {
		background-image: url(../images/ttl_reserve_bg.jpg);
}
/*------------------------------------

チケット案内

------------------------------------*/
/* チケット用 大タイトル */
.ticket-ttl-wrap {
		text-align: center;
}
h3.ticket-ttl {
		display: inline-block;
		font-family: "Hiragino Kaku Gothic W5 JIS2004";
		text-align: center;
		font-size: 180%;
		color: #930b04;
		border: 2px solid #930b04;
		border-left: none;
		border-right: none;
		padding: 0.3em 1em;
		margin: 2em 0 1em;
}
/* 各チケット */
.ticket-wrap {
		margin: 0 auto 5em;
}
/* 注意事項 */
.note-text {
		margin: 1em 0;
}
.note-text p {
		margin: 0;
}
/* お問い合わせフォーム */
.form-btn {
		text-align: center;
}
.form-btn a {
		position: relative;
		background: #906d3d;
		color: #FFF;
		font-family: "Hiragino Kaku Gothic W5 JIS2004";
		padding: 0.5em 3em;
		font-size: 120%;
		margin: 1.4em 0;
		border-radius: 0.5em;
		display: inline-block;
		letter-spacing: 0.11em;
		transition: all 0.3s;
}
.form-btn a::after {
		display: block;
		width: 1.0em;
		height: 100%;
		content: '';
		background-image: url(../images/form_arrow.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 1em;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		right: 1em;
}
@media (hover: hover) {
		.form-btn a:hover {
				opacity: 0.7;
		}
		.form-btn a:hover::after {
				right: 0.8em;
		}
}
/*------------------------------------

料金表 共通

------------------------------------*/
.price-table_fcm {
		width: 100%;
		border-collapse: collapse;
		text-align: center;
		margin-top: 20px;
}
.price-table_fcm th, .price-table_fcm td {
		border: solid 1px #906d3d;
		/* height: 110px; */
		font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size: 110%;
		padding: 1em;
}
.price-table_fcm .table-top_fcm th {
		background-color: #906d3d;
		color: #ffffff;
		/* height: 60px; */
}
.price-table_fcm th {
		background-color: #f4f4f4;
}
.price-table_fcm .price_fcm {
		color: #b9150c !important;
}

/*------------------------------------

一般価格

------------------------------------*/
#general-ticket {
    margin-bottom: 1em;
}
#general-ticket .price-table-link {}
#general-ticket .price-table-link .reserve-ttl {
		background: #930b04;
		color: #FFF;
		font-weight: bold;
		padding: 0.6em 1em;
		font-size: 90%;
}
#general-ticket .price-table-link a {
		display: inline-block;
		margin: 0.5em 0 0;
}
#general-ticket .price-table-link a img {}

/*------------------------------------

チケット案内 リンク

------------------------------------*/
#ticket-link {display: flex;justify-content: center;align-items: center;gap: 0 3em;flex-wrap: wrap;width: 90%;max-width: 920px;}

#ticket-link .form-btn {}
#ticket-link .form-btn a {
    line-height: 1.4;
    padding: 0.8em 4em;
    white-space: nowrap;
    margin-bottom: 0;
}
#ticket-link .form-btn.porttower-link a {
    background: #e43737;
}
#ticket-link .form-btn.atoa-link a {
    background: #0d6fb8;
}
#ticket-link .form-btn.set-link a {background: #930b04}


/*------------------------------------

団体価格

------------------------------------*/
#group-ticket {}
#group-ticket .price-table_fcm td {
		font-size: 90%;
}


/*------------------------------------

障がい者手帳をお持ちの方

------------------------------------*/
#book-ticket {}
.popup-btn {
		cursor: pointer;
		position: relative;
}
.popup-btn span {
		transition: all 0.3s;
		border: solid 1px #906d3d;
		position: relative;
		background: #f4f0ec;
		font-family: "Hiragino Kaku Gothic W5 JIS2004";
		padding: 0.5em 3em;
		font-size: 140%;
		margin: 1.4em auto;
		border-radius: 0.5em;
		display: block;
		letter-spacing: 0.11em;
		width: 86%;
		text-align: center;
		box-sizing: border-box;
}
.popup-btn span::after {
		display: block;
		width: 1.0em;
		height: 100%;
		content: '';
		background-image: url(../images/arrow_popup.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 0.6em;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		right: 1em;
}
body.fixed-body {
		overflow: hidden;
}
@media (hover: hover) {
		.popup-btn span:hover {
				opacity: 0.7;
		}
		.popup-btn span:hover::after {
				right: 0.8em;
		}
}
/* ポップアップ中身 */
#popup-wrap {
		display: none;
		font-size: 122%;
}
#popup-wrap p {
		margin: 0.3em 0;
}
.detail-overlay {
		display: none;
		width: 100%;
		height: 100%;
		margin-left: 0;
		padding: 0;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 209000;
		background: rgba(0, 0, 0, 0.25);
}
.overlay-inner {
		width: 80%;
		max-width: 920px;
		display: flex;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		position: relative;
}
.overlay-contents {
		margin: 5vh auto;
		vertical-align: middle;
		background: #FFF;
		max-height: 90vh;
		overflow-y: scroll;
		padding: 4em 6em;
		position: relative;
		text-align: justify;
		line-height: 1.6;
		font-size: 88%;
		letter-spacing: 0.03em;
}
.overlay-inner::after {
		display: block;
		width: 1.5em;
		height: 1.5em;
		content: '';
		background: url("../images/close.png") no-repeat center;
		background-size: contain;
		position: absolute;
		top: 96px;
		right: 2em;
		z-index: 100;
		cursor: pointer;
}
/*------------------------------------

事前予約チケットについて

------------------------------------*/
.reserve-ticket {
		background: #f2f2f2;
		text-align: center;
		padding: 4em 0;
		margin-top: 6em;
}
.reserve-ticket .reserve-ttl {
		background: #930b04;
		color: #FFF;
		font-weight: bold;
		font-size: 138%;
		display: inline-block;
		padding: 0.5em 1em;
		line-height: 1.6;
		letter-spacing: 0.12em;
		font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
.reserve-ticket .reserve-note {
		color: #930b04;
		margin: 0.8em;
		font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
.reserve-ticket .reserve-lead {
		font-family: "Hiragino Kaku Gothic W5 JIS2004";
		font-size: 120%;
		line-height: 1.7;
}
.reserve-ticket .ticket-box {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2em;
		font-size: 110%;
		margin: 1.5em 0 3em;
}
.reserve-ticket .normal-size .ticket-box {
	margin-bottom: 1em;
}
.reserve-ticket .ticket-box a {}
.reserve-ticket .ticket-box .ticket-ttl {
    margin: 0;
}
.reserve-ticket .ticket-box .ticket-img {
		background: #FFF;
		display: inline-block;
		padding: 2em;
		box-sizing: border-box;
}
.reserve-ticket .ticket-box .ticket-img img {}
.reserve-ticket .ticket-box .ticket-point {
		margin: 0.7em 0 0;
		line-height: 1.6;
}
.reserve-ticket .prereserve_fcm {}
/*------------------------------------

お得なチケット

------------------------------------*/
#set-ticket {
		padding: 3em 0 0 0;
}
#set-ticket .set-ticket-lead {
		margin: 0 0 3em;
		text-align: center;
		font-family: "Hiragino Kaku Gothic W5 JIS2004";
		font-size: 110%;
		line-height: 1.7;
}
#set-ticket .ticket-block {
		margin: 0 auto 6em;
}
#set-ticket .ticket-name {
		background-color: #f9eee1;
		line-height: 1.6em;
		font-size: 120%;
		color: #8d0b04;
		font-family: hiragino kaku gothic w5 jis2004;
		position: relative;
		margin-bottom: 20px;
		padding: .5em 1em .5em 3.8em;
}
#set-ticket .ticket-name::before {
		position: absolute;
		top: 50%;
		left: 3.5%;
		transform: translateY(-50%) rotate(45deg);
		width: .75em;
		height: .75em;
		border: 1px solid #8d0b04;
		content: ""
}
#set-ticket .ticket-inner {
		width: 90%;
		margin: 0 auto;
}
.tax_fcm {
		text-align: right;
		display: block;
		font-size: 80%;
}
.min-text {
		font-size: 80%;
		line-height: 1.6;
		display: inherit;
}
#set-ticket .ticket-about {
		font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
#set-ticket .ticket-about li {
		list-style: disc;
		margin-bottom: 0.3em;
		margin-left: 1em;
		font-size: 90%;
		letter-spacing: 0.05em;
}
#set-ticket .note-text {}
#set-ticket .note-text p {}
#set-ticket .ticket-image {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2.5em;
		margin: 2em 0 2em;
}
#set-ticket .ticket-image a {}
#set-ticket .ticket-image p {
		margin: 0;
}
#set-ticket .reserve-link {
		font-size: 130%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 0.6em;
}
#set-ticket .reserve-link span {
		border: 1px solid #828282;
		padding: 0 1em;
		min-height: 3.5em;
		display: flex;
		justify-content: center;
		align-items: center;
}
#set-ticket .reserve-link img {
		width: 216px;
		padding: 0.3em 0;
}
#set-ticket .reserve-link::before {
		display: block;
		width: 4.5em;
		height: 4em;
		content: '';
		background-image: url(../images/reserve_icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
}
/*------------------------------------

お得なチケット 個別設定

------------------------------------*/
/* 色ピンク */
#set-ticket .ticket-name.color-pink {
		background-color: #f7f0f6;
}
/* 色ブルー */
#set-ticket .ticket-name.color-blue {
		background-color: #e6f6f9;
}

/* 友割 */
#tomowari {}
/* ホテルオークラ */
#hotel {}
/* 神姫バス */
#bus {}
/* アトア */
#atoa {}
/* ポートタワー */
#port-tower {}
/* ワイナリーA */
#fwinery-A {}
/* ワイナリーB */
#fwinery-B {}





/*------------------------------------

ご予約ページ　SP

------------------------------------*/
@media (max-width: 919px) {
/*------------------------------------

チケット案内

------------------------------------*/
/* チケット用 大タイトル */
.ticket-ttl-wrap { }
h3.ticket-ttl { }
/* 各チケット */
.ticket-wrap { }
/* 注意事項 */
.note-text { }
.note-text p { }
/* お問い合わせフォーム */
.form-btn { }
.form-btn a { }
.form-btn a::after { }

/*------------------------------------

料金表 共通

------------------------------------*/
.price-table_fcm {font-size: 90%;}
.price-table_fcm th, .price-table_fcm td { }
.price-table_fcm .table-top_fcm th { }
.price-table_fcm th { }
.price-table_fcm .price_fcm { }

/*------------------------------------

一般価格

------------------------------------*/
#general-ticket { }
#general-ticket .price-table-link { }
#general-ticket .price-table-link .reserve-ttl { }
#general-ticket .price-table-link a { }
#general-ticket .price-table-link a img {width: 31vw;}
/*------------------------------------

チケット案内 リンク

------------------------------------*/
#ticket-link {
    gap: 0 1em;
    width: 90%;
}

#ticket-link .form-btn {}
#ticket-link .form-btn a {padding: 0.8em 2.6em;min-width: 45vw;}
#ticket-link .form-btn.atoa-link a {
}
#ticket-link .form-btn.set-link a {}
	
/*------------------------------------

団体価格

------------------------------------*/
#group-ticket { }
#group-ticket .price-table_fcm td {font-size: 100%;}
/*------------------------------------

障がい者手帳をお持ちの方

------------------------------------*/
#book-ticket { }
.popup-btn { }
.popup-btn span {font-size: 130%;padding: 0.7em 3em;}
.popup-btn span::after { }

/* ポップアップ中身 */
#popup-wrap { }
#popup-wrap p { }
.detail-overlay { }
.overlay-inner {width: 90%;}
.overlay-contents {padding: 4em 2em;margin: 10vw auto;}
.overlay-inner::after {top: 16vw;}
/*------------------------------------

事前予約チケットについて

------------------------------------*/
.reserve-ticket { }
.reserve-ticket .reserve-ttl { }
.reserve-ticket .reserve-note { }
.reserve-ticket .reserve-lead { }
.reserve-ticket .ticket-box {gap: 4%;margin-bottom: 2em;}
.reserve-ticket .ticket-box a {width: 48%;}
.reserve-ticket .ticket-box .ticket-ttl { }
.reserve-ticket .ticket-box .ticket-img {width: 100%;padding: 1.5em 0.9em;}
.reserve-ticket .ticket-box .ticket-img img {width: 100%;}
.reserve-ticket .ticket-box .ticket-point { }
.reserve-ticket .prereserve_fcm { }
/*------------------------------------

お得なチケット

------------------------------------*/
#set-ticket { }
#set-ticket .set-ticket-lead { }
#set-ticket .ticket-block {margin: 0 auto 7em;}
#set-ticket .ticket-name {padding: .5em 1em .5em 2.8em;}
#set-ticket .ticket-name::before { }
#set-ticket .ticket-inner { }
.tax_fcm { }
.min-text { }
#set-ticket .ticket-about { }
#set-ticket .ticket-about li { }
#set-ticket .note-text { }
#set-ticket .note-text p { }
#set-ticket .ticket-image {display: block;}
	#set-ticket .ticket-image img{width:90%;margin: 0 auto;display: block;}
#set-ticket .ticket-image a { }
#set-ticket .ticket-image p {margin: 1em 0;}
#set-ticket .reserve-link { }
#set-ticket .reserve-link span { }
#set-ticket .reserve-link img {width: 33vw;}
#set-ticket .reserve-link::before { }

}

















/*------------------------------------

コロナ対策

------------------------------------*/
.covid-block_fcm {
		background-color: #f2f2f2;
		margin-top: 100px;
		padding: 60px 0 80px 0;
}
.covid-block_fcm ul {
		padding-left: 1.2em;
}
.covid-block_fcm ul li {
		list-style: disc;
		margin-top: 5px;
}
.covid-block_fcm .reserve-tit_fcm {
		text-align: left;
		margin-top: 0;
		font-size: 135%;
		border-bottom: 2px solid #807060;
}
.covid-block_fcm .red-txt_fcm {
		margin-top: 40px;
}
.covid-block_fcm .indent_fcm {
		margin-top: 9px;
}
@media (max-width: 919px) {
		.covid-block_fcm {
				margin-top: 50px;
				padding: 30px 0 40px 0;
		}
		.covid-block_fcm ul {
				margin-top: 10px;
				padding-left: 1.5em;
		}
}
/*===================================

事前予約についてページ

===================================*/

#prereserve .inner-min_fcm:not(.normal-size) p {
	margin-top:0.5em;
}

.reserve-fix-btn_fcm {
    margin-top: 60px
}

.reserve-fix-btn_fcm a {
    font-size: 135%;
    width: 23.8em;
    background-color: #930b04;
    color: #fff;
    border: none;
    font-family: hiragino kaku gothic w5 jis2004,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,ms pgothic,"sans-serif";
    line-height: 3em;
    letter-spacing: .15em
}

.reserve-fix-btn_fcm a::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: left 7% top 35%;
    background-image: url(../images/ticket.png)
}

.announce_fcm {
    color: #930b04;
    text-align: center;
    margin-top: 30px!important;
    font-family: hiragino kaku gothic w5 jis2004,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,ms pgothic,"sans-serif"
}

.big_announce_fcm {
    font-size: 135%;
    margin-top: 80px!important;
    text-align: center
}

.big_announce_fcm span {
    border-top: 1.5px solid #930b04;
    border-bottom: 1.5px solid #930b04;
    padding: 20px 40px
}

.exit_fcm {
    border-bottom: none
}

.exit_fcm::after {
    content: "";
    display: inline-block;
    width: .8em;
    height: .8em;
    background: url(../images/exit2.png) no-repeat;
    background-size: contain;
    margin-right: .4em
}

.reserve-fix-btn_fcm a::before {
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 33%;
    left: 86%;
    content: "";
    background-repeat: no-repeat;
    background: url(../images/exit1.png) no-repeat;
    background-size: contain;
    z-index: 10
}

.c-ttl-main_fcm {
    text-shadow: #555 2px 2px 30px
}

.c-ttl-sub_fcm {
    text-shadow: #222 1px 1px 15px
}

@media(max-width: 919px) {
    .reserve-fix-btn_fcm a::after {
        background-size:12%;
        background-position: left 4% top 40%
    }

    .announce_fcm {
        text-align: left
    }

    .big_announce_fcm {
        margin-top: 60px!important;
        text-align: center
    }

    .big_announce_fcm span {
        border-top: 2px solid #930b04;
        border-bottom: 2px solid #930b04;
        padding: 8px 20px;
        font-size: 115%
    }

    .ttl_fcm {
        background-position: center right 44%
    }
}

.reserve-fix-btn_fcm span::before {
    background: #fff!important;
    height: 2px!important
}

.reserve-fix-btn_fcm span::after {
    border-top: 2px solid #fff!important
}

.reserve-tit_fcm {
    font-size: 153%;
    border-bottom: 3px solid #906d3d;
    font-family: hiragino kaku gothic w5 jis2004,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,ms pgothic,"sans-serif";
    line-height: 1.7em;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: .4em;
    margin-top: 80px
}
.guide-list_fcm {
    margin-top: 4em;
}

.guide-list_fcm li {
    position: relative;
    padding-left: 1.2em;
    margin-top: 20px
}

.guide-list_fcm li:first-child {
    margin-top: 0
}

.guide-list_fcm li::before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #906d3d;
    border-radius: 50%
}

@media(max-width: 919px) {
    .inner-max_fcm {
        margin:0 calc(50% - 50vw);
        width: 100vw!important
    }

   #prereserve .inner-min_fcm:not(.normal-size) p  {
        margin-top: 10px;
        font-size: 120%;
        line-height: 1.8em
    }

    .reserve-fix-btn_fcm {
        width: 90%;
        margin-top: 40px
    }

    .reserve-fix-btn_fcm a {
        background-size: 10%;
        font-size: 150%;
        background-position: left 5% top 45%
    }

    .reserve-tit_fcm {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 170%
    }

    .guide-list_fcm {
        margin-top: 40px
    }

    .guide-list_fcm li {
        font-size: 115%;
        line-height: 1.8em
    }

    .guide-list_fcm li::before {
        width: 7px;
        height: 7px;
        top: .62em
    }

    .btn-bikou_fcm {
        font-size: 100%!important
    }
}




/*------------------------------------

WEBチケットとは

------------------------------------*/
.ticket-block_fcm {
		display: flex;
		justify-content: space-between;
}
.ticket-block_fcm img {
		display: block;
}
@media (max-width: 919px) {
		.ticket-block_fcm {
				flex-direction: column;
		}
		.ticket-block_fcm img {
				width: 90%;
				margin: 0 auto 20px auto;
		}
		.ticket-block_fcm img:last-child {
				margin-bottom: 5px;
		}
}
/*------------------------------------

入館時間

------------------------------------*/
.opentime-block_fcm {
		padding: 40px 0 60px 0;
		margin-top: 60px;
		background-color: #f2f2f2;
}
@media (max-width: 919px) {
		.opentime-block_fcm {
				padding-bottom: 30px;
		}
}
/*------------------------------------

よくあるご質問

------------------------------------*/
#faq-wrap{
margin-bottom: 8em;}
.qa-block_fcm {
		margin-top: 2.8em;
}
#prereserve .inner-min_fcm .qa-block_fcm p {
		margin-top: 0;
}
.qa-block_fcm .q-block_fcm {
		display: flex;
		background-color: #e7e7e7;
		;
		position: relative;
		padding: 1em 0;
		transition: all 0.3s;
}
.qa-block_fcm .q-block_fcm .q-icon_fcm {
		width: 10%;
		font-size: 164.7%;
		color: #906d3d;
		text-align: center;
		font-style: italic;
		font-family: 'Barlow', sans-serif;
		line-height: 1.3em;
}
.qa-block_fcm .q-block_fcm .q-txt_fcm {
		font-size: 117.5%;
		font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		width: 68%;
}
.qa-block_fcm .a-block_fcm {
		display: none;
		padding: 0.5em 5.4em;
}
.qa-block_fcm .a-block_fcm p {
		word-break: break-all;
}
.qa-block_fcm .q-block_fcm:after {
		content: "";
		position: absolute;
		right: 50px;
		top: 38%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
}
.qa-block_fcm .q-block_fcm.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 45%;
}
@media (min-width: 920px) {
		.qa-block_fcm .q-block_fcm:hover {
				opacity: 0.5;
		}
}
@media (max-width: 919px) {
		.qa-block_fcm {
				margin-top: 30px;
		}
		.qa-block_fcm .q-block_fcm .q-icon_fcm {
				width: 12%;
				line-height: initial;
				font-size: 180%;
		}
		.qa-block_fcm .q-block_fcm .q-txt_fcm {
				font-size: 130%;
		}
		.qa-block_fcm .a-block_fcm {
				display: none;
				padding: 0.5em 1.7em;
		}
		.qa-block_fcm .q-block_fcm:after {
				right: 5vw;
		}
		.qa-block_fcm .q-block_fcm:after {
				width: 6px;
				height: 6px;
				border-top: solid 1px #000;
				border-right: solid 1px #000;
		}
}



  .qa-block_tit {
    font-size: 130%;
    font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-align: center;
    margin-top: 80px;
    margin-bottom: -20px;
    display: flex;
    align-items: center; 
    justify-content: center; 
  }
  .qa-block_tit:before, .qa-block_tit:after {
  border-top: 2px solid;
  content: "";
  width: 0.8em; /* 線の長さ */
  }
  .qa-block_tit:before {
  margin-right: 0.7em; /* 文字の右隣 */
  }
  .qa-block_tit:after {
  margin-left: 0.7em; /* 文字の左隣 */
  }
  #prereserve .qa-block_fcm .q-block_fcm .q-txt_fcm {
  width: 76%;
  }
  @media (max-width: 919px) { 
    .qa-block_tit {
       margin-top: 30px;
       margin-bottom: -10px;
  }
  }

/* プライバシーポリシー */
.privacy-policy-wrap {}
.privacy-policy-wrap .guide-list_fcm {
    margin-top: 2em;
}
.privacy-policy-wrap .guide-list_fcm li {}
.privacy-policy-wrap a {
    font-size: 110%;
    text-decoration: underline !important;
    margin: 0 1.3em;
    display: block;
}


