.contentHeader {
	padding: 0;
	margin: 40px 0;
}


.contentTitle {

}



.contentTitle h1 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    margin-top: 75px;
    line-height: 120%;
    padding: 0 0 2% 0;
    border-bottom: 3px dotted #df5f3c;

}

.contentDescription {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 20px auto;
    padding: 0px 20px;
    font-weight: bold;
    line-height: 180%;
}

.contentHeader .date{
	margin-top: 5px;
	padding: 0 10px 0 0;
	color: #df613c;
	text-align: right;
	padding-bottom: 20px;
	font-size: 80%;
}

.contentBody {
	padding: 0 5px;
}

.contentBody img {
    margin: 10px 0;
}

.contentBody img.attached_icon {
    max-width: 30px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.contentBody h2 {
    font-size: 170%;
    line-height: 150%;
    /* color: #fff; */
    border-left: 10px solid #df613c;
    /* border: 2px dashed #fff; */
    /* box-shadow: 0px 0px 0px 6px #ffdb6f; */
    padding: 4px 15px;
    margin: 55px 0 25px 0;
}



.contentBody h3 {
    padding: 10px 5px;
    border-bottom: 3px dotted #b5b5b5;
    font-size: 130%;
    margin: 35px 0;
    color: #df5f3c;
    letter-spacing: 1px;
    line-height: 145%;
}

.contentBody h4 {
    padding: 7px 2px;
    color: #df613c;
    font-size: 130%;
	line-height: 160%;
}


.contentBody p {
  margin: 1em 0 1em 0px;
}



.contentBody ol,
.contentBody ul {
  margin: 1em 0 1em;
}



.contentBody ol {
	counter-reset: number;
	 list-style: decimal;
	background: #fff!important;
    border-radius: 0!important;
    box-shadow: 0px 0px 0px silver!important;
    padding: 2%!important;
}

.contentBody ol li {
	position: relative;
	 line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 40px!important;
	list-style-type: none;
	margin: 1em 0;
}


.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #e3db20;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contentBody ol li ol li {
	 list-style: decimal;
	padding: 0.5em 0.5em 0.5em 10px;
}

.contentBody ol li ol li:before {
	 display: none;
}




.contentBody ul {
    margin-bottom: 1em;
    text-indent: 0;
	margin-left: 1em;
}

.contentBody ul li {
    padding-left: .925em;
    line-height: 1.8;
    text-indent: -.925em;
    margin: 15px 0;
}

.contentBody ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 4px;
    margin-right: 10px;
    background: #df613c;
    border-radius: 4px;
    vertical-align: middle;
}

.contentBody ul a{

}
.contentBody ul a:hover{
	text-decoration: underline;
}



.contentBody li ul {
	 margin: 1em 20px 1em 30px;
}
.contentBody li li ul {
  list-style: square;
}

















.sitemap-list {
    border-left: 1px dotted #f67f27;
}



.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}
.contentBody table {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: top;
  font-size: 100%;
}
.contentBody table[border] {
  border: 1px solid #c7b399;
}

.contentBody table[border] p{
  margin: 10px 0;
}

.contentBody table[border] th,
.contentBody table[border] td {
  border: 1px solid #c7b399;
  padding: 10px;
}
.contentBody table[border] th {
/*  font-weight: normal; */
	background-color: #eee;
}
.contentBodyWrapper table {
  width: 100%;
}
.contentBodyWrapper table th,
.contentBodyWrapper table td {
  vertical-align: middle;
  font-size: 100%;
	padding:20px;
	height: auto!important;
}
.contentBodyWrapper table[border] {
    border: 1px solid #c7b399;
    line-height: 140%;
	font-size: 80%;
}
.contentBodyWrapper table[border] th,
.contentBodyWrapper table[border] td {

  border: 1px solid #c9c9c9;
}
.contentBodyWrapper table[border] th {
/*  font-weight: normal; */
	background-color: #f2f1f1;
}

/* Color Definition
================================================== */

.red{
  color: red;
}



.style1{


	font-size: 190%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom:20px;
	display: inline-block;
}
.style2 {
    color: #c4e1f0;
    font-size: 115%;
    line-height: 160%;
}

.style2 a{
	color: #fff;

}

.style3 a {
    display: block;
    /* justify-content: space-between; */
    align-items: center;
    margin: 0 auto;
    padding: 1em 3em;
    width: auto;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    background-color: #eaffda;
    box-shadow: 0 5px 0 #8d8d8d;
    transition: 0.3s;
    text-decoration: none;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 15px;
}

