@charset "UTF-8";

@import url(reset.css);

/*
-----------------------------------------------------

 	=Global Layout

-----------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
 }

html {
	font-family: "メイリオ", Meiryo, Osaka, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, "游明朝体", "Yu Mincho", YuMincho, sans-serif, serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	word-wrap: break-word;
	letter-spacing: 0.07em;
 }

body {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #fff;
 }

h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li {
	line-height: 1.75;
	display: block;
 }

table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
	margin: 0 auto 20px;
 }

tr {}

th,td {
	padding: 1em;
	border: none;
	vertical-align: top;
 }

th {font-weight: bold;}

embed, iframe, object {max-width: 100%;}

video {
	max-width: 100%;
	height: auto;
 }

button {
	border: none;
	border-radius: none;
	background: none;
	cursor: pointer;
 }

	button:hover {opacity: .6;}

p,
ul, ol {margin-bottom: 30px;}

p:last-of-type,
ul:last-of-type, ol:last-of-type {margin-bottom: 0 !important;}

.contact_txt{
    margin-bottom: 20px;
    margin-top: 20px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
 }

.gift_bar{
   margin-left: 30px;
}

a img {border: none;}

a {
	color: #000;
	text-decoration: underline; /*
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;*/
 }

	a:focus, a:active, a:hover {text-decoration: none;}

em {color: #898989;}

ol li {
	display: list-item;
	list-style: decimal inside;
	line-height: 2;
	margin-bottom: 1.4em;
	font-size: 100%;
 }


/*
input[type=text],
input[type=password],
input[type=email],
textarea { padding: 0.7em; font-size: 100%; font-weight: inherit; color: inherit; border: none; -webkit-appearance: none; border-radius: 0;}
input[type=text],
input[type=password],
input[type=email],
textarea { background: #fafafa; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); border: 1px solid #ccc; color: #888;}
input[type=text]:focus,
textarea:focus { color: #373737;}
textarea { width: 90%;}
input[type=text] {}
input[type=email] {}
input[type=submit] { cursor: pointer;}
input[type=button],
input[type=text],
input[type=submit] {}

form ul { margin: 0 !important; padding: 0 !important; border: none !important;}
form ul li { display: inline-block !important;}
form input[type="radio"] { margin-right: 0.7em;}
form input[type*="submit"] {
	border: none;
	-webkit-appearance: none;
	border-radius: 5px;
	display: block;
	margin: 30px auto;
	width:  300px;
	background: #898989;
	color:#fff !important;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	padding: 15px 0;
	text-decoration: none !important;
}
form input[type*="submit"]:hover { opacity: 0.8;}
*/

/*
-----------------------------------------------------

	=Overall layout

-----------------------------------------------------
*/
html,
body {}

/* Z Index */
/*
-----------------------------------------------------

	=Page layout

-----------------------------------------------------
*/

.sp {
	display: none!important;
}

body {}

.wrapper {
	width: 1120px;
	margin: 0 auto;
 }

 #mv img {
	 width: 90%;
    height: auto;
    padding: 5%;
}
#container {
	background: url(../images/ohta_head.jpg) no-repeat left top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
 }

/*
-----------------------------------------------------

	=Header & Navigation

-----------------------------------------------------
*/
#header {
	width: 100%;
	height: auto;
 }

#header,
#header a {
	text-decoration: none;
 }
 #header #header-bar {
	 color: #fff;
	line-height: 36px;
}
#header #header-bar .wrapper {
	position: relative;
}
#header #header-bar h1 {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
}
#header #header-bar a {
	float: right;
	display: inline-block;
	background: #1c5a95;
	color: #fff;
	font-weight: bold;
	padding: 0 1em;
}
#header #header-bar a:hover {
	background: #777;
}
#header #header-in {
	padding: 10px 0 10px;
}
#header img {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}
#header .cntL {}
#header .cntR {text-align: right;}
#header .logo {
    margin-top: 25px;
    width: 100%;
    margin-left: 20px;
}
#header .info {}

#nav {
    background-color: #6faf25;
    padding-bottom: 9px;
    padding-top: 8px;
}


#nav ul {
	border-left: solid 1px #fff;
}
#nav ul li {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
 }
#nav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	border-right: solid 1px #fff;
	color: #fff;
}
#nav ul li img {
	display: inline-block;
	vertical-align: middle;
}
#nav ul li a:hover {
	opacity: 0.7;
}

