@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  background-repeat: no-repeat;
  font-weight: 400
}

/* Google Translate Overrides対応
html, body{
  min-height: 0!important;
  height: auto!important;
  position: inherit!important;
}
 */
.goog-te-gadget .goog-te-combo {
    background-color: white;
}
.goog-logo-link img {
	width: 100px;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}

li, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

.kaisaituushi_bgimg {
	background-image: url(../img2020/kaisaituushi_bgimg.png);
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.sec03__table {
	width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select, textarea {
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #000;
  width: 100%;
  height: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  background-color: none!important
}

:focus {
  outline: 0
}

a, button {
  outline: 0;
  border: none;
  cursor: pointer
}

a:hover, button:hover {
  outline: 0
}

*, :after, :before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: inherit;
  vertical-align: bottom
}

em, i {
  font-style: normal
}

svg {
  height: auto
}

select::-ms-expand {
  display: none
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  width: 100%;
  height: 100%;
  position: relative
}
.text_left_box {
  position: relative;
  text-align: left;
  padding: 1em;
  max-width: 600px;
  margin-top: -1em;
}
.caption_box{
  position: relative;
  text-align: left;
  border: 1px solid black;
  padding: 1em;
  max-width: 600px;
  margin-top: 1em;
}
.inner{
   display:inline-block;
}
.img01 {
      max-width:500px;
      margin:0 auto;
      box-sizing:border-box;/* borderとpaddingをwidthに含める */
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
      -ms-box-sizing:border-box;
}
.img01 img {
      width:100%;
      height:auto;
      vertical-align:top;
}

.waku01 {
      padding:2px;
      border:1px solid #ccc;
      background:#fff;
      box-shadow: 1px 1px 3px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}

.waku01-p {
      padding:1px;
      border:1px solid #ccc;
      background:#fff;
      box-shadow: 1px 1px 3px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}

.shadow-frame {
	display: inline-block;
	box-shadow: 1px 3px 20px -10px rgba(0, 0, 0, 0.8);
}

.ribon-frame {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.ribon-frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 150px;
	height: auto;
	background: red;
	content: "TakeOut";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	left: -45px;
	top: 10px;
	transform: rotate(-40deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.waku02.bImg:before {
      box-shadow: none;  
}
.waku02.shadow {
      box-shadow: 1px 3px 8px rgba(20,20,20,0.3);
}
.waku02.shadow:before {
      box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.4),
                  -1px -1px 2px rgba(40,40,40,0.2),
                  1px 1px 2px rgba(255,255,255,1);  
}
.waku02.bWidth {
      border-width: 16px;
}
      
/* 枠上にタイトルをセンター表示 */
.caption_box .caption{
  text-align: center;
  position: absolute;
  font-size: 1.2em;
  background-color: white;
  
  top: 0;
  left: 50%;

   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:769px) {
  body {
    min-width: 960px;
    font-size: 1.6rem;
    line-height: 1.5em
  }

  th.sec03__table-inner--item {
	width: 16%;
  }

}

@media (max-width:768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5em
  }

  th.sec03__table-inner--item {
	width: 100%;
  }
  .caption_box .caption{
	  font-size: 1.0em;
  }
}

body img {
  width: 100%;
  vertical-align: bottom
}

body a {
  color: #0f41dc
}

@media (min-width:769px) {
  body a {
    -webkit-transition: all .3s 0s ease;
    transition: all .3s 0s ease
  }
  body a:hover {
    opacity: .8
  }
}

main {
  overflow: hidden
}

/* -- ボックス内itemをセンターリング -- */
.flex-box__item-center {
 	
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;

  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
}
/*ーーーーーーーーーーーーーーーーーーー*/

.body-img {
  background-image: url(../img2021/bk-color-400-400.jpg);
  background-size: auto;
  background-repeat: repeat;
}
.wid2bun {
    width: calc(100%/2);
}
.wid3bun {
    width: calc(100%/3);
}
.wid4bun {
    width: calc(100%/4);
}
.wid90ps {
    width: 90%;
}
.wid87ps {
    width: 87%;
}
.wid85ps {
    width: 85%;
}
.wid80ps {
    width: 80%;
}
.wid70ps {
    width: 70%;
}
.wid60ps {
    width: 60%;
}
.wid50ps {
    width: 50%;
}
.wid48ps {
    width: 48%;
}
.wid45ps {
    width: 45%;
}
.wid40ps {
    width: 40%;
}
.wid35ps {
    width: 35%;
}
.wid30ps {
    width: 30%;
}
.wid27ps {
    width: 27%;
}
.wid20ps {
    width: 20%;
}
.wid10ps {
    width: 10%;
}
.img_2ren_margin{
	margin-left: auto;
	margin-right: auto;
}

/* IE10以降 */
@media all and (-ms-high-contrast: none) { 
	/* ハイコントラストモードが「オフ」の場合 */
	.img_2ren_margin{
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (min-width:769px) {
  .pc {
    display: block
  }
  .timetable {
    width: 93%;
}

}

@media (max-width:768px) {
  .pc {
    display: none!important
  }
  .timetable {
    width: 100%;
}
}

@media (min-width:769px) {
  .sp {
    display: none!important
  }
}

@media (max-width:768px) {
  .sp {
    display: block
  }
}

.contents {
  max-width: 980px;
  margin: auto;
  position: relative
}

@media (max-width:768px) {
  .contents {
    width: 90%
  }
}

@media (min-width:769px) {
  .contents__sec {
    padding-top: 60px
  }
}

@media (max-width:768px) {
  .contents__sec {
    padding-top: 40px
  }
}

@media (min-width:769px) {
  .flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.flex-box__between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex-box__end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (min-width:769px) {
  .flex-box__inner-48 {
    width: 48%
  }
  .flex-box__inner-33 {
    width: 33%
  }
  .flex-box__inner-66 {
    width: 66%
  }
}

@media (min-width:769px) {
  .footer {
    height: 50px;
    background-size: 750px;

	background-image: url("../img2021/5color-str-3-und.jpg");
    background-repeat: repeat-x;
    background-position: center top;
	opacity: 1;
  }
}

@media (max-width:768px) {
  .footer {
    height: 50px;
    background-size: 820px;

    content: "";
    width: 100%;
    display: block;
    background-image: url("../img2021/5color-str-3-und.jpg");
/*    background-size: cover;*/
    position: absolute;
    z-index: 1;
  }
}

@media (min-width:769px) {
  .header {
	height: 450px;
    background-size: 750px;
	background-image: url("../img2021/5color-str-3-top.jpg");
    background-repeat: repeat-x;
    background-position: center top;
	opacity: 1;
  }
}

@media (max-width:768px) {
  .header {
    height: 100%;
    background-size: contain
  }
}

@media (max-width:768px) {
  .header::before {
    content: "";
    width: 100%;
    height: 50px;
    display: block;
	background-image: url("../img2021/5color-str-3-top.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 1
  }
}

@media (max-width:768px) {
  .header::after {
    content: "";
    width: 100%;
    height: 50px;
    display: block;
	background-image: url("../img2021/5color-str-3-und.jpg");
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
}

.header__main {
  text-align: center;
  position: relative
}

@media (min-width:769px) {
  .header__main {
      height: 500px;
      background-image: url(../img2021/topback-pc.png);
      background-size: 2200px;
      background-position: center bottom 70px;
  }
}

@media (max-width:768px) {
  .header__main {
      height: 100%;
      background-image: url("../img2021/topback-sp.png");
      background-size: contain;
      background-repeat: repeat;
  }
  .header__main::before {
    content: "";
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, .9)
  }
}

.header__main img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

#google_translate_element{
	z-index: 9999;
}

#ud_btn {
	z-index: 9998;
}


@media (min-width:769px) {
  .header__main img {
	width: 500px;
  }
	#google_translate_element{
		right: 2px;
	}
	
	#ud_btn {
		right: 2px;
	}
}

@media (max-width:768px) {
  .header__main img {
    width: 50%;
/*    width: auto;
   height: auto;*/
  }
	#google_translate_element{
		right: 50px;
	}
	
	#ud_btn {
		right: 50px;
	}
}

