@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2020 Sketches of Design
     version 2020-12-26
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}
*/

/*  General Rules
--------------------------------------*/
body{
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Noto Sans', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
}
/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px;
  border: 1px solid #E0E0E0;
}
img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.8em;
  letter-spacing:0.06em;
  line-height: 1.7;
}
.image{
  margin:0;
  text-indent:0;
}
.copy{
  text-indent:0;
  text-align:center;
}
.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: 10px;
  bottom: 10px;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.svg") 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;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a{
  transition: .3s;
}
/*a:hover{
  opacity: 0.5;
}*/
a:link,
a:visited,
a:active{
  color: #663333;
  text-decoration: underline;
}
a:hover{
  color: #663333;
  text-decoration: none;
}
/* list */
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 dd:last-child{
  margin-bottom: 0 !important;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#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: #663333;
  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 */
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.5;
  /* \*/
  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: 1px solid #E0E0E0;
  padding: 15px;
  text-align: left;
}
table tr th{
  background: #FAF7F0;
}
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: left;
}
h1{
  font-size: 3.0rem;
  color: #fff;
  line-height: 100px;
  text-align: center;
}
h2{
  margin: 60px 0 20px 0;
  font-size: 2.2rem;
  color: #663333;
  letter-spacing: 0.15em;
}
h3{
  position: relative;
  margin: 60px 0 20px 0;
  padding: 0 0 0 20px;
  color: #1E1F1E;
  font-size: 1.9rem;
}
h3:before{
  position: absolute;
  content: "";
  background-color: #663333;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 50px; 
}
h4{
  margin: 0 0 10px 0;
  color: #663333;
  font-size: 1.6rem;
  font-weight: bold;
}
h5{
  font-weight: bold;
  color: #000;
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
em{
  color: #D14722;
  font-weight: bold;
  font-style: normal;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}
.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;
}
/*----- clearfix -----*/
/* for modern browsers: Firefox, Safari, Opera */
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for win IE7 ,mac IE */
.CFX{
  display: inline-table;
  min-height: 1%;
}
/* for win IE6 */
/* \*/
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */

/*----- FIR -----*/
.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 */
/*
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Light'\9;
  font-weight: 300;
}
.more a,
#hdmenu,
h1, h2, h3, h4, h5, h6{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Regular'\9;
  font-weight: 400;
}
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Medium'\9;
  font-weight: 500;
}
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Bold'\9;
  font-weight: 700;
}
*/
body#about-idx #lv02-01 dl,
#content .lead,
h1,h2,h3, .more a,
#content .navi li,
body#home #bookarea .title,
body#home .ban-tw a,
#access-area ul,
#timeline,
#topicsarea .tag,
header{
  font-family: 'Hina Mincho', serif;
}


/*  Layout
////////////////////////////////////////// */
/* body */
body{
  background: #fff;
  text-align: center;
  color: #1E1F1E;
  word-wrap: break-word;
}
/* wrapper */
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
}

/*----- header -----*/
header{
  margin: 0;
  padding: 0 30px;
  width: 100%;
  letter-spacing: 0.1em;
}
header #b-logo{
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
  z-index: 200;
}
header #b-logo a{
  margin: 0;
  color: #380D0D;
  text-decoration: none;
}
header .tel-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 1.4rem;
  color: #663333;
  border-radius: 50px; 
  line-height: 1;
  width: auto;
}
header .tel-area p{
  display: inline;
  background: #f5efe1;
  line-height: 1;
}
header .tel-area .event{
  border-radius: 50px 0 0 50px; 
  padding: 5px 10px;
}
header .tel-area .tel{
  border-radius: 0 50px 50px 0; 
  padding: 5px 10px 5px 0;
}
header .tel-area .tel span{
  padding: 0 0 0 10px;
  border-left: 1px solid #E0D6D6;
}
header .tel-area em{
  color: #d14722;
  font-style: normal;
}

