margin-top: 50px;margin-top: 50px;margin-top: 50px;margin-top: 50px;    display: flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 40px;display: flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 40px;display: flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 40px;display: flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 40px;display: flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 40px;@charset "UTF-8";
@media only screen and (min-width: 768px) {
}
img{
	width:60%;
	height:auto;
}
	
/*年末年始*/
.NEWYEAR{WIDTH:600;}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	MARGIN:0,300,0;}
	
}
td, th {
	padding: 3px;

	height: 25px;
}
th {
	background: #F84F52;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}



body{
	font-size:13px;
	color:#111111;
	line-height:200%;
	background:#fff;
	/*font-family:"TBUDゴシック R",sans-serif;*/
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
	letter-spacing:-0.5px;
	min-width:980px;
}
/*
a img:hover{
	-moz-opacity:0.7;
	opacity:0.7;
}
*/


#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.cnt_wp {
	width: 100%;
	margin:0 auto;
	padding: 0px 0 0px;
	text-align: center;
	min-width:980px;
	overflow:hidden;
}

#f_wrapper {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    background-color: #df0000;
}

footer#f_cnt {
	text-align: center;
}

footer#f_cnt .fl {
	text-align:center;
	padding-top:10px;
}

/*=======================================================================
ヘッダ
=======================================================================*/

#PAGE_TOP h1{
	float:left;
}

#h_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background:#fa4040;
	color:#fff
;}

header#PAGE_TOP {
	width:980px;
	height:50px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding:20px 0px;
}

#head_right {
	float:right;
}

#head_right p {
	float:left;
}

#head_right p:first-child {
	margin:0 30px 0 0;
}

/*=======================================================================
トップページ　メイン
=======================================================================*/


h3{
    width: 75%;
    padding-top: 116px;
    margin: 0 auto;
}

.w994 {
	width:994px;
	margin:0 auto;
}

.prl {
	position:relative;
}

.prl_box {
	position: relative;
	width:980px;
	height: auto;
	margin:0 auto;
}
.mainvisualbg {
}
.mainvisual {
	height:550px;
}

.mainvisual h2 {
	text-align: left;
	width:980px;
	height:auto;
	margin:0 auto;
	padding-top:50px;
}

.campaign {
	background-size:100% 100%;
	text-align: center;
	min-width:1300px;
	overflow:hidden;
	padding:50px 0px;
}

#end {
	background: #FFE0E0;
	font-size:18px;
	margin:50px 0 0;
	text-align:center;
	padding-bottom: 50px;
}

#end ul {
    padding: 15px;
    padding-top: 110px;
    padding-bottom: 90px;
   }

#end ul li{
    text-align: center;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 48px;
}

#final_check {
	margin-right:5px;
}

#check_form {
	color:#158ac8;
	vertical-align: middle;
}

input[type^="text"], input[type^="password"], input[type^="email"], input[type^="tel"], input[type^="url"], input[type^="number"], textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2) inset;
  padding: 8px 5px;
  font-size:14px;
}

input[type^="image"]:hover {
    filter:alpha(opacity=80);
    opacity:0.8;
}

#form_attention {
	background: #fffddb;
	padding:20px 100px;
	line-height:140%;
	margin:25px 0px;
}

#form_attention a {
	color:#158ac8 !important;
	text-decoration: none;
}

#form_attention a:hover {
	text-decoration: underline;
}

#form_btn {
	text-align: center;
	margin:25px 0px;
}


/*=======================================================================
追加
=======================================================================*/

.box {
	width:980px;
	height:auto;
	margin:0 auto;
}
.block02_txt01 {
	position: absolute;
	top:60px;
	left:130px;
	font-size:15px;
	font-family:"TBUDゴシック R";
	text-align: center;
}

.attention{
position: absolute;
    color: #fff;
    bottom: 11px;
    width: 100%;
    text-align: center;
    text-shadow: 3px 1px 5px black;
    font-size: 16px;
    font-weight: bold;
}


.attention2{
position: absolute;
    color: #000;
    bottom: 11px;
    width: 100%;
    text-align: center;
    text-shadow: 3px 1px 5px white;
    font-size: 16px;
    font-weight: bold;
}



/*=======================================================================
フッタ
=======================================================================*/
.copy{
	text-align:center;
	font-size:12px;
	padding: 5px 0px;
}

