@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%;
}

.subcoment{
 font-size: 2rem;	
 font-weight: bold;
 margin: 15px;
 text-align: center;
}
.img{
 text-align: center;
}
.title {
    position: relative;
    padding: .3em 0 .1em 1em;
    border-bottom: 3px solid #d02525;
    color: #333333;
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
}

.title::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #d02525;
    content: '';
}

.title::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #d02525;
    content: '';
}
.cptitle {
  display: flex;
  padding: 10px 0;
  flex-direction: row;
}
.cpsubtitle {
  display: flex;
  flex-direction: row;
  padding: 0 30px 0 15px;
  justify-content: space-between;
}
.cptitle .item {
/*  margin: 5px;*/
  padding: .5em .7em;
}
.cptitle .n01 {
    padding: .7em .7em;
    border-left: 5px solid #d08025;
    color: #333333;
	font-size: 28px;
}
.cptitle .n02 {
  text-align: center;
}
.cpsubtitle .n03 {
 font-size: 25px;
}
.cpsubtitle .n04 {
  font-size: 14px;
}
.textBox{
  background-color: #F7F7F0;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.textBox a{
  text-decoration: none;
  color: #0840B1;
}
.textBox a:hover{
  text-decoration:underline;
  color: #0840B1;
}
.button-036 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 25px 0 0 125px;
    padding: .9em 2em;
    border: 1px solid #ff0000;
    border-radius: 5px;
    background-color: #fff;
    color: #ff0000;
    font-size: 1em;
}

.button-036 a{
	color: #ff0000;
}
.button-036:hover {
    border: none;
    background-color: #ff0000;
    color: #fff;
    font-weight: 600;
}
.button-036:hover a{
	color: #fff;
}
.button-036::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    content: '';
}

.button-036:hover::after {
    border-color: #fff;
}

.button-037 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
	height: 52px;
    margin: 25px 0 0 125px;
    padding: .9em 2em;
    border: 1px solid #d08025;
    border-radius: 5px;
    background-color: #fff;
    color: #d08025;
    font-size: 1em;
}

.button-037 a{
	color: #d08025;
}
.button-037:hover {
    border: none;
    background-color: #d08025;
    color: #fff;
    font-weight: 600;
}
.button-037:hover a{
	color: #fff;
}
.button-037::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #d08025;
    border-right: 2px solid #d08025;
    content: '';
}

.button-037:hover::after {
    border-color: #fff;
}


        /* --- ポップアップの背景 --- */
        .modal {
            display: none; 
            position: fixed;
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
        }

        /* --- ポップアップ内の画像 --- */
        .modal-content {
            margin: auto;
            display: block;
            max-width: 90%;
            max-height: 80%;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            border: 3px solid #fff;
        }

        /* --- 閉じるボタン（×） --- */
        .close-btn {
            position: absolute;
            top: 20px;
            right: 30px;
            color: white;
            font-size: 50px;
            font-weight: bold;
            cursor: pointer;
            line-height: 1;
        }
/*キャンペーンボックス（1：リニューアル　２：周年*/
.campaignbox1{
 background: none;
 border: 1px solid #ff0000;	/* 線の太さ・種類・色 */
 margin: 15px 10px; /* 外側の余白 上下・左右 */
 padding: 20px; /* 内側の余白 */
 position: relative;
}
.campaignbox1:before{
 background-color: #fff;
 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;
	font-weight: bold;
}

.campaignbox1 a {
	background: linear-gradient(transparent 50%, yellow 50%);
}

.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;
}



.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;
}



.indent1{
  padding-left:2em;
  text-indent:-1em;
}
@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;
}


/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:799px) {
	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;
}
.col-head-type1{
	width: 100%;
}

.subcoment{
	font-size: 16px;
	margin: 7px;
}
.title{
	font-size: 18px;	
}
.title img{
	max-width: 15%;	
}
.cptitle .n01 {
	font-size: 16px;
}
.cptitle .n02 img{
    max-width: 60%;
}
.cpsubtitle .n03 {
    font-size: 14px;
	margin-top: -25px;
}
.n03_text{
    padding-left: 1em;
}
.cpsubtitle {
  display:inline;
  margin:0 auto;
  padding: 0;
}
.button-036{
    width: 165px;
    margin: 15px auto 0px;
    padding: 0.6em 0.5em;
    font-size: 12px;
}
.button-037 {
    width: 165px;
	height: 38px;
	margin: auto;
    padding: 0.6em 0.5em;
    font-size: 12px;
}
}