/* hdmenu */
#hdmenu{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
  width: 100%;
}
#hdmenu a{
  position: relative;
  text-decoration: none;
  color: #380D0D;
}
/*#hdmenu .active,*/
#hdmenu a:hover{
  color: #D14722;
}
#hdmenu ul .active:before,
#hdmenu ul a:before{
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background: #D14722;
  width: 0;
  height: 1px;
  transition: .3s;
}
#hdmenu ul .active:before,
#hdmenu ul a:hover:before{
  width: 100%;
}
#hdmenu img{
  margin: 0;
  vertical-align: bottom;
}
#hdmenu .access img,
#hdmenu .mail img{
  margin: 0 5px 0 0;
}
nav ul,
nav ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
nav{
  padding: 15px 0;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
nav ul li{
  margin: 0 0 0 30px;
  transition: transform .3s;
}
nav ul .tw,
nav ul .fb{
  margin: 0 0 0 15px;
}
nav ul li a {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
nav .access img{
  width: 14px;
  height: 20px;
}
nav .fb img,
nav .mail img{
  width: 20px;
  height: 20px;
}
nav .cart img{
  width: 23px;
  height: 20px;
}
nav .tw img{
  width: 20px;
  height: 16px;
}
#hdmenu.fixed {
    margin-top: 0;
    top: 0;
    right: 0;
    position: fixed;
   /* height: 54px;*/
    background: rgba(255,255,255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#hdmenu.fixed nav ul{
  margin: auto;
}
#hdmenu.fixed nav ul li{
  font-size: 1.4rem;
}
#hdmenu.fixed  #b-logo{
  margin: 0 0 0 20px;
}
/*#hdmenu .active:before{
  bottom: -8px;
}*/
#hdmenu.fixed .tel-area{
  display: none;
}
#hdmenu.fixed nav{
  padding: 14px 20px;
}

/*----- content -----*/
#content{
  margin: 0 auto;
  padding: 0;
}
#content section{
  margin: 0 auto;
  max-width: 1000px;
}
main section .inner{
  margin: auto;
  max-width: 1000px;
}
.page404 .inner{
  margin: 60px auto;
}
.page404 h2{
  font-size: 4.0rem;
}
#main-pic{
  margin: 0 30px;
  background: url("../img/p-main-pic.jpg") no-repeat scroll center center;
  background-size: cover;
}
/**/
.morearea{
  text-align: center;
}
.more{
  position: relative;
  display: inline-block;
  margin: 30px auto !important;
  background: #663333;
  z-index: 200;
  overflow: hidden;
  border-radius: 50px; 
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  width: auto !important;
}
.more a {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding: 5px 30px 10px 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #D14722;
  transition: all 300ms linear;
}
.more a:hover:before {
  left: 0;
}
.more span{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
.more span::before{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**/
.effect-fade{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/**/
br.sp{
  display: none;
}

/* diagram */
.diagram .sp,
.diagram .FIR,
.diagram span{
  display: none;
}
.diagram .image{
  margin: 0 !important;
}
.diagram{
  text-align: center;
}

/* access / map */
#access-area{
  padding: 40px 0;
  background: #380D0D;
}
#access-area .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#access-area h2{
  margin: 0 auto 10px auto;
  color: #fff;
  max-width: 1000px;
}
#access-area ul,
#access-area ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
#access-area ul li,
#access-area ul li a{
  color: #fff;
}
#access-area ul .title{
  margin: 0 0 15px 0;
  font-size: 2.2rem;
}
#access-area .tel-box,
#access-area ul .navi,
#access-area ul .link{
  font-size: 1.4rem;
}
#access-area .pic{
  width: 150px;
}
#access-area .pic img{
  margin: 0;
}
#access-area .address-box{
  width: calc(100% - 170px - 33.33% - 10px) ;
}
#access-area ul .link{
  margin: 15px 0 0 0;
}
#access-area ul .link a{
  position: relative;
  padding: 0 0 0 14px;
}
#access-area ul .link a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#access-area .tel-box{
  background: #fff;
}
#access-area .tel-box li{
  color: #663333;
}
#access-area .tel-box{
  text-align: center;
  width: calc(33.33% - 10px) ;
  padding: 20px;
}
#access-area .tel-box .event{
  margin: 0 0 5px 0;
  border-bottom: 1px solid #E0D6D6;
  padding: 0 0 5px 0;
}
#access-area .tel-box .tel em{
  margin: 0 0 0 10px;
  color: #D14722;
  font-style: normal;
}
#map-canvas{
  width: 100%;
  height: 400px;
}
/**/
#content .navi{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0 0;
}
#content .navi li{
  margin: 0 15px;
  padding: 0;
}
#content .navi li::before{
  display: none;
}
#content .navi li a{
  position: relative;
  padding: 0 18px 0 0;
  color: #663333;
  text-decoration: none;
}
#content .navi li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: translateX(-50%) rotate(135deg);
}


