@charset "Shift_JIS";

html {
	font-family:osaka;
	font-size:18px;
	background-color:#fffafa;
}



/*header*/

.headImg_margin {
  margin-left:60px;
}
.headImg {
  height:60px;
  width:auto;
}
@media screen and (max-width:375px) {
header {
  background-color: black;
  display: flex;
  width:100%;
}
.headImg {
width:100%;
height:auto;
}
.headImg_margin {
  margin-left:60px;
}

}

/*IE*/
@media all and (-ms-high-contrast: none) {
  /* ????????? */
  .menu-wrap {
    display: none;
  }
}
/*IE*/

header {
  background-color: black;
  display: flex;
  height:60px;
}
/* CORE STYLES */
:root {
  --primary-color: black;
  --overlay-color: rgba(54, 54, 54, 0.85);
  --menu-speed: 0.75s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.container {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  padding: 0 3rem;
}


.btn {
  display: inline-block;
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
  transition: opacity 1s ease-in-out;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.7;
}

/* MENU STYLES */
.menu-wrap {
  position: relative;
  top: 0;
  left: 0;
	z-index: 2;

}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
	justify-content: center;
	overflow-y: scroll;/*????????????????????????*/
}

.menu-wrap .menu > div {
  background: var(--overlay-color);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.0rem;
  padding: 0.8rem;
}

.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}

/*header*/

/*responsive*/
body {
width:100%;
margin:0 auto;
}
#A {
height:61px;
background-color:black ;
width:100%;
}

@media screen and (min-width:769px) {
    /*???????769px???????????*/

.contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#B{
width:250px;
z-index: 0;
margin-top:5px;
margin-left: 3px;
}
#C {
flex: 1;
margin-left:10px;
margin-right:10px;
width: calc(100% - 280px);
min-height:500px;
height:auto;
background-color:#fffafa;
margin-top:5px;
}

}

@media screen and (max-width:768px) {
    /*???????768px???????????*/
 #B{
margin-left:2%;
margin-right:2%;
width:auto;
min-height:0px;
height:auto;
margin-top:5px;
margin-bottom:10px;
position: sticky;
  z-index: 0;

}
#C {
margin-left:2%;
margin-right:2%;
width:auto;
min-height:500px;
height:auto;
background-color:#fffafa;
margin-top:5px;
}
}

#D {
margin-top:0px;/*Change to "10px" when displaying content*/
width:100%;
height:22px;/*Change to "100px" when displaying content*/
background-color:black;
color:white;
}

@media screen and (max-width:768px) {
    /*???????768px???????????*/
.none768{
	display: none;
}
}
/*responsive*/

/*img style*/

[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
}


.img01 {
  display: block;
  display:inline-block;
  font-size:0px

}

.img02 {
	display:inline-block;
	display:block;
	font-size:0px;
  max-width: 100%;
  height: auto;
  background-color:#333333
}
.imgblock {
display:block;
line-height:0px
}



[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
}
.img-flex-8 img { width: calc( 100% / 8 ); }

.img03 {
	display:flex;
	width: calc(100%/8); }


.flex{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.flex > *{
  min-width: 8%;
  flex-basis: 25%;
  background: #fff;
  font-size: 64px;
  text-align: center;
}
.flex,
.flex > *{
  border: 3px solid #aaa;
}

/*img style*/


/*contents style*/

.max{
	width:100%;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.underline{
	text-decoration: underline;
}
.marginleft {
	margin-left:20px;
}
div.imgboxR {
	float: right;
	font-size: 90%;
	margin-left:5px;
}

div.imgboxL {
	float: left;
	font-size: 90%;
	margin-left:5px;
}

.clear {
	clear:both
}
figure.gazo-box {
padding-right: 20px;
text-align:center;
float:left;
}

.widthA {
	width:49.9%;
}

.imgfloatA {
	float:left;
}

.imgfloatR2 {
    width: 33%;               /* ���w�� */
    text-align: center;
    float:  left;   /* ��荞�ݎw�� */
    font-size : 16px;
	color : #696969;
}
.imgfloatR {
    width: 49%;               /* ���w�� */
    text-align: center;
    float:  left;   /* ��荞�ݎw�� */
    font-size : 16px;
	color : #696969;
}
.imgfloatL {
  width: 33%;               /* ���w�� */
  text-align: center;
  float:  right;   /* ��荞�ݎw�� */
  font-size : 16px;
color : #696969;
}
#imgbox_left{
width:auto;
float:left;
margin-right:5px;
position:relative;
text-align:center;
font-size : 16px;
}
#imgbox_right{
width:auto;
float:right;
margin-left:5px;
position:relative;
text-align:center;
font-size : 16px;
}

