@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
  height: 100%;
 }
body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
}
img{
  margin: 0;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
br{
  letter-spacing: 0;
}
#content p{
  margin-top: 0;
  margin-bottom: 1em;
  letter-spacing:0.06em;
  line-height: 1.8;
}
.image{
  margin:0;
  text-indent:0;
}
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.png") 0 0 no-repeat;
	background-size: 40px 40px !important;
	-webkit-background-size: 40px 40px !important;
	-moz-background-size: 40px 40px !important;
	-ms-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.png") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
a[href$=".pdf"]{   
  background: url("../img/nav-pdf.gif") no-repeat 100% 50%; 
  padding-right: 14px; 
} 
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
a{
  transition: .3s;
}
/*a:hover{
  opacity: 0.5;
}*/
a:link,
a:visited,
a:active{
  color: #663366;
  text-decoration: underline;
}
a:hover{
  color: #0000FF !important;
  text-decoration: none;
}
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin:0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
  font-size: 1.6rem;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ol li:last-child,
#content ul li:last-child{
  margin-bottom: 0;
}
#content ul li{
  position: relative;
  padding: 0 0 0 10px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #ff0000;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  margin: 0 auto !important;
  padding: 5px 0;
  width: 960px;
  font-size: 79%;
  list-style: none;
  border-bottom: none;
  text-align: left;
}
ol.bc li span.arrow{
  margin: 0 0 0 0.2em;
}
ol.bc li a{
  color: #4d4d4d;
}
ol.bc li{
  display: inline;
  color: #999;
  margin: 0;
  padding: 0;
}
ol.bc li.first{
  background: none;
  padding-left: 0;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
ol.bc span{
  margin: 0 0 0 5px;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
  display: inline;
}
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
  /* \*/
  width: 100%;
  /* */
}
table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
table tr{
  background: #fff;
}
table tr:nth-child(odd){
  background: #F7F7F7;
}
/*
table tr.odd{
  background: #F7F7F7;
}
table tr.even{
  background: #fff;
}*/
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #666 !important;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px dotted #e0e0e0;
  padding: 15px 0;
  text-align: left;
}
table tr th{
  color: #303130;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
table tr th p,
table tr td p{
  margin: 0 !important;
  padding: 0 !important;
}
table ul li{
  margin: 0 !important;
}
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
}
em{
  color: red;
  font-weight: bold;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.weak{
  font-size: 85%;
  _font-size: small;
}
#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
*:focus {
  outline: none;
}
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.CFX{
  display: inline-table;
  min-height: 1%;
}
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */
.FIR{
  text-indent: -10000px !important;
  overflow: hidden !important;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  Font
////////////////////////////////////////// */
html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */


body#gallery-idx .galleryarea h2,
header h1,
body.blog #mainarea section h2,
#content #info h2{
  font-family : YuMincho,'Yu Mincho',serif;
}
/*  Layout
////////////////////////////////////////// */
/* body */
body{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #c8c2c6;
  word-wrap: break-word;
  background: url("../img/bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}
/* wrapper */
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
}
header{
  position: fixed;
  margin: 0 auto;
  padding: 0;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  text-align: right;
}
header h1{
  writing-mode: vertical-rl;
  line-height: 1.1;
  display: inline-block;
}
header h1 a{
  color: #e60012 !important;
  letter-spacing: 0.5em;
  font-size: 5.0rem;
}
#content{
  margin: 0 auto;
  padding: 20px;
}
#content-inner{
  margin: auto;
  border: 1px solid #c8c2c6;
}
br.sp{
  display: none;
}

#content-inner{
  display: flex;
  flex-wrap: wrap;
/*  align-items: center;*/
}
#content #info{
  width: 320px;
  border-right: 1px solid #c8c2c6;
  padding: 10px;
}
#content #info h2{
  margin: 10px 0 20px 0;
  padding: 0;
}
#content #info h2 a{
  text-decoration: none;
}
#content #info h2 img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
#content #info .inner div{
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #c8c2c6;
}
#content #info li,
#content #info p{
  font-size: 1.5rem;
  font-weight: bold;
}
#content #info p:last-child{
  margin: 0;
}
#content #info p span {
  font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}
#content #mainarea{
  text-align: center;
  width: calc(100% - 320px) ;
}
.copy{
  width: 320px;
  border-top: 1px solid #c8c2c6;
  border-right: 1px solid #c8c2c6;
  padding: 10px;
  text-indent:0;
  text-align:left;
  margin: 0 !important;
  font-size: 0.8rem !important;
}



/*  home
////////////////////////////////////////// */
body#home #mainarea .inner{
  margin: 0 60px;
  height: 100%;
  background: url("../img/p-ymmzz-02.png") right 80px no-repeat;
	background-size: 268px 569px !important;
}
body#z-idx #mainarea .inner p,
body#home #mainarea .inner p{
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}
body#z-idx #mainarea .inner p img,
body#home #mainarea .inner p img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*  z
////////////////////////////////////////// */
body#z-idx #content{
  height: 100vh;
}
body#z-idx #mainarea .inner,
body#z-idx #content-inner{
  height: 100%;
}


/*  blog
////////////////////////////////////////// */

body.blog #mainarea h1{
  margin: 0 auto;
  max-width: 760px;
}
body.blog #mainarea h1 img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body.blog #mainarea .inner{
  margin: 0 auto;
  padding: 30px;
  max-width: 760px;
  background: #c8c2c6;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/*
body.blog #mainarea section{
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #1e1f1e;
}
body.blog #mainarea section h2,
body.blog #mainarea section p{
  color: #1e1f1e;
  text-align: left;
}
body.blog #mainarea section h2,
body.blog #mainarea section ul,
body.blog #mainarea section .date{
  font-weight: bold;
}
body.blog #mainarea section .date{
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
body.blog #mainarea section h2{
  margin: 10px 0;
  font-size: 2.2rem;
}
body.blog #mainarea section ul,
body.blog #mainarea section ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
body.blog #mainarea section ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body.blog #mainarea section ul li::before{
  display: none;
}
body.blog #mainarea section ul li{
  margin: 0 0 10px 10px;
}
body.blog #mainarea section p{
  line-height: 1.9;
  margin-bottom: 1.2em;
}
*/


/*  gallery
////////////////////////////////////////// */
body#gallery-idx ul,
body#gallery-idx ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
body#gallery-idx .galleryarea{
  margin: 0 auto;
  padding: 20px;
  max-width: 1000px;
}
body#gallery-idx .galleryarea h2{
  margin: 60px 0 10px 0;
  font-size: 2.0rem;
  text-align: left;
  font-weight: bold;
}
body#gallery-idx ul li::before{
  display: none;
}
body#gallery-idx .gallery{
  display: flex;
  flex-wrap: wrap;
}
body#gallery-idx .gallery a{
  width: 20%;
  height: 140px;
  padding: 1px;
}
body#gallery-idx .gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