/*----- footer -----*/
footer{
  margin: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
footer .copy{
  margin: 0;
  font-size: 1.2rem;
  color: #666;
  line-height: 50px;
}
#timeline{
  position: fixed;
  bottom: 0;
  right: 60px;
  width: 340px;
  z-index: 1000;
}
#timeline .switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #1C93E4;
  padding: 0 10px;
  color: #fff;
  border-radius: 8px 8px 0 0; 
  cursor:pointer;
  letter-spacing: 0.1em;
}
#timeline .switch .close{
  position: relative;
  padding: 3px 17px 3px 10px;
  font-size: 1.3rem;
  border-left: 1px solid #60B3EC;
}
#timeline .switch .close span{
  transition: .3s;
}
#timeline .switch .close .normal{
  display: none;
}
#timeline .switch.active .close .normal{
  display: block;
}
#timeline .switch.active .close .active{
  display: none;
}
#timeline .switch .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}
#timeline .switch.active .close::before{
  top: 0;
  right: 0;
  bottom: 1px;
  transform: translateX(-50%) rotate(135deg);
}
#timeline .toggle{
  bottom: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #1C93E4;
}






/*  home
////////////////////////////////////////// */
body#home #main-pic{
  position: relative;
  background: url("../img/p-home-main-pic.jpg") no-repeat scroll center center;
  background-size: cover;
  padding: 0;
  z-index: 1;
  height: 260px;
}
body#home #main-pic h1{
  position: absolute;
  bottom: 0;
  padding: 40px 0 25px 0;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.3;
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: auto;
  text-align: center;
}
body#home #main-pic h1 span{
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
body#home .ban-tw{
  display: none;
}

/* topicsarea */
#topicsarea .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#topicsarea a{
  text-decoration: none;
}
#topicsarea h2 a{
  font-size: 1.4rem;
  margin: 0 0 0 10px;
  padding: 2px 15px;
  background: #663333;
  border-radius: 50px;
  color: #fff;
}
#topicsarea article{
  position: relative;
  margin: 0 0 20px 0;
  border: 1px solid #E0E0E0;
  width: calc(50% - 10px) ;
}
#topicsarea .nolink,
#topicsarea article a{
  padding: 20px 20px 160px 20px;
}
#topicsarea article a:hover{
  background: #F5EFE1;
}
#topicsarea article a{
  display: block;
}
#topicsarea ul,
#topicsarea ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
#topicsarea li::before{
  display: none;
}
#topicsarea ul{
  display: flex;
  flex-wrap: wrap;
}
#topicsarea ul,
#topicsarea p{
  margin: 0 0 10px 0;
}
.tagarea{
  line-height: 1.5;
}
#topicsarea .tag{
  display: inline-block;
  padding: 0 15px 0 15px;
  border-radius: 50px;
  background: #fff;
  color: #D14722;
  border: 1px solid #D14722;
  text-align: center;
  font-size: 1.3rem;
}
#topicsarea .event .tag{
  color: #52A345;
  border: 1px solid #52A345;
}
#topicsarea .updatedate{
  margin: 0 0 0 10px;
  color: #999;
  font-size: 1.4rem;
}
#topicsarea .event h3{
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #52A345;
  font-size: 1.6rem;
  font-family: 'メイリオ';
}
#topicsarea .event h3::before,
#topicsarea .event h3::after{
  position: absolute;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#topicsarea .event h3::before{
  top: 0.25em;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #52A345;
}
#topicsarea .event h3::after{
  top: 10px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topicsarea .datearea{
  font-weight: bold;
}
#topicsarea .datearea li{
	background-size: 20px 20px !important;
	-webkit-background-size: 20px 20px !important;
	-moz-background-size: 20px 20px !important;
	-ms-background-size: 20px 20px !important;
	-o-background-size: 20px 20px !important;
  padding: 2px 0 0 25px;
}
#topicsarea .date{
  margin: 0 15px 0 0;
  background: url("../img/nav-topicsarea-date.svg") no-repeat scroll 0 center;
}
#topicsarea .time{
  background: url("../img/nav-topicsarea-time.svg") no-repeat scroll 0 center;
}
#topicsarea .pic{
  position: absolute;
  margin: 0;
  bottom: 20px;
}
#topicsarea .pic img {
  margin: 0;
  width: 100%;
  height: 140px;
  object-fit: cover;
}
#topicsarea p a{
  display: inline;
  text-decoration: underline;
  padding: 0;
}
#topicsarea p a:hover{
  background: none;
  text-decoration: none;
}

