@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;
}
#sub .section .text {
	 margin: 35px auto 20px auto !important;
}
#sub .section .text h2{
	font-size: 20px;
	line-height: 2.2em;
}
#sub .section .text ul{
	font-size: 16px;
	line-height: 2.0em;
}
#sub .section .text .small_text {
	font-size: 12px;
}
.item {
	margin: 20px auto 0 auto;
	padding: 10px 0;
	background-color: #fff;
	max-width: 850px;
	border: 1px solid #fc4280;
}



.notes {
	width: 699px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
    /*background: url("https://ikuniten.com/goods/image/section_notes_pc_over.png") no-repeat;*/
}
	
.notes a {
    width: 669px;
    height: 92px;
    background: url("https://ikuniten.com/goods/image/section_notes.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.notes a:hover {
    background-position: 0 -92px;
}


.notes_sp{
	width: 100%;
	margin-top: 70px;
	display: block;
}

.notes2 {
	width: 699px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
    /*background: url("https://ikuniten.com/goods/image/section_notes_pc_over.png") no-repeat;*/
}
	
.notes2 a {
    width: 669px;
    height: 92px;
    background: url("https://ikuniten.com/goods/image/section_notes2.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.notes2 a:hover {
    background-position: 0 -92px;
}


.notes2_sp{
	width: 100%;
	margin-top: 70px;
	display: block;
}



h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
}
/*goods2.html footer //footerを要素の量に合わせて固定する設定*/
#ft_wrapper{
	display: flex;
	flex-direction: column;
	height:100vh;
}
.fixed_footer{
	margin-top: auto;
	vertical-align: middle;
}
.goods_wrap{
	overflow: inherit!important;
}

.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 p.placetxt {
    text-align: center;
	font-size: 30px;
	margin: 100px auto;
	color: #555
}
.place .section .title {
	padding-left: 80px!important;
}
.place .section .title2 {
	padding-left: 80px!important;
}
.place .section .text {
	color: #333!important;
}
#sub .section.section03 .title {
	margin-top: 80px;
}
#sub .section .text {
    margin: 35px auto 20px auto !important;
    padding-left: 40px;
}
.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){
	.item {
		margin: 20px 30px 0 30px;
	}
	.notes {
		display: none;  
	}
	.notes_sp {
		width: 90%;
		display: inline-block;
	}
	.notes2 {
		display: none;  
	}
	.notes2_sp {
		width: 90%;
		display: inline-block;
	}
	.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;*/
	}
	.place .section .title2{
		background: none!important;
		/*background:url(../../common/imgs/section_title_bg_sp.png) no-repeat !important;*/
	}
}