/* CSS Document */

@charset "UTF-8";

/*@font-face {
  font-family: 'Jaapokki';
  src: url("/assets/new/fonts/jaapokki-regular-webfont.eot");
  src: url("/assets/new/fonts/jaapokki-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/new/fonts/jaapokki-regular-webfont.woff2") format("woff2"), url("/assets/new/fonts/jaapokki-regular-webfont.woff") format("woff"), url("/assets/new/fonts/jaapokki-regular-webfont.ttf") format("truetype"), url("/assets/new/fonts/jaapokki-regular-webfont.svg#jaapokkiregular") format("svg");
  font-weight: normal;
  font-style: normal;
}*/

body {
    background-color: #000;
}
@media only screen and (min-width: 769px) {
body {
	/*min-width: 1200px;*/
	min-width: 900px;
}
}

a:link { color:#36c; text-decoration: underline; }
a:visited { color:#63c; text-decoration: underline; }
a:hover { color:#69f; text-decoration: none; }
a:active { color:#abe3ff; text-decoration: underline; }
a:focus { outline:none;}

#top {
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	/*background: url(../img/index/background.gif) repeat left top;*/
	overflow: hidden;
    background-color: #FFF;
}
@media only screen and (min-width: 769px) {
#top {
	/*width: 1200px;*/
}
}

.txtmore {
    font-size: 18px !important;
}


.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.fcaution { 
	color: #B20000;
	font-weight: bold;
	font-size: 1.1rem;
}

.caution { 
	color: #B20000;
}

.cautionred { 
	color: #FF0000;
}

.cautionbox { 
	padding: 1em;
    border: 1px solid #FF0000;
}


.borderbox {
	border: 1px solid #CCC;
	padding: 10px;
}

.abL0 {
    position: absolute;
    right: 2%;
    top:35%;
    display: inline-block;
}
.abR0 {
    position: absolute;
    left: 2%;
    top:35%;
    display: inline-block;
}

.arrowL {
     position:relative;
     height:16px;
     width:16px;
     background-color:#000;
     display: inline-block;
}
 
.arrowL::before {
     position:absolute;
     content:"";
     border:solid 16px transparent;
     border-left:solid 16px #000;
     top:-8px;
     left:12px;
}

.arrowR {
     position:relative;
     height:16px;
     width:16px;
     background-color:#000;
     display: inline-block;
}
 
.arrowR::before {
     position:absolute;
     content:"";
     border:solid 16px transparent;
     border-right:solid 16px #000;
     top:-8px;
     right:12px;
}


.sp {
	/*display: block !important;*/
}
.spinline {
	/*display: block !important;*/
}
.splong {
	/*display: block !important;*/
}
.pc {
	display: none !important;
}
.pcinline {
	display: none !important;
}
.pcwide {
	display: none !important;
}
@media only screen and (min-width: 769px) {
.sp {
	display: none !important;
}
.spinline {
	display: none !important;
}
.splong {
	display: none !important;
}
.pc {
	display: block !important;
}
.pcinline {
	display: inline !important;
}
.pcwide {
	display: block !important;
}
}

@media (orientation: landscape) {
	.splong {
		display: none !important;
	}
	.pcwide {
		display: block !important;
	}
}

.wrapper {
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
@media only screen and (min-width: 769px) {
.wrapper {
    margin: auto !important;
    max-width: 1200px !important;
    min-width: 900px !important;
}
}

.bg_gray {
    background-color: #CCC;
    padding: 1em;
    font-size: 0.9em;
}

.owl-mainimage {
	clear: both;
	margin: auto;
	padding: 0px 0 0 0;
	width: 100vw !important;
	height: auto !important;
}
@media only screen and (min-width: 769px) {
.owl-mainimage {
	clear: both;
	margin: auto;
	padding: 0;
	width: auto !important;
	height: auto !important;
}
}


/* -------------------------------------------------- */
/* ヘッダー */
/* -------------------------------------------------- */

header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 10;*/
}
@media only screen and (min-width: 769px) {
header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*position: relative;*/
	/*background-color: #FFF;*/
}
}

header #main {
    /*height: 80vh;*/
	height: 100vh;
    background-image: /*url(../img/common/dot.gif),*/url(../img/index/bg_main_01_2024.jpg);
    background-repeat: /*repeat, */no-repeat;
	/*background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;*/
    background-blend-mode: overlay;
    background-size: cover; /*auto, */
    /*background-position: center 80%;*/
    /*background-position: top center;*/
	background-position: bottom 18% center;
    display: flex;
    align-items: center;
    position: relative;
}
@media (orientation: landscape){
header #main {
    height: 100vh;
	background-position: bottom center;
}
}
@media only screen and (min-width: 769px) {
header #main {
    /*height: 100vh;*/
    /*height: 680px;
    height: 100%;*/
    height: 100vh;
    /*background-position: center 80%;*/
	background-position: bottom 8% center !important;
	/*border: 10px solid #FF0000;*/
}
}

