@charset "UTF-8";
/* CSS Document */

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
    font-size: 12px;
	min-width: 100%;
}


#head {
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#headwrap {
	clear: both;
    height: auto;
}
#logo {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-left: 0px;
}
#logo img{
	width: 180px;
	height: auto;
}

#navwrap {
	display:none;
}

#flash {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
}
#flash h3 {
	position: absolute;
	top: 50%;
	padding-bottom: 0px;
	left: 50%;
	transform: translateX(-50%)
		translateY(-50%);
}
#flash h3 img{
	width: 135px;
	height: auto;
}
.slide-area{
    width: 600px;
    position: relative;
    display: block;
    padding-top: 0px;
	left:50%;
	margin-left: -300px;
}
ul.bxslider {
	height: auto;
	width: 100%;
	overflow: visible;
}
ul.bxslider li {
	height: auto;
	width: 100%;
}
#cont {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    z-index: 0;
}
#footwrap {
	clear: both;
	overflow: hidden;
}
#foot {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#news {
	width: 100%;
	margin-bottom: 30px;
}
#news table {
	border-collapse:collapse;
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
}
#news th {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	display: block;
	background-image: none;
	width: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
}
#news td {
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	display: block;
	padding-top: 0px;
}
#news .box01 {
	clear: both;
	overflow: auto;
	height: 240px;
	padding-right: 20px;
}
.sidelist {
	padding-bottom: 20px;
}
.sidelist li {
	line-height: 20px;
}
.sidelist  a {
	color: #EB6D51;
	text-decoration: none;
}

.midashi {
	clear: both;
	width: auto;
	font-size: 22px;
}
.midashi02 {
	background-repeat: no-repeat;
	clear: both;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 18px;
}

