/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * 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;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: 'Hiragino Mincho ProN', serif;
    font-family: "Lato" sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background-color:#272424 !important;
    background: url(../img/top_big.jpg);
    background-position: 0px 700px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #a77d41;
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
    background: #1a1a1a;
    width: 225px;
    height: 100%;
}

.menu h1.logo a {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
    color: #808080;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 16px;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	margin-top: 0px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 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-agu {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    /* background-position: center center; */
    min-height: 700px;
    /* width: 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: url(../../../img/agu1.jpg) no-repeat 0px 0px;
    background-size: cover;
}

#headerwrap-company {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    /* background-position: center center; */
    min-height: 700px;
    /* width: 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: url(../../../img/company.jpg) no-repeat top center;
    background-size: cover;
}

#headerwrap-concept {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    /* background-position: center center; */
    min-height: 700px;
    /* width: 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: url(../../../img/concept1.jpg) no-repeat center center;
    background-size: cover;
}

#headerwrap-awa {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    /* background-position: center center; */
    min-height: 700px;
    /* width: 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: url(../../../img/awa.jpg) no-repeat center center;
    background-size: cover;
}

#headerwrap-course {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    /* background-position: center center; */
    min-height: 700px;
    /* width: 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: url(../../../img/course1.jpg) no-repeat center center;
    background-size: cover;
}

#headerwrap-drink {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    /* background-position: center center; */
    min-height: 700px;
    /* width: 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: url(../../../img/awa.jpg) no-repeat center center;
    background-size: cover;
}

#headerwrap-food {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    /* background-position: center center; */
    min-height: 700px;
    /* width: 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: url(../../../img/agu.jpg) no-repeat center center;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 40px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

/* About Wrap & Conf */
#aboutwrap {
	background: url(../../../img/sec1_back.jpg);
}

#aboutwrap-agu {
    background: url(../../../img/sec2_bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    background-color: #f9f8f3;
}

#aboutwrap-course {
    background-size: cover;
    background-size: 100%;
    background-color: #f9f8f3;
}

#aboutwrap-company {
    background: url(../../../img/sec2_bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    background-color: #f9f8f3;
    padding-bottom: 10%;
}

.name {
	text-align: center;
}
.name p {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 15px;
	letter-spacing: 2px;
}

.name-label {
	width: 60px;
	height: 60px;
	margin: 0 auto 45px;
	border-top: 1px solid #000;
	background: url(../img/name-label.png) center bottom no-repeat;
	background-size: 35px 35px;
}

.name-zig {
	width: 120px;
    height: 18px;
    margin: 38px 0 38px;
    background-size: 73px 17px;
    font-size: 23px;
}

.name-zig2 {
    width: 73px;
    height: 17px;
    margin: 0px 0 38px;
    background-size: 73px 17px;
}

.name-desc h2 {
	font-size: 35px;
    line-height: 50px;
	font-weight: 300;
    color: #a77d41;
    padding-left: 1%;
	margin-top: 61px;
}

.name-desc h2.cow {
    font-size: 49px;
    line-height: 50px;
    font-weight: 300;
    color: #a77d41;
    padding-left: 1%;
    margin-top: 61px;
}


/* Separator About - Parallax Section */


.about {
    background-image: url(../../../img/course.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position:top center !important;

}

.about-agu {
    background-image: url(../../../img/agu2.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
}

.about-company {
    background-image: url(../../../img/company2.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
}

.about-concept {
    background-image: url(../../../img/concept2.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
}

.about-course {
    background-image: url(../../../img/course2.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
}

.about-drink {
    background-image: url(../../../img/menu_1_drink.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
}

.about-food {
    background-image: url(../../../img/menu_1.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
}

/* Portfolio Wrap Section */
#portfoliowrap {
	display: block;
	
}

#portfoliowrap2 {
    display: block;
    background: url(../../../omoro/shared/img/shared/nav_bg.jpg);
    padding-bottom: 40px;
}


#portfoliowrap-agu {
    display: block;
    background: url(../../../img/sec1_bg_agu.png) no-repeat;
    /* background-position: -137px 1px; */
    background-size: 100%;
    background-color: #f9f8f3;
}

#portfoliowrap-company {
    display: block;
    background: url(../../../img/sec1_bg_agu.png) no-repeat;
    /* background-position: -137px 1px; */
    background-size: 100%;
    background-color: #f9f8f3;
    padding-bottom: 10%;
}

#portfoliowrap_1 {
    display: block;
    background: url(../../../img/secsyuri_back.png);
}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
    margin-bottom: 25px;
    margin-top: 40px;
}

#portfoliowrap h1 img {
    width: 95%;
}

