﻿
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	共通
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------
	ベース
------------------------------------*/
@import url('css2-NotoSansJPwght100300400500700900_NotoSerifJPwght200300400500600700900_swap.css');

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
	letter-spacing: 0;
	color: #000000;
}

img {
	width: 100%;
	transition: 0.5s all;
}

a:hover img {
	opacity: 0.7;
}

.common_outer {
	width: 86%;
	margin: 0 auto;
}

/* margin */
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.display_none {
	display: none;
}

.sp_display_none {
  display: none;
}

/*------------------------------------
	パーツ
------------------------------------*/
/* フォント */
.font_serif {
	font-family: 'Noto Serif JP', serif;
}

.txt_bold {
	font-weight: bold;
}

.at_comment {
  font-size: 84%;
  margin-top: 10px;
	padding-left: 1em;
	position: relative;
}

.at_comment::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

/*------------------------------------
	header
------------------------------------*/
/* header */
#header_wrap {
	display: flex;
	align-items: center;
}

#header_wrap h1 {
	width: 41%;
}

#header_wrap p {
	font-size: 0.8rem;
}

#header_wrap p a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: middle;
	text-decoration: none; 
}

#header_wrap p a:hover {
	color: #d60b18;
}

#header_wrap p a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #c8260b;
	padding-right: 10px;
}

/*------------------------------------
	footer
------------------------------------*/
#footer_wrap {
	position: relative;
}

#footer_wrap #fixed_sec {
	background-color: #eeede5;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 10px 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#footer_wrap #fixed_sec.footer_abs {
	position: absolute;
	top: 0;
	bottom: auto;
}

#footer_wrap #fixed_sec #member_area {
	width: 83%;
}

#footer_wrap #fixed_sec #member_area h3 {
	position: relative;
	text-align: center;
	font-weight: bold;
}

#footer_wrap #fixed_sec #member_area h3::before,
#footer_wrap #fixed_sec #member_area h3::after {
	content: "";
	width: calc((100% - 10em) / 2);
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
}

#footer_wrap #fixed_sec #member_area h3::before {
	left: 0;
}

#footer_wrap #fixed_sec #member_area h3::after {
	right: 0;
}

#footer_wrap #fixed_sec #member_area ul {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

#footer_wrap #fixed_sec #member_area ul li{
	width: 48.5%;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.1);
}

#footer_wrap #fixed_sec #pagetop {
	width: 9%;
	margin-left: 3%;
	margin-bottom: 3vw;
}

#footer_wrap #copy_sec {
	color: #fff;
	background-color: #254220;
	text-align: center;
	padding: 8px 0;
}

#footer_wrap #copy_sec small {
	font-size: 0.79rem;
}

/*------------------------------------------------------------------
	コンテンツ
------------------------------------------------------------------*/

/*------------------------------------
	ナビ
------------------------------------*/
#nav_win ul.nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#nav_win ul.nav_list li {
	width: 49.7%;
	margin-top: 0.5vw;
}

#nav_win ul.nav_list li a {
	font-size: 3.47vw;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	padding: 2vw 4vw;
	height: 14vw;
	transition: 0.5s all;
	background: url("../image/navi_bg_sp.png") no-repeat center center / cover;
}

#nav_win ul.nav_list li a:hover {
	opacity: 0.7;
}

#nav_win ul.nav_list li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5vw;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 2.5vw;
	background: url("../image/navi_icon_win_b.png") no-repeat center center / contain;
}

#nav_win ul.nav_list li a span {
	display: block;
	width: 100%;
	padding-left: 19%;
}

#nav_win ul.nav_list li#nav_jcb a span {
	background: url("../image/navi_icon_jcb.png") no-repeat left center / contain;
}

#nav_win ul.nav_list li#nav_visa a span {
	background: url("../image/navi_icon_visa.png") no-repeat left center / contain;
}

/*------------------------------------
	シーン
------------------------------------*/
#scene_sec {
  background: #fff;
  text-align: center;
  padding: 35px 0 15px;
}

#scene_sec h2 {
	color: #346915;
  font-size: 140%;
  font-weight: bold;
}

#scene_sec h2 + p {
  margin-top: 20px;
}

#scene_sec h3 {
  position: relative;
  color: #346915;
  font-size: 120%;
  margin-top: 30px;
}

