@charset "utf-8";
/* CSS Document */
*{
    -webkit-appearance: none;
    -moz-appearance: none;
}

ul, menu, dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

div.content {
    width: 100%;
    background-color: #6EC864;
    overflow-x: hidden;
}

div.content * {
    box-sizing: border-box;
    font-family: 'Noto Sans Japanese', sans-serif;
}

div.inner {
    width: 1000px;
    margin: auto;
    position: relative;
}

/*タイトル部*/
div.detail_haeader {
    width: 100%;
    background-color: #c0ddbd;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    min-height: 200px;
    position: relative;
}
div.detail_haeader h2 {
    margin: 0;
    padding: 0;
}
#title-1 {
    padding: 0;
    margin: 0;/* visibility: hidden; */
}
#title-2 {
    padding: 0;
    margin: -100px auto 40px auto;
    display: block;/* visibility: hidden; */
}
#title-3 {
    padding: 0;
    margin: 0 auto;
    display: block;/* visibility: hidden; */
}
#title-bird {
    position: absolute;
    top: 50px;
    margin-left: 80px;/* visibility: hidden; */
}
#title-cloud {
    position: absolute;
    top: 160px;
    margin-left: 120px !important;/* visibility: hidden; */
}
#title-wood {
    padding: 0;
    margin: -150px 0 0 220px;/* visibility: hidden; */
}
#title-school {
    position: absolute;
    bottom: -1px;
    right: 50%;
    margin-right: -495px;/* visibility: hidden; */
}
#title-student {
    position: absolute;
    bottom: -62px;
    left: 50%;
    margin-left: -550px;/* visibility: hidden; */
}
/*タイトル部　end*/

.v_effect {
/* visibility: hidden; */
}
.f_effect {
/* visibility: hidden; */
}
a {
    transition: .4s ease-in-out;
}
a:hover {
    opacity: .6;
}
section.main_area {
    width: 100%;
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
    background-position-x: center;
    border-top: 5px solid #000;
}
section.main_area .inner {
    background-image: url(../images/backgroundchain.png);
    background-repeat: repeat-y;
    background-position-x: center;
    margin-top: 100px;
}
section.main_area .inner .block {
    background: #fff;
    border: solid 2px #000;
    border-radius: 10px;
    box-shadow: 5px 5px;
    padding: 0px 60px 30px;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
section.main_area .inner .block h3 {
    margin: 0;
    padding: 0.4em 20px 0.4em 8px;
    height: 60px;
    position: relative;
    top: -21px;
    left: 0;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.05em;
    box-shadow: 8px 8px 0 rgba(153,153,153,0.5);
    transform: skewX(-15deg);
}
section.main_area .inner .block h3 span {
    transform: skewX(15deg);
    display: block;
}
.mod_list {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
    overflow: hidden;
}
.mod_list li {
    background-color: #6ec864;
    color: #fff;
    padding: 4px 8px;
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
    float: left;
    letter-spacing: 0.04em;
}
#title_pc {
    padding: 0;
    margin: 0 auto;
    width: 1143px;
}
#title-cloud {
    width: 962px;
    margin: 0 auto;
}
#title_pict01 {
    width: 140px;
    height: 94px;
    padding: 0;
    margin: -45px 10px 0 0;
    display: inline-block;
    float: left;
}
.column_01 {
    display: flex;
    align-items: flex-start;
    margin: 20px 0 40px 0;
    padding: 0;
    text-align: left;
}
#content01 .column_01 {
    text-align: center;
}
.column_text {
    position: relative;
    margin: 0;
}
#content01_img {
    width: 515px;
    height: auto;
    display: block;
}
#v_kaisaiday {
    width: 172px;
    height: 32px;
    margin: -10px 0 20px 0;
}
#content01_ttl {
    width: 340px;
    height: 180px;
    margin: 0;
}
.content01_time {
    font-size: 28px;
    padding: 8px 0 0 0;
    position: relative;
    letter-spacing: 0.05em;
}
.content01_time span {
    background-color: #000;
    display: inline-block;
    color: #fff;
    padding: 6px 18px;
    margin: 2px 6px 0 0;
    font-size: 18px;
    vertical-align: top;
}


