@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% 30%;
}
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:#555555;
}
#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;
}
/* header-table */
.header-table div.cell-1{
  width: 35%;
}
.header-table div.cell-2{
  width: 65%;
}
@media screen and (max-width:1180px){
.header-table div.cell-1{
	display:block;width:100%;text-align:center;
}
.header-table div.cell-2{
	display:none;
}
}
/* pc-nav */
#pc-nav{
  text-align: right;
  background-image: none;
  background-color: transparent;
}
.dropmenu li{
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  color: #333333;
  border-width: 0px;
  border-style: solid;
  border-color: #660000;
  background-image: none;
  background-color: transparent;
}
.dropmenu li:last-of-type{
  border-width: 0px;
}
.dropmenu li a{
  color: #333333;
}
.dropmenu li a:hover{
  color: #ffaaaa;
}
.dropmenu li p{
  font-size: 16px;
  font-weight: bold;
  text-shadow: 
    white 1px 1px 10px, white -1px 1px 10px,
    white 1px -1px 10px, white -1px -1px 10px;
  padding: 10px 16px;
}
.dropmenu li:hover{
  background-color: #ffeeee;
}
.dropmenu li ul{
  width: 100%;
}
.dropmenu li ul li{
  border-color: #660000;
  border-width: 1px 0px 0px 0px;
  background-image: none;
  background-color: #ffeeee;
}
.dropmenu li ul li:last-of-type{
  border-width: 1px 0px;
}
.dropmenu li ul li p{
  padding: 10px 20px;
  border-width: 1px 0px;
}
/* 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: #ff9999;
  content:"■";
  padding-right: 3px;
}
#slide-nav a{
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
#slide-nav a:hover{
  color: #ffcccc;
}
/* top-gazou-hako */
.top-gazou-hako{
  padding: 80px 15px;
}
/* 見出し */
.midashi1{
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.midashi2{
  font-size: 38px;
  color: #555555;
  font-weight: normal;
  padding: 25px 15px 0px 15px;
  margin: 0px;
  display: block;
  text-align: center;
  line-height: 1.4;
  background-color: transparent;
  text-shadow: 2px 2px 2px #e1e1e1;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ff9999;
  border-radius: 0px;
  background-image: none;
}
.midashi3{
  font-size: 28px;
  color: #ff6666;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ff9999;
  border-radius: 0px;
}
.midashi3::before{
  color: #ff6666;
  padding-right: 3px;
  content: "♪";
}
.midashi4{
  font-size: 18px;
  color: #ff6666;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  display: inline;
  text-align: left;
  line-height: 1.4;
  border-bottom: none;
}
.midashi5{
  font-size: 18px;
  font-weight: normal;
  color: #ff6666;
  text-align: left;
  display: inline;
}
.top-midashi{
  font-size: 55px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  text-shadow: 
    #ff9999 1px 1px 10px, #ff9999 -1px 1px 10px,
    #ff9999 1px -1px 10px, #ff9999 -1px -1px 10px;
}
#aside dl dd p a:hover{
  color: #ffcc00;
}
#page-top a{
  background-color: #ff6666;
}
#page-top a:hover{
  background-color: #ffcccc;
}
body{
  color: #333333;
  font-size: 17px;
}
.hako{
  margin: 0px auto 50px auto;
  background-color: rgba(255, 255, 255, 0.8);
}
#wrapper{
  padding-top: 50px;
}
.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;
}
/* ＝＝＝＝＝＝＝＝＝＝カスタムスマホ用＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width:1180px){
/* スマホ時のカスタムトップ画像の調整 */
.midashi1{
	font-size: 15px;
}
.midashi2{
	font-size:30px;text-align:left;
}
.midashi3{
	font-size:25px;text-align:left;
}
.midashi4{
	font-size:18px;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:50% 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: #ffcccc;
}
.dtable .cell-1{
  background-color: #fff4f4;
}
.dtable .cell-2{
  background-color: #ffffff;
}
.dropmenu li{
  color: #333333;
  border-color: #660000;
  background-color: transparent;
}
.dropmenu li a{
  color: #333333;
}
.dropmenu li a:hover{
  color: #333333;
  background-color: #ffeeee;
}
.dropmenu li ul li{
  background-color: #ffeeee;
}

/* slide-nav */
#slide-nav{
  border-left: 1px solid #333333;
}
#slide-nav li{
  border-bottom: 1px solid #333333;
}
#slide-nav li p::before{
  color: #edc6db;
}
#slide-nav a:hover{
  color: #ffcccc;
}
.midashi1{
  color: #333333;
}
.midashi2{
  color: #333333;
}
.midashi3{
  color: #dd95bc;
  border-color: #dd95bc;
}
.midashi3::before{
  color: #edc6db;
}
.midashi4{
  color: #e0a3c5;
  border-color: #e0a3c5;
}
.midashi5{
  color: #edc6db;
}
.top-midashi{
  text-shadow: 
    #edc6db 1px 1px 5px, #edc6db -1px 1px 5px,
    #edc6db 1px -1px 5px, #edc6db -1px -1px 5px;
}
#aside dl dd p a:hover{
  color: #ffaaaa;
}
#page-top a{
  background-color: #ff6666;
}
#page-top a:hover{
  background-color: #ffcccc;
}

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