@charset "utf-8";
/* index.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 動画        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.masthead {
	position: relative;
	height: -webkit-calc(100vh - 50px) !important;
	height: calc(100vh - 50px) !important;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/mask_01.png);
}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}
h2 {
	position: absolute;
	width: 100%;
	height: 148px;
	line-height: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

/* スマホ動画 */
#sp_video {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#slide {
	height: calc(100vh - 50px);
	position: relative;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 各エリア    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.ctg_name {
	width: 550px;
	text-align: center;
	float: left;
}
.ctg_text {
	width: 550px;
	float: right;
	margin-top: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}
.ctg_text h3 {
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 1.3em;
}

/* 写真 */
.image_area {
	width: 100%;
	position: relative;
}
.image_area img {
	width: 100%;
	height: auto;
}
.pic_box_3-1 {
	width: calc(100% / 3);
}
.pic_box_3-2 {
	width: calc(100% - calc(100% / 3));
}
.pic_box_half {
	width: 50%;
}

.pic_mask_01 {
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/mask_01.png);
	clear: both;
}
.pic_mask_01.fadein.scrollin {
    opacity : 0.2;
}

/* 詳しく見る */
.more_bt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	height: 60px;
	width: 400px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}
.more_bt a {
	display: block;
	background-color: rgba(0,0,0,0.30);
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bt_arrow_01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 9px auto;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 食事処      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#dining {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #15181F;
	color: #FFFFFF;
}
#dining h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 60px;
	margin-left: 10px;
	letter-spacing: 10px;
}
#dining h3 span {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	letter-spacing: 5px;
}
#box_en {
	width: 50%;
	float: left;
}
#box_musubi {
	float: right;
	width: 50%;
}

.dining_text {
	padding-left: 25px;
	padding-right: 25px;
}
.dining_text h4 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 12px;
	border-left: 6px solid #FFFFFF;
	padding-left: 10px;
}

.dining_pic {
	margin-bottom: 20px;
}
.dining_pic img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 客室　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#room .image_area li {
	float: left;
	position: relative;
	text-align: center;
}
#room .image_area li span {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.80);
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ランキング　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ranking {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ranking h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 70px;
}
#ranking h3 span {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #8A8A8A;
	letter-spacing: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ランクリスト */
.ranking_list {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.rank_number {
	text-align: center;
	margin-bottom: 9px;
}
.rank_thumb {
	margin-bottom: 10px;
}
.rank_thumb img {
	width: 100%;
	height: auto;
}

.rank_tt {
	color: #413A7C;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.rank_text {

}
.text_cut {
}

/* 詳細ボタン 01 */
.plan_bt_01 {
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	margin-top: 20px;
}
.plan_bt_01 a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}

/* 詳細ボタン 特別室用 */
.plan_2_bt {
	margin-top: 20px;
}

.plan_2_bt li {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.plan_2_bt li:nth-child(odd) {
	padding-right: 5px;
}
.plan_2_bt li:nth-child(even) {
	padding-left: 5px;
}
.plan_2_bt li a {
	display: block;
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}
#ranking .row {
	margin-bottom: 40px;
}

/* 全てのプランを見るボタン */
#plan_more_bt {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}
#plan_more_bt a {
	border: 2px solid #000000;
	display: block;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/bt_arrow_03.png);
	background-repeat: no-repeat;
	background-position: 93% center;
	background-size: auto 22px;
	background-color: #FFFFFF;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2020.03 コロナ対策プラン　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#special_area {
	padding-bottom: 50px;
	border-bottom: 1px solid #E0CDAE;
	background-image: url(../images/index_2020_03_bg.jpg);
	background-size: cover;
	background-position: left top;
}
#special_area h3 {
	background-color: #006666;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}
#special_area h4 {
	font-size: 20px;
	font-weight: bold;
	color: #006666;
	margin-bottom: 30px;
	position: relative;
	padding-left: 85px;
	padding-top: 15px;
}
#special_area h4 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#special_area .box_al_left {
	width: 700px;
	padding-bottom: 50px;
}

#special_area .box_al_right {
	width: 350px;
}
#special_area .box_al_right img {
	width: 100%;
	height: auto;
}

