@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.4;
	letter-spacing:1px;
	font-size: 1.2em;
}

a{
	color:#333;
}

a:hover{
	color:#333;
	text-decoration:none;
}

/*--
a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
--*/


/*------------ hタグ ------------*/
h1 {
	color:#333;
	font-size:12px;
	margin:0 0 10px 0;
	letter-spacing:1px;
}



h2{
	font-size:40px;
	font-weight:bold;
	padding:0 0 0 0;
	letter-spacing:1px;
}


/*------------ 共通 ------------*/
.fontC {
	color:#ffe600;
}

.fontW {
	color:#ffffff;
}

.fontR {
	color:#c6031f;
}

.fontBold {
	font-weight:bold;
}
.textR {
	text-align:right;
}

.fontBlue{
	color: #119edb;
}
.fontOrange{
	color: #ff4719;
}
.fontR02{
	color: #d53232;
}

.txtBig{
	font-size: 1.5em
}
.txtBig02{
	font-size: 1.2em
}

.txtSold-out{
	text-decoration: line-through;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

/*------------ 全体 ------------*/
html {
}

body {
	background:#FFF;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}


.contents_inner{
	width: 980px;
	margin: 0 auto;
}

.contents_inner02{
	width: 880px;
	margin: 0 auto;
}

.Area720{
	width: 720px;
	margin: 0 auto;
}


/*------------ div要素全体にリンク ------------*/
/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #CCCCCC;
}


/*------------ ボタン ------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*-- ボタン01 --*/
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}


/*-- ボタン02 --*/
a.btn--red {
  background-color: #ffffff;
  border: 2px solid #ed3472;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 4rem 2rem 2rem;
  color: #ed3472;
  border-radius: 100vh;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f30b';
}

.btn02 a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.5;
}

/*-- ボタン03 --*/
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
  opacity: 0.7;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

/*-- ボタン04 --*/
.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}


/*-- ボタン05 --*/
.btn--orange02,
a.btn--orange02 {
  color: #fff;
  background-color: #FF2D31;
}

.btn--orange02:hover,
a.btn--orange02:hover {
  color: #fff;
  background: #FF8385;
}

a.btn--radius {
  border-radius: 100vh;
}


/*-- ボタン06 --*/
.btn06{
    border-radius: 80px;
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
	border: solid 2px;
    text-decoration: none;
    text-align: center;
    margin: 0 0;
}

.BtnArea01{
	text-align: center;
	margin: 0 auto;
    width: 300px;
}

/*-- ボタン07 --*/
.btn07{
    border-radius: 80px;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
	border: solid 2px;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
	font-weight: bold;
}

/*-- ボタン08 --*/
.btn08{
    border-radius: 80px;
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #ed3472;
	border: solid 2px;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
	color: #FFF;
}

.btn08:hover{
    border-radius: 80px;
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #ed3472;
	border: solid 2px;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
	color: #FFFFFF;
}