#nav1 {
    background-color: #6faf25;
    padding-bottom: 9px;
    padding-top: 8px;
    border-bottom: solid 6px #54911a;
}

#nav1 ul {
	border-left: solid 1px #fff;
}
#nav1 ul li {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
 }
#nav1 ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	border-right: solid 1px #fff;
	color: #fff;
}
#nav1 ul li img {
	display: inline-block;
	vertical-align: middle;
}
#nav1 ul li a:hover {
	opacity: 0.7;
}
#mv {
	margin-bottom: 10px;
	position: relative;
}
#mv .subTitHome {
	width: 362px;
	height: 362px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20vw;
	margin: auto;
}

.splitColumn1 {
    overflow: hidden;
    padding-top: 1%;
    width: 97%;
    margin: 0 auto;
    position: relative;
}

.splitColumn2 {
    overflow: hidden;
    padding-top: 1%;
    width: 97%;
    position: relative;
}

.splitColumnkorean {
    overflow: hidden;
    padding-top: 1%;
    width: 97%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3%;
}

#mv3 img {
    width: 90%;
    height: auto;
    padding: 5%;
}

#top-content2 {
    /* width: 1120px; */
    margin: 0 auto;
}

#top-content2 .box {
    padding: 10px 20px;
    position: relative;
    clear: both;
}

#top-content2 .box h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1b5994;
}

#top-content2 .box h3, #top-content2 .box p {
    margin-bottom: 15px;
}

.splitColumngift {
    overflow: hidden;
    padding-top: 4%;
    background: url(../../images/display1.jpg) no-repeat;
    background-size: 108%;
    background-position: -50px 0px;
    width: 1300px;
    height: 400px;
    /* padding-right: 50px; */
    margin: 0 auto;
}

.gift_display {
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-left: 90px;
}

.splitColumngift .row {
    width: 102%;
    margin-left: -1%;
}

.splitColumngift .row.column-3 .col {
    width: 25%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.4);
    /* margin: 0 auto; */
    /* text-align: -webkit-auto; */
}
.splitColumngift .row .col {
    float: left;
    margin: 0 2% 2%;
    padding: 0 !important;
}

.splitColumnau {
    overflow: hidden;
    padding-top: 1%;
    width: 97%;
    margin: 0 auto;
    position: relative;
}

a.wordpressphoto img {
    height: 165px !important;
    width: 248px !important;
    float: right;
}

.wordpressheight{
   height:288px;
   position:relative;
}

.news_space {
    /* height: 800px; */
    width: 700px;
    margin: 0 auto;
}

.news_space ul.list-information li {
    padding-bottom: 10px;
}

.top_banner{ 
    padding-top: 10px;
    padding-left: 10px
}

.taxfree {
    width: 70%;
    padding-top: 3%;
    padding-left: 2%;
}

.taxtxt {
    padding-left: 4%;
    padding-top: 1%;
}

p.privacy_contents {
    padding-top: 20px;
}

/*
-----------------------------------------------------

	=Main Content

-----------------------------------------------------
*/
#page {
    background-size: 100% auto;
    background: url(../images/bg_1.jpg) no-repeat;
    background-position: 0 505px;  
}

#page_2 {
    background-size: 100% auto;
}

#main {
	padding: 40px 0 0 0;
}
#primary {
	float: left;
	width: 1120px;
	margin-top: 40px;
}

#primary1 {
    width: 1105px;
    margin: 0 auto;
    padding-top: 5%;
}

#secondary {
	float: left;
    width: 300px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 6px;
    margin-top: -70px;
}

.content_icon{
    float:left;
    margin-right: 18px;
}

.content_title{
    border-bottom:solid 1px #ff641e;    
}

.content_title_1 {
    border-bottom: solid 1px #ff641e;
    width: 97%;
    margin: 0 auto;
}

.content_title2 {
    border-bottom: solid 1px #ff641e;
    margin-top: 30px;
}

.adress{
    width:320px;
}

.aumodel{
    float: left;
    padding: 20px;
    /* margin-bottom: 80px; */
    width: 27%;
    height: 480px;
}


.column-4 {
    /* background: url(../../images/staff_green.jpg) no-repeat; */
    min-height: 334px;
    margin: 10px 0 30px 5px;
    border: solid 1px #3ad039;
}


.needhelp {
    width: 50%;
    padding-left: 1%;
    padding-top: 1%;
    float: left;
}

.staffspace{
    float:right;
	
}	


.curtainmodel {
    float: left;
    width: 28%;
    padding: 3% 0 0 4%;
}