.imgbox_left{
width:auto;
float:left;
margin-right:5px;
position:relative;
text-align:center;
font-size : 16px;
}
.imgbox_right{
width:auto;
float:right;
margin-left:5px;
position:relative;
text-align:center;
font-size : 16px;
}

.img01 {
  display: block;
  display:inline-block;
  font-size:0px
}

.comment{
font-size : 16px;
color : #696969;
text-align:center
}

.comment span{
border-style: solid;
text-align : left;
}

.commentL{
  font-size : 16px;
  color : #696969;
  text-align:left
  }
  
  .commentL span{
  border-style: solid;
  text-align : left;
  }

.table1 {
    border-collapse: collapse;
    border: 2px solid #333;
}
.table1 td {
    border-collapse: collapse;
    border: 1px solid #333;
}
.table1 tr {
    border-collapse: collapse;
    border: 1px solid #333;
}

.table {
    border-collapse: collapse;
    border: 2px solid #333;
    align-items: center;
    width: 95%;
}
.table td {
    border-collapse: collapse;
    border: 1px solid #333;
}
.table tr {
    border-collapse: collapse;
    border: 1px solid #333;
}

.tablenone {
    align-items: center;
    border-spacing: 24px 2px ;
    border: 0px none ;

}

.marginleft {
	margin-left:20px;
}

.tategaki{
    background: white;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    width:100%;
		height:500px;
    overflow: auto;
}

.box_memoL {
		float:  left;
		width: 50%;
    font-size : 16px;
		color : black;
		border: solid 3px red
}
.box_memoR {
		float:  right;
		width: 50%;
    font-size : 16px;
		color : black;
		border: solid 3px red
}
.box_memo {
    font-size : 16px;
		color : black;
		border: solid 3px red
}

.box_memo2 {
    font-size : 16px;
		color : black;
    border: solid 3px rgb(129, 86, 5);
    background-color: #E6E6DA;
}

.box_memo3 {
    font-size : 16px;
		color : black;
    border: solid 3px black;
}

.field {
  border-collapse: collapse;
  border: 1px solid #333;
  }



/*Add new style*/
.text_blue {
	color:blue;
}



.annotation {
  color:#5E5AD7;
}

.bgFFFFFF{
background-color: #FFFFFF;
}

/*Add new style*/

  /*background-color*/
    .E6E6DA {
      background-color: #E6E6DA;
    }
    .FCFCE9 {
      background-color: #FCFCE9;
    }

    .F8FFF6 {
      background-color: #F8FFF6;
    }

    .ECE3FC {
      background-color: #ECE3FC;
    }
/*background-color*/


.wrap {
  overflow: hidden;
}

.wordwrap {
  word-wrap: break-word;
}
/*contents style*/




/*areamenu*/
.s_07 .accordion_one {
  width:100%;
  margin: 0 auto;
}
.s_07 .accordion_one a {
  color:rgb(136, 248, 88);
}
.s_07 .accordion_one .accordion_header {
  background-color: #808079 ;
  border-bottom: 1px solid #fff;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 11%;
  text-align:left;
  position: relative;
  z-index: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
  background-color: #999991;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #b3b3aa;
  color: black;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header {
  background-color: #ffb64a;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #ffce85;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_header {
  background-color: #4cacf9;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #85c9ff;
}
.s_07 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_07 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_07 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 16px;
  }
  .s_07 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/*areamenu*/

/*footer*/
.flexcontainer{
  display: none;/*Change to flex when displaying content*/
  justify-content: space-around;
  text-align:center;
  width: 90%;
}

.flexitem{
  height: 100px;
  text-align: left;
  margin-top:10px;
}

.item1{
}

.item2{
}

.item3{
}

.item4{
}
.item span {

}

.copyright {
  text-align: center;
  background-color: rgb(20, 20, 20);
  font-size: 16px;
  height:30px;
  padding-top:3px;
  margin-bottom:0px;
}
/*footer*/


/*page-top icon*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*page-top icon*/