.komidashi {
}
.txtbox {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.linebox {
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 15px;
	width:100%;
}
.centerphoto img {
	width:100%;
	height:auto;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.tbl td {
	text-align: left;
	vertical-align: top;
}
.tbl th {
	text-align: left;
	vertical-align: top;
	width: 30%;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pc-none{
	display: block;
}
.sp-none{
	display: none;
}

.pc-none02{
	display: inline-block;
}
.sp-none02{
	display: none;
}
form .tbl {
	width: 100%;
}

form th ,form td{
	display: block;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.form01, .form02 {
	width: 100%;
}
.telbox {
	width: auto;
}
.navToggle {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 5000;
    background-color: #9D0A2D;
    text-align: center;
    right: 0px;
    top: 0px;
    font-size: medium;
    border-bottom-left-radius: 20px;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 30px;
 border-bottom: 1px solid #fff;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 left: 15px;
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
 
.navToggle span:nth-child(1) {
 top: 29px;
}
 
.navToggle span:nth-child(2) {
 top: 22px;
}
 
.navToggle span:nth-child(3) {
 top: 15px;
}
.navToggle span:nth-child(4) {
	color:#fff;
	font-size:10px;
 border-bottom: none;
 top: 30px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 22px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
 /* このクラスを、jQueryで付与?削除する */
nav.globalMenuSp.active {
    transform: translateX(100%)!important;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 4000;
    top: 0;
    color: #fff;
    text-align: center;
    transform: translateX(200%);
    transition: all 0.6s;
    width: 50%;
    background-color: #9D0A2D;
    height: 100%;
}

nav.globalMenuSp .naviblock {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.naviblockbox{
    vertical-align: middle;
    font-size: 12px;
    margin-top: 64px;
}
.naviblockbox .box{
    vertical-align: top;
    width: 100%;
}
.naviblockbox h4 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 5px;
    color: #fff;
    padding-top: 5px;
    border-top: 1px solid #fff;
    padding-left: 15px;
    padding-right: 5px;
}

.naviblockbox a {
    color: #fff;
    text-decoration: none;
}


.txt10{
	font-size:10px;
}
.txt12{
	font-size:10px;
	line-height: 18px;
}
.txt14{
	font-size:12px;
}
.txt18{
	font-size:14px;
}
.txt20{
	font-size:16px;
	line-height: 24px;
}
.txt22{
	font-size:12px;
}
.txt24{
	font-size:18px;
	line-height: 26px;
	letter-spacing: 5px;
}
.txt26{
	font-size:16px;
	line-height: 26px;
	letter-spacing: 5px;
}
.txt30{
	font-size:18px;
	line-height: 28px;
}
.txt32{
	font-size:24px;
	line-height: 30px;
	letter-spacing: 5px;
}

.txt44{
	font-size:28px;
	line-height: 30px;
	letter-spacing: 5px;
}
.txt60{
	font-size:30px;
}
.txt78{
	font-size:36px;
}
.mt20{
	margin-top: 10px;
}
.mt40{
	margin-top: 20px;
}
.mt80{
	margin-top: 40px;
}
.mt100{
	margin-top: 50px;
}
.inner1200 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.inner1000 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.inner660 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.inner735 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.sec01 {
    background-image: none;
    position: relative;
    background-color: #800724;
}

.sec01 .inner{
    background-image: url(/100th/character/img/bg01_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
	height: auto;
}
.sec01 .inner .cha01,.sec01 .inner .cha02{
	width: 45%;
}
.sec01 .inner .cha01 img,.sec01 .inner .cha02 img{
	width: 100%;
	height: auto;
}
.sec01 .inner .cha01{
	position: absolute;
	bottom:0;
	left:5%;
}
.sec01 .inner .cha02{
	position: absolute;
	bottom:0;
	right:5%;
}


.sec01-txt {
    width: 78%;
    position: relative;
    padding-bottom: 140px;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	z-index: 10;
}
.sec01-txt p {
    padding-bottom: 0px;
}

.sec01-txt img{
	width: 100%;
	height: auto;
}


.sec02 {
	background-image: url(/100th/character/img/bg_sec02.png);
	background-position: center bottom;
	background-size: 655px auto;
	padding-top: 100px;
	padding-bottom: 110px;
	font-size: 15px;
	line-height:28px;
	background-repeat: repeat-x;
	font-weight: 500;
	text-align: center;
	background-color: #800724;
	border-bottom: 5px solid #F1C12D;
	color: #FFFFFF;
}
.sec03 {
	background-color: #FFFFFF;
	padding-top: 55px;
	padding-bottom: 45px;
	background-repeat: no-repeat;
	background-image: url(/100th/character/img/sec03-bg.jpg);
	background-position: center bottom;
	background-size: 700px auto;
	position: relative;
	border-bottom: 5px solid #F1C12D;
	height: 600px;
	
}
.title {
    text-align: center;
    color: #9D0A2D;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 5px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
}
.title .bgtitle {
    display: inline-block;
    background-color: #9D0A2D;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 60px;
    border-radius: 80px;
    padding: 0 40px;
}
.sec03 .title{
	width: 200px;
	margin: 0 auto;
}
.sec03 .title img{
	width: 100%;
	height: auto;
}
.sec03 .inner1200 .num01 {
	position: absolute;
	width: 160px;
	left:50%;
	margin-left: -80px;
	top:120px;
	z-index: 10;
}
.sec03 .inner1200 .num02 {
	position: absolute;
	width: 138px;
	left:15%;
	margin-left: -60px;
	top:190px;
	z-index: 8;
}
.sec03 .inner1200 .num03 {
	position: absolute;
	width: 122px;
	left:88%;
	margin-left: -61px;
	top:200px;
	z-index: 6;
}
.sec03 .inner1200 .num01 img,.sec03 .inner1200 .num02 img,.sec03 .inner1200 .num03 img{
	width: 100%;
	height: auto;
}

.sec04 {
	background-position: center center;
	background-size: 24px auto;
	padding-top: 50px;
	padding-bottom: 90px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
}
.sec04 .uni {
	background-image: url(/100th/character/img/sec04-bg01.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 24px auto;
	margin-bottom: 60px;
}
.uni .uni-komidashi {
	background-color: #9D0A2D;
	color: #FFFFFF;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 80px;
	border-radius: 20px;
	position: relative;
	top: 0px;
	left:-0px;
	z-index: 1;
	font-size:13px;
}

.sec04 .uni .uni-box {
	border: 5px solid #9D0A2D;
	background-color: #FFFFFF;
	position: relative;
	border-radius: 20px;
	z-index: 2;
	top:-70px;
	text-align: left;
	padding-bottom: 50px;
}
.uni-box .name {
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;;
}
.uni-box .name img{
	width: 100%;
	height: auto;
}
.uni-box .photo {
	display: block;
	vertical-align: top;
	width: 100%;
}
.uni-box .photo img {
	width: 100%;
	height: auto;
}
.uni-box .txt {
	display: block;
	vertical-align: top;
	width: 90%;
	margin-left: 5%;
	color:#333;
}
.uni-box .txt .txt-midashi{
	color:#9D0A2D;
	font-size:16px;
	border-bottom: 2px dotted #9D0A2D;
	margin-bottom: 10px;
}
.uni-box .txt p {
	font-size: 13px;
	line-height: 1.8em;
}

.sec04 .hs {
	background-image: url(/100th/character/img/sec04-bg02.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 24px auto;
	margin-bottom: 0px;
}
.hs .hs-komidashi {
	background-color: #1A3F98;
	color: #FFFFFF;
	max-width: 512px;
	padding-top: 20px;
	padding-bottom: 80px;
	border-radius: 20px;
	position: relative;
	top: 0px;
	left:-0px;
	z-index: 1;
}

.sec04 .hs .hs-box {
	border: 5px solid #1A3F98;
	background-color: #FFFFFF;
	position: relative;
	border-radius: 20px;
	z-index: 2;
	top:-70px;
	text-align: left;
	padding-bottom: 50px;
}
.hs-box .name {
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;;
}
.hs-box .name img{
	width: 100%;
	height: auto;
}
.hs-box .photo {
	display: block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 0px;
}
.hs-box .photo img {
	width: 100%;
	height: auto;
}
.hs-box .txt {
	display: block;
	vertical-align: top;
	width: 90%;
	margin-left: 5%;
	color:#333;
}
.hs-box .txt .txt-midashi{
	color:#1A3F98;
	font-size:16px;
	border-bottom: 2px dotted #1A3F98;
	margin-bottom: 20px;
}
.hs-box .txt p {
	font-size: 13px;
	line-height: 1.8em;
}




.sec05 h4 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.4em;
    position: relative;
    z-index: 10;
}
.sec05 h4 strong{
    background-color: #fff;
    padding: 0 10px 0 20px;
    font-weight: normal;
}
.sec05 h4:after{
    content: " ";
    width: 300px;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.sec05 .photo {
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
	display: block;
	vertical-align: top;
}
.sec05 .photo img {
    width: 100%;
    height: auto;
}
.sec05 .txt{
	display: block;
	width: 90%;
	vertical-align: top;
	text-align: left;
	padding-left: 5%;
}
.sec05 .name {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.4em;
    text-align: left;
}
.sec05 .name_eng {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2em;
	padding-bottom: 10px;
	text-align: left;
}

.sec05 .txt img{
	width: 100%;
	height: auto;
}
.sec05 .txt .line-center{
	position: relative;
}
.sec05 .txt .line-center:after{
	width: 100%;
	content: "";
	position: absolute;
	top:40%;
	left:0;
	border-bottom: 1px solid #999;
	z-index: 1;
}
.sec05 .txt .line-center span{
	position: relative;
	background: #fff;
	padding-right: 10px;
	display: inline-block;
	z-index: 2;
}

.sec06{
    padding-top: 110px;
    padding-bottom: 110px;
}


.sec08 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #F0EEE6;
	color: #333333;
}
.contact-box {
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 80%;
	padding-top: 10%;
	padding-right: 10%;
	padding-bottom: 10%;
	padding-left: 10%;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
}
.contact-box .komidashi {
    color: #9D0A2D;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 40px;
	padding-top: 25px;
    font-size: 26px;
	letter-spacing: 5px;
}
.contact-box .komidashi2 {
    color: #9D0A2D;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 25px;
	letter-spacing: 5px;
}
.contact-box a{
	text-decoration: none;
	color:#000;
	font-size: 20px;
}
.footer {
    width: 100%;
    padding-top: 50px;
}
.footer .foot-logo {
    padding-left: 90px;
    width: 267px;
	float: left;
}
.footer .foot-logo img {
    width: 100%;
    height: auto;
}
.foot-sns {
    width: 380px;
    margin-left: auto;
}
.foot-sns li{
	display: inline-block;
	margin-right: 30px;
}
.foot-sns img{
	height: 27px;
	width: auto;
}
.footer .cr {
    padding-top: 100px;
	padding-bottom: 40px;
	padding-right: 40px;
    font-size: 12px;
    text-align: right;
}




.sec05 {
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 110px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