.koreanbottom{
    float: left;
    width: 23%;
    padding: 5% 4%;
    background: #e5e3e3;
    margin: 1%;
    text-align: center;
}

.koreanbottom1 {
    float: left;
    width: 23%;
    padding: 4.1% 4%;
    background: #e5e3e3;
    margin: 1%;
    text-align: center;
}

.koreanbottom2 {
    float: left;
    width: 25%;
    padding: 3% 3%;
    background: #e5e3e3;
    margin: 1%;
    text-align: center;
}

.wrapping{
    float: left;
    padding-top: 4%;
    padding-left: 5%;
}

.giftmodel {
   float: left;
    margin-bottom: 60px;
    width: 28%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-left: 30px;
    height: 620px;
    position: relative;
    background: whitesmoke;
}

.giftmodel img {
    border: solid #afafb0 2px;
}

.giftmodel2 {
    float: left;
    margin-bottom: 60px;
    width: 28%;
    margin-left: 30px;
    height: 490px;
    position: relative;
}

.giftmodel2 img {
    padding-left: 15px;
}

.sakemodel {
    float: left;
    margin-bottom: 60px;
    width: 28%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-left: 30px;
    height: 750px;
    position: relative;
    background: whitesmoke;
}

.sakemodel img {
    border: solid #afafb0 2px;
}

.othermodel {
   float: left;
    margin-bottom: 60px;
    width: 28%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-left: 30px;
    height: 440px;
    position: relative;
    background: whitesmoke;
}

.itemtitle_other {
    margin-bottom: 5px !important;
    margin-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #fc6421;
    color: #999;
    line-height: 26px;
}


.medal img {
    border: none !important;
}

.medal {
    width: 20%;
    position: absolute;
    top: 200px;
    left: 20px;
}

.medal2 {
    width: 20%;
    position: absolute;
    top: 230px;
    left: 20px;
}

.medal2 img {
    border: none !important;
}


.auphone{
    float: left;
    border-radius: 8px;
    margin: 20px 0;
}

.auphonephp {
    border-radius: 8px;
    margin: 20px 0;
}

p.autxt {
    width: 80%;
    background: #fff;
    padding: 10px;
    margin-left: 8px;
    margin-top: 20px;
    border-radius: 5px;
}

p.saketxt {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 2px;
}

.aulineup {
    width: 65%;
    float: left;
    background: orange;
    margin-right: 30px;
    border-radius: 8px;
}

.curtainlineup {
    width: 100%;
    float: left;
    background: url(../images/curtain_back.jpg) no-repeat;
    margin-right: 30px;
    border-radius: 8px;
    padding-bottom: 30px;
}

.giftlineup {
    width: 100%;
    float: left;
    margin-right: 30px;
    border-radius: 8px;
}

.curtainlink {
    width: 100%;
    float: left;
    margin-right: 30px;
    border-radius: 8px;
}

.autop img {
    padding: 0 !important;
    width: 100% !important;
}

.splitColumn3 {
    overflow: hidden;
    padding-top: 2.8%;
}

.splitColumn3 .row {
    width: 96%;
    margin-left: -1%;
    margin: 0 auto;
}

#main2 {
    padding: 0;
}

ul.au-button {
    margin-top: 30px;
}

ul.au-button li {
    margin-bottom: 15px;
}

.itemtitle{
    margin-bottom: 5px !important;
    margin-top: 10px;
    margin-left: 8px;
    border-left: 5px solid #999;
    padding-left: 10px;
    border-bottom: 1px solid #999;
    color: #999;

}

.itemtitle_curtain {
    margin-bottom: 5px !important;
    margin-top: 10px;
    margin-left: 8px;
    border-left: 5px solid #999;
    padding-left: 10px;
    border-bottom: 1px solid #999;
    color: #999;
}

.itemtitle_gift {
    margin-bottom: 5px !important;
    margin-top: 10px;
    padding-left: 90px;
    border-bottom: 1px solid #fc6421;
    color: #999;
    line-height: 26px;
}

.column-4{
    background: url(../../images/staff_green.jpg) no-repeat;
    min-height: 334px;
    margin: 10px 0 30px 5px;
}

.column-5 {
   min-height: 334px;
    margin: 10px 0 30px 5px;
    border: solid 1px #f47b1e;
}

.column-curtain {
    min-height: 334px;
    margin: 10px 0 30px 5px;
    border: solid 1px #c4bb9e;
}

.needhelp{    width: 50%;
    padding-left: 1%;
    padding-top: 1%;
}