.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#portfoliowrap i {
	font-size: 50px;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.portfolio {
	background-image: url(../../../img/concept1.jpg);
	background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position:top center !important;
}

/* Service Wrap */
#servicewrap {
	display: block;
	background: url(../../../img/omoroconcept.jpg);
    color: #fff;
}

#servicewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

.service .text {
	color: #767676
}

/* Testimonials Wrap */
#testimonials {
	display: block;
	background-color: #f3f3f3;
}

/* Contact Wrap */
#contactwrap {
    background-color: #2f2f2f;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(../../../shared/img/share/back_footer.jpg) no-repeat 0px -1px;
    background-size: cover;
}

#contactwrap p {
	color: #fff;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../../../img/company2.jpg);
	background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position:top center !important;
}


#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}


/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
   width: 100%;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}

.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}

.desc-course {
    margin-top: 60px;
}

.col-md-6 p {
    line-height: 26px;
    margin: 0 0 10px;
    height: 164px;
    text-align: center;
    color: #fff;
}

.col-md-6-agu p {
    line-height: 26px;
    margin: 0 0 10px;
    height: 250px;
    text-align: center;
}

.col-md-6-course p {
    line-height: 26px;
    margin: 0 0 10px;
    height: 236px;
    text-align: center;
}

.col-md-6-drink p {
    line-height: 26px;
    margin: 0 0 10px;
    height: 125px;
    text-align: center;
}

.col-md-6-course2 p {
    line-height: 26px;
    margin: 0 0 10px;
    height: 405px;
    text-align: left;
}

.col-md-6-drnk2 p {
    line-height: 26px;
    margin: 0 0 10px;
    height: 666px;
    text-align: left;
}

.col-md-12 p {
    line-height: 26px;
    margin: 30px 0 10px;
}


.col-md-6 p.omotext2 {
    line-height: 26px;
    margin: 0 0 65px;
}

.col-md-12 p.omotext2 {
    line-height: 26px;
    margin: 0 0 40px;
    
}



h2.topspace {
    margin-top: 20px;
}

.bottomspace {
    margin-bottom: 9%;
}

.row_1 {
    margin-top: 65px;
}

.name-zig-pig {
    width: 100%;
    margin: 38px 0 -39px;
}

.name-zig-pig img {
    width: 100%;
}

.name-zig-course img {
    width: 100%;
}

.name-zig-course {
    width: 100%;
    margin: 38px 0 34px;
    /* background-size: 73px 17px; */
}

.name-zig-awamori {
    width: 100%;
    /* height: 17px; */
    margin: 38px 0 38px;
}


.name-zig-awamori img {
    width: 100%;
}


.project-wrapper div.photo {
    width: 100%;
    margin-left: 2%;
}

.project-wrapper div.photo-course {
    width: 100%;
    margin: 2%;
}

.project-wrapper div.photo-agu {
    width: 138%;
}

.project-wrapper div.photo-course2 {
    width: 100%;
}

.project-wrapper div.photo-drink2 {
    width: 101%;
    padding-top: 10%;
}

.project-wrapper div.photo-concept {
    width: 100%;
}

.project-wrapper div.photo-concept2 {
    width: 120%;
}


.fullimage {
    width: 95%;
}

.fullimage-agu {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 20%;
}

.fullimage-agu2 {
    width: 100%;
    margin-bottom: 20%;
}

.fullimage-concept2 {
    width: 100%;
    margin-bottom: 20%;
}

.fullimage-agu3 {
    width: 100%;
    margin-bottom: 8%;
}

.linkbtn{
	width: 100%;
    margin-top: 5px;
}

.shoplink {
    margin-top: 20px;
}

span.telnumber {
    font-size: 30px;
    line-height: 35px;
}

.col-lg-20{
position: relative;
    min-height: 1px;
    padding-right: 15px;
    /* color: #000 !important; */
    text-align: center;
    margin-top: 35px;
    
}

span.footername {
    font-size: 19px;
    font-weight: bold;
    color: #a77d41;
}

a.phonebold {
    font-size: 18px;
}

h1.agu{
       font-weight: 300;
    color: #a77d41;
    text-align: center;
    margin-top: 20%;
}