.content01_atent {
    padding: 0!important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 0;
}

.content01_atent li {
    padding: 8px 12px;
    margin: 0;
    border: 2px solid #000;
    border-radius: 25px;
    width: 32%;
    font-size: 14px;
    font-weight: 600;
    list-style-type:  none;
    text-align: center;
}


.column_02{
    background-color:#e2f4e0;
    border-radius:30px;
    position:relative;
    padding: 90px 60px 20px;
    margin-bottom: 10px;
}

.column_02 img.column_02_title{
    position:absolute;
    top: -70px;
    left: 20px;
}

.column_02 img.column_02_illust{
    position:absolute;
    top: -30px;
    width: 180px;
    height: 110px;
    right: 20px;
}

#content01 > div.column_02 > ul{
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

#content01 > div.column_02 > ul li{
    width: 240px;
}

#content01 > div.column_02 > ul li img{
    width:100%;
}
#content01 > div.column_02 > ul li p{
    background-color:#000;
    color:#fff;
    font-size:14px;
    margin:10px auto;
    display:  inline-block;
    padding: 0.2em 1em;
    }
#content01 > div.column_02 > p{
     text-align: justify;
     text-justify: inter-ideograph;
     padding-left: 70px;
     position:  relative;
}
#content01 > div.column_02 > p::before{
    content:'';
    width:60px;
    height:60px;
    display: block;
    background: #fff;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    background:url(../ryukoku/images/c01_column02_illust2.svg) no-repeat;
    background-size:contain;
}




.timetable {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
}
section.main_area .inner .timetable h5 {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0.4em 0 0.4em 0;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    background-image: url(../teikyo-u/images/xline.svg);
    background-repeat: repeat-x;
    background-position: 0 50%;
}
section.main_area .inner .timetable h5 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}
#timetable_pict {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: -5px 0 0 5px;
    display: inline-block;
    float: right;
}
.table_wrapper {
    padding: 0;
    margin: 0 0 20px 0;
}
.table_wrapper img {
    width: 916px;
    height: 452px;
}
.timetable_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.timetable_list .title {
    flex-basis: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.timetable_list .text {
    flex-basis: 83%;
    text-align: left;
}
.timetable_list .text span {
    margin-right: 4px;
    display: inline-block;
}
.timetable_list .text span::before {
    content: "■";
    display: inline-block;
    margin-right: 2px;
}
.crosshatch {
    width: 100%;
    height: 30px;
    background-image: url(../teikyo-u/images/xline.svg);
    background-repeat: repeat-x;
    margin-bottom: 0;
}
/*2*/


#content02{
    padding-bottom:100px;
}


#title_pict02 {
    width: 88px;
    height: 82px;
    padding: 0;
    margin: -33px 10px 0 0;
    display: inline-block;
    float: left;
}
#content02_ttl {
    margin-top: 0;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 5px;
}
#content02_ttl span {
    font-size: 46px;
    display: block;
}
#content02_img_wrap {
    position: relative;
    padding: 0;
    margin: 0 0 0 40px;
}
#v_osusume {
    width: 120px;
    position: absolute;
    left: -50px;
    top: 24px;
}
#content02_img {
    width: 410px;
    display: block;
}

#content02 > img.content02_img{
    position:absolute;
    bottom:0;
    left:40%
}
#content02 > img.content02_fukidashi{
    position:absolute;
    bottom:100px;
    left:20%  
}



