@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.jpg);
  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;
}
/* header-table */
.header-table div.cell-1{
  width: 40%;
}
.header-table div.cell-2{
  width: 60%;
}
@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 0px 0px 1px;
  border-style: solid;
  border-color: #660000;
  background-image: none;
  background-color: transparent;
}
.dropmenu li a{
  color: #333333;
}
.dropmenu li a:hover{
  color: #ffcc00;
}
.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: 5px 10px;
}
.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: bold;
  color: #333333;
}
.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: 25px;
  color: #555555;
  font-weight: bold;
  padding: 20px 15px;
  margin: 0px 0px 5px 0px;
  display: block;
  text-align: center;
  line-height: 1.4;
  background-color: #fafafa;
  text-shadow: 2px 2px 2px #e1e1e1;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: #ffffff;
  border-radius: 0px;
  background-image: url(midashi3.jpg);
}
.midashi4{
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  border-bottom: solid 3px #ffaaaa;
}
.midashi4::before{
  color: #ffaaaa;
  padding-right: 3px;
  content: "☆";
}
.midashi5{
  font-size: 18px;
  font-weight: bold;
  color: #660000;
  text-align: left;
  display: inline-block;
}
.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;
}
.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;
}
.hako{
  margin: 0px auto 40px auto;
}
#wrapper{
  padding-top: 40px;
}
/* ＝＝＝＝＝＝＝＝＝＝カスタムスマホ用＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width:1180px){
  /* スマホ時のカスタムトップ画像の調整 */
.midashi2{
  font-size:23px;
  text-align:left;
}
.midashi3{
  font-size:23px;
  text-align:left;
}
.midashi4{
  font-size:20px;
  text-align:left;
}
.midashi5{
  text-align:left;
}
.top-midashi{
  font-size:32px;
}
#top-gazou{
  background-position:50% 50%;
  background-attachment:scroll;
}
#top-gazou2{
  background-position:50% 50%;
  background-attachment: scroll;
}
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: #ff9999;
}
.dtable .cell-1{
  background-color: #fff4f4;
}
.dtable .cell-2{
  background-color: #ffffff;
}
.dropmenu li{
  color: #333333;
  border-color: #df7f8a;
  background-color: transparent;
}
.dropmenu li a{
  color: #333333;
}
.dropmenu li a:hover{
  color: #df7f8a;
  background-color: transparent;
}
.dropmenu li ul li{
  background-color: #df7f8a;
}
/* slide-nav */
#slide-nav{
  border-left: 1px solid #333333;
}
#slide-nav li{
  border-bottom: 1px solid #333333;
}
#slide-nav li p::before{
  color: #df7f8a;
}
#slide-nav a:hover{
  color: #eebbc1;
}
.midashi1{
  color: #333333;
}
.midashi2{
  color: #333333;
}
.midashi3{
  color: #555555;
  border-color: #eebbc1;
}
.midashi3::before{
  color: #eebbc1;
}
.midashi4{
  color: #df7f8a;
  border-color: #eebbc1;
}
.midashi4::before{
  color: #eebbc1;
}
.midashi5{
  color: #df7f8a;
}
.top-midashi{
  text-shadow: 
    #eebbc1 1px 1px 10px, #eebbc1 -1px 1px 10px,
    #eebbc1 1px -1px 10px, #eebbc1 -1px -1px 10px;
}
#aside dl dd p a:hover{
  color: #eebbc1;
}
#page-top a{
  background-color: #df7f8a;
}
#page-top a:hover{
  background-color: #eebbc1;
}
/* 
.top-midashi{
  text-shadow: none;
}
.dropmenu li p{
  text-shadow: none;
}
*/