#main #bg_video {
    /*height: 100vh;*/
    position:absolute;
    top:0;
    bottom:0;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    width:auto;
    height:auto;
    z-index: 1;
}

@media screen and (orientation: landscape) {
   #main #bg_video {
       transform: translateX(0%);
   }
}
@media screen and (orientation: portrait) {
   #main #bg_video {
       transform: translateX(-25%);
   }
}

@media only screen and (min-width: 769px) {
#main #bg_video {
    height: 100vh !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transform: translateX(0%);
    /*min-width: 100% !important;
    min-width: 100vw !important;*/
}


/* Edge(EdgeHTML) */
/*_:-ms-lang(x)::backdrop, #main #bg_video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-width: 100% !important;
    min-height: 100vh !important;
    max-height: unset !important;
    width: 100% !important;
    height: auto !important;
}*/

}

h1 {
	/*border: 10px solid #F00;*/
    /*margin: 40% auto auto auto;*/
	/*position: relative;*/
    margin: 20% auto auto auto;
    /*width: 90vw;*/ /* 70vw */
    /*padding: 10vw;*/
    max-height: 88vh !important;
    max-width: 90vw;
	/*width: auto !important;*/
    height: auto !important;
	/*max-height: 88dvh;*/
    z-index: 10;
}
@media (orientation: landscape){
h1 {
    margin: 10% auto auto auto;
}
}
h1 img {
	position: relative;
    margin: auto;
    /*max-width: 600px;*/
    /*min-width: 500px;*/
    /*width: 90vw;*/
	/*width: 600px;*/
    max-height: 88vh !important;
    max-width: 90vw;
	/*width: auto !important;*/ /* for .svg file */
	width: 100%; /* for .png file */
    height: auto !important;
	/*max-height: 88dvh*/
	/*max-height: 95dvh;*/
    /*padding: 10vw;*/
}
h1 {
    margin: 50% auto auto auto;
    width: 85vw; /*70vw*/
    height: auto;
    /*padding: 10vw;*/
    z-index: 10;
}
@media (orientation: landscape){
h1 {
    margin: auto auto auto auto;
    width: 60vw;
}
}
@media only screen and (min-width: 769px) {
h1 {
    /*margin: 10% auto auto auto;*/
    margin: auto;
    max-width: 1000px;
    min-width: 700px;
    width: 65vw;
    height: auto;
    /*padding: 10vw;*/
}
}



/* -------------------------------------------------- */
/* グローバルナビゲーション */
/* -------------------------------------------------- */

nav li img.comesoon {
    /*display: inline !important;*/
    margin-left: 4px;
    width: auto !important;
    height: 18px !important;
}

