@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/* Basic Structure
-------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
}
h1,h2,h3,h4 {
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    color: #446984;
}
p {
    font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
    font-weight: normal;
}
a img{
    border:none;
}
a {
	text-decoration: none;
}
a:link {
	color: #444;
	/**color: #6552EB;**/
	text-decoration: none;
}
a:visited {
	color: #6552EB;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
ul, li, dd, dt, dl{
    font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table, th, td {
    font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
    font-weight: normal;
}
.reset{
	clear: both;
}
#pan{
    width: 800px;
    padding-top: 95px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}
#pan ul{
    display: flex;
    overflow: auto;
    /* overflow-x: hidden; */
}
#pan ul::-webkit-scrollbar {
    height: 5px;
}
#pan ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
; 
}
#pan ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
}
#pan ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
}
#pan ul:hover{
    overflow-x: auto;
}
#pan ul:hover::-webkit-scrollbar {
    height: 5px;
}
#pan ul:hover::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}
#pan ul:hover::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
}
#pan ul:hover::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.1);
}
#pan ul li{
    font-size: 12px;
    white-space: nowrap;
}

#pan ul li a{
    color: #446984;
}
#pan ul li a::after{
    content: "＞";
}

@media (max-width:768px) {
    #pan{
        width: 96%;
    }
    #pan ul::-webkit-scrollbar {
        height: 5px;
    }
    #pan ul::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.1);
    }
    #pan ul::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.3);
    }
    #pan ul::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.1);
    }
}


.container {
    /* padding-top: 95px; */
    margin-left: auto;
    margin-right: auto;
}
.inBox {
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}
.imgBox {
    text-align: center;
}
.imgBox img {
    max-width: 100%;
    height: auto;
}
.contentsBox{
	padding-left:5px;
	padding-right:5px;
	}
@media (max-width:1000px) {
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.container {
    /* padding-top: 75px; */
}
.inBox {
    width: 100%;
}
.contentsBox{
	padding-left:10px;
	padding-right:10px;
	}
}

/* header
-------------------------------------*/
#header {
    width: 100%;
    min-height: 95px;
    z-index: 200;
    background-color: rgba(255,255,255,0.9);
	position: fixed;
}
#header .inner {
    width: 1000px;
    margin: 0 auto;
}
#header .logo {
	padding-top: 20px;
    margin: 0;
	float: left;
}
#header .site-title #btn-menu {
	display: block;
	float: right;
	width: 121px;
	height: 95px;
	padding: 0;
	margin: 0;
}
.menu-btn {
	background:transparent url(/event_design/virtual/common/images/menu-open.png) no-repeat 0 0;
	display: block;
	width:100px;
	height: 80px;
	position: absolute;
	top:0px;
	right:0px;
	cursor: pointer;
	z-index: 1000;
}
.peke {
	background-position: -100px 0;
}
.drawr {
	display: none;
	background-color:#3fc1c9;
	opacity: 0.9;
	position: absolute;
	top: 0px;
	right:-20px;
	width:30%;
	padding:100px 20px 20px 20px;
	z-index: 900;
	overflow-y: scroll;
}
#menu {
	margin:0;
	height:100vh;
}
#menu li {

}
#menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 20px 20px 15px;
    border-bottom: 1px dotted #FFFFFF;
}
@media (max-width:768px) {
#header {
    min-height: 75px;
	width:100%;
}
#header .inner {
    width: 100%;
}
#header .logo {
    padding-top: 10px;
    padding-left: 10px;
}
.menu-btn {
	width:70px;
	height: 70px;
	background-size: 140px 55px;
}
.drawr {
	width: 100%;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}	
.peke {
	background-position: -70px 0;
}
#menu li a {
	font-size: 14px;
    /**padding: 5px 10px 5px 0px;**/
}
}

