@charset "utf-8";

@import "sp_common.css";


@media (max-width: 767px) {

/* =================================================================
		AB-test
================================================================= */

.thumb_index {
    margin: 0 -12px;
    padding: 5px;
	background: #fff;
}
#toc-range p {
    line-height: 2 !important;
    color: #222;
    font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, sans-serif;
    letter-spacing: 0rem;
    margin: 0 17px 30px;
}

.is_pc {
	display: none;
}

	
/* =================================================================
		Place
================================================================= */



/* place_index 
------------------------------*/
#place_index {
	margin-top: 0;
	margin-bottom: 0;
}
#place_index h2 {
	margin: -5px -5px -41px -5px;
}

/* price 
------------------------------*/
.price {
	text-align: center;
	margin: -5px auto 12px;
}
.price img {
	height: 35px;
	width: auto;
}

/* toilet_trouble 
------------------------------*/
.toilet_trouble {
	margin: 0 -12px;
	background: #1f8bde;
}
.toilet_trouble h3 {
	padding: 15px 12px 8px;
	background: #1f8bde;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.fullprice_inner tr th{
	padding: 1%;
	font-size: 14px;
}
.fullprice_inner tr td.table-1 {
	width: 13%;
}
.fullprice_inner tr td.table-2 {
	width: 20%;
}
.fullprice_inner tr td.table-3 {
	width: 31%;
}
.fullprice_inner tr td.table-4 {
	width: 21%;
}
.fullprice_inner tbody tr td{
	font-size: 14px;
	line-height: 1.57;
	padding: 2%;
}

/* transaction 
------------------------------*/
.transaction td {
    padding: 10px;
}

/* =================================================================
		flow
================================================================= */
.flow_box{
	margin:0 0 30px;
}
.flow_list{
    padding: 0 10px 20px;
}

}

	@media (max-width: 480px){
		.fullprice_inner tr th{
			padding: 1%;
			font-size: 12px;
		}
		.fullprice_inner tbody tr td{
			font-size: 10px;
			line-height: 1.57;
			padding: 2%;
		}		
	}


	
/* =================================================================
		contribution
================================================================= */
@media (max-width: 767px) {
h1.hd_text {
	width: 100%;
	margin: 0px;
	padding: 0px;
}	
.page_place_contribution .container .column_main{
	width: auto;
	float: none;
	padding: 0;
}
.page_place_contribution section {
	margin:5% 0 0 0;
}
.page_place_contribution section#heavy_rain{
	margin: 0;
} 
.page_place_contribution section p{
	font-size: 11px;
	line-height: 1.54;
}
.page_place_contribution h2 {
	background: #1f8bde;
	color: #fff;
	margin: 0 0 4%;
	padding: 3% 0 2.5% 3%;
	font-size: 20px;
	font-weight: bold;
}
 
.page_place_contribution #heavy_rain p,
.page_place_contribution #volunteer p,
.page_place_contribution #clean_activities p,
.page_place_contribution #scam p,
.page_place_contribution #earthquake p,
.page_place_contribution #volunteer_blind p,
.page_place_contribution #dog p
{
	margin:0 0 5% 0;
	padding: 0 4%;

}
.page_place_contribution #heavy_rain ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 4%;
}
.page_place_contribution #heavy_rain ul li{
	width:48%;
	margin-bottom: 5%;
}
.page_place_contribution #heavy_rain ul li img{
	width:100%;
}

.page_place_contribution #volunteer img{
	width: 100%;
	padding: 0 4%;
}
.page_place_contribution #clean_activities ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4%;
	justify-content: space-between;
}
.page_place_contribution #clean_activities ul li{
	width:48%;
}
.page_place_contribution #clean_activities ul li img{
	width:100%;
	height: auto;
}
.page_place_contribution #clean_activities ul p{
	margin: 4% 0 8% 0 ;
	text-align: center;
}

