@charset "UTF-8";
/*########################################

	CSS for Responsive
	
##########################################*/
/*========================================
	Common
========================================*/
/* 1040px以下（PC小サイズ）の場合 */
@media only screen and (max-width: 1040px) {
  body {
    width: 100%;
    min-width: inherit;
  }
  .container {
    width: 100%;
    padding: 0 1rem;
  }
  #bg_fix {
    width: 100%;
    height: 720px;
    min-width: inherit;
  }
  /* header for smallPC
	----------------------- */
  .gnav_item {
    padding: 0 0.5rem;
  }
  .gnav_btn a {
    width: auto;
    padding: 0 1.5rem;
  }
  /* mainpic for small-PC
	----------------------- */
  .mainpic {
    width: auto;
    max-width: 100%;
    height: 720px;
  }
  /* footer for small-PC
	----------------------- */
  .fnav {
    width: 100%;
    padding: 0 1rem;
  }
}

/* 959px以下（タブレット）の場合 */
@media only screen and (max-width: 960px) {
  .tab {
    display: block;
  }
  .container_s {
    width: 100%;
    padding: 0 1.5rem;
  }
  /* #header for Tablet
	----------------------- */
  .header-top .logo {
    height: 63px;
  }
  .header-top .logo img {
    width: auto;
    height: 44px;
  }
  .header-top {
    min-height: 64px;
  }
  .header-top #gnav {
    box-sizing: border-box;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: rgba(34, 47, 66, 0.95);
    overflow-y: auto;
    width: 360px;
    padding: 0 1.5rem;
    text-align: right;
  }
  .sp-toggle {
    display: inline-block;
    z-index: 39;
  }
  .btn-toggle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #FFF;
    transition: .2s;
  }
  .btn-toggle::before, .btn-toggle::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 2px;
    background: #FFF;
    transition: .3s;
  }
  .btn-toggle::before {
    margin-top: -8px;
  }
  .btn-toggle::after {
    margin-top: 6px;
  }
  .sp-toggle .close {
    background: transparent;
  }
  .sp-toggle .close::before, .sp-toggle .close::after {
    margin-top: 0;
  }
  .sp-toggle .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .sp-toggle .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .header-top .gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-top: 80px;
    order: 0;
  }
  .header-top .gnav_item {
    display: block;
    width: 100%;
    margin-bottom: 0.8rem;
    text-align: center;
  }
  .header-top .gnav_item a {
    display: block;
    padding: 0.8em 1em;
    background-color: #FFF;
  }
  .gnav_pulldown .sp_style {
    display: inline-block;
    width: 100%;
    padding: .5em 0;
    border-bottom: 1px solid #F3F3F5;
    color: #F3F3F5;
    font-weight: bold;
  }
  .gnav_pulldown li {
    margin: 0 0 .5em;
  }
  .gnav_pulldown > ul {
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0;
    margin-top: 0.5em;
    background: rgba(255, 255, 255, 0);
  }
  .header-top .gnav_btn {
    padding: 0;
    order: 1;
    margin-bottom: 2rem;
  }
  .header-top .gnav_btn li {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .header-top .gnav_btn a {
    padding: 0.5em 1em;
  }
  /* mainpic for Tablet
	----------------------- */
  .mainpic {
    height: 720px;
  }
  .mainpic-second {
    height: 280px;
    background-position: center;
  }
  /* #main for Tablet
	/*--- 横並びリスト（ボタン型メニューなどに）---*/
  .colum2list li img {
    width: 100%;
    height: auto;
  }
  .colum2list li:nth-of-type(2n+1) {
    padding-right: 2%;
  }
  .colum2list li:nth-of-type(2n) {
    padding-left: 2%;
  }
  /*--- 3カラムレイアウト ---*/
  .grid3_2 {
    width: 50%;
  }
  /*--- その他 ---*/
  .txt_block {
    width: 62%;
  }
  .img_block {
    width: 38%;
  }
  .img_block img {
    width: 100%;
    max-width: 420px;
    height: auto;
  }
  .bg_section-blank .container_s {
    padding: 0;
  }
}