/* bookarea */
body#home #bookarea{
  margin: 0 auto 60px auto;
}
body#home #bookarea .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#home #bookarea article{
  border: 1px solid #E0E0E0;
  width: calc(33.33% - 10px) ;
}
body#home #bookarea article a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  color: #303130;
  font-size: 1.4rem;
}
body#home #bookarea article a:hover{
  background: #F5EFE1;
}
body#home #bookarea ul,
body#home #bookarea li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
body#home #bookarea ul{
  width: calc(100% - 95px) ;
}
body#home #bookarea li{
  font-weight: bold;
}
body#home #bookarea li span{
  color: #666766;
  font-weight: normal;
}
body#home #bookarea .morearea span::before,
body#home #bookarea li::before{
  display: none;
}
body#home #bookarea .title{
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  color: #663333;
}
body#home #bookarea .title::before,
body#home #bookarea .title::after{
  position: absolute;
  display: block;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
body#home #bookarea .title::before{
  top: 0.3em;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #663333;
}
body#home #bookarea .title::after{
  top: 11px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body#home #bookarea .pic{
  margin: 0 0 10px 0;
  width: 80px;
} 
body#home #bookarea .pic img{
  margin: 0;
  width: 80px;
  height: 110px;
  object-fit: cover;
}
body#home #bookarea .text{
  width: 100%;
}
body#home #bookarea p{
  line-height: 1.6;
}
body#home #bookarea article p{
  margin: 0;
}
body#home #bookarea .morearea span{
  background: url("../img/nav_external.svg") no-repeat scroll right center;
	background-size: 11px 9px !important;
	-webkit-background-size: 11px 9px !important;
	-moz-background-size: 11px 9px !important;
	-ms-background-size: 11px 9px !important;
	-o-background-size: 11px 9px !important;
  padding: 0 20px 0 0;
}


/*  about
////////////////////////////////////////// */
body#about-idx #lv02-01 .pic img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body#about-idx #lv02-01 dl{
  line-height: 1.5;
}
body#about-idx #lv02-01 dt{
  font-weight: normal;
}
body#about-idx #lv02-01 dd{
  margin: -1.5em 0 8px 0;
  padding: 0 0 0 5em;
}
body#about-idx #lv02-01 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#about-idx #lv02-01 .pic,
body#about-idx #lv02-01 .text{
  width: calc(50% - 20px) ;
}
body#about-idx #lv02-02 .link{
  text-align: right;
}
body#about-idx #lv02-02 .link a{
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1.4rem;
}
body#about-idx #lv02-02 .link a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #663333;
  border-right: 1px solid #663333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**/
