@charset "utf-8";
@import url("custom.flexslider.css");

body, html {
	font-family:  'Meiryo', 'M+1p', 'MS Gothic', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
.wf-mplus1p { font-family: "Mplus 1p"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-hannari { font-family: "Hannari"; }
.Meiryo { font-family: 'Meiryo', 'MS Gothic', sans-serif; }
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 3.8em;
	color: #333;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
h5 {
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #004cd6;
}
a:hover, a:focus {
	text-decoration: none;
	color: #00a4c7;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.overflow {
	overflow:hidden;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 100px;
	text-align: center;
	position: relative;
	background: #ff2205;
	margin: 0;
	margin-bottom: 20px;
	border: 0;
}
.Arial {
	font-family:Arial, Helvetica, sans-serif;
}
.fnone {
	float:none;	
}
.tCenter {
	text-align:center;	
}
.tLeft {
	text-align:left;	
}
.tRight {
	text-align:right;	
}
.vMiddle {
	vertical-align:middle;	
}
.full {
	width:100%;
	display:block;
}
.clear {
	clear:both;	
}
.m00 {
	margin:0px;
}
.mt00 {
	margin-top:0;
}
.mt5 {
	margin-top:5px;
}
.mt20 {
	margin-top:20px;
}
.mt50 {
	margin-top:50px;
}
.mb60 {
	margin-bottom:60px;
}
.flex_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

.only-tb {
	display:none;
}
.only-sp {
	display:none;
}

/* Flexslider - Absolute minimum CSS required for current setup */
.slides, .slides > li, .flex-control-nav{margin:0; padding:0; list-style:none;}
.flexslider{display:block; position:relative; margin:0; padding:0;}
.flexslider .slides{display:block; width:100%; overflow:hidden;}
.flexslider .slides > li{display:none; -webkit-backface-visibility:hidden;}
.flex-viewport{max-height:2000px; transition:all 1s ease;}
.loading .flex-viewport{max-height:300px;}
.flex-control-nav{display:block; position:absolute; bottom:10px; width:100%; text-align:center;}
.flex-control-nav li{display:inline-block; margin:0 5px;}
.flex-control-paging li a{display:block; width:11px; height:11px; cursor:pointer; text-indent:-9999px; border:2px solid; border-radius:50%; color:#fff;}
.flex-control-paging li a:hover{color:#ff2205;}
.flex-control-paging li a.flex-active{cursor:default; color:#ff2205;}


/* Navigation */
#top_menu {
	padding: 0;
	margin:0;
	background:rgba(0,0,0,.8);
	color:#fff;
	z-index:2000;
	text-align:#right;
}
#top_menu li {
	display:inline-block;
	margin-top:7px;
}
#top_menu li > a {
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	padding:3px 5px;
	margin:10px;
	background:url(../img/arrow_orange.png) right center no-repeat;
	transition: all 0.3s;
}
#top_menu li > a:hover {
	background:url(../img/arrow_orange.png) right center no-repeat;
	color:#F30;
}
#menu {
	padding: 10px;
	transition: all 0.8s;
	z-index:99;
}
#menu.navbar-default {
	background-color: rgba(255, 255, 255, 0.4);
	border-color: rgba(255, 255, 255, 0.5);
}
#menu a.navbar-brand {
	margin:0;
	padding:0;
	width:282px;
}
#menu.navbar-default .navbar-nav > li > a {
	color: #222;
	background:rgba(255,255,255,.8);
	font-weight: 700;
	font-size: 1.2em;
	padding: 10px 25px;
	border: 2px solid rgba(0,0,0,.7);
	border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
	letter-spacing: 0.5px;
	margin: 20px 7px 0 7px;
}
#menu.navbar-default .navbar-nav > li > a.now {
	color: #ff2204;
	background:rgba(255,255,255,1);
	font-weight: 700;
	font-size: 1.5em;
	padding: 10px 25px;
	border: 2px solid #ff2204;
	border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
	letter-spacing: 0.5px;
	margin: 20px 7px 0 7px;
	box-shadow:2px 2px 5px rgba(0,0,0,.5)
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	border: 2px solid #ff2204;
	background:#ff2204;
}
.on {
	background-color: rgba(255, 255, 255, 0.9) !important;
	padding: 0 !important;
	padding: 10px 0 !important;
	border-color:#d3d3d3 !important;
	box-shadow:0 0 5px #cccccc !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	border: 2px solid #ff2204 !important;
	background-color: #ff2204;
}
.navbar-toggle {
	border-radius: 0;
	background:#fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #3d3d3d;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #fff;
}

