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

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
  vertical-align:middle;
}



CSS

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

CSS

/* ↓↓ common ↓↓ */

html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }

body {
  background-color: #fff;
  font-family: "serif","Gothic";
  /*font-family: "Tiranti Solid LET","Calligraph421 BT","Book Antiqua",'Noto Serif Japanese';*/
  position: relative !important;
  overflow-x:hidden !important;
  display:block;
  width:100%;
  box-sizing:border-box;
}

header {

}

section {
  margin-bottom: 100px;
}

footer {

}

a {
  text-decoration: none;
}

a:hover {
  /*border-bottom: solid 1px #333333;*/
  opacity: 0.7;
}

h4 {
  font-family: selif;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.6em;
  padding: 10px 0 6px 0;
  border-top: 3px double #2196F3;
  border-bottom: 3px double #2196F3;
  text-align: center;
  color: #fb8c4b;
  font-family:serif, Noto-serif;
}

h5 {
  font-family: selif;
  color: #fb8c4b;
  position: relative;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.6em;
}

h5:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 5%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fb8c4b;
  border-radius: 2px;
}



/* ヘッダー */

.lp-header {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: fixed;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  top: 0;
  z-index: 10001;
}

.top_back {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  /*height: 100px;
  border-radius: 5px;
  background: rgba(16, 120, 144, 0.5);*/
  z-index: 10001;
}

.top_back img {
  width: 100%;
  height: auto;
}

.top_back p {
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
}

.top_back a {
  text-align: center;
  padding: 40px 0;
  color: #ffffff;
}

.top_back a:hover {
  opacity: 0.8;
}

.top_back:hover {
  opacity: 0.8;
}

.lp-header ul {
  width: 1010px;
  height: 50px;
  margin: 0 auto;
}

.lp-header ul:after {
  content: "";
  display: block;
  clear: both;
}

.lp-header li {
  list-style: none;
  float: left;
  width: 10%;
}

.lp-header li:first-child {
  padding: 11px 0;
  padding-left: 2em;
  font-family: arial;
  width: 28%;
}

.lp-header li:first-child img {
  height: 46px;
  padding: 2px 0px ;
}

.lp-header li:nth-child(2) {
  width: ;
}

.lp-header li:nth-child(4) {
  padding:17px 0 ;
  text-align: right;
  color: #222222;
  width: 26%;
}

.lp-header li:nth-child(4) a {
  color: #999999;
  font-size: 0.9em;
  text-decoration: none;
}

.lp-header li:nth-child(5) {
  padding:17px 0 ;
  text-align: right;
  color: #222222;
  width: 12%;
}

.lp-header li:nth-child(5) a {
  color: #999999;
  font-size: 0.9em;
  text-decoration: none;
}


.lp-header li:nth-child(6) {
  padding:1px 0 ;
  text-align: right;
  color: #222222;
  width: 8%;
}

.lp-header li:nth-child(6) a {
  color: #999999;
  font-size: 0.9em;
  text-decoration: none;
}

.lp-header li:nth-child(6) img {
  width: 50px;
}

.lp-header li:last-child {
  padding:1px 0 ;
  text-align: right;
  color: #666;
  text-decoration: none;
  width: 6%;
}

.lp-header li:last-child a {
  color: #999999;
  font-size: 0.9em;
}

.lp-header li:last-child img {
  width: 50px;
}

.btn-jpn {
    color: #ffffff!important;
    margin: 0 20px 0 0;
    background: rgb(91, 148, 209);
    padding: 5px;
    font-size: 1em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin-top: -2px;
}

.btn-eng {
    padding: 5px 12px;
    font-size: 1em;
    background: #cccccc;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin-top: -2px;
}

.btn-eng:hover {
    color: #ffffff!important;
    background: #ee0000;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.header-inner {
  width: 1010px;
  margin:0 auto;
  margin-bottom: 30px;
  /*background: url("https://mooncinema.co.jp/img/movie-top.mp4");*/
  /*background: url("../img/mv_01.jpg");*/
  display: table;
  box-sizing: border-box;
  overflow: hidden;
  /*position:absolute;*/
}

.header-img img {
  width: 100%;
}

.header-video {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  display: table;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.header-video img {
  position: relative;
  left: 50%; /* 画像の左端が画面中央にくる */
  margin-left: -960px; /* 画像幅1600pxの半分だけ左に移動する */
}

.header-video video {
  width: 1920px;
  height: 350px;
  position: relative;
  left: 50%; /* 画像の左端が画面中央にくる */
  margin-left: -960px; /* 画像幅1600pxの半分だけ左に移動する */
}

.video-cover {
  position:absolute;
  width: 100%;
  height: ;
  background-color: rgba(68,68,255,0.3);
  top: 0;
  left: 0;
}



.header-cover {
  width: 100%;
  height: ;
}

.logo {
  position:absolute;
  top:50px;
  left:10px;
}

.logo-img {
  width: 100px;
  height:auto;
}

.mv {
  width: 100%;
  height: auto;
}

.mv img {
  width: 100%;
  height: auto;
}

.nav {
  width: 100%;
  padding: 30px 0 50px 0;
  /*background-color: #44447d;*/
  margin-top: -2px;
  bottom: 0;
}

.nav ul {
  width: 960px;
  margin: 0 auto;
  height: ;
}

.nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.nav li {
  float: left;
  width: 40%;
  height: 100px;
  border-radius: 5px;
  list-style: none;
}

.nav li:first-child {
  margin: 0 5% 0 5%;
  background: url(../img/oita_1_tab.jpg);
}

.nav li:last-child {
  margin: 0 5% 0 5%;
  background: url(../img/oita_2_tab.jpg);
}

.nav a {
  width: 100%;
  height: 100px;
}

.nav p {
  font-size: 1.2em;
  padding:41px 0;
  /*margin-top: 25px;*/
  text-align: center;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.75);

}

.nav p {
  font-size: 1.2em;
  padding:41px 0;
  /*margin-top: 25px;*/
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75);

}

.nav li:first-child p {
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
}

.nav p:hover {
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  z-index: 10000;
}

.nav li:first-child p:hover {
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  z-index: 10000;
}