.style3 a::after {
}

.style3 a:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #aaaaaa;
}


.style4 {
    padding: 20px 20px 20px 40px;
    background-color: #333333;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 18px 27px;
    background-size: 10px;
    text-decoration: none;
    font-size: 130%;
    display: inline-block;
    margin: 2% 0;
}

.style4 a {
	color: #fff!important;
}

.style4:hover {
	background-color: #ebebeb;
	color: #000!important;
}


.style4 a:hover {
	color: #000!important;
}


.style5{
	font-size: 160%;
	line-height: 150%;
}



/* 観光スポット
================================================== */

.top-category_spot .eat_data .e_add,
.top-category_spot .eat_data .e_number,
.top-category_spot .eat_data .e_time
{
	display: none;
}


/* 体験ページ
================================================== */

.ex_kubun {
    padding: 3px 20px!important;
    border-radius: 50px!important;
    font-size: 85%!important;
}

.ex_kubun.yellow {
    background-color: #ea7892!important;
	color: #fff!important;
}

.ex_kubun.purple {
    background-color: #8e994c!important;
    color: #fff;
}

.ex_kubun.blue {
    background-color: #d67757!important;
    color: #fff!important;
}

.ex_kubun.aka {
    background-color: #6e6e6e!important;
    color: #fff!important;
}


.top-category_experience .eat_data .e_number, .top-category_experience .eat_data .e_time {
    display: none;
}

.e_kubun{
	margin-bottom: 20px;
}

.eat_data .michikusa{
	    margin-bottom: 18px;
    font-size: 120%;
    font-weight: bold;
}

.e_honbun{
	margin-top: 50px;
    padding-top: 30px;
    border-top: solid 1px #de5f3c;
}

.annai {
    padding: 3% 4%;
    margin-top: 3%;
    width: 100%;
    display: inline-block;
    /* font-size: 85%; */
    line-height: 170%;
    border: 1px solid #000000;
}

.annai h3 {
    padding: 10px 5px;
    border-bottom: 3px dotted #b5b5b5;
    font-size: 130%;
    margin: 0px 0 20px 0!important;
    color: #000000;
    letter-spacing: 1px;
    line-height: 145%;
}

.annai h4 {
    padding: 7px 2px;
    color: #df613c;
    font-size: 120%;
}

.top-category_experience span.description.small {
    display: block;
    font-size: 75%!important;
    line-height: normal;
    padding: 0 0px;
}

.ex_day {
	    display: block;
    font-size: 80%;
    line-height: 185%;
}



@media (max-width: 1000px) {


.top-category_experience .eat_photo {
    padding-bottom: 20px;
}

.ex_kubun {
    display: inline-block;
    margin-top: 0!important;
    font-size: 70%!important;
    font-weight: bold!important;
    padding: 0px 12px!important;
}


.top-category_experience .contentListWrapper .pagelist-item .title a {
    line-height: 160%;
}

.top-category_experience .contentListWrapper .pagelist-item {
    width: 46%;
    margin: 0 2% 5% 2%;
}

.top-category_experience span.description.small {
    padding: 7px 0px;
}

}

@media (max-width: 680px) {

.annai .alignLeft {
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
	margin-left: auto!important;
    margin-right: auto!important;
}

.annai img.alignLeft{
	text-align: center;
    width: 100%;
    max-width: 200px;
    /* margin: 0 auto; */
    display: block;
	}

.annai h4 {
    padding: 0;
    margin-top: 30px;
}
}


@media (max-width: 500px) {

.top-category_experience .contentListWrapper .pagelist-item {
    width: 100%;
    margin: 0 0 12% 0;
}

.top-category_experience span.description.small {
    padding: 1% 5% 2% 5%;
}

.top-category_experience .eat_photo {
    padding-bottom: 20px;
}


.top-category_experience .contentListWrapper .pagelist-item .ex_kubun {
    margin-bottom: 18px;
    margin-left: 5%;
    text-align: center;
}

.ex_day {
	padding: 0 6%;
	}

.annai {
	font-size: 85%;
	}



}


/* 社寺
================================================== */

.top-category_spot .eat_data .e_comment h2{
	font-size: 100%;
    padding: 5px 10px;
    background-color: #333333;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 10px 0px;
    border-left: none;
}





/* お土産・特産品ページ
================================================== */


.top-category_souvenir .pageList.current-category_eat .thumb a,
.top-category_souvenir .pageList.current-category_eat .title a{
    pointer-events: none;
}