/* /@media */
/* 640px以下(スマホ）の場合 */
@media only screen and (max-width: 640px) {
  body {
    font-size: 0.9375rem;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .container_s {
    font-size: inherit;
    line-height: inherit;
  }
  .w1_3 {
    width: 100%;
  }
  /* #header for SP
	----------------------- */
  #bg_fix {
    width: 100%;
    min-width: inherit;
    height: 520px;
    background: url("../img/bg_mainpic_sp@2x.jpg") center bottom no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .header-top {
    min-height: 48px;
  }
  .header-top .logo {
    width: auto;
    height: 48px;
  }
  .header-top .logo img {
    width: auto;
    height: 28px;
    vertical-align: bottom;
  }
  .sp-toggle {
    width: 48px;
    height: 48px;
  }
  .scroll-prevent {
    overflow: hidden;
    height: 100%;
  }
  .header-top #gnav {
    width: 100%;
  }
  .header-top .gnav {
    width: 100%;
  }
  .gnav .gnav_item,
  .gnav_pulldown li {
    width: 100%;
    padding: 0;
    margin-bottom: 1px;
  }
  .header-top .gnav_pulldown {
    margin-bottom: 6px;
  }
  /* mainpic for SP
	----------------------- */
  .mainpic {
    min-height: inherit;
    height: 520px;
  }
  .mainpic img {
    width: auto;
    height: 110px;
    margin: 0.5rem 1rem;
  }
  .mainpic-second {
    height: 240px;
  }
  .mainpic-second h1 {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    padding-top: 48px;
    margin: auto;
  }
  .mainpic-second img {
    width: auto;
    height: 100%;
  }
  .mainpic-about {
    background: url("../img/bg_mainpic-about_sp.jpg") center no-repeat;
    background-size: cover;
  }
  .mainpic-schedule {
    background: url("../img/bg_mainpic-sche_sp.jpg") center no-repeat;
    background-size: cover;
  }
  .mainpic-oazukari {
    background: url("../img/bg_mainpic-oazukari_sp.jpg") center no-repeat;
    background-size: cover;
  }
  .mainpic-mission {
    background: url("../img/bg_mainpic-mission_sp.jpg") center no-repeat;
    background-size: cover;
  }
  /* #main for SP
	------------------*/
  .breadcrumb-area {
    font-size: 0.75rem;
  }
  .section {
    padding: 3rem 0;
  }
  .section .block {
    margin: 3rem 0;
  }
  .maintitle,
  .section_title {
    font-size: 1.5rem;
    margin: 1.25rem 0;
  }
  .section_title img {
    width: auto;
    height: 22px;
  }
  .section_title img.type_l {
    width: auto;
    height: 24px;
  }
  .mintitle {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  /*--- 横並びリスト（ボタン型メニューなどに）---*/
  .colum2list li {
    width: 100%;
  }
  .colum2list li img {
    width: 100%;
    height: auto;
  }
  .colum2list li:nth-of-type(2n+1) {
    padding-right: 0;
  }
  .colum2list li:nth-of-type(2n) {
    padding-left: 0;
  }
  /*--- 汎用tableスタイル ---*/
  .general_tbl th, .general_tbl td {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0.4em 1rem;
  }
  /*--- その他 ---*/
  .detail_block, .txt_block, .img_block {
    width: 100%;
    margin: 1.6rem auto;
    padding: 0;
  }
  .img_block {
    text-align: center;
  }
  .btn a {
    line-height: 1.6;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: .6em 1.6em .6em 1em;
  }
  .box {
    padding: 24px;
  }
  /* #footer for SP
	----------------------*/
  .counter {
    padding: 2.5rem 0;
  }
  .counter img {
    width: auto;
    height: 1rem;
  }
  #pagetop {
    z-index: 1;
    right: 20px;
    bottom: 20px;
  }
  #pagetop a {
    display: block;
    width: 42px;
  }
  #pagetop a img {
    width: 100%;
    height: auto;
  }
  #footer .container {
    padding: 0;
    background-size: 94px auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fnav {
    display: block;
    height: auto;
    padding: 0;
  }
  .fnav li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #FFF;
  }
  .fnav a {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    background-color: #F3F3F5;
    text-decoration: none;
    background-image: none;
  }
  .fnav li a::after {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: .7em;
    height: .7em;
    margin: auto;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-radius: 1px;
  }
  .fnav_btn {
    box-sizing: border-box;
    width: 100%;
    margin: 3rem 0 2rem;
    padding: 0 1rem;
  }
  .fnav_btn li {
    width: calc(50% - 0.5rem);
  }
  .fnav_btn a {
    width: 100%;
  }
  .footer_prof {
    margin: 0 auto 2rem;
    text-align: center;
  }
  .footer_prof .logo img {
    width: auto;
    height: 28px;
  }
  .footer_prof dd {
    font-size: 0.875rem;
  }
  .footer_prof dd img {
    width: auto;
    height: 20px;
  }
  .copy {
    font-size: 0.8125rem;
  }
}

/* /@media */
/*========================================
	top
========================================*/
/* 1040px以下（PC小サイズ）の場合 */
/* @media */
/* 959px以下（タブレット）の場合 */
@media only screen and (max-width: 960px) {
  /* top1 for Tablet
	---------------------------*/
  .top1 {
    background: inherit;
  }
  .top1 .detail {
    width: auto;
    padding-left: 1rem;
  }
  /* top_banner for Tablet
	---------------------------*/
  .top_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #75E287 url("../img/bg_top-contents-tab.jpg") center no-repeat;
    background-size: cover;
  }
  .card {
    width: calc(100% / 2 - 8px);
    margin-bottom: 2rem;
  }
  .card > a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .card a {
    text-decoration: none;
  }
  .card .detail {
    padding: 2rem;
  }
  .card .subtitle {
    margin: 0;
  }
  .card .maintitle {
    font-size: 1.25rem;
    margin: 0 0 1.125rem;
  }
  /*  Access Map
	---------------------*/
  .top_address .btn {
    width: auto;
    margin-left: 1.5rem;
  }
  /*  Bus
	---------------------*/
  .top-bus .detail {
    width: calc(100% - 240px);
    padding-left: 32px;
  }
  .top-bus .detail h2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .top-bus .detail img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72px;
  }
  .top-bus figure {
    width: 240px;
    padding-top: 1rem;
  }
}