.page_place_contribution #scam ul{
	padding: 0 4%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap; 
}
.page_place_contribution #scam ul li:first-child{
	width:100%;
	margin-bottom: 4%;
}

.page_place_contribution #scam ul li:nth-child(2),
.page_place_contribution #scam ul li:nth-child(3){
	width:48%;
}
.page_place_contribution #scam ul li img{
	width:100%;
}
.column_main ol li{
margin: auto;
    padding: 0;
    list-style: decimal;
    }
  
	@media screen and (max-width:500px) {
		.page_place_contribution h2{
		  padding: 2.3vw 0 2vw 3%;
		  font-size:5vw;
		}
	}
}

/* =================================================================
		Column
================================================================= */
#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 10px;
    width: auto;
}
 
.toc_title {
    font-weight: 700;
    text-align: center;
}
 
#toc_container li, #toc_container ul, #toc_container ul li{
    list-style-position: outside;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0;
    /* リストの記号を付けない場合は   
     list-style: outside none none !important;
    */
}
.red{color:#f00;}

#toc-range .bold{font-weight: bold !important;}


#toc {
    font-size: 115%;
}
#toc li, #toc ol, #toc ol li{
    list-style-position: outside;
    list-style:none;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0;
	line-height: 2.5em;
}
    /* リストの記号を付けない場合は   
     list-style: outside none none !important;
    */
}

/* =================================================================
		Area
================================================================= */

@media (max-width: 767px) {
.area_character_box {
    border: 1px solid #bdd8ec;
    background-color: #fff;
    overflow: hidden;
    padding: 15px 20px 20;
    margin: 0 0 20px 0;
}
.area_character_box .image{
	width:100%;
	padding: 4px;
	background: #fff;
	border: solid 1px #d0d0d0;
	float:right;
}
.service_center {
    margin: 20px 20px;
    overflow: hidden;
}
.service_center p{
	width:100%;
	padding: 4px;
	background: #fff;
	border: solid 1px #d0d0d0;
	float:right;
    text-align:center;
}
.service_center p img{
	width:auto;
}
.service_center table {
    width: 100%;
    border-top: 1px solid #bdd8ec;
    border-left: 1px solid #bdd8ec;
}
.service_center td {
    font-size:10px;
}
.all_trouble {
    background-color: #e3f2fd;
    padding: 0 0 20 0;
    margin: 20 -12 0 -12;
}
.all_trouble h2 span {
    padding: 0 0 0 0px;
    background-image: none;
    background-position: 26px 0;
    background-repeat: no-repeat;
}
.all_trouble_box {
    border: 1px solid #bdd8ec;
    background-color: #fff;
    overflow: hidden;
    margin: 0 5px;
    padding: 20px;
}
.all_trouble .block {
    width: 100%;
} 
.all_trouble .image{
	width:100%;
	padding: 4px;
	background: #fff;
	border: solid 1px #d0d0d0;
	float:right;
}
.area_character_sub {
    background-color: #e3f2fd;
    padding: 0 0 20 0;
    margin: 15 -12 0 -12;
}
.area_character_sub .block {
    border: 1px solid #bdd8ec;
    background-color: #fff;
    overflow: hidden;
    margin: 0 5px;
    padding: 20px;
}
.work_area {
    background-color: #e3f2fd;
    padding: 10 0 20 0;
    margin: 0 -12 0 -12;
}
.work_area img{
display:none;}

.work_area .work_list {
    background-color: #fff;
    border: 1px solid #bdd8ec;
    background-image: url(/assets/img/area/common/bg_work_list.png);
    background-size:20%;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin: 0 5px;
    padding: 20px 20px 10px;
}
.work_area .work_list li {
    background-image: url(/assets/img/area/common/icon_work_list.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 33px;
    margin: 0 0 13px 0;
    min-height:32px;
}
.trip_area {
    margin: 0 -12 40px -12;
    padding: 0 10px 10px;
    background: #1f8bde;
    text-align: center;
}
.trip_area h2 {
    padding: 2px 0 0 28px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    text-align: left;
    background-image: url(/assets/img/area/common/icon_trip.png);
    background-size:5%;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
.btn_movie a img{
width:35% !important;\
}
/*
.page_place_toilet .column_main ol li {
    list-style: none!important;
}
*/
.area_character {
        margin: 0 -12px;
    padding: 5px;
}
.area_character_sub h2 span {
    padding: 0 0 0 54px;
    background-image: url(/assets/img/area/common/icon_area_sub.png);
    background-size:6%;
    background-position: 26px 0;
    background-repeat: no-repeat;
}
.work_area h2 {
    color: #1f8bde;
    margin: 0 0 10px 20px;
    padding: 0 0 0 28px;
    background-image: url(/assets/img/area/common/icon_work.png);
    background-size:5%;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.reset{
clear:both;
}
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  margin: 40px 10px;
  box-shadow: 0 0 10px 6px rgba(0,0,0,.025);
  opacity: 1;
  transition: all 0.2s ease;
}
.blogcard a {
  text-decoration: none;
  
}
.blogcard:hover {
  opacity: 0.6;
}
.blogcard_thumbnail {
  float: left;
  padding: 20px;
  max-width:150px;
  max-height:150px;
  
}
.blogcard_thumbnail img {
  witdh:100%;
  height:auto;
  max-width:150px;
  max-height:150px;
  
}
.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;  
}
.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}

.bold_p {
font-weight: bold !important;
font-size:1.3em;
}

#toc-range ul {
  padding:0 0 18px 0px;
}
#toc-range #iconlist {
  padding:28px 0 18px 0px;
}