/* footer
-------------------------------------*/
footer {
	border-top: 3px solid #3fc1c9;
	padding-top: 40px;
}
/**footer .logo {
	float: left;
}
footer .footerlink {
	float: right;
	width: 460px;
}
footer .footerlink li {
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	float: left;
	width: 220px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
footer .footerlink li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
}
footer .footerlink li.arrow1 a {
	background-color: #d9f3f4;
	color: #3fc1c9;
}
footer .footerlink li.arrow2 a {
	background-color: #3fc1c9;
	color: #ffffff;
}
footer .footerlink li::before,footer .footerlink li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
footer .footerlink li::before {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
footer .footerlink li.arrow1::before {
	background-color: #3fc1c9;
}
footer .footerlink li.arrow2::before {
	background-color: #FFFFFF;
}
footer .footerlink li::after {
    right: 16px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footerlink li.arrow1::after {
    border-top: 4px solid #d9f3f4;
    border-right: 4px solid #d9f3f4;
}
footer .footerlink li.arrow2::after {
    border-top: 4px solid #3fc1c9;
    border-right: 4px solid #3fc1c9;
}**/
footer .inBox{
	margin:10px auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	max-width:1000px;
}
footer .bottom_L{
	width:48%;
}
footer .bottom_R{
	width: 48%;
	position:relative;
}
footer .bottom_R li:first-of-type{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
/**	align-items:flex-end;**/
}
footer .bottom_R li:first-of-type img{
	width: 100%;
	object-fit:contain;
	padding-top:30px;
	display:block;
	text-align:center;
}
footer .bottom_R li.sns{
	position:absolute;
	right:10px;top:10px;
    width: 40px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 10px;
    height: 40px;
    vertical-align: middle;
}
footer .bottom_R li.sns a {
    display: block;
    /**color: #FFFFFF!important;
	background:#000000;
	border-radius:50%;**/
	width:38px;
	height:38px;
	line-height:38px;
	margin:0;
	padding:0
}
footer .bottom_R li.sns a img{
	object-fit:contain;
	width:36px;
	height:36px;
}
/**footer .sns i {
    background-color: transparent;
    font-size: 20px;
    padding-top: 6px;
}/**
footer .sns li.instagram {
    /* font-size: 24px;
    padding-top: 4px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; */
 /**   display: none;
}**/
.copyright{
	text-align: center;
	background-color: #3fc1c9;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
}
#pageTop {
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 16px;
	z-index:10000;
}
#pageTop a {
    background: #3fc1c9;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
	line-height:50px;
    text-align: center;
    display: block;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
}
#pageBack {
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	position: fixed;
	bottom: 10px;
	left: 10px;
	font-size: 16px;
	z-index:10000;
}
#pageBack a {
    background: #3fc1c9;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
	line-height:50px;
    text-align: center;
    display: block;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
}
@media (max-width:768px) {
footer .bottom_R li:first-of-type img{
	width: 90%;
}
footer .bottom_R li.sns{
	position:absolute;
	right:0;top:-5px;
	}
}
@media (max-width:480px) {
footer .inBox{
	display:block;
}
footer .bottom_L{
	width:90%;
	margin:10px auto;
}
footer .bottom_R{
	width:90%;
	margin:5px auto 0;
	}
footer .bottom_R li.sns{
	position:absolute;
	right:0;top:0;
	}}
/**footer .footerlink {
	width: 80%;
}
footer .footerlink {
    width: 100%;
	padding-top:10px;
}
footer .footerlink a{
	margin:10px auto 0;
}

footer .footerlink li {
    width: 46%;
    font-size: 16px;
    margin-left: 2%;
    margin-right: 2%;
}**/

/* contents
-------------------------------------*/
.contentsBox {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
.contentsBox p {
    line-height: 1.75em;

}
.contentsBox h1 span{
	font-size:120%;
	font-weight:800;
	padding:0 5px;
}
@media (max-width:768px) {
.contentsBox {
width: 96%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

}