/* 640px以下(スマホ）の場合 */
@media only screen and (max-width: 640px) {
  /* top1 for SP
	---------------------------*/
  .top1 img {
    width: 100%;
    max-width: 460px;
    height: auto;
  }
  .top1 .detail {
    padding: 0;
    font-size: 1em;
  }
  /* top_banner for SP
	---------------------------*/
  .top_banner {
    padding: 80px 0 64px;
    background: #75E287 url("../img/bg_top-contents-sp@2x.jpg") center no-repeat;
    background-size: cover;
  }
  .card {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  .card .detail {
    padding: 1rem;
  }
  .card .subtitle {
    margin: 0;
  }
  .card .maintitle {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
  /* Access Map for SP
	---------------------------*/
  .top_address .general_tbl {
    margin: 80px 0 48px;
  }
  .top_address .general_tbl .st {
    line-height: 1.4;
  }
  .top_address .btn {
    display: block;
    margin: 0.5rem 0;
  }
  .top_access {
    padding: 2rem 0 3rem;
  }
  .top_access .g-map {
    box-sizing: border-box;
    padding: 4px;
    margin: 1.5rem 0;
  }
  .top_access .g-map a {
    bottom: 8px;
    left: 16px;
    font-size: 0.75rem;
  }
  .top_access .general_tbl {
    width: 100%;
    margin: 0 auto;
  }
  /* Bus for SP
	---------------------------*/
  .top-bus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-bus .detail {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
  .top-bus figure {
    width: 100%;
    padding-top: 0;
  }
}

/* /@media */
/*========================================
	about
========================================*/
/* 640px以下(スマホ）の場合 */
@media only screen and (max-width: 640px) {
  .about .flex-wrap .txt {
    width: 100%;
    padding-right: 0;
  }
  .about .flex-wrap .photo {
    width: 100%;
    text-align: center;
  }
  .about .photo img {
    width: 164px;
    height: auto;
  }
  .about .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*========================================
	mission
========================================*/
/* 959px以下（タブレット）の場合 */
@media only screen and (max-width: 960px) {
  .mission_list-wrap {
    padding: 36px 8px;
  }
  .mission_list-wrap ul {
    margin: .5rem auto;
  }
  .mission_list01 {
    width: 160px;
    height: 160px;
    margin-left: 0;
    background: #FFFAD9;
  }
  .mission_list02 {
    width: 256px;
    height: 256px;
    margin-top: 24px;
    background: #E9F6FF;
  }
  .mission_list03 {
    width: 160px;
    height: 160px;
    margin-right: 0;
    background: #FFEEF1;
  }
  .mission_list-wrap h4 {
    margin: 0 0 8px;
  }
  .hashira_concept_list {
    width: 100%;
  }
}

/* 640px以下(スマホ）の場合 */
@media only screen and (max-width: 640px) {
  .mission_list-wrap {
    width: 80vw;
    height: 80vw;
    max-width: 320px;
    max-height: 320px;
    padding-top: 56px;
    margin: 0 auto 1.5rem;
  }
  .mission_list01,
  .mission_list03 {
    padding-top: calc(56px + 12%);
  }
  .hashira_wrap {
    width: 100%;
    margin-bottom: .5rem;
  }
  .mission .flex-wrap .txt {
    width: 100%;
    padding-right: 0;
  }
  .mission .flex-wrap .photo {
    width: 100%;
    text-align: center;
  }
  .mission .photo img {
    width: 164px;
    height: auto;
  }
  .mission .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*========================================
	schedule
========================================*/
/* 640px以下(スマホ）の場合 */
@media only screen and (max-width: 640px) {
  .daily-flow .txt,
  .month ul {
    width: 100%;
    padding-right: 0;
  }
  .photo {
    width: 100%;
  }
  .photo figure {
    width: 50%;
  }
  .photo img {
    width: 100%;
  }
  .schedule .azukari .txt,
  .schedule .azukari .photo {
    width: 100%;
    padding: 0;
  }
  .schedule .azukari .photo {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .schedule .azukari .photo figure {
    width: 50%;
  }
  .month_wrap {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .month_wrap ul {
    padding: 58px 1.5rem 1.5rem;
  }
}

.c-no-margin {
  margin: 0;
}

.c-marg-B16 {
  margin-bottom: 16px;
}

.c-marg-B32 {
  margin-bottom: 32px;
}

.c-marg-B48 {
  margin-bottom: 48px;
}

.c-marg-B64 {
  margin-bottom: 64px;
}

.c-marg-T48 {
  margin-top: 48px;
}

.c-marg-T64 {
  margin-top: 64px;
}

.c-padd-L48 {
  padding-left: 48px;
}

.c-txt-right {
  text-align: right;
}

.c-txt-center {
  text-align: center;
}

.c-txt-big {
  font-size: 1.625em;
}

.c-txt-small {
  font-size: .8em;
}