span.description.small {
    display: block;
    font-size: 75%!important;
    line-height: 175%;
    padding: 12px 0px;
}

ul.cate_list{
	width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
}

ul.cate_list li{
	list-style: none;
    width: 31.3%;
    margin: 1%;
    line-height: 180%;
    font-weight: bold;
    padding: 1% 2% 1% 5%;
    text-indent: unset;
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: 16px 15px;
    background-size: 29px;
    transition: .4s;
    font-size: 110%;
}


ul.cate_list li.cate01{
	background-image: url(../images/foods.png);
}

ul.cate_list li.cate02{
	background-image: url(../images/seasoning.png);
}


ul.cate_list li.cate03{
	background-image: url(../images/sweets.png);
}

ul.cate_list li.cate04{
	background-image: url(../images/jam.png);
}


ul.cate_list li.cate05{
	background-image: url(../images/drink.png);
}

ul.cate_list li.cate06{
	background-image: url(../images/other.png);
}

ul.cate_list li::before {
    display:none;
}

ul.cate_list li:hover {
	background-color: #df5f3c;
	transition: .4s;
}


ul.cate_list li a{
	display: block;
	color: #fff!important;
	text-decoration: none;
}


.omiyage_wrap{
	background-color: #f6f6f6;
    padding: 3%;
    margin: 5% 0;
}

.omiyage_wrap ul{
	width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
}


.omiyage_wrap ul li{
	list-style: none;
    width: 31.3%;
    margin: 1%;
    line-height: 180%;
    font-weight: bold;
    padding: 0;
    text-indent: unset;
}


.omiyage_wrap ul li .title {
    display: block;
    margin: 18px 0 3px 0;
    font-size: 115%;
    /* text-align: center; */
}

.omiyage_wrap ul li .title a{
	color: #000!important;
	text-decoration: none;
}

.omiyage_wrap ul li .description {
    display: block;
    font-size: 80%;
    font-weight: normal;
}

.omiyage_wrap ul li .title:hover,.omiyage_wrap ul li .title:focus{
	color: #df5f3c;
	transition: .4s;
}

.omiyage_wrap ul li::before {
    display:none;
}


.omiyage_wrap ul li .thumb img {
    width: 100%;
    height: 13em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
	border: 1px solid #d0d0d0;
}

.omiyage_wrap h2 {
    padding: 0px 5px 10px 5px;
    border-bottom: 3px dotted #b5b5b5;
    font-size: 145%;
    margin: 0 0 15px 0!important;
    color: #df5f3c;
    letter-spacing: 1px;
    line-height: 145%;
    border-left: none;
}


ul.pageList .sou_place {
    display: block;
    font-size: 80%;
    padding: 3px 13px;
    margin-top: 10px;
    background-color: #e3db21;
}

ul.pageList .sou_shop_link {
    display: block;
    font-size: 80%;
    padding: 3px 13px;
    background-color: #df5f3c;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px;
}