@media (max-width:450px) {
  .header__main img {
    width: 90%;
/*    width: auto;
   height: auto;*/
  }
}

.icon--person {
  width: 50px;
  margin: auto;
  margin-bottom: 10px
}

.menu-trigger {
  position: fixed;
  z-index: 9999;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  background-color: #000;
  -webkit-transition: .3s;
  transition: .3s
}

@media (min-width:769px) {
  .menu-trigger {
    display: none
  }
}

.menu-trigger span {
  height: 2px;
  width: 20px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .3s 0s ease;
  transition: all .3s 0s ease
}

.menu-trigger span:after, .menu-trigger span:before {
  content: "";
  height: 2px;
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  -webkit-transition: all .3s 0s ease;
  transition: all .3s 0s ease
}

.menu-trigger span:before {
  top: -8px
}

.menu-trigger span:after {
  top: 8px
}

.menu-trigger.open span {
  background-color: transparent
}

.menu-trigger.open span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.menu-trigger.open span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media (min-width:769px) {
  .mgb--50 {
    margin-bottom: 50px
  }
  .mgb--16 {
  	margin-bottom: 16px
  }
}

@media (max-width:768px) {
  .mgb--50 {
    margin-bottom: 30px
  }
 .mgb--16 {
  text-align: left;
  margin-bottom: 16px
 }
}

