@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


#bg_voise { background: url(../img/otowa/bg_2nd_html.png) no-repeat center bottom; background-attachment:fixed; background-size: contain;  }
.bg_aisatsu { background: url(../img/otowa/bg_2nd_html.png) no-repeat center bottom; background-size: contain;  }

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/otowa/main_bg.jpg) no-repeat center top;
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	height:100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

#headerwrap .caset {
	height:100%;
	width:50%;
	margin: auto;
	background-color: rgba(0,0,0,0.3);
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 3px;
	margin-left: 15px;
	margin-right: 15px;
	text-shadow:1px 1px 5px #000000;
}

#headerwrap .p1 {
	font-size:18px;
	font-weight:bold;
}

#headerwrap .p2 {
	font-size:13px;
}

#headerwrap .more {
	background:url(../img/otowa/main_more.png);
	width:200px;
	height:65px;
	margin:auto auto auto -100px;
	padding:20px;
	position:absolute;
	bottom:20px;
	left:50%;
}

#headerwrap .more a {
	width:100%;
	height:100%;
	display:block;
}


#headerwrap2 {
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	height:270px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

.bg_2nd { background: url(../img/otowa/header_2nd.jpg) no-repeat center top; }
.bg_company { background: url(../img/otowa/header_company.jpg) no-repeat center top; }
.bg_service { background: url(../img/otowa/header_service.jpg) no-repeat center bottom; }
.bg_voice { background: url(../img/otowa/header_voice.jpg) no-repeat center bottom; }
.bg_access { background: url(../img/otowa/header_access.jpg) no-repeat center bottom; }

#headerwrap2 .caset {
	width:100%;
	padding:40px 5% 40px 5%;
	box-sizing:border-box;
	position: relative;
	text-align:left;
}

#headerwrap2 h1 {
	color:#ffffff;
	padding:30px 0 30px 5%;;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:90px;
	left:0;
	width:100%;
	letter-spacing: 8px;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	z-index:1;
}

.pankuzu {
	width:100%;
	padding:10px 5% 0 5%;
	margin:0;
	box-sizing:border-box;
	font-size:12px;
	
}

.pankuzu a {
	color:#666666;
	padding:0 0 0 10px;
	background:url(../img/otowa/a_arrow.png) no-repeat 0 5px;
}

section {
	min-height:600px;
}

section .title,
div .title {
	width:100%;
	font-size:30px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	background:url(../img/otowa/h2_ico.png) no-repeat bottom right;
}

section .titleh3,
div .titleh3 {
	width:100%;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #000000;
	background:url(../img/otowa/h2_ico.png) no-repeat bottom right;
}

section .titleh4,
div .titleh4 {
	width:100%;
	font-size:14px;
	font-weight:bold;
}

.title > span {
	display:block;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 10px 0;
}

#section_one {
	width:100%;
	padding:40px 5% 0 5%;
	margin-bottom:0
	box-sizing:border-box;
	position: relative;
}

#section_one .left {
	position:absolute;
	top:0;
	left:0;
	width:33%;
	height:100%;
}

#section_two {
	width:100%;
	padding:40px 5% 40px 5%;
	box-sizing:border-box;
	background:url(../img/otowa/bubbles_small.png) repeat;
 -webkit-background-size: 256px;
 background-size: 256px;
 -webkit-animation: bgscroll 25s linear infinite;
 animation: bgscroll 25s linear infinite;
}
@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -256px;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -256px;}
}

#section_3 {
	width:100%;
	padding:40px 5% 0 5%;
	margin-bottom:0
	box-sizing:border-box;
	position: relative;
}

#section_3 .left {
	position:absolute;
	top:0;
	left:0;
	width:33%;
	height:100%;
}

#section_2nd {
	width:100%;
	padding:20px 5% 40px 5%;
	box-sizing:border-box;
	position: relative;
}

#section_cal2 {
	width:65%;
	margin:0 0 0 35%;
}


.cal2 {
	width:48%;
	float:left;
	padding:20px 5% 0 0;
}

