@charset "utf-8";

/*******************
 * PC
	* タブレット
 * スマホ
*******************/


/* ======================================================================================================================
  PC、スマホ共通
====================================================================================================================== */
.main p {	padding:0;	}



/* ==================================================================================================================
	 PC
	 =================================================================================================================== */
@media print, screen and (min-width: 769px) {
/* -------------------------------------------------------------------------- 
	 PC-スライドエリア
	 ----------------------------------------------------------------------- */
.topSliderArea {
  width: 100%;
  background-color: #fff2e0;
  position: relative;
}

.pcSlider01,
.pcSlider02
.pcSlider03 { position: relative; }

.pcSlider01 p,
.pcSlider02 p,
.pcSlider03 p {
  position: absolute;
		bottom:50px;
		left:50px;
		z-index:100;
		width:370px;
}

.topSliderArea__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- 
	 PC-下部バナー
	 ----------------------------------------------------------------------- */
.groupCompany {
		width: 100%;
  margin: 80px auto 0 auto;
}

.groupCompany h2 {
  margin-bottom:18px;
  color:#000;
  text-align:center;
  background:url(../../img/index_bg08.gif) repeat-x center 50%;
}

.groupCompany h2 span {
  background:#FFF;
  padding:0px 8px;
  font-weight:bold;
  font-size:169.2%;
}

.groupCompany_txt {
 text-align: center;
 margin-bottom: 20px;
 font-size: 14px;
}

.slideBnBlock{
  background:url(../../img/index_bg30.gif) repeat;
  padding:20px 0;
		position: relative;
		overflow: hidden;
}

.slideBnBlock .bx-wrapper {	position: static !important; }

.slideBnBlock .bx-wrapper .bx-controls-direction a.bx-prev {
 background:url(../../img/index_bt12.png) repeat;
 width: 25px;
 height: 121px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -60px;
	display: block;
}

.slideBnBlock .bx-wrapper .bx-controls-direction a.bx-next {
 background:url(../../img/index_bt13.png) repeat;
 width: 25px;
 height: 121px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -60px;
	display: block;
}

.slideBnBlock .bx-wrapper .bx-viewport { background:none; }

.slideBnBlock a img { width: 100%; }

/* -------------------------------------------------------------------------- 
	 PC-メイン
   ------------------------------------------------------------------------ */
.main { margin: 0 auto; }

/* ------- バナーエリア 高さ揃える（2列） ------- */
.borderSell-2 {
  overflow:hidden;
  max-width:1100px;
		width:100%;
  position: relative;
}

.borderSell-2 ul {
  margin-top:10px;
  display: table;
  border-collapse: separate;
  border-spacing:36px 0;
  position:relative;
  left:36px;
  margin-left:-72px;
  margin-right: 10px;
}

.borderSell-2 ul li {
  width:527px;
  display: table-cell;
  border: solid 5px #009ef0;
  background:#fff;
  border-radius:13px;
  -moz-border-radius:13px;
  -webkit-border-radius:13px;
  -o-border-radius:13px;
  -ms-border-radius:13px;
  padding:15px;
  box-sizing: border-box;
		position:relative;
}

.borderSell-ic01 {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
}

.borderSell-ic02 {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
}

/* ------- バナーエリア 高さ揃える（3列） ------- */
.borderSell-3 {
  overflow:hidden;
  max-width:1100px;
		width:100%;
  position: relative;
}

.borderSell-3 ul {
  margin-top:10px;
  display: table;
  border-collapse: separate;
  border-spacing:35px 0;
  position:relative;
  left:35px;
  margin-left:-70px;
  margin-right: 10px;
}

.borderSell-3 ul li {
  width:100%;
  display: table-cell;

  background:#fff;
  border-radius:13px;
  -moz-border-radius:13px;
  -webkit-border-radius:13px;
  -o-border-radius:13px;
  -ms-border-radius:13px;

  box-sizing: border-box;
		position:relative;
}

.borderSell-ic03 {
  position: absolute;
  top: -15px;
  right: -14px;
  z-index: 10;
}

.borderSell-ic04 {
  position: absolute;
  top: -15px;
  right: -14px;
  z-index: 10;
}

.borderSell-ic05 {
  position: absolute;
  top: -15px;
  right: -14px;
  z-index: 10;
}

/* ------- バナーエリア ------- */
.borderSell_top02 h3 {
  max-width:600px;

}

.borderSell_top02 {
  background:url(../../img/bordersell_line.png) bottom repeat-x;
}

.borderSell_top02 p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.borderSell_bottom01_price02 {
  font-size: 26px;
  line-height: 1.0;
  margin-top: 10px;
		font-weight: bold;
}

.borderSell_bottom01_price02 span {
  color: #b60081;
  font-size: 110px;
  font-weight: bold;
  letter-spacing: -0.09em;
}

.borderSell_bottom02 {
  text-align: center;
  padding: 30px 0 0;
}

.borderSell_bottom02_catch {
  color: #009ef0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.borderSell_bottom02_price {
  font-size: 32px;
  line-height: 1.0;
  margin-top: 15px;
		font-weight: bold;
}

.borderSell_bottom02_price span {
  color: #b60081;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: -0.06em;
		word-break: break-all;
}

.borderSell_btnArea { margin: 12px auto 0; }

.borderSell_btnArea_left {
  float: left;
  width: 47%;
}

.borderSell_btnArea_right {
  float: right;
  width: 47%;
}

.borderSell-3 ul li button {
  margin-top: 12px;
}

.borderSell_btnArea { margin: 10px auto 0; }

/* ------- ボタンエリア ------- */
.borderSell_btnSet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.borderSell_btnSet a {
  width: 28%;
}

.btnArea {
  max-width: 1100px;
		width: 98%;
  margin: 80px auto 0;
}

.btnArea_left {
  float: left;
  width: 48%;
}

.btnArea_right {
  float: right;
  width: 48%;
}

/* ------- お問い合わせ ------- */
.contactArea {
  width: 1100px;
  margin: 80px auto 0;
  border: 10px #e9e9e9 solid;
  padding: 35px;
  box-sizing: border-box;
}

.contactArea_ttl {
  float: left;
  width: 400px;
  box-sizing: border-box;
}

.contactArea_ttl h2 {
  color: #009ef0;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.0;
}

.contactArea_ttl p {
  margin-top: 15px;
  font-size: 20px;
}

.contactArea_tel {
  float: right;
  width: 600px;
  padding-left: 30px;
  text-align: center;
  border-left: 5px #e9e9e9 solid;
  box-sizing: border-box;
}

.contactArea_telTxt {
  font-size: 35px;
  line-height: 1.0;
}

.contactArea_telTxt span {
  font-size: 60px;
  font-weight: bold;
}

.contactArea_telTime { margin-top: 10px; }


/* ------- 新着情報 ------- */
.newsArea {
  max-width: 1100px;
		width:98%;
margin: 0px auto 0;
  /*margin: 80px auto 0;*/
}

.newsTtlArea {
  max-width: 1100px;
		width:100%;
  border-bottom: 7px #009ef0 solid;
}

.newsTtlArea h2 {
  float: left;
  width: 500px;
  color: #009ef0;
  font-size: 40px;
  font-weight: bold;
margin-top: 80px;
}

.newsArea_btn {
  float: right;
  width: 150px;
		margin-top:10px;
}

.newsArea dl {
  text-align: left;
  font-size: 14px;
  position: relative;
}
 
.newsArea dt {
  float : left;
  width : 130px;
padding : 20px 0 20px 5px;
  /*padding : 20px 0 20px 170px;*/
  box-sizing: border-box;
}

.newsArea dt.newsArea_icPress { background:url(../../img/ic_newspress.png) 0 20px no-repeat; }
.newsArea dt.newsArea_icClosing { background:url(../../img/ic_newsclosing.png) 0 20px no-repeat; }
 
.newsArea dd {
  padding : 20px 30px 20px 130px;
  border-bottom: 1px #000 dotted;
}

.newsArea dl a { display: block; }

.newsArea dl a:hover {
	background: #b0e4ff;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out; 
	}


.newsArea dl a:after {
  content:"";
  position:absolute;
  top: 25px;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform:rotate(45deg);
  border-top: solid 1px #009ef0;
  border-right: solid 1px #009ef0;
}

}