.menu-button-inverted {
    display: block;
    width: 60px;
    height: 56px;
  }
.menu-button-inverted.w--open {
    background-color: rgba(205, 225, 231, .15);
  }
.icon-menu-burger-blue {
    position: absolute;
    top: 16px;
    right: 15px;
    display: inline-block;
  }
.icon-menu-burger {
    position: absolute;
    top: 16px;
    right: 15px;
    z-index: 2;
  }
.btn-dropdown-language-inverted {
  margin-top: 5px;
  margin-left: 12px;
  padding: 4px 10px;
  float: right;
  border: 1px solid rgba(255,255,255,.5);
  background:rgba(0,0,0,.8);
  border-radius: 3px;
  -webkit-transition: all 120ms ease-in;
  transition: all 120ms ease-in;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.btn-dropdown-language-inverted:hover {
  border-color: #8a91a6;
  border-bottom-width: 1px;
}
.btn-dropdown-language-inverted-toggle {
  margin: 0px;
  padding: 0;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: 20px;
  margin-right: auto;
  z-index: 900;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 0px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 0;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-left: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
  z-index:3000;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
.btn-dropdown-flag {
  margin-right: 6px;
  padding-top: 1px;
  float: left;
}
.p-btn-language-inverted {
  float: left;
  color: #fff;
  width:100px;
}
.icon-arrow-down {
  max-width: 8px;
  margin-left: 6px;
  padding-top: 7px;
  padding-left: 0px;
  float: left;
}
.dropdown-inverted-list.w--open {
  margin-top: 5px;
  margin-left:-10px;
  border-radius: 4px;
  background-color: #fff;
  z-index:9999999999999;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .18);
}
.btn-dropdown-language-li-block-inverted {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(205, 225, 231, .3);
}

.btn-dropdown-language-li-block-inverted:hover {
  border-bottom: 1px solid rgba(205, 225, 231, .3);
  background-color: rgba(205, 225, 231, .3);
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.flag {
  display: block;
  margin-right: 8px;
  padding-top: 5px;
  padding-right: 0px;
  float: left;
}

.flag.flag-dropdown-li {
  margin-top: 5px;
  margin-left: 11px;
  padding-top: 0px;
  padding-left: 0px;
}
.dropdown-link-inverted {
  padding-top: 4px;
  padding-left: 6px;
  color: #333;
}

@media screen and (max-width: 479px) {
	  .p-btn-language-inverted {
		float: left;
		color: #999;
		width:28px;
	}
	.flag.flag-dropdown-li {
		margin-top: 3px;
		margin-left: 10px;
		margin-right: 4px;
	}
}  
    

.section-title p {
	font-size: 22px;
	font-weight:500;
	color: rgba(255,255,255,0.9);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 50px;
}
.btn-custom {
	color: #fff;
	background-color: #ff2204;
	border: 0;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
	margin-top: 10px;
	transition: all 0.5s;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #ff5569;
}



.tYellow {
	 color:#ffa200;
}
.tRed {
	 color:#c80002;
}
.tRed02 {
	 color:#ff2205;
}
.tBlack01 {
	 color:#222;
}
.tUnderline {
	 text-decoration:underline;
}
.bgYellow {
	 background:#ffa200;
}
.bgRed {
	 background:#fdc900;
}
/* Header Section */

.intro {
box-shadow:-1px -1px 3px rgba(0,0,0,.3);
border-top:1px solid #ccc;
margin:0;
padding:0;
z-index:9999;	
}

.intro h1 {
	color: #ff2204;
	font-size: 4.7em;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 30px;
	text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 3px 3px 7px rgba(255,255,255,.5);
	 -moz-text-shadow: -1px 0 #F2F1F6, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 3px 3px 7px rgba(255,255,255,.5);
	 -webkit-text-shadow: -1px 0 #F2F1F6, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 3px 3px 7px rgba(255,255,255,.5);
}
.intro h1 small {
	font-size: 0.5em;
	color: #ff2204;
}
.intro h1 span {
	font-weight: 700;
}
.intro p.text {
	font-size: 2.5em;
	color:#222;
	margin-bottom: 0;
	text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 3px 3px 7px rgba(255,255,255,.5);
	 -moz-text-shadow: -1px 0 #F2F1F6, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 3px 3px 7px rgba(255,255,255,.5);
	 -webkit-text-shadow: -1px 0 #F2F1F6, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 3px 3px 7px rgba(255,255,255,.5);
}

.intro .contents_access{
	width:426px;
	position: absolute;
	right: 0;
	bottom: -140px
}
.intro p.access {
	text-align: left;
	font-size: 1.1em;
	line-height: 28px;
	background:rgba(255,255,255,.5);
	color:#000;
	margin-bottom: 0;
	margin-top:30px;
	text-shadow:1px 1px #fff;
	padding:2px 17px;
}
.intro p.access img {
	margin-bottom:2px;
}
.intro p.access span {
	font-weight:bold;
	color:#ff2204;
}
header .intro-text {
	padding-top: 100px;
	text-align:right;
	position: relative;
}
.intro .intro-bg1 {
	display: table;
	width: 100%;
	min-height:550px;
	padding: 0;
	margin:0;
	background: url(../img/intro-bg_shinokubo.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/*.intro .intro-bg2 {*/
/*	display: table;*/
/*	width: 100%;*/
/*	min-height:550px;*/
/*	padding: 0;*/
/*	margin:0;*/
/*	background: url(../img/intro-bg_nanba2.jpg) no-repeat center center;*/
/*	background-color: #e5e5e5;*/
/*	-webkit-background-size: cover;*/
/*	-moz-background-size: cover;*/
/*	background-size: cover;*/
/*	-o-background-size: cover;*/
/*}*/
/* accessNavi */
.accessNavi {
	color:#fff;
	background:rgba(0,0,0,.5);
	padding:12px 20px 15px;
	text-align:left;
	z-index:9999999;
}


.accessNavi .btn-dropdown-language-inverted {
	margin-top: 5px;
	margin-left: 12px;
	padding: 4px 10px;
	float: none;
	display: block;
	border: 1px solid rgba(0,0,0,.7);
	background:rgba(255,255,255,1);
	border-radius: 3px;
	-webkit-transition: all 120ms ease-in;
	transition: all 120ms ease-in;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index:9999999;
}

.accessNavi .btn-dropdown-language-inverted:hover {
  border-color: #c60000;
  border-bottom-width: 1px;
}
.accessNavi .btn-dropdown-language-inverted-toggle {
  margin: 0px;
  padding: 0;
}
.accessNavi .dropdown-inverted-list .w--open {
  margin-top: 0;
  margin-right:10px;
  border-radius: 4px;
  background-color: #fff;
  z-index:9999999999999;
}
.accessNavi .w-dropdown {
  display: block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.accessNavi .w-clearfix:before,
.accessNavi .w-clearfix:after {
  content: " ";
  display: table;
}
.accessNavi .w-clearfix:after {
  clear: both;
}
.accessNavi .w-dropdown-btn,
.accessNavi .w-dropdown-toggle,
.accessNavi .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 0px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.accessNavi .w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  cursor: pointer;
  padding-right:0;
}
.accessNavi .w-dropdown-toggle:focus {
  outline: 0;
}
.accessNavi .w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 0;
  width: 1em;
  height: 1em;
}
.accessNavi .w-dropdown-list {
	position: absolute;
	background: #fff;
	display: none;
	min-width: 100%;
	z-index:3000;
}
.w-dropdown-list.w--open {
	display: block;
}
.accessNavi .w-dropdown-link {
	padding: 0;
	display: block;
color: #222222;
}
.accessNavi .w-dropdown-link.w--current {
	color: #0082f3;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
	display: block;
}
.accessNavi .w-nav[data-collapse="all"] .w-dropdown-list {
	position: static;
}
.accessNavi .btn-dropdown-flag {
	margin-right: 6px;
	padding-top: 1px;
	float: left;
}
.accessNavi .p-btn-language-inverted {
	float: none;
	color: #222;
	width:100%;
	position: relative;
}
.accessNavi .icon-arrow-down {
	position: absolute;
	max-width: 8px;
	top: 0px;
	right: 3px;
}

.accessNavi .btn-dropdown-language-li-block-inverted {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(205, 225, 231, .3);
}

.accessNavi .btn-dropdown-language-li-block-inverted:hover {
  border-bottom: 1px solid rgba(205, 225, 231, .3);
  background-color: rgba(205, 225, 231, .3);
}
.accessNavi .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.accessNavi .flag {
  display: block;
  margin-right: 8px;
  padding-top: 5px;
  padding-right: 0px;
  float: left;
}

.accessNavi .flag.flag-dropdown-li {
  margin-top: 5px;
  margin-left: 11px;
  padding-top: 0px;
  padding-left: 0px;
}
.accessNavi .dropdown-link-inverted {
  padding-top: 4px;
  padding-left: 6px;
  color: #333;
}




.slogan {
	text-align:center;
	font-size:1.3em;
	line-height:1.5em;
	color:#222;
	margin-top:50px;
}


/* Remi Section */
#remit {
	padding: 10px 0;
	background:#ddd;
	color:#222;
	border:1px solid #bbb;
	font-size:0.9em;
	position:relative;
	z-index:999;
}
#remit small {
	color:#444;
	font-size:0.8em;
}
#remit h3 {
	font-size: 20px;
}