.shadow_btn02 {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  border: 2px solid #F38173; /* 線幅・種類・色 */
  border-radius: 0;
  color: #F38173; /* 文字色 */
  background: #fff; /* 背景色 */
  -webkit-box-shadow: 4px 4px 0 #F38173; /* 影の距離・色 */
  box-shadow: 4px 4px 0 #F38173; /* 影の距離・色 */
  padding: 1em 2em;
  font-weight: bold; /*文字の太さ*/
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

/* マウスオーバーした際のデザイン */
.shadow_btn02:hover {
  -webkit-box-shadow: -4px -4px 0 #F38173; /* 影の距離・色 */
  box-shadow: -4px -4px 0 #F38173; /* 影の距離・色 */
}

.cta_btn03 {
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  color: #fff; /* ボタン文字色 */
  background-color: #ed3472; /* ボタン上色 */
  position: relative;
  padding: 1em 2em;
  border-radius: 100vh;
  border-bottom: 5px solid #ab2652; /* ボタン下色 */
  font-weight: bold; /* ボタン文字の太さ */
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
  margin-top: 2em;
}

.cta_btn03-copy {
  font-size:90%; /* コピー文字サイズ */
  font-weight: bold; /* コピー文字の太さ */
  color: initial; /* コピー文字の色 */
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

.cta_btn03-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.cta_btn03-copy:after {
  margin-left: 1rem;
  content: '／';
}

/* マウスオーバーした際のデザイン */
.cta_btn03:hover {
  margin-top: calc(2em + 3px);
  border-bottom: 2px solid #7c3b97; /* ボタン下色 */
}

/*-- ボタン09 --*/
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: auto;
	padding: 1rem 4rem;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #27acd9;
}

.arrow_s02 {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: #27acd9;
  text-decoration: none;
}
.arrow_s02:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 8px;
  border-color: transparent transparent transparent #27acd9;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
	
/*------------メインビジュアルスライダー------------*/
.swiper-container{
}

.swiper-wrapper{
}

.swiper-slide{
}

.topPromo02{
	width:100%;
	text-align: center;
	margin:0 auto 0 auto;
	overflow:hidden;
	background-color: #fff;
	padding: 0;	
  border-bottom: #C4C4C4 solid 1px;

}

.topPromo03{
	width:100%;
	border-bottom: #C4C4C4 solid 1px;
}

.topPromo03Area{
	text-align: center;
	margin:0 auto 0 auto;
	overflow:hidden;
	background-color: #fff;
	padding: 0;	
}

.topPromo04{
	width: 100%;
	height: 60vh;	
	border-bottom: #C4C4C4 solid 1px;
	background-image: url("/images/top/promo/promoImg02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.topPromo04Area{
	width:780px;
	text-align: center;
	margin:0 auto 0 auto;
	overflow:hidden;
	padding: 0;	
}
.topPromo04AreaIMG{
	text-align: right;
	padding: 58% 0 0 0;
}
.topPromo05{
	width:100%;
	border-bottom: #C4C4C4 solid 1px;
}

.topPromo05Area{
	width:910px;
	text-align: center;
	margin:0 auto 0 auto;
	overflow:hidden;
	background-color: #fff;
	padding:0px 0 30px 0;	
}

.PromoMainImg{
	width: 720px;
	margin: 0 auto;
}

.topPromo05Txt01{
	font-size: 18px;
	margin: 30px 0 0 0;
}
.topPromo05Txt02{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.topPromo05Txt03{
	margin: 30px 0 0 0;
}
.topPromo05Txt04{
	margin: 30px 0 0 0;
}

/* 左右に斜め線(両端を丸く) */
.topPromo05Txt05 {
	color: #ed3472;
	font-weight: bold;
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.topPromo05Txt05::before,
.topPromo05Txt05::after {
  background-color: #1e90ff; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 3px; /* 線の高さ */
  width: 25px; /* 線の長さ */
}
.topPromo05Txt05::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.topPromo05Txt05::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

.topPromo05Txt06{
	color: #0068b7;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.topPromo05Txt07{
	font-size: 14px;
	margin: 5px 0 0 0;
}

.topPromo05Area02{
	width: 600px;
	margin: 30px auto;
	padding: 10px 20px;
	border:3px solid #ed3472;
	border-radius: 5px;
}

.topPromo05Area03{
	margin: 0 auto;
	padding:0 20px 10px 20px;
	border-top:10px solid #0068b7;
	border-left:1px solid #0068b7;
	border-right:1px solid #0068b7;
	border-bottom:1px solid #0068b7;
	border-radius: 5px;

}

.topPromo05Area04{
	overflow: hidden;
	margin: 10px 0 0 0;
}
.topPromo05Area04L{
	width: 260px;
	float: left;
}
.topPromo05Area04R{
	width: 260px;
	float: right;
}



.bg-slider {
    width: 100vw;
    height: 65vh;
    background-position:center center;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.bg-slider__title{
    color: #fff;
    font-size: 48px;
    line-height: 1.1;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
}
.bg-slider__title02{
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
}



/*ページトップボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
	


/*------------ box ------------*/
/*-- box4 --*/
.box4Area{
	overflow: hidden;
	width: 840px;
	text-align: center;
	margin: 0 auto;
}

.box4Area1{
	background-color: #fff;
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
    border-radius: 5px;
	border: 1px solid #d1d1d1;
	padding: 20px;
}

/*-- box2 --*/
.box2Area{
	overflow: hidden;
	width: 420px;
	text-align: center;
	margin: 20px auto 0 auto;
}

.box2Area1{
	background-color: #fff;
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
    border-radius: 5px;
	border: 1px solid #d1d1d1;
	padding: 20px;
}

/*-- box3 --*/
.box3Area{
	overflow: hidden;
	width: 840px;
	text-align: center;
	margin: 0 auto;
}

.box3Area1{
	background-color: #fff;
	width: 250px;
	float: left;
	margin: 0 20px 0 0;
    border-radius: 5px;
	border: 1px solid #d1d1d1;
	padding: 20px;
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
	width: 200px;
	background-color: aqua;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}



/*------------ CONTENTS ------------*/
#contents{
	margin:80px 0 0 0;
}

/*------------ FOOTER ------------*/
#footer,#footer02{
	background-color:#ececec;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

#footer .footer_inner,#footer02 .footer_inner{
	width:980px;
	margin:0 auto;
	padding:30px 0;
}

#footer .footer_navi01{
	overflow:hidden;
	margin:0 0 15px 0;
}

#footer .footer_navi01 li{
	float:left;
	margin:0 15px 0 0;
	background:url(../images/icon_triangle.jpg) no-repeat left;
	padding:0 0 0 12px;
	font-size:14px;
	font-weight:bold;
}

#footer .footer_navi02{
	overflow:hidden;
	margin:0 0 20px 0;
}