h2.agu {
    font-weight: 300;
    color: #a77d41;
    text-align: center;
    margin-top: 20%;
    font-size: 36px;
}

#portfoliowrap-agu2 {
    display: block;
    background-color: #f9f8f3;
}

.oillink{
    margin-bottom: 13%;
    width: 100%;
}

.portfolio-agu {
    background-image: url(../../../img/agu3.jpg);
    background-repeat: no-repeat;
    height: 380px;
    background-size: 100%;
    background-position: center center !important;
    background-color: #f9f8f3;
}

.portfolio-company {
    background-image: url(../../../img/company4.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: 100%;
    background-position: center center !important;
    background-color: #f9f8f3;
}

.portfolio-concept {
    background-image: url(../../../img/concept3.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
    background-color: #f9f8f3;
}

.portfolio-course {
    background-image: url(../../../img/course3.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
    background-color: #f9f8f3;
}

.portfolio-drink {
    background-image: url(../../../img/manu_2_drink.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
    background-color: #f9f8f3;
}

.portfolio-food {
    background-image: url(../../../img/menu_2.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center !important;
    background-color: #f9f8f3;
}

.contact-agu {
    background-image: url(../../../img/agu.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
}

.contact-company {
    background-image: url(../../../img/company3.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
}

.contact-concept {
    background-image: url(../../../img/omo1.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
}

.contact-drink {
    background-image: url(../../../img/concept1.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
}

.contact-food {
    background-image: url(../../../img/concept3.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
}

#gaiyouTb {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid silver;
}

#gaiyouTD01 {
    width: 160px;
    border-right: 1px solid silver;
    background-color: #ccc;
    padding: 10px;
    height: 40px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
}

#gaiyouTD02 {
    width: 380px;
    padding: 10px;
    border-bottom: 1px solid silver;
}

#groupTb {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid silver;
    font-family: "��������", "Yu Mincho", YuMincho, serif;
}

#groupTD01 {
    width: 160px;
    border-right: 1px solid #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    background-color: #cdcccb;
    color: #fff;
}

#groupTD02 {
    width: 380px;
    padding: 10px;
    border-bottom: 1px solid silver;
}

.col-xs-12-company {
    width: 100%;
}

.detail1 {
    margin-top: 4%;
    margin-left: -1%;
    width: 100%;
}

.detail1 img {
    width: 100%;
}

#key {
    left: 28.125%;
    width: 71.875%;
}

#key {
    min-height: 720px;
    left: 34.375%;
    position: absolute;
    top: 0;
    width: 65.625%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.col-md-6-shop p {
    line-height: 26px;
    margin: 30px 0 10px;
    height: 300px;
    text-align: center;
}

.about-omoro {
    background-image: url(../../../omoro/shared/img/index/sec1_bg.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
}

.about-sui {
    background-image: url(../../../sui/shared/img/index/sec1_bg.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
}

.about-hiroshima {
    background-image: url(../../../hiroshima/shared/img/index/sec1_bg.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
}

.about-chatan {
    background-image: url(../../../chatan/shared/img/index/sec1_bg.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
}



h2.topspace-omoro {
     margin-top: -20px;
    color: #fff;
    font-size: 35px;
    padding: 5% 2%;
    width: 85%;
}


.portfolio-omoro {
    background-image: url(../../../omoro/shared/img/index/sec2_bg01.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
    padding-top: 30px;
}

.portfolio-sui {
    background-image: url(../../../sui/shared/img/index/sec2_bg01.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
    padding-top: 30px;
}

.portfolio-hiroshima {
    background-image: url(../../../hiroshima/shared/img/index/sec2_bg01.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
    padding-top: 30px;
}

.portfolio-chatan {
    background-image: url(../../../chatan/shared/img/index/sec2_bg01.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: top center !important;
    padding-top: 30px;
}

.col-md-12 p.omorotext2 {
    line-height: 26px;
    margin: 0px 0 40px;
    color: #fff;
    padding: 10% 2% 10% 2%;
    background: rgba(200, 54, 54, 0.3);
    border-radius: 8px;
}

p.img01 iframe {
    width: 100%;
}

#servicewrap-omoro {
    display: block;
    background: url(../../../omoro/shared/img/shared/body_bg.jpg);
    color: #fff;
}

#servicewrap-omoro2 {
    display: block;
    background: url(../../../omoro/shared/img/index/lunch_back.jpg);
    color: #fff;
    background-size: 100%;
}

.photo_eff{
   height: 353px;
    width: 100%;
}

.col-xs-12-omoro {
    width: 100%;
    height: 300px;
    color:#000;
}

h2.orange{
   color: rgb(255, 120, 0);
   text-align:center;
}

.h300{
    height: 300px;
    color:#000;
}

.h400{
    height: 410px;
}

.halfimage{
     width: 40%;
}

.col-md-6-shop p.shoptxt {
    line-height: 26px;
    margin: 30px 0 10px;
    text-align: center;
    color:#000;
    height: auto !important;
}

#headerwrap-chatan {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../chatan/shared/img/index/omoro01.jpg) no-repeat top center;
}

#headerwrap-omoro-s {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../omoro/shared/img/concept/key_img.jpg) no-repeat top center;
}

#headerwrap-sui-s {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../sui/shared/img/concept/key_img.jpg) no-repeat top center;
}

#headerwrap-hiroshima-s {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../hiroshima/shared/img/concept/key_img.jpg) no-repeat top center;
}

#headerwrap-chatan-s {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../chatan/shared/img/concept/key_img.jpg) no-repeat top center;
}

#headerwrap-omoro-c {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../omoro/shared/img/shared/key_img.jpg) no-repeat top center;
}

#headerwrap-sui-c {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../sui/shared/img/shared/key_img.jpg) no-repeat top center;
}

#headerwrap-hiroshima-c {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../hiroshima/shared/img/shared/key_img.jpg) no-repeat top center;
}

#headerwrap-chatan-c {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 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;
    background: url(../../../chatan/shared/img/index/omoro01.jpg) no-repeat top center;
}