@media only screen and (min-width: 769px) {
nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	clear: both;
	height: 86px;
    display: flex;
    align-items: center;
}
nav ul {
	width: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

nav .nav_02 { margin-left: 0px; }
nav .nav_03 { margin-left: 0px; }
nav .nav_04 { margin-left: 0px; }
nav .nav_05 { margin-left: 0px; }
nav .nav_06 { margin-left: 0px; }

nav ul li a {
	display: block;
	text-indent: -9999px;
	background-position: center center;
    background-repeat: no-repeat;
	height: 86px;
    background-size: auto 30px;
}
nav ul li:nth-of-type(1) a {
	width: 140px;
	background-image: url(../img/common/glbmenu01.svg);
    background-size: 50px auto;
}
nav ul li:nth-of-type(2) a {
	width: 140px;
	background-image: url(../img/common/glbmenu02.svg);
    background-size: 90px auto;
    /*background-position: center 2px;*/
}
nav ul li:nth-of-type(3) a {
	width: 140px;
	background-image: url(../img/common/glbmenu03.svg);
    background-size: 106px auto;
    /*background-position: center 2px;*/
}
nav ul li:nth-of-type(4) a {
	width: 140px;
	background-image: url(../img/common/glbmenu04.svg);
    background-size: 120px auto;
    /*background-position: center 2px;*/
}
nav ul li:nth-of-type(5) a {
	width: 140px;
	background-image: url(../img/common/glbmenu05.svg);
    background-size: 120px auto;
    /*background-position: center 2px;*/
}
nav ul li:nth-of-type(6) a {
	width: 140px;
	background-image: url(../img/common/glbmenu06.svg);
    background-size: 90px auto;
    /*background-position: center 2px;*/
}

}



/* -------------------------------------------------- */
/* news */
/* -------------------------------------------------- */
#news {
	clear: both;
    padding: 20px 10px;
    background-image: url(../img/common/dot2.gif);
    background-repeat: repeat;
    background-blend-mode: overlay;
    background-size: auto;
}
@media only screen and (min-width: 769px) {
#news {
    /*height: 500px;*/
}
}

#news h2 {
    font-size: 30px;
    text-align: center;
}

#news dl {
    width: 100%;
    margin: 10px auto;
    line-height: 160%;
    font-size: 18px;
}
@media only screen and (min-width: 769px) {
#news dl {
    width: 800px;
}
}

#news dt {
    float: left;
}

#news dd{
    margin-left: 100px;
}
@media only screen and (min-width: 769px) {
#news dd{
    margin-left: 120px;
}
}

#news p {
    width: 100%;
    margin: 10px auto;
    line-height: 160%;
}
@media only screen and (min-width: 769px) {
#news p {
    width: 800px;
}
}


/* -------------------------------------------------- */
/* movie */
/* -------------------------------------------------- */
#movie {
	background-color: #000;
	clear: both;
}
@media only screen and (min-width: 769px) {
#movie {
    /*height: 500px;*/
}
}

#movie ul {
	/*width: 100%;*/
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

#movie li {
    /*border: 1px solid #FFF;*/
}

#movie iframe {
    width: 90vw;
    height: 40vw;
}
#movie li:nth-child(2) iframe {
	margin-bottom: 20px;
}

#movie img {
    margin-top: 20px;
    width: 90vw;
    height: auto;
    /*border: 1px solid #fff;*/
}

#movie p.support {
    margin-top: -20px;
    /*border: 1px solid #FFF;*/
    padding: 0;
    padding-bottom: 20px;
}


@media only screen and (min-width: 769px) {
#movie iframe {
    /*width: 711px;
    height: 400px;*/
    /*width: 500px;
    height: 282px;*/
    width: 400px;
    height: 226px;
}
#movie li:nth-child(2) iframe {
	margin-left: 20px;
	margin-bottom: 0px;
}

#movie img.poster {
    margin-top: 0px;
    margin-left: 20px;
    width: auto;
    height: 226px; /* 400px */
    /*border: 1px solid #fff;*/
}

#movie p.support {
    width: 90vw;
    max-width: 1060px;
	margin: 0px auto 0px auto;
	padding: 0px;
    padding-bottom: 20px;
    text-align: right;
}
#movie p.support img {
    margin-top: 0px;
    width: 340px !important;
    height: auto !important;
    /*border: 1px solid #fff;*/
}


}