.cal3 {
	width:33%;
	float:left;
	padding:20px 5% 0 0;
}

.cal3_2 {
	width:33%;
	float:left;
	padding:20px 5% 0 0;
}

.cal_info1 {
	width:66%;
	float:left;
	padding:20px 5% 0 0;
}

.cal_info2 {
	width:33%;
	float:left;
	padding:20px 0 0 0;
}

#contents {
	width:100%;
	padding:0 5% 0 5%;
	box-sizing:border-box;
}

.left_img {
	clear:both;
	padding:30px 0 30px 0;
	border-top:#CCCCCC dotted 1px;
}

.left_img .img {
	width:40%;
	padding:0 5% 0;
	float:left;
}


.left_img .txt {
	width:55%;
	float:right;
}

.right_img {
	clear:both;
	padding:30px 0 30px 0;
	border-top:#CCCCCC dotted 1px;
}

.right_img .img {
	width:40%;
	padding:0 5% 0;
	float:right;
}

.right_img .txt {
	width:55%;
	float:left;
}

#map1,
#map2,
#map3,
#map4,
#map5,
#map6,
#map7,
#map8,
#map9 {
	width:100%;
	height:300px !important;
	margin:20px 0 0 0;
}

#contents .table {
	padding:10px;
	margin:0 0 0 45%;
	border-color:#cccccc;
	background:#ffffff;
	width:55%; 
}

#contents .table2 {
	padding:10px;
	margin:0 0 0 0;
	border-color:#cccccc;
	background:#ffffff;
	width:55%; 
}

#contents .table3 {
	padding:10px;
	margin:0 0 0 0;
	border-color:#cccccc;
	background:#ffffff;
	width:100%; 
}

#contents table td,
#contents table th {
	padding:10px;
}

#contents .table th,
#contents .table2 th,
#contents .table3 th {
	background:#eeeeee;
}

#contents .nowrap {
    white-space: nowrap;
}

#sidenav_sp {
	display:none;
}

#sidenav {
	display:inherit;
	position: fixed;
	width:9%;
	background:#000000;
	top:100px;
	left:0;
	border-radius: 0 5px 5px 0;
	opacity:0.8;
}

#sidenav ul {
	padding:0;
	margin:0;
	color:#ffffff;
	z-index:1;
}

#sidenav ul li {
	padding:10px 10px 10px 10px;
	font-size:12px;
	border-bottom:1px #666666 dotted;
}

#sidenav ul li a {
	color:#ffffff;
}

#sidenav ul li:last-child {
	padding:10px 10px 10px 10px;
	font-size:12px;
	border: none;
}

.form-text{
	width:40%;
	padding-right:2%;
	text-align:left;
	float:left;
	clear:both;
}

.form {
	width:40%;
	float:left;
	margin-top:20px;
}
.form2 {
	width:60%;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
}

.line {
	border-bottom:1px #cccccc dotted;
	padding-bottom:10px;
}

.sendbtn {
	width:100%;
	text-align:center;
	margin:20px auto 0 auto;
}

footer {
	width:100%
}

footer .icon {
	text-align:center;
	padding:20px;
	border-top:1px #cccccc solid;
}

footer .kusu {
	text-align:right;
	padding:0 0 20px 0;
	margin-top:-60px;
	background:url(../img/otowa/ico_bil.png) repeat-x bottom left;
}

footer .menu {
	background-color:#999999;
	padding:20px;
	color:#ffffff;
}

footer .menusub {
	float:left;
	margin:0 auto 0 auto;
	padding:0 40px 0 0;
}

footer ul {
	margin:-20px 0 0 20px;
	padding:0 0 0 10px;
}
footer li {
	margin:0;
	padding:0;
}

footer a {
	color:#ffffff;
}

footer p {
	padding:0 0 0 20px;
	background:url(../img/otowa/ico_arrow.png) no-repeat left center;
}

footer .copy {
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	
}