/*=======================================================================
clear　clearfix
=======================================================================*/

.clear { clear: both;	visibility: visible;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.cf {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}
.cf {
  display:block;
}
.box{
	display:block;
}

.pc_none{
	display:none !important;
}


.back_none{
	background: none;
}

.content_other{
	width: 75%;
}


.section-top-movie-sp{
	display: none;
}

.top-movie{
	width: 60%;
}


.head{
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.head1{
	width: 50%;
}

.head2{
	width: 30%;
}


.head1 img{
	width: 100%;
	margin: 0 auto;
}

.head2 img{
	width: 100%;
	margin: 0 auto;
}


.mainvisual-img{
	display: flex;
}

.mainvisual-img img{
	width: 60%;
	margin: 0 auto;
}

.mainvisual-img-lineup{
	display: flex;
}

.mainvisual-img-lineup img{
	width: 60%;
	margin: 0 auto;;
}

.gmp{
	width: 100%;
}

.gmp iframe{
	width: 60%;
}

.tel-number{
    font-size: 47px!important;
    padding-bottom: 55px;
    font-weight: bold;
    padding-top: 55px;
    letter-spacing: 2px;
}

.tel-number a {
    color:#000000;
    text-decoration:none;
    }

.red{
    font-size: 34px!important;
    padding-bottom: 30px;
    font-weight: bold;
    padding-top: 35px;
    border-bottom: solid 2px;
    border-top: solid 2px;
    width: 48%;
    margin: 0 auto;
    margin-bottom: 17px;    
}



/*=======================================================================
採用情報バナー
=======================================================================*/


.recruit{
    padding-top: 70px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.recruit img{
	box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 50%);
}



/*=======================================================================
menu
=======================================================================*/


.title{
	background-color: #df0000;
	color:#fff;
	display:flex;
	flex-direction: column;
	align-items: center;
	font-size: 65px;
	padding: 120px 0px 100px 0px;
	text-align: center;
	gap: 38px;
	font-weight: bold;
	width: 60%;
	margin: 0 auto;
	letter-spacing: 1px;
}

.title small{
	font-size: 19px;
}

.title img{
    width: 64px;
    padding-bottom: 28px;
}

.menu-wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 100px 0;
}

.menu{
	font-size: 42px;
	font-weight: bold;
	width: 400px;
}

.dot{
	font-weight: bold;
	font-size: 29px;
}

.price{
	font-size: 67px;
	color: #df0000;
	font-weight: bold;
	width: 400px;
	text-align: right;
}

.price small{
	font-size: 44px;
	padding-left: 16px;
}







/*-------------------------
price-news
--------------------------*/


.price-news{
	border: solid 3px #df0000;
	width: 90%;
	margin: 0 auto;
	padding: 135px 20px 100px;
	display: flex;
	flex-direction: column;
	max-width: 1300px;
}

.price-news-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 67px;
	font-weight: bold;
	margin: 0 auto;
	width: 96%;
	color: #df0000;
	border-bottom: solid 2px #df0000;
}

.price-news-title small{
	font-size: 26px;
	font-weight: 300;
	line-height: 46px;
	color: #000;
	padding: 85px 0 50px;
	width: 86%;
	text-align: center;
}

.price-news-text1{
	font-weight: bold;
	color: #df0000;
	font-size: 38px;
	text-align: center;
	padding-top: 54px;
}

.price-news-text2{
	background-color: #df0000;
	color: #fff;
	width: 95%;
	text-align: center;
	padding: 35px 0 30px;
	margin: 57px auto 30px;
	font-weight: bold;
	font-size: 35px;
	max-width: 1200px;
}

.pn-menu-wrap{
	display: flex;
	gap: 16px;
	margin: 49px 0;
	justify-content: center;
}

.pn-menu{
	font-size: 41px;
	font-weight: bold;
	width: 350px;
}

.pn-price{
	width: 227px;
	font-size: 47px;
}

.pn-arrow{
	padding: 0 4px;
	font-size: 38px;
}

.pn-price2{
	font-size: 79px;
	font-weight: bold;
	color: #df0000;
	width: 369px;
	text-align: right;
}

.pn-price2 small{
	font-size: 50px;
	padding-left: 13px;
}