ul.pageList .sou_shop_link a {
    color: #fff!important;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

@media (max-width: 1150px) {

ul.cate_list li {
    background-position: 14px 12px;
    background-size: 25px;
    font-size: 90%;
}

}



@media (max-width: 960px) {
ul.cate_list li {
    background-size: 20px;
}

}

@media (max-width: 820px) {

.omiyage_wrap ul li .thumb img {
    height: 8em;
}

ul.cate_list li {
    background-position: 10px 10px;
    background-size: 19px;
    font-size: 75%;
}

ul.cate_list li {
    width: 48%;
    padding: 2% 2% 2% 6%;
    background-position: 16px 15px;
    background-size: 29px;
}

}

@media (max-width: 700px) {

ul.cate_list li {
    width: 48%;
    font-size: 100%;
    padding: 2% 2% 2% 8%;
    background-position: 12px 16px;
    background-size: 25px;
}

.omiyage_wrap h2 {
    font-size: 120%!important;
}

.omiyage_wrap ul li .title {
    font-size: 85%;
}

}


@media (max-width: 600px) {

.omiyage_wrap h2 {
    margin: 5px 0 15px 0!important;
}

ul.cate_list li {
    font-size: 90%;
    background-position: 11px 13px;
    background-size: 23px;
}

}




@media (max-width: 510px) {


ul.cate_list li {
    font-size: 80%;
    background-position: 9px 9px;
    background-size: 21px;

}

.omiyage_wrap ul li {
    width: 46%;
	margin: 2%;
	}

.omiyage_wrap ul li .thumb img {
    margin: 5px 0;
}

}

@media (max-width: 510px) {
.omiyage_wrap ul li .title {
    margin: 10px 0 3px 0;
	}
}

@media (max-width: 470px) {

ul.cate_list li {
    padding: 2% 2% 2% 10%;
}

}


@media (max-width: 400px) {

ul.cate_list {
    margin-bottom: 10px;
}

ul.cate_list li {
    font-size: 80%;
    padding: 4% 2% 4% 10%;
	background-position: 9px 12px;
    background-size: 19px;
}

.omiyage_wrap {
    padding: 6%;
}


}


/* ================================================== */


@media (max-width: 1240px) {

.top-category_insurance .waku {
    padding: 3%;
    font-size: 80%;
    line-height: 160%;
}
}


@media (max-width: 1200px) {

.contentTitle h1 {
}
}


@media (max-width: 1070px) {
.top-category_insurance .waku {
    width: 44%;
    margin: 3%;
    padding: 3%;
}
}

@media (max-width: 1030px) {
.contentTitle h1 {
    font-size: 180%;
    background-size: 156px;
}
}


@media (max-width: 830px) {

	.contentTitle h1 {
    font-size: 170%;
    margin-top: 55px;
    line-height: 140%;
    background-size: 130px;
}

	}

@media (max-width: 768px) {


.style1{

	font-size: 150%;
	line-height: 150%;
	margin-bottom:20px;
}

.style2{
}


.style3{
	padding:10px;
	font-size: 100%;
	display: block;
	width:100%;
	margin:15px 0;
}

.style4{
	font-size: 100%;
    display: block;
    width: 100%;
    margin: 15px 0;
    line-height: 120%;
	background-position: 18px 23px;
}



.contentBody .wrap-base p {

    margin: 0 0 0 0;

}


.contentBodyWrapper table th,
.contentBodyWrapper table td {
	padding:5px;
}




}


@media (max-width: 767px) {

.contentBody h2 {
    font-size: 140%;
}

.contentBody h3 {
}

.contentBody .alignLeft,.contentBody .alignRight {
	width: 50%;
}

.contentBodyWrapper table th, .contentBodyWrapper table td {
    display: block;
	height: auto!important;
    width: auto!important;
	text-align: center;
}

}

@media (max-width: 730px) {
.top-category_insurance .waku {
    width: 100%;
    margin: 3%;
    padding: 7%;
}

}

@media (max-width: 600px) {

.contentBody h2 {
    margin: 40px 0 25px 0;
}

}


@media (max-width: 530px) {
	#content-inner {
    padding: 0px 7%;
}


.contentTitle h1 {
    font-size: 170%;
    line-height: 160%;
}

.cat-img-con {
	letter-spacing: 0px;
}

	}


@media (max-width: 500px) {


.contentBody h3 {
	margin: 35px 0 20px 0;

}

.contentBody h4 {
    padding: 7px 0;
}

.contentBody img {
    display: block;
    float: none;
    margin: 2em 0;
}

.contentBody img.attached_icon {
    max-width: 22px;
    display: inline-block;
    margin: 0 7px 0 0;
}

.contentBody .alignRight,.contentBody .alignLeft {
    display: block;
    float: none;
    width: 100%;
    margin: 2em 0;
}

.contentBody table[border] ul {
    margin-bottom: 0;
    text-indent: 0;
    margin-left: 0;
}

.contentBody table img {
    margin: 0;
}

table.block td{
	display: block;
	width: 100%!important;
	}

table.block td img{
	width: 100%!important;
	}


}

@media (max-width: 470px) {

.contentTitle h1 {
    font-size: 170%;
}

	}


@media (max-width: 450px) {

#content-inner {
    padding: 0px 4%;
}

.contentTitle h1 {
    font-size: 150%;
    line-height: 140%;
}

.contentListWrapper .pagelist-item .title {
    font-size: 120%;
}

}


/* フォーム
================================================== */

table.sect-form-body {}

.contentBody table.sect-form-body {
 width: 100%;
}


table.sect-form-body p {
    margin: 10px 0px;
	font-size: 90%;
}

.contentBody table.sect-form-body th,
.contentBody table.sect-form-body td {
  vertical-align: top;
  font-size: 100%;
	    padding: 10px;
}
.contentBody table.sect-form-body {
  border: 1px solid #c1c1c1;
}

.contentBody table.sect-form-body p{
  margin: 10px 0;
}