.ie9 #main .sliderUl li img {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}



#main .sliderUl li:first-child {
	padding-left: 0;
}

#main .sliderUl li p {
	margin-top: 13px;
	display: block;
	color: #666;
	font-size: 12px;
	letter-spacing: 0.07em;
	text-align:center;
}


/* Info Section */
#info {
	padding:70px 0;
	background:#f0f0f0;
	box-shadow:-1px -1px 3px rgba(0,0,0,.2);
}
#info .info-section {
	margin: 90px 20px 0;
}
#info .info-section-s {
	margin-top: 70px;
}
#info .info-section-ss {
	margin-top: 50px;
}

#info .info-section-title {
	font-size: 4em;
	display: block;
	font-weight: 300;
	color: #ff2205;
	text-align: center;
}
#info .info-section-title span,
#service .service-section-title span,
#notice .notice-section-title span {
	display:inline-block;
	font-size: 0.6em;
	color:#fff;
	background:#ff2205;
	margin-right:15px;
	padding:7px;
	margin-bottom:8px;
	vertical-align:middle;
	text-align:center;
}
#info .info-section-title strong {
	font-weight: 700;
}
#info iframe {
	margin-bottom:5px;
}
#info .map {
	border:1px solid #ccc;
	background:#fff;
	padding:10px;
	text-align:left;
}


