/*
Theme Name: komon
*/
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');

*{ margin:0; padding:0; outline:none;}
body{ margin:0; padding:0; box-sizing:border-box; -ms-word-wrap:break-word; word-wrap:break-word; line-height:22px; margin:0; padding:0; color:#6e6d6d; font-size:13px; background-color:#ffffff;}
img{ margin:0; padding:0; border:none; max-width:100%;}
section img, img{max-width:100%; height:auto;}
.bold {font-weight: 600; -webkit-font-weight: 600; color: #060079 !important;}
h1,h2,h3,h4,h5,h6{ margin:0 0 20px; padding:0; line-height:1; font-weight:400; }
h1{ font-size:36px; }
h2{ font-size:30px;}
h3{ font-size:18px; }
h4{ font-size:22px;}
h4.sectionsubtitle {
	font-family: 'Shippori Mincho' !important;
    color: #070096 !important;
    font-weight: 600 !important;
	-webkit-font-weight: 600;
	margin-top: 15px;
}
h5{ font-size:20px; }
h6{ font-size:14px;}
.left{float:left;}
.right{float:right;}
blockquote{ background:url(images/icon_quote.png) no-repeat 20px 22px; padding:15px 15px 15px 60px !important; font-style:italic; color:#888; font-size:14px; line-height:1.5;}
.hr{border-bottom:1px solid #333; height:15px; clear:both;}
p{ margin:0; padding:0;}
a{ color: #070096 !important; text-decoration:underline; outline:none;}
a:hover{ text-decoration:none; outline:none;}
ul{ list-style:none; margin:0; padding:0;}
article ul, article ol{ margin:0 0 15px 15px;}
article ul li{ list-style: disc;}
.custom-height{ min-height:20px;}
.clear{ clear:both;}
.middle-align{ margin:0 auto; padding:0;}
.wp-caption{ margin:0; padding:0; font-size:13px; max-width:100% !important;}
.wp-caption-text{ margin:0; padding:0;}
.sticky{ margin:0; padding:0;}
.gallery-caption{ margin:0; padding:0;}
.alignleft, img.alignleft {display: inline; float: left; margin-right:25px; margin-top:4px; margin-bottom:6px; padding:0; height:auto;}
.alignright, img.alignright { display: inline; float: right; margin-left:25px; height:auto;}
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-top:0;  height:auto;}
.comments-area{ margin-bottom:15px;}
.comment-list .comment-content ul { list-style:none; margin-left:15px;}
.comment-list .comment-content ul li{margin:5px;}
.main-container ol{list-style-position:outside; margin-left:20px;}
.main-container ol li{margin:5px 0;}
.lastcols{ margin-right:0 !important;}
.toggleMenu{display:none;}
section{ padding:65px 0;}
h2.section_title{font-weight:600; -webkit-font-weight: bold; font-size:35px; padding-top:25px; padding-bottom:0; margin-bottom:10px; position:relative;}
h2.section_title::before {
	content: '';
	position: absolute;
	top: -66px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 10px;
	height: 77px;
	background-color: #060079;
	transition: width 0.3s ease-in-out;
}
.section_title span {
  position: relative;
	/* outline: solid;
	outline-offset: 9px; */
}
.section_title span::before {
    content: '';
    position: absolute;
    top: -6px;
    bottom: -9px;
    left: -14px;
    right: -14px;
    border: 1.5px solid #060079;
}
ul.sitemap li {
	width: 96%;
	float: none;
	padding: 12px 0px 12px 33px;
}
.button-container {
  text-align: center;
}
.button-container a{ color: #fff !important; text-decoration:none;}

.contact-btn {
	font-family: 'Noto Sans JP';
	font-size: 1.1rem;
	display: inline-block;
	padding: 15px 40px;
	color: #fff;
	background: linear-gradient(327deg, #82e3ff, #0b0667);
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	-webkit-font-weight: 500;
	letter-spacing: 1px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  color: #fff;
}

.themefeatures h2.section_title{
	text-align: center;
   margin-bottom: 8px;
}
.themefeatures h4.sectionsubtitle {
	text-align:center;
	margin-top: 15px;
}
.working-process h2.section_title, .seasonalwrap h2.section_title, .blogpostwrap.fadeInLeft h2.section_title   {
    text-align: center;
    /* margin-bottom: 60px; */
}
h4.sectionsubtitle {line-height: 1.9 !important;}
h4.sectionsubtitle{font-weight:400; font-size:16px; text-align: center; margin-bottom:30px; padding-bottom:25px; color:#666; text-transform:none; position:relative; line-height:24px; }
section#newswraper .sectionsubtitle {
    text-align: center;
    margin-top: -46px;
}
/*
h4.sectionsubtitle::after{
 content:"";
 position:absolute;
 width:75px;
 border-bottom:1px solid #ccc;
 bottom:0;
 left:0;
 margin:auto;
}
*/
.sitewrapper .header.fixed{ 
	width:100%; 
	background: rgba(255, 255, 255, .36);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
	box-shadow: 5px 4px 3px #ccc;
}
.boxlayout{ width:1210px; margin:0 auto; box-shadow:0 5px 10px #000; position:relative; }
.boxlayout .container{ padding:0 20px;}
.boxlayout .footer{ padding:40px 20px;}
.boxlayout .header.fixed{ width:auto;}

/*Header Info Bar CSS*/
.headerinfo { font:600 14px/22px 'Roboto Condensed'; padding:10px 0; }
#slider { width:100%; margin:0; padding:0; position:relative; overflow:hidden;}
.logo_title {font-family: 'Shippori Mincho' !important;}
.logo{float:left;  text-align:left; width:22%; padding:14px 0 15px 30px;}
.logo h1{
  font-weight:600; 
  margin-top:16px; 
}
.logo h1 span{ color:#ef2e2e; display:inline-block;}
.logo a{color:#fff;}
.logo-left {
	position:absolute;
	top: 40px;
  left: 0;
  width: 241px;
  height: auto;
  padding: 7px 30px 0;
  background: #fff;
	z-index:9;
}
.fv-cta {
	position:absolute;
	bottom: 23%;
	left: 5%;
	z-index:9;
}

.tagline{ font-size:14px; color:#fff; display:block;}
.header_right{ 
	display:none;
  float:right; 
  text-align:right; 
  width: calc(79% - 70px);
  padding-right: 20px;
}
.right span.phno{ padding-right:10px; margin-right:5px;}
.header-top{ background-color:#333333; color:#ccc; line-height:36px; font-size:14px; }

.header-top .left span{ padding-right:10px; color:#dd3333;}
.header-top .left a{color:#fff;}
.header-top .social-icons a{ margin-right:0; border-left:1px solid #444;}
.header-top .fa{ margin-right:5px;}
.header-top .right{ text-align:right;}
.right span.phno{ padding-right:10px; margin-right:5px;}

.infobox{ display:inline-block; float:right; margin:0 0 0 5%; text-align:right; text-transform:uppercase;}
.infobox span{ float:right;}
.infobox span b{ display:block; text-align:left; font-weight:300; }
.infobox .fa{ float:left; margin:9px 15px 0 0; width:30px; height:30px; line-height:28px; text-align:center; border:1px solid #6e6d6d; border-radius:50%; font-size:13px;}
.headwidjet{ display:none;}

/* = social icons css
-------------------------------------------------------------- */
.social-icons a{ width:20px; height:40px; line-height:40px; text-align:center;  vertical-align:middle; display:inline-block; padding:0 8px 0; transition:0.6s; -moz-transition:0.6s; -webkit-transition:0.6s; -o-transition:0.6s; font-size:16px; color:#a3a9ab; }
.social-icons br{ display:none;}
.container{ max-width:1170px; margin:0 auto; position:relative;}
.container2 { max-width:100%; margin:0; position:relative; line-height: 1.4;}
.container3 { max-width:100%; margin:0; position:relative; line-height: 1.4; padding:8px 35px; background:#fff; font-size:18px; }
.container-single {
  max-width:980px; 
  margin:0 auto; 
  position:relative; 
  box-shadow:0px 8px 9px 2px #ccc;
}

/*header menu css*/
.toggle{display: none;}
.toggle a{width:auto; color:#ffffff; background:url(images/mobilenav.png) no-repeat right center #3e3e3e; padding:10px 25px; margin-top:5px; font-size:16px; text-align:left;}
.toggle a:hover{color:#ffffff !important;}
.header.fixed{ position: fixed; top:0; z-index:999999;  transition:0.6s; -moz-transition:0.6s; -webkit-transition:0.6s; -o-transition:0.6s; width:auto;}
.header.fixed .logo{padding: 18px 0 14px 30px;}
.header.fixed .sitenav ul li ul li a{ padding-top:7px; padding-bottom:7px; }

.start_h {
	display:none;
}

.header{width:100%; z-index:9999; background-color:#e4e4e4; box-sizing:border-box; position:absolute; }
.mainmenu{ background-color:#dd3333;}
/* li.current_page_item a {
    color: #000 !important;
} */
li.current_page_item a:hover, .sitenav ul li a:hover {
    color: #000 !important;
}
.sitenav{ padding:0; position:relative; z-index:9999; float:right; display:none;}
.on_menu {display:block !important;}

.sitenav ul {
  margin:26px 0 0; 
  padding:0; 
  font-weight:500; 
  text-align:center; 
  font-weight: 600;
}
.sitenav ul li{display:inline-block; position:relative;}
.sitenav ul li:last-child{border-right:none;}
.sitenav ul li a{padding:8px 15px; display:block; text-align:center; text-decoration: none;}
.sitenav ul li ul li{display:block; position:relative; float:none; top:1px; border-bottom:1px #d3d2d2 solid;}
.sitenav ul li ul li a{display:block; padding-top:7px; padding-bottom:7px; position:relative; top:1px; text-align:left;}

.sitenav ul li ul{display:none; z-index:9999999; position:relative;}
.sitenav ul li:hover > ul{display:block; width:200px; position:absolute; left:0; text-align:left; }
.sitenav ul li:hover ul li ul{display:none; position:relative;}
.sitenav ul li:hover ul li:hover > ul{display:block; position:absolute; left:200px; top:0;}
/* = innerbanner css 
-------------------------------------------------------------- */
.innerbanner{ text-align:center; position:relative;}
.innerbanner img{ 
  position: relative; 
  width:100%; 
  height:auto;
  object-fit: contain;
}

/*search form css*/
.searchbox{position:relative; min-width:35px; width:0%; height:40px; float:right; overflow:hidden;padding-left:20px; -webkit-transition: width 0.3s;    -moz-transition: width 0.3s; -ms-transition: width 0.3s; -o-transition: width 0.3s; transition: width 0.3s;}
.searchbox-input{top:0; right:0; border:0;outline:0;background:#ece8e8;width:100%;height:40px;margin:0;padding:0px 55px 0px 20px;font-size:13px;color:#7f7f7f;}
.searchbox-input::-webkit-input-placeholder{color:#7f7f7f;}
.searchbox-input:-moz-placeholder{color:#7f7f7f;}
.searchbox-input::-moz-placeholder{color:#7f7f7f;}
.searchbox-input:-ms-input-placeholder{color:#7f7f7f;}
.searchbox-icon, .searchbox-submit{width:35px;height:40px;display:block;position:absolute;top:0;font-family:verdana;font-size:22px;right:0;padding:0 !important;margin:0 !important;border:0 !important;outline:0;line-height:40px;text-align:center;cursor:pointer;color:#dcddd8;background:url(images/search-icon.png) no-repeat center center #34c6f6;}
.searchbox-open{ width:40%;}

/* = Get An Appointment css
-------------------------------------------------------------- */
a.ReadMore{ font:normal 12px/20px 'Roboto Condensed'; border:1px solid #a4a4a4; color:#a4a4a4 ; padding:10px 20px; text-transform:uppercase; }
a.ReadMore:hover{border:1px solid #ef2e2e; color:#ef2e2e; }
.custombtn{ margin-top:30px; position:relative;}

.gentei {
	position: absolute;
    font-size: .9rem;
    font-family: 'Noto Sans Jp';
    font-weight: 600;
    color: #4e4b00;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:9;
}
a.morebutton{ 
	 color: #4f4b01 !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    box-shadow: 3px 3px 3px #5e5900;
	padding:31px 42px 31px 48px;  
	font:normal 16px/20px 'Noto Sans Jp'; 
	text-transform:uppercase; 
	display:inline-block; 
	border-radius:10px;
	background: linear-gradient(90deg, rgb(100 212 215) 0%, rgb(251 255 136) 100%) !important;
	position:relative;
	overflow:hidden;
}
a.morebutton::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f14a';
    color: #ffffff;
    position: absolute;
    left: 0.5em;
    top: 1.94rem;
    font-size: 1.1em;
}
a.morebutton::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation: shiny 5s ease-in-out 0s infinite;
}
@keyframes shiny {
 0% { left: -0%; }
10% { left: 120%; }
100% { left: 120%; }
}
a.morebutton:hover{ background-color:#865628; color:rgba(255, 255, 255, .86); z-index:8;}

a.buttonstyle1{ background-color:#865628; color:#fff ; padding:10px 20px; font:normal 16px/20px 'Roboto Condensed'; display:inline-block; border-radius:6px; -moz-border-radius:6px;-webkit-border-radius:6px;}
a.buttonstyle1:hover{ background-color:#381305; color:#fff; }


/* = Welcome css
-------------------------------------------------------------- */
#welcomesection { padding-bottom:25px; position:relative; z-index:2;}
#welcomesection .one_half.last_column img{ margin-top:-100px;}
.welcomewrap {
    max-width: 1170px;
    margin: 0 auto 120px;
	text-align: center;
}

/* = our wines section css
-------------------------------------------------------------- */
#winelistingwrap .one_fourth{ background-color:#dd3333; text-align:center; position:relative; box-sizing:border-box;}
#winelistingwrap .one_fourth h3{ position:absolute; color:#fff; text-transform:uppercase; bottom:60%; left:0; right:0; margin:0 auto; display:none;}
#winelistingwrap .one_fourth h5{ position:absolute; color:#fff; bottom:40%; left:0; right:0; margin:0 auto; display:none; font-size:16px; line-height:20px; margin-bottom:10px; padding:0 5px; }
#winelistingwrap .one_fourth img{ display:block; width:100%;}
#winelistingwrap .one_fourth:hover img{opacity:0.4;}
#winelistingwrap .one_fourth:hover h3{ display:block;}
#winelistingwrap .one_fourth:hover h5{ display:block;}

/* = Our Services css
-------------------------------------------------------------- */
.themefeatures{ color:#000;}
.themefeatures .one_half{ width:65%;}
.themefeatures .one_half.last_column{ width:31%;}
.themefeatures .one_half.last_column img{ margin-top:-60px;}

.themefeatures h3{ font-size:28px; margin-bottom:25px;}
.best-featurs{ margin-bottom:20px; padding-bottom:20px; padding-right:20px; width:45%; float:left;}
.best-featurs h4{ font-size:18px; font-weight:600; margin-bottom:10px; color:#555;}
.best-featurs i{ font-size:50px; width:50px; float:left; margin:10px 35px 25px 0; color:#727272;}
.best-featurs:hover i{ color:#dd3333; }

.hotdishlist{ width:48%; float:left; background-color:#f3f0f0; color:#333; box-sizing:border-box; margin:0 2% 25px 0; padding:15px 25px 15px 15px; position:relative;}
.hotdishlist .dishthumb{ width:25%; float:left; margin-right:20px; height:100px; overflow:hidden;}
.hotdishlist .dishthumb img{ width:100%; height:auto; min-height:100px;}
.hotdishlist h6{ font-size:20px; margin-bottom:10px; font-weight: 600;}
.hotdishlist span{ 
	position:absolute; 
	width:68px; 
	height:40px; 
	background-color:#dd3333; 
	color:#fff; 
	right:0; 
	top:0; 
	text-align:center; 
	line-height:40px;
}
.hotdishlist:hover{ background-color:#dd3333; color:#fff;}
.hotdishlist:hover h6{ color:#fff;}


/*join us section css*/
#joinussection .one_fourth{ text-align:center;}
#joinussection .one_fourth h4{ font-size:15px; font-weight:600; margin:20px 0; text-transform:uppercase;}
#joinussection .one_fourth:hover img{opacity:0.8;}

/*Seasonal Dishes section css*/
#disheswrapsection .one_fourth h4{ font-size:15px; font-weight:600; margin:20px 0; text-transform:uppercase;}
#disheswrapsection .one_fourth:hover img{opacity:0.8;}

/* = Team Member Flipbox css
-------------------------------------------------------------- */
.team_column{ width:23%; float:left; margin:0 2% 2% 0; position: relative;	display:inline;	display: inline-block;}
.team_column h5{ margin-bottom:5px;}
.team_column h5 a{ color:#fff;}
.member-designation{ color:#2e2e2e; display:block; margin-bottom:15px; }

.og-grid li:hover .memmberdetails{ background-color:rgba(49,202,253,0.7); padding:10px 0; margin-top:-60px; position:relative; display:block;}
.memmberdetails h5{ font-size:18px; color:#fff; margin:0;}
.test{ position:relative;}
.team-thumb{ background-color:#696969; width:270px; height:310px; overflow:hidden;}
.team-thumb img{ width:100%; height: auto;}
.og-grid li:hover .team-thumb img{ opacity:0.6;}
.member-social-icon a{ margin:0 2px 2px 0; display:inline-block; color:#000; width:35px; height:35px; line-height:35px;}
.member-social-icon a:hover{ color:#fff;}

.end { margin-right: 0 !important; }

.buttonstyle2{ background-color:#555; color:#fff ; padding:6px 15px; font:normal 14px/20px 'Roboto Condensed'; display:inline-block; border-radius:20px;-moz-border-radius:20px; -webkit-border-radius:20px;}
.buttonstyle2:hover{ background-color:#fff; color:#555; }
.textwidget select{ width:100%;}
table{ width:100%}
.clientwrap p { text-align:center; font-size:16px; margin-bottom:25px;}

/* = section first css
-------------------------------------------------------------- */
.threebox{ width:32%; float:left; margin:0 2% 0 0; padding-right:20px; position:relative; min-height:330px; box-sizing:border-box; box-sizing:border-box; }
.threebox p{ margin-bottom:20px; line-height:24px; }
.threebox h3{ font-size:20px; font-weight:600; color:#404040; margin:0 0 15px; text-transform:uppercase;}
a.ReadMore{ background-color:#333339; color:#fff ; padding:5px 15px; display:inline-block;}
a.ReadMore:hover{ background-color:#ffae00; color:#fff; }
.pagemore{ background-color:#404040; color:#fff ; padding:5px 15px; display:inline-block; border-radius:3px; }
.threebox:hover .pagemore{ background-color:#ef2e2e; color:#fff; }
.threebox:hover h3{ color:#ef2e2e;}	
.threebox .thumbbx{ height:200px; margin:0 auto; overflow:hidden; border:4px solid #ddd;}
.threebox .thumbbx img { height:auto; min-height:200px; width:100%; display:block;}
.threebox:hover .thumbbx{ border-color:#dd3333;}

.pagecontent{ padding:20px 0; position:relative; }
.one_column{ width:100%;}
.two_column{ width:47.5%;}
.four_column { width:23.4%;}
.five_column{ width:18.3%; margin-right:2%;}
.six_column{ width:15.8%; margin-right:1%;}
.threebox.last_column{ background:none; padding-right:0;}


.four_column .thumbbx{ height:140px;}
.four_column .thumbbx img{ min-height:140px;}
.five_column .thumbbx{ height:130px;}
.five_column .thumbbx img{ min-height:130px;}
.six_column .thumbbx{ height:120px;}
.six_column .thumbbx img{ min-height:120px;}

/* = Team Member Part css
-------------------------------------------------------------- */
.teammember-list{width:22.5%; float:left; margin:0 3% 0 0; position:relative; box-sizing:border-box; text-align:center; border:1px solid #eee; padding:15px; }
.teammember-list:hover{ cursor:pointer;}
.teammember-list .thumnailbx{ width:150px; height:150px; overflow:hidden; background-color:#dd3333; border-radius:50%; margin:0 auto;}
.teammember-list img{ vertical-align:middle; width:100%; height:auto; min-height:150px;}
.teammember-list span.title{ font-weight:400; color:#555; font-size:16px; text-align:center; margin-bottom:15px; position:relative; text-transform:uppercase; }
.teammember-list cite{ display:block; font-style:normal; margin-bottom:20px; padding-bottom:12px; color:#777; position:relative; }
.teammember-list cite::after{
 content:"";
 position:absolute;
 width:40px;
 border-bottom: 1px solid #dd3333;
 bottom:0;
 left:0;
 right:0;
 margin:auto;
}

.titledesbox{ text-align:center; padding:30px 0; overflow:visible; }
.member-social-icon{ width:100%; top:30%; text-align:center;}
.member-social-icon a{ margin:0 5px 0 0; text-align:center; display:inline-block; background-color:#fff;color:#4b4a4a; width:35px; height:35px; line-height:32px; border-radius:50%;}
.member-social-icon a:hover{ background-color:#4b4a4a; color:#fff;}

.teammember-list:hover .thumnailbx img{ opacity:0.3;}
.teammember-list:hover .member-social-icon{ display:block;}

/* our project Carousel
-------------------------------------------*/
#projectsection h2.section_title{ color:#fff;}
#projectsection h2.section_title::after{border-color:#fff;}
#projectsection .item{ height:210px; overflow:hidden; background-color:#dd3333; position:relative;}
#projectsection .item img{ height:auto; min-height:210px;}
#projectsection .item span{ position:absolute; left:0;right:0; margin:0 auto; text-align:center; bottom:30%; z-index:99; background-color:#fff; border-radius:15px; font-weight:600; padding:5px 20px; display:none; width:20%;}
#projectsection .item:hover img{opacity:0.2;}
#projectsection .item:hover span{  display:block;}


/*  Our Blog  */
.blankspace{ height:60px; clear:both;}
/* = Latesr news section css
-------------------------------------------------------------- */
.news-box, .news-boxlast{ 
	float:none; 
	width:98%; 
	height:60px;
	margin:10px auto 0;
	box-shadow: 4px 4px 8px #ccc;
	border-radius: 8px;
	padding: 4px 4px 10px 14px;
	background: #fff;
	position:relative;
}
@media screen and (min-width:769px) {
	.news-box a, .news-boxlast a{ 
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding-top: 38px;
	   padding-left: 10px;
	}
	.news-box a:hover, .news-boxlast a:hover{ 
		color:salmon;
	}
}
.news-box:hover, .news-boxlast:hover{ 
	opacity: .92;
	transition: .3s;
}
/* 
.news-box{ width:22.5%; float:left; margin:0 3.2% 3% 0; padding-bottom:20px;} 
.news-box.last { border-bottom:0 ; margin:0 ; padding:0 ;}
*/
.news-box .news-thumb{ background-color:#dd3333; height:160px; overflow:hidden; position:relative;}
.news-box .news-thumb img{ width:100%; height:auto; min-height:160px;}
.news-box:hover img{ opacity:0.6;}
.news-box p{ margin-bottom:15px;}
.news-box h6{ margin:15px 0 15px; color:#4b4a4a; font-weight:600; font-size:15px; line-height:20px; }
.news-box h6 a{ color:#888;}
.news-box h6 a:hover{color:#dc403b; }
.news-box .PostMeta{ font-size:13px; color:#8a8989; padding-bottom:15px; margin-bottom:10px; border-bottom:1px solid #eaeaea;}
.news-box .PostMeta span{ margin-right:10px;}

.news-box:last-child {
    border-bottom: 0;
    margin: 0 0 14px;
    padding: 10px;
}

.news-thumb .postdt{ font-size:13px; position:absolute; width:50px; height:60px; background-color: #dd3333; color:#fff; top:10px; left:10px;  text-align:center; border-radius:5px;}
.news-thumb .postdt span{ font-size:20px; font-weight:600; display:block; padding:8px 0 0; }
.news-box .buttonstyle1{ font-size:12px; padding:8px 15px;}

.blogpostwrap .subtitle{ border:none; padding:0;}

h2.heading{ padding-bottom:15px;}
.underline{ border-bottom:1px solid #efeded;}
/*testimonials*/
.client-say{ width:80%; margin:0 auto;  position:relative; z-index:1; font:normal 16px/24px 'Roboto Condensed'; color:#333; }
.client-say .timthumb{ width:10%; float:left;}
.client-say .timthumb img{ height:100%; }
.client-say .tm_description{ width:87%; float:right;}

.client-say p{ margin-bottom:30px;}
.client-say h6{ color:#fff; margin:20px 0 0 0; text-transform:none; }

.promo-box{width:100%;height:auto; text-align:left;position:relative; font-size:14px; line-height:26px;}
.promo-box h3{ margin:0 0 25px 0; padding:0; font-size:32px;}
.promo-left{float:left;width:75%}
 
.promo-right .morebutton{right:0; font-weight:bold;border-radius:25px;padding:10px 20px; position:absolute; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%);}
 #promosection h2.section_title,  #promosection h4.sectionsubtitle{ color:#fff;}
 
.frdbox{ width:30.5%; float:left; margin:0 4% 4% 0; min-height:110px; box-sizing:border-box;}
.frdbox .fa{ background-color:#eaeaea; color:#dd3333; float:left; width:70px; height:70px; line-height:70px; margin:5px 20px 0 0; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; text-align:center; font-size:30px; }
.frdbox:hover .fa{ background-color:#dd3333; color:#fff; }

.frdbox h4{ margin:0 0 10px; color:#444;}
.frdbox p{ margin-left:95px;}
.frdbox.last{ margin-right:0;}
.last{ margin-right:0 !important;}

/* = Testimonials css
-------------------------------------------------------------- */
#testimonialswrap h2.section_title::after{ background-color:#fff !important;}
#testimonialswrap .owl-carousel .owl-stage-outer{ color:#fff; }
#testimonialswrap .item .tmthumbbox { float:left; width:70px; height:70px; overflow:hidden; margin-right:20px;  border:2px solid #fff; position:relative; z-index:9999; }
#testimonialswrap .item .tmthumbbox img{ width:100%; height:auto; min-height:70px;}
#testimonialswrap .item h6{ margin:15px 0 0; color:#fff; font-size:18px; display:inline-block; position:relative; }
#testimonialswrap .item span{ margin:0; display:block; position:relative; padding-bottom:15px;}
#testimonialswrap .item p{ font-size:14px; margin: 0 auto 25px auto;}

/*testimonials listing*/
.tmnllisting{ margin-bottom:35px; min-height:120px;}
.tmnllisting .tmnlthumb{ float:left; width:120px; height:120px; margin:0 5% 0 0; overflow:hidden;}
.tmnllisting .tmnlthumb img{ width:100%; height:100%; border-radius:50%;}
.tmnllisting h6{ margin-bottom:10px; padding-top:10px; text-transform:uppercase;}

#testimonials-widget h6{ margin-bottom:5px; text-transform:uppercase;}
#testimonials-widget p{ margin-bottom:15px;}
/* --------- Pages ------- */
.content-area{ padding:30px 20px !important;}
.site-main{ width:800px; margin:0; padding:0; float:left;}
.sitefull{ width:100% !important;}
#sidebar{ width:300px; float:right;}
.sidebar-left{ float:left !important;}
/*.sidebar-left #sidebar{ width:auto;}*/
.flotRight{ float:right !important;}
/*sidebar css*/
aside.widget{margin-bottom:30px; padding:20px; background-color:#f0efef;}
aside.widget ul{ list-style:disc; }
h3.widget-title{ padding:12px 15px; margin-bottom:-1px; color:#515151; background-color:#ef2e2e; font-size:17px; }
#sidebar #contactform_main input[type=text], #sidebar #contactform_main input[type=email], #sidebar #contactform_main input[type=tel],#sidebar #contactform_main input[type=url], #sidebar #contactform_main textarea{width:90%; }
#sidebar #contactform_main p{ margin-bottom:10px;}

#sidebar ul li{ 
	list-style: none; 
	border-bottom:1px dashed #d0cfcf; 
	padding: 8px 13px 8px 4px;
	text-indent: -10px;
	background: url(images/sidebar_arrow.png) no-repeat right center;
	}
#sidebar ul li a{ font-size:14px;  padding-left:10px; color:#3b3b3b; }
#sidebar ul li a:hover{ color:#34c6f6;}
#sidebar ul li:last-child{ border:none;}
.nosidebar{ float:none !important; margin:0 auto;}

#sidebar .search-form input.search-field{ background-color:#f0efef; width:80%; padding: 12px 15px 12px 15px; box-sizing:border-box;}
#sidebar .search-form input.search-submit{ background:url(images/search-icon.png) no-repeat center center #ef2e2e; padding: 12px 0 12px 0; font-size:0; width:20%; height:41px; float:right;}

/* = skill bar css
-------------------------------------------------------------- */
.skillbar {position:relative; display:block; margin-bottom:15px; width:100%; height:35px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -webkit-transition:0.4s linear; -moz-transition:0.4s linear; -ms-transition:0.4s linear; -o-transition:0.4s linear; transition:0.4s linear; -webkit-transition-property:width, background-color; -moz-transition-property:width, background-color; -ms-transition-property:width, background-color; -o-transition-property:width, background-color; transition-property:width, background-color;}
.skillbar-title { font:16px 'Roboto Condensed',san-serif;color:#6e6d6d;}
.skillbar-title span { display:block; color:#6e6d6d; padding:0; height:35px; line-height:35px; text-align:left;}
.skillbar-bar { height:6px; width:0px; background:#65676a;}
.skill-bar-percent { position:absolute; right:0; top:0; font-size:15px; height:35px; line-height:35px; color:#6e6d6d;}
.skill { width:46.98%; float:left;}
.skill-bar { margin:60px 0 0 0;}
.skill-bg{ width:100%; background-color:#e0dfdf;}

/*time table css*/
.officehours{ padding-bottom:15px;}
.officehours .day{float:left; }
.officehours .time{ float:left; }
.officehours i{ font-size:14px;  float:left; margin:4px 10px 0 0 }

/* = Footer css
-------------------------------------------------------------- */
#footer-wrapper{background: linear-gradient(201deg, #8fe6ff, #2d64b6); position:relative; color:#c1c0c0; background-size:cover !important; }
.footer{ padding:50px 0;}
.footer h5{ font-weight:400; font-size:24px; margin-bottom:25px;  position:relative; text-transform:uppercase;}
.footer a.readmore span{ color:#fff;}
.footer ul li{ list-style:disc inside none; border-bottom:#999 1px dashed;}
.footer ul li:last-child{ border:none;}
.footer ul li a{ /* padding:8px 0 8px 10px; display:inline-block; */ color:#000;  }
.footer ul li a:hover, .footer ul li.current_page_item a{ color:#ef2e2e;}
.footer ul li:last-child a{ border-bottom:none;}
/*footer recent post*/
ul.recent-post{ margin:0px; padding:0px; list-style:none;}
ul.recent-post li{ display:block; line-height:18px; margin-bottom:20px; padding-bottom:20px; min-height:55px; list-style:none; border-bottom:1px solid #303030;}
ul.recent-post .footerthumb{ width:70px; height:55px; overflow:hidden; float:left; margin:0 15px 0 0;}
ul.recent-post li img { width:100%; height:auto; margin-top:4px;}
ul.recent-post li span {font-size:11px;}
ul.recent-post li a {text-decoration:none; padding:0; border:none; display:block;}
ul.recent-post li a:hover { text-decoration:none;}
ul.recent-post li:last-child { border-bottom:0; padding-bottom:0; margin-bottom:0;}



.contactdetail{ line-height:22px; } 
.contactdetail i{ margin-right:20px; font-size:16px;}
.contactdetail p{ margin-bottom:10px;}

.footerlogo{ margin-bottom:20px;}

/*Footer Manageable css*/
.cols-1 .widget-column-1{ width:100%; float:none; text-align:center;}
.cols-1 .widget-column-1 ul li{ display:inline-block; border:none;}
.cols-1 .widget-column-1 ul li a{ /* padding:0 15px; height:12px; line-height:10px; */ display:block;}
.cols-1 .widget-column-1 ul li:last-child a{border:none;}

.cols-2 .widget-column-1{width:45%; float:left; margin:0 10% 0% 0; box-sizing:border-box; }
.cols-2 .widget-column-2{width:45%; float:left; margin-right:0px; box-sizing:border-box;}

.cols-3 .widget-column-1{width:29%; float:left; margin:0 6% 0 0; box-sizing:border-box; }
.cols-3 .widget-column-2{width:29%; float:left; margin:0 6% 0 0; box-sizing:border-box;}
.cols-3 .widget-column-3{width:29%; float:left; margin-right:0px; box-sizing:border-box;}

/* footer 4 column css*/
.cols-4 .widget-column-1{ width:24%;  float:left; margin:0 4% 0 0; box-sizing:border-box; }
.cols-4 .widget-column-2{ width:16%;  float:left; margin:0 4% 0 0; box-sizing:border-box;}
.cols-4 .widget-column-3{ width:24%;  float:left; margin:0 4% 0 0; box-sizing:border-box;}
.cols-4 .widget-column-4{ width:24%;  float:left; margin-right:0; box-sizing:border-box;}

.copyright-wrapper { background-color:#0a0c0d; color:#fff; position:relative; padding:15px 0;}
.copyright-txt{/* float:left; */ text-align:center;}
.design-by{float:right;}

.footer .social-icons{ margin-top:20px;}
.footer .social-icons a{ width:35px; height:35px; line-height:35px; margin:0 5px 5px 0; padding:0; color:#c1c0c0; border:2px solid #c1c0c0; border-radius:50%; -moz-border-radius:50%; -webkt-border-radius:50%; }
.footer .social-icons a:hover{ color:#ef2e2e; border-color:#ef2e2e; }

/* = Contact Form css
-------------------------------------------------------------- */
.wpcf7 span {
  font-size: 1.1rem;
  color: #000;
}
.wpcf7-not-valid-tip {
  color: #dc3232 !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
}
.wpcf7{ margin:0; padding:0; }
.wpcf7 form{ margin:0; padding:0;}
.wpcf7 form span.last{ float:none !important;}
.wpcf7 form select {font-size:20px !important; border:1px;}
.wpcf7 form input[type="url"], .wpcf7 form input[type="date"], .wpcf7 form select{ background-color:#f1f1f1; border:1px solid #eed2bb; padding:5px 3px; margin-top:10px; font:13px arial; color:#777777;}
.wpcf7 form input[type="checkbox"], .wpcf7 form input[type="radio"], .wpcf7 form input[type="file"]{ margin-top:10px; padding:0;}
span.wpcf7-list-item {display: block; font-size:24px;}
span.wpcf7-list-item{ margin:0 15px 0 0 !important;}
#contactform_main input[type=text], #contactform_main input[type=email], #contactform_main input[type=tel], #contactform_main input[type=url], #contactform_main textarea{width:100%; border:1px solid #E8E8E8; padding:15px; float:left; margin:0 8px 8px 0; box-sizing: border-box; -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;}   
#contactform_main textarea{ width:100%; margin-right:0; height:130px; box-sizing: border-box; -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;} 
#contactform_main span.capcode{ float:left; padding:13px; padding:13px; margin:0 8px 8px 0;}   
#contactform_main input[type=submit], .wpcf7 form input[type="submit"] { font:400 16px/24px; text-transform:uppercase; cursor:pointer; border-radius:5px; }
.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="tel"], .wpcf7 form textarea { 
  border: none !important;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 3px #c4c4c4; 
  padding:12px !important; 
  margin:8px 0; 
}
.wpcf7 form textarea{ margin-right:0; height:130px;} 

/*Reservation form css*/
.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="tel"], .wpcf7 form textarea{ width:100%; background-color:#fff; color:#000; padding:10px 15px; font-size:16px; box-sizing: border-box; -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;}
.wpcf7 form{ margin-bottom:6px;}
.wpcf7 form input[type="submit"] { text-transform:uppercase; cursor:pointer; width:100% !important; font-size:16px; padding:30px 0 !important; color:#fff !important;}
.wpcf7 form input[type="submit"]:hover {
	opacity: .8;
	font-size:20px !important;
	transition: .4s;
}

/*iphone用*/
input[type="submit"]{
-webkit-appearance: none;
}

.wpcf7 form input[type="submit"]:hover {opacity: .8;}

iframe{ width:100%;}
.contact_left{ float:left; width:65%; }
.contact_right{ float:right; width:30%;}
.contact_right h3{ margin-bottom:15px;}
.post-title{ margin-bottom:0px; font-weight:400;}
.post-title a{ color:#3d3d3d; text-decoration:none; font-size:1.6rem;}

.blog-post-repeat .postmeta{ border-bottom:1px solid #e8e8e8; margin-bottom:15px;}
p.read-more a{ 
	font-size: .9rem;
    text-decoration: none;
    text-align: center;
    padding: 9px 15px;
    display: inline-block;
    border-radius: 20px !important;
}
p.read-more a:hover { background-color:#34c6f6;}
.blog-post-repeat .post-thumb img{ float:left; margin-right:15px; height:auto;}

/*default css*/
.error_msg{padding:10px; background:#ffd3ce; color:#e00; border:1px #e00 solid; margin:15px 0;}
.success_msg{padding:10px; background:#dcffc5; color:#070; border:1px #070 solid; margin:15px 0;}
.spacer20{height:20px; clear:both;}
.pagination{display:table; clear:both;}
.pagination ul{list-style:none; margin:20px 0;}
.pagination ul li{display:inline; float:left; margin-right:5px;}
.pagination ul li span, .pagination ul li a{background:#303441; color:#fff; padding:5px 10px; display:inline-block;}
.pagination ul li .current, .pagination ul li a:hover{background:#34c6f6;}
article.tag-sticky-2{background:#f6f6f6; padding:10px;}

/* 
h1.entry-title{font-weight:600; font-size:30px; margin-bottom:30px; position:relative; text-align: center;}
*/
h1.entry-title {
  font-weight: 600;
  font-size: 30px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  color: #060079;
}
h1.entry-title span {
	outline: solid;
	outline-offset: 9px;
}
h1.entry-title::before {
	content: '';
	position: absolute;
	top: -66px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 10px;
	height: 50px;
	background-color: #060079;
}
h1.com-title{font-weight:600; font-size:2.4rem; margin:30px 0; position:relative; text-align: center;}
article p{margin:0 0 20px 0;}
.post-date{display:inline;}
.post-comment{display:inline;}
.post-categories{
  display:inline-block;
  padding: 4px 8px;
  background: #070096;
  margin-right: 8px;
}
.post-categories a {text-decoration: none; color: #fff !important;}
.post-tags{display:inline;}
form.search-form{margin-bottom:20px;}
input.search-field, .post-password-form input[type=password], .wpcf7 form input[type="submit"]{border:1px #eee solid; padding:7px 15px;}
input.search-submit, .post-password-form input[type=submit], .wpcf7 form input[type="submit"]{border:none; color:#ffffff; padding:7px 15px; cursor:pointer; }
#contactform_main p{ margin-bottom:0;}
.nav-previous{float:left; margin-top:10px; margin-bottom:10px;}
.nav-next{float:right; margin-top:10px; margin-bottom:10px;}
nav.post-navigation{padding:10px 0 20px;}
.comment-list, ol.comment-list{list-style:none; margin-left:0; margin-top:20px; margin-bottom:20px;}
.comment-list ul, ol.comment-list ul{list-style:none;}
.comment-list li.comment{margin-top:20px;}
.comment-list .comment-content h1, .comment-list .comment-content h2, .comment-list .comment-content h3, .comment-list .comment-content h4, .comment-list .comment-content h5, .comment-list .comment-content h6{margin-top:15px;}


/* Buttons */
.button{ background-color:#dd3333; color:#fff; font:400 15px/22px 'Roboto Condensed', sans-serif; padding:12px 25px; display:inline-block;}
.button:hover{background-color:#202020; border-color:#1898c2; color:#fff;}

/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;	height: 1px;width: 1px;	overflow: hidden;}
.screen-reader-text:focus {	background-color: #f1f1f1;	border-radius: 3px;	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);	clip: auto !important;	color: #21759b;	display: block;
	font-size: 14px;font-size: 0.875rem;font-weight: bold;	height: auto;left: 5px;	line-height: normal;padding: 15px 23px 14px;text-decoration: none;	top: 5px;	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*Missionvission css*/
.missionvission-wrap h3{ font-size:20px; font-weight:600; border-bottom:1px solid #ccc; padding-bottom:10px; display:inline-block; margin-bottom:30px;}
.missionvission-wrap h5{ font-style:italic; font-size:18px; line-height:24px; border-left:3px solid #ccc; padding-left:20px;}

#ourrecruiters{ text-align:center; font-size:15px;}
.our-recruiters{ margin:0; padding:0;}
.our-recruiters li{ float:left; margin:0 10px; width:18%; box-sizing:border-box;}

ul#clientlogos{ margin:0; position:relative;}
ul#clientlogos li{ float:left; display:inline-block; margin:0; padding:20px; width:20%; box-sizing:border-box; text-align:center; height:140px; overflow:hidden; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
ul#clientlogos li img{ height:auto; min-height:100px;}
ul#clientlogos li:nth-child(5n){ border-right:none;}

/* woocommerce CSS
================================================*/
a.added_to_cart{background:#e1472f; padding:5px; display:inline-block; color:#fff; line-height:1;}
a.added_to_cart:hover{background:#000000;}
a.button.added:before{content:'' !important;}
#bbpress-forums ul li{padding:0;}
#subscription-toggle a.subscription-toggle{padding:5px 10px; display:inline-block; color:#e1472f; margin-top:4px;}
textarea.wp-editor-area{border:1px #ccc solid;}
.woocommerce input[type=text], .woocommerce textarea{border:1px #ccc solid; padding:4px;}
form.woocommerce-ordering select{ padding:5px; color:#777777;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ font-family:'Roboto Condensed',san-serif; color:#ff8a00;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{ color:inherit !important; font-size:15px;}
h1.product_title, p.price{ margin-bottom:10px;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ font-family:'Roboto Condensed',san-serif; color:#ff6d84;}
.woocommerce ul.products li, #payment ul.payment_methods li{ list-style:none !important; text-align:center; border-bottom:2px solid #eee; padding-bottom:25px !important;}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{ border-bottom:0px !important}
.woocommerce ul.products li.product .price del{ display:inline-block;}
.woocommerce ul.products li.product h3{ font-size:18px; position:relative; padding-bottom:15px; margin-bottom:10px;}
.woocommerce ul.products li.product h3::after{
 content:"";
 position:absolute;
 width:50px;
 height:1px;
 background-color:#555;
 bottom:0;
 left:0;
 right:0;
 margin:auto;
}

.woocommerce .quantity .qty{ padding:7px; border:1px solid #ccc;}
.woocommerce-Price-amount.amount{font-size:14px !important;}
.woocommerce div.product .product_title{ padding-bottom:20px !important;}
.woocommerce div.product form.cart{ margin-top:15px !important;}


.woocommerceright{float:left;}
.woocommerceleft{float:right;}
.woocommercesitefull{ width:100%;}
.woocommerce .panel{ height:auto}
.subtitle{ text-align:center; clear:both;}

/*post nav css*/
.post-nav{ clear:left; margin-top:40px;}
.prev-page, .next-page{ margin:0; padding:0;}
.prev-page a{ float:left;}
.next-page a{ float:right;}
.prev-page a, .next-page a{background-color:#515151; padding:5px 10px; color:#ffffff; font:15px 'Roboto Condensed',san-serif;}
.prev-page a:hover, .next-page a:hover{ color:#ffffff; background-color:#34c6f6;}
.singleright { float:left; }
.singleleft { float:right; }
/*back to top css*/
#top{ position:relative;}
#back-top {	
	position: fixed; 
	bottom: 15px; 
	right: -4px;
	z-index:9;
}
#back-top:hover {opacity: .86;}
#back-top:before {
	content: "\f6fc";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 20px;
	font-size: 32px;
    cursor: pointer;
	background: linear-gradient(258deg, #8fe6ff, #2d64b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #2d64b6;
}
#back-top a {
	width:64px;
	display: block;	
	text-align: center;	
	font: 11px/100% ;
	text-transform: uppercase;	
	text-decoration: none;
	color: #bbb;	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.space{ clear:both;}
.skills-wrap{ width:60%; margin:0 auto; text-align:center;}
#back-top span {
	width:42px;
	height:42px;
	display: block;	
	margin-bottom: 7px;	
/*	background: url(images/up-arrow.png) no-repeat center center; */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;opacity:0.5;
}
.sitefull .fourcol .entry{ width:24%;}
.slider-main{ 
/*	height:100vh; */
/*  margin-bottom: 66px; */
  overflow:hidden; 
  position:relative; 
/*  background:url(https://sanukiudon-inaseya.com/wp-content/uploads/kari_udon.jpg) no-repeat center center #fff;  */
/*  background-size:cover; */
 /* animation: zoomUp 4.5s linear 0s 1 normal both; */
}
/* 100vhは.slider-mainにつけることによって読み込み時ローダーが正常に機能する。 #sliderにはつけないように。キャプションの位置はnivo-slider.cssで調整する必要あり*/

.top_logo_center {
	width:30%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:9;
}

/*
 * .top_logo_center img {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
*/

.b-hours {
  color: #000;
  font-family: 'Shippori Mincho';
  font-size:18px;
  line-height: 1.4;
  width:300px;
  padding:10px;
  background: rgb(231 183 145 / 87%);
	border: 1px solid #fff;
	border-width: thick thin;
  position:absolute;
  bottom:100px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:9;
}

/*bottom fixed menu*/
.bottom-fixed{
    width: 100vw;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    background: #fff;
  }
  .bottom-fixed-con {
    display: flex;
  }
  .b-fixed5 {
 width: 20vw; height: 40px; padding: 15px 0 0; text-align: center; position: relative;
  }
  .b-fixed5 p {font-size:10px;}
  .b-fixed5 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .b-fixed4 {
    width: 25vw; height: 65px; padding: 15px 0; text-align: center;  position: relative;
  }
  .b-fixed4 p {font-size:10px;}
  .b-fixed4 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .b-fixed3 {
    width: 33.3vw; height: 65px; padding: 15px 0; text-align: center;  position: relative;
  }
  .b-fixed3 p {font-size:10px;}
  .b-fixed3 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .b-fixed2 {
    width: 50vw; padding: 15px 0; text-align: center;  position: relative;
  }
  .b-fixed2 p {font-size:10px;}
  .b-fixed2 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

/* SNS */
  .fa-twitter {color: #55acee;}
  .fa-facebook {color: #3B5998;}
  .fa-instagram {
    color:#fff;
    background:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;
    border-radius:20%;
  }

.red {color:#ff0000;}

@keyframes zoomUp {
  0% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1.0);
  }
}

.nivoSlider img,
.nivo-box img {
  animation: zoomUp 1.0s linear 0s 1 normal both;  
  width: 100%;
}
.grecaptcha-badge {visibility:hidden;}

.header, .sitenav ul li:hover > ul {
/*	background: transparent !important; */
}

.teamwrapsection {
    text-align: center;
	 font-family: 'Shippori Mincho' !important;
	margin-bottom: -70px;
}

.ops1 {
	position: absolute;
    width: 52px;
    height: 18px;
    background-color: #dd3333;
    color: #fff;
    left: 4px;
    top: 8px;
    text-align: center;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 12px;
}
.ops2 {
		position: absolute;
    width: 52px;
    height: 18px;
    background-color: #5b75cf;
    color: #fff;
    left: 86px;
    top: 8px;
    text-align: center;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 12px;
}

#voice, #price {
	margin-top: -0px;
	padding-top: 0px;
}
#about, #news, #coupon, #voice, #price {
	margin-top: -60px;
	padding-top: 60px;
}
#cc, #ac {
	margin-top: -70px;
	padding-top: 70px;
}
#service {
	margin-top: -200px;
	padding-top: 200px;
}

.scroll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  letter-spacing: 0.2em;
  font-size: 11px;
}
.scroll span {
  display: block;
}
.fa-chevron-down {
  margin-top: 10px;
  width: 8px;
  height: 18px;
  -webkit-animation: scroll 0.95s ease-in-out alternate infinite;
          animation: scroll 0.95s ease-in-out alternate infinite;
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

.arrow-top {
	position:absolute; top:78%; left:50%; font-size:18px; color:#fff; z-index:99;
}

.fa-solid {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal !important;
}
.slick-track {
	height:240px !important;
	overflow: hidden !important;
	background-size:contain !important;
	background-position: center center !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none !important;
    padding: 20px !important;
    box-shadow: 0 0 8px #ccc !important;
}
.wp-block-group__inner-container {
    margin-bottom: 30px;
}
.wp-block-categories {
    box-shadow: 0 0 8px #ccc !important;
	padding: 20px !important;
}

.table-shadow {
	box-shadow:0 0 8px #ccc;
	padding: 10px;
	border-collapse: collapse;
}
table.table-shadow tr td, table.table-shadow tr th {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

/* 横スクロール　画像 */
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:300px;
  overflow: hidden;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:600px;
	list-style: none;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

label { display: block;}
ul.col2 {margin:0;}
ul.col2 li {width:49%; margin-right:1.6%; display:inline-block; vertical-align:top;}
ul.col2 li:nth-child(even) {width:49%;display:inline-block; margin:0;}
ul.col2 li:nth-child(even):after {
	content: "";
	display:block;
	clear:both;
}
.section-img {
	background-repeat:no-repeat; background-position: center center; background-attachment:fixed; background-size:cover;
}

.tsunagu-wrap {
  max-width:605px; height: auto; margin:0 auto; position: relative;
}
.tsunagu-txt {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 600;
  padding: 8px;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, .72);
}

#whoweareasection {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 100% 30px, 100% 20px;
  background-repeat: repeat-y;
}

ul.sitemap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 4vw, 16px);
    max-width: 1200px;
    margin: 0 auto;
}
ul.sitemap li {
  width: 84%;
  font-size: 1rem;
  list-style: none;
  padding: 12px 14px 12px 33px;
  border-bottom: 1px dashed #fff !important;
  position: relative;
  display: block !important;
  text-align: left;
}
ul.sitemap li:nth-child(odd) {
  margin-right: 19px;
}
ul.sitemap li:before {
	content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: rotate(270deg);
	color: #070096;
	position: absolute;
	left: 13px;
	top: 8px;
	width:22px;
	height:22px;
}
ul.sitemap li a {
  color: #000 !important;
  text-decoration: none;
}
.footer-2col span a {
  color: #fff !important;
  text-decoration: none;
}

.sitemap-title {
	width: 90%;
	font-size:24px;
	font-weight: 600;
	position:relative;
	color:#070096 !important;
	text-align:left; 
	border-bottom:4px solid #070096;
	padding-bottom: 11px; 
	padding-left:45px; 
	margin-bottom:10px;
    }
.sitemap-title::before {
    content: '\f0e8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 0px;
	width:33px;
	height:33px;
}
.footer-2col img {
  width: 250px;
  margin-bottom: 10px;
}
.footer-2col a {
	border-radius: 20px;
	padding: 6px 18px;
	background: #070096;
	color: #fff !important;
	text-decoration: none;
	margin-right: 12px;
  display: inline;
}

.footer-2col img {
  width: 250px;
}
.footer-2col {
	float:left; width:30%; margin-right:14px; padding:8px; text-align:left;
}
.footer-2col-2 {
	float:left; width:60%; margin-right:14px; padding:8px;
}
.sitemap-2col {
	width: 97%; float:left; margin-right:16px;
}
.sitemap-2col-2 {
	float:left; width:46%; padding:8px;
}
.footer-2col span {
color: #fff;
    font-size: .8rem;
    padding: 7px 15px;
    margin-right: 6px;
    margin-left: 8px;
    border-radius: 20px;
    background: #645601;
    }
.footer-2col span a {
    color: #fff;
}
.com-caption {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 8px;
 }
 .service-wrapper {
  max-width:980px; 
  margin: 0 auto 30px; 
  padding:8px; 
  font-size:1rem;
 }
 .service-title {
  color: #fff; 
  font-size: 2rem; 
  max-width:1000px; 
  padding:8px; 
  font-weight:600; 
  text-align:center; 
  margin:0 auto; 
  background: #060079; 
  border-radius: 50px;
 }
 .service-txt {
  font-size:1.1rem; 
  margin: 16px 0; 
  line-height: 1.8;
 }

 #nayami, #service, #pro, #custom, #flow, #qa {
  margin-top: -200px;
  padding-top: 200px;
 } 

 .subtitle-pages {
  text-align:center; font-family: 'Shippori Mincho'; color: #060079; font-size: 1rem;
 }

.fixed-mail {
    position: fixed;
    top: 20%;
    right: 15px;
    width: 23px;
    height: 245px !important;
    letter-spacing: .3em;
    background: linear-gradient(258deg, #8fe6ff, #2d64b6);
    writing-mode: vertical-rl;
    z-index: 9;
    text-align: center;
    padding: 23px 18px;
    color: #ffffff;
    font-size: 1.2rem;
    outline-offset: -7px;
    outline: 1px double #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
    transform: translateY(20px);
}
.fixed-mail.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.fixed-mail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
table.company th {
	width: 20%;
	color: #000 !important;
	font-size:1rem !important;
	text-align:center !important;
	padding:16px !important;
	border-bottom: 2px solid #070096 !important;
}
table.company td {
	font-size:1rem !important;
	padding:16px !important;
}
.fixed-image .content-pro div {
  font-size: 1.1rem;
  color: #060079;
  width: calc(49% - 20px);
  margin-left: 50%;
  margin-bottom: 16px;
  padding: 12px 8px;
  font-weight: 600;
  background: linear-gradient(258deg, #8fe6ff, #a4c4f4);
}

.ticker-control {
	display: none !important;
}
.topic-margin {
	margin: -138px auto -137px;
}
.hide-br-tags br {
  display: none !important;
}