.curtainhelp {
    width: 50%;
    padding-left: 1%;
    padding-top: 1%;
    font-size: 120%;
    float:left;
}

.koreanhelp {
    padding-left: 1%;
    padding-top: 1%;
    font-size: 120%;
    float:left;
    font-weight: bold;
    }

.koreanhelpj {
    padding-left: 1%;
    padding-top: 1%;
    font-size: 100%;
    float: left;
}

.leftside{
    float: left;
    width: 50%;
}

.rightside{
    float: right;
    width: 45%;
    padding-left: 10px;
    padding-top: 10px;
}

img.kphoto {
    padding-top: 15px;
}

.access-wrap {
    background-color: white;
    color: #2745a2;
    left: 10px;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 260px;
    border-radius: 5px;
    min-height: 265px;
}

.mb-10{
    font-size: 80%;
    margin-top: 3%;
}

.access-wrap img {
    margin: 0 auto;
}

.needhelp span {
    border: 3px solid orange;
    padding: 8px;
    margin: 5px;
    border-radius: 5px;
    font-size: 120%;
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d9aa05), color-stop(0.00, #f2e22e));
background: -webkit-linear-gradient(top, #f2e22e 0%, #d9aa05 88%);
background: -moz-linear-gradient(top, #f2e22e 0%, #d9aa05 88%);
background: -o-linear-gradient(top, #f2e22e 0%, #d9aa05 88%);
background: -ms-linear-gradient(top, #f2e22e 0%, #d9aa05 88%);
background: linear-gradient(to bottom, #f2e22e 0%, #d9aa05 88%);

}

.recommendimage {
    position: absolute;
    width: 26%;
    top: 13px;
    left: 12px;
}

.au_open{
    font-size: 120%;
    /* font-weight: bolder; */
    padding-bottom: 50px;
}

.korean_open{
    font-size: 120%;
    font-weight: bolder;
}

.japan_open {
    font-size: 100%;
}

.gift_open{
    font-size: 120%;
    /* font-weight: bolder; */
}

.tel{font-size: 100%;
}

.map{
    height: 300px;
    width: 98%;
}

.map_info1 {
    border: 1px solid orange;
    padding: 5px;
    border-radius: 5px;
    color:#fff;
    background: red;
}
.map_info2 {
    border: 1px solid orange;
    padding: 5px;
    color:#fff;
    border-radius: 5px;
    background: navy;
    
}
.map_info3 {
    border: 1px solid orange;
    padding: 5px;
    color:#fff;
    border-radius: 5px;
    background: orange;
    
}

img.center{
     width:260px; 
}    

p.mb-20 {
    margin-bottom:4%;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    padding: 10px 0 0 20px;
}

.shopinfotitle_1{
    font-size: 190%;
    font-weight: bolder;
    color: tomato;
}

.shopinfotitle_2{
    font-size: 140%;
}

.shopdetail{
    color: #2745a2;
    padding: 15px 0 0 20px;
    width: 50%;
    float: left;
    }

.freecall_img{
    float: left;
    padding-right: 3%;
}

.point{
   padding-top: 2%;
    padding-left: 2%;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	padding: 30px 0;
}

#formWrap2 {
    width: 100%;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
    padding: 30px 0;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 30px;
    margin-top: 30px;
}
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;
}


/*
-----------------------------------------------------

	=Toppage

-----------------------------------------------------
*/
#top-news  {
	margin-bottom: 60px;
	float:right;
	width:700px;
	margin-right: 15px;
	margin-top: -50px;
}
#top-news ul {
}
#top-news ul li {
	margin-bottom: 0;
	padding-bottom: 10px;
}

#top-news ul li a { color: #000; text-decoration: none;}
/* #top-news ul li span {
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
} */
#top-news ul li span {
	display: table-cell;
	padding-right: 1em;
}
#top-news ul li .new {
	visibility: hidden;
	background: url(../images/i-new.png) no-repeat;
	width: 60px;
	height: 26px;
}
#top-news ul li:nth-child(1) .new {
	visibility: visible;
}
#top-news ul li:nth-child(2) .new {
	visibility: visible;
}
#top-news .newslink {
	text-align: right;
	padding: 10px 20px; 0 0
}
#top-content {width: 1120px;
    margin: 0 auto;}
