@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#attention {
	border: thick solid rgba(255,0,4,1.00);
	padding: 1em;
}
.inner {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
.boxpink   {
	width: auto;
	padding: 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 15px;
	background-color: #F10097;
	text-align: center;
}
.boxorange   {
	width: auto;
	padding: 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 15px;
	background-color: #FFA101;
	text-align: center;
}
.boxgold   {
	width: auto;
	padding: 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 15px;
	background-color: #B9A600;
	text-align: center;
}
.boxgreen   {
	width: auto;
	padding: 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 15px;
	background-color: #53C436;
	text-align: center;
}
#rainbow {
	background-image: url(../img/3711181_m.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	width: auto;
	height: auto;
}
#Gold {
	background-image: url(../img/GoldBG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: auto;
	height: auto;
}
#silver {
	background-image: url(../img/SIlverBG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: auto;
	height: auto;
}
.bigcenter {
	text-align: center;
	font-size: 1.5em;
	text-shadow: 3px 3px 3px rgba(250,208,3,0.78);
}
#marage {
    padding: 20px;
    border: thick solid #A5A202;
}
.jastify {
    text-align: justify;
}
.info-cover {
	background:#ffffef url("../img/midashi_bg_1.jpg") repeat top center;
	}
#spetial   {
    color: #333333;
    background-color: #FBFFDE;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: justify;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0px;
    width: 90%;
    height: 90%;
    left: 5%;
}
.bblue {
    font-weight: bold;
    color: #062CCE;
}
.bgreen {
    font-weight: bold;
    color: #156E03;
}
.bdarkred {
    font-weight: bold;
    color: #CE0606;
}
.line {
	border-top: thin solid #3BAD9C;
	border-bottom: thin solid #3BAD9C;
	top: 50px;
	bottom: 50px;
}
#m-inner {
	width: 65%;
	float: right;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 3%;
	margin-bottom: 10px;
	border-radius: 35px;        /* CSS3草案 */
	-webkit-border-radius: 35px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 35px;
}
.pagetop a {
	display: block;
	background-color: #FF9400;
	text-align: center;
	color: #222;
	text-decoration: none;
	padding: 7px;
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;   /* Firefox用 */
	opacity: 0.6;
}
 
.pagetop a:hover {
	display: block;
	background-color: #FF4F00;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;   /* Firefox用 */
	opacity: 0.3;
}
#massage {
	background-image: url(../Ac-img/Messagebg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #FFFFEE;
	padding-top: 120px;
	padding-left: 5%;
	padding-right: 20px;
	padding-bottom: 50px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#plof {
    background-color: rgba(255,254,236,1.00);
    padding: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.honbun, .honbun2 {
    width: auto;
	}

.honbun {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
#zindex {
	z-index: 1;
	position: relative;
}
#ap {
	z-index: -1;
	display: block;
	top: 55%;
	position: absolute;
}
h1 {
	z-index: 30;

}

.red {
	color: rgba(255,0,4,1.00);
	font-weight: bold;
}
.rednomal {
	color: rgba(255,0,4,1.00);
}
/*body {
	background-image: url(../preimg/opencontact.jpg);
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}*/

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("../img/BG.jpg") center no-repeat;
  background-position: center top;
  background-size: cover;
}

#wrapper {
	background-color: rgba(255,255,255,0.85);
	width: 80%;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 15px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	line-height: 220%;
	font-weight: 300;
	font-variant: normal;
	font-style: normal;
	font-size: 1.3em;
	font-family: kozuka-gothic-pro, sans-serif;
	color: #463233;
	margin-top: 50px;
}

