@charset "UTF-8";


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

#contents {
	width:980px;
	margin:0 auto;
	padding: 10px;
}


.main_image {
	padding-bottom:10px;
}

.main_image img {
	width:100%;
}

.topimages img{
	width: 100%;
}

/*キャンペーンボックス（1：新店　2：移転　3：リニューアル*/
.campaignbox1{
 background: none;
 border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
 margin: 15px 10px; /* 外側の余白 上下・左右 */
 padding: 20px; /* 内側の余白 */
 position: relative;
}
.campaignbox1:before{
 background-color: #fff;
 content: '新店オープンキャンペーン';
 padding: 2px 10px; /* タイトルの余白 上下・左右 */
 position: absolute;
 top: -10px;
 left: 30px;
 text-align: center;
 font-size: 1.8rem;	
	color: #FF0004;
	font-weight: bold;
}
.campaignbox1:after{
 background: none;
 border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.campaignbox1 ul li{
	font-size: 2.0rem;
	text-align: center;
	padding-top: 1.0rem;
	color: #FF0004;
	font-weight: bold;
}

.campaignbox1 a {
	background: linear-gradient(transparent 50%, yellow 50%);
}

.campaignbox2{
 background: none;
 border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
 margin: 15px 10px; /* 外側の余白 上下・左右 */
 padding: 20px; /* 内側の余白 */
 position: relative;
}
.campaignbox2:before{
 background-color: #fff;
 content: '移転オープンキャンペーン';
 padding: 2px 10px; /* タイトルの余白 上下・左右 */
 position: absolute;
 top: -10px;
 left: 30px;
 text-align: center;
 font-size: 1.8rem;	
	color: #FF0004;
	font-weight: bold;
}
.campaignbox2:after{
 background: none;
 border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.campaignbox2 ul li{
	font-size: 2.0rem;
	text-align: center;
	padding-top: 1.0rem;
	color: #FF0004;
	font-weight: bold;
}

.campaignbox2 a {
	background: linear-gradient(transparent 50%, yellow 50%);
}

.campaignbox4{
 background: none;
 border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
 margin: 15px 10px 50px; /* 外側の余白 上下・左右 */
 padding: 20px; /* 内側の余白 */
 position: relative;
}
.campaignbox4:before{
 background-color: #fff;
 content: '北陸新幹線延伸記念キャンペーン';
 padding: 2px 10px; /* タイトルの余白 上下・左右 */
 position: absolute;
 top: -10px;
 left: 30px;
 text-align: center;
 font-size: 1.8rem;	
	color: #FF0004;
	font-weight: bold;
}

.campaignbox4:after{
 background: none;
 border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 100%;
 height: 100%;
 z-index: -1;
}


.takefu_mapion{
	float: left;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 18px;
	text-decoration: underline;
}


.campaignbox3{
 background: none;
 border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
 margin: 15px 10px; /* 外側の余白 上下・左右 */
 padding: 20px; /* 内側の余白 */
 position: relative;
}
.campaignbox3:before{
 background-color: #fff;
 content: 'リニューアルオープンキャンペーン';
 padding: 2px 10px; /* タイトルの余白 上下・左右 */
 position: absolute;
 top: -10px;
 left: 30px;
 text-align: center;
 font-size: 1.8rem;	
	color: #FF0004;
	font-weight: bold;
}
.campaignbox3:after{
 background: none;
 border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.campaignbox3 ul li{
	font-size: 2.0rem;
	text-align: center;
	padding-top: 1.0rem;
	color: #FF0004;
	font-weight: bold;
}

.campaignbox3 a {
	background: linear-gradient(transparent 50%, yellow 50%);
}
.address{
	padding: 10px 0;
}

.address1{
	padding: 10px 0;
	margin: 0 auto;
	width: 85%;
}

.col-head-type1 {
  border-collapse: collapse;
width: 80%;
 margin-left: auto;
margin-right: auto;
 
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

.btn01 {
  text-align: center;
  padding-bottom: 40px;
}

.btn-open {
  display: inline-block;
  width: 180px;
  height:50px;
  text-align: center;
  background-color: #FF0000;
  font-size: 1.8rem;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF0000;
  position: relative;
  overflow: hidden;
  z-index: 1;
	
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #FF0000;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.textBox{
	padding-left:1em;
text-indent:-1em;
}
.indent3{
	padding-left:5em;
text-indent:-5em;
}

.indent4{
	padding-left:6em;
text-indent:-6em;
}
@media only screen and (max-width: 900px) {
  .contentTitle{
    width:90%;
   
    height:auto;
    line-height: 25px;
    font-size:1.8rem;
    margin-top:31px;
    margin-bottom:33px;
    padding:0 15px;
  }
}
.contentBox{
  width:100%;
  height:auto;
  border-radius: 12px;
  position: relative;
  background-color: #fff;
  border:4px solid #434343;
  margin-bottom: 50px;
  padding:35px 20px 30px 18px;
  display:flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .contentBox{
    flex-wrap: wrap;
    padding: 15px 12px 22px 16px;
    border:2px solid #434343;
    margin-bottom:42px;
  }
}


.contentBox .title{
  background-color: #00448C;
  width:300px;
  height:50px;
  line-height: 50px;
  text-align: center;
  color:#fff;
  font-size:1.8rem;
  font-weight:bold;
  position:absolute;
  top:-25px;
  left:20px;
}

@media only screen and (max-width: 900px) {
  .contentBox .title{
    position: relative;
    width:84%;
    margin:0 auto;
    left:0;
    height: 25px;
    line-height: 25px;
    font-size:1.4rem;
    top:-28px;
  }
}


.contentBox .imageBox{
  width: 275px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .contentBox .imageBox{
    width:100%;
    display:initial;
    text-align: center;
  }
}
img.appnow, img.oneway{
  width: 100%;
  height: auto;
}
.contentBox .imageBox .appnow{
  margin:20px 0 25px 0 ;
}
@media only screen and (max-width: 900px) {
  .contentBox .imageBox .appnow{
    margin:0 ;
    margin-bottom: 15px;
    width:50%;
  }
  .contentBox .imageBox .nowcar{
    width:50%;
    margin-top: 20px;
  }
}
.box1 .imageBox{
  width:350px;
}

.center-text {
    text-align: center;
    font-size: 30px;
    color: black;
	font-weight: bold;
	margin-bottom: 15px;
}



/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:799px) {
	.center-text {
    text-align: center;
    font-size: 15px;
    color: black;
	font-weight: bold;
	margin-bottom: 15px;
}
	
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	#contents {
		width:100%;
	}

.campaignbox1:before{
 font-size: 1.4rem;	
	color: #FF0004;
	font-weight: bold;
}	
	
	
.campaignbox1 ul li{
	font-size: 1.5rem;
	text-align: center;
	padding-top: 1.5rem;
	color: #FF0004;
	font-weight: bold;
}
.campaignbox2:before{
 font-size: 1.4rem;	
	color: #FF0004;
	font-weight: bold;
}	
	
	
.campaignbox2 ul li{
	font-size: 1.5rem;
	text-align: center;
	padding-top: 1.5rem;
	color: #FF0004;
	font-weight: bold;
}
.campaignbox3:before{
 font-size: 1.4rem;	
	color: #FF0004;
	font-weight: bold;
}	
.campaignbox3 ul li{
	font-size: 1.5rem;
	text-align: center;
	padding-top: 1.5rem;
	color: #FF0004;
	font-weight: bold;
}
.col-head-type1{
	width: 100%;
}
	.address1{
	width: 100%;
}
}