/*.nav {
  width: 100%;
  padding: 10px 0;
  background-color: #44447d;
  margin-top: -2px;
  bottom: 0;
}

.nav ul {
  width: 960px;
  margin: 0 auto;
  height: ;
}

.nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.nav li {
  float:left;
  width: 25%;
  height: 70px;
  list-style: none;
  padding-left: 12%;
  background: url(../img/top_01.jpg);
}

.nav p {
  text-align: center;
  height: ;
}

.nav a p {
  text-align: center;
  color: #222222;
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.nav a small {
  text-align: center;
  -ms-writing-mode: tb-lr;
    writing-mode: sideways-lr;
    margin-left:-12%;
}

.nav li:nth-child(2) p {
  margin-top: 10px;
}

.nav li:nth-child(3) p {
  margin-top: 10px;
}

.nav li:last-child p {
  margin-top: 20px;
}


.nav li:first-child small {
  margin-left: -7%;
}

.nav li:nth-child(2) small {
  margin-left: -11%;
}

.nav li:last-child small {
  margin-left: -7%;
}*/



.header-under {
  width: 100%;
  height: 20px;
  background-color: #44447d;
  margin-top:-2px;
}


/* セクション */

.section-inner {
  width: 100%;
  padding: 30px 0;
}

.highlight {
  background-color: #eeeeff;
}

.gutter {
  width: 960px;
  margin: 0 auto;
}

.contents {
  width: 1200px;
  margin:0 auto;
  margin-bottom: 3em;
}

.contents:after {
  content: "";
  display: block;
  clear: both;
}

.main {
  float: left;
  width: 960px;
  margin-right: 40px;
}

.side {
  float: left;
  width: 200px;
}


/* メインカラム */

.pick-up {
  width: 100%;
  padding: 1em 0;
  background: #eeeeee;
}

.pick-up:after {
  content: "";
  display: block;
  clear: both;
}

.pick-up-box {
  width: 360px;
  float: left;
  position: relative;
}

.pick-up>.gutter div:nth-child(1) {
  margin-right: 30px;
}

.pick-up>.gutter  div:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px;
}

.pick-up>.gutter  div:nth-child(3) {
  margin-left: 30px;
}

.more {
  position: absolute;
  text-align: center;
  top: 55%;
  left: 41%;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 0.5em;
}

.more:hover {
  background: #ffffff;
  color: #111111;
}

.more a {
  color: #ffffff;
}

.more a:hover {
  color: #111111;
}

.pick-up_cover {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0!important;
}

.pick-up_text {
  position: absolute;
  text-align: center;
  top: 35%;
  left: 40%;
  color: #ffffff;
}



/*.garally-category {
  padding-bottom: 12px;
  border-bottom: solid 1px #666;
  margin-bottom: 20px;
  color: #ba55d3;
  font-weight: bold;
  font-size: 1.2em;
}*/

.garally-category {
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: #ba55d3;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: solid 4px #4DD0E1;
  position: relative;
}

.garally-category:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #006064;
  bottom: -4px;
  width: 15%;
}


/* サイドカラム */
.side-bnr {
  margin-bottom: 1em;
}

.ranking{
  border: solid 1px #cccccc;
}

.ranking-title {
  border: solid 1px #cccccc;
  text-align: center;
  padding: 0.5em;
  font-weight: bold;
}

.ranking-bnr {
  margin: 0.5em;
  position:relative;
}

.ranking-bnr_cover {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0!important;
}

.ranking-nunber {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #000000;
  padding: 0.5em 0.8em;
  text-align: center;
}

.ranking-text {
  position: absolute;
  text-align: center;
  top: 45%;
  left: 45%;
  color: #ffffff;
}


/* カラム */

