@charset "UTF-8";

/* カスタム */
/* same-1:ページ下部の部分 */

a:link{
  color: #ff6666;
}
a:visited{
  color: #ff6666;
}
a:hover{
  color: #ffaaaa;
}

/* 背景・色 */
#header{
  background-image: url(header-back.jpg);
}
#top-gazou{
  background-image: url(top-gazou-back.png);
  background-size: cover;
  background-position: 50% 100%;
}
#top-gazou2{
  background-image: url(top-gazou-back2.jpg);
  background-size: cover;
  background-position: 100% 50%;
}
body{
  background-image: url(body-back.jpg);
  background-position: 100% 0%;
}
#inner{
  background-image: url(inner-back.jpg);
  background-position: 100% 0%;
}
#aside dl dt{
  background-image: url(aside-back.jpg);
}
#footer{
  background-image: url(footer-back.jpg);
  background-attachment: fixed;
  background-position: 100% 0%;
}
#footer p a{
  color:#666666;
}
#footer p a:hover{
  color:#999999;
}
#top-nav-left,#top-nav-right{
  background-image: url(top-nav.jpg);
}
.dtable{
  border-color: #ffcccc;
}
.dtable .cell-1{
  background-color: #fff4f4;
}
.dtable .cell-2{
  background-color: #ffffff;
}
/* pc-nav */
#pc-nav{
  background-image: url(menu.jpg);
}
.dropmenu li{
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #660000;
}
.dropmenu li a{
  color: #333333;
}
.dropmenu li a:hover,
.dropmenu li ul li a p:hover{
  color: #ffcc00;
}
.dropmenu li p{
  font-size: 18px;
  font-weight: bold;
  text-shadow: 
    white 1px 1px 10px, white -1px 1px 10px,
    white 1px -1px 10px, white -1px -1px 10px;
  padding: 20px 47px;
}
.dropmenu li ul li p{
  padding: 20px;
}
/* top-nav */
#top-nav-left{
  border-right: solid 1px #ffffff;
}
/* slide-nav */
#slide-nav{
  border-left: 1px solid #330000;
}
#slide-nav li{
  border-bottom: 1px solid #330000;
}
#slide-nav li p{
  padding: 20px 5px;
}
#slide-nav li p::before{
  color: #ffcc00;
  content:"■";
  padding-right: 3px;
}
#slide-nav a{
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
#slide-nav a:hover{
  color: #ffcc00;
}
/* top-gazou-hako */
.top-gazou-hako{
  padding: 80px 15px;
}
/* 見出し */
.midashi1{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.midashi2{
  font-size: 23px;
  font-weight: bold;
  color: #333333;
  padding: 15px;
  margin: 0px 0px 25px 0px;
  display: block;
  text-align: center;
  border-radius: 20px;
}
.midashi3{
  font-size: 23px;
  color: #333333;
  padding: 15px;
  margin: 0px 0px 30px 0px;
  display: block;
  text-align: center;
  line-height: 1.4;
  background-image: url(midashi3.jpg);
  border-radius: 20px;
}
.midashi4{
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  border-bottom: solid 2px #ffaaaa;
}
.midashi4::before{
  color: #ffaaaa;
  padding-right: 3px;
  content: "♪";
}
.midashi5{
  font-size: 18px;
  font-weight: bold;
  color: #660000;
  text-align: left;
  display: inline;
}
.top-midashi{
  font-size: 55px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  text-shadow: 
    brown 1px 1px 10px, brown -1px 1px 10px,
    brown 1px -1px 10px, brown -1px -1px 10px;
}
#aside dl dd p a:hover{
  color: #ffcc00;
}
#page-top a{
  background-color: #660000;
}
#page-top a:hover{
  background-color: #ffcc00;
}
body{
  color: #333333;
  font-size: 17px;
}
.hako-big{
  padding-top: 50px;
}
.hako{
  padding: 5px 0px;
  margin: 0px auto 50px auto;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width:768px){
.hako-big{
  padding-top: 40px;
}
.hako{
  margin-bottom: 40px;
}
}
#wrapper{
  width: 100%;
  padding-top: 0px;
}
.haikei-video{
  position: relative;
  overflow: hidden;
}
.haikei-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.haikei-video .haikei-video-img,
.haikei-video .top-gazou-hako{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.comment-image{
  width: 250px;
  height: 250px;
  padding: 3px;
  vertical-align: bottom;
  box-sizing: border-box;
  object-fit: cover;
  font-family: 'object-fit: cover;'/* IE・Edgeでもobject-fitを使えるようにする。なお、この記述は}の直前にしないと他の命令が消える。 */
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body, table, input, textarea, select, option {
    font-family: "Montserrat Alternates", "BIZ UDGothic", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
/* ＝＝＝＝＝＝＝＝＝＝カスタムスマホ用＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width:1180px){
/* スマホ時のカスタムトップ画像の調整 */
.midashi1{
	font-size: 15px;
}
.midashi2{
	font-size:23px;text-align:left;
}
.midashi3{
	font-size:20px;text-align:left;
}
.midashi4{
	font-size:19px;text-align:left;
}
.midashi5{
	text-align:left;
}
.top-midashi{
	font-size:25px;
}
#top-gazou{
	background-position:50% 50%;background-attachment:scroll;
}
#top-gazou2{
	background-position:0% 50%;background-attachment: scroll;
}
.top-gazou-hako{
    padding: 40px 15px;
}
body{
	background-attachment:scroll;
}
#inner{
	background-attachment:scroll;
}
#footer{
	background-attachment:scroll;
}
}
/* ＝＝＝＝＝＝＝＝＝＝カスタムスマホ用ここまで＝＝＝＝＝＝＝＝＝＝ */

/* 色 */

#footer p a{
  color:#555555;
}
#footer p a:hover{
  color:#999999;
}
.dtable{
  border-color: #ffcc77;
}
.dtable .cell-1{
  background-color: #fffeba;
}
.dtable .cell-2{
  background-color: #ffffff;
}
.dropmenu li{
  color: #333333;
  border-color: #cc7700;
  background-color: transparent;
}
.dropmenu li a{
  color: #333333;
}
.dropmenu li a:hover{
  color: #ff9900;
  background-color: #transparent;
}
.dropmenu li ul li{
  background-color: #ffdba6;
}

/* slide-nav */
#slide-nav{
  border-left: 1px solid #333333;
}
#slide-nav li{
  border-bottom: 1px solid #333333;
}
#slide-nav li p::before{
  color: #ffcc00;
}
#slide-nav a:hover{
  color: #ffcc00;
}
.midashi1{
  color: #333333;
}
.midashi2{
  color: #333333;
}
.midashi3{
  color: #555555;
  border-color: #ffa973;
}
.midashi3::before{
  color: #ffa973;
}
.midashi4{
  color: #ff8840;
  border-color: #ffa973;
}
.midashi4::before{
  color: #ffa973;
}
.midashi5{
  color: #ff8888;
}
.top-midashi{
  text-shadow: 
    #ffaa55 1px 1px 5px, #ffaa55 -1px 1px 5px,
    #ffaa55 1px -1px 5px, #ffaa55 -1px -1px 5px;
}
#aside dl dd p a:hover{
  color: #ff6666;
}
#page-top a{
  background-color: #ffcc00;
}
#page-top a:hover{
  background-color: #ffaa00;
}

/* 
.top-midashi{
  text-shadow: none;
}
.dropmenu li p{
  text-shadow: none;
}
 */