.table txt {
	border:1px;
	border-color:#cccccc;
}

.nav-menu ul{
  margin:0;
  padding:0;
}
.nav-menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  line-height: 40px;
  text-align:center;
  font-weight:bold;
}
.nav-menu ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.nav-menu ul li:hover, .menu ul li a:hover {
  background:#000000;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/
}
.nav-menu ul li ul {
  position: absolute;
  width: 150px;
  z-index: 9999;
}
.nav-menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  text-align:left;
  font-size:12px;
  font-weight:normal;
  height: 0;
  padding:0 0 0 15px;
  background:#000000;/*サブメニューの背景色*/
  border-bottom:1px #666666 dotted;
}
.nav-menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#333333;/*ホバー時のサブメニューの背景色*/
}
.nav-menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}

.m140 {
	width:150%;
}

.m80 {
	width:80%;
}
.nav-menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}


#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}

.aisatsu-syaze {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:1.8em;
	line-height:1.5em;
	font-weight:bold;
	color:#000000;
}

.send-btn {
	padding:20px;
	border-radius:10px;
	border:none;
	text-shadow:1px 1px 2px #FFFFFF;
	background-image: -webkit-gradient(
                  linear
                , left top
                , left bottom
                , from(#cccccc)
                , to(#999999));
}

.send-btn:hover {
	opacity:0.6;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.jpg')
}

.divider2 {
	background-image: url('../img/bg/divider2.jpg')
}

.divider3 {
	background-image: url('../img/bg/divider3.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/divider4.jpg')
}

.divider6 {
	background-image: url('../img/bg/divider6.jpg')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


#bg1, #bg2, #bg3 {
	z-index:50;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/otowa/bubbles.png) repeat 0 0;
}

@keyframes animScale {
	0% { transform: scale(0.8, 0.8); }
	40% { transform: scale(1.2, 1.2); }
	60% { transform: scale(1, 1); }
	80% { transform: scale(1.1, 1.1); }
	100% { transform: scale(1, 1); }
}
@-webkit-keyframes animScale {
	0% { -webkit-transform: scale(0.8, 0.8); }
	40% { -webkit-transform: scale(1.2, 1.2); }
	60% { -webkit-transform: scale(1, 1); }
	80% { -webkit-transform: scale(1.1, 1.1); }
	100% { -webkit-transform: scale(1, 1); }
}
@-moz-keyframes animScale {
	0% { -moz-transform: scale(0.8, 0.8); }
	40% { -moz-transform: scale(1.2, 1.2); }
	60% { -moz-transform: scale(1, 1); }
	80% { -moz-transform: scale(1.1, 1.1); }
	100% { -moz-transform: scale(1, 1); }
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
	section {
	min-height:auto;
}
#sidenav {
	display:none;
}

#sidenav_sp {
	display:inherit;
	position: fixed;
	width:100%;
	background:#000000;
	padding:60px 0 0 0;
	top: 0;
	left:0;
	border-radius:0;
	opacity:0.8;
}

#sidenav_sp ul {
	padding:0;
	margin:0;
	color:#ffffff;
	z-index:1;
}

#sidenav_sp ul li {
	padding:10px 10px 10px 10px;
	font-size:12px;
	display:block;
	float:left;
}

#sidenav_sp ul li a {
	color:#ffffff;
}

.nav-menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size: 14px;
  position: static;
  line-height: normal;
  text-align:right;
  font-weight:bold;
}

.nav-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.nav-menu ul li ul{
  display:none;
}
.form-text{
	width:100%;
	padding-right:0;
	text-align:left;
	float:none;
	clear:both;
}

.form {
	width:100%;
	float: none;
	margin-top: auto;
}
.form2 {
	width:100%;
	float: none;
	margin-top: auto;
}

.line {
	border-bottom: none;
	padding-bottom:10px;
}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
section {
	min-height:auto;
}
}

@media screen and (max-width:769px) {
section {
	min-height: inherit;
}
#section_one {
	width:100%;
	padding:40px 5% 40px 5%;
	margin-bottom:0
	box-sizing:border-box;
	position: relative;
}

