h1{
    letter-spacing: 0.3em;
    font-size: 36px;
}

body{
    margin-right: auto;
    margin-left : auto;
}

/* header */

header {
	background-color: white;
}

.header-inner{
    width:1300px;
    display: table;
    margin:auto;
}

.header-wrap{
    display: table-cell;
    width:820px;
    padding-left: 50px;
}

.top-menu {
    display: table-cell;
    font-family: '', sans-serif;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 8px;
}

.top-menu-last {
    display: table-cell;
    font-family: '', sans-serif;
	padding-left: 7px;
}

.top-menu p{
    padding-right: 0;
    border-right: 2px #dfdfdf solid;
	padding-left: 7px;
}


.top-menu a{
    color: black;
}

.top-meun a:hover{
    color: #1076b4;
    border-bottom: 1px gray solid;
}

.top-menu-last a{
    color: black;
}

.top-meun-last a:hover{
    color: #1076b4;
    border-bottom: 1px gray solid;
}


/* main */

/* catchcopy */

.catchcopy {
    padding: 75px 0px 0px 0px;
    background-image: url(../img/top.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.sawarabi {
    font-family: 'Sawarabi Mincho', sans-serif;
}

.noto-sans{
    font-family: 'Sawarabi Mincho', sans-serif;
    padding-top: 40px;
}

.catch-inner{
    width:1300px;
    margin: auto;
    padding-left: 50px;
}


.catch-inner .catch-text{
    width:700px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.catch-img{
    overflow: hidden;
    margin-bottom: 50px;
}


.catch-inner2{
    width:100%;
    height: 200px;
    background-color:rgba(0,0,0,0.3);
/*    padding: 20px 60px 20px 20px;*/
    margin-top:100px;
    font-family: 'M PLUS 1p', sans-serif;
}


.catch-inner3{
    display: flex;
    width:1300px;
    margin:auto;
    padding-left: 50px;
    padding-top:20px;
}

.catch-inner3 .bottom-menu{
    width:200px;
    
}

.img-inner{
    margin:20px 20px 20px 0px;
    overflow: hidden;
}

.img-inner img{
    -webkit-transition: -webkit-transform 0.5s linear;
    -moz-transition: -moz-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.img-inner img:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* footer */


footer{
    padding: 10px 0px 20px 0px;
    background-color: #dfdfdf;
    font-family: 'M PLUS 1p', sans-serif;
}

.footer-inner{
    width:1300px;
    margin: auto;
    display: table;
}

.footer-wrap{
    display: table-cell;
    width:1130px;
    padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 0;
}

footer a{
    color:black;
	margin-top: 0;
}

footer a:hover{
    text-decoration: underline;
    color: black;
}

footer p a{
    padding-right: 10px;
    display: table-cell;
}


/* Youtube動画再生 */
.link-movie {
    cursor: pointer;
}
.movieModal {
    margin: 0;
    padding: 0;
    position: fixed;
    opacity: 0;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.movieModal.active {
    opacity: 1;
    z-index: 99999;
}
  
  
.movieModal-inner {
    width: 800px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.modal_close {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.modal_close > span{
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
}
  
.modal_close > span::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 3px;
    height: 30px;
    background: #fff;
    transform: rotate(-45deg);
}
.modal_close > span::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 3px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
}
  
.movieModal-inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
#modal-overlay {
    z-index: -9999;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}
.movieModal {
    z-index: -9999;
    opacity: 0
}
#modal-overlay.active,
.movieModal.active {
    z-index: 9999;
    opacity: 1;
}