/*
body
----------------------------------------*/
body {
	min-width: 640px;
	background: url("../img/bg_01.png") repeat left top;
	background-size: 75%;
	color: #000;
	font-family: Helvetica, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 3px;
	-webkit-text-size-adjust: 100%;
}
body a {
	color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5 ease;
    -o-transition: all 0.5 ease;
}
body a:hover {
	color: #00aabe;
}

#frame {
	margin: 20px;
	background: #fff;
	border-radius: 40px;
	position: relative;
}
#bg02 {
	width: 100%;
	height: 100%;
	padding: 0 40px 0 0;
	background: url("../img/bg_02.png") repeat;
	background-size: 50%;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1000px;
}
#main {
	position: relative;
	z-index: 9999px;
}

.btn-stamp01 {
	width: 360px;
	margin: 0 auto;
	background: #9b3e93;
	border-radius: 40px;
	color: #fff;
}
.btn-stamp01 a {
	width: 360px;
	padding: 30px 0;
	display: block;
	color: #fff;
	text-decoration: none;
}

/*
----------------------------------------*/
h1 {
	padding: 45px 0 0;
}
.item-city {
	position: absolute;
	top: 20px;
	left: 35px;
}
.item-mark {
	position: absolute;
	top: 15px;
	right: 30px;
}
.item-message01 {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.item-message02 {
	margin: 30px auto 0;
}
.item-robot {
	position: absolute;
	top: 390px;
	right: 150px;
	z-index: 9999px;
}
.about {
	width: 760px;
	margin: 40px auto 0;
	padding: 10px 20px;
	background: #f2f4bc;
	border-radius: 20px;
}
.about dl {
	margin: 0 auto;
	line-height: 1.4;
	font-size: 20px;
}
.about dl:first-child {
	border-bottom: 2px solid #fff;
}
.about dl dt {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	border-right: 2px solid #fff;
}
.about dl dd {
	padding: 30px 0 30px 40px;
	display: table-cell;
	text-align: left;
}
.about dl dd p {
	margin: 10px 0 -2px;
}

.info {
	width: 800px;
	margin: 40px auto 0;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}
.info dl {
	padding: 10px 0;
	border-bottom: 1px dotted #000;
}
.info dt {
	width: 170px;
	display: table-cell;
}
.info dd {
	display: table-cell;
}
.step {
	width: 800px;
	margin: 40px auto 0;
	padding: 40px 0 0;
	background: #f2c1cd;
	border-radius: 20px;
}
.step h2 {
	margin: 0 auto 20px;
}
.step .arrow {
	padding: 0 0 6px;
}
.step dl {
	width: 680px;
	margin: 0 auto 10px;
	padding: 30px 20px 0;
	background: #fff;
	border-radius: 20px;
}
.step dl dt {
	font-size: 20px;
}
.step dl dd {
	padding: 20px 0 40px;
	font-size: 18px;
	border-bottom: 1px dotted #fff;
}
.step dl dd p {
	line-height: 1.6;
}

.attention h4 {
	margin: 40px 0 0 40px;
	font-size: 16px;
	text-align: left;
}
.attention ul {
	padding: 10px 40px 0;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1px;
}
.attention ul li {
	margin: 0 0 6px;
	line-height: 1.6;
}

.stamp-list {
	margin: 80px 0 0;
	padding: 0 40px 30px;
}
.stamp-list .list {
	width: 100%;
	display: table;
	background: #fff;
	border-radius: 20px;
}
.stamp-list .list .left {
	width: 50%;
	padding: 40px 20px;
	display: table-cell;
	border-right: 1px dotted #f2c1cd;
}
.stamp-list .list .right {
	width: 50%;
	padding: 40px 20px;
	display: table-cell;
}
.stamp-list .list h5 {
	font-size: 20px;
}
.stamp-list .list ul {
	padding: 10px 0 0 20px;
}
.stamp-list .list ul li {
	margin: 20px 0 0;
	text-align: left;
	font-size: 16px;
}

.gift {
	width: 800px;
	margin: 40px auto 0;
	padding: 40px 0 60px;
	background: #f2c1cd;
	border-radius: 20px;
}
.gift h2 {
	margin: 0 0 20px;
}
.gift p {
	font-size: 20px;
	line-height: 1.6;
}
.gift dl {
	width: 600px;
	margin: 60px auto 0;
	padding: 60px 0 0;
	border-top: 1px dotted #fff;
}
.gift dt {
	font-size: 20px;
	line-height: 1.6;
}
.gift dd {
	font-size: 20px;
	line-height: 1.6;
}

.contact {
	margin: 80px 0 0;
	padding: 0 0 160px;
}
.contact h2 {
	margin: 0 0 20px;
}
.contact p {
	margin: 0 0 20px;
	line-height: 1.6;
}

.f14 {
	font-size: 14px;
}


/* タブレット縦（ディスプレイ幅が1200px）より小さい画面 */
@media screen and (max-width: 1200px) {
.item-robot {
	position: absolute;
	top: 390px;
	right: 0px;
	z-index: 9999px;
}
}

/* タブレット縦（ディスプレイ幅が900px）より小さい画面 */
@media screen and (max-width: 900px) {
body {
	min-width: 320px;
}
#frame {
	margin: 10px;
	background: #fff;
	border-radius: 20px;
	position: relative;
}
#bg02 {
	width: 100%;
	height: 100%;
	padding: 0 40px 0 0;
	background: url("../img/bg_02.png") repeat;
	background-size: 50%;
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: 1000px;
}

