@charset "utf-8";
.page-title {
        text-align: center;
}

#tokushima .main-wide01 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tokushima-box-title {
	text-align: center;
}

.heading10 {
	position: relative;
	padding-top: 30px;
	font-family: 'Kiwi Maru', serif;
	font-size: 26px;
	border-bottom: 2px dotted #eda3c4;
}

.heading10 span {
	position: relative;
	z-index: 2;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: #fbe6ef;
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}

#tokushima .tokushima-body {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}

#tokushima .tokushima-body ul {
	width: 950px;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
}

#tokushima .tokushima-body ul,
#tokushima .tokushima-body li {
	list-style: none;
}

#tokushima .tokushima-body li a {
	display: block;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-family: 'Kiwi Maru', serif;
	font-size: 1.6em;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	float: left;
}

#tokushima .tokushima-body .button01 a {
	background-color: #95d300;
	margin-right: 50px;
}

#tokushima .tokushima-body .button01 a:hover {
	background-color: rgba(149, 211, 0, 0.8);
}

#tokushima .tokushima-body .button02 a {
	background-color: #e00139;
	margin-right: 50px;
}

#tokushima .tokushima-body .button02 a:hover {
	background-color: rgba(224, 1, 57, 0.8);
}

#tokushima .tokushima-body .button03 a {
	background-color: #f72c80;
	margin-right: 50px;
}

#tokushima .tokushima-body .button03 a:hover {
	background-color: rgba(247, 44, 128, 0.8);
}

#tokushima .tokushima-body .button04 a {
	background-color: #fe6500;
}

#tokushima .tokushima-body .button04 a:hover {
	background-color: rgba(254, 101, 0, 0.8);
}

.tokushima-body-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#tokushima h4 {
	font-family: 'Kiwi Maru', serif;
}

#tokushima .item-box {
	width: 32%;
	margin-bottom: 40px;
}

#miru .item-box {
	border: solid 2px #95d300;
}

#tokushima .item-box .photo-box img {
	width: 100%;
}

#tokushima .item-box .text-box {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 10px;
}

#tokushima .item-box .map-box {
	width: 100%;
	text-align: center;
}

#tokushima .item-box .text-box h4 {
	color: #95d300;
	margin-bottom: 10px;
	font-size: 1.4em;
}

#tokushima .item-box .text-box h4 span {
	font-size: 1.6rem;
	font-weight: normal;
	margin-left: 1em;
}


#asobu .item-box {
	border: solid 2px #e00139;
}

#tokushima #asobu .item-box .text-box h4 {
	color: #e00139;
}


#tokushima .odoru-box .text-box {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

#tokushima .tokushima05 .odoru-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#tokushima .tokushima05 .photo-box {
	width: 500px;
	height: auto;
}

#tokushima .tokushima05 .text-box {
	width: 660px;
	height: auto;
}

#tokushima .odoru02 .photo-box {
	float: left;
	margin-right: 40px;
}

#tokushima .odoru02 .text-box {
	float: left;
}

#tokushima .odoru03 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#tokushima .odoru03 .photo-box {
	float: left;
	margin-left: 40px;
}

#tokushima .odoru03 .text-box {
	float: left;
}

#tokushima .tokushima05 .paragraph {
	margin-bottom: 2em;
}

#tokushima .tokushima05 .paragraph h4 {
	font-size: 1.4em;
	color: #f72c80;
	margin-bottom: 0.5em;
}

#taberu .item-box {
	border: solid 2px #fe6500;
}

#tokushima #taberu .item-box .text-box h4 {
	color: #fe6500;
}

/* box左揃え */
#tokushima .item-box.is-empty {
        width:32%;
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
}

@media screen and (max-width:768px) {
.page-title p {
        text-align: left;
}

#tokushima .page-title-body .page-title h2 span.title-main {
	display: block;
	width: 100%;
	height: auto;
	font-size: 1.1em;
	padding: 2em 0;
}

#tokushima .page-title-body .page-title h2 span.title-sub {
	display: block;
	width: 100%;
	height: auto;
	font-size: 0.8em;
	padding-bottom: 10px;
}

#tokushima .tokushima-box h2 {
	margin-top: 1em;
}

#tokushima .tokushima-body {
	width: 94%;
	margin: 0 auto;
	margin-top:1em;
}

#tokushima .tokushima-body ul {
	width: 100%;
	margin: 1em auto;
}

#tokushima .tokushima-body .button01 a,
#tokushima .tokushima-body .button02 a,
#tokushima .tokushima-body .button03 a,
#tokushima .tokushima-body .button04 a {
	width: 48%;
	height: auto;
	padding: 0.3em;
	line-height: inherit;
	margin: 0.5em 1%;
}

#tokushima .item-box {
	width: 100%;
	height: auto;
	margin: 1em auto;
}

#tokushima .item-box .text-box {
	height: auto;
}

#tokushima .odoru-box .photo-box {
	margin-top: 2em;
}

#tokushima .odoru-box .photo-box img {
	width: 100%;
	height: auto;
}

#tokushima .tokushima05 .photo-box {
	width: 100%;
	margin-bottom: 1em;
}

#tokushima .tokushima05 .text-box {
	width: 100%;
	float: none;
}

#tokushima .tokushima05 .paragraph {
	margin: 1em auto;
}

#tokushima .odoru03 {
	margin: 0 auto;
}

#tokushima .odoru03 .photo-box {
	float: none;
	margin: 0 auto;
}

#tokushima .odoru-box .text-box {
	margin: 0 auto;
}

#tokushima .tokushima05 h2 {
	background-size: 310%;
}
}