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

* {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.4;
}
body {
	overflow-x: hidden;
	font-size: 19px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
	margin-left: 50px;
	line-height: 30px;
	font-size: 18px;
	padding-right: 50px;
}
.catch {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/catch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.douga {
	background-color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
}
.frombg {
	background-image: url(../img/formbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.from {
	background-image: url(../img/cbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
input[type="text"] {
	width: 90%;
	max-width: 800px;
	padding: 30px 5px;
	font-size: 30px;
	border-radius: 5px;
	border: 3px solid #CCC;
	margin: 0 auto 10px;
}
input[name="submit"] {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
address {
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 50px;
	line-height: 30px;
	overflow: auto;
	width: 100%;
}
address a {
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.bottom_navi {
	text-align: center;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 100%;
}
#catch {
	background-image: url(../img/catch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
}
table {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.prf {
	background-attachment: fixed;
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top:-10px;
}


.prf2 {
	background-attachment: fixed;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:-10px;
}



.b1 {
	background-color: #FF0;
	font-weight: 900;
	color: #F00;
}
.b2 {
	color: #F00;
	text-decoration: underline;
	font-weight: 900;
}
.b3 {
	font-weight: 900;
	color: #F00;
}
.b4 {
	font-weight: 900;
	color: #F00;
	text-decoration: underline;
	background-color: #FF0;
}
.b5 {
	font-weight: 900;
	text-decoration: underline;
}
.b6 {
	font-size: 200%;
	font-weight: 900;
	color: #F00;
	background-color: #FF0;
	line-height: 40px;
}
.b7 {
	font-size: 36px;
	font-weight: 900;
}
.b8 {
	font-weight: 900;
	text-decoration: underline;
	background-color: #FF0;
}
.boxbg{
	background-image: url(../img/bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
}
.boxa {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 20px solid #a0e7fd;
	padding-top: 0px;
	margin-top: 30px;
}
.menu {
	width: 100%;
	background-color: #3CF;
	height: 118px;
	margin-top:-7px;
}
.mv {
	overflow: hidden;
	margin: 0 auto;
	max-width: 900px;
	max-height: 506px;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 506px;
	border: 4px solid #fff;
	box-sizing: border-box;
}
.midahsi {
	background-image: url(../img/tokuten_midashi_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*メール設定追加部分*/
.icon_wrapper {
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.icon_inner {
	max-width: 430px;
	cursor: pointer;
}
 @media screen and (max-width: 980px) {
.icon_wrapper {
	margin: 0px auto 10px;
	flex-wrap: nowrap;
}
.icon_inner {
	margin: 20px auto;
	padding: 0 4px;
}
}
/*ボタンアニメーション*/
.btn_animation {
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: middle center;
	-webkit-animation-name: animation06;
	-webkit-transform: rotate(0deg);
}
 @-webkit-keyframes animation06 {
 0% {
 -webkit-transform: rotate(0deg);
 bottom: 0;
}
 50% {
 -webkit-transform: rotate(0deg);
 bottom: 0;
}
 60% {
 -webkit-transform: rotate(5deg);
 bottom: 5px;
}
 70% {
 -webkit-transform: rotate(-5deg);
}
 80% {
 -webkit-transform: rotate(4deg);
}
 90% {
 -webkit-transform: rotate(-3deg);
}
 100% {
 -webkit-transform: rotate(0deg);
}
}
 @keyframes animation06 {
 0% {
 transform: rotate(0deg);
 bottom: 0;
}
 50% {
 transform: rotate(0deg);
 bottom: 0;
}
 60% {
 transform: rotate(5deg);
 bottom: 5px;
}
 70% {
 transform: rotate(-5deg);
}
 80% {
 transform: rotate(4deg);
}
 90% {
 transform: rotate(-3deg);
}
 100% {
 transform: rotate(0deg);
}
}}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media only screen and (max-width: 768px) {
	#catch {
	background-image: url(../img/catch_bgsm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
}
.img {
	width:100%;
}
table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.prf {
	background-attachment: fixed;
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:-10px;
}


.prf2 {
	background-attachment: fixed;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:-10px;
}


.boxbg{
	background-image: url(../img/bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 50px;
}
.boxa {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #a0e7fd;
	padding-top: 0px;
	margin-top:10px;
}
p {
	margin-left: 15px;
	line-height: 30px;
	font-size: 18px;
	padding-right: 50px;
}
.p2 {
	margin-left: 15px;
	line-height: 30px;
	font-size: 18px;
	padding-right: 15px;
}
.mv {
	overflow: hidden;
	margin: 0 auto;
	max-width: 900px;
	max-height: 506px;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 506px;
	border: 4px solid #fff;
	box-sizing: border-box;
}
.menu {
	width: 100%;
	background-color: #3CF;
	height: 54px;
	margin-top:-7px;
}
}


.banner_pc {
	width: 180px;
	position: absolute;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.banner_sm {
	width: 100%;
	background-color: #4dcc00;
	position: absolute;
	position: fixed;
	bottom: 0px;
	right: 0;
	z-index: 999;
	display: none;
}
 @media screen and (max-width: 1180px) {
.banner_pc {
	display: none;
}
.banner_sm {
	display: block;
}
}


.fc1 {
	color: #e00;
	font-weight: bold;
}
.fc2 {
	background-color: #FFEE00;
	font-weight: bold;
	color: #000;
}
.fc3 {
	color: #e00;
	background-color: #FFEE00;
	font-weight: bold;
}
.fc4 {
	border-bottom: solid;
	border-width: 1px;
	font-weight: bold;
}
.fc5 {
	color: #e00;
	font-weight: bold;
	border-bottom: solid;
	border-width: 1px;
}
.fc6 {
	color: #00f;
	font-weight: bold;
}
.fc7 {
	color: #000;
	font-weight: bold;
}
.fc8 {
	color: #00F;
	font-weight: bold;
}
.fc9 {
	font-size: 36px;
}
 @media screen and (max-width: 900px) {
.fc9 {
	font-size: 24px;
}
}
.fc10 {
	font-size: 60px;
}
.fc11 {
	font-size: 62px;
}
 @media screen and (max-width: 900px) {
.fc11 {
	font-size: 30px;
}
}
.fc12 {
	font-size: 16px;
}