.nav {
  margin: auto;
  text-align: center;
  z-index: 9999
}

@media (min-width:769px) {
  .nav {
    width: 980px;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (max-width:768px) {
  .nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffffd4;
    display: none;
  }
}

@media (min-width:769px) {
  .nav.fixed {
    position: fixed
  }
}

@media (min-width:769px) {
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:768px) {
  .nav__list {
    position: absolute;
    top: 50%;
    left: 70%;
    width: 170px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
  }
}

.nav__list--item {
  font-weight: 700
}
/* ——————————————————————*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
/*  color: #fff; */
  border-radius: 0;
/*  background: #000;*/
}

.btn-flat span {
  position: relative;
}

.btn-flat:before {
  position: absolute;
  top: 0;
  left: 15px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
/*  background: white; */
  background-image: url(../img2021/bk-color-400-400.jpg);

}

.btn-flat:hover:before {
/*  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
  background: black;
color: yellow;*/
}
/* ——————————————————————*/
@media (min-width:769px) {
  .nav__list--item {
    width: 16.66%;
    font-size: 1.6rem;
    color: #fff;
  }
}

@media (max-width:768px) {
  .nav__list--item {
    font-size: 2rem;
  }
}

.nav__list--item a {
  display: block;
}

@media (min-width:769px) {
  .nav__list--item a {
    padding: 14px 0;
  }
}

@media (max-width:768px) {
  .nav__list--item a {
    padding: 15px 0;
  }
}
/*
@media (min-width:769px) {*/
  .nav .black {
    background-color: #000;
   color: #fff;
  }
  .nav .white {
	background-color: #DEDEDE;
	color: #111
  }
  .nav .blue {
    background-color: #0068b7;
	color: #fff;
    text-indent: 0px;
	letter-spacing: 0.0em;
  }
  .nav .pink {
    background-color: #e3007f;
	color: #fff;
  }
  .nav .red {
    background-color: #e50012;
	color: #fff;
  }
  .nav .lightblue {
    background-color: #00a0e9;
	color: #fff;
  }
  .nav .yellow {
    background-color: #fff100;
    color: #000
    text-indent: 0px;
	letter-spacing: 0.0em;
  }
/*}*/
/*
@media (max-width:768px) {
  .nav .black {
    color: #000
  }
  .nav .white {
	background-color: #DEDEDE;
	color: #111
  }
  .nav .blue {
    color: #0068b7
  }
  .nav .pink {
    color: #e3007f
  }
  .nav .yellow {
    color: #fff100;
  }
  .nav .lightblue {
    color: #00a0e9
  }
  .nav .red {
    color: #e50012
  }
}
*/
.obi-title {
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 9px 0;
  background-color: #009fe8
}
.obi-title.green {
  background-color: #00dce8
}
@media (min-width:769px) {
  .obi-title {
    font-size: 2.7rem
  }
}

@media (max-width:768px) {
  .obi-title {
    font-size: 2rem
  }
}

.sub-title {
  margin: auto;
  text-align: center;
}