#top-content .box h3,
#top-content .box p { margin-bottom: 15px;}
#top-content .box h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #1b5994;
}
#top-content .box {
	padding: 10px 20px;
	position: relative;
	clear: both;
}
#top-content .box:before {
	background: url(../images/i-arrow-top-w.png) no-repeat;
	width: 20px;
	height: 10px;
	position: absolute;
	left: 0;
	rght: 0;
	top: -10px;
	margin: auto;
}
.button-more {
    display: block;
    color: #898989;
    text-decoration: none;
    text-align: left;
    font-size: 130%;
    padding-left: 3%;
    line-height: 23px;
}
.button-more:hover {
}

hr.fade {
    border: #6faf25 solid 1px;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/*
-----------------------------------------------------

	=Side

-----------------------------------------------------
*/
.bnr img {
	margin-bottom: 10px;
}

.bnr{
    padding: 10px;

}
/*
-----------------------------------------------------

	=Footer

-----------------------------------------------------
*/

#footer {
    background: url(../images/ohta_footer.jpg) no-repeat left bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 10px;
 }

#footer-in {
	position: relative;
}
#pagetop {
	position: absolute;
	right: 0;
	top: 0px;
}
#footer .cntL {
	width: 300px;
	padding-top: 15px;
}
#footer .cntR {
	width: 780px;
}
#footer .cntL img {
	margin-bottom: 00px;
}
#footer,
#footer a {
	color: #fff;
	text-decoration: none;
 }

#footer img {display: inline-block;}

.footer-nav > ul {
	display: inline-block;
	margin-right: 2em;
 }
.footer-nav > ul > li {
	margin: 0 1em;
 }

.footerlogo{
    margin-bottom: 10px !important;
}

.footer-nav ul li a:hover {text-decoration: underline !important;}


#copyright {text-align: right;}

/*
-----------------------------------------------------

 	=汎用スタイル

-----------------------------------------------------
*/
/* Animation & Decoration
-----------------------------------------------------*/
.effect img {
	-webkit-transition: .7s;
	transition: .7s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
 }

.effect div {
	-webkit-transition: .7s;
	transition: .7s;
 }

/* =Heading
-----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 120%;
 }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {margin-top: 0 !important;}

.h-main {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 2px #000;
	padding-bottom: 10px;
 }

/* =List
-----------------------------------------------------*/
/* Block */
.list-block li {display: block !important;}

/* Inline */
.list-inline li {
	display: inline-block;
	margin: 0 15px 0 0;
 }

.taR .list-inline li {margin: 0 0 0 15px;}

/* =Columns
-----------------------------------------------------------*/
.splitColumn {overflow: hidden;
     padding-top: 5%;}

	.splitColumn .row {
		width: 102%;
		margin-left: -1%;
	 }

		.splitColumn .row .col {
			float: left;
			margin: 0 2% 2%;
			padding: 0 !important;
		 }

		.splitColumn .row.column-2 .col {width: 48%;}

		.splitColumn .row.column-3 .col {width: 29.2%;
		background-color: #fff;
		border-radius: 6px;
		box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.4);}

		.splitColumn .row.column-4 .col {width: 23%;}

		.splitColumn .row.column-5 .col {width: 18%;}

		.splitColumn .row.column-6 .col {width: 16.66%;}


/*
-----------------------------------------------------

	=Media Queries Responsive Structure

-----------------------------------------------------
*/
/* Desktop
-----------------------------------------------------*/
@media screen and (min-width: 1024px) {
	#container { min-width: 1120px;}
}

/* iPad & iPhone
-----------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 1024px) {}


/* 下層ページ用CSS */
#mv {
	position: relative;
	width: 100%;
    background: url(../images/backcolor1.jpg) repeat-x left top;
    min-height: 400px;
}

#mv2{
    position: relative;
    width: 100%;
    min-height: 386px;
}

#mv3 {
    position: relative;
    width: 100%;
    background: url(../images/backgrey.png) repeat-x left top;
    background-size: contain;
}

.carnation{
    position: absolute;
    z-index: 999;
    left: 50%;
    height: 42px;
    width: 200px;
    margin-top: 270px;
    margin-left: 140px;
    }

#mv .subTit {
	position: absolute;
	bottom: -115px;
	left: 20vw;
}
#page #bread {
	margin-left: 340px;
	margin-bottom: 40px;
	width: 780px;
	text-align: right;
	background: url('../images2/line.png') bottom no-repeat;
	padding-bottom: 20px;
}
#secondary #sideCta {
	background: #fff;
	padding: 10px 0 30px;
}
#secondary #sideCta h3 {
	margin-bottom: 0;
	text-align: center;
}
#secondary #sideCta .imgClm {
	margin-bottom: 20px;
}
#secondary #sideCta .txtClm {
	text-align: center;
	padding: 0 20px;
	margin-bottom: 20px!important;
}
#secondary #sideCta ul {
	padding: 0 20px;
}

