/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**::before,
*::after {
box-sizing: border-box;
}*/
/*!.body {
  width: 1500px;
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6em;
  color: #303031;
  text-align: left;
  background-color: none;
}*/


/*pc用背景画像*/
body{
background-image: url("../Canvas.jpg");
}

/*@media (max-width: 768px){
body{
   background-image: url("../Canvas.jpg");
   background-size: 80% auto;
   background-position: left top;
   min-height:80vh;
  }
}*/
/*body {
  background-image: url("../Canvas.jpg");
  background-repeat: repeat;
}*/

div{
width: 500px;/*中央寄せ*/
margin: 0 auto;/*中央寄せ*/
}



.ham {
	position: fixed;
    top: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: rgba(47,47,47,0.9);
}
.ham_line {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 2px;
	background-color: #CCCCCC;
    transition: all 0.3s;
}
.ham_line1 {
	top: 10px;
}
.ham_line2 {
	top: 18px;
}
.ham_line3 {
	top: 26px;
}



/* 以下はすべて新規行で追加 */
.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 20px;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 20px;
}

.menu {
	position: fixed;
    top:60px;
    line-height: 2em;
    width: 200px;
	height: 400px;
	left: -400px;
	background-color: #383737;
	transition: all 0.3s;
}
.clicked .menu {
	left: 8px;
}

/* ▼キャプション付き画像全体を囲むボックスの装飾 */
figure {
    display: inline-block;   /* インラインブロック化 */
    margin: 0px 10px 0px 0px; /* 外側に余白を追加(※右に3px・下に7px) */
}
/* ▼画像に対する装飾 */
figure img {
float: left;
margin: 0px 10px 50px 0px; /* 下側にだけ3pxの余白を追加 */
}
/* ▼キャプションに対する装飾 */
figcaption {
    font-size: 12px;        /* 文字サイズを90%に */
    float: left;      /* 中身をセンタリング */
    margin-bottom: 30px;
}

/*!nav{
width: 1000px;
font-family: serif;
text-align: left;
margin: 0 auto;
}
nav ul{
margin: 0 ;
padding-top: 5px ;
background-color: none;
}
nav li{
list-style: none;
display: inline-block;
width: 9%;
min-width: 60px;
}*/

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  border-bottom: double 6px;
}

h5, h6{
border-bottom: dotted 1px;
    
}
/*!.title {
  position: absolute;
  top: 30%;
  left: 30%;
  -ms-transform: translate;
  -webkit-transform: translate;
  transform: translate;
  margin:0;
  padding:0;
}*/

p{
font-family: serif;
font-size: 12px;
line-height: 1.5em;
color: #6C6C6C;
margin-top: 10;
margin-bottom: 1rem;
height: 0 auto;
}

.headder{
margin: 0 auto;
}

img{
margin-top: 100px;
margin-left: 30px;
}

.plofile {
margin:80px;
}

/*!main{
    width: 1500px;
    text-align:left;
    margin: 0 auto;
}*/

.main{
width: 900px;/*メイン中央寄せ*/
margin: 0 auto;
}

.side_menu{
width: 350px;
height: auto;
float: left;
}

main1{
    color: #6C6C6C;
    float:left;
    width: 80vw;/* 画面幅に合わせる*/
    height: auto;
    background-color: #FFFCFC;
    max-width: 100%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    }

main2{
    color: #6C6C6C;
    width: 80vw;
    height: auto;
    float: left;
    max-width: 100%;
    background-color: #FFFCFC;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    margin-right: 20px;
    margin-bottom: 20px;
}


side {
    color: #6C6C6C;
    width: 80vw;
    background-color: #FFFCFC;
    max-width: 100%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    margin-left: 0;
    margin-right: 25px;
    margin-bottom: 20px;
    display: inline-block;
}

side_sub {
    color: #6C6C6C;
    width: 80vw;
    background-color: #FFFCFC;
    max-width: 100%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    display: inline-block;
}


    
    
/*{
    margin: 0 auto;
}*/
/*!.resizeimage {
   max-width: 800px; 
}
.resizeimage img 
{
    width: 100%; 
}*/
/*！dl {
  margin-top: 0;
  margin-bottom: 0;
}*/

li{
 float:left;
 width: 100px;
 list-style: none;
}
strong {
  font-weight: bolder;
}

small {
  font-size: 65%;
}

a {
  color: #8E8D8D;
  text-decoration: none;
  background-color: none;
  width: auto;
  }

a:hover {
  color: #B0AEAE;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop i {
  padding-top: 6px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 10px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  background-color: rgba(47,47,47,0.9);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align:  center;
  line-height: 75px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer{
    font-family: serif;
    font-size: 14px;
    color: #6C6C6C;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    display: block;
    }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
@media screen and (min-width: 599px){

    .ham{
    display:none;
}
}

@media screen and (max-width: 600px){
.global-navi{
display: none;
}
}

/*@media screen and (min-width: 599px){
.mainimg, .headder, .welcome {
width: 50%;
height: 50%;
}
}

@media screen and (max-width: 600px){
.mainimg, .headder, .welcome {
width: 100%;
height: 100%;
}
}*/



/*!@media screen and (min-width: 600px) {
    .wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
}
.wrapper nav ul li {
    display:block;
    padding: 20px 28px;
}
}
.wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
         
}*/
/*!.wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
.wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
.wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
.wrapper .btn-gnavi.open span {
    background: #fff
}
.wrapper .btn-gnavi.open span {
    width: 24px;
}*/
.wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
.wrapper .contents section:nth-child(odd) p {
    left: 10%
}
.wrapper .contents section:nth-child(even) p {
    right: 10%
}



.global-navi {
    background: rgba(47,47,47,0.9);
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
}
.wrapper nav ul li{
display:inline-block;
font-size: 16px;
padding:  30px 20px 25px 28px;
}

/*スマホ画面で例１のハンバーガーメニューの形にする*/
/*!@media screen and (max-width: 600px) {
.wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
}
.wrapper nav ul li {
    display:block;
    padding: 20px 28px;
}
 
 
.wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
}*/
 
/*!.wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}*/
 
/*!.wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
}
 
.wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
 
.wrapper .btn-gnavi span:nth-child(3) {
    top: 20px;
}
 
.wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
 
.wrapper .btn-gnavi.open span {
    background: #fff;
}
 
.wrapper .btn-gnavi.open span {
    width: 24px;
}
.wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666;
}
 
.wrapper .contents section:nth-child(odd) p {
    left: 10%;
}
 
.wrapper .contents section:nth-child(even) p {
    right: 10%;
}
}*/
/*！ハンバーガー*/



/*!@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }


@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }


.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }*/

.mini {
}