@media (min-width:769px) {
  .sub-title {
    max-width: 280px;
    margin-bottom: 40px
  }
}

@media (max-width:768px) {
  .sub-title {
    max-width: 230px;
    margin-bottom: 30px
  }
}

.toTop {
  position: fixed;
  cursor: pointer;
  display: none
}

@media (min-width:769px) {
  .toTop {
    width: 50px;
    bottom: 50px;
    right: 50px;
    -webkit-transition: all .3s 0s ease;
    transition: all .3s 0s ease
  }
  .toTop:hover {
    opacity: .8
  }
}

@media (max-width:768px) {
  .toTop {
    width: 40px;
    bottom: 10px;
    right: 10px
  }
}

.txt--l {
  margin-bottom: 1em;
  word-wrap: break-word
}

@media (min-width:769px) {
  .txt--l {
    font-size: 1.6rem
  }
}

@media (max-width:768px) {
  .txt--l {
    font-size: 1.5rem
  }
}

.txt--m {
  margin-bottom: 1em;
  word-wrap: break-word
}

.font-bold {
	font-weight: 600;
}

@media (min-width:769px) {
  .txt--m {
    font-size: 1.5rem
  }
}

@media (max-width:768px) {
  .txt--m {
    font-size: 1.4rem
  }
}

.txt--s {
  word-wrap: break-word
}
@media (min-width:769px) {
  .txt--s {
    font-size: 1.3rem
  }
.txt--s.left {
text-align: left;
}
}

@media (max-width:768px) {
  .txt--s {
    font-size: 1.2rem
  }
.txt--s.left {
text-align: left;
}
}

.txt--tiny {
  word-wrap: break-word
}

@media (min-width:769px) {
  .txt--tiny {
    font-size: 1.2rem
  }
}

@media (max-width:768px) {
  .txt--tiny {
    font-size: 1.1rem
  }
}

.sec01 {
	text-align: center
}

@media (min-width:769px) {
  .sec01 {
    padding-top: 80px
  }
}

@media (max-width:768px) {
  .sec01 {
    padding-top: 40px
  }
}

.sec01 .main-title {
  font-weight: 700
}

@media (min-width:769px) {
  .sec01 .main-title {
    font-size: 1.8rem;
    margin-bottom: 30px
  }
}

@media (max-width:768px) {
  .sec01 .main-title {
    font-size: 1.6rem;
    margin-bottom: 20px
  }
}

.sec01 .main-title--small {
  font-weight: 700;
  display: block
}

@media (min-width:769px) {
  .sec01 .main-title--small {
    font-size: 1.5rem;
    margin-top: 10px
  }
}

@media (max-width:768px) {
  .sec01 .main-title--small {
    font-size: 1.3rem;
    margin-top: 5px
  }
}

.sec01__table {
  margin: auto;
  font-weight: 700
}

@media (min-width:769px) {
  .sec01__table {
    font-size: 1.8rem;
    margin-bottom: 20px
  }
}

@media (max-width:768px) {
  .sec01__table {
    font-size: 1.6rem;
    margin-bottom: 15px
  }
}

.sec01__table-inner--item {
  font-weight: 700;
  text-align: right
}

@media (min-width:769px) {
  .sec01__table-inner--item {
    padding-bottom: 7px
  }
}

@media (max-width:768px) {
  .sec01__table-inner--item {
    padding-bottom: 3px
  }
}

@media (min-width:769px) {
  .sec01__list {
    margin-bottom: 30px
  }
}

@media (max-width:768px) {
  .sec01__list {
    margin-bottom: 20px
  }
}

.sec01__list--item {
  font-weight: 700
}

@media (min-width:769px) {
  .sec01__list--item {
    font-size: 1.8rem;
    margin-bottom: 10px
  }
}

@media (max-width:768px) {
  .sec01__list--item {
    font-size: 1.6rem;
    margin-bottom: 5px
  }
}

.sec01__list--item.red {
  color: #e50012
}

@media (min-width:769px) {
  .sec02__box {
    width: 100%
  }
}

@media (max-width:768px) {
  .sec02__box:first-child {
    margin-bottom: 20px
  }
}
/* — sec03 — */
.sec03__box {
  padding: 16px;
  margin-bottom: 20px
}