body#about-idx #lv02-05{
  margin-bottom: 60px;
}
body#about-idx #lv02-05 .inner,
body#about-idx #lv02-05 .box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#about-idx #lv02-05 .inner div{
  width: calc(33.33% - 20px) ;
}
body#about-idx #lv02-05 .inner h3{
  margin: 0 0 10px 0;
}
body#about-idx #lv02-05 .inner ul{
  color: #666;
}
body#about-idx #lv02-05 .box{
  margin: 30px 0 0 0 !important;
}
body#about-idx #lv02-05 .box ul,
body#about-idx #lv02-05 .box ul li{
  margin: 0;
}
body#about-idx #lv02-05 .box ul li{
  width: calc(50% - 10px) ;
}
body#about-idx #lv02-05 .box ul li p{
  font-size: 1.5rem;
}
body#about-idx #lv02-05 .box ul li .morearea{
  text-align: right;
}
body#about-idx #lv02-05 .box ul li .more{
  margin: 0 !important;
  background: #F8F4EA;
}
body#about-idx #lv02-05 .box ul li .more a{
  color: #663333;
  padding: 5px 30px 5px 30px;
}
body#about-idx #lv02-05 .box ul li .more a:hover{
  color: #fff;
}
#content .accordion-area,
#content .accordion-area li{
  margin: 0;
  padding: 0;
}
.accordion-area li::before{
  display: none;
}
#content .accordion-area li{
  margin: 0 0 10px 0;
}
.accordion-area .title {
  position: relative;
  cursor: pointer;
  margin: 0;
  background: #F8F4EA;
  padding: 10px;
}
.accordion-area .title::before,
.accordion-area .title::after{
  position: absolute;
  content:'';
  left: auto;
  right: 15px;
  width: 15px;
  height: 2px;
  background-color: #663333;
  transition: .3s;
}
.accordion-area .title::before{
  top:48%;
  transform: rotate(0deg);
}
.accordion-area .title::after{    
  top:48%;
  transform: rotate(90deg);
}
.accordion-area .title.close::after{
  transform: rotate(0);
}
.accordion-area .box{
  display: none;
  border: none;
  margin: 10px 0 40px 0 !important;
  padding: 0;
}
.accordion-area .box table{
  font-size: 1.4rem;
}
.accordion-area .box table td,
.accordion-area .box table th{
  background: none;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.accordion-area .box table th{
  border-right: none;
  font-weight: normal;
}
.accordion-area .box table td{
  border-left: none;
  text-align: right;
  color: #D14722;
}
.accordion-area .box table tr:nth-child(odd){
  background: #fff;
}
.accordion-area .box table tr:nth-child(even){
  background: #FCFAF6;
}
body#about-idx #lv02-05 .lv03-04 table th{
  width: 15em;
}
body#about-idx #lv02-05 .lv03-04 table .year,
body#about-idx #lv02-05 .lv03-04 table .date{
  width: 7em;
}
body#about-idx #lv02-05 .lv03-04 table .text{
  color: #666;
}



/*  event
////////////////////////////////////////// */
body#event-idx #content{
  padding-bottom: 60px;
}


/*  pro
////////////////////////////////////////// */
body#pro-idx #content .more a{
  padding: 5px 30px 8px 30px;
}
body#pro-idx #content #lead-area{
  padding: 60px 0 0 0;
}
body#pro-idx #content .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#pro-idx #content .inner .images img{
  max-width: 100%;
  height: auto;
  width /***/:100%;
}
body#pro-idx #content .inner .images{
  width: 200px;
}
body#pro-idx #content .inner .text{
  width: calc(100% - 230px) ;
}
body#pro-idx #content .text ul{
  margin: 0 0 20px 0;
  font-weight: bold;
}
body#pro-idx #content .text li{
  margin: 0 0 5px 0;
}
body#pro-idx #content .text .money{
  color: #D14722;
}
body#pro-idx #content .text .money span{
  color: #777;
  font-weight: normal;
  font-size: 85%;
}
body#pro-idx #content .text .morearea{
  text-align: right;
}
body#pro-idx #content section{
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #ccc;
}
body#pro-idx #content section h2{
  margin: 0 0 20px 0;
}
body#pro-idx #content section h3{
  margin: 30px 0 20px 0;
}
body#pro-idx #content #lv02-08 .box{
  padding: 20px;
}
body#pro-idx #content .picarea{
  justify-content: center;
}
body#pro-idx #content .picarea .images{
  width: auto;
  margin: 0 10px;
}
body#pro-idx #content #lv02-02 .picarea{
  justify-content: space-between;
}
body#pro-idx #content #lv02-02 .picarea .images{
  width: calc(33.3% - 10px) ;
  margin: 0;
}
body#pro-idx #content #lv02-02 table th,
body#pro-idx #content #lv02-03 table th{
  width: 10em;
}
