@charset "utf-8";

@media screen and (max-width:600px) {
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}


/* wrapper
------------------------------------------------------------------------------------ */
div#wrapper {
	width: 100%;
}


/* header
------------------------------------------------------------------------------------ */
header {
	width: 100%;
	border-bottom: 3px solid #BE9C63;
	background-color:#FFF;
	position: fixed;
	z-index: 1000;
}
header div#headerinner {
	width: 280px;
	margin: 0 auto;
	padding: 15px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
header div#headerinner h1 {
	display: block;
	width: 280px;
	height: 58px;
	line-height:100%;
	text-indent:-1000px;
	overflow:hidden;
	margin-bottom: 15px;
	background:url(../../images/h1_sp.gif) left top no-repeat;
}

header div#headerinner ul {
	width: 280px;
}
header div#headerinner ul li {
	float: left;
}
header div#headerinner ul li#presentS1 a {
	display: block;
	width: 135px;
	height: 32px;
	line-height:100%;
	text-indent:-1000px;
	overflow:hidden;
	margin-right: 10px;
	background:url(../../images/header_img01_sp.png) center center no-repeat;
	background-color:#ef9500;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
header div#headerinner ul li#presentS1 a:hover {
	background-color:#f3b040;
}
header div#headerinner ul li#presentS2 a {
	display: block;
	width: 135px;
	height: 32px;
	line-height:100%;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../../images/header_img02_sp.png) center center no-repeat;
	background-color:#ef9500;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
header div#headerinner ul li#presentS2 a:hover {
	background-color:#f3b040;
}

header.fixed {
}
header.fixed div#headerinner {
	padding: 10px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
header.fixed div#headerinner h1 {
	display: none;
}


/* contents
------------------------------------------------------------------------------------ */
section {
	width: 100%;
}
section#section2 {
	background-color:#EAF6FD;
}
section#section3,
section#section5,
section#section7 {
	background-color:#FFF;
}
section#section4,
section#section6,
section#section8 {
	background-color:#F9F7F2;
}
section div.sectioninner {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
section#section3 div.sectioninner {
	padding-bottom: 0;
}


/* footer
------------------------------------------------------------------------------------ */
footer {
	background-color:#59524B;
	position: relative;
	top: 55px;
}
footer div#footerinner {
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 30px 0;
}
footer div#footerinnerLeft {
	text-align:center;
}
footer div#footerinnerRight {
}

footer div#footerinnerLeft h2 {
	margin-bottom: 15px;
}
footer div#footerinnerLeft div {
}
footer div#footerinnerLeft p {
	color:#FFF;
	margin-bottom: 10px;
}
footer div#footerinnerLeft p#tel {
	font-size: 183.3%;
	line-height: 100%;
}
footer div#footerinnerLeft p#tel a {
	color: #FFF;
}

footer div#footerinnerRight ul {
	text-align:center;
}
footer div#footerinnerRight ul li {
	display:inline;
	margin-right: 10px;
}
footer div#footerinnerRight ul li:last-Child {
}
footer div#footerinnerRight ul li a {
	color:#FFF;
	padding-left:15px;
	background:url(../../images/textlink.gif) left 3px no-repeat;
}
footer div#footerinnerRight p#copyright {
	color:#FFF;
	font-size: 83.3%;
	line-height: 24px;
	text-align:center;
	vertical-align: middle;
	margin-top: 15px;
}
footer div#footerinnerRight p#copyright a {
	margin-right: 10px;
}


/* 共通パーツ
------------------------------------------------------------------------------------ */
article {
	position: relative;
	top: 55px;
}

section div p.txtl {
}
section div p.txtl br {
	display:none;
}

section#section2 div h2 {
	color:#333;
	font-size: 166.7%;
	line-height: 120%;
	text-align:center;
	margin-bottom: 20px;
}
section#section3 div h2,
section#section4 div h2,
section#section5 div h2,
section#section6 div h2,
section#section7 div h2 {
	color:#BE9C63;
	font-size: 166.7%;
	line-height: 120%;
	text-align:center;
	margin-bottom: 20px;
}
section#section3 div h3,
section#section5 div h3,
section#section8 div h3,
div.remodal h3 {
	color:#0074C8;
	font-size: 133.3%;
	line-height: 125%;
	font-weight:bold;
	margin-bottom: 15px;
}
section#section3 div h3,
section#section5 div h3 {
	text-align:center;
}

p.credit {
	font-size: 83.3%;
	line-height: 100%;
	font-family: Verdana !important;
}


/* section1
------------------------------------------------------------------------------------ */
section#section1 {
	position: relative;
}
section#section1 p.credit {
	color: #FFF;
	text-align: right;
	padding: 30px 10px 0 0;
	right: 0;
}
section#section1 div.scrEventWrapper {
	padding-top: 180px;
}
section#section1 div.scrEventWrapper div.scrEvent {
	padding: 15px 20px;
	background-color:rgba(0,0,0,0.6);
}
section#section1 div.scrEventWrapper div.scrEvent h2 {
	display: block;
	width: 260px;
	height: 67px;
	line-height:100%;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../../images/section1_img01_sp.png) left top no-repeat;
}


/* section2
------------------------------------------------------------------------------------ */
section#section2 div.sectioninner form p {
	width: 280px;
	margin: 0 auto 25px auto;
}
section#section2 div.sectioninner form p select {
	width: 280px;
	font-size: 133.3%;
	line-height: 100%;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0 auto;
	padding: 10px 50px 10px 15px;
	border: 1px solid #0074C8;
	background:url(../../images/bg_select.gif) 230px center no-repeat;
	background-color:#FFF;
}
section#section2 div.sectioninner form p select::-ms-expand {
	display: none;
}

