@charset "utf-8";

a img{
	border-style:none; 
} 


/* リンク色 */

a:link{color:#333333; }

a:hover{color:#0000ff;}

a:active{color:#009900; text-decoration: underline;}


/* フォント関連 */

h1{width:850px;
margin:20px auto 20px auto;
padding: 0.8rem 0;
    background-image: linear-gradient(90deg, #f87b5e 0 15%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 7%;
    background-position: bottom;
    color: #323232;
    font-weight: bold;
    font-size: 1rem;
}


.hi-adjust{margin:70px 0 0 0;}

h2 {width:850px;
margin:20px auto 20px auto;
    position: relative;

    padding: 10px 0 20px 0;
    color: #000;
    background-color: #fbedcf;
    font-size: 0.9375rem;
    text-align: center;
}

h2:before {
    position: absolute;
    inset: -5px 5px 5px -5px;
    border: 2px solid #f89044;
    content: '';
}

h3{
	position: relative;
	padding-bottom: 20px;
	font-size:0.75rem;
	text-align:left;
	margin: 70px auto 0 auto;
	color:#565353;
	font-weight: normal;
}

h4{
  font-size : 16px;
 font-weight : bold; line-height : 140%;  color: #333232;  padding: 19px 0px 7px 23px; 
}

p{
  font-size : 0.71875rem; color:#000;
 font-weight : normal; line-height : 200%; 
 padding: 5px 20px 10px 20px;
 margin: 0 0 15px 0; letter-spacing: 0.05em; 
}

p.sz{padding:10px 30px 30px 30px;}

span.bl-c{
	color: #0000ff;
}

span.red-c{ color: #ff0000;}

span.red-d{ color: #bb2806;}

span.gl-c{ color: #027e02;}


span.black{ color: #000000; font-weight: normal;}


span.or-g{font-size : 1.6rem; color: #f87003; font-weight: bold; }

/* img角丸 */
.img-rd{border-radius: 20px;}

img.line3{
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 0px 0 20px 0px;
}

img.wdtyo8{width:800px; height:auto;}

img.tyou7{width:730px; height:auto;}

img.wdtyo6{width:700px; height:auto;}

img.wdtyo4{width:540px; height:auto;}

/* 右寄せ */
.right-y{
 display: block;
	float: right;
	padding: 0px 0 10px 50px;
}



/* 左寄せ */
img.img-left{
	display: block;
	float: left;
	padding: 15px 10px 15px 0px;
}

img.img-left2{
	display: block;
	float: left;
	padding: 25px 10px 25px 0px;
	margin: 0 20px 0 190px;
}

img.img-left3{
	display: block;
	float: left;
	padding: 25px 10px 25px 0px;
}

span.bd3{font-weight: bold;}

a:link.alter{color:#E1E1DF; }

a:visited.alter{color:#E1E1DF; }

strong{color :#b6560f; font-weight : bold;}

/* スライド*/
	
 #slide_navi{
margin:0px 0 0 0;
background-image: none; position:relative;
}

.img_a {display:none;}

.mv-t{width:100%; height:380px;  	
  	background-size:auto 98vh;
	background-repeat: no-repeat;
	  z-index: 50;	
	  background-position:center bottom;    
}

.video-wrap {width:100%;
  position: fixed;
margin:0;
}

.vd-text{color:#ffffff; font-size:3.8rem; position:absolute;   z-index: 100;
top:50%; left:33%; text-align:center;}

@media screen and (max-width: 896px) { 
.vd-text{color:#ffffff; font-size:3.8rem; position:absolute;   z-index: 100;
top:50%; left:30%; text-align:center;}
}


.bg-video-wrap {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../../img/meal_vd_bk.jpg) no-repeat center center/cover;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;

  z-index: 2;
}


/* videoにposition:relative;を入れないと背景画像が表示されないが、入れるとコントロールボタンが効かなくなってしまう。 */


.video-btn {
    content: "";
    position: absolute;
    top:50;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}


.staybg{
width: 100%;
height: 800px;
background-image: url('../../img/pic_main_de.jpg');
background-repeat: no-repeat;
} 

/*トップ以外*/
.header2	{
background-image: none; position:relative;
    margin:0; padding:0; 
}

.ph-t2{width:100%; height:0px; /*固定メニューの一番下から*/ 	
  	background-size:cover;
	background-repeat: no-repeat;
	  z-index: 50; 	
}
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
.fac-frame{width:100%; margin:0px 0 0px 0; z-index:80; position:relative; padding:30px 0 0 0;}


.cm-frame-oth{width:100%; margin:200px 0 0 0;  padding:30px 0 30px 0;
 z-index:80; position:relative;
	background-color : #fdf7ef;
}


.header-flow/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_2023_2_w.png) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-flow:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(252,184,104,0.2); /*半透明のフィルターをかける*/
  }

.header-re21/* 2021結果*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_2023_3_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-re21:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(252,184,104,0.2); /*半透明のフィルターをかける*/
  }
  
.header-re22/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_2023_4_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-re22:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(252,184,104,0.2); /*半透明のフィルターをかける*/
  }
  
.header-ev/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_2023_5_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(252,184,104,0.2); /*半透明のフィルターをかける*/
  }


.header-ev2/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_2023_6_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(252,184,104,0.2); /*半透明のフィルターをかける*/
  }
  
.header-ev3/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_2023_7_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(252,184,104,0.2); /*半透明のフィルターをかける*/
  }

.header-ev4/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_2023_8_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev4:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(252,184,104,0.2); /*半透明のフィルターをかける*/
  }
  
.header-ev5/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_2023_9_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev5:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.1); /*半透明のフィルターをかける*/
  }


