@charset "utf-8";

/* =======================================
	SmartPhoneElements
======================================= */

/*CONT Default*/

body{
	background:#FFF;
	font-size:100%;
}

p{
	font-size:0.9em;
	line-height:1.5em;
	text-align: left;
	margin:0 auto 1.2em;
}

p span,dd span{
	font-size:0.8em;
}

/*TOPPAGE*/

div#topPage.wrapper{
	
	background: url("../img/top_bg.jpg");
	padding-top:2em;
}

div#topPage div.contArea{
	background:#FFF;
	width:100%;
	margin:0 auto;
	padding:2.5em 0 0.5em;
}

div#topPage h1{
	width:68%;
	margin:0 auto 1em;
}

div#topPage h1 img{
	width:100%;
}

div#topPage div.contArea ul.slide{
	width:480px;
	height:auto;
	margin:0 auto;
}

div#topPage div.contArea ul.slide li picture{
	width:100%;
}

div#topPage div.contArea ul.slide li picture > source{
	width:100%;
}

div#topPage div.twiArea{
	margin:1em auto 0;
	/*display:flex;
	flex-wrap: wrap;
	justify-content:space-between;*/
}

div#topPage div.twiArea div.tyo{
	width:98%;
	margin:0 auto 1.5em;
	border-bottom:solid 1px #000;
	text-align: left;
}

div#topPage div.twiArea div.osa{
	width:98%;
	margin:0 auto;
	text-align: left;
}

div#topPage div.twiArea div.timeline{
	width:86%;
	margin:0 auto;
	border-top:dotted 1px #000;
	border-bottom:dotted 1px #000;
	padding-bottom:1em;
}

div#topPage div.twiArea div.timeline iframe { width: 740px !important; }

img.t_sp{
	margin:0.5em 0 0.5em 1em;
}

div.shopLink{
	margin:1em auto 2em;
	text-align:right;
	width:90%;
}

div#topPage div.twiArea > div.tyo > .shopLink{
	background: url("../img/wm_tyo.png") no-repeat left top;
	background-size: contain;
}

div#topPage div.twiArea > div.osa > .shopLink{
	background: url("../img/wm_osa.png") no-repeat left top;
	background-size: contain;
}

div.shopLink h5 img{
	width:48%;
	margin:0.8em 0 0;
	padding:0;
}

div.shopLink a{
	text-decoration: none;
	font-weight:bold;
	font-size:0.9em;
}

div.shopLink a.official{
	display:block;
	border:solid 1px #000;
	border-radius:15px;
	padding:0.5em 0 0.5em;
	margin:0.5em 0 0 50%;
	text-align: center;
	width:50%;
	color:#000;
}

div.shopLink a.official:hover{
	background:#000;
	color:#FFF;
}

div.shopLink a.shoptwi{
	display:block;
	border-radius:15px;
	padding:0.5em 0 0.5em;
	margin:0.5em 0 0 50%;
	text-align: center;
	width:50%;
	background:#3F9FEB;
	color:#FFF;
}

div.shopLink a.access{
	display:block;
	border-radius:15px;
	padding:0.5em 0 0.5em;
	margin:0.5em 0 0 50%;
	text-align: center;
	width:50%;
	background:#CD000F;
	color:#FFF;
}


div.shopLink a.shoptwi:hover,
div.shopLink a.access:hover{
	opacity:0.3;
}

div.shopLink > a img{
	height:1em;
	margin-right:0.3em;
	vertical-align: baseline;
}

/*FOOTER*/
footer{
	position:relative;
	text-align: center;
	padding:1em 0;
	background:#CD000F;
}

footer > div{
	text-align:center;
	margin:0 auto;
}

footer > div ul.foot_bnr{
	width:96%;
	margin:0 2%;
	position:relative;
	text-align: left;
}

footer > div ul.foot_bnr li{
	width:47%;
	margin:0 1% 0.5em;
	display:inline-block;
}

footer > div ul.foot_bnr li img{
	width:100%;
}

footer copyright{
	font-size:0.7em;
	color:#FFF;
	text-align: center;
}

footer img#toho_logo{
	width:15%;
	margin:1em auto;
	display:block;
}

/*Smph display*/
.spdn{
	display:none;
}

.pcdn{
	display:block;
}

.w100{width:100%}
.w95{width:95%}
.w90{width:90%}
.w85{width:85%}
.w80{width:80%}
.w75{width:75%}
.w70{width:70%}
.w65{width:65%}
.w60{width:60%}
.w55{width:55%}
.w50{width:50%}
.w45{width:45%}
.w40{width:40%}
.w35{width:35%}
.w30{width:30%}
.w25{width:25%}
.w20{width:20%}
.w15{width:15%}
.w10{width:10%}
.w05{width:5%}