.contentBody table.sect-form-body th,
.contentBody table.sect-form-body td {
  border: 1px solid #c1c1c1;
  padding: 10px;
	vertical-align: middle;
}
.contentBody table.sect-form-body th {
/*  font-weight: normal; */
	background-color: #eee;
	width: 35%;
}
.contentBodyWrapper table.sect-form-body {
  width: 100%;
}
.contentBodyWrapper table.sect-form-body th,
.contentBodyWrapper table.sect-form-body td {
  vertical-align: middle;
  font-size: 100%;
	padding:20px;
	height: auto!important;
}
.contentBodyWrapper table.sect-form-body {
    border: 1px solid #c1c1c1;
    line-height: 140%;
	font-size: 80%;
}
.contentBodyWrapper table.sect-form-body th,
.contentBodyWrapper table.sect-form-body td {

  border: 1px solid #c9c9c9;
}
.contentBodyWrapper table.sect-form-body th {
/*  font-weight: normal; */
	background-color: #f2f1f1;
}


select, textarea, input[type=text], input[type=email], input[type=date], input[type=tel] {
    font-size: 16px;
    border: 1px solid;
    margin-right: 0;
    padding: 8px;
    width: 100%;
    /* transform: scale(0.8); */
}

.required{
    color: #e05f3d;
    display: block;
    font-size: 80%;
}

.com-btn-list{
	text-align: center;
}

.com-btn-list button.btn.btn-primary.submit{
	    margin-top: 20px;
    background-color: #df5f3d;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    padding: 12px 30px;
    border-radius: 50px;
	    box-shadow: 3px 3px 5px #ccc;
}


.com-btn-list button.btn.btn-info.left-arrow.back-btn.submit{
	    margin-top: 20px;
    background-color: #222;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    padding: 12px 30px;
    border-radius: 50px;
	    box-shadow: 3px 3px 5px #ccc;
	margin-right: 30px;
}

p.msg{
	    font-weight: bold;
    color: #F44336;
}


@media (max-width: 480px) {
.contentBody table.sect-form-body th, .contentBody table.sect-form-body td {
    width: 100%;
    display: block;
}

.required {
    color: #fff;
    background: #e05f3d;
    display: inline-block;
    font-size: 80%;
    padding: 0 10px;
    margin-left: 13px;
}

}


/*col2red*/


table.col2red{
	border: 1px solid #df613c;
	}
	


table.col2red th,table.col2red td{
}

table.col2red h3 {
    margin: 0 0 35px 0;
}


table.col2red img {
    margin: 0;
}

@media (max-width: 1010px) {

table.col2red th, table.col2red td {
    font-size: 90%;
    line-height: 150%;
}
}



@media (max-width: 800px) {
	
table.col2red{
	}
	
	
table.col2red th, table.col2red td {
    display: block;
	width: 100%!important;
	padding: 20px;
	text-align: left;
}

}



/*movie-tbl*/


table.movie-tbl{
	vertical-align: top;
	text-align: center;
}


table.movie-tbl th,table.movie-tbl td{
	vertical-align: top;
	padding: 10px;
}


table.movie-tbl iframe{
	width: 100%;
}

table.movie-tbl.c3 iframe{
	height: 230px!important;
}

table.movie-tbl.c2 iframe{
	height: 300px!important;
}


@media (max-width: 1000px) {
	table.movie-tbl.c3 iframe{
	height: 170px!important;
}
}



@media (max-width: 800px) {
	
	
table.movie-tbl.c3 th,table.movie-tbl.c3 td,
table.movie-tbl.c2 th,table.movie-tbl.c2 td{
        display: block;
    }
	
	
table.movie-tbl.c3 col,table.movie-tbl.c2 col{
	width: 100%!important;
	}
	
}


@media (max-width: 860px) {
	table.movie-tbl.c2 iframe{
	height: 170px!important;
}
}


@media (max-width: 820px) {
	
	table.movie-tbl.c2 iframe{
	height: 210px!important;
}
	
}

@media (max-width: 800px) {
	table.movie-tbl.c3 iframe,table.movie-tbl.c2 iframe{
	height: 400px!important;
}
}








table.movie-tbl h2 {
    font-size: 110%;
    line-height: 150%;
    /* color: #fff; */
    border-left: 7px solid #df613c;
    /* border: 2px dashed #fff; */
    /* box-shadow: 0px 0px 0px 6px #ffdb6f; */
    padding: 0 10px;
    margin: 25px 0 5px 0;
	text-align: left;
}