#info p {
	line-height: 24px;
	margin: 15px 0 30px;
}



#info img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}



#info .info-item, #service .info-item, #notice .info-item {
	margin: 0px 0 20px 0;
	color:#000;
	font-size: 1.3em;
	border:2px solid #666;
	padding:20px;
	font-weight:500;
}

#info .menu-item-description, 
#service .menu-item-description, 
#notice .menu-item-description {
	font-weight: 400;
	font-size: 1.3em;
	color: #222;
	margin:0 0 20px 0;
}
#info .menu-item-description small, 
#service .menu-item-description small, 
#notice .menu-item-description small {
	font-size: 0.9em;
}
#info .mtitle, 
#service .mtitle, 
#notice .mtitle {
	font-size: 1em;
	font-weight:500;
	margin:10px 0 2px 0;
}
#info .menu-item-description span, 
#service .menu-item-description span, 
#notice .menu-item-description span {
	font-weight: 600;
	font-size: 1.1em;
}


.info-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.info-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}

table.info {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#222;
	font-weight:400;
	font-size:1.1em;
	color:#222;
	margin-bottom:20px;
	vertical-align:top;
}
table.info th,
table.info td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:12px 10px;
}
table.info th {
	background:#666;
	color:#fff;
	font-weight:500;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Service Section */
#service {
	padding:70px 0;

}
#service .service-section {
	margin: 0;
}
#service .cash-section {
	margin-top: 70px;
}

#service .service-section-title {
	font-size: 4em;
	display: block;
	font-weight: 300;
	color: #ff2205;
	text-align: center;
}
#service .service-section-title strong {
	font-weight: 700;
}

#service .info-item img {
	text-align:centr;
	margin:0 auto;
}

#service .thumbnail {
	border:1px solid #bdbdbd;
	box-shadow:2px 2px 7px 1px #c3c3c3;
	padding:20px;
	overflow:hidden;
}
#service .thumbnail .freeService-img, #service .thumbnail .freeCaption {
float:left;	
}
#service .thumbnail .freeService-img {
width:40%;
margin-right:3%;
}
#service .thumbnail .freeCaption {
	width:57%;
	padding:0;
	margin:0;
	vertical-align:top;
}
#service .thumbnail .freeCaption small {
	font-size:0.85em;
}
#service .thumbnail .freeCaption h3 {
	font-size: 1.5em;
	font-weight:700;
	vertical-align:middle;
	line-height:1.2em;
	color:#000;
	margin:0;
	padding:10px 0 10px 0;
}

#service .thumbnail .caption {
	padding-top: 0;
}
#service .thumbnail .caption h3 {
	font-size: 1.2em;
	font-weight:300;
	vertical-align:middle;
	line-height:2em;
	color:#000;
}