#toc-range ul li {
  position: relative;
  font-weight: bold !important;
  margin:0 0 0 20px;
}
#toc-range ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: -1em;
  width: 8px;
  height: 1px;
  background-color: #666;
}
#toc-range h2{
font-size:1.9em !important;
margin:0 0 20px 12px;

}

#toc-range .flow{
list-style-type: decimal!important;

}

/*tableデザイン用のcss*/

.scroll table{
width:100%;
}
.scroll .tablebox th{
  color:#fff;
  background:#005ab3;
  height:auto;
  
white-space: nowrap;

}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.scroll table img{
width:120px;
height:auto;
}

}

@media (max-width: 767px) {
.waku-ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em !important;
  margin: auto 17px 30px 17px;
  border: solid 2px #3a496a;
  list-style: none !important;
  background-color:#fff;
}
.waku-ol .li_toplv {
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px !important;
  line-height: 2em;
  list-style: none !important;
  font-size:14px;
}
.waku-ol .li_toplv:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #e50012;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.waku-ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}
.waku-ol .li_underlv {
  border-bottom: dashed 1px #3a496a;
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.3em !important;
  line-height: 2em;
  list-style: inside !important;
  font-size:14px;
}
.toiletremodel-table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  
}

.toiletremodel-table th:first-child{
  border-radius: 5px 0 0 0;
}

.toiletremodel-table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.toiletremodel-table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}
.toiletremodel-table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
  background-color:#fff;
}

.toiletremodel-table td:last-child{
  border-right: 1px solid #a8b7c5;
}

.toiletremodel-table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.toiletremodel-table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.toilet-remodel-hbox {
    position: relative;
    margin: 2em 1.3em;
    padding: 0.5em 1em;
    border: solid 3px #e50012;
	background-color: #fff;
}
.toilet-remodel-hbox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #e50012;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
#toc-range .toilet-remodel-hbox .box-title h4 {
 font-size: 100% !important;
 border-bottom: 0px none #000000 !important;
 margin:0px !important;
}
#toc-range .toilet-remodel-hbox p {
    font-size: 0.9rem !important;
    margin: 0; 
    padding: 0;
}

}