@charset "UTF-8";
/* CSS Document */
body {
	position: relative;
	font-feature-settings: "palt";
    background-color: #004098;
}
main {
  min-height: calc(100vh - 130px);
}
h1  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
}
h2  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 0.1em;
}
h3  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.1em;
}
h4  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0.125em;
}
h5  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
	line-height: 22px;
    letter-spacing: 0.125em;
}
h6  {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
	line-height: 23px;
    letter-spacing: 0.0em;
}

.blue {
    color: #196AC9;	
}
.white {
    color: #FFFFFF;	
}
.darkgray {
    color: #777777;	
}
.yellow {
    color: #fff100;	
}
.gray {
    color: #999999;	
}
.navy {
    color: #004098;	
}
.glassgreen {
    color: #8DC556;
}

.container_top	{
    background-image: url(../images/image_toppage.jpg);
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: 100dvh;
    display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.designarea {
	width: 700px;
	margin-top: 70px;
	margin-bottom: 70px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.designarea-l {
	width: 700px;
	margin-top: 70px;
	margin-bottom: 70px;
	display: flex;
	justify-content:center;
	align-items: left;
	flex-direction: column;
}
.designarea-t {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: row;
}
.tokusetsu {
	margin-top: 125px;
    height: 75px;	
}
.logo_top {
	width: 400px;	
	margin-top: 50px
}
.title_top {
    width: 700px;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 0.29em;
/* 	margin-top: 150px;　*/
	margin-top: 40px;
	text-align: center;
}
/* 
特設ページ
.title_top {
    width: 700px;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 0.29em;
	margin-top: 40px;
	text-align: center;
} */
.icon_scroll {
    width: 140px;
    height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-image: url(../images/icon_scroll_pc.svg);
	z-index: 888;
}
.bosyuchu {
    width: 140px;
    height: 57px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    background-image: url("../images/mark_kaiinbosyuchu.svg");
    z-index: 777;
    background-position: center 0%;
    background-size: cover;
}
.navi_group {
}
.menu {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    background-image: url(../images/mark_menuopen.svg);
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
}
.menu.is-active {
    background-image: url(../images/mark_menuclose.svg);
}
.navi_back {
    flex-direction: column;
	align-items: center;
    position: fixed;
    top: 0px;
    right: -350px;
    height: 100vh;
    width: 350px;
    background-color: #004098;
    mix-blend-mode: multiply;
	opacity: 0.9;
	z-index: 888;
}
.navi_back.is-active {
    right: -100px;
	transition: 0.5s;
}
.navi_text {
    width: 350px;
    height: 100vh;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: start;
    color: #FFFFFF;
    position: fixed;
    top: 0px;
    right: -350px;
    z-index: 888;
}
.navi_text a {
    font-size: 16px;
    text-decoration: none;
	width: 350px;
    height: 50px;
    color: #FFFFFF;
    line-height: 50px;
	padding-left: 20px;
}
.navi_text.is-active {
    right: -100px;
	transition: 0.5s;
}

.navi_text a:hover {
	background-color: #196AC9;
	padding-left: 30px;
	font-weight: 700;
	transition: 0.25s;
}
.top {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    background-image: url(../images/mark_top.svg);
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
}
.download {
    width: 100px;
    position: fixed;
    left: 15px;
    z-index: 998;
    top: 10px;
}
.notice {
    width: 100px;
    position: absolute;
    top: 120px;
    left: 15px;
    z-index: 999;
}
.nyukai {
    width: 100px;
    position: absolute;
    top: 230px;
    left: 15px;
    z-index: 999;
}
.container_blue-l	{
    background-color: #196AC9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/ill_motif_seigaiha-l.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 480px auto;
}
.container_blue-r	{
    background-color: #196AC9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/ill_motif_seigaiha-r.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 480px auto;
}
.container_white-l	{
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/ill_motif_tsutsuji-l.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 480px auto;
}
.container_white-r	{
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/ill_motif_tsutsuji-r.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 480px auto;
}
.container_navy-l	{
    background-color: #004098;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/ill_motif_imabari-l.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 480px auto;
}
.container_navy-l2	{
    background-color: #004098;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/ill_motif_imabari-l2.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 480px auto;
}
.container_navy-l_short	{
	min-height: calc(100dvh - 130px);
    background-color: #004098;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/ill_motif_imabari-l.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 480px auto;
}

.container_navy-r	{
    background-color: #004098;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/ill_motif_imabari-r.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 480px auto;
}
.container_darknavy	{
	background-color: #0c2d66;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.container_darkgray	{
	background-color: #555555;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.container_black	{
	background-color: #000000;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.title_intro {
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 0.29em;
	text-align: center
}
.title_intro-eng {
	font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: 0.2em;
	margin-top: 12.5px;
	margin-bottom: 20px;
	text-align: center
}
.bodycopy-j {
	text-align:justify; 
}
.bodycopy-l {
	text-align:left; 
	width:700px;
}
.bodycopy-c {
	text-align:center; 
}

.bodycopy-l2 {
	text-align:left; 
	width:345px;
	line-height: 22px;
    margin-bottom: 20px;
}
.bodycopy-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}
.bodycopy-margin2 {
    margin-top: 5px;
}
.bodycopy-margin3 {
    margin-top: 25px;
}
.bodycopy-margin4 {
    margin-top: 15px;
}
.title_page {
    width: 700px;
    line-height: 32px;
    -webkit-box-shadow: 0 0px;
    box-shadow: 0 0px;
}
.title_page-eng {
    width: 700px;
    line-height: 32px;
    font-size: 18px;
	margin-bottom: 15px;
}
.title-s_page {
	width: 700px;
    line-height: 26px;
}
.title-s_page-eng {
    width: 700px;
    line-height: 26px;
    font-size: 15px;
}
.title_center {
    text-align: center;	
}
.mvv-area {
	display: flex;
	justify-content:center;
	align-items: center;
}
.mvv-copyarea {
	 width: 345px;
}
.mvv-figarea {
	 width: 460px;
}
.mvv-set01 {
	width: 165px;	
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
.title-s_page-mi {
	width: 165px;
    line-height: 26px;
	text-align: center
}
.title-s_page-eng-mi {
    width: 167px;
    line-height: 26px;
    font-size: 15px;
	text-align: center
}
.mvv-set02 {
	width: 144px;	
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
.title-s_page-vi {
	width: 146px;
    line-height: 26px;
	text-align: center
}
.title-s_page-eng-vi {
    width: 144px;
    line-height: 26px;
    font-size: 15px;
	text-align: center
}
.mvv-set03 {
	width: 136px;	
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
.title-s_page-va {
	width: 136px;
    line-height: 26px;
	text-align: center
}
.title-s_page-eng-va {
    width: 136px;
    line-height: 26px;
    font-size: 15px;
	text-align: center
}

.three-column {
	width: 700px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.act-space {
    width: 167px;
    height: 167px;
    background-color: #FFFFFF;
    border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
}
.act-photospace01 {
    width: 142px;
    height: 100px;
	background-image: url(../images/p_konjakushashin.jpg);
    background-position: center center;
    background-size: cover;
}
.act-photospace02 {
    width: 142px;
    height: 100px;
	background-image: url(../images/p_digitalmujin.png);
    background-position: center center;
    background-size: cover;
}
.act-photospace03 {
    width: 142px;
    height: 100px;
	background-image: url(../images/p_thegameinimabari.png);
    background-position: center center;
    background-size: cover;
}
.act-photospace04 {
    width: 142px;
    height: 100px;
	background-image: url(../images/p_oldimabarimap.png);
    background-position: center center;
    background-size: cover;
}
.act-space_long {
    width: 700px;
    height: 30px;
    margin-top: 12px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: thin solid #FFFFFF;
}
.hyou_title {
    margin-top: 30px;
    width: 700px;
   	height: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-top: 1px solid #196AC9;
    border-bottom: 1px solid #196AC9;
    text-align: center;
    line-height: 30px;
}
.hyou_title-s {
    margin-top: 20px;
    width: 700px;
   	height: 20px;
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-top: 1px solid #196AC9;
    border-bottom: 1px solid #196AC9;
    text-align: center;
    line-height: 19px;
}
.column-space {
	width: 700px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.column-space1 {
	width: 700px;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}
.column-space2 {
    width: 700px;
	height: 350px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
	align-items: center;
    border: thin solid #FFFFFF;
}
.mem-space {
    width: 167px;
}
.mem-type {
    height: 40px;
    background-color: #004098;
	font-weight: 700;
    text-align: center;
    line-height: 40px;
}
.mem-condition {
	font-size: 14px;
    height: 25px;
    background-color: #196AC9;
	font-weight: 700;
    text-align: center;
    line-height: 25px;
	margin-top: 3px;
}
.cond-details {
    height: 45px;
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.01em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:justify; 
}
.fee {
	font-size: 14px;
    height: 25px;
    background-color: #196AC9;
	font-weight: 700;
    text-align: center;
    line-height: 25px;
	margin-top: 10px;
}
.fee-details {
    height: 110px;
	font-size: 16px;
    line-height: 60px;
	font-weight: 700;
    letter-spacing: 0.05em;
	padding-top: 60px;
	padding-bottom: 10px;
	text-align:center; 
}
.fee-details-2l {
    height: 110px;
	font-size: 16px;
    line-height: 25px;
	font-weight: 700;
    letter-spacing: 0.05em;
	padding-top: 65px;
	padding-bottom: 5px;
	text-align:center; 
}
.fee-details-2l-2 {
    height: 30px;
	font-size: 16px;
    line-height: 25px;
	font-weight: 700;
    letter-spacing: 0.05em;
	padding-top: 15px;
	padding-bottom: 135px;
	text-align:center; 
}
.fee-details-2l-3 {
    height: 15px;
	font-size: 16px;
    line-height: 25px;
	font-weight: 700;
    letter-spacing: 0.05em;
	padding-top: 45px;
	padding-bottom: 10px;
	text-align:center; 
}
.fee-details-2l-4 {
    height: 105px;
    font-size: 13.5px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: justify;
}
.others {
    height: 90px;
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.025em;
	text-align:justify; 
    border-top: 1px solid #196AC9;
    border-bottom: 1px solid #196AC9;
	padding-top: 10px;
	padding-bottom: 10px;
}
.others-2 {
    height: 108px;
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.025em;
	text-align:justify; 
    border-top: 1px solid #196AC9;
    border-bottom: 1px solid #196AC9;
	padding-top: 10px;
	padding-bottom: 10px;
}
.column_00 {
	width: 100px;
}
.column_01 {
	width: 48px;
	font-size: 13px;
    line-height: 18px;
	font-weight: 700;
	text-align: center; 
}
.col00_text {
    height: 20px;
	font-size: 11px;
    line-height: 19px;
	font-weight: 700;
	text-align: center; 
    color: #FFFFFF;
	background-color: #004098;
	margin-top: 2px;
}
.col01_text {
    height: 20px;
	font-size: 13px;
    line-height: 20px;
	font-weight: 300;
	text-align: center; 
	background-color: #efefef;
	margin-top: 2px;
}
.col01_text-s {
    height: 20px;
	font-size: 11px;
    line-height: 20px;
	font-weight: 700;
	text-align: center; 
	margin-top: 2px;
}
.bg001 {
	background-color: #196AC9;
}
.bg011 {
	background-color: #6791e4;
}
.kaihi-shito {
    height: 20px;
	font-size: 13.5px;
    line-height: 21px;
	font-weight: 700;
	margin-top: 25px;
    letter-spacing: 0.01em;
}

.button {
    width: 150px;
    height: 38px;
    background-color: #70859C;
    margin-top: 40px;
    text-align: center;
    line-height: 38px;
    font-weight: 700;
    border: 1.5px;
    border-color: #196AC9;
    margin-left: auto;
    margin-right: auto;
}
.text-link2 {
	color: #777777;
}

.kikan {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
	margin-top: 10px;
}

.comu-space {
    width: 340px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
}
.comu-space2 {
    height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 3px;
}
.comu-space3 {
    width: 340px;
    height: 80px;
    background-color: #EFEFEF;
    border-radius: 10px;
	display: flex;
}
.icon_comu {
	height: 80px;
	margin-left: 2.5px;
}
.form_contact {
	width: 700px;
	margin-top: 20px;
}
.date {
	width: 700px;
	font-size: 14px;
	text-align: left; 
	margin-top: 15px;
}
.news-titele {
	width: 700px;
	font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 28px;
	text-align: left; 
	margin-top: 10px;
	margin-bottom: 5px;
}
.text-link {
	color: #FFFFFF;
}
.notes {
	width: 700px;
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.03em;
	margin-top: 5px;
}
.notes-c {
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.03em;
	margin-top: 5px;
	text-align: center; 
}
.warichu {
    font-size: 80%;
    vertical-align: top;
    letter-spacing: -0.05em;
}

.mabarie-kun {
	height: 200px
}
.act-title1l {
	font-size: 14px;
    line-height: 37px;
    letter-spacing: 0.05em;
	margin-bottom: 2px;
	text-align: center;
}
.act-title1l-2 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    color: hsla(0,0%,100%,1.00);
}
.act-title2l {
	font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
	margin-bottom: 5px;
	text-align: center;
}

.act-date {
	font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
	margin-top: 4px;
	text-align: center;
}

.newspage {
    margin-top: 20px;
}

.machiaruki {
    background-image: url(../images/image_oldimabari.png);
    width: 700px;
    height: 500px;
    background-position: center center;
    background-size: cover;
}

.thegame {
    background-image: url("../images/image_thegame.svg");
    width: 380px;
    height: 270px;
    background-position: center center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.charaarea {
	 width: 350px;
}
.mujin {
    background-image: url("../images/image_digitalmujin.png");
    width: 380px;
    height: 270px;
    background-position: center center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.button_ticket a{
    color: #FFFFFF;
    background-color: black;
    font-size: 18px;
	line-height: 45px;
    padding-right: 45px;
    padding-left: 45px;
    font-weight: bold;
    border-radius: 22.5px;
    display: block;
	margin-top: 20px;
	width:174px;
}

.button_quest a{
    color: #FFFFFF;
    background-color: black;
    font-size: 16px;
    line-height: 40px;
    padding-right: 25px;
    padding-left: 25px;
    font-weight: bold;
    border-radius: 20px;
    display: block;
    margin-top: 20px;
    width: 180px;
    text-align: center;
}
.button_quest_long a{
    color: #FFFFFF;
    background-color: black;
    font-size: 16px;
    line-height: 40px;
    padding-right: 25px;
    padding-left: 25px;
    font-weight: bold;
    border-radius: 20px;
    display: block;
    margin-top: 20px;
    width: 250px;
    text-align: center;
}
.footer_short_page {
	width: 100vw;
    position: fixed;
    bottom: 0px;
}

.ccmark {
    height: 28px;
    margin-right: 10px;
}
.creativecommons {
	font-size: 12px;
	font-weight: 100;
    line-height: 15px;
	text-align: left;
    letter-spacing: 0.05em;
}

.copyright {
	background-color: #000000;
	font-weight: 100;
    line-height: 60px;
	text-align: center;
    letter-spacing: 0.05em;
	padding-bottom: 20px;
}

.title-katsudo {
	width: 700px;
	font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 28px;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* for Smart Phone */
@media screen and (max-width:599px){

h1  {
    font-size: 26px;
}
h2  {
    font-size: 27px;
    letter-spacing: 0.1em;
}
h3  {
    font-size: 26px;
    letter-spacing: 0.1em;
}
h4  {
    font-size: 13.5px;
	line-height: 25.5px;
    letter-spacing: 0.125em;
}
h5  {
    font-size: 14px;
	line-height: 22px;
    letter-spacing: 0.125em;
}
.icon_scroll {
    width: 140px;
    height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-image: url(../images/icon_scroll_sp.svg);
}

.download {
    width: 80px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 998;
}
.notice {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 95px;
    z-index: 999;
}
.nyukai {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 180px;
    z-index: 999;
}		
.designarea {
	width: 345px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.designarea-l {
	width: 345px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.designarea-t {
	width: 345px;
}
.tokusetsu {
	margin-top: 60px;
    height: 65px;	
}
.logo_top {
	width: 275px;	
	margin-top: 30px
}
.title_top {
    width: 325px;
    line-height: 40px;
    letter-spacing: 0.2em;
	margin-top: 100px;
}
/* 特設ページ */
.title_top {
    width: 325px;
    line-height: 40px;
    letter-spacing: 0.2em;
	margin-top: 15px;
}

span {
   display: inline-block;
}
.container_blue-l	{
    background-size: 320px auto;
}
.container_blue-r	{
    background-size: 320px auto;
}
.container_white-l	{
    background-size: 320px auto;
}
.container_white-r	{
    background-size: 320px auto;
}
.container_navy-l	{
    background-size: 320px auto;
}
.container_navy-r	{
    background-size: 320px auto;
}

.title_intro {
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 0.2em;
	text-align: center
}
.title_intro-eng {
	font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.15em;
	margin-top: 12.5px;
	margin-bottom: 20px;
}
.bodycopy-l {
	width:345px;
}
.bodycopy-l2 {
	text-align:left; 
	width:345px;
	line-height: 24px;
    margin-bottom: 20px;
}
.bodycopy-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}
.bodycopy-margin2 {
    margin-top: 5px;
}
.bodycopy-margin3 {
    margin-top: 25px;
}
.title_page {
	width: 345px;
    line-height: 32px;
}
.title_page-eng {
    width: 345px;
    line-height: 27px;
    font-size: 15px;
	margin-bottom: 15px;
}
.title-s_page {
	width: 345px;
    line-height: 26px;
}
.title-s_page-eng {
    width: 345px;
    line-height: 26px;
    font-size: 15px;
}
.three-column {
	width: 345px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.act-space {
    width: 220px;
    height: 220px;
    background-color: #FFFFFF;
    border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
.act-photospace01 {
    width: 190px;
    height: 135px;
	background-image: url(../images/p_konjakushashin.jpg);
    background-position: center center;
    background-size: cover;
}
.act-photospace02 {
    width: 190px;
    height: 135px;
	background-image: url(../images/p_digitalmujin.png);
    background-position: center center;
    background-size: cover;
}
.act-photospace03 {
    width: 190px;
    height: 135px;
	background-image: url(../images/p_thegameinimabari.png);
    background-position: center center;
    background-size: cover;
}
.act-photospace04 {
    width: 190px;
    height: 135px;
	background-image: url(../images/p_oldimabarimap.png);
    background-position: center center;
    background-size: cover;
}
.act-space_long {
    width: 220px;
    height: 55px;
    margin-top: 12px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: thin solid #FFFFFF;
}
.rental {
    min-width: 220px;			
}
.mvv-area {
	display: flex;
	justify-content:center;
	align-items: center;
}
.hyou_title {
    margin-top: 30px;
    width: 345px;
   	height: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-top: 1px solid #196AC9;
    border-bottom: 1px solid #196AC9;
    text-align: center;
    line-height: 30px;
}
.hyou_title-s {
    margin-top: 20px;
    width: 345px;
   	height: 20px;
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-top: 1px solid #196AC9;
    border-bottom: 1px solid #196AC9;
    text-align: center;
    line-height: 19px;
}
.column-space {
	width: 345px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column-space1 {
	width: 345px;
	margin-top: -10px;
	display: flex;
	justify-content: center;
}
.mem-space {
    width: 167px;
}
.mem-type {
    height: 40px;
    background-color: #004098;
	font-weight: 700;
    text-align: center;
    line-height: 40px;
}
.mem-condition {
	font-size: 14px;
    height: 25px;
    background-color: #196AC9;
	font-weight: 700;
    text-align: center;
    line-height: 25px;
	margin-top: 3px;
}
.cond-details {
    height: 54px;
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.05em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:justify; 
}
.fee {
	font-size: 14px;
    height: 25px;
    background-color: #196AC9;
	font-weight: 700;
    text-align: center;
    line-height: 25px;
	margin-top: 10px;
}

.others {
    height: 90px;
	font-size: 12.5px;
    line-height: 18px;
	font-weight: 700;
    letter-spacing: 0.03em;
	text-align:justify; 
    border-top: 1px solid #196AC9;
    border-bottom: 1px solid #196AC9;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.column-space2 {
    width: 345px;
	height: 690px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
	align-items: center;
	flex-direction: column;
    border: thin solid #FFFFFF;
}
.column_00 {
	width: 100px;
}
.column_01 {
	width: 48px;
	font-size: 13px;
    line-height: 18px;
	font-weight: 700;
	text-align: center; 
}
.col00_text {
    height: 20px;
	font-size: 11px;
    line-height: 19px;
	font-weight: 700;
	text-align: center; 
    color: #FFFFFF;
	background-color: #004098;
	margin-top: 2px;
}
.col01_text {
    height: 20px;
	font-size: 13px;
    line-height: 20px;
	font-weight: 300;
	text-align: center; 
	background-color: #efefef;
	margin-top: 2px;
}
.col01_text-s {
    height: 20px;
	font-size: 11px;
    line-height: 20px;
	font-weight: 700;
	text-align: center; 
	margin-top: 2px;
}

.comu-space {
    width: 345px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: 10px;
	display: flex;
	margin-bottom: 15px;
}
.comu-space2 {
    height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 3px;
}
.icon_comu {
	height: 80px;
	margin-left: 2.5px;
}
.form_contact {
	width: 345px;
	margin-top: 20px;
}
.date {
	width: 345px;
	font-size: 14px;
	text-align: left; 
	margin-top: 15px;
}
.news-titele {
	width: 345px;
	font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 24px;
	text-align: left; 
	margin-top: 10px;
	margin-bottom: 5px;
}
.text-link {
	color: #FFFFFF;
}
.notes {
	width: 345px;
	font-size: 12.5px;
    line-height: 22px;
	font-weight: 700;
    letter-spacing: 0.03em;
}
.mabarie-kun {
	width: 345px
}
.act-title1l {
	font-size: 16px;
    line-height: 37px;
    letter-spacing: 0.05em;
	margin-bottom: 7.5px;
}
.act-title2l {
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
	text-align: center;
}
.act-title2l-2 {
	font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.05em;
	margin-bottom: 7.5px;
	text-align: center;
}
.act-date {
	font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
	margin-top: 7.5px;
}
.machiaruki {
    width: 345px;
    height: 246px;
    background-position: center center;
    background-size: cover;
}
	
.title-katsudo {
	width: 345px;
	font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
}	
.charaarea {
	 width: 345px;
}	
.thegame {
    background-image: url("../images/image_thegame.svg");
    width: 345px;
    height: 245px;
    background-position: center center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}.mujin {
    background-image: url("../images/image_digitalmujin.png");
    width: 345px;
    height: 245px;
    background-position: center center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.copyright {
	background-color: #000000;
	font-weight: 100;
    line-height: 60px;
	text-align: center;
    letter-spacing: 0.05em;
	padding-bottom: 20px;
}
}

.bosyuchu {
}
#001 {
}