/* -------------------------------------------------- */
/* submenu */
/* -------------------------------------------------- */
#submenu {
    /*border: 1px solid #000;*/
    padding: 4vw 0px 8vw;
    background-image: url(../img/index/bg_main_02.jpg);
    background-size: 285%;
    background-position: center 0%;
    text-align: center;
    color: #FFF;
    /*text-shadow: 0px 0px 10px #3d3d3d;*/
	clear: both;
}
@media only screen and (min-width: 769px) {
#submenu {
    background-size: cover;
    background-position: center 55%;
    padding: 4vw auto;
    /*height: 160px;*/
}
}

#submenu ul {
	width: 100%;
	/*margin: 0px 0px 0px -2vw;*/
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    /*border: 1px solid #000;*/
}
@media only screen and (min-width: 769px) {
#submenu ul {
    margin: 0px 0px 0px 0px;
}
}
#submenu li {
    box-sizing: border-box;
    max-width: 48.5vw !important;
    /*border: 1px solid #000;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*float: left;*/
}
@media only screen and (min-width: 769px) {
#submenu li {
    width: auto;
    /*border: 1px solid #000;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*float: left;*/
}
}

#submenu ul li a {
	display: block;
	text-indent: -9999px;
	background-position: center center;
    background-repeat: no-repeat;
    /*background-size: 30px auto, cover;*/
}

#submenu .nav_01 { margin-left: 0px; }
#submenu .nav_02 { margin-left: 2vw; }
#submenu .nav_03 { margin-top: 10px; margin-left: 0px; }
#submenu .nav_04 { margin-top: 10px; margin-left: 2vw; }
#submenu .nav_05 { margin-top: 10px; margin-left: 0px; }
#submenu .nav_06 { margin-top: 10px; margin-left: 2vw; }
#submenu .nav_07 { margin-top: 10px; margin-left: 0px; }
#submenu .nav_08 { margin-top: 10px; margin-left: 2vw; }

#submenu ul.sm01 li:nth-of-type(1) a {
    /*border: 1px solid #000;*/
	width: 44.5vw;
    height: 44.5vw;
	/*background-image: url(../img/common/menu01.svg),url(../img/index/bg_menu_01.jpg);*/
    background-image: url(../img/common/menu01.jpg);
    background-size: cover;
}
#submenu ul.sm01 li:nth-of-type(2) a {
    /*border: 1px solid #000;*/
	width: 44.5vw;
    height: 44.5vw;
	/*background-image: url(../img/common/menu02.svg),url(../img/index/bg_menu_02.jpg);*/
    /*background-size: 20vw auto, cover;*/
    background-image: url(../img/common/menu02.jpg);
    background-size: cover;
}
#submenu ul.sm01 li:nth-of-type(3) a {
    /*border: 1px solid #000;*/
	width: 44.5vw;
    height: 44.5vw;
	/*background-image: url(../img/common/menu03.svg),url(../img/index/bg_menu_03.jpg);*/
    /*background-size: 22vw auto, cover;*/
    background-image: url(../img/common/menu03.jpg);
    background-size: cover;
}
#submenu ul.sm01 li:nth-of-type(4) a {
    /*border: 1px solid #000;*/
	width: 44.5vw;
    height: 44.5vw;
	/*background-image: url(../img/common/menu04.svg),url(../img/index/bg_menu_04.jpg);*/
    background-image: url(../img/common/menu04.jpg);
    /*background-size: 24vw auto, cover;*/
    background-size: cover;
}
#submenu ul.sm02 li:nth-of-type(1) a {
    border: 1px solid #000;
	width: calc(44.5vw - 2px);
    height: calc(20.1vw - 2px);;
	background-image: url(../img/common/menu05sp.png);
    /*background-size: 17vw auto;*/
    background-size: cover;
}
#submenu ul.sm02 li:nth-of-type(2) a {
    border: 1px solid #000;
	width: calc(44.5vw - 2px);
    height: calc(20.1vw - 2px);;
	background-image: url(../img/common/menu06sp.png);
    /*background-size: 15vw auto;*/
    background-size: cover;
}
#submenu ul.sm02 li:nth-of-type(3) a {
    border: 1px solid #000;
	width: calc(44.5vw - 2px);
    height: calc(20.1vw - 2px);;
	background-image: url(../img/common/menu07sp.png);
    /*background-size: 18vw auto;*/
    background-size: cover;
}
#submenu ul.sm02 li:nth-of-type(4) a {
    border: 1px solid #000;
	width: calc(44.5vw - 2px);
    height: calc(20.1vw - 2px);;
	background-image: url(../img/common/menu08sp.png);
    /*background-size: 10vw auto;*/
    background-size: cover;
}