#footer .footer_navi02 li{
	float:left;
	margin:0 20px 0 0;
	background:url(../images/icon_triangle.jpg) no-repeat left;
	padding:0 0 0 12px;
	font-size:14px;
	font-weight:bold;
}

#footer .cr{
	font-size:12px;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}
/*-------- ClearBoth --------*/
.ofh {
	overflow: hidden;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

.f16{
	font-size:16px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w340{
	width:340px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

.w304{
	width:304px;
}

.max_600{
	max-width: 600px;
}

.max_w650{
	max-width: 650px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb5{
	margin:0 0 5px 0;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mb20{
	margin:0 0 20px 0;
}

.mb25{
	margin:0 0 25px 0;
}

.mb30{
	margin:0 0 30px 0;
}

.mb40{
	margin:0 0 40px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}

.pb10{
	padding-bottom:10px;	
}

.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

/*-------- table(テーブル) --------*/
table th.popular span.no1{
  position: absolute;
  top: -10px;
  left:calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 180px;
  padding: 10px 0;
}
/*-- tbl-r02(レスポンシブ)  --*/
.tbl-r02{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-radius: 6px;
overflow: hidden;	
}
.tbl-r02 th {
width:30%;
background: #e1e1e1;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #000;
padding: 10px;
}
.tbl-r02 td {
width:70%;
background: #fff;
border-bottom: 1px solid #ccc;
padding: 10px;
	font-size: 16px;
}

.tbl-r02 tbody tr:last-child th,
.tbl-r02 tbody tr:last-child td {
  border-bottom: none;
}

/*-- tbl-r02  --*/

/*-- table6 --*/
.table6{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;	
}
.table6 th{
width:30%;
padding:10px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #f0f0f0;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table6 td{
width:70%;
padding:10px;
background-color: #fafafa;
border-bottom: 1px solid #ccc;
}
.table6 th.table6ttl{
	background-color: #3176d5;
	color: #ffffff;
	font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 0px;
}
.table6 td.table6ttl{
	background-color: #3176d5;
	color: #ffffff;
	font-weight: bold;
}
.table6 tbody tr:last-child th,
.table6 tbody tr:last-child td {
  border-bottom: none;
}
/*-- table6 --*/

/*-- table7 --*/
.table7{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-radius: 6px;
overflow: hidden;	
}
.table7 th{
width:35%;
padding:10px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #cee7ff;
border-top: 1px solid #fff;
border-right: 1px solid #8fd2ed;
border-bottom: 1px solid #ccc;
}
.table7 td{
width:65%;
padding:10px;
text-align: left;
background-color: #fafafa;
border-bottom: 1px solid #ccc;
}
.table7 th.table7ttl{
	background-color: #119edb;
	color: #ffffff;
	font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #8fd2ed;
	border-bottom: 0px;
}
.table7 td.table7ttl{
	background-color: #119edb;
	color: #ffffff;
	font-weight: bold;
}
.table7 tbody tr:last-child th,
.table7 tbody tr:last-child td {
  border-bottom: none;
}
/*-- table7 --*/

/*-- table8 --*/
.table8{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
	font-size: 1.2em;
}
.table8 th{
padding:10px;
text-align: center;
vertical-align: top;
color: #444;
background-color: #f0f0f0;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table8 td{
width:50%;
padding:10px;
background-color: #fafafa;
border-bottom: 1px solid #ccc;
}
.table8 th.table8ttl{
	background-color: #3176d5;
	color: #ffffff;
	font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 0px;
}
.table8 td.table8ttl{
	background-color: #3176d5;
	color: #ffffff;
	font-weight: bold;
}
.table8 tbody tr:last-child th,
.table8 tbody tr:last-child td {
  border-bottom: none;
}
/*-- table8 --*/

/*-- table9 --*/
.table9{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;	
	font-size: 1.2em;
}
.table9 th{
width:30%;
padding:10px;
text-align: center;
vertical-align: top;
color: #444;
background-color: #f0f0f0;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table9 td{
width:70%;
padding:10px;
background-color: #fafafa;
border-bottom: 1px solid #ccc;
}
.table9 th.table9ttl{
	background-color: #3176d5;
	color: #ffffff;
	font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 0px;
}
.table9 td.table9ttl{
	background-color: #3176d5;
	color: #ffffff;
	font-weight: bold;
}
.table9 tbody tr:last-child th,
.table9 tbody tr:last-child td {
  border-bottom: none;
}
/*-- table9 --*/


/* スマホだけに適用するCSS */
@media only screen and (max-width:480px){
	
/*------------ CONTENTS SP ------------*/
#contents{
	margin:80px 0 0 0;
}

.contents_inner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}



	
h1 {
	color:#333;
	font-size:12px;
	margin:0px 0px 3% 0px;
}

h2{
	font-size:24px;
	font-weight:bold;
	padding:0 0 0 0;
	letter-spacing:1px;
}
	
.Area720{
	width: 100%;
	margin: 0 auto;
}
	

/*-------- table(テーブル) --------*/
/*-- tbl-r02  --*/
.tbl-r02{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: none;
border-bottom: 1px solid #ccc;
border-radius: 6px;
overflow: hidden;	
}
.tbl-r02 th {
display: block;
width: 100%;
background: #e1e1e1;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #000;
padding: 10px;
}
.tbl-r02 td {
display: block;
width: 100%;
background: #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px;
	font-size: 18px;
}

 .last td:last-child {
	border-top: solid 1px #ccc;
    width: 100%;
}
/*-- tbl-r02  --*/

/*------------メインビジュアルスライダーSP------------*/
.swiper-container{
}

.swiper-wrapper{
}

.swiper-slide{
}

.topPromo02{
	width:100%;
	margin:0 auto 0 auto;
	overflow:hidden;
	background-color: #fff;
	padding: 0;	
}

.topPromo03{
	width:100%;
	border-top: #C4C4C4 solid 1px;
	border-bottom: #C4C4C4 solid 1px;
}
.topPromo03Area{
	width:100%;
	text-align: center;
	margin:0 auto 0 auto;
	overflow:hidden;
	background-color: #fff;
	padding: 0;	
}
	
.topPromo04{
	width: 100%;
	height: 60vh;	
	border-bottom: #C4C4C4 solid 1px;
	background-image: url("/images/top/promo/promoImg02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.topPromo04Area{
	width:100%;
	text-align: center;
	margin:0 auto 0 auto;
	overflow:hidden;
	padding: 0;	
}
.topPromo04AreaIMG{
	width:100%;
	text-align: right;
	padding: 5% 2%;
}
	
.topPromo05{
	width:100%;
	border-top: #C4C4C4 solid 1px;
	border-bottom: #C4C4C4 solid 1px;
}
.topPromo05Area{
	width:100%;
	text-align: center;
	margin:0 auto 0 auto;
	overflow:hidden;
	background-color: #fff;
	padding:0% 2% 5% 2%;	
}	

.PromoMainImg{
	width:100%;
	margin: 0 auto;
}
	
.topPromo05Txt01{
}
.topPromo05Txt02{
}
.topPromo05Txt03{
	width: 100%;
	margin: 10% auto;
}
.topPromo05Txt04{
	width: 100%;
}
.topPromo05Area02{
	width: 100%;
	margin: 2% auto;
	padding: 2%;
	border:3px solid #ed3472;
	border-radius: 5px;
}
.topPromo05Area04{
	overflow: hidden;
	margin: 2% 0 0 0;
}

.topPromo05Area04L{
	width: 48%;
	float: left;
}
.topPromo05Area04R{
	width: 48%;
	float: right;
}
	
	
	
	
.bg-slider {
    width: 100vw;
    height: 60vh;
    background-position:center center;
    background-size: cover;
}
.bg-slider__title{
    color: #fff;
    font-size: 40px;
    line-height: 1.0;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
	padding: 0 10%;
}

	
/*------------ HEADER SP ------------*/
.h1Area{
	
	
}
	
#header{
}

#header .boxL{
}

#header .boxR{
}

#header .boxR ul{
}

#header .boxR li{
}