.sec03__box.wide {
  width: 100%
}

.sec03__box.red {
  border: solid 1px #e50012;
  background-color: #fce5e7
}

.sec03__box.red .sec03__box--floor, .sec03__box.red .sec03__box--tit {
  color: #e50012
}

.sec03__box.red .sec03__box--top {
  border-color: #e50012
}

.sec03__box.grey {
  border: solid 1px grey;
  background-color: #f2f2f2
}

.sec03__box.grey .sec03__box--floor, .sec03__box.grey .sec03__box--tit {
  color: grey
}

.sec03__box.grey .sec03__box--top {
  border-color: grey
}

.sec03__box.pink {
  border: solid 1px #e3007f;
  background-color: #fef2f9
}

.sec03__box.pink .sec03__box--floor, .sec03__box.pink .sec03__box--tit {
  color: #e3007f
}

.sec03__box.pink .sec03__box--top {
  border-color: #e3007f
}

.sec03__box.blue {
  border: solid 1px #0068b7;
  background-color: #e5f5fd
}

.sec03__box.blue .sec03__box--floor, .sec03__box.blue .sec03__box--tit {
  color: #0068b7
}

.sec03__box.blue .sec03__box--top {
  border-color: #0068b7
}

.sec03__box.green {
  border: solid 1px #094;
  background-color: #e5f5ec;
}

.sec03__box.green .sec03__box--floor, .sec03__box.green .sec03__box--tit {
  color: #094
}

.sec03__box.green .sec03__box--top {
  border-color: #094
}

.sec03__box.yellow {
  border: solid 1px #fff100;
  background-color: #fffde5;
}

.sec03__box.yellow .sec03__box--floor, .sec03__box.yellow .sec03__box--tit {
  color: #ff8c00
}

.sec03__box.yellow .sec03__box--top {
  border-color: #ff8c00
}

.sec03__box.brown {
  border: solid 1px #9d6b24;
  background-color: #f5f0e9
}

.sec03__box.brown .sec03__box--floor, .sec03__box.brown .sec03__box--tit {
  color: #9d6b24
}

.sec03__box.brown .sec03__box--top {
  border-color: #9d6b24
}

.sec03__box.oreng {
  border: solid 1px #ff8800;
  background-color: #fffe0099;
}

.sec03__box.oreng .sec03__box--floor, .sec03__box.oreng .sec03__box--tit {
  color: #ff8800;
}

.sec03__box.oreng .sec03__box--top {
  border-color: #ff8800;
}
.sec03__box--top {
  overflow: hidden;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  margin-bottom: 10px
}

.sec03__box--tit {
  min-width: 50%;
  font-weight: 700;
  float: left
}

.sec03__box--floor {
  text-align: right;
  float: right
}

.sec03__table-inner--item {
  text-align: left
}

.sec03__cat {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-bottom: 10px
}

@media (min-width:769px) {
  .sec03__box {
  	width: 49%;
  }
  .sec03__box--tit {
    font-size: 2rem;
    margin-bottom: 5px
  }
  .sec03__box--floor {
    font-size: 1.5rem;
    line-height: 23px
  }
  .sec03__box--body-100 {
    width: 100%
  }
  .sec03__box--body-left {
    width: 68%
  }
  .sec03__box--body-60 {
    width: 60%
  }
  .sec03__box--body-50 {
    width: 50%
  }
  .sec03__box--body-40 {
    width: 40%
  }
  .sec03__box--body-33 {
    width: 33%
  }
  .sec03__box--body-27 {
    width: 27%
  }
  .sec03__box--body-66 {
    width: 66%
  }
  .sec03__box--body-right {
    width: 30%
  }
  
  .sec03__box--body-left-img {
    margin-top: 110px
  }
  
  .sec03__box--body-img.min70 {
    width: 100%;
    margin: auto
  }
  .sec03__box--body-img.min50 {
    width: 100%;
    margin: auto
  }	
  .sec03__box--body-img.min30 {
    width: 30%;
    margin: auto
  }
}

