@charset "utf-8";

/* CSSリセット
  ############################################################################################# */

* {
	-webkit-tap-highlight-color: transparent;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}
th, td {
	text-align: left;
	vertical-align: top;
}
li {
	list-style: none;
}
img {
	vertical-align: top;
}
input,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}
.visual {
	text-align: center;
}
.visual img {
	margin: 50px auto;
}
.end {
	color: #f8407e;
	text-align: left;
	margin: 30px 0 0 50px;
	font-size: 20px;
}
.place {
    max-width: 900px;
    background-color: #fff;
    padding: 20px 50px 20px 50px;
	margin: 50px auto 0 auto;
}
.place p.placettl {
    text-align: left;
    margin: 50px auto 0 auto;
    padding: 20px 0 20px 50px;
}
.place .section .title {
	padding-left: 80px!important;
}
.place .section .text {
	color: #333!important;
}
#sub .section.section03 .title {
	margin-top: 80px;
}

.place .section .title{
	background:url(https://ikuniten.com/common/imgs/section_title_bg_pc2.png) no-repeat !important;
}

/*header
  ############################################################################################# */


/* body
  ############################################################################################# */

@media screen and (max-width: 767px){
	.place {
		/*padding-left: 13%;*/
		padding: 10px 0px 40px 0px!important;
	}
	/*.place p {
		padding: 0px 0 0px 50px;
	}*/
	.place .section .title{
		background: none!important;
		/*background:url(../../common/imgs/section_title_bg_sp.png) no-repeat !important;*/
	}
}