@charset "utf-8";

.contents {
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 15px;
    line-height: 1.6em;
}
.contents .txtred {
    color: #f30000;    
}
.contents .bold {
    font-weight: bold;
}
/*----------------------------------------------
タイトル
-----------------------------------------------*/
.contents h2 {
    width: 992px;
    margin: 0 auto 30px;
    background: #0057b8 url("../img/icon_syugou.png") no-repeat left 10px bottom;
    background-size: 38px auto;
    font-size: 20px;
    line-height: 2.6em;
    padding-left: 55px;
    font-weight: bold;
    color: #fff;
}
.announce {
    width: 960px;
    margin: 0 auto 40px;
}
.announce .flex-box {
    display: flex;
    align-items: center;
}
.announce .flex-box .logo {
    width: 20%;
    margin-right: 2%;
    padding: 15px;
}
.announce .flex-box .logo img {
    width: 100%;
}
.announce .flex-box ul {
    width: 78%;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.5em;
}
.announce .flex-box ul li.yaji:before {
    font-family: FontAwesome;
    content: "\f060";
    margin-right: 7px;
}
.announce .f-mini {
	font-size: 14px;
	line-height: 1.5em;
}
/*----------------------------------------------
エリアタブ
-----------------------------------------------*/
#tabMenu {
    width: 960px;
    margin: 0 auto;
    border-bottom: solid 3px #0057b8;
}
#tabMenu .tabrow {
    display: flex;
    justify-content: center;
}
#tabMenu .tabrow li {
    width: 100%;
    margin: 0 3px;
    font-size: 16px;
    text-align: center;
    background-color: #d8ecfb;
    border-radius: 7px 7px 0 0;
	position: relative;
}
#tabMenu .tabrow li:hover {
    background-color: #bce0fb;
    transition: all 0.6s ease;
}
#tabMenu .tabrow li.selected {
    background-color: #0057b8;
    color: #fff;
    padding: 10px 0;
}
#tabMenu .tabrow li.selected:hover {
    background-color: #0057b8;
}

#tabMenu .tabrow li a {
    text-decoration: none;
    display: block;
    color: #0057b8;
    padding: 10px 0;
}

#tabMenu .tabrow li::after {
    content: "\f107";
    font-family: FontAwesome;
	position: absolute;
    top: 50%;
    font-weight: normal;
    margin-top: -12px;
    right: 5px;
    font-size: 16px;
	color: #0057b8;
}

#tabMenu .tabrow li.selected::after {
	color: #fff;
}

/*----------------------------------------------
場所　ラジオボタン
-----------------------------------------------*/
.disnon {
    display: none;
}
.radio {
    width: 960px;
    margin: 20px auto 0;
}
.radio p {
    font-size: 22px;
    font-weight: bold;
    line-height: 2.0em;
}
.radio label {
    font-size: 16px;
    margin-right: 30px;
}
/*----------------------------------------------
マップ
-----------------------------------------------*/
#area {
    width: 100%;
    padding: 50px 0;
}
#area .inner {
    width: 960px;
    margin: 0 auto;
}
#area h3 {
    background-color: #fbf6df;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 10px 15px;
    margin-bottom: 50px;
}

#area .flex-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#area .flex-box .mapimg {
    width: 30%;
    margin-right: 5%;
}
#area .flex-box .maplink {
    width: 200px;
    margin: 10px 0 0 auto;
    text-align: center;
}
#area .flex-box .maplink a {
    display: block;
    font-size: 13px;
    line-height: 2.6em;
    color: #fff;
    border-radius: 5px;
    background-color: #ff8800;
    text-decoration: none;
}
#area .flex-box .maplink a:before {
    font-family: FontAwesome;
    content: "\f041";
    margin-right: 10px;
}
#area .flex-box .maplink a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}
#area .info h4 {
    border-bottom: solid 2px #0057b8;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    color: #0057b8;
    margin-bottom: 15px;
}
#area .info h4:before {
    font-family: FontAwesome;
    content: "\f005";
    margin-right: 7px;
}
#area .info ul {
    width: 930px;
    margin:  0 auto 40px;
}
#area .info ul li {
    position: relative;
    padding-left: 15px;
}
#area .info ul li:before {
    content: "●";
    font-size: 9px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
#area .info ul li.kome {
	content: none;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 0;
}
#area .info ul li.kome:before {
	content: none;
}
#area .genchi {
    padding: 50px 0;
    font-size: 18px;
    text-align: center;
}
.gmap {
    width: 65%;
	height: 300px;
	border: 1px solid #ccc;
    position: relative;
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
    padding: 0;/*ページによって調整*/
}
.line-inner {
    width: 992px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.1vw;
    line-height: 1.5;
}
.line-wrap-detail .line-inner {
    background: #fff;
    border: solid 1px #d3d3d3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 1px;
}
.line-inner .head {
    width: 100%;
    text-align: center;
    background-color: #15c618;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.line-inner .textarea {
    width: 75%;
    text-align: left;
    padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
    width: 23%;
    padding: 10px 20px 10px 0;
}
.line-inner .text1 {
    font-size: 17px;
    line-height: 1.4;
}
.line-inner .text1 span {
    display: inline-block;
    font-weight: bold;
    color: #fb0b0b;
    background-color: #ffe1e1;
    padding: 0 2px;
}
.line-inner .text2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: -2px;
    background: linear-gradient(transparent 60%, #fff231 0%);
    display: inline-block;
    line-height: 1.7em;
    padding: 0 4px;
}
.line-button a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 8vw;
    box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
    background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
    background-size: 50px;
    background-position: 12px;
    background-color: #15c618;
    padding: 10px 10px 6px 70px;
    position: relative;
    text-decoration: none;
}
.line-button a:hover {
    opacity: .8;
    transition: all 0.6s ease;        
}
.line-button a span.small {
    width: 88%;
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.line-button a span.strong {
    display: block;
}
.line-button a span.strong::after {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    font-size: 15px;
    margin-left: 6px;
    padding-right: 14px;
}
.line-button a span.line-friend {
    font-size: 1.3;
    color: #fff231;
    padding: 0 2px;
}
.line-qr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.line-qr span:nth-child(1) {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}
.line-qr img {
    width: 50%;
}
.line-qr span:nth-child(3) {
    width: 100%;
    font-size: 13px;
}
.line-qr a {
    text-decoration: underline;
}
/*--------------------------------------------
クーポン追随バナー
--------------------------------------------*/
#fix-bnr {
    display: none;
    position: fixed;
    right: 10px;
    top: 100px;
    z-index: 100;
	
	& a {
		display: block;
	}
	& .close {
		position: absolute;
		right: 10px;
		top:10px;
		& a{
			width: 25px;
			height: 25px;
			background-color: #e3e3e3;
			border-radius: 50%;
			text-align: center;
			font-size: 16px;
			font-weight: bold;
			line-height: 25px;
			color: #222;
			text-decoration: none;
		}
	}
}

@media screen and (max-width: 1200px) {
	#fix-bnr {
		right: 0;
		& img {
			width: 120px;
		}
	}
}