.reserve_bt {
	width: 350px;
	height: 66px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	margin-top: 30px;
}
.reserve_bt a {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	border: 3px solid #000000;
	background-image: url(../images/bt_arrow_04.png);
	background-repeat: no-repeat;
	background-position: 93% center;
	background-size: 20px auto;
}

#extra_box {
	border: 1px solid #B6B6B6;
	border-radius: 4px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2020.05　宴会場等使用不可 　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ex_2020_0501 {
	background-color: #2B2E4A;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #FFFFFF;
	text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2020.07　GoTo トラベル    　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#banner_2020_0727 {
	width: 1100px;
	height: 160px;
	margin-bottom: 20px;
}

#banner_2020_0727 img {
	width: 100%;
	height: auto;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GoToキャンペーン　ボタン 　　　　　　                                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#goto {
	background-color: #FFFFFF;
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px solid #CCCCCC;
}
#goto_bt    {
	clear: both;
	text-align: center;
	font-size: 18px;
	font-weight: bold;


}
#goto_bt a {
	display: block;
	background-color: #00C0FD;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GoToキャンペーン　流れ   　　　　　　                                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#goto_flow {
	margin-top: 50px;
	margin-bottom: 30px;
}
#flow_tt {
	color: #8E8E8E;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

#flow_wrap {
	background-image: url(../images/flow_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.flow_list {
	width: 300px;
	margin-right: 100px;
	float: left;
	position: relative;
}
.flow_list:last-child {
	margin-right: 0px;
}
.step {
	background-color: #FFFF00;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
	width: 70px;
	position: absolute;
	top: 14px;
	left: 10px;
	padding-top: 5px;
	line-height: 1em;
	padding-bottom: 5px;
	font-weight: bold;
	color: #516704;
}

.flow_list h3 {
	color: #FFFFFF;
	background-color: #698606;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	padding-left: 90px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.flow_text {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: 3px solid #698606;
	border-right: 3px solid #698606;
	border-bottom: 3px solid #698606;
	background-color: #FFFDF1;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.flow_text a {
	text-decoration: underline;
}

.flow_text span {
	font-size: 14px;
}

/* 電話番号 */
#goto_tel {
	border: 8px solid #BEBEBE;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#goto_tel_L {
	display: table-cell;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	vertical-align: middle;
}
#goto_tel_R {
	width: 50%;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 2px solid #BEBEBE;
	padding-left: 20px;
	vertical-align: middle;
	text-align: center;
	padding-right: 20px;
}
#goto_tel_R a {
	color: #8D8D8D !important;
}
#goto_tel_R a:hover {
	color: #8D8D8D !important;
}

#goto_tel_R li:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #8D8D8D;
}
#goto_tel_R li:last-child {
	font-size: 48px;
	color: #8D8D8D;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 1.2em;
}


















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 動画        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.masthead {
	height: auto !important;
}
h2 {
	height: 74px;
}
h2 img {
	height: 74px;
	width: auto;
}
/* PC動画 */
.masthead-video {
	display: none;
}
.masthead-arrow {
	display: none;
}

/* スマホ動画 */
#sp_video {
	display: inherit;
	position: relative;
}
#sp_video video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#slide {
	height: calc(100vh - 80px);
	position: relative;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 各エリア    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.ctg_name {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.ctg_name img {
	width: 300px;
	height: auto;
}
.ctg_text {
	width: 100%;
	float: none;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.ctg_text h3 {
	font-size: 22px;
	margin-bottom: 25px;
	text-align: center;
}

/* 写真 */
.pic_box_3-1,
.pic_box_3-2 {
	width: 100%;
}

.pic_box_half {
	width: 100%;
}

/* 詳しく見る */
.more_bt {
	position: static;
	top: auto;
	left: auto;
	height: 50px;
	width: 80%;
	line-height: 50px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
}
.more_bt a {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	border: 2px solid #000000;
	text-decoration: none;
	background-image: url(../images/bt_arrow_02.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 9px auto;
}
.pic_mask_01 {
	padding-bottom: 14px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 料理        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_dinner {
	padding-bottom: 14px;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 食事処      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#dining {
	padding-top: 30px;
	padding-bottom: 30px;
}
#dining h3 {
	font-size: 30px;
	margin-bottom: 40px;
}
#box_en {
	width: 100%;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}
#box_musubi {
	width: 100%;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.dining_text {
	padding-left: 0px;
	padding-right: 0px;
}
.dining_text h4 {
	font-size: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 客室　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#room .image_area li {
	float: none;
	text-align: center;
}
#room .image_area li span {
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	display: inherit;
	width: 25%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ランキング　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ranking {
	max-width: 100%;
	min-width: 100%;
}
#ranking h3 {
	font-size: 22px;
	margin-bottom: 40px;
}
#ranking h3 span {
	font-size: 10px;
}