footer {
	background-color: rgba(138,187,95,1.00);
	text-align: center;
	width: 100%;
}
.bgblue {
    width: 20%;
    background-color: rgba(0,144,227,1.00);
    color: #FFFFFF;
    border-radius: 10px;
}
.bgwhite   {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	font-weight: normal;
}
.AYGBK {background:#FF9;}
.AYGBK2 {
	background-color: #99FDFF;
}
.h2 {
	width: 100%;
	vertical-align: middle
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	color: #000000;
	line-height: 160%;
	background-image: url(../preimg/h2bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}
.micho{font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
.wf-sawarabimincho { font-family: 'Sawarabi Mincho', sans-serif; }
.big {
	font-size: 1.2em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	color: rgba(0,0,0,1.00);
}
.yellowbg {
	background-color: #F4FF00;
}
.bluebg {
	background-color: rgba(95,245,251,0.70);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#EK1 {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 10px rgba(152,151,151,0.80);
	box-shadow: 6px 6px 10px rgba(152,151,151,0.80);
	background-image: url(../Ac-img/boxbg.jpg);
	background-repeat: no-repeat;
	background-position: 0% bottom;
	background-size: 100% auto;
	background-color: #FFFFFF;
}
#EK2 {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 10px rgba(152,151,151,0.80);
	box-shadow: 6px 6px 10px rgba(152,151,151,0.80);
	background-image: url(../Ac-img/boxbg.jpg);
	background-repeat: no-repeat;
	background-position: 0% bottom;
	background-size: 100% auto;
	background-color: #FFFFFF;
}
#EK3 {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 10px rgba(152,151,151,0.80);
	box-shadow: 6px 6px 10px rgba(152,151,151,0.80);
	background-image: url(../Ac-img/boxbg.jpg);
	background-repeat: no-repeat;
	background-position: 0% bottom;
	background-size: 100% auto;
	background-color: #FFFFFF;
}
.boxyellow h4 {
	text-align: center;
	border-top: thin solid rgba(242,94,0,1.00);
	color: rgba(237,73,0,1.00);
}
.boxyellow {
	background-color: rgba(250,243,218,1.00);
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 70px;
	padding-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	font: 1.3em/200% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-box-shadow: inset 0px 0px 30px rgba(213,194,144,0.70);
	box-shadow: inset 0px 0px 30px rgba(213,194,144,0.70);
}
.greentitlle2 {
background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #08930f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#08930f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#08930f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#08930f',GradientType=0 ); /* IE6-9 */


	color: rgba(255,251,251,1.00);
	text-align: center;
	font: 1.4em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
.blackbar {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
}
.blackbar1 {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: rgba(0,112,9,1.00);
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
}
.blackbar2 {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: rgba(102,34,177,1.00);
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
}
.blackbar3 {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: rgba(226,123,33,1.00);
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
}
h3 {
    text-align: center;
    font-weight: 700;
    /* [disabled]font-variant: normal; */
    font-style: normal;
    font-family: dnp-shuei-shogomincho-std, sans-serif;
    margin-bottom: 0px;
}
#wrapper .h3box {
	color: #000000;
	text-shadow: 5px 5px 5px rgba(245,99,251,0.44);
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 180x;
	line-height: 200%;
}

.cstm_box {
	float: left;
	width: 100%;
	height: 500px;
	overflow: auto;
	background-position: 3px 18px;
	border: 2px #8fc3c7 solid;
	margin: 50px 0 10px 0;
	font-size: 16px;
	padding: 0;
	scrollbar-face-color: #ace3e3;
	scrollbar-track-color: #d8fafd;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #c1e3e6;
	scrollbar-3dlight-color: #e0ebec;
	scrollbar-darkshadow-color: #224649;
	background-image: url(../Ac-img/cnt_bg.jpg);
}

.cstm_b { 
   text-align:left;
   margin:0px 0 0 0;
}
.cstm_b dl { margin:10px 15px 0px 15px; }
.cstm_b dl dt { font-weight:bold; color:#399;

}
.cstm_b dl dd {
   margin:0 0 10px 0;
   padding:10px 0 10px 0;
   border-bottom:1px dotted #666;
 }
.emegreen {
    color: #008280;
    font-weight: bold;
}
.bigest {
	font-size: 40px;
}
.iframeborder {
	border: 10px rgba(193,185,168,1.00) solid; margin-top: 10px;
}
.bluelist {
	font-size: 1.3em;
	color: #008B85;
	line-height: 200%;
}
#list {
	background-image: url(../uniimg/listback.jpg);
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 1.1em;
}
#listinner   {
	background-color: rgba(255,255,255,0.80);
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 200%;
}
#list ul {
	list-style:none;
}
#list li{ 
background-image: url("../uniimg/checkred.png"); 
background-repeat: no-repeat;
background-position: left 8px;
line-height: 250%;
padding-left: 35px;
	}

.clear {
	clear: both;
}
.clear100 {
    clear: both;
    height: 100px;
}
#riyuu h4  {
    color: #292929;
    font: 1.15em/160% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
}
.f-right {
    clear: right;
    padding-left: 10px;
    float: right;
}
#wrapper #osusume {
    background-image: url(../img/osusumebg.jpg);
    padding: 30px;
    font-size: 1.1em;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 3px 7px #0081D4;
    box-shadow: 0px 3px 7px #0081D4;
    background-color: #FFFFFF;
}
#miyazaki {
	background-image: url(../img/peparBG.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 5%;
	-webkit-box-shadow: 0px 0px 10px rgba(174,174,174,0.87);
	box-shadow: 0px 0px 10px rgba(174,174,174,0.87);
}

@media screen and (max-width:480px){
	
.spimg img {
	width: 100%;
}
.spimg p a {
	font-size: small;
}
.boxyellow   {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	width: 90%;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: medium;
}
#wrapper #osusume {
    background-size: auto 100%;
    background-repeat: no-repeat;
}	
.clear100 {
    clear: both;
    height: 50px;
}
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
	.iframeborder {
	border: 0px none;
	margin-top: 0px;
}
.h2 h2 {
	font-size: medium;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 120%;
	height: 80px;
}
.bluebg {
	font-size: large;
}
#wrapper .h3box {    
   font-size: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}
#wrapper #osusume {
    background-image: url(../img/osusumebg.jpg);
    padding: 30px;
    font-size: 1.1em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-box-shadow: 0px 3px 7px #0081D4;
    box-shadow: 0px 3px 7px #0081D4;
}	
.bigest {
	font-size: 1.4em;
}
#EK1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#EK2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#EK3 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bluelist {font-size: 1.2em; color: darkblue;line-height: 200%;
}
}