.row {
  width:100%;
  padding-left:0.2%;
  padding-right:0.2%;
  margin-bottom: 30px;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.col {
  float: left;
}

.reverse>.col {
  float: right;
}

.span_1 {
  width: 8.3%;
  padding: 1%;
}

.span_1 {
  width: 8.3%;
  padding: 1%;
}

.span_2 {
  width: 16.6%;
  padding: 1%;
}

.span_3 {
  width: 24.9%;
  padding: 1%;
}

.span_4 {
  width: 33.2%;
  padding: 1%;
}

.span_5 {
  width: 41.5%;
  padding: 1%;
}

.span_6 {
  width: 49.8%;
  padding: 1%;
}

.span_7 {
  width: 58.1%;
  padding: 1%;
}

.span_8 {
  width: 66.4%;
  padding: 1%;
}

.span_9 {
  width: 74.7%;
  padding: 1%;
}

.span_10 {
  width: 83.0%;
  padding: 1%;
}

.span_11 {
  width: 91.3%;
  padding: 1%;
}

.span_12 {
  width: 99.6%;
  padding: 1%;
}

.span_0 {
  width: 0%;
}

.span_40 {
  width: 40%;
}

.span_50 {
  width: 50%;
}

.span_55 {
  width: 55%;
}

.span_60 {
  width: 60%;
}

.span_100 {
  width: 100%;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}


/* テキスト */


/* イメージ */

figure img {
  width: 100%;
  height: auto;
}

.figure img {
  width: 100%;
  height: auto;
}

/* フッター */

.footer-img {
  width: 100%;
  height: 160px;
  display: table;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.footer-img img {
  width: 1920px;
  height: 160px;
  position: relative;
  left: 50%; /* 画像の左端が画面中央にくる */
  margin-left: -960px; /* 画像幅1600pxの半分だけ左に移動する */
}

.img-cover {
  width: 100%;
  height: ;
  top: 0;
  left: 0;
}

.footer-inner {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 30px;
  /*background: url("../img/footer_bg.jpg");*/
  /*position: absolute;*/
  /*background-color: #333333;*/
}

footer p {
  text-align: center!important;
  color: #ffffff;
  padding-top:1.2em;
  font-size:0.9em;
}

.cp_arrows {
	margin: 1em auto;
}
.cp_arrows [class*='cp_arrow'] {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
	color: #00BCD4;
}
.cp_arrows [class*='cp_arrow']:after,
.cp_arrows [class*='cp_arrow']:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	content: '';
}
.cp_arrows [class*='cp_arrow'] {
	top: -0.1em;
	width: 10px;
	height: 12px;
	margin: 0.8em;
	border-width: 4px 4px 0 0;
	border-style: solid;
	border-radius: 0 2px 0 0;
}
.cp_arrows [class*='cp_arrow']:before,
.cp_arrows [class*='cp_arrow']:after {
	position: absolute;
	border-radius: 2px;
}
.cp_arrows [class*='cp_arrow']:before {
	top: -3px;
	right: 0;
	width: 15px;
	height: 4px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-box-shadow: inset 0 0 0 32px;
	        box-shadow: inset 0 0 0 24px;
}
.cp_arrows [class*='cp_arrow']:after {
	top: -4px;
	left: -2px;
	width: 4px;
	height: 4px;
	-webkit-box-shadow: inset 0 0 0 32px, 16px 17px;
	        box-shadow: inset 0 0 0 24px, 8px 9px;
}
.cp_arrows .cp_arrow_left {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.cp_arrows .cp_arrow_right {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_arrows .cp_arrow_up {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.cp_arrows .cp_arrow_down {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.cp_arrows .cp_arrow_left_up {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.cp_arrows .cp_arrow_left_down {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.cp_arrows .cp_arrow_right_up {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.cp_arrows .cp_arrow_right_down {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.footer-inner ul {
  width: 280px;
  margin: 0 auto;
}
.footer-inner:after {
  content: "";
  display: block;
  clear: both;
}
.footer-inner li {
  color: #ffffff;
  float: left;
  text-align: center;
  list-style: none;
  width: 25%
}
.footer-inner li:first-child {
  width: 0%
}
.footer-inner li:nth-child(2) {
  width: 50%
}
.footer-inner li:nth-child(3) {
  width: 50%
}
.footer-inner li:last-child {
  width: 0%
}
.footer-inner li a {
  color: #ffffff;
}

.footer-cover {
  /*width: 100%;
  height: 160px;
  background-color: rgba(0,0,0,0.5);
  position: relative;*/
}

.sns {
  width:300px;
  margin:0 auto;
  padding: 20px;
}

.sns ul:after {
  content: "";
  display: block;
  clear: both;
}

.sns li {
  float: left;
  width: 33.3%;
}

.sns img {
  width: 50px;
  height: auto;
}



@media screen and (min-width:562px) {

  /*  */

  . {

  }

}



@media screen and (max-width:561px) {

  section {
    margin-bottom: 50px;
  }

  .header-inner {
    width: 100%;
    margin:0 auto;
    margin-bottom: 25px;
  }

  .header-cover {
    height: ;
  }

  .video-cover {
    height: 350px;
  }

  .header-video {
    height: 350px;
    margin-bottom: 0;
    }

  .header-video img {
    width: 1200px;
    height: 350px;
    margin-left: -320px; /* 画像幅1600pxの半分だけ左に移動する */
    margin-bottom: 0;
  }

  .header-video video {
    width: 1200px;
    height: 350px;
    margin-left: -600px; /* 画像幅1600pxの半分だけ左に移動する */
  }

  /* セクション */

  .gutter {
    width: 90%;
    margin: 0 5%;
  }

  .pick-up-box {
    width: 100%;
    float: left;
    margin-bottom: 1em;
  }

  .pick-up>.gutter div:nth-child(1) {
    margin-right: 0;
  }

  .pick-up>.gutter  div:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  .pick-up>.gutter  div:nth-child(3) {
    margin-left: 0;
  }


  .contents {
    width: 90%;
    margin: 5%;
  }

  .main {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  .side {
    float: left;
    width: 100%;
  }

  /* フッター */

  .footer-img {
    width: 100%;
    height: 100px;
    display: table;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    line-height: 0;
  }

  .footer-img img {
    width: 1200px;
    height: auto;
    margin-left: -600px;
  }

  .img-cover {
    height: ;
  }

  .footer-inner {
    height: 100px;
  }

  /*.footer-cover {
    height: 100px;
  }*/

}



@media screen and (min-width:560px) {

  /* header */

  .mv_sp img {
    display: none;
  }

  .menu {
    display: none;
  }

  .sp_display {
    display: none;
  }

}



@media screen and (max-width:559px) {

  /* ヘッダ－ */

  .pc_display {
    display: none;
  }

  .sounyu-img {
    margin: 5px 0;
  }

  .sounyu-img img {
    border: solid 4px #ffffff;
    border-bottom: solid 0;
    border-radius: 12px;
  }

  .lp-header ul li {
    width: 25%;
  }

  .lp-header ul li:first-child {
    width: 52.5%;
    padding: 16px 0;
    padding-left: 1em;
  }

  .lp-header p {
    font-size: 12px;
  }

  .lp-header ul li:nth-child(2) {
    display: none;
  }

  .lp-header ul li:nth-child(3) {
    display: none;
  }

  .lp-header ul li:nth-child(4) {
    display: none;
  }

  .lp-header ul li:nth-child(5) {
    display: none;
  }

   .lp-header ul li:nth-child(6) {
    width: 26.5%;
    padding: 1px 0;
  }

  .lp-header ul li:last-child {
    width: 21%;
    padding: 1px 0;
    padding-right: 1em;

  }

  .btn-jpn {
      margin: 0 10px 0 0;
      padding: 3px;
  }

  .btn-eng {
      padding: 3px 10px;
  }

  .lp-header {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: fixed;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  top: 0;
  z-index: 10000;
  }

  .top_back {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100px;
    /*height: 60px;*/
    border-radius: 5px;
  }

  .top_back p {
    text-align: center;
    padding: 24px 0;
    font-weight: bold;
    font-size: 12px;
  }

  .top_back a {
    text-align: center;
    padding: 24px 0;
    color: #ffffff;
  }

  .header-inner {
    width: 100%;
    margin:0 auto;
    margin-bottom: 20px;
  }

  .header-line {
    width: 100%;
    height: 70px;
    background: #ffffff;
  }

  .header-cover {
    height: ;
  }

  /*.video-cover {
    height: 360px;
  }*/

  .header-video {
    height: 360px;
    margin-bottom: 0;
    }

  .header-video img {
    width: 640px;
    height: 360px;
    margin-left: -320px; /* 画像幅1600pxの半分だけ左に移動する */
    margin-bottom: 0;
  }

  .header-video video {
    width: 640px;
    height: 360px;
    margin-left: -320px; /* 画像幅1600pxの半分だけ左に移動する */
  }

  .lp-header ul {
  width: 100%;
  height: 50px;
  margin: 0 auto;
}

  .logo {
    position:absolute;
    top:10px;
    left:10px;
  }

  .logo-img {
    width: 80px;
    height:auto;
  }

  .mv img {
    display: none;
  }

  .mv_sp img {
    width: 100%;
    height: auto;
  }

  .nav ul {
    width: 100%;
    margin: 0 auto;
    height: ;
  }

  .nav li {
    height: 80px;
  }

  .nav a {
    width: 100%;
    height: 80px;
  }

  .menu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: auto;
  }

  /*.nav li {
    width: 90%;
    margin: 0 5% 1em 5% ;
  }

  .nav li:first-child {
    width: 90%;
    margin: 0 5% 1em 5% ;
  }

  .nav li:last-child {
    width: 90%;
    margin: 0 5% 1em 5% ;
  }*/

  .nav li p {
    font-size: 1em;
  }

  .nav li:first-child {
    font-size: 1em;
    background: url(../img/oita_1_tab_sp.jpg);
  }

  .nav li:last-child {
    font-size: 1em;
    background: url(../img/oita_2_tab_sp.jpg);
  }

  .nav li:first-child p {
    padding: 24px 0;
  }
  .nav li:last-child p {
    padding: 16px 0;
  }

  /*.nav {
    display: none;
  }*/


  /* メインカラム */

  .contents {
    width: 90%;
    margin:0 5%;
  }

  .contents:after {
    content: "";
    display: block;
    clear: both;
  }

  .side {
    /*display: none;*/
    margin-bottom: 1em;
  }

  .main {
    float: left;
    width: 100%;
    margin-left: 0;
  }


  /* カラム */

  .row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .row:after {
    content: "";
    display: block;
    clear: both;
  }

  .span_1 {
    width: 100%;
    padding: 0;
  }

  .span_2 {
    width: 100%;
    padding: 0;
  }

  .span_3 {
    width: 100%;
    padding: 0;
  }

  .span_4 {
    width: 100%;
    padding: 0;
  }

  .span_5 {
    width: 100%;
    padding: 0;
  }

  .col_6 {
    width: 100%;
    padding: 0;
  }

  .span_7 {
    width: 100%;
    padding: 0;
  }

  .span_8 {
    width: 100%;
    padding: 0;
  }

  .span_9 {
    width: 100%;
    padding: 0;
  }

  .span_10 {
    width: 100%;
    padding: 0;
  }

  .span_11 {
    width: 100%;
    padding: 0;
  }

  .span_12 {
    width: 100%;
    padding: 0;
  }

  .span_0 {
    width: 100%;
  }

  .span_40 {
    width: 100%;
  }

  .span_50 {
    width: 100%;
  }

  .span_55 {
    width: 100%;
  }

  .span_60 {
    width: 100%;
  }

  .span_100 {
    width: 100%;
  }

  .sp_mb_20px {
    margin-bottom: 10px;
  }

  /* フッター */

  .footer-img {
    width: 100%;
    height: 54px;
    display: table;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    line-height: 0;
  }

  .footer-img img {
    width: 640px;
    height: auto;
    margin-left: -320px;
  }

  .img-cover {
    height: ;
  }

  .footer-inner {
    height: 54px;
  }

  /*.footer-cover {
    height: 54px;
  }*/

  footer p {
  text-align: center!important;
  color: #ffffff;
  padding-top:1.4em;
  font-size:0.9em;
  }

  .footer-inner ul {
    width: 100%
  }
  .footer-inner li {
    width: 25%
  }
  .footer-inner li:first-child {
    width: 15%
  }
  .footer-inner li:nth-child(2) {
    width: 35%
  }
  .footer-inner li:nth-child(3) {
    width: 35%
  }
  .footer-inner li:last-child {
    width: 15%
  }

}

/* ↑↑ common ↑↑ */



/*タイトル*/

h1 {
 font-size: 1.8em;
 color: #666;
 font-family: serif, Noto-serif;
}

h1 a {
 color: #666;
}

/* インデックス */

.gutter-header {
  width:1010px;
	margin-top: 50px;
}

.section01_top {
	position: relative;
	margin-bottom: 50px;
}

.section01_title {
	position: absolute;
  	top: 100px;
  	right: 160px;
  	width: ;
  	height: ;
}

.section01_title h2 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: 2.4em;
  	color: #333333;
  	margin-bottom: 1em;
  	font-family: serif;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
  	height: 400px;
}

.section01_title h2 span {
	color: #ee0000;
}

.section01_title p {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: 1em;
  	color: #333333;
  	line-height: 1.5;
  	margin-top: 3vw;
  	margin-right: 20px;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
}

.section01_main h3 {
	font-size: 2em;
	color: #333333;
  	margin-bottom: 1em;
  	padding:0 5%;
  	font-family: serif;
}

.section01_main p {
	font-size: 1em;
  	color: #333333;
  	line-height: 1.8;
  	padding:0 5%;
}

.section01_main>.span_50 {
	z-index: 10000;
	margin-bottom: 0;
}

.section01_main>.span_50 img {
	border: solid 4px #ffffff;
	border-bottom: solid 0;
	border-radius: 12px;
  margin:5px 0;
}

.section01_main>.span_55 img {
	border: solid 4px #ffffff;
	border-bottom: solid 0;
	border-radius: 12px;
	width: 350px;
	height: auto;
}

.section01_main>.span_45 img {
	border: solid 4px #ffffff;
	border-radius: 10px;
	width: 250px;
	height: auto;
}

.section01_img {
	position: relative;
	margin-bottom: 400px;
}

.section01_img>.span_55 {
	position: absolute;
  	z-index: 9999;
  	top: 470px;
  	left: 10px;
}

.section01_img>.span_45 {
	position: absolute;
  	z-index: 9999;
  	top: 570px;
  	left: 320px;
}

.section01_img_abs img {
  	width: 500px;
  	height: auto;
  	/*border-radius: 10px;*/
  	border: solid 3px #ffffff;
  	/*box-shadow: 3px 3px 3px rgba(0,0,0,0.25);*/
}

.section01_img>.address {
	position: absolute;
  	top: 450px;
  	right: 0;
  	width: 330px;
}

.section01-table {
    position: absolute;
    top: 360px;
    width: 90%;
    margin:0 5%;
    /*box-shadow: -1px 1px 10px rgba(0,0,0,0.3);*/
}
}

.section01-table tr:first-child {
  height: 30px;
}

.section01-table td {
    padding: 10px 5px!important;
    border-bottom: solid 1px #40a7b1;
    border-top: solid 1px #40a7b1;
}
}

.section01-table td {
  border: solid 1px #40a7b1;
  padding: 5px;
}
.section01-table td:first-child {
  background: #ffffff;
  color: #000000;
}

.section01-table td:first-child span {
  background: #fb8c4b;
  color: #ffffff;
  border-radius: 50%;
  padding: 0 7px;
}

.section01-table td:last-child {
  bac
  kground: #ffffff;
}
.section01-table {
  margin-bottom: 30px;
}

.url {
	font-size: 1.2em;
}

.under-line figure img {
	width: 70%;
	height: auto;
	margin: 0 15%;
  margin-top: 50px;
}

.section02_top {
	position: relative;
	margin-bottom: 50px;
}

.section02_title {
	position: absolute;
  	top: 50px;
  	left: 130px;
  	width: ;
  	height: 500px;
}

.section02_title h2 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: 2.4em;
  	color: #333333;
  	margin-bottom: 1em;
  	font-family: serif;
}

.section02_title h2 span {
	color: #ee0000;
}

.section02_title p {
	-ms-writing-mode: tb-lr;
  	writing-mode: vertical-lr;
	font-size: 1em;
  	color: #333333;
  	line-height: 1.5;
  	margin-top: 1vw;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
}

.section02_img  {
	position: relative;
}

.section02_main h3 {
	font-size: 2em;
	color: #333333;
  	margin-bottom: 1em;
  	padding:0 5%;
  	font-family: serif;
}

.section02_main p {
	font-size: 1em;
  color: #333333;
  line-height: 1.8;
  padding:0 5%;
}

.section02_main>.span_40 {
	margin-bottom: ;
}

.img_over img {
	border: solid 3px #ffffff;
	z-index: 0;
}

.section02_img {
	position: relative;
	margin-bottom: 530px;
}

.section02_img_abs {
	position: absolute;
  	z-index: 99;
  	bottom: -275px;
  	left: 390px;
}

.section02_img_abs img {
  	width: 920px;
  	height: auto;
  	/*border-radius: 10px;*/
  	border: solid 3px #ffffff;
  	/*box-shadow: 3px 3px 3px rgba(0,0,0,0.25);*/
}

.section02_img>.span_40 img {
	border-radius: 12px;
	border: solid 4px #ffffff;
}

.section02_img>.span_100 {
	width: 300px;
	height: auto;
  top: 590px;
  left: 620px;
}

.section02_img>.span_100 img {
	border-radius: 12px;
	border: solid 4px #ffffff;
	width: 350px;
	height: auto;
}

.section02_img>.span_55 {
  position: absolute;
  z-index: 9999;
  top: 680px;
  left: 415px;
}

.section02_img>.span_55 img {
  border-radius: 12px;
  border: solid 4px #ffffff;
  width: 300px;
  height: auto;
}

.section02_img>.span_50 {
  position: absolute;
  z-index: 9999;
  top: 750px;
  left: 50px;
  width: 300px;
}

.section02_img>.span_50 img {
  border-radius: 12px;
  border: solid 4px #ffffff;
  width: 280px;
  height: auto;
}

.section02_img>.span_50 p {
  text-align: center;
  font-weight: bold;
}

.section02_img>.address {
	position: absolute;
  	top: 320px;
  	left: 0;
  	width: 380px;
}

.section02_img table {
  margin-bottom: 30px;
}

.section04_top {
	position: relative;
	margin-bottom: 50px;
}

.section04_title {
	position: absolute;
  	top: 100px;
  	right: 140px;
  	width: ;
  	height: ;
}

.section04_title h2 {
	-ms-writing-mode: tb-lr;
  	writing-mode: vertical-lr;
	font-size: 2.4em;
  	color: #333333;
  	margin-bottom: 1em;
  	font-family: serif;
}

.section04_title h2 span {
	color: #ee0000;
}

.section04_title p {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: 1em;
  	color: #333333;
  	line-height: 1.5;
  	margin-top: 1vw;
  	margin-right: 20px;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
}

.section04_img  {
	position: relative;
}

.section04_main h3 {
	font-size: 2em;
	color: #333333;
  	margin-bottom: 1em;
  	padding:0 5%;
  	font-family: serif;
}

.section04_main p {
	font-size: 1em;
  	color: #333333;
  	line-height: 1.8;
  	padding:0 5%;
}

.section04_main>.span_40 {
	margin-bottom: ;
}

.img_over img {
	border: solid 3px #ffffff;
	z-index: 0;
}

.section04_img {
	position: relative;
	margin-bottom: 400px;
}

.section04_img_abs {
	position: absolute;
  	z-index: 99;
  	bottom: -285px;
  	left: 80px;
}

.section04_img_abs img {
  	width: 920px;
  	height: auto;
  	/*border-radius: 10px;*/
  	border: solid 3px #ffffff;
  	/*box-shadow: 3px 3px 3px rgba(0,0,0,0.25);*/
}

.section04_img>.span_40 img {
	border-radius: 12px;
	border: solid 4px #ffffff;
}

.section04_img>.span_100 {
	width: 360px;
	height: auto;
}

.section04_img>.span_100 img {
	border-radius: 12px;
	border: solid 4px #ffffff;
	width: 350px;
	height: auto;
}

.section04_img>.span_55 {
  width: 320px;
  height: auto;
  position: absolute;
  top: 380px;
  left: 200px;
}

.section04_img>.span_55 img {
  border-radius: 12px;
  border: solid 4px #ffffff;
  width: 360px;
  height: auto;
}

.section04_img>.span_50 {
  width: 270px;
  height: auto;
  position: absolute;
  top: 520px;
  left: 0px;
}

.section04_img>.span_50 img {
  border-radius: 12px;
  border: solid 4px #ffffff;
  width: 250px;
  height: auto;
}

.section04_img>.address {
	position: absolute;
  	top: 380px;
  	right: 30px;
  	width: 350px;
}

.section05_img {
  position: relative;
  margin-bottom: 450px;
}

.section05_img_abs {
  position: absolute;
    z-index: 99;
    bottom: -285px;
    left: 80px;
}

.section05_img_abs img {
    width: 920px;
    height: auto;
    /*border-radius: 10px;*/
    border: solid 3px #ffffff;
    /*box-shadow: 3px 3px 3px rgba(0,0,0,0.25);*/
}

.section05_img>.span_40 img {
  border-radius: 12px;
  border: solid 4px #ffffff;
}

.section05_img>.span_100 {
  width: 360px;
  height: auto;
}

.section05_img>.span_100 img {
  border-radius: 12px;
  border: solid 4px #ffffff;
  width: 350px;
  height: auto;
}

.section05_img>.span_55 {
  width: 320px;
  height: auto;
  position: absolute;
  top: 380px;
  left: 570px;
}

.section05_img>.span_55 img {
  border-radius: 12px;
  border: solid 4px #ffffff;
  width: 360px;
  height: auto;
}

.section05_img>.span_50 {
  width: 270px;
  height: auto;
  position: absolute;
  top: 490px;
  left: 390px;
}

.section05_img>.span_50 img {
  border-radius: 12px;
  border: solid 4px #ffffff;
  width: 250px;
  height: auto;
}

.section05_img>.address {
  position: absolute;
    top: 390px;
    left: 30px;
    width: 350px;
}

.section05_img table {
    margin-bottom: 30px;
}

.usa-kanko-kyokai td {
    text-align: center;
}

.section05_main h3 {
  font-size: 2em;
  color: #333333;
    margin-bottom: 1em;
    padding:0 5%;
    font-family: serif;
}

.section05_main p {
  font-size: 1em;
    color: #333333;
    line-height: 1.8;
    padding:0 5%;
}

.section03_top {
	position: relative;
	margin-bottom: 50px;
}

.section03_title {
	position: absolute;
  	top: 150px;
  	right: 115px;
  	width: ;
  	height: ;
}

.section03_title h2 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: 2.4em;
  	color: #333333;
  	margin-bottom: 1em;
  	font-family: serif;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
  	height: 350px;
}

.section03_title h2 span {
	color: #ee0000;
}

.section03_title p {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: 1em;
  	color: #333333;
  	line-height: 1.5;
  	margin-top: 3vw;
  	margin-right: 1em;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
}

.section03_main h3 {
	font-size: 2em;
	color: #333333;
  	margin-bottom: 1em;
  	padding:0 5%;
  	font-family: serif;
}

.section03_main p {
	font-size: 1em;
  	color: #333333;
  	line-height: 1.5;
  	padding:0 5%;
}

.section03_img {
	position: relative;
	margin-bottom: 380px;
}

.section03_img_abs {
	position: absolute;
  	z-index: 9999;
  	top: 455px;
  	left: 413px;
}

.section03_img>.span_40 {
	margin-bottom: 200px;
}

.section03_img>.span_40 img {
	border-radius: 12px;
	border: solid 4px #ffffff;
}

.section03_img>.span_55 {
	position: absolute;
  	z-index: 10000;
  	top: 520px;
  	left: 200px;
}

.section03_img>.span_55 img {
	border-radius: 12px;
	border: solid 4px #ffffff;
	width: 360px;
	height: auto;
}

.section03_img>.span_50 {
	position: absolute;
  	z-index: 9999;
  	top: 630px;
  	left: 0px;
}

.section03_img>.span_50 img {
	border-radius: 12px;
	border: solid 4px #ffffff;
	width: 250px;
	height: auto;
}


.section03_img_abs img {
  	width: 550px;
  	height: auto;
  	/*border-radius: 10px;*/
  	border: solid 3px #ffffff;
  	/*box-shadow: 3px 3px 3px rgba(0,0,0,0.25);*/
}

.section03_img>.address {
	position: absolute;
  	top: 350px;
  	right: 25px;
  	width: 350px;
}

.section03_img table {
  margin-bottom: 30px;
}

.url {
	font-size: 1.2em!important;
}

.address table {
  width: 100%;
}

.address tr {
  border-bottom: dotted 1px #cccccc;
}

.address th {
  text-align: center;
  padding:0.5em 0;
  font-size: 1.2em;
}

.address td {
  padding:0.5em 0;
}

.photo-garrely {
  margin-bottom: 2em;
}

.photo-garrely:after {
  content: "";
  display: block;
  clear: both;
}

.photo-garrely div:first-child {
  float: left;
  width: 33.33%;
  padding: 0 1%;
}

.photo-garrely div:first-child {
  float: left;
  width: 33.33%;
  padding: 0 1%;
}

.photo-garrely div:nth-child(2) {
  float: left;
  width: 33.33%;
  padding: 0 1%;
}

.photo-garrely div:nth-child(3) {
  float: left;
  width: 33.33%;
  padding: 0 1%;
}

.photo-garrely div:nth-child(4) {
  float: left;
  width: 33.33%;
  padding: 0 1%;
}

.photo-garrely div:nth-child(5) {
  float: left;
  width: 33.33%;
  padding: 0 1%;
}

.photo-garrely div:last-child {
  float: left;
  width: 33.33%;
  padding: 0 1%;
}

.photo-garrely div {
  position: relative;
  margin-bottom: 20px;
}

.photo-garrely img {
  border-radius: 50%;
}

.oita-over h2 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	font-size: 2.4em;
  	color: #035788;
}

.oita-over h3 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	font-size:1.4em;
  	color: #47c7ce;
  	/*background: #e9fffe;
  	background-position:0 0 0 10px;*/
  	position: relative;
}

.oita-over h3:after {
	content:"";
	position: absolute;
  	background: #e9fffe;
  	z-index: -1;
  	top: 0;
  	left: -0.25em;
  	width:100%;
  	height:100%;

}

.oita-over p {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
}

.oita-over-inner {
 	position:relative;
}

.oita-over-inner div {
 	position:absolute;
 	right:0;
}

.oita-over-inner p {
 	height: 300px;
}

.oita-under {
 	text-align: center;
 	padding: 0 5%;
}

.oita-under h4 {
 	font-size: 2em;
 	text-align: center;
 	margin-bottom:1em;
}

.oita-under p {
 	text-align: center;
}

.number {
	font-size: 1.8em;
	font-weight: bold;
	color: #64ffff;
	margin-bottom: 1em;
}

.img-second {
	position: relative;
}

.img-second_2 {
	position: relative;
}

.img-second_3 {
	position: relative;
}

.img-second_3_2 {
	position: relative;
}

.img-second:after {
	content:"";
	position: absolute;
  	background: url(../img/top_01.jpg);
  	z-index: 9999;
  	top: 225px;
  	right: -30px;
  	width: 200px;
  	height: 120px;
  	border-radius: 10px;
  	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}

.img-second_2:after {
	content:"";
	position: absolute;
  	background: url(../img/top_02.jpg);
  	z-index: 9999;
  	top: 225px;
  	left: -30px;
  	width: 200px;
  	height: 120px;
  	border-radius: 10px;
  	border: solid 3px #ffffff;
}

.img-second_3:after {
	content:"";
	position: absolute;
  	background: url(../img/top_02.jpg);
  	z-index: 9999;
  	top: 225px;
  	left: -100px;
  	width: 200px;
  	height: 120px;
  	border-radius: 10px;
  	border: solid 3px #ffffff;
}

.img-second_3_2:befor {
	content:"";
	position: absolute;
  	background: url(../img/top_02.jpg);
  	z-index: 9999;
  	top: 160px;
  	left: -50px;
  	width: 200px;
  	height: 120px;
  	border-radius: 10px;
  	border: solid 3px #ffffff;
}



/* インデックス */

.article-area {
	margin-bottom: 2em;
}

.article-area:after {
	content: "";
	display: block;
	clear: both;
}

.article-box {
	float:left;
	width: 49%;
	position: relative;
}

.article-box:first-child {
	margin-right: 1%;

}

.article-box:last-child {
	margin-left: 1%;
}


.date {
	display: inline-block;
	color: #ffffff;
	background: #691052;
	padding: 5px;
}

.category {

}

.article-box-pick-up {
	border-bottom: solid 1px #cccccc;
	padding-bottom: 20px;
	margin-bottom: 2em;
	position: relative;
}

.article-box-pick-up figure {
	margin-bottom: 10px;
}

.article-box-pick-up h3 {
	margin-bottom: 10px;
}

.article-box-pick-up p {
	margin-bottom: 10px;
}

.article-box-pick-up a {
	margin-bottom: 10px;
}

.article-box figure {
	margin-bottom: 10px;
}

.article-box h3 {
	margin-bottom: 10px;
}

.article-box p {
	margin-bottom: 10px;
}

.article-box a {
	margin-bottom: 10px;
}

.thumb-article {
    position: absolute;
    top: -5px;
    left: -8px;
}

.article-name {
  background: #fa6e4d;
	line-height: 25px;
  font-family: "Montserrat";
  font-size: 12px;
  font-size: 1.2rem;
  height: 25px;
  background: #00c4cc;
  padding: 0 10px;
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
}

.article-name:before {
  position: absolute;
  top: 0;
  right: -8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 8px;
  border-color: transparent transparent transparent #038388;
  content: "";
}

.article-name:after {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 6px 0;
  border-color: transparent #038388 transparent transparent;
  content: "";
}



@media screen and (max-width:560px) {

	/*  */

	.article-box {
		float:left;
		width: 49%;
	}

	.article-box:first-child {
		margin-right: 1%;

	}

	.article-box:last-child {
		margin-left: 1%;
	}


}



@media screen and (max-width:559px) {

	/* インデックス */

h1 {
 font-size: 1.4em;
}

.pc_display {
  display: none;
}

.gutter-header {
	width: 100%;
	margin: 0;
}

.top_back {
    width: 75px;
}

.section01_title {
  	top: -3vw;
  	right: 13.5vw;
}

.section01_title h2 {
	font-size: 1.4em;
  	color: #333333;
  	margin-bottom: 0.5em;
}

.section01_title p {
	font-size: 0.8em;
  	color: #333333;
  	line-height: 1;
  	margin-top: 3vw;
  	margin-right: 0.25em;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
}

.section01_img {
  position: relative;
  margin-bottom: 0px;
}

.section01_img_abs {
	position: static;
  	z-index: 9999;
  	top: 0;
  	left: 0;
}

.section01_img_abs img {
	width: 100%;
}

.section01_img>.span_55 {
	position: static;
  	top: 0;
  	left: 0;
}

.section01_main>.span_55 img {
    width: 100%;
    height: auto;
}

.section01_main>.span_50 {
    margin-bottom: ;
}

.section01_img>.address {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
}

.section01_img>.span_45 {
    position: static;
    top: 0;
    left: 0;
}

.section01_main p {
    padding: 0 1.25%;
}

.section01_main>.span_45 img {
    width: 100%;
    height: auto;
}

.section01_main h3 {
	font-size: 1.5em
}

.section01-table {
    position: static;
    top: 0;
    width: ;
    padding-top: 30px;
}

.section01-table th {
  padding-bottom: 10px;
}

.section02_title {
	position: absolute;
  	top: -10vw;
  	left: 10vw;
  	width: ;
  	height: ;
}

.section02_title h2 {
	font-size: 1.4em;
  	color: #333333;
  	margin-bottom: 0.5em;
}

.section02_title p {
	font-size: 0.8em;
  	line-height: 1;
  	margin-left: 0.25em
}

.section02_img {
	margin-bottom: 20px;
}

.section02_img_abs {
	position: static;
  	z-index: 9999;
  	top: 0;
  	left: 0;
}

.section02_img_abs img {
  	width: 100%;
  	height: auto;
  	/*border-radius: 10px;*/
  	border: solid 3px #ffffff;
  	/*box-shadow: 3px 3px 3px rgba(0,0,0,0.25);*/
}

.section02_main h3 {
	font-size: 2em;
	color: #333333;
  	margin-bottom: 0.5em;
  	margin-top: 0em;
  	padding:0 5%;
  	font-family: serif;
  	text-align: center;
}

.section02_main p {
	font-size: 1em;
  	color: #333333;
  	line-height: 1.8;
  	padding:0 1.25%;
}

.section02_img>.span_100 {
    width: 100%;
}

.section02_img>.span_100 img {
    border-radius: 12px;
    border: solid 4px #ffffff;
    width: 100%;
    height: auto;
}

.section02_img>.span_55 {
    position: static;
    top: 0;
    left: 0;
}

.section02_img>.span_55 img {
    width: 100%;
}

.section02_img>.span_50 {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
}

.section02_img>.span_50 img {
    width: 100%;
}

.section02_img>.address {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
}

.section02_main h3 {
	font-size: 1.5em
}

.section03_title {
  	top: -8vw;
  	right: 9.5vw;
}

.section03_title h2 {
	font-size: 1.4em;
  	color: #333333;
  	margin-bottom: 0.5em;
}

.section03_title p {
	font-size: 0.8em;
  	color: #333333;
  	line-height: 1;
  	margin-top: 3vw;
  	margin-right: 0.25em;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
}


.section03_img_abs {
	position: static;
  	z-index: 9999;
  	top: 0;
  	left: 0;
}

.section03_img_abs img {
	width: 100%;
}

.section02_main h3 {
	font-size: 1.5em;

}

.section02_main p {
    padding: 0 1.25%;
}

.section03_img>.span_55 {
    position: static;
    top: 0;
    left: 0;
}

.section03_img>.span_55 img {
    width: 100%;
}

.section03_img>.span_50 {
    position: static;
    top: 0;
    left: 0;
}

.section03_img>.span_50 img {
    width: 100%;
}

.section03_img>.span_40 {
    margin-bottom: 0;
}

.section03_img>.address {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    margin-bottom: 30px;
}

.section03_img {
	position: relative;
	margin-bottom: 0;
}

.section03_main h3 {
	font-size: 1.5em
}

.section03_main p {
    padding: 0 1.25%;
}

.section02_main p {
	font-size: 1em;
  	color: #333333;
  	line-height: 1.8;
  	padding:0 1.25%;
}

.section02_img {
	margin-top: 1em;
}

.section04_title {
  	top: -8vw;
  	right: 12vw;
}

.section04_title h2 {
	font-size: 1.4em;
  	color: #333333;
  	margin-bottom: 0.5em;
}

.section04_title p {
	font-size: 0.8em;
  	color: #333333;
  	line-height: 1;
  	margin-top: 3vw;
  	margin-right: 0.25em;
  	text-shadow: 1px 1px 1px rgba(256,256,256,1);
}

.section04_img_abs {
    position: static;
    bottom: 0;
    left: 0;
}

.section04_img>.span_100 {
    width: 100%;
}

.section04_img>.span_100 img {
    width: 100%;
}

.section04_img>.span_55 {
    width: 100%;
    position: static;
    bottom: 0;
    left: 0;
}

.section04_img>.span_55 img {
    width: 100%;
}

.section04_img>.span_50 {
    width: 100%;
    position: static;
    bottom: 0;
    left: 0;
}

.section04_img>.span_50 img {
    width: 100%;
}

.section04_img>.address {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    margin-bottom: 30px;
}

.section04_img {
    margin-bottom: 0;
}

.section04_main h3 {
	font-size: 1.5em;
	text-align: center;
}

.section04_main p {
    padding: 0 1.25%;
}

.section05_img {
    margin-bottom: 30px;
}

.section05_main h3 {
    font-size: 1.5em;
    text-align: center;
}

.section05_main p {
    padding: 0 1.25%;
}

.section05_img>.span_55 {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
}

.section05_img>.span_55 img {
    width: 100%;
}

.section05_img>.span_50 {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
}

.section05_img>.span_50 img {
    width: 100%;
}

.section05_img>.address {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    margin-bottom: 30px;
}

.address table {
  margin-top:20px;margin-bottom:30px;
}

/*.address tr td:first-child {
  background: #cccccc;
  border: dotted 1px #cccccc;
}
.address tr td:last-child {
  background: #dddddd;
}*/

.photo-garrely div:first-child {
  float: left;
  width: 100%;
}

.photo-garrely div:first-child {
  float: left;
  width: 100%;
}

.photo-garrely div:nth-child(2) {
  float: left;
  width: 100%;
}

.photo-garrely div:nth-child(3) {
  float: left;
  width: 100%;
}

.photo-garrely div:nth-child(4) {
  float: left;
  width: 100%;
}

.photo-garrely div:nth-child(5) {
  float: left;
  width: 100%;
}

.photo-garrely div:last-child {
  float: left;
  width: 100%;
}

.oita-over h2 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	font-size:2.4em;
  	color: #035788;
}

.oita-over h3 {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	font-size:1.4em;
  	color: #47c7ce;
  	/*background: #e9fffe;
  	background-position:0 0 0 10px;*/
  	position: relative;
}

.oita-over h3:after {
	content:"";
	position: absolute;
  	background: #e9fffe;
  	z-index: -1;
  	top: 0;
  	left: -0.25em;
  	width:100%;
  	height:100%;

}

.oita-over p {
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
}

.oita-over-inner {
 	position:relative;
}

.oita-over-inner div {
 	position:absolute;
 	right:0;
}

.oita-over-inner p {
 	height: 300px;
}

.oita-under {
 	text-align: center;
 	padding: 0 5%;
}

 .oita-under h4 {
 	margin-bottom:0.5em;
}

.oita-under p {
 	text-align: center;
}

.number {
	margin-top:1em;
	margin-bottom:0.5em;
}



	/* */

	.article-box {
		float:left;
		width: 100%;
	}

	.article-box:first-child {
		margin-right: 0;

	}

	.article-box:last-child {
		margin-left: 0;
	}

}