#section_one .left {
	display:none;
}

#section_two {
	width:100%;
	padding:40px 5% 40px 5%;
	box-sizing:border-box;
	background:url(../img/otowa/bubbles_small.png) repeat fixed top left;
}


#section_cal2 {
	width:100%;
	margin:0 0 0 0;
}

.cal3 {
	width:50%;
	float:left;
	padding:20px 5% 0 0;
}
.cal3_2 {
	clear:both;
	width:50%;
	float:none;
	margin:0 auto 0 auto;
	padding:20px 5% 0 0;
}
.cal_info1 {
	width:100%;
	padding:20px 0 0 0;
}

.cal_info2 {
	width:100%;
	float:left;
	padding:20px 0 0 0;
}

.left_img {
	clear:both;
	padding:0 0 20px 0;
}

.left_img .img {
	width:80%;
	padding:0 0 20px 0;
	margin:0 auto 0 auto;
	float:none;
}


.left_img .txt {
	width:100%;
	float:none;
}

.right_img {
	clear:both;
	padding:0 0 20px 0;
}

.right_img .img {
	width:80%;
	padding:0 0 20px 0;
	margin:0 auto 0 auto;
	float:none;
	text-align:center;
}

.right_img .txt {
	width:100%;
	float:none;
}

#sidenav {
	display:none;
}

#sidenav_sp {
	display:inherit;
	position: fixed;
	width:100%;
	background:#000000;
	padding:70px 0 0 0;
	top: 10px;
	left:0;
	border-radius:0;
	opacity:0.8;
}

#sidenav_sp ul {
	padding:0;
	margin:0;
	color:#ffffff;
	z-index:1;
}

#sidenav_sp ul li {
	padding:10px 10px 10px 10px;
	font-size:12px;
	display:block;
	float:left;
}

#sidenav_sp ul li a {
	color:#ffffff;
}

footer ul {
	display:none;
}

.nav-menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size: 16px;
  float: none;
  position: static;
  line-height: normal;
  text-align:right;
  font-weight:bold;
}

.nav-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.nav-menu ul li ul{
  display:none;
}

.form-text{
	width:100%;
	padding-right:0;
	text-align:left;
	float:none;
	clear:both;
}

.form {
	width:100%;
	float: none;
	margin-top: auto;
}
.form2 {
	width:100%;
	float: none;
	margin-top: auto;
}

.line {
	border-bottom: none;
	padding-bottom:10px;
}

#headerwrap {
	background: url(../img/otowa/main_bg.jpg) no-repeat center top;
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	height:100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

#headerwrap .caset {
	height:100%;
	width:90%;
	margin: auto;
	background-color: rgba(0,0,0,0.2);
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom:0;
	letter-spacing: 8px;
	font-size: 0;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 3px;
	margin-left: 15px;
	margin-right: 15px;
	text-shadow:1px 1px 5px #000000;
}

#headerwrap .p1 {
	font-size:14px;
	font-weight:bold;
}

#headerwrap .p2 {
	font-size:12px;
}

#headerwrap .more {
	background:url(../img/otowa/main_more.png) no-repeat bottom center;
	background-size:50%;
	width:200px;
	height:65px;
	margin:auto auto auto -100px;
	padding:20px;
	position:absolute;
	bottom:20px;
	left:50%;
}

#headerwrap .more a {
	width:100%;
	height:100%;
	display:block;
}
#headerwrap2 {
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
	background-repeat:repeat;
	width: 100%;
	height:270px;
	
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
    background-size:100%;
	
}
#contents .table {
	padding:10px;
	margin:0 0 0 0;
	border-color:#cccccc;
	background:#ffffff;
	width:100%; 
}

#contents .table2 {
	padding:10px;
	margin:0 0 0 0;
	border-color:#cccccc;
	background:#ffffff;
	width:100%; 
}
#contents table td,
#contents table th {
	padding:10px;
}
}