@media (max-width:768px) {
  .sec03__box--tit {
    font-size: 1.8rem
  }
  .sec03__box--floor {
    font-size: 1.4rem;
    line-height: 18px
  }
  .sec03__table-inner--item {
    width: 100%;
    display: block;
    margin-bottom: 0
  }
  .sec03__box--body-right {
    margin-top: 20px
  }
  .sec03__box--body-img.min {
    width: 50%;
    margin: auto
  }
  .sec03__box--body-img.min70 {
    width: 70%;
    margin: auto
  }
  .sec03__box--body-img.min50 {
    width: 50%;
    margin: auto
  }	
  .sec03__box--body-img.min30 {
    width: 30%;
    margin: auto
  }
}
/* —- sec04 —- */
.sec04__box {
  border: solid 1px #fff100;
  background-color: #fff
}

@media (min-width:769px) {
  .sec04__box {
    width: 49%;
    margin-bottom: 20px
  }
}

@media (max-width:768px) {
  .sec04__box {
    margin-bottom: 20px
  }
}

.sec04__box.wide {
  width: 100%
}

.sec04__box--top {
  overflow: hidden;
  background-color: #fff100;
  padding: 16px
}

.sec04__box--tit {
  min-width: 50%;
  font-weight: 700;
  float: left
}

@media (min-width:769px) {
  .sec04__box--tit {
    font-size: 2rem
  }
}

@media (max-width:768px) {
  .sec04__box--tit {
    font-size: 1.8rem
  }
}

.sec04__box--floor {
  text-align: right;
  float: right;
  font-weight: 700
}

@media (min-width:769px) {
  .sec04__box--floor {
    line-height: 23px;
    font-size: 1.5rem
  }
}

@media (max-width:768px) {
  .sec04__box--floor {
    font-size: 1.4rem
  }
}

.sec04__box--body {
  padding: 16px
}

@media (max-width:768px) {
  .sec04__table {
    margin-bottom: 1em
  }
}

.sec04__table-inner--item {
  text-align: left
}

@media (max-width:768px) {
  .sec04__table-inner--item {
    display: block;
    margin-bottom: 0
  }
}

.sec04__table-inner--item:nth-child(odd) {
  padding-right: 3em
}

@media (min-width:769px) {
  .sec04__box--body-100 {
    width: 100%
  }
  .sec04__box--body-left {
    width: 55%
  }
}

@media (min-width:769px) {
  .sec04__box--body-right {
    width: 45%
  }
}

@media (min-width:769px) {
  .sec04__box--body-right134 {
    width: 15%
  }
}

@media (max-width:768px) {
  .sec04__box--body-right134 {
    width: 50%;
    margin: auto
  }
}

.sec05__inner {
  margin-bottom: 40px
}

.sec05__box {
  padding: 13px;
  background-color: #fff;
  position: relative
}

@media (min-width:769px) {
  .sec05__box {
    height: 500px;
    width: 25%
  }
}

@media (min-width:769px) {
  .sec05__box:nth-child(1), .sec05__box:nth-child(11), .sec05__box:nth-child(14), .sec05__box:nth-child(16), .sec05__box:nth-child(17), .sec05__box:nth-child(19), .sec05__box:nth-child(22), .sec05__box:nth-child(3), .sec05__box:nth-child(6), .sec05__box:nth-child(8), .sec05__box:nth-child(9) {
    background-color: #e5f5fd;
  }
  .sec05__box.green:nth-child(1), .sec05__box.green:nth-child(13), .sec05__box.green:nth-child(15), .sec05__box.green:nth-child(17), .sec05__box.green:nth-child(19), .sec05__box.green:nth-child(22), .sec05__box.green:nth-child(3), .sec05__box.green:nth-child(5), .sec05__box.green:nth-child(7), .sec05__box.green:nth-child(9), .sec05__box.green:nth-child(11) {
    background-color: rgba(230, 255, 241, 0.93);
  }
}

@media (max-width:768px) {
  .sec05__box:nth-child(odd) {
    background-color: #e5f5fd;
  }
  .sec05__box.green:nth-child(odd) {
    background-color: rgba(230, 255, 241, 0.93);
  }
  .icon--person {
  	width: 100px;
  }
}

@media (min-width:769px) {
  .sec05__box.min {
    height: 550px
    width: 20%
  }
  .sec05__box.mid {
    height: 500px
  }
  .sec05__box.green.min {
    width: 20%;
  }
}