#service .thumbnail .caption h3 span {
	font-weight:700;
}
#service .thumbnail .caption h3 span img {
	display:inline;
	margin:0; padding:0;
}
#service .thumbnail .caption p {
	font-size: 1.1em;
	color:#777;
}
/* Notice Section */
#notice {
	padding: 70px 0;
	background:#f0f0f0;
	box-shadow:-1px -1px 3px rgba(0,0,0,.2);
}


#notice ul {
	border-top:1px solid #d8d8d8;
	
}
#notice ul li {
	float:left;
	
}
#notice ul li:hover {
	background:#f7f7f7;
}


#notice ul li div.title {
	width:85%;
	float:left
}
#notice ul li div.date {
	width:15%;
	text-align:right;
	color:#666;
	float:right;
}
#notice .notice-section {
	margin: 90px 0 0;
}
#notice .info-section-title {
	font-size: 3em;
	display: block;
	font-weight: 300;
	color: #ff2205;
	text-align: center;
}

#notice .title h3 {
  background: #d91900;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size:1.3em;
  margin:0;
}

#notice .notice li { padding: 20px; width:100%; display:block;}

#notice .notice li.q {
  background: #fff url(../img/icon_list.gif) no-repeat 20px 28px;
  font-size: 1.1em;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
  color:#222;
  padding-left:30px;
}

#notice .notice li.important {
	color:#ff0000;
	background:#ffeef1;
	width:100%;
}
#notice .notice li.important:hover {
  background: #ffe9ed;
}
#notice .notice li.a {
  display: none;
  color:#222;
  background:#f7f7f7;
  border-bottom:1px solid #ddd;
  padding:20px 40px;
}
#notice .notice li.importantDetail {
  background:#fff;
}
#notice .notice li.a p {
   font-size: 1em;
}
/* .rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
} */ 

/* root Section */
#root {
	margin-top: 70px;
	padding: 70px 0;
	background:#f0f0f0;
}
#root p {
	color:#444;
	font-size:1.2em;
	margin-bottom:30px;
}
#root .section-title hr {
	margin: 0 auto;
	margin-bottom: 30px;
}

#root .info-section-title {
	font-size: 3em;
	display: block;
	font-weight: 300;
	color: #ff2205;
	text-align: center;
}

#root p.text {
	margin-left:5px;
	font-size:1.1em;
	margin-bottom:0px;
	margin-top:10px;
}
#root p small {
	font-size:0.8em;
}
#root iframe {
	width:100%;
	height:600px;
	border:0;
}
.map {
	background:#f6f6f6;
	text-align:center;
	border:1px solid #eee;
	margin-top:0;
	padding:0;
}
.contents_root{
	overflow-y: scroll;
	height: 600px;
}
#root .thumbnail {
	padding:0;
	border:1px solid #e4e4e4;
	position: relative;

}

#root .thumbnail img, #root .thumbnail2 img {
	z-index:9999;
	margin: 0;
	width: 100%;
}
#root .thumbnail .camera{
	position: absolute;
	top: 5px;
	left: 5px;
}
#root .thumbnail p, #root .thumbnail2 p {
	font-size:0.9em;
	margin:10px;
	text-indent: -1.2em;
	padding-left: 1.1em;
}
/* Style the tab */
div.tab {
    overflow: hidden;
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    background-color: #f7f7f7;
	font-size:1.2em;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	width:50%;
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #e9e9e9;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #fff;
	border-bottom: 1px solid #fff;
	color:#F03;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 0 20px 0;
    border: 1px solid #ccc;
    border-top: none;
	background:#fff;
	overflow:hidden;
}
.tabcontent h4 {
    font-weight:bold;
	margin:20px;
}

/* Style the tab */
div.tab2 {
    overflow: hidden;
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    background-color: #f7f7f7;
	font-size:1em;
}