#header .header_top{
}


/*------------ Promo SP ------------*/
.topPromoBG{
	background-color: #c6031f;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #c7354a), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #c7354a),color-stop(.75, #c7354a), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 100%;
}

.topPromo{
	width:100%;
	margin:0 auto 20px auto;
	overflow:hidden;
}

/*ページトップボタンSP*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
	z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
	
/*------------ box sp ------------*/
/*-- box4 sp --*/
.box4Area{
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.box4Area1{
	background-color: #fff;
	width: 46%;
	float: left;
	margin: 3% 2% 0 2%;
    border-radius: 5px;
	border: 1px solid #d1d1d1;
	padding: 20px 5px;
}

/*-- box3 sp --*/
.box3Area{
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.box3Area1{
	overflow: hidden;
	background-color: #fff;
	width: 100%;
	float: none;
	margin: 0 0 5% 0;
    border-radius: 5px;
	border: 1px solid #d1d1d1;
	padding: 20px;
}
	
	
	
/*-- box2 sp --*/
.box2Area{
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 5% auto 0 auto;
}

.box2Area1{
	background-color: #fff;
	width: 46%;
	float: left;
	margin: 3% 2% 0 2%;
    border-radius: 5px;
	border: 1px solid #d1d1d1;
	padding: 20px 5px;
}
	
/*------------ FOOTER ------------*/
#footer .footer_inner,#footer02 .footer_inner{
	width:100%;
	margin:0 auto;
	padding: 5px 0 50px 0;
}

#footer .cr,#footer .cr{
	font-size:10px;
	margin: 0 0 0 15px;
}
	

	

	
	


}


}