section#section2 div.sectioninner p.section2txt1 {
	font-size: 166.7%;
	line-height: 100%;
	text-align:center;
}
section#section2 div.sectioninner p.section2txt1 span#result {
	font-size: 150%;
	font-weight:bold;
}

section#section2 div.sectioninner p.section2txt2 {
	font-size: 133.3%;
	line-height: 133.3%;
	text-align:center;
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #666;
}
section#section2 div.sectioninner p.section2txt2 span {
	color:#0074C8;
	font-weight:bold;
}
section#section2 div.sectioninner p.section2txt3 {
	font-size: 133.3%;
	line-height: 133.3%;
	font-weight:bold;
	text-align:center;
	margin-bottom: 15px;
}

section#section2 div.sectioninner ul {
	width: 112px;
	margin: 0 auto;
}
section#section2 div.sectioninner ul li {
	float: left;
	width: 46px;
	margin-right: 20px;
}
section#section2 div.sectioninner ul li:last-Child {
	margin-right: 0;
}

#cups {
	vertical-align:bottom;
	text-align:center;
	margin: 20px 0;
}
.cup.large {
	width:62px;
	display:none;
}
.cup.medium {
	width:46px;
	display:none;
}
.cup.small {
	width:27px;
	display:none;
}


/* section3
------------------------------------------------------------------------------------ */
section#section3 div.sectioninner ul {
	margin-top: 20px;
}
section#section3 div.sectioninner ul li {
	text-align:center;
	padding: 15px 0 10px 0;
	border-top: 1px solid #CCC;
}

section#section3 div.sectioninner ul li:last-Child {
	padding: 15px 0 20px 0;
}

section#section3 div.sectioninner ul li:nth-child(1) {
	background:url(../../images/bg_section3_1.png) center bottom no-repeat;
}
section#section3 div.sectioninner ul li:nth-child(2) {
	background:url(../../images/bg_section3_2.png) center bottom no-repeat;
}
section#section3 div.sectioninner ul li:nth-child(3) {
	background:url(../../images/bg_section3_3.png) center bottom no-repeat;
}
section#section3 div.sectioninner ul li:nth-child(4) {
	background:url(../../images/bg_section3_4.png) center 5px no-repeat;
}
section#section3 div.sectioninner ul li.now {
	background:url(../../images/bg_section3_4_now.png) center 40px no-repeat;
}
section#section3 div.sectioninner ul li.now h3 {
	color: #C00;
}

section#section3 div.sectioninner ul li h3 {
	margin-bottom: 10px;
}
section#section3 div.sectioninner ul li p {
	font-size: 216.7%;
	line-height: 0;
}
section#section3 div.sectioninner ul li:first-Child p {
	margin-top: 0;
}
section#section3 div.sectioninner ul li p span.countup {
	font-size: 138.5%;
	line-height: 125%;
	font-weight:bold;
}
section#section3 div.sectioninner ul li p span.small {
	font-size: 61.5%;
	line-height: 125%;
}


/* section4
------------------------------------------------------------------------------------ */
section#section4 video {
	width: 100%;
	height: auto;
}

/* section5
------------------------------------------------------------------------------------ */
section#section5 div.sectioninner ol {
}
section#section5 div.sectioninner ol.clearfix li {
	text-align:center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #CCC;
}
section#section5 div.sectioninner ol li {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

section#section5 div.sectioninner ol li p.section5photo {
	margin-bottom: 10px;
}
section#section5 div.sectioninner ol li p.section5txt {
	margin: 15px 0;
	text-align: left;
}

div.remodal p.section5photo {
	margin-bottom: 10px;
}
div.remodal p.section5photo img {
}
div.remodal p.credit {
	text-align:right;
	margin-bottom: 15px;
}


/* section6
------------------------------------------------------------------------------------ */
section#section6 div.sectioninner p.section6txt {
	margin-bottom: 20px;
}
section#section6 div.sectioninner ul {
	width: 90%;
	margin: 0 auto;
}
section#section6 div.sectioninner ul li {
	float: left;
	width: 28%;
	margin: 0 2.6%;
}
section#section6 div.sectioninner ul li:last-Child {
}
section#section6 div.sectioninner ul li img {
	width: 100%;
}


/* section7
------------------------------------------------------------------------------------ */
section#section7 div.sectioninner ul {
	width: 280px;
	margin: 20px auto;
}
section#section7 div.sectioninner ul li#presentL1 a {
	display: block;
	width: 280px;
	height: 50px;
	line-height:100%;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../../images/section7_img01_sp.png) center center no-repeat;
	background-color:#ef9500;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
section#section7 div.sectioninner ul li#presentL1 a:hover {
	background-color:#f3b040;
}
section#section7 div.sectioninner ul li#presentL2 a {
	display: block;
	width: 280px;
	height: 50px;
	line-height:100%;
	text-indent:-1000px;
	overflow:hidden;
	margin-top: 10px;
	background:url(../../images/section7_img02_sp.png) center center no-repeat;
	background-color:#ef9500;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
section#section7 div.sectioninner ul li#presentL2 a:hover {
	background-color:#f3b040;
}

section#section7 div.sectioninner div#redcup {
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #C00;
}
section#section7 div.sectioninner div#redcup h3 {
	text-align:center;
}
section#section7 div.sectioninner div#redcup p {
	text-align:center;
	margin-top: 20px;
}


/* section8
------------------------------------------------------------------------------------ */
section#section8 div div#section8-1 {
}
section#section8 div div#section8-2 {
	margin-top: 20px;
}


/* section9
------------------------------------------------------------------------------------ */
section#section9 {
}
section#section9 p {
	text-align:center;
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
	background-color:#59524B;
}