.header-ev6/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_10_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev6:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.1); /*半透明のフィルターをかける*/
  }
  
.header-ev7/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_11_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev7:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.1); /*半透明のフィルターをかける*/
  }

.header-ev8/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_12_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev8:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.1); /*半透明のフィルターをかける*/
  }
  
.header-ev9/* kyu*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_13_w.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:320px;
    height:320px;
    overflow: hidden;
}

.header-ev9:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.1); /*半透明のフィルターをかける*/
  }
  
.photo-s{
    width: 100%;
    height: auto; 
    position:relative;
    padding:0;
}

.photo-s img{
    width:100%;
    max-width: 100%;
    height: auto;
    max-height:550px;}

.photo-s span{
    position:absolute;
    color: #fff;
    font-size:1.125rem;
   top: 150px;
    left: 20%;
text-shadow:0 0 10px #2e6c04;

}
/* ここからkyu */
/*kyu動画下*/
.k-container{width:100%; margin:250px 0 0 0;  padding:30px 0 0px 0;
 z-index:80; position:relative;
	background-color : #fff;
}

.k-wrapper{background: rgba(255,255,255,1.0); padding:30px 0 70px 0;
 overflow: hidden;}/* kyu*/
 

.e-box{width:800px; margin: 20px auto;
border:2px solid #ccc;
padding:5px 10px;
border-radius: 2vh;}

a.btn_dl {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 350px;
	margin: 10px auto 20px auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #0c2cb8;
	background: #0c2cb8;
	color: #fff;
	border-radius: 100vh;
	font-size: 0.875rem;
	transition: 0.5s;
}
a.btn_dl:hover {
	color: #0c2cb8;
	background: #fff;
}

.wideadjust{width:650px; margin: 0 auto 20px auto;}


img.btn_l{width:300px; height:auto; float:left; display:block;}

img.btn_r{width:300px; height:auto; float:left; margin:0 0 0 20px; display:block;}

img.btn_c{width:600px; height:auto; margin:0 auto 0 auto; display:block;}

a.btn_dl2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	float:left;
	margin: 10px 40px 40px auto;
	padding: 0.7rem 1rem;
	font-weight: bold;
	border: 2px solid #0c2cb8;
	background: #0c2cb8;
	color: #fff;
	border-radius: 100vh;
	font-size: 0.8125rem;
	transition: 0.5s;
}
a.btn_dl2:hover {
	color: #0c2cb8;
	background: #fff;
}

.table_kitei {
 margin: 50px auto 30px auto;
  border-collapse: collapse;
  width: 700px;
border:1px solid #ccc;
}
.table_kitei tr {
  background-color: #fff;
  
}
.table_kitei tr:nth-child(odd) {
  background-color: #eef8fc;
}
.table_kitei th, .table_kitei td {
color: #000;
font-size: 0.71875rem;
line-height:170%;
  padding: 15px 20px;
}
.table_kitei th {
  font-weight: bold;
  text-align: center;
  border-right:1px solid #ccc;
  vertical-align: middle;
}