/* ======================================================================================================================
	 タブレット
	 =================================================================================================================== */
@media print, screen and (max-width: 1100px) {
.borderSell_btnArea_left {
  float: none;
  width: 100%;
}
.borderSell_btnArea_right {
  float: none;
  width: 100%;
		margin-top:12px;
}

/* ------- お問い合わせ ------- */
.contactArea {
  width: 100%;
  margin: 80px auto 0;
  border: 10px #e9e9e9 solid;
  padding: 20px;
  box-sizing: border-box;
}

.contactArea_ttl {
  width: 100%;
  text-align: center;
}

.contactArea_ttl h2 {
  color: #009ef0;
  font-weight: bold;
  line-height: 1.0;
}

.contactArea_ttl p { margin-top: 15px; }

.contactArea_tel {
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  text-align: center;
  border-top: 5px #e9e9e9 solid;
		border-left:none;
  box-sizing: border-box;
}

.contactArea_telTxt { line-height: 1.0; }

.contactArea_telTxt span { font-weight: bold; }

.contactArea_telTime { margin-top: 10px; }

}



/* ======================================================================================================================
	 スマホ
	 =================================================================================================================== */
@media only screen and (max-width: 768px) {
/* -------------------------------------------------------------------------- 
  スマホ-スライドエリア
   ----------------------------------------------------------------------- */
.smSlider01,
.smSlider02,
.smSlider03 {	background: #fff2e0; }

.smSlider01 p,
.smSlider02 p,
.smSlider03 p {
		width:98%;
		margin:0 auto;
}

.topSliderArea__inner {
  max-width: none;
  margin: 0 auto;
}



/* -------------------------------------------------------------------------- 
	 スマホ-下部バナー
	 ----------------------------------------------------------------------- */
.groupCompany {
  width: 100%;
  margin: 40px auto 0 auto;
}

.groupCompany h2 {
  margin-bottom:18px;
  color:#000;
  text-align:center;
  background:url(../../img/index_bg08.gif) repeat-x center 50%;
}

.groupCompany h2 span {
  background:#FFF;
  padding:0px 8px;
  font-weight:bold;
  font-size:169.2%;
}

.groupCompany_txt {
 text-align: center;
 margin-bottom: 20px;
 font-size: 14px;
}

.slideBnBlock_sm {
  background:url(../../img/index_bg30.gif) repeat;
  padding-top:10px;
  padding-bottom:10px;
  box-sizing: border-box;
}

.slideBnBlock_sm .bx-wrapper .bx-viewport{ background:none; }

.slideBnBlock_sm .bx-wrapper { margin: 0 10px !important; }

.slideBnBlock_sm a img { widtht: 100%; }


/* -------------------------------------------------------------------------- 
   スマホ-メイン
   ------------------------------------------------------------------------ */

/* ------- バナーエリア 高さ揃える（2列） ------- */
.borderSell-2 ul {
  margin-top:50px;
  border-collapse: separate;
  border-spacing:36px 0;
  margin-right: 6px;
  padding-top: 10px;
}

.borderSell-2 ul li {
  width: 100%;
  border: solid 5px #009ef0;
  background:#fff;
  border-radius:13px;
  -moz-border-radius:13px;
  -webkit-border-radius:13px;
  -o-border-radius:13px;
  -ms-border-radius:13px;
  padding:15px;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative;
}

.borderSell-2 ul li:first-child { margin-top: 0; }

.borderSell-ic01,
.borderSell-ic02 {
  width: 73px;
  position: absolute;
  top: -11px;
  right: -11px;
  z-index: 10;
}

/* ------- バナーエリア 高さ揃える（3列） ------- */
.borderSell-3 {
  overflow:hidden;
}

.borderSell-3 ul {
  margin-top:50px;
  border-collapse: separate;
  border-spacing:35px 0;
  padding-top: 10px;
}

.borderSell-3 ul li {
  width: 100%;

  background:#fff;
  border-radius:13px;
  -moz-border-radius:13px;
  -webkit-border-radius:13px;
  -o-border-radius:13px;
  -ms-border-radius:13px;


  box-sizing: border-box;
  position: relative;
}

.borderSell-3 ul li:first-child { margin-top: 0; }

.borderSell-ic03,
.borderSell-ic04,
.borderSell-ic05 {
  position: absolute;
  width: 73px;
  position: absolute;
  top: -11px;
  right: -11px;
  z-index: 10;
}

/* ------- バナーエリア ------- */
.borderSell_top02 {
  padding-bottom: 30px;
  background:url(../../img/bordersell_line.png) bottom repeat-x;
}

.borderSell_top02 p {
  font-size: 2.7vw;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.borderSell_bottom02 {
  text-align: center;
  padding: 30px 0 0;	
}

.borderSell_bottom02_catch {
  color: #009ef0;
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 1.4;
}

.borderSell_bottom02_price {
  font-size: 3.866vw;
  line-height: 1.0;
  margin-top: 15px;
		font-weight: bold;
}

.borderSell_bottom02_price span {
  color: #b60081;
  font-size: 14vw;
  font-weight: bold;
}

.borderSell_btnArea { margin: 10px auto 0; }

.borderSell_btnArea_left { width: 100%; }

.borderSell_btnArea_right {
  width: 100%;
  margin-top: 10px;
}

.borderSell-3 ul li button { margin-top: 10px; }

/* ------- ボタンエリア ------- */
.borderSell_btnSet {
  width: 100%;
  display: block;
  margin: 30px 0;
}

.borderSell_btnSet a {
  display: block;
  width: 80%;
  margin: 10px auto 0 auto;
}

.btnArea {
  width: 100%;
  margin: 40px auto 0;
}

.btnArea_left { width: 100%; }

.btnArea_right {
  width: 100%;
  margin-top: 10px;
}

/* ------- お問い合わせ ------- */
.contactArea {
	border: 5px #e9e9e9 solid;
	margin: 40px auto 0;
	}

.contactArea_ttl {
  width: 100%;
  text-align: center;
}

.contactArea_ttl h2 { font-size: 30px; }

.contactArea_ttl p {
	margin-top:5px;
 font-size: 12px;
}

.contactArea_telTxt { font-size: 15px; }

.contactArea_telTxt span { font-size: 30px; }

.contactArea_telTime {
 margin-top:5px;
 font-size: 12px;
}

.contactArea_tel { border-top: 2px #e9e9e9 solid; }

/* ------- 新着情報 ------- */
.newsArea {
  width: 100%;
  /*margin: 40px auto 0;*/
margin: 0px auto 0;
}

.newsTtlArea {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px #009ef0 solid;
}

.newsTtlArea h2 {
  float: left;
  width: 180px;
  color: #009ef0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.0;
margin-top:40px;
}

.newsArea_btn {
  float: right;
  width: 112px;
}

.newsArea dl {
  width: 100%;
  text-align: left;
  font-size: 14px;
  position: relative;
}
 
.newsArea dt {
  width: 100%;
padding : 10px 25px 5px 0px;
  /*padding : 10px 25px 5px 130px;*/
  box-sizing: border-box;
}

.newsArea dt.newsArea_icPress { background:url(../../img/ic_newspress_sm.png) 0 10px no-repeat; background-size: 119px; }
.newsArea dt.newsArea_icClosing { background:url(../../img/ic_newsclosing_sm.png) 0 10px no-repeat; background-size: 119px; }
 
.newsArea dd {
  padding : 0 25px 10px 0;
  border-bottom: 1px #000 dotted;
}

.newsArea dl a { display: block; }

.newsArea dl a:hover {
	background: #b0e4ff;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out; 
	}
	
.newsArea dl a:after {
  content:"";
  position:absolute;
  top: 45%;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform:rotate(45deg);
  border-top: solid 1px #009ef0;
  border-right: solid 1px #009ef0;
}

}

/* ------- 20160930追加 ------- */

.newsInclude {
  width:98%;
  height:635px;
  max-height: 100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
  margin: 0px 5px 0px 5px;
}

.ifre {
  width:100%;
  height: auto;
  min-height: 635px;
  border:none;
  display:block;
}


/* ------- 20190207追加 ------- */

.slidCpArea	{
	position: relative;
}
.slidCpBtn_p	{
	position: absolute;
	bottom: 20px;
	left: 4%;
}
.slidCpBtn_k	{
	position: absolute;
	bottom: 20px;
	left: 48%;
}
.slidCp_shouhin {
	margin-bottom: 60px;
	text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #b60081;
}