#bbqSec01 .imgClm {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#bbqSec01 .imgClm p:first-of-type {
	margin-right: 40px;
}
#bbqSec01 .txtClm {
	background: #fff url('../images2/bg_nami.png') no-repeat bottom right;
	padding: 30px;
	margin-bottom: 30px;
	width: 89%;
}
#bbqSec01 .txtClm h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
#bbqSec01 .txtClm h4 {
	font-size: 18px;
	margin: 20px 0 10px;
}
#bbqSec01 .txtClm ol li {
	margin-bottom: 0;
}

#bbqSec02 {
	margin-bottom: 30px;
}
#bbqSec02 h3 {
	/* margin-bottom: 30px; */
	font-size: 20px;
	margin-bottom: 0;
}
#bbqSec02 h4 {
	/* margin-bottom: 30px; */
	/* font-size: 24px; */
	margin-bottom: 20px;
}

.clrTable {
	width: 98%;
	border: 1px solid #ccc;
	background: #fff;
}
.clrTable tr:first-of-type {
	background: #cce6f5;
}
.clrTable th, .clrTable td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}
.clrTable th {
	background: #eff8fc;
	font-weight: normal;
}
.clrTable tr:first-of-type th {
	background: #cce6f5;
}
.clrTable tr.cool th,
.clrTable tr.cool td {
	background: #eee;
}

.list-information {
    width: 96%;
    padding: 30px 0 30px 30px;
    border-radius: 6px;
}

p.toptxt {
    width: 98%;
}

#mainCta {
	margin-bottom:50px;
}

#imageMenu {
	margin-bottom: 50px;
}

#imageMenu h3 {
	margin-bottom: 20px;
}
#imageMenu ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#imageMenu ul li {
	margin-right: 30px;
}
#imageMenu ul li:nth-child(3n) {
	margin-right: 0;
}

#salesSec01 {
	margin-bottom: 30px;
}
#salesSec01 h3 {
	margin-top: 40px;
}
#salesSec01 ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	float: left;
}
#salesSec01 ul li {
	width: 174px;
	background: #fff;
	margin-right: 28px;
	margin-bottom: 30px;
}
#salesSec01 ul li:nth-child(4n) {
	margin-right: 0;
}
#salesSec01 ul li .foto {
	margin-bottom: 0;
}
#salesSec01 ul li .foto img {
	width: 100%;
}
#salesSec01 ul li .txt {
	padding: 20px;
	letter-spacing: -0.03em;
}

#salesSec02 {clear:both;
}
#salesSec02 h3 {
	margin-bottom: 20px;
}
#salesSec02 h4 {
	margin: 40px 0 20px;
}

#recruitSec01 {
    width:98%
}

#recruitSec01 h3 {
	margin-bottom: 20px;
}
#table {
	width: 100%;
	margin: 50px 0 0;
}
#table tr {
	background: url('../images2/line.png') bottom no-repeat;
}
#table th,
#table td {
	padding: 20px 0;
	font-weight: normal;
}
#table th {
	width: 120px;
}

#fishingSec01 h3 {
	margin: 20px 0;
}

#companySec01 {
	margin-bottom: 60px;
}
#companySec01 #table {
	margin-top: 0;
}
#companySec01 .map {
	margin: 20px 0 0;
}
#companySec01 .map iframe {
	width: 100%;
	height: 300px;
}

#koreanSec01 .kobox {
	margin-bottom: 50px;
}
#koreanSec01 .kobox h3 {
	margin-bottom: 20px;
}

#salesSec01 .items {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    float: left;
    width: 174px;
    background: #fff;
    margin-right: 28px;
    margin-bottom: 30px;
}


#salesSec01 .items .txt {
    padding: 20px;
    letter-spacing: -0.03em;
}

#salesSec01 .items .foto {
    margin-bottom: 0;
}

/*
-----------------------------------------------------
 	バナー設置用　スタイル追加
-----------------------------------------------------
*/

/*
floating_con ---------------------------------------*/
.floating_con {
    width: 300px;
    height: auto;
    position: fixed;
    right: 0px;
    bottom: 20px;
    transition: .5s;
}
.floating_con:hover {
    opacity: 0.6;
}
.floating_con__sp{
    display: none;
}

