@charset "UTF-8";
/* CSS Document */

img {
width: 100%;
height: 100%;
display: block;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #262626;
	font-size: 100%;
	line-height: 1.3em;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #fff;
}

a {
	color: #3da5a4;
	outline: none;
}

a:link {
	color: #3da5a4;
	transition: all  0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

a:hover {
	text-decoration: underline;
	color: #f67321;
}

p {padding-bottom: 1em;}

#wrapper {
max-width: 640px;
width: 100%;
margin: 0 auto;
}

header {
	width: 100%;
	height: auto;
	background-color: #ed6d00;
}

#logo {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	margin-left: 20px;
	padding: 1em 0;
	background-image: url(../img/logo1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#mvbox {
	width: 100%;
	height: auto;
	background-image: -moz-linear-gradient( 90deg, rgb(90,228,253) 0%, rgb(46,184,232) 64%, rgb(2,139,210) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(90,228,253) 0%, rgb(46,184,232) 64%, rgb(2,139,210) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(90,228,253) 0%, rgb(46,184,232) 64%, rgb(2,139,210) 100%);
}

#mvbox img {width: 90%;height: auto;margin: 0 auto;padding: 1em 0;}

#mvbox h1 {
	width: 95%;
	height: 0;
	margin: 0 auto;
	padding-top: 45%;
	background-image: url(../img/shiomakura-t1.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

#mvbox h2 {
	width: 92%;
	height: 0;
	padding-top: 20%;
	margin: 0 auto;
	background-image: url(../img/st-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

#tbox {padding: 0 20px;}
#tbox img {padding-bottom: 20px;}
#price h3 {
	max-width: 606px;
	height: 0;
	padding-top: 35.4%;
	margin: 1em auto;
	background-image: url(../img/price.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: contain;
}

h4 {font-size: 1.3em;line-height: 1.6em;} 
h5 {font-size: 1em; color: #0d99d3;padding-bottom: 1em;}


#cp {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: 'FuturaCondLight', 'CenturyGothic';
	font-weight: normal;
	color: #fff;
	margin: 0 auto;
	padding: 1%;
	font-size: 0.7em;
	line-height: 1em;
	letter-spacing: 1px;
	background-color: #ed6d00;
 }
	

	

@media screen and (max-width: 420px) {
  /*画面幅が420px以下（タブレット・スマホ共通スタイル） */



}

 