@media only screen and (min-width: 769px) {

#submenu .nav_02 { margin-left: 10px; }
#submenu .nav_03 { margin-top: 0px; margin-left: 10px; }
#submenu .nav_04 { margin-top: 0px; margin-left: 10px; }
#submenu .nav_05 { margin-top: 20px; margin-left: 0px; }
#submenu .nav_06 { margin-top: 20px; margin-left: 10px; }
#submenu .nav_07 { margin-top: 20px; margin-left: 10px; }
#submenu .nav_08 { margin-top: 20px; margin-left: 10px; }


#submenu ul.sm01 li:nth-of-type(1) a {
    /*border: 1px solid #000;*/
	width: calc(100vw*0.16);
    height: calc(100vw*0.16);
    max-width: 250px;
    min-width: 180px;
    max-height: 250px;
    min-height: 180px;
	/*background-image: url(../img/common/menu01.svg),url(../img/index/bg_menu_01.jpg);
    background-size: 130px auto, cover;*/
    background-image: url(../img/common/menu01.jpg);
    background-size: cover;
}
#submenu ul.sm01 li:nth-of-type(2) a {
    /*border: 1px solid #000;*/
	width: calc(100vw*0.16);
    height: calc(100vw*0.16);
    max-width: 250px;
    min-width: 180px;
    max-height: 250px;
    min-height: 180px;
	/*background-image: url(../img/common/menu02.svg),url(../img/index/bg_menu_02.jpg);
    background-size: 150px auto, cover;*/
    background-image: url(../img/common/menu02.jpg);
    background-size: cover;
}
#submenu ul.sm01 li:nth-of-type(3) a {
    /*border: 1px solid #000;*/
	width: calc(100vw*0.16);
    height: calc(100vw*0.16);
    max-width: 250px;
    min-width: 180px;
    max-height: 250px;
    min-height: 180px;
	/*background-image: url(../img/common/menu03.svg),url(../img/index/bg_menu_03.jpg);
    background-size: 180px auto, cover;*/
    background-image: url(../img/common/menu03.jpg);
    background-size: cover;
}
#submenu ul.sm01 li:nth-of-type(4) a {
    /*border: 1px solid #000;*/
	width: calc(100vw*0.16);
    height: calc(100vw*0.16);
    max-width: 250px;
    min-width: 180px;
    max-height: 250px;
    min-height: 180px;
	/*background-image: url(../img/common/menu04.svg),url(../img/index/bg_menu_04.jpg);
    background-size: 180px auto, cover;*/
    background-image: url(../img/common/menu04.jpg);
    background-size: cover;
}
#submenu ul.sm02 li:nth-of-type(1) a {
    border: 1px solid #000;
	width: calc(100vw*0.15);
    height: calc(100vw*0.15*0.8);
    max-width: 180px;
    min-width: 150px;
    max-height: 145px;
    min-height: 120px;
	/*background-image: url(../img/common/menu05.svg);
    background-size: 90px auto;*/
    background-image: url(../img/common/menu05.png);
    background-size: cover;
}
#submenu ul.sm02 li:nth-of-type(2) a {
    border: 1px solid #000;
	width: calc(100vw*0.15);
    height: calc(100vw*0.15*0.8);
    max-width: 180px;
    min-width: 150px;
    max-height: 145px;
    min-height: 120px;
	/*background-image: url(../img/common/menu06.svg);
    background-size: 80px auto;*/
    background-image: url(../img/common/menu06.png);
    background-size: cover;
}
#submenu ul.sm02 li:nth-of-type(3) a {
    border: 1px solid #000;
	width: calc(100vw*0.15);
    height: calc(100vw*0.15*0.8);
    max-width: 180px;
    min-width: 150px;
    max-height: 145px;
    min-height: 120px;
	/*background-image: url(../img/common/menu07.svg);
    background-size: 120px auto;*/
    background-image: url(../img/common/menu07.png);
    background-size: cover;
}
#submenu ul.sm02 li:nth-of-type(4) a {
    border: 1px solid #000;
	width: calc(100vw*0.15);
    height: calc(100vw*0.15*0.8);
    max-width: 180px;
    min-width: 150px;
    max-height: 145px;
    min-height: 120px;
	/*background-image: url(../img/common/menu08.svg);
    background-size: 70px auto;*/
    background-image: url(../img/common/menu08.png);
    background-size: cover;
}
}