/* Pager */
.lSSlideOuter{
	position:relative;
	width:100%;
}

.lSSlideOuter img{
	width:100%;
}

.lSSlideOuter .lSPager.lSpg {
   margin: 0.5em 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #CCCCCC;
    border-radius: 30px;
    display: inline-block;
    height: 12px;
    overflow: hidden;
    text-indent: -999em;
    width: 12px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #CD000F;
}
/* End of pager */




/* Begin add tohostella */


   /* スマートフォンでは"sp"のclassがついた画像が表示 */
  .pc { display: none !important; }
  .sp { display: block !important; }



  /* スマートフォンでは"sp-br"が改行される */
  .pc-br {display: none !important;}
  .tab-br {display: none !important;}
  .sp-br {display: block !important; }



.StoreWrapper {
  background-color: #FFF;
  width: 98%;
  margin: 25px auto 50px auto;
  font-size: 1.2em;
  border: 0px solid blueviolet;
}

.midashi {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 15px auto;
  padding: 8px;
  font-weight: bold;
  background-color: #CD000F;
  border-radius: 20px;
  border: 0px solid green;
}


.ButtonLink {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;

}

.caution {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  border: 0px solid red;
}


.StoreList, .PopupList{
  text-align: left;
  margin: 0 auto 30px auto;
  border: 0px solid green;
  width: 90%;
}


button {
  background-color: #CD000F;
  font-size: 15px;
  font-weight: 550;
  color: #FFF;
  padding: 5px 15px;
  margin-right: 10px;
}


.ButtonLink button a{
  color: #FFF;
}

.StoreList li {
  color: #CD000F;
  margin: 15px 0px 20px 30px;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px dotted #CD000F;
  padding-bottom: 8px;
  list-style: disc;
}

.small-text {
  font-weight: normal;
  font-size: 13px;
}

.StoreList li::marker {
  color: #CD000F;
  font-size: 1.1em;
}

.StoreList li a{
  text-decoration: none;
}

.StoreList ul {
  margin-bottom: 40px;
}


hr {
  border-top: 2px dashed #CD000F;
  width: 100%;
  margin: 5px auto 15px auto;
}


.local-navi {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 15.5px;
  gap: 15px;
  margin: 20px auto 30px auto;
  border: 0px solid red;
}

.local-area {
  display: inline-block;
  padding: 8px 18px 6px 18px;
  color: #FFF;
  background-color: #666;
}


.PopupList {
  margin-bottom: 0px;
  border: 0px solid red;

}

.PopupList ul li {
  color: #CD000F;
  font-size: 17px;
  border:　px solid red;
  font-weight: bold;
  margin: 8px 0px 15px 30px;
  list-style: disc;
}

.PopupList ul li ul {
  padding-bottom: 0px;
  border: 0px solid orange;
}

.PopupList ul li ul li{
  color: #CD000F;
  font-size: 12px;
  border: 0px solid green;
  font-weight: normal;
  margin: 8px 0px 8px -15px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: .3em;
  line-height: 20px;
}

.PopupList ul li ul li::before{
    transform: rotate(-45deg);
    width: .4em;
    height: .4em;
    border-bottom: 2px solid #CD000F;
    border-right: 2px solid #CD000F;
    content: '';
}


.end {
  color: #CD000F;
  padding: 4px 5px 2px 5px;
  display: block;
  font-size: 8.5px;
  border: 1px solid #CD000F;
}



h3 {
  font-size: 19px;
  color: #CD000F;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #CD000F;
  margin: 0 auto 20px auto;
}

.footmark {
  display: inline-block;
  margin: 0px 5px -5px 0px;
  border: 0px solid green;
}


table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  border: 0px solid green;
  font-weight: bold;
}

th,
td {
  display: block;
  width: 100%;
  padding: 0px 0px 20px 10px;
  text-align: left;
  border: 0px solid orange;
  border-bottom: 0px solid #ddd;
}
th {
  font-weight: normal;
  /*color: #666;
  background: #fff;*/
  /*position: sticky;*/
  top: 0;
  border-bottom: 0px solid #ddd;
}


.prefecture {
  display: inline-block;
  padding: 3px 15px;
  color: #fff;
  background-color: #999;
}

/*
a[target="_blank"] {
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;*//*必須*/
    /*margin: 0 0 0 10px;
    font-size: 10px;
  }
}*/

#link::after {
  content: '';
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url(../images/link.png?2);
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}



/* End add tohostella */
