@charset "utf-8";
/* CSS Document */

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 1.0);
	overflow: hidden;
}
@media screen and (max-width: 737px) {
	#mainVisual {
		margin-top:0 !important;
	}
}

#mainVisual .bg {
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/welcome/images/main01.jpg') no-repeat 0 0;
	background-size: 100%;
	opacity: 0.85;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
index
*******************************/
#index {
	overflow: hidden;
	line-height: 1.6;
}

#index h2 {
    font-weight: bold;
    line-height: 1.4em;
    color: #29a3dd;
    font-size: 1.7rem;
}

#index .invitationBox01 h4 {
    font-weight: bold;
    line-height: 1.4em;
    color: 000;
    font-size: 1.2rem;
    padding-bottom: 0.5em;
	border-bottom: 1px dotted #787878;
	margin: 2.2em 0 0.5em;
}

#index .invitationBox01 p {
	font-size: 93%;
	color: #333;
}

#index .invitationBox02 {
	overflow: hidden;
	margin-top: 2.5em;
}

#index .invitationBox02 div {
	width: 73%;
	float: left;
}

#index .invitationBox02 div h4 {
	margin: 0 0 0.5em;
}

#index .invitationBox02 img {
	width: 25%;
	float: right;
}

#index .invitationBox03 {
	margin: 0.8rem 0 0.8rem 1.4em;
	font-size: 93%;
}

#index .invitationBox03 li {
	list-style-type: disc;
}

#index .invitationBox04 {
	margin: 1em 0 0;
	display: table;
	width: 100%;
	 border-collapse: separate;
	 border-spacing: 5px 0;
}

#index .invitationBox04 li {
	display: table-cell;
    background-color: #29a3dd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-align: center;
	padding: 0.4em 0;
}

#index .invitationBox04 li:first-child {
	width: 73%;
}

#index .invitationBox04 li:last-child {
	width: 25%;
}

#index .invitationBox04 li:hover {
    background-color: #94d1ee;
}

#index .invitationBox04 li a {
    color: #fff;
	display: block;
}

#index .invitationBox04 li a:hover {
	opacity: 1.0!important;
}

#index .invitationBox04 li:first-child a img {
	width: 6%;
	vertical-align: middle;
	margin-right: 0.5em;
}

#index .invitationBox05 {
	margin: 3em 0 4em;
}

#index .invitationBox05 h3 {
	background: #222;
	color: #fff;
	padding: 0.4em;
	font-weight: bold;
	font-size: 1.1rem;
	margin: 0 0 0.8em;
}

#index .invitationBox05 p {
	font-size: 93%;
	color: #333;
}

#index .invitationBox05 dl {
	margin-top: 1.5em;
}

#index .invitationBox05 dl dt {
	font-weight: bold;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 60.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}

/*******************************
/welcome/invitation/
*******************************/

#index .menu_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}

#index .menu_nav li {
    margin-bottom: 12px;
    width: 42%;
}

#index .menu_nav li a {
    color: #fff;
    background: #29a3dd;
    padding: 7px 8px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

#index .menu_nav li a.select {
    color: #29a3dd;
    background: #fff;
    border: 1px solid;
    pointer-events: none;
}



#index .box01 {
    margin-top: 40px;
}

#index .box01 .red {
    color: red;
}

#index .box01 h3 {
    background: #29a3dd;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 20px;
}

#index .box01 p {
    margin-bottom: 20px;
}

#index .box01 ul.sc_list {
    margin-top: 10px;
    margin-bottom: 50px;
}

#index .box01 ul.sc_list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}

#index .box01 ul.sc_list ul {
    margin-top: 10px;
}

#index .box01 ul.sc_list li table {
    border: 1px solid #333;
}

#index .box01 ul.sc_list li table th {
    border: 1px solid #333;
    padding: 5px;
    background: #eee;
}

#index .box01 ul.sc_list li table td {
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

#index .box01 ul.scp_list {
    margin-top: 10px;
}

#index .box01 ul.scp_list li {
    margin-bottom: 10px;
}

#index .box01 ul.scp_list li dl {
    
}

#index .box01 ul.scp_list li dl dt {
    background: #29a3dd;
    color: #fff;
    padding: 3px 10px;
}

#index .box01 ul.scp_list li dl dd {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

#index .box01 ul.scp_list li dl dd img {
    margin-right: 10px;
}

#index .box01 ul.scp_list li dl dd p {

}


@media screen and (max-width: 737px) {
    #index .menu_nav {
        display: block;
    }
    #index .menu_nav li {
        width: 95%;
        margin: 0 auto 10px;
    }
    #index .menu_nav li a {
        padding: 3px 0px;
    }
}