.btn-stamp01 {
	width: 260px;
	margin: 0 auto;
	border-radius: 40px;
	font-size: 16px;
}
.btn-stamp01 a {
	width: 260px;
	padding: 16px 0 15px;
}

/*
----------------------------------------*/
h1 {
	padding: 30px 0 0;
}
h1 img {
	width: 310px;
}
.item-city {
	top: 5px;
	left: 10px;
}
.item-city img {
	width: 60px;
}
.item-mark {
	top: 5px;
	right: 5px;
}
.item-mark img {
	width: 75px;
}
.item-message01 {
	width: 320px;
	padding: 10px 0 0;
}
.item-message01 img {
	width: 320px;
}
.item-message02 {
	margin: 15px auto 0;
}
.item-message02 img {
	width: 320px;
}
.item-robot {
	top: 185px;
	right: 15px;
	z-index: 9999px;
}
.item-robot img {
	width: 80px;
}

.logo-partner img {
	width: 360px;
	margin: 15px 0 0;
}
	
.about {
	width: auto;
	margin: 30px 20px 0;
	padding: 0;
	background: #f2f4bc;
	border-radius: 10px;
}
.about dl {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}
.about dl:first-child {
	border-bottom: 2px solid #fff;
}
.about dl dt {
	width: 200px;
	padding: 20px 0 0 20px;
	display: block;
	border-right: none;
	text-align: left;
}
.about dl dd {
	padding: 10px 0 20px 20px;
	display: block;
	text-align: left;
}
.about dl dd p {
	margin: 10px 0 -2px;
}
	
.info {
	width: auto;
	margin: 40px 20px 0;
	font-size: 14px;
}
.info dl {
	padding: 10px 0;
	border-bottom: 1px dotted #000;
}
.info dt {
	width: auto;
	display: block;
}
.info dd {
	display: block;
}

.step {
	width: auto;
	margin: 40px 20px 0;
	padding: 30px 0 0;
	border-radius: 10px;
}
.step h2 {
	margin: 0 auto 20px;
	font-size: 16px;
}
.step .arrow {
	padding: 0 0 6px;
}
.step dl {
	width: auto;
	margin: 0 20px 10px;
	padding: 30px 20px 0;
	background: #fff;
	border-radius: 10px;
}
.step dl dt {
	font-size: 16px;
}
.step dl dd {
	padding: 20px 0 40px;
	font-size: 14px;
	border-bottom: 1px dotted #fff;
}
.step dl dd p {
	line-height: 1.6;
}
	
.attention h4 {
	margin: 40px 0 0 20px;
}
.attention ul {
	padding: 10px 20px 0;
}
	
.stamp-list {
	margin: 60px 0 0;
	padding: 0 20px 30px;
}
.stamp-list .list {
	width: 100%;
	display: block;
	border-radius: 10px;
}
.stamp-list .list .left {
	width: 100%;
	padding: 40px 20px;
	display: block;
	border-right: none;
}
.stamp-list .list .right {
	width: 100%;
	display: block;
}
.stamp-list .list h5 {
	font-size: 16px;
	text-align: left;
}
.stamp-list .list ul {
	padding: 10px 0 0 0;
}
.stamp-list .list ul li {
	font-size: 14px;
}

.gift {
	width: auto;
	margin: 40px 20px;
	padding: 40px 0 60px;
	background: #f2c1cd;
	border-radius: 10px;
}
.gift h2 {
	margin: 0 20px 20px;
	font-size: 16px;
}
.gift p {
	margin: 0 20px;
	font-size: 16px;
	line-height: 1.6;
}
.gift dl {
	width: auto;
	margin: 20px auto 0;
	padding: 20px 0 0;
	border-top: 1px dotted #fff;
}
.gift dt {
	margin: 0 20px;
	font-size: 14px;
	text-align: left;
}
.gift dd {
	margin: 0 20px;
	font-size: 14px;
	text-align: left;
}

.contact {
	margin: 80px 20px 0;
	padding: 0 0 160px;
}
.contact h2 {
	margin: 0 0 20px;
	font-size: 16px;
}
.contact p {
	font-size: 16px;
}

.f14 {
	font-size: 10px;
}
}