/* Style the buttons inside the tab */
div.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
	width:25%;
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.tab2 button strong {
    color:#000;
	font-size:1.2em;
}
/* Change background color of buttons on hover */
div.tab2 button:hover {
    background-color: #e9e9e9;
}
h4 span.midoji, h4 span.yotubasi, h4 span.senhichimae { 
	color:#fff; 
	display:inline-block;
	font-size:0.9em; 
	padding:5px 10px 2px 10px; 
	margin-right:10px;
	font-weight:normal;
}
h4 span.midoji {
    background:#e5171f;
}
h4 span.yotubasi {
    background:#0078ba;
}
h4 span.senhichimae {
    background:#e44d93;
}
/* Create an active/current tablink class */
div.tab2 button.active  {
    background-color: #fff;
	color:#ff2205;
}
div.tab2 button.active strong {
    color:#ff2205;
}
/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 6px 0 20px 0;
    border: 1px solid #ccc;
	margin-top:10px;
	background:#fff;
	overflow:hidden;
}
.tabcontent2 h4 {
    font-weight:bold;
	margin:20px;
}
/* FAQ Section */
#faq {
	padding: 70px 0;
}
#faq ul {
	border-top:1px solid #d8d8d8;
	
}
#faq ul li {
	float:left;
	
}
#faq ul a li {
	padding: 12px 0;
	border-bottom:1px solid #d8d8d8;
	color:#222;
}
#faq ul a:hover li {
	background:#f7f7f7;
}
#faq ul a li.important {
	color:#ff0000;
	background:#ffeef1;
	width:100%;
}
#faq ul a:hover li.important {
	background:#ffe6ea;
}
#faq ul li.title {
	width:85%;
}
#faq ul li.date {
	width:15%;
	text-align:center;
	color:#666;
}
#faq .faq-section {
	margin: 90px 0 0;
}
#faq .info-section-title {
	font-size: 3em;
	display: block;
	font-weight: 300;
	color: #ff2205;
	text-align: center;
}

#faq .title h3 {
  background: #d91900;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size:1.3em;
  margin:0;
}

#faq .faq li { padding: 20px; width:100%; display:block;}

#faq .faq li.q {
  background: #fff;
  font-size: 1.1em;
  border-bottom: 1px #ddd solid;
  background:#fff url(../img/icon_q.png) no-repeat 22px 20px;
  cursor: pointer;
  color:#222;
  padding-left:65px;
}

#faq .faq li.a {
  display: none;
  color:#222;
  background:#f7f7f7 url(../img/icon_a.png) no-repeat 22px 20px;
  padding-left:65px;
}
#faq .faq li.a p {
   font-size: 1em;
}
/* .rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
} */


/* Footer Section*/
#footer {
	background:#333;
	padding: 0 0 10px 0;
	color:#fff;
	font-weight:300;
}
#footer h3 {
	color: #ff7200;
	font-weight: 300;
	font-size: 1.1em;
	margin-bottom: 20px;
}
#footer p.txt_tel a{
	color: #fff;

}
#footer .company {
	padding: 12px 0;
	background:#fff;
	border-top:1px solid #e0e0e0;
	color:#222;
	margin-bottom:30px;
}
#footer .company a {
	color:#333;
}
#footer .company a:hover {
	color:#000;
	text-decoration: underline;
}
#footer .company span {
	color:#e0e0e0;
}
#footer .copyrights {
	padding: 30px 0 0 0;
}
#footer .copyrights p {
	color:#ddd;
	font-size:0.9em;
	font-weight:200;
	line-height:1.7em;
	letter-spacing:1px;
}

#footer p {
	font-size: 1.6em;
	color: #fff;
	font-weight: 500;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#footer .line {
	border-left:1px solid #434343;
	border-right:1px solid #434343;
}



@media (max-width: 768px) {
	#info .info-item, #service .info-item, #notice .info-item {
		font-size: 1em;
		padding:10px;
	}


	p.button {
		font-size:1.3em;
		margin-top:5px;
	}

	ol.type li {
		width:100%;
	}
	#info .info-item, #service .info-item, #notice .info-item {
		padding:6px;
	}
	#info .info-items a {
		font-size:1.2em;
	}


	.section-title p {
		font-size: 1.3em;
	}
	h2 {
		margin: 0 0 10px 0;
		font-weight: 500;
		font-size: 3em;
	}
	#footer .logo {
		margin:0;
	}

	#footer .logo img {
		width:30%;
		margin:5px;
	}
	#footer .line {
		border:0;
	}
	#footer p.tel {
		margin:0;
		text-align:center;
	}
}


@media all and  (min-width: 768) and (max-width: 1024px) {
	ol.type li {
		width:150px;
		font-size:1em;
	}
	#footer .line {
		border:0;
	}
	#service .info-item .bank img {
		width:30%;
	}
	#service .info-item .map img {
		margin-top:20px;
	}
}




@media all and (max-width: 1200px) {
	.only-sp {
		display:none;
	}
	#remit {
		padding: 10px 0;
		background:#ddd;
		color:#222;
		border:1px solid #bbb;
		font-size:0.73em;
	}
	#remit small {
		color:#444;
		font-size:0.8em;
	}
	#remit img {
		width:20px;
	}
	#info .info-item, #service .info-item, #notice .info-item {
		font-size: 1.1em;
		padding:10px;
		margin:10px 0;
	}
	div.tab2 button {
		width:33.333333333%;
	}
	.map {
		margin-left:0;
	}
}