/* -------------------------------------------------- */
/* reportmenu */
/* -------------------------------------------------- */
#reportmenu {
	background-color: #000;
	clear: both;
    padding: 4vw 0px 0px 0px;
}
@media only screen and (min-width: 769px) {
#reportmenu {
    height: 140px;
}
}

#reportmenu ul {
    /*max-width: 1000px;*/
	width: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
#reportmenu li {
    box-sizing: border-box;
	margin: 10px auto;
	padding: 30px;
    width: 90vw;
    border: 1px solid #FFF;
    text-align: center;
    font-size: 18px;
}
@media only screen and (min-width: 769px) {
#reportmenu li {
    /*float: left;*/
    width: 360px;
    margin: 0px 10px;
}
}

@media only screen and (min-width: 769px) {
/*#reportmenu li { margin-left: 10px; }*/
}

#reportmenu li a:link { color:#FFF; text-decoration: none; }
#reportmenu li a:visited { color:#FFF; text-decoration: none; }
#reportmenu li a:hover { color:#FFF; text-decoration: none; }
#reportmenu li a:active { color:#FFF; text-decoration: none; }
#reportmenu li a:focus { outline:none;}


/* -------------------------------------------------- */
/* common_message */
/* -------------------------------------------------- */

#common_message {
    padding: 2vw;
    background-image: url(../img/index/bg_main_03.jpg);
    /*background-size:cover;*/
    background-position: center top;
    text-align: center;
    color: #FFF;
    /*border: 1px solid #000;*/
    /*text-shadow: 0px 0px 10px #3d3d3d;*/
}

#common_message h2 {
    margin: auto auto 3vw auto;
    width: 60vw;
    height: auto;
}

#common_message h3 {
    margin: 3vw auto auto auto;
    padding: 10px 0;
    /*width: 200px;*/
    width: 100%;
    height: auto;
    /*border: 1px solid #FFF;*/
    font-size: 22px;
    font-weight: bold;
	line-height: 1.6em;
}

#common_message p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
}



/* -------------------------------------------------- */
/* common_message2 */
/* -------------------------------------------------- */

#common_message2 {
    padding: 4vw 2vw;
    text-align: center;
}

#common_message2 h3 {
    margin: 4vw auto auto auto;
    padding: 10px;
    width: 200px;
    height: auto;
    border: 1px solid #29A0D8;
    color: #29A0D8;
    font-size: 22px;
    font-weight: bold;
}

#common_message2 p {
    margin: 1rem auto;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6em;
}
@media only screen and (min-width: 769px) {
#common_message2 p {
    max-width: 80%;
}
}



/* -------------------------------------------------- */
/* sns_lists */
/* -------------------------------------------------- */

#sns_lists {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
@media only screen and (min-width: 769px) {
#sns_lists {
	margin: 20px 0px;
}
}
#sns_lists ul {
	width: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#sns_lists li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#sns_lists .sns_01 { margin-left: 0px; }
#sns_lists .sns_02 { margin-left: 0px; }
#sns_lists .sns_03 { margin-left: 0px; }