#f_chance {
    width: 200px;
    position: absolute;
    right: -120px;
    top: 90px;
}
#content02_p {
    font-size: 16px;
    line-height: 1.5;
}
#content02_img_sd {
    width: 340px;
    position: absolute;
    right: -40px;
    bottom: 0;
}
#btn_openmenu {
    width: 460px;
    margin: 0 auto 20px auto;
}
.talk_table h5 {
    margin: 0 0 0.5em;
    font-size: 20px;
    text-align: left;
    color: #6ec864;
}
.talk_table h5 span.content03_table_time {
    color: #000;
    display: inline-block;
    margin-left: 1em;
}
.talk_table table {
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    table-layout: fixed;
}
.talk_table table th {
    background-color: #6ec864;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
}
.talk_table table td {
    text-align: left;
    padding: 10px;
    font-size: 13px;
}
.talk_table table th:nth-child(1) {
    width: 26%;
}
.talk_table table th:nth-child(2) {
    width: 9%;
}
.talk_table table th:nth-child(3) {
    width: 19%;
}
.talk_table table th:nth-child(4) {
    width: 24%;
}
.talk_table table table td {
    text-align: left;
    padding: 10px;
    font-size: 15px;
}
.talk_table table th + th, .talk_table table td + td {
    border-left: 1px dashed #666;
}
.talk_table table tr:nth-child(2n+3) {
    background: rgba(110,200,100,0.4); /*color:#6ec864*/
}
.talk_table table td:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
}
.talk_table table td:nth-child(4) {
    font-size: 11px;
}
.talk_table table td:nth-child(4) span {
    display: inline-block;
    margin: 0 0.5em;
    font-size: 14px;
    font-weight: 500;
}
/*3*/

#content03 > div > div{
    width: 360px;
}




#title_pict03 {
    width: 98px;
    height: 73px;
    padding: 0;
    margin: -33px 10px 0 -30px;
    display: inline-block;
    float: left;
}
#content03_ttl {
    font-size: 46px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
}
#content03_img_wrap {
    position: relative;
    padding: 0;
    margin: 0px 0 0 210px;
}
#v_iroiro {
    width: 150px;
    position: absolute;
    left: -160px;
    top: 24px;
}


#content03_img {
    width: 320px;
    display: block;
    float: right;
}

#content03_fukidashi{
    position:absolute;
    bottom: -40px;
    left: -130px;
}



#content03_table h5 {
    text-align: left;
    color: #6ec864;
    padding: 0;
    margin: 0 0 8px 0;
}
#content03_table span {
    display: inline-block;
}
#content03_table .content03_table_num {
    font-size: 24px;
}
#content03_table .content03_table_class {
    font-size: 18px;
    margin-right: 4px;
}
#content03_table .content03_table_time {
    color: #000;
    font-size: 18px;
}
#content03_table table {
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    table-layout: fixed;
}
#content03_table table th {
    background-color: #6ec864;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
}
#content03_table table th:nth-child(1) {
    width: 16%;
}
#content03_table table th:nth-child(2) {
    width: 26%;
}
#content03_table table th:nth-child(3) {
    width: 58%;
}
#content03_table table td {
    text-align: left;
    padding: 10px;
    font-size: 15px;
}
#content03_table table th + th, #content03_table table td + td {
    border-left: 1px dashed #666;
}
#content03_table tr:nth-child(2n+3) {
    background: rgba(110,200,100,0.4); /*color:#6ec864*/
}
#content03_table_p {
    text-align: left;
    padding: 0;
    margin: -16px 0 0 0;
}
/*4*/
#title_pict04 {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: -50px 10px 0 -25px;
    display: inline-block;
    float: left;
}
#content04_ttl {
    font-size: 46px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
}
#content04_ttl span{
    color:#f05ab3;
}