.wrap {
    padding: 30px 0 101px 0;
    height: 235px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.wrap ul {
    float: left;
    font-size: 22px;
    margin-right: 4%;
    margin-top: 2%;
    list-style-type: none;
    margin-left: -20px;
}

.wrap ul.chatanlist {
    float: left;
    font-size: 22px;
    margin-right: 1%;
    margin-top: 2%;
    list-style-type: none;
    margin-left: -42px;
}

#servicewrap-omoro-s {
    display: block;
    background: url(../../../omoro/shared/img/index/sec2_bg.jpg);
    color: #fff;
    background-size: 100%;
}

.wrap p.omotext2 {
    margin-top: 20px;
    color: #000;
    clear: both;
    margin-left: 10px;
}

.koten a {
    color: #428bca !important;
    text-decoration: none;
}

.photo a {
    color: #fff;
}


#formWrap {
    width: 100%;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}
table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    height: 600px;
    margin-top: 50px;
    margin-bottom: 20px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.contacttitle{
    font-size:22px;
    padding-bottom: 15px;
}

.omoide{
   width: 85% !important;
    padding-left: 11%;
    padding-top: 1%;
    text-align: center;
}

.info {
    background: url(../../../shared/img/index/sec_box1.png) no-repeat 0 0;
    width: 96%;
    height: 100%;
    z-index: 9;
    background-size: 100%;
    margin: 0 auto;
}

.info .txt {
    width: 92%;
    font-size: 15px;
    padding-top: 11px;
    color: #ccc;
    padding-left: 9px;
    margin: 0 auto;
    text-align: left;
}

.bnr {
    padding-top: 10px;
}

.bnr img{
    width: 80%;
    height: auto;
}

.blink{
    line-height: 26px;
    margin: 30px 0 10px;
    height: 130px;
    text-align: center;
    color: #fff;
}

.logoimage {
    z-index: 100;
    position: relative;
}

.info .txt2 {
    width: 92%;
    font-size: 15px;
    padding-top: 40px;
    color: #ccc;
    padding-left: 9px;
    margin: 0 auto;
}

.desc1 {
    margin-top: -40px;
}

.sp_corona{
	text-align: center;
	padding: 10px 0;
	border-radius: 2px;
	color: #ffffff;
	margin: 10%;
}

.sp_corona h4{
	font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
	color: #ffffff;
}

.sp_corona p{
	margin-bottom: 20px;
}

.sp_corona a{
    color: #ffffff;
	text-decoration: none;
}

.c-l{
	padding: 10px;
    background-color: #000000;
    border-radius: 4px;
}

.c-r{
	padding: 10px;
    background-color: #000000;
    border-radius: 4px;
}


@media screen and (max-width: 750px) {
.c-l, .c-r{
	float: left;
    width: 100%;
    margin: 5px 0;
}
}