#sns_lists ul li a {
	display: block;
	text-indent: -9999px;
	background-position: center center;
    background-repeat: no-repeat;
	height: 33vw;
    background-size: cover;
}
#sns_lists ul li:nth-of-type(1) a {
	width: 33vw;
	background-image: url(../img/common/iocn_sns_twitter.svg);
    /*background-color: #1DA1F2;*/
    background-color: #000;
}
#sns_lists ul li:nth-of-type(2) a {
	width: 33vw;
	background-image: url(../img/common/iocn_sns_facebook.svg);
    background-color: #2E70FF;
}
#sns_lists ul li:nth-of-type(3) a {
	width: 33vw;
	background-image: url(../img/common/iocn_sns_youtube.svg);
    background-color: #FF0000;
}

@media only screen and (min-width: 769px) {
#sns_lists .sns_01 { margin-left: 10px; }
#sns_lists .sns_02 { margin-left: 10px; }
#sns_lists .sns_03 { margin-left: 10px; }

#sns_lists ul li a {
	display: block;
	text-indent: -9999px;
	background-position: center center;
    background-repeat: no-repeat;
	height: 100px;
    background-size: cover;
    
}
#sns_lists ul li:nth-of-type(1) a {
	width: 100px;
	background-image: url(../img/common/iocn_sns_twitter.svg);
    background-color: #FFF;
}
#sns_lists ul li:nth-of-type(2) a {
	width: 100px;
	background-image: url(../img/common/iocn_sns_facebook.svg);
    background-color: #FFF;
}
#sns_lists ul li:nth-of-type(3) a {
	width: 103px;
	background-image: url(../img/common/iocn_sns_youtube.svg);
    background-color: #FFF;
}
}



/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */

footer {
    background-color: #BAE3F9;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

footer p {
    margin: 4px;
}
@media only screen and (min-width: 769px) {
footer p {
    margin: 20px;
}
}

footer p.corplogo img {
    width: 200px;
    height: auto;
}

footer p.telno {
    font-size: 30px;
    font-weight: bold;
}

footer p.copyright {
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 769px) {
footer p.copyright {
    width: auto;
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
}
}


/* -------------------------------------------------- */
/* page-top */
/* -------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 20;
}
@media only screen and (min-width: 769px) {
#page-top {
	bottom: 20px;
}
}
#page-top a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #1DA7CC;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
#page-top a:hover {
    text-decoration: none;
    background: #1DA7CC;
}

/*= ぺージ送り =*/
.wp-pagenavi {
	margin: 40px 0 40px 0;
	display: flex;
	justify-content: center;
}
.wp-pagenavi li {
	margin: 0 4px;
	color: #FFF;
}
.wp-pagenavi li a {
	color: #FFF;
	display: block;
	padding: 7px 10px;
	line-height: 1;
	background-color: #000;
	border-radius: 2px;
}
.wp-pagenavi li span {
	display: block;
	padding: 7px 10px;
	line-height: 1;
	background-color: #555;
	border-radius: 2px;
}

.button_tour img {
	width: 100%;
	height: auto;
}


#plus_footer_link {
    text-align: center;
    color: #FFF;
	clear: both;
}
@media only screen and (min-width: 769px) {
#plus_footer_link {
    padding: 4vw auto;
}
}

#plus_footer_link ul {
	width: 100%;
	/*margin: 0px 0px 0px -2vw;*/
     margin: 1em 0px 1em 0px;
	padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    /*border: 1px solid #000;*/
}
@media only screen and (min-width: 769px) {
#plus_footer_link ul {
    margin: 1em 0px 1em 0px;
}
}
#plus_footer_link li {
    /*box-sizing: border-box;*/
    max-width: 48.5vw !important;
    /*border: 1px solid #000;*/
	margin: 0px 1vw 0px 1vw;
	padding: 0px 0px 0px 0px;
	/*float: left;*/
	
}
#plus_footer_link li img {
	max-width: 40vw;
	width: auto;
	height: auto;
}

@media only screen and (min-width: 769px) {
#plus_footer_link li {
    width: auto;
    /*border: 1px solid #000;*/
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	/*float: left;*/
}
#plus_footer_link li img {
	width: auto;
	height: auto;
}
}

/*#plus_footer_link ul li a {
	display: block;
	text-indent: -9999px;
	background-position: center center;
    background-repeat: no-repeat;
}*/
