@charset "utf-8";

/* sec-message-01
---------------------------------------------------------- */
.pc{display: block;}
.sp{display: none;}
.contentsIn {
    width: 100%;
    margin: auto;
}
.contentbox1 {
    width: 100%;
	margin-bottom: 5%;
}
.black-line_top {
    line-height: 1.7;
    background-color: #1D2D6C;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3%;
    width: 1200px;
    margin: 3% auto 0;
    font-size: 1.5rem;
}
.black-line_02 {
    line-height: 1.7;
    background-color: #1D2D6C;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3%;
    width: 1200px;
    margin: 8% auto 0;
    font-size: 1.5rem;
}
.contentbox1-in, .contentbox2-in{
    width: 100%;
    margin: 0.5rem auto 0;
}
.contentsbox2-in2 {
  width: 66%;
  min-width: 1000px;
  margin: 0 auto;
}
.contentsbox2-in2 .otherShops {
  display: block;
  width: 80%;
  font-size: 22px;
  background-color: dodgerblue;
  height: 2.2em;
  line-height: 2.2em;
  vertical-align: middle;
  color: #fff;
  margin: 50px auto 0;
  transition: border 0.2s ease 0s;
  -webkit-transition: border 0.2s ease 0s;
}
.contentsbox2-in2 .otherShops:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  color: dodgerblue;
  border: solid 1px dodgerblue;
  transition: border 0.2s ease 0s;
  -webkit-transition: border 0.2s ease 0s;
}
.contentbox1 h2 {
    width:90%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.7;
    margin: 40px auto;
}
.contentbox1 h2 img {
    max-width: 100%;
}
.shopInfoBox {
    width: 100%;
    margin: 50px auto 0;
}
.shopInfoBox .box-map {
  width: 60%;
  height: 400px;
  background-color: antiquewhite;
  float: left;
}
.shopInfoBox .box-map .map-container {
  width: 100%;
  height: 414px;
  margin-bottom: 42px;
}
.shopInfoBox .box-map .map-container iframe {
  width: 100%;
  height: 414px;
}
.shopInfoBox .shopInfoDet {
  width: 330px;
  margin-left: 20px;
  float: left;
}
.shopInfoBox .shopInfoDet h4 {
  font-size: 18px;
  padding: 10px 0;
  border: solid 1px #e9e9e9;
  margin-bottom: 10px;
}
.shopInfoBox .shopInfoDet h4.mt20 {
  margin-top: 20px;
}
.shopInfoBox .shopInfoDet a {
  display: block;
  width: 330px;
  height: 100%;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  text-align: left;
  transition: border 0.2s ease 0s;
  -webkit-transition: border 0.2s ease 0s;
}
.shopInfoBox .shopInfoDet a:hover {
  border: solid 1px #42bcf5;
  transition: border 0.2s ease 0s;
  -webkit-transition: border 0.2s ease 0s;
}
.shopInfoBox .shopInfoDet a .thumbnail {
  display: block;
  float: left;
  width: 54%;
}
.shopInfoBox .shopInfoDet a .thumbnail img {
  width: 100%;
}
.shopInfoBox .shopInfoDet a .detail {
  display: block;
  float: left;
  width: 45%;
  padding-left: 12px;
  padding-top: 5px;
}
.shopInfoBox .shopInfoDet a .detail .name {
  font-size: 14px;
  margin-bottom: 5px;
}
.shopInfoBox .shopInfoDet a .detail .address {
  font-size: 12px;
  margin-bottom: 15px;
}
.shopInfoBox .shopInfoDet a .detail .list-facilities li {
  float: left;
  width: 17px;
  height: 17px;
}
.shopInfoBox .shopInfoDet a .detail .list-facilities li img {
  width: 100%;
}
.black-line {
    line-height: 1.7;
    background-color: #1D2D6C;
    color: #ffffff;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1%;
}
.blue-line {
    line-height: 1.7;
    background-color: #3A81C4;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 400;
    text-align: center;
    height: 50px;
    width: 60%;
    margin: 3% auto;
    font-size: 1.2rem;
    margin-top: 80px;
}
.box1-p, .box2-p, .box1-p4 {
    text-align: center;
    color: #555555;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 1.3rem 0;
}
.box1-p5{
    text-align: left;
    color: #555555;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 1.3rem 0;
    margin: 0 auto;
  width: 55%;

}
.box1-p3{
	text-align: center;
    color: #555555;
    font-size: 16px;
    /* line-height: 2; */
    letter-spacing: 1px;
    margin: 0.8rem 0;
}
.box1-p2{
    text-align: right;
    width: 1200px;
    color:#555555;
}
.box1-p4{
  text-align: center;
  margin: 0 auto;
  width: 55%;
  
}
.ttl-news{
  	text-align: center;
    color: #555555;
    font-size: 1.5em;
}
.news-list{
    text-align: left;
    color: #555555;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 1.3rem 0;
    margin: 0 auto;
  width: 55%;  
}
.news-list li{
  list-style-type: disc;
  margin-left: 20px;
}
.news-list span{
  position: relative;
  left: -5px;
}
span.right{
    text-align: right;
    margin-right: 20px;
}
span.red {
    color: #FF0004;
    font-size: 26px;
    text-decoration: underline;
}
span.blue {
    color: #0c67df;
}
span.box-ttl {
    font-weight: 500;
    background-color: #3A81C4;
    padding: 0.6vw 0.8vw;
    color: #FFFFFF;
}
p.text-right {
  text-align: right;
  width: 75%;
  margin-top: 1.3rem;
  margin-bottom: 6.0rem;
  color: #555;
}
.box1-l {
    text-align: right;
    color: #555555;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}
.blue-line.infoBox {
    width: 360px;
    height: 70px;
    display: block;
    margin: 50px auto 30px;
    font-weight: normal;
    padding: 10px 0;
}

.blue-p {
    font-size: 20px;
    color: #134ba5;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 5%;
}
.contentbox2-in table {
    max-width: 100%;
    margin: auto;
    line-height: 1.7;
    font-size: 20px;
    color: #555555;
}
.contentbox2-in table tr {
    border-bottom:1px #134BA5 solid;
}
.square_btn{
    display: inline-block;
    padding: 2% 10%;
	border-radius: 40px;
    text-decoration: none;
    color: #FFF;
    background-color: #134BA5;
    transition: .4s;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 4px;
}

.square_btn:hover {
    opacity: 0.5;
}
.contentbox2 {
    width: 100%;
    margin-bottom: 10%;
}
.hoge{
margin:5% 44%;
height:60px;
position:relative;
}
.hogearrow{
width:0;
height:0;
border-style:solid;
border-width:60px 70px 0 70px;
border-color:#b9bfc4 transparent transparent transparent;
position:absolute;
top:0;
left:0;
}
.hogearrow_bg{
background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
width:140px;
height:60px;
display:block;
position:absolute;
top:0;
left:0;
}
.p-b1 {
    text-align: right;
    line-height: 1.7;
    font-size: 140%;
    color: #555555;
}
.p-b2 {
    text-align: right;
    line-height: 1.7;
    font-size: 120%;
    color: #555555;
}
.pc-none{
    display: none;
    text-align: center;
    line-height: 1.7;
    font-size: 24px;
    color: #555555;
}
.black-line {
    padding: 38px 0;
    background: #fafafa;
    color: #002290;
    font-size: 34px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
}
.flexbox {
	display: flex;
  width: 60%;
  margin: 3% auto;
}
.box-holiday {
    text-align: right;
    margin-top: 50px;
    padding-right: 30px;
}
.box-holiday img {
	display: block;
	margin-left: 75%;
}

.blue-box {
    padding: 20px;
    background-color: #eff6fe;
    text-align: center;
    width: 40%;
    margin: 3% auto;
    line-height: 1.8rem;
    font-weight: 500;
}

.tell-box {
    padding: 20px;
    color: #fff;
    background-color: #3A81C4;
    text-align: center;
    width: 55%;
    margin: 90px auto;
    line-height: 2.2rem;
    font-weight: 500;
    font-size: 24px;
  }


/* notice
---------------------------------------------------------- */
.notice {
    color: #fff;
    padding: 10px;
    margin: 10px auto;
    }

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button{
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 30px;
    margin: auto;
    font-size: 20px;
}

.button:hover {
  background-color: #1D2D6C;
  color: #fff;
  text-decoration: none;
}
.mb30{
  margin-bottom: 30px;
}
.mb10{
  margin-bottom: 10px;
}


@media screen and (max-width: 750px) {

}

/* ---------------------------------------------------------- */


.flexbox-cell {
    padding: 20px;
    background-color: #eff6fe;
    text-align: center;
    margin: 5px;
    line-height: 1.8rem;
    font-weight: 500;
    flex: 1;
}



@media screen and (max-width: 750px) {
.pc{display: block;}
.sp{display: none;}
.box-holiday img {
    display: block;
    margin-left: 10%;
    width: 40%;
	}
  	.black-line_top{
		width: 100%;
	    padding: 3% 0;
	    font-size: 1rem;
	}

	.black-line_02{
		width: 100%;
	    padding: 3% 0;
	    font-size: 1rem;
	}
	.box1-p2{
		width: 100%;
	}
	.black-line{
		padding: 16px 0 20px;
    	color: #002290;
    	font-size: 21px;
    	letter-spacing: 2px;
	}
	.box1-p, .box2-p, .box1-p4{
		font-size: 12px;
	    padding: 0 1rem;
	}
  .box1-p4{
  text-align: center;
  margin: 0 auto;
  width: 95%;
  line-height: 1.5;
  
}
  .box1-p5{
    font-size: 12px;
	  padding: 0 1rem;
    text-align: left;s
    margin: 0 auto;
    width: 95%;
    line-height: 1.5;
  }
  .news-list{
    font-size: 12px;
	  padding: 0 1rem;
    text-align: left;
    margin: 0 auto;
    width: 95%;
    line-height: 1.5;
  
  }
.news-list li{
  margin-left: 15px;
}

	.flexbox{
		display: flex;
		flex-direction: column;
    width: 90%;
	}
	.flexbox .item {
		margin: 1%;
	}
	.flexbox .item img {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
    .blue-line {
    font-size: 150%;
    width: 100%;
    height: auto;
    font-weight: 500;
    }
    .contentsbox2-in2 {
      width: 100%;
      min-width: auto;
    }
    .contentsbox2-in2 p {
      font-size: 16px;
    }
    .contentsbox2-in2 .shopInfoBox {
      margin: 0;
      float: none;
      width: 100%;
    }
    .shopInfoBox .box-map {
      width: 100%;
      float: none;
    }
    .shopInfoBox .shopInfoDet {
      width: 100%;
      float: none;
      margin: 20px 0 0;
    }
    .shopInfoBox .shopInfoDet a {
      margin: 0 auto;
    }
    .blue-line.infoBox {
      width: 100%;
      height: auto;
      margin: 0;
    }
    .hoge {
        width: 20%;
        margin-left: 33%;
        margin-top: 10%;
    }
    .contentsIn {
    width: 100%;
    margin: auto;
}
    .sp-none{
        display: none;
    }
    .pc-none{
    display:block;
    text-align: center;
    line-height: 1.7;
    font-size: 24px;
    color: #555555;
}
    .contentbox2-in {
        width: 96%;
        margin: auto;
    }
    .contentsbox2-in2 .otherShops {
      height: auto;
      font-size: 14px;
      padding: 20px 0;
      box-sizing: border-box;
    }

    .blue-box {
    padding: 20px;
    background-color: #eff6fe;
    text-align: center;
    width: 90%;
    margin: 3% auto;
    line-height: 1.8rem;
    font-weight: 500;
    font-size: 120%;
  }
  .tell-box {
    padding: 15px 10px;
    text-align: center;
    width: 90%;
    margin: 5% auto;
    line-height: 1.8rem;
    font-weight: 500;
    font-size:150%;
  }
  .btn_shop{
    width: 90%;
  }
    .flexbox-cell {
    padding: 20px;
    background-color: #eff6fe;
    text-align: center;
    width: 90%;
    margin: 3% auto;
    line-height: 1.8rem;
    font-weight: 500;
    font-size: 120%;
  }
p.text-right {
  text-align: right;
  width: 95%;
  margin: 1rem 0 0 0;
  /*margin-top: -2.4rem;*/
}
.mb30{
  margin-bottom: 20px;
}
.mb10{
  margin-bottom: 5px;
}
  .contentbox1 h2{
    margin-bottom: 20px;
  }

}