@media all and (min-width: 0) and (max-width: 767px) {
	.only-pc {
		display:none;
	}
	.only-tb {
		display:none;
	}
	.only-sp {
		display:block;
	}
	.btn-custom {
		display:block;
		width:100%;
		text-align:center;
	}
	#top_menu li > a {
		font-size: 0.9em;
		padding:2px 10px 2px 0;
		margin:0
	}
	#menu {
		padding: 10px;
		transition: all 0.8s;
		max-height:55px;
	}
	#menu a.navbar-brand {
		margin:0;
		padding:0;
		width:65%;
	}

	#menu a.navbar-brand img {
		margin:0;
		width:170px;
		padding:0;
	}
	#bs-example-navbar-collapse-1 {
		background:rgba(255,255,255,.8);
		margin-top:13px;
		margin-left:-9%;
		width:118%;
		padding-bottom:25px;
	}
	#info,
	#service,
	#notice  {
		padding: 0 0 40px 0;
	}
	#notice  {
		padding: 40px 0 40px 0;
	}
	#notice .info-section,
	#notice .service-section,
	#notice .notice-section {
		margin: 40px 0 0;
	}
	#info .info-section-title,
	#service .service-section-title,
	#notice .notice-section-title {
		font-size: 2.1em;
	}
	#info .info-section-title span,
	#service .service-section-title span,
	#notice .notice-section-title span {
		font-size: 0.5em;
		margin-right:5px;
		padding:6px;
		margin-bottom:5px;
		font-weight:500;
	}
	#info .menu-item-description,
	#service .menu-item-description,
	#notice .menu-item-description {
		font-size: 1.1em;
	}
	#notice .menu-item-description p {
		font-size: 0.9em;
	}
	#service .noavailable {
		display:none;
	}

	.intro {
		box-shadow:-1px -1px 3px rgba(0,0,0,.3);
		border-top:1px solid #ccc;
		margin:0;
		padding:0;
	}

	header .intro-text {
		margin:50px 10px 40px 10px!important;
		padding:0;
		text-align:right;
	}
	.intro h1 {
		color: #ff2204;
		font-size: 3.5em!important;
		margin: 0;
	}
	.intro h1 small {
		font-size: 0.6em!important;
		color: #ff2204;
	}
	.intro p.text {
		font-size: 2em!important;
	}

	.intro .intro-bg1 {
		min-height:350px;
		background: url(../img/intro-bg_shinokubo_s.jpg) no-repeat left center;
	}
	/*.intro .intro-bg2 {*/
	/*	min-height:350px;*/
	/*	background: url(../img/intro-bg_nanba_s.jpg) no-repeat left center;*/
	/*}*/
	.intro p.access {
		padding:2px 10px;
		font-size:1em;
		text-align:right;
	}
	/* accessNavi */
	.accessNavi {
		padding:10px;
	}


	.accessNavi .btn-dropdown-language-inverted {
	  margin-top: 5px;
	  margin-left: 0;
	  padding: 2px 5px;
	  font-size: 12px;
	  letter-spacing: 0px;
	}

	.accessNavi .btn-dropdown-language-inverted-toggle {
	  margin: 0px;
	  padding: 0;
	}
	.accessNavi .dropdown-inverted-list .w--open {
	  margin-right:0;
	}
	.accessNavi .w-dropdown {

	}
	.accessNavi .w-clearfix:before,
	.accessNavi .w-clearfix:after {

	}
	.accessNavi .w-clearfix:after {

	}
	.accessNavi .w-dropdown-btn,
	.accessNavi .w-dropdown-toggle,
	.accessNavi .w-dropdown-link {

	}
	.accessNavi .w-dropdown-toggle {

	}
	.accessNavi .w-dropdown-toggle:focus {

	}
	.accessNavi .w-icon-dropdown-toggle {
	  width: 1em;
	  height: 1em;
	}
	.accessNavi .w-dropdown-list {
	  position: absolute;
	  background: #fff;
	  display: none;
	  min-width: 100%;
	  z-index:99999999999;
	}
	.w-dropdown-list.w--open {
	  display: block;
	  z-index:99999999999;
	}
	.accessNavi .w-dropdown-link {
	  padding: 0;
	  display: block;
	  color: #222222;
	}
	.accessNavi .w-dropdown-link.w--current {
	  color: #0082f3;
	}
	.w-nav[data-collapse="all"] .w-dropdown,
	.w-nav[data-collapse="all"] .w-dropdown-toggle {
	  display: block;
	}
	.accessNavi .w-nav[data-collapse="all"] .w-dropdown-list {
	  position: static;
	}
	.accessNavi .btn-dropdown-flag {
	  margin-right: 6px;
	  padding-top: 1px;
	  float: left;
	}
	.accessNavi .p-btn-language-inverted {
	  /*width:250px;*/
	}
	.accessNavi .icon-arrow-down {
	  max-width: 8px;
	  margin-left: 6px;
	  padding-top: 7px;
	  padding-left: 0px;
	  float: left;
	}

	.accessNavi .btn-dropdown-language-li-block-inverted {
	  width: 100%;
	  padding-top: 5px;
	  padding-bottom: 6px;
	  border-bottom: 1px solid rgba(205, 225, 231, .3);
	}

	.accessNavi .btn-dropdown-language-li-block-inverted:hover {
	  border-bottom: 1px solid rgba(205, 225, 231, .3);
	  background-color: rgba(205, 225, 231, .3);
	}
	.accessNavi .w-inline-block {
	  max-width: 100%;
	  display: inline-block;
	}

	.accessNavi .flag {
	  display: block;
	  margin-right: 8px;
	  padding-top: 5px;
	  padding-right: 0px;
	  float: left;
	}

	.accessNavi .flag.flag-dropdown-li {
	  margin-top: 5px;
	  margin-left: 11px;
	  padding-top: 0px;
	  padding-left: 0px;
	}
	.accessNavi .dropdown-link-inverted {
	  padding-top: 4px;
	  padding-left: 6px;
	  color: #333;
	}
	.slogan {
		font-size:18px;
		line-height:1.6em;
		margin:20px 10px 0 10px;
	}
	#remit  {
		padding:0 0 10px 0;
	}
	#remit ul {
		margin-left:1%;
	}
	#remit div {
		margin-top:10px;
	}
	#remit ul li {
		background:#f9f9f9;
		border:1px solid #ddd;
		text-align:left;
		padding:4px 0 4px 2px;
		font-size:12px;
		width: 50%;
	}
	#info {
		padding:40px 0;
	}

	#info .info-items a {
		font-size:1.3em;
	}

	.map {
		margin-left:0;
	}
	table.info {
		margin-top:10px;
		font-size:0.9em;
	}
	table.info th {
		width:25%;
	}
	table.info td {
		width:75%;
	}
	#service {
		padding:40px 0;
	}
	#service .thumbnail .freeService-img {
	width:30%;
	margin-right:3%;
	}
	#service .thumbnail .freeCaption {
		width:67%;
		margin:0;
	}
	#service .thumbnail .freeCaption small {
		font-size:0.85em;
		margin:0;
		padding:0;
	}
	#service .thumbnail .freeCaption h3 {
		font-size: 1.1em;
		margin:0;
		padding:0;
	}
	#service .thumbnail .freeCaption p {
		font-size: 1em;
		margin:0;
		padding:0;
	}
	#notice h3 {
		font-size: 1.3em;
	}
	#notice ul li div.title {
		width:100%;
	}
	#notice ul li div.date {
		display:none;
	}
	#root {
		padding:40px 0;
	}
	/*#root iframe {*/
	/*	width:100%;*/
	/*	height:300px;*/
	/*	border:0;*/
	/*	margin-top:10px;*/
	/*}*/
	#root h4 {
		font-size:1.2em;
	}
	#root p {
		font-size:1.1em;
		margin-bottom:10px;
	}

	.thumbnail {
		position: relative;
		border:1px solid #e4e4e4;
	}
	.camera {

	}
	.thumbnail img {
		z-index:9999;
		width:100%;
	}
	.thumbnail p {
		font-size:0.9em;
		margin-top:10px;
		margin-bottom:0;
	}
	h4 span.midoji, h4 span.yotubasi, h4 span.senhichimae {
		margin-bottom:10px;
	}

	#footer .line {
		border:0;
	}

	#faq {
		padding:40px 0;
	}
	h2 {
		margin: 0 0 10px 0;
		font-weight: 500;
		font-size: 28px;
	}
	.section-title p {
		font-size: 0.9em;
		color: rgba(255,255,255,0.8);
	}
	.section-title hr {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	div.tab {
		font-size:1em;
	}
	div.tab2 {
		font-size:0.9em;
	}
	div.tab button, div.tab2 button {
		padding: 5px;
		width:50%;
	}
	div.tab2 button strong {
		font-size:1em;
	}
	#footer .company {
		font-size:0.9em;
	}
}
@media screen and (max-width: 576px) {
	.intro h1 small {
		font-size: 18px!important;
		color: #ff2204;
	}
	.intro .contents_access{
		width:100%;
		bottom: -130px;
	}
}