#content04_p {
    font-size: 16px;
    line-height: 1.5;
}
#v_osusume {
    width: 120px;
    position: absolute;
    left: -95px;
    top: 24px;
}
#content04_img_wrap {
    position: relative;
    padding: 0;
    margin: 0 0 0 140px;
}
#content04_img {
    width: 364px;
    display: block;
}
#f_nanto {
    width: 180px;
    position: absolute;
    left: -80px;
    top: -15px;
}
#content04_chara {
    width: 170px;
    position: absolute;
    right: -20px;
    bottom: -55px;
}
#content04_img_sd {
    width: 330px;
    position: absolute;
    right: 45%;
    margin-right:0;
    bottom: 0;
}
#content04_fukidashi{
    position:absolute;
    left: -20px;
    bottom: 50px;
}


/*5*/
#title_pict05 {
    width: 130px;
    height: 130px;
    padding: 0;
    margin: -80px 10px 0 -28px;
    display: inline-block;
    float: left;
}
#content05_ttl {
    font-size: 46px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
}
#content05_p {
    font-size: 16px;
    line-height: 1.5;
}
#content05_img_wrap {
    position: relative;
    padding: 0;
    margin: 0 0 0 140px;
}
#content05_img {
    width: 422px;
    display: block;
}
#content05_img_sd{
    position:absolute;
    bottom:0;
    left: 10%;
}

#content05_fukidashi{
    position:absolute;
    bottom: 140px;
    left: 28%;
}

/*6*/
#content06 .column_01 {
    padding-bottom: 0;
    margin-bottom: 20px;
}
#title_pict06 {
    width: 128px;
    height: 136px;
    padding: 0;
    margin: -86px 10px 0 -28px;
    display: inline-block;
    float: left;
}
#content06_ttl {
    font-size: 46px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
}
#content06_p {
    font-size: 16px;
    line-height: 1.5;
}
#content06_img_wrap {
    position: relative;
    padding: 0;
    margin: 50px 0 0 40px;
    z-index: 2;
}
#content06_img {
    width: 460px;
    display: block;
}
#f_wait {
    width: 160px;
    position: absolute;
    left: 130px;
    top: -20px;
}
#content06_img_sd {
    width: 200px;
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 1;
}
/*7*/
#content07 .column_01 {
    margin: 0 0 0px 0;
}
#title_pict07 {
    width: 148px;
    height: 102px;
    padding: 0;
    margin: -60px 10px 0 -18px;
    display: inline-block;
    float: left;
}
.content07_ttl {
    font-size: 36px;
    font-weight: 600;
    padding: 0;
    margin: 0 12px 0 0;
    display: inline-block;
}
#content07_list {
    list-style: none;
    width: 65.7%;
    padding: 0;
    margin: 0;
}
#content07_list li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#content07_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#content07_list li p {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    line-height: 1.8;
}
#content07_list .mod_list {
    padding: 0;
    margin: 12px 0 0 0;
}
#content07_list .mod_list li {
    border-bottom: none;
    padding-bottom: 6px;
    margin-bottom: 0;
}
#content07_list .mod_list li:last-child {
    margin-right: 0;
}
#content07 #mod_list_under {
    margin-top: 62px;
}
#v_lunch {
    position: absolute;
    right: 100px;
    top: 30px;
    width: 170px;
}
#content07_img {
    position: absolute;
    right: 30px;
    top: 90px;
    width: 260px;
}
#v_delicious {
    position: absolute;

    right: 180px;
    top: 310px;
    width: 108px;
}
#content07_chara_01 {
    position: absolute;
    right: 35px;
    top: 270px;
    width: 134px;
}
#v_event {
    position: absolute;
    right: 40px;
    bottom: 205px;
    width: 240px;
}
#content07_chara_02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 440px;
}
/*8*/

#content08 {
    padding-bottom: 50px
}
#v_kochira {
    width: 574px;
    margin: 15px auto 0px auto;
    padding: 0;
}
#access_kochira {
    width: 308px;
}
#content08_list {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#content08_list li {
    padding: 0;
    margin: 0;
}

/*under sp ------------------------------------------- */
@media screen and (max-width:640px) {
.sp {
    display: block;
}
.pc {
    display: none;
}
}
//sp