.table_kitei th.wd1{width:50px;}
.table_kitei th.wd2{width:200px;}
.table_kitei th.wd2a{width:160px;}
.table_kitei td.wd3{width:50px; border-right:1px solid #ccc; vertical-align: middle;}

.Qa-Box{
border:1px solid #ccc; margin:  0px 0 20px 0;}

/* Q&A */
p.question{
 background: url(../../img/que_1.png) no-repeat left center;
 height:42px; padding-top:13px; padding-left: 82px;color:#604209;
 size:1.5rem; font-weight:bold;
}

p.answer{
 background: url(../../img/que_2.png) no-repeat left center;
 height:48px; padding-top:13px; padding-left: 82px;
margin:0 0 15px 0;
}

/* 結果 */
.result-area {
    background-image: url(../../img/frame_no1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding:50px 20px 10px 250px;
}

.result-areaa2 {
    background-image: url(../../img/frame_no1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding:50px 20px 10px 200px;
}
.result-area2 {width:555px;
background:#fbedce;
margin:20px 0 0 20px;
padding:20px 20px 10px 240px;}


.result-area3 {width:595px;
background:#fef5d2;
margin:20px 0 0 20px;
padding:20px 20px 10px 200px;}

p.prize{margin:0 0 0 80px;
padding:0;
font-weight:bold;}

p.prize2{margin:0 0 0 10px;
padding:0;
font-weight:bold;}

p.prize3{margin:0 0 0 50px;
padding:0;
font-weight:bold;}

.v-movie-g{width:700px; margin: 0px auto 0px auto; text-align:center;}

.v-movie-g iframe{margin: 50px auto 0px auto;border:1px solid #706F6F;}


.v-movie-g2{width:680px; margin: 0px auto 0px auto; text-align:center;}

.v-movie-g2 iframe{margin: 10px auto 20px auto;border:1px solid #706F6F;}

.result-area2c {width;400px; height:200px;
    background-image: url(../../img/frame_no1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding:50px 20px 10px 100px;
}

p.prize2c{width:360px; 
margin:0 0 0 80px;
padding:0;
font-weight:normal;
}

.event-result{width:900px; margin:0 auto 50px auto;}

.prizeframe{margin:5px 0 0 0; 
width:450px; background:#fbedce;
padding:30px 20px 35px 20px; float: left;}


img.result-right{
width:350px; height:auto;
 display: block;
	float: right;
	padding: 5px 0 10px 20px;
}

img.result-left{
width:110px; height:auto;
 display: block;
	float: left;
	padding: 0px 0 10px 0px;
	margin: 0 10px 0 0;
}
img.img-right{
 display: block;
	float: right;
	padding: 5px 0 10px 20px;
}

.imgwd{width:260px; height:auto;}

p.eventphoto{width:250px; 
font-size: 0.6875rem;
margin:0 auto 20px auto;
padding:0 0 0 50px;
}

.commentframe{width:800px; margin:0 auto 30px auto;
border: 2px solid #ccc;
border-radius:10px;
padding: 10px 10px 10px 10px;}

.commenttext{width:520px; float:left;}
.commenttext2{width:540px; float:left;}
.commentpic{width:260px; float:left;}


p.eventphoto2{
font-size: 0.6875rem;
margin:0 auto 0px auto;
padding:0 0 0 10px;
}

p.orei{width:700px; margin:0 auto; font-size: 1rem; font-weight:bold; text-align:center; }


img.cenparts{/* kyu */
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 20px 0 10px 0px;
}
.wd-in7{width:650px; height:auto;}

.wd-in75{width:750px; height:auto;}

/*  トップ*/
/*動画下*/
.scroll-top{width:100%;   background-color: rgba(255,255,255,0.7); margin:38vh 0 0 0; height:150px;
 z-index:80; position:relative;
}

.cm-frame-top{width:100%; margin:60px 0 0 0; 
 z-index:80; position:relative;
}

.cm-top-frame{width:100%; margin:0 0 0px 0; z-index:80; position:relative; padding:100px 0 40px 0; background: #fff;}

.cm-top-frame img{width:900px; height: auto; margin: 0 auto; display: block;}

.cm-frame{width:100%; margin:0 0 0px 0; z-index:80; position:relative; padding:0px 0 0px 0; background-image:url(); background-repeat: repeat; overflow: hidden;}  /* ../../img/cmframe_bk.jpg*/

.tp-phrase{width:90%; margin:0 auto; padding:50px 0 20px 0;}

.tp-v{float:left;
width:60%;
margin:0 0px 0 7%;
padding: 20px 0 0 0;}

.tp-v img{width:80%; height:auto; display:block;}

.tp-i{float:left;
width:23%;
margin:0 auto 0 auto; padding:20px 0 0 0px;
}

.tp-25{width:60%;
margin:0 auto 0 auto;
padding: 20px 0 0 0;}


.tp-l{float:left;
width:50%;
margin:0 0px 0 0;}

.tp-l img.l1{float:left; margin:0 0px 0 5%; width:50%; height:auto;}
.tp-l img.l2{float:left; margin:130px 0px 0 20px; width:40%; height:auto;}

.tp-l img.l3{margin:30px 0px 0 10%; width:90%; height:auto; border-radius: 50%;}

.tp-c{
width:70%;
margin:0 auto; padding:0px 0 0 40px;
}

.tp-c img{margin:0 auto 0 28%; width:50%; height:auto;}

.tp-c p{width:700px; margin:0 auto; font-size: 0.75rem; line-height:200%; padding: 0 0 30px 0;}
.tp-c p.l2{padding:90px 0 0 0;}

.tp-k-bg-frame{width: 100%; }
.tp-k-frame{width:100%; margin:0 0 0px 0; z-index:80; position:relative; padding:70px 0 70px 0; background-image:url(../../img/top_bk2.jpg); background-size: 100% 550px; background-repeat: no-repeat; overflow: hidden;}

.tp-k-box{width:650px; height:300px;  margin:0 auto;padding: 30px 40px 30px 40px;
background: rgba(255,255,255,0.9); font-size: 0.75rem; line-height:200%;}
  
.top-frame2{width:100%; margin:0px 0 0px 0; z-index:80;  padding:10px 0 0 0;
background: rgba(255,255,255,1.0);
}

p.tomo1{width:680px; font-size: 0.75rem; margin:0 auto; padding:20px 0 0 20px;}

.merit-frame{width:90%; margin: 0 auto; padding: 0 0 80px 0;}
.merit-frame-box{width:30%; margin:0 20px 0 10px; float:left;}

.merit-frame-tok{background-color: #f57658; border-radius:10px;height:480px; padding: 0 5px 0 18px;}

.merit-frame-tok h3{color:#fff; font-size: 0.875rem;font-weight:bold; text-align:center; padding:15px 15px 15px 0;}
.merit-frame-tok img{display: block; margin:0 auto; width:70%; height:auto:}
.merit-frame-tok p{font-size: 0.75rem; color:#fff;}

.merit-frame2{width:60%; margin: 0 auto; padding: 0 0 80px 0;}
.merit-frame-box2{width:45%; margin:0 20px 0 10px; float:left;}

/* バナー */

.hai{height:470px; background-image : url();
	background-repeat: repeat;z-index:50px; position:relative;}
	
.fac-framet{width:1000px; margin:450px auto 0px auto; z-index:80; position:relative; padding:20px 0 50px 0; }

img.centre-b{
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 30px 0 0px 0px;
 width:480px; height:auto;
}

ul.btm-banner{
width:900px; margin: 50px auto; padding:0 0 30px 0;
}

ul.btm-banner li{width:300px; float:left;}

ul.btm-banner li img{width:85%; height:auto; margin: 0 auto;}
 
 .k-content{width:900px; margin: 0px auto; padding:25px 0 30px 0;
}

.bk-color{background-color: #f8eec9;}

img.concept_1{
width:300px; height:auto;
border-radius:50px 40px 50px 50px;
	display: block;
	float: right;
	padding: 5px 0px 25px 25px;
}

p.concept{font-size : 0.75rem;}

p.concept-r{text-align:right; }


ul.pp {list-style-type: square;
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
}

ul.pp li {font-size: 0.71875rem;
  line-height: 1.7; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

/* サイトマップ */
.s-map{
width:45%;
margin: 0 0 0 4%;
float:left;
}

.sitemap{
padding: 0 0 0 20px;}

.sitemap li {font-size: 0.71875rem;
  line-height: 1.5; /*文の行高*/
  padding: 0.4em 0; /*前後の文との余白*/
}
.sitemap li.linksyu{
font-size: 0.71875rem;
margin-top: 0px;
margin-left:0px;
margin-bottom: 0px;
float:left;
}

.sitemap li.linksyu p{
font-weight: normal;
font-size: 0.71875rem;
padding:0px 0;
color:#000;
margin:0;
}

.sitemap li.linksyu a{
color:#ec7913;
}

.sitemap li.linksyu ul{
margin: 5px 0 5px 2px;
line-height: 225%;
}

.sitemap li.linksyu ul li a{
color:#2505C5;
}

.sitemap li.linksyu ul li{
background: url(../../img/bottomarrow2.png) no-repeat;
color:#2505C5;
padding-right: 5px;
padding-left: 18px;
}

/* お問い合わせt */
iframe#mails {
text-align:center;
width: 680px; 
height:750px;
padding:0px 0 0 70px;
overflow-x : hidden ;
}

/* お問い合わせt */
#formWrap{
	width:650px;
	margin:20px auto 50px auto;
	color:#555;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto 30px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px dotted #6A6969;
	font-size:0.71875rem;
	padding:15px 10px;
	line-height:170%;
	color: #000;
}
table.formTable th{
	width:40%;
	font-size:0.71875rem;
	font-weight:normal;
	background:#fdfcea;
	text-align:left;
}

table.formTable th.op1{
	background:#F8FCD1;
}

table.formTable th.op2{
	background:#DBFECC;
}

.space-t{padding: 20px 0 0 0;}

p.sub_buttun{
text-align: center;
padding: 20px 0 10px 0;}

/* img中央揃え */

	
img.centre-s{
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 10px 0 0px 0px;
 width:100px; height:auto;
}
.wdin-adjust4{width:200px; height:auto;}

.v-movie-sho-frame{margin:30px auto 0 auto; width:650px; height:600px;}

.v-movie-sho{width:260px; height:500px; margin: 0px 30px 0px 30px; 

float:right;
border-left: 8px #000;
border-top: 8px #000;
border-bottom: 8px #000;
border-right: 1px #000;}

.v-movie-sho p{text-align:center;}

.v-movie-sho iframe{margin: 10px auto 0px auto;border:1px solid #706F6F; position: relative;}


.ns-main-r{ width:750px; height:236px; margin: 25px auto 30px auto;border:2px solid #ccc;
padding:0px 0x 0 0px; }

.ns-main-r-news{width:750px; height:220px; 
margin: 0 0px 0 auto;  }

.ns-main-r-news img.ne{width:100%; height:auto;}

iframe#pnews{width: 750px; 
height:180px; background:#fff;
margin:0px auto 19px auto;
padding:0px 0 0px 0px;
overflow-x : hidden ;}

/* topバナー*/
.swiper-container{position:relative;}


#doc{
  padding: 0px 0 10px 0;
	top:0; left:0;
	position:relative;
	width:100%;
	height: auto;
	z-index:1;
}



.slide-img {
    background-size: cover; 
    background-position: center center; //背景画像は中央を軸に表示させる
    height:auto;
    width:100%;
    margin: 0 auto;
}

.slide-img img{height:auto; width:100%; margin: 0 auto;}

.slide-text p {
      position: absolute;
      z-index: 10;
      font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
      font-size: 1.25rem;

      width: 100%;
      top: 48%;
      padding:0; margin:0;
      text-align: center;
      font-weight: bold;
}


.slide-text p.whi{color: #fff;
        text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0 -1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;}
              
.slide-text p.bla{color: #252424;      
text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0-1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;}



table.news {
	border-collapse: collapse;
	width:650px;
	margin: 10px auto 50px auto;

}

table.news th {
	background-color:#EDFDEC;
	text-align: left;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
	color: #514f4f;
}

table.news td {
	text-align: left;
	padding: 10px 3px 10px 10px;
	font-size: 0.71875em; color: #514f4f; line-height:220%; 
}

table.news td.theme{text-align:center; color:#cc6600; font-weight:bold; font-size: 0.75rem;}

table.news td.date{text-align:right;font-weight:bold; font-size: 0.6875rem;}

p.koen{width:780px; font-size: 0.75rem; margin:40px auto; padding:20px 0 0 20px;}


img.compe25{width:auto; height:60px; margin: 0 20px 0 20px; float:left;}

img.compe25-ko{width:auto; height:60px; margin: 0px 20px 0 40px; float:left;}

img.compe25-koen{width:auto; height:60px; margin: 10px 20px 0 40px; float:left;}

img.tyou25{width:auto; height:60px; margin: 10px auto 0 auto;display:block;}


/* ここまでkyu */