@media (max-width:768px) {
  .sec05__box.mid {
    height: 650px
  }
}

.sec05__name {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 3px
}

.sec05__cat {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2em;
  margin-bottom: 10px
}

.copyrights__cat {
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.2em;
  margin-bottom:-7px;
}

.sec05__txt {
  font-size: 1.2rem;
  line-height: 1.7em;
  margin-bottom: 10px;
 }

@media (min-width:769px) {
  .sec05__box--bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 13px 13px 13px
  }
}

.sec05__url {
  font-size: 1rem;
  line-height: 1.2em;
  word-wrap: break-word
}

.sec05__url a {
  color: #000
}
.sec05__img {
	margin: auto;
}
.banner_box {
	margin-top: 10px;
	margin-bottom: 10px;
}
.banner_box img {
	margin: auto;
	width:100%;
	height: 100px;
}

@media (min-width:769px) {
  .sec05__url a:hover {
    opacity: 1;
    color: #00a0e9
  }
}

.sec05__sns {
  margin-bottom: 13px
}

@media (max-width:768px) {
  .sec05__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px
  }
}

.sec05__sns--item {
  width: 20px;
  margin-right: 10px
}

@media (min-width:769px) {
  .sec05__box--min {
    padding: 0 6.5px;
    padding-top: 25px;
/*    background-color: rgba(255, 255, 217, 0.97);*/
	background-color:#fffde5;
  }
}

@media (max-width:768px) {
  .sec05__box--min {
    padding-top: 20px
  }
}

@media (max-width:768px) {
  .sec05__box--min-wrap {
    padding-top: 10px
  }
}

.sec05__box--min-inner {
  position: relative;
/*  background-color: #fef2f9;*/
  background-color:#fffde5;
}

@media (min-width:769px) {
  .sec05__box--min-inner {
    width: calc(100%/5);
    height: 455px;
    padding: 13px 6.5px
  }
}

@media (max-width:768px) {
  .sec05__box--min-inner {
    width: 100%;
    margin: auto;
    margin-bottom: 2px;
    padding: 13px
  }
}

@media (min-width:769px) {
  .sec05__box--min-inner .sec05__img {
    padding: 0 6.5px;
    position: absolute;
    bottom: 13px;
 /*   left: 0 */
    margin: auto;
  }
}

@media (max-width:768px) {
  .sec05__box--min-inner .sec05__img {
    width: 50%;
    margin: auto;
  }
}

.sec05__box--min-list {
  margin-top: 20px
}

.sec05__box--min-item {
  font-size: 1rem;
  line-height: 1.3em
}


.sec06__map {
  max-width: 480px;
  margin: auto;
  margin-bottom: 30px
}

.sec06__access-box {
  max-width: 392px;
  margin: auto;
  margin-bottom: 30px
}

@media (max-width:768px) {
  .sec06_table {
    width: 100%
  }
}

.sec06__access-box--item, .sec06__table-inner--item {
  font-weight: 700
}

@media (min-width:769px) {
  .sec06__access-box--item, .sec06__table-inner--item {
    margin-bottom: 3px
  }
}

@media (max-width:768px) {
  .sec06__access-box--item, .sec06__table-inner--item {
    margin-bottom: 2px;
    display: block;
    text-align: left
  }
}

.sec06__note-box {
  max-width: 640px;
  margin: auto
}

@media (min-width:769px) {
  .sec06__note-box {
    margin-bottom: 20px
  }
}

@media (max-width:768px) {
  .sec06__note-box {
    margin-bottom: 60px
  }
}

.sec06__note-box--item {
  font-weight: 700;
  margin-bottom: 3px
}

@media (min-width:769px) {
  .sec06__bottom {
    text-align: center
  }
}

@media (max-width:768px) {
  .sec06__bottom {
    font-size: 1rem
  }
}

.sec06__bottom--logo {
  margin: auto
}

@media (min-width:769px) {
  .sec06__bottom--logo {
    max-width: 110px
  }
}

@media (max-width:768px) {
  .sec06__bottom--logo {
    max-width: 80px;
    margin-top: 20px
  }
}


/*# sourceMappingURL=style.css.map */