#scene_sec h3::before,
#scene_sec h3::after {
	content: "";
	width: calc((100% - 8em) / 2);
	height: 1px;
	background-color: #346915;
	position: absolute;
	top: 50%;
}

#scene_sec h3::before {
	left: 0;
}

#scene_sec h3::after {
	right: 0;
}

#scene_sec #scene_place_area > ul li:nth-child(2) h3::before,
#scene_sec #scene_place_area > ul li:nth-child(2) h3::after {
  width: calc((100% - 7em) / 2);
}

#scene_sec #scene_place_area > ul li:nth-child(3) h3::before,
#scene_sec #scene_place_area > ul li:nth-child(3) h3::after {
  width: calc((100% - 5em) / 2);
}

#scene_sec #scene_place_area ul li ul {
  font-size: 90%;
  margin-top: 15px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#scene_sec #scene_place_area ul li ul li {
  width: 50%;
  padding: 5px 0 5px 12px;
  position: relative;
}

#scene_sec #scene_place_area ul li ul li::before {
  position: absolute;
  content: "・";
  font-size: 150%;
  color: #346915;
  left: -10px;
  top: -0.07em;
}

/*------------------------------------
	メリット
------------------------------------*/
#merit_sec {
  background: #f7f7f7;
  padding: 60px 0;
	margin-top: 40px;
}

#merit_sec h2 {
  border-top: 1px solid #497633;
  border-bottom: 1px solid #497633;
	font-size: 120%;
  padding: 6px 0 8px;
	font-weight: bold;
	text-align: center;
}

#merit_sec .merit_No {
  color: #497633;
  text-align: center;
  line-height: 1;
  margin-top: 40px;
  font-size: 90%;
}

#merit_sec .merit_No span {
  font-size: 330%;
  font-weight: bold;
}

#merit_sec h3 {
  font-size: 140%;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  position: relative;
}

#merit_sec h3 + p {
  margin-top: 15px;
}

#merit_sec h3::before,
#merit_sec h3::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  transform:rotate(-60deg);
  background: #497633;
  top: .9em;
}

#merit_sec h3::before {
  left: 50%;
  margin-left: -5em;
}

#merit_sec h3::after {
  right: 50%;
  margin-right: -5em;
}

#merit_sec .merit2 h3::before {
  top: 1.5em;
  margin-left: -6em;
}

#merit_sec .merit2 h3::after {
  top: 1.5em;
  margin-right: -6em;
}

#merit_sec .pc_flex > div {
  margin-top: 30px;
}

#merit_sec #set_txt {
  background: #fff5ad;
  text-align: center;
  padding: 20px;
  font-size: 120%;
  line-height: 1.6;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 60px;
  position: relative;
}

#merit_sec #set_txt span {
  background:linear-gradient(transparent 70%, #ffba11 30%);
}

#merit_sec #set_txt::before {
  position: absolute;
  content: "";
  display: block;
  width: 63px;
  height: 16px;
  background: url("../image/merit01_arrow.png") no-repeat center top / cover;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#merit_sec #set_txt + div {
  margin-top: 30px;
}

#merit_sec .merit3 .pc_flex_inner div + p {
  margin-top: 6px;
}

/*------------------------------------
	ラインナップ
------------------------------------*/
#lineup_sec {
  background: #fff;
	margin: 60px 0;
}

#lineup_sec h2 {
  border-top: 1px solid #497633;
  border-bottom: 1px solid #497633;
	font-size: 120%;
  padding: 6px 0 8px;
	font-weight: bold;
	text-align: center;
}

#lineup_sec .lineup_box h3 {
  font-size: 110%;
}

#lineup_sec .lineup_box h3 + p {
  font-size: 90%;
}

#lineup_sec .lineup_box {
  margin-top: 30px;
}

#lineup_sec .lineup_box ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}

#lineup_sec .lineup_box ul li {
	width: 46%;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#lineup_sec .lineup_box ul li img {
  border-radius: 6px 6px 0 0;
}

#lineup_sec .lineup_box ul li span {
	display: block;
	background: #efeee6 url("../image/opening_closing_bg_detail.gif") no-repeat center center / cover;
	padding: 5px;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#lineup_sec .lineup_box ul li span::after {
	content: "";
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 5px solid #000;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

#lineup_sec .cardAttention { 
  font-size: 86%;
  counter-reset: num 0;
  margin-top: 30px;
}

#lineup_sec .cardAttention li { 
  padding-left: 1.75em; 
  text-indent: -1.75em; 
}

#lineup_sec .cardAttention li::before { 
  counter-increment: num; 
  content: "※"counter(num); 
  margin-right: 0.2em; 
}

/*------------------------------------
	モーダル
------------------------------------*/
/* colorbox CSS上書き */
#cboxOverlay {
	background-color: #000;
}

#cboxContent {
	margin-top: 30px;
	background: #fff;
}

#cboxLoadedContent {
	padding: 0;
	background-color: transparent;
	overflow-x: hidden !important;
}

#cboxLoadingOverlay {
	background-color: transparent;
}

#cboxClose {
	width: 50px;
	height: 50px;
	top: -45px;
	right: 0;
}

#cboxClose::before,
#cboxClose::after {
	position: absolute;
	content:'';
	width: 30px;
	height: 2px;
	background-color: #fff;
}

#cboxClose::before {
	top: 48%;
	right: 1px;
	transform: rotate(135deg);
}

#cboxClose::after{
	top: 48%;
	left: 20px;
	transform: rotate(45deg);
}

.card_modal {
  font-size: 86%;
	background-color: #fff;
	padding: 25px 7%;
}

.card_modal h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card_modal h4 img {
	margin-right: 10px;
}

.card_modal h4 img.iconJcb {
	width: 30px;
}

.card_modal h4 img.iconVisa {
	width: 54px;
}

.card_modal h4 + div { 
  margin: 20px auto 0;
  max-width: 260px;
}

.card_modal .modal_table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	border-bottom: solid 1px #ccc;
}

.card_modal .modal_table tr th,
.card_modal .modal_table tr td {
	border-top: solid 1px #ccc;
	font-size: 93%;
	line-height: 1.4;
	padding: 10px;
}

.card_modal .modal_table tr th {
	width: 75px;
	font-weight: bold;
	background-color: #eeede5;
	text-align: center;
	vertical-align: middle;
}

.card_modal .modal_table tr td ul li {
	padding-left: 15px;
	position: relative;
}

.card_modal .modal_table tr td ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #254220;
	position: absolute;
	left: 3px;
	top: 0.5em;
	border-radius: 50%;
}

.card_modal .txt_no_btn {
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

/*------------------------------------
	モーダル 申込ボタン 202310追記
------------------------------------*/
.card_modal ul.btn_list {
	margin: 15px auto 0;
	width: 88%;
}

.card_modal ul.btn_list li {
	margin-top: 10px;
}

.card_modal ul.btn_list li:first-child {
	margin-top: 0;
}

.card_modal ul.btn_list li a {
	display: block;
	border-radius: 8px;
	text-align: center;
	position: relative;
	border: solid 1px #00243c;
	padding: 7px;
}

.card_modal ul.btn_list li a::after {
	content: "";
    width: 4px;
    height: 4px;
    border: 3px solid transparent;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}


.card_modal ul.btn_list li.btn_application a {
	color: #fff;
	background-color: #00243c;
}

.card_modal ul.btn_list li.btn_application a::after {
    border-left: 5px solid #fff;
}

.card_modal ul.btn_list li.btn_detail a {
	color: #00243c;
	background-color: #fff;
	
}

.card_modal ul.btn_list li.btn_detail a::after {
    border-left: 5px solid #00243c;
}

.card_modal ul.btn_list li.btn_application a[target="_blank"],
.card_modal ul.btn_list li.btn_detail a[target="_blank"] {
	background-repeat: no-repeat;
	background-position: right 5px center;
}

.card_modal ul.btn_list li.btn_application a[target="_blank"] {
	background-image: url("../image/icon_win_w.png");
}

.card_modal ul.btn_list li.btn_detail a[target="_blank"] {
	background-image: url("../image/icon_win_b.png");
}

.card_modal ul.btn_list li.btn_application a[target="_blank"]::after,
.card_modal ul.btn_list li.btn_detail a[target="_blank"]::after {
	content: none;
	border: none;
}