/* ランクリスト */
.ranking_list {
	width: 100%;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rank_number {
	text-align: center;
	margin-bottom: 0px;
	float: left;
	width: 46px;
	padding-right: 10px;
	padding-top: 15px;
}
.rank_number img {
	width: 100%;
	height: auto;
}
.rank_thumb {
	margin-bottom: 10px;
	width: 100px;
	float: left;
}

.rank_tt {
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom-style: none;
	line-height: 1.5em;
	padding-left: 170px;
}
.rank_text {
	display: none;
}

/* 詳細ボタン 01 */
.plan_bt_01 {
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	clear: both;
	margin-top: 0px;
}
.plan_bt_01 a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #413A7C;
	display: block;
}

/* 詳細ボタン 特別室用 */
.plan_2_bt {
	margin-top: 0px;
	clear: both;
}

.plan_2_bt li {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.plan_2_bt li:nth-child(odd) {
	padding-right: 5px;
}
.plan_2_bt li:nth-child(even) {
	padding-left: 5px;
}
.plan_2_bt li a {
	display: block;
	background-color: #413A7C;
	text-decoration: none;
	color: #FFFFFF;
}

/* 全てのプランを見るボタン */
#plan_more_bt {
	width: 80%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
#plan_more_bt a {
	border: 2px solid #000000;
	display: block;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/bt_arrow_03.png);
	background-repeat: no-repeat;
	background-position: 93% center;
	background-size: auto 22px;
	background-color: #FFFFFF;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2020.03 コロナ対策プラン　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#special_area {
	padding-bottom: 50px;
}
#special_area h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
#special_area h4 {
	font-size: 18px;
	padding-left: 60px;
	padding-top: 5px;
}
#special_area h4 img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: auto;
}

#special_area .box_al_left {
	width: 100%;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

#special_area .box_al_right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
#special_area .box_al_right img {
	width: 80%;
}

.reserve_bt {
	width: 80%;
	height: 66px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
}

#extra_box {
	margin-left: 20px;
	margin-right: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2020.05　宴会場等使用不可 　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ex_2020_0501 {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2020.07　GoTo トラベル    　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#banner_2020_0727 {
	background-image: url(transparent);
	width: 100%;
	height: auto;
	text-indent: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GoToキャンペーン　ボタン 　　　　　　                                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#goto_bt    {
	margin-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GoToキャンペーン　流れ   　　　　　　                                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#goto_flow {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}
#flow_tt {
	font-size: 22px;
	line-height: 1.3em;
}

#flow_wrap {
	background-image: url(transparent);
}

.flow_list {
	width: 100%;
	margin-right: px;
	float: none;
	margin-bottom: 30px;
}
.step {
	top: 14px;

}


.flow_text span {
	font-size: 12px;
}

/* 電話番号 */
#tel_wrap {
	margin-left: 20px;
	margin-right: 20px;
}
#goto_tel {
	border: 8px solid #BEBEBE;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: inherit;
	width: 100%;
}
#goto_tel_L {
	display: inherit;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #BEBEBE;
}
#goto_tel_R {
	width: 100%;
	display: inherit;
	border-left-style: none;
	padding-left: 10px;
	padding-right: 10px;
}


#goto_tel_R li:first-child {
	font-size: 16px;
	margin-bottom: 12px;
}
#goto_tel_R li:last-child {
	font-size: 24px;

}
#goto_tel_R a {
	color: #FFFFFF !important;
	background-color: #757575;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	border-radius: 5px;
}
#goto_tel_R a:hover {
	color: #FFFFFF !important;
}

}
