body {
    min-height: 100%;
    padding-top: 0px;
    /*
    font-family: Palatino Linotype,Book Antiqua,Palatino,Klee,"游明朝体",Yu Mincho,YuMincho,"ヒラギノ明朝ProN W3",HiraMinProN-W3,"ヒラギノ明朝Pro W3",Hiragino Mincho Pro,"HG正楷書体-PRO","ＤＦ中楷書体","ＭＳ 明朝",MS Mincho,"メイリオ",Meiryo,serif;
    */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

}

p {
    margin: 0;
}

.container-fulid {
    overflow: hidden;
}


h1 {
	font-size: 16px;
	color: #555555;
	text-align: center;
	line-height: 2.8;
	padding: 30px 0 30px 0;
}

h2 {
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 2.8;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0 20px 0;
	margin-top: 70px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 2.8;
	border: 1px dotted #ccc;
	padding: 20px 0 20px 0;
	margin-top: 70px;
	background-color: #ebfcff;
}

.pull-right {
  float: right !important;
}

.back00 {
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}


.back01 {
    padding-top: 0px;
    padding-bottom: 100px;
    background-image: url("../../assets/img/index/back02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
}

.back02 {
    background-image: url("../../assets/img/index/back01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back03 {
    background-color: #1eb9ef;
    padding-top: 60px;
    padding-bottom: 60px;
}

.back04 {
    background-image: url("../../assets/img/index/back01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back05 {
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 60px;
}

.back06 {
    background-image: url("../../assets/img/works/back01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back06_1 {
    background-image: url("../../assets/img/works/back01s.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back07 {
    background-image: url("../../assets/img/works/back02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back07_1 {
    background-image: url("../../assets/img/works/back02s.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back08 {
    background-image: url("../../assets/img/works/back03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back08_1 {
    background-image: url("../../assets/img/works/back03s.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back09 {
    background-image: url("../../assets/img/works/back04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.back09_1 {
    background-image: url("../../assets/img/works/back04s.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



/* navbar指定 */

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}

.navbar-nav li {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    border-right: 2px solid #eee;
    width: 225px;
}

.navbar-nav>li>a {
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    text-align: center;
}

.navbar-fixed-top {
    position: static;
}

.nav01 {
    font-size: 10px;
    font-weight: normal;
    color: #ccc;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.nav02 {
    margin-top: 15px;
}

.navbar-default {
    background-color: #fff;
}

.navbar-brand {
    font-size: 12px;
}

.right01 {
    float: right;
}

/* 重ね */

.relative {
    position: relative;
}

.absolute01 {
    position: absolute;
    top:0;
}



/* modal表示時の縦位置 */
.modalcenter {
    padding:10% 0;
}
/* modalフッターのテキスト位置 */
.modal-img_footer {
    padding: 10px;
    text-align: center;
}

.thumbnail {
    border: none;
}

.thumbnail:hover {
    opacity: 0.8;
}


/* container */

#contact {
    padding-top: 100px;
}

.sec01 {
    position:absolute;
    z-index: 998;
    bottom:0px;
    left:0px;
}

.sec02 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-top: 60px;
    border-bottom: 10px solid #1eb9ef;
    display: inline-block;
    vertical-align: sub;
}

.sec03 {
    color: #ccc;
}

.sec04 {
    background-color: #ccc;
    display: inline-block;
    padding: 5px 10px;
}

.sec05 {
    margin: 0 auto;
    line-height: 2.4;
}

.sec06 {
    margin-top: 40px;
    margin-bottom: 20px;
    height: 300px;
    overflow: auto;
}

.sec07 {
    padding: 5px 10px;
    border-bottom: 2px solid #333;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}

.sec071 {
    padding: 5px 10px;
    border-bottom: 2px solid #333;
    font-weight: 600;
    font-size: 15px;
    width: 210px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    white-space: nowrap;
}

.sec08 {
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 130px;
}

.sec08_1 {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.sec09 {
    margin-top: 30px;
}

.sec09_1 {
    margin-top: 30px;
    margin-left:20px;
    margin-right:20px;
}

.sec10 {
    font-weight: 600;
    font-size: 18px;
}

.sec10_1 {
    padding: 0 20px;
    font-weight: 600;
    font-size: 18px;
}

.sec11 {
    margin-top: 15px;
    line-height: 2.0;
}

.sec11_1 {
    margin-top: 15px;
    line-height: 2.0;
    padding: 0 20px;
}

.sec12 {
    padding-top: 100px;
}

.sec12_1 {
    padding-top: 100px;
    margin-left: 35px;
    margin-right: 35px;
}

.sec13 {
    padding-top: 30px;
    font-size: 18px;
    padding-bottom: 100px;
}

.sec13 {
    padding-top: 30px;
    font-size: 18px;
    padding-bottom: 100px;
}

.sec14 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec15 {
    border: 5px solid #000;
    padding-top: 40px;
    padding-bottom: 30px;
}

.sec16 {
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    border-left: 5px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    font-weight: 700;
    font-size: 16px;
}

.sec17 {
    font-size: 30px;
}

.sec18 {
    font-size: 66px;
    font-weight: 900;
    text-align: center;
    border-bottom: 10px solid #1eb9ef;
    display: inline-block;
    vertical-align: sub;
}

.sec19 {
    margin-top: 70px;
    font-size: 24px;
}

.sec20 {
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-block;
}

.sec21 {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
}

.sec22 {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}

.sec23 {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.0;
}

.sec24 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 30px;
}

.sec25 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec26 {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.4;
}

.sec27 {
    margin-top: 30px;
}

.sec28 {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.0;
}

.sec29 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}

.sec30 {
    padding-top: 50px;
}

.sec31 {
    padding-top: 50px;
}

.sec32 {
    padding: 10px 40px;
    background-color: #fff;
    border: 8px solid #1eb9ef;
    display: inline-block;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 100px;
}

.sec33 {
    padding-top: 80px;
}

.sec34 {
    padding-top: 80px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.0;
}

.sec35 {
    margin: 0 auto;
}

.sec36 {
    font-size: 15px;
    padding: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.sec36_1 {
    font-size: 12px;
    padding: 20px;
    font-weight: 500;
    line-height: 2.0;
}

.sec37 {
    margin-top: 60px;
}

.sec38 {
    border-top: 1px solid #ccc;
}

.sec39 {
    margin-top: 50px;
}

.sec40 {
    margin-bottom: 225px;
}

.sec41 {
    font-size: 12px;
}

.sec42 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    border-bottom: 7px solid #1eb9ef;
    display: inline-block;
    vertical-align: sub;
}

.sec43 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.4;
    padding-top: 50px;
    padding-bottom: 50px;
}



/* form */

.form-control {
    border-radius: 0;
}

.form02 {
    color: #f00;
    font-size: 20px;
}

.form03 {
    font-weight: 700;
}

.form04 {
    padding-top: 20px;
}

.btn03 {
    border: 1px solid #000;
    padding: 4px 30px;
}

/* res googlemap指定 */

.ggmap {
position: relative;
padding-bottom: 30%; // これが縦横比
height: 0px;
overflow: hidden;
}
 
.ggmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* responsiveimagesenter指定 */

.img-responsive-overwrite {
    margin: 0 auto;
}


/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 750px;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}

/*
var setElm = $(â€˜.viewerâ€™)	ã‚¹ãƒ©ã‚¤ãƒ‰ã‚·ãƒ§ãƒ¼å…¨ä½“ã‚’å›²ã†ãƒ–ãƒ­ãƒƒã‚¯è¦ç´ åï¼ˆIDã§ã‚‚å¯ï¼‰
setMaxWidth = 800	ã‚¹ãƒ©ã‚¤ãƒ‰ã‚·ãƒ§ãƒ¼éƒ¨åˆ†ã®æœ€å¤§å¹…
setMinWidth = 320	ã‚¹ãƒ©ã‚¤ãƒ‰ã‚·ãƒ§ãƒ¼éƒ¨åˆ†ã®æœ€å°å¹…
fadeSpeed = 1500	ãƒ•ã‚§ãƒ¼ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã‚¹ãƒ”ãƒ¼ãƒ‰
switchDelay = 5000	ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³å¾…æ©Ÿæ™‚é–“
sideNavi = â€˜offâ€™	å·¦å³NEXTï¼BACKã®è¡¨ç¤ºï¼éžè¡¨ç¤ºï¼ˆè¡¨ç¤ºã™ã‚‹å ´åˆã¯ã€Œonã€ï¼‰
sideHide = â€˜hideâ€™	å·¦å³NEXTï¼BACKã®ãƒ­ãƒ¼ãƒ«ã‚ªãƒ¼ãƒãƒ¼ã§è¡¨ç¤ºåˆ‡ã‚Šæ›¿ãˆONï¼OFFï¼ˆå¸¸ã«è¡¨ç¤ºã•ã›ã‚‹å ´åˆã¯ã€Œshowã€ç­‰ï¼‰
naviOpc = 0.5	å·¦å³NEXTï¼BACKã®é€éŽåº¦
*/
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/* mq */

@media screen and (max-width: 768px) {
  .back01 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("../../assets/img/index/back03.png");
    background-repeat: repeat;
    background-position: center center;
  }
}