@charset "UTF-8";
/*
Theme Name: dentaro-plus
Theme URI: /wp-content/themes/dentaro-plus
Description: 株式会社小田川トーヨー住器のサイトです
Author: yamada
Author URI:
Version: 1.0

1.  parts settings - header -
2.  parts settings - keyv -
3.  parts settings - あいさつなど -
4.  parts settings - 特徴など -
5.  parts settings - メニューなど -
6.  parts settings - 投稿出力 -
7.  parts settings - footer -

*/

/*==================================================================
	parts settings - header -
===================================================================*/
/* 　シンプルパッケージVer.
-------------------------------------------------------------------*/
header.haeder_simple .uk-grid{
	height:60px;
}
header.haeder_simple .nav_bar{
	background:#F7F7F7;
	height:60px;
}
header.haeder_simple .nav_bar .uk-container{
	display:flex;
	align-items: center;
}
header.haeder_simple nav{
	width:100%;
}
header.haeder_simple .nav_items > li > a,
header.haeder_simple .nav_items > li > span.nolink{
	padding:22px 10px;
}
header.haeder_simple .nav_items > li {
	width:20%;
}
header.haeder_simple .nav_items > li:before {
	background:rgba(54,124,178,0.4);
}
header.haeder_simple .nav_items > li:last-child:after {
	background:rgba(54,124,178,0.4);
}
header.haeder_simple .head_btn{
	background:#367CB2;
	border-radius:30px;
	display:inline-block;
	padding:8px 50px;
}
header.haeder_simple .head_btn:hover{
	background:#1F5F90;
}
header.haeder_simple #nav ul li ul li a{
	color: #444;
	text-align:center;
}


/* 　ヴィジュアルパッケージVer.
-------------------------------------------------------------------*/
header.haeder_visual{
	position:absolute;
	top:0;
	left:0;
	height:120px;
}
header.haeder_visual .uk-grid{
	height:120px;
}
header.haeder_visual.fixed {
	position: fixed;
	background:rgba(103,103,103,0.8);
	height:80px;
}
header.haeder_visual.fixed .uk-grid{
	height:80px;
}
header.haeder_visual .logo{
	padding:0 30px;
}
header.haeder_visual #nav{
	display:inline-block;
	width:65%;
	margin-right:30px;
}
header.haeder_visual .nav_items > li > a,
header.haeder_visual .nav_items > li > span.nolink{
	padding:22px 10px;
	color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header.haeder_visual .nav_items > li {
	width:25%;
}
header.haeder_visual .nav_items > li:before {
	background:#fff;
}
header.haeder_visual .nav_items > li:last-child:after {
	background:#fff;
}
header.haeder_visual .head_btn{
	position:fixed;
	right:0;
	top:225px;
	background-color:rgba(208,35,35,0.9);
	font-size:18px;
	padding:30px 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
}
header.haeder_visual .head_btn:hover{
	background-color:rgba(172,32,32,0.9);
}
header.haeder_visual .head_btn span{
	display:block;
	color:#fff;
	font-size:16px;
}
header.haeder_visual .head_tel,
header.haeder_visual .head_tel span {
	color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align:middle;
}

/* 　メディアパッケージVer.
-------------------------------------------------------------------*/
header.haeder_media,
header.haeder_media .uk-grid{
	height:120px;
}
header.haeder_media .logo{
	padding:0 30px;
}
header.haeder_media .nav_items{
	margin:0 30px 0 0;
}
header.haeder_media .nav_items > li {
	width:20%;
	height:40px;
	margin:10px 0 15px; 
}
header.haeder_media .nav_items > li > a,
header.haeder_media .nav_items > li > span.nolink{
	padding:12px 10px;
	color:#555;
	font-weight:normal;
}
header.haeder_media .nav_items > li:before,
header.haeder_media .nav_items > li:after{
	top: 0;
}
header.haeder_media #nav li.has-child div {
	top: 40px;
}
header.haeder_media .head_tel{
	vertical-align:middle;
	color:#444;
	font-weight:normal;
}
header.haeder_media .head_tel span {
	color:#707070;
	vertical-align:middle;
}
header.haeder_media .head_btn {
	background: #FABE02;
	padding: 10px 50px;
	font-weight: normal;
	border-radius:30px;
}
header.haeder_media .head_btn:hover {
	background: #DBA601;
}
header.haeder_media .head_contact{
	margin:15px 30px 10px 0;
}
header.haeder_media #nav ul li ul li a{
	font-weight: normal;
}


/*==================================================================
	parts settings - keyv -
===================================================================*/
/* 　シンプルパッケージVer.
-------------------------------------------------------------------*/
.top_simple .keyv {
	position:relative;
	margin:0;
	height:calc(100vh - 120px);
}
.top_simple .uk-slideshow-items{
	min-height:initial!important;
	height:calc(100vh - 120px);
}
.top_simple .uk-slideshow-items li{
	margin:0;
}
.top_simple .keyv_txt{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:2;
	background:url(../img/keyvtxt_bg.png) no-repeat center center/contain;
	padding:100px 200px;
	font-size:46px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.3em;
	color:#367CB2;
	margin:0;
	width:100%;
}


/* 　ヴィジュアルパッケージVer.
-------------------------------------------------------------------*/
.top_visual .keyv {
	position:relative;
	margin:0;
	height:100vh;
}
.top_visual .keyv:after{
	content:"";
	background:rgba(103,103,103,0.4);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.top_visual .uk-slideshow-items{
	min-height:initial!important;
	height:100vh;
}
.top_visual .uk-slideshow-items li{
	margin:0;
}
.top_visual .keyv_txt{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:2;
	font-size:50px;
	text-align:center;
	letter-spacing:0.2em;
	color:#fff;
	margin:0;
	width:100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.top_visual .keyv_txt span{
	display:block;
	font-size:40px;
	text-align:center;
	letter-spacing:0.1em;
	color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}



/* 　メディアパッケージVer.
-------------------------------------------------------------------*/
.top_media .keyv {
	position:relative;
	margin:0;
	height:calc(100vh - 120px);
}
.top_media .uk-slideshow-items{
	min-height:initial!important;
	height:calc(100vh - 180px);
	margin-left:25%;
}
.top_media .uk-slideshow-items li{
	margin:0;
	border-radius:20px 0 0 20px;
}
.top_media .top_news{
	position:absolute;
	bottom:0;
	left:0;
	background:#fff;
	border-radius:0 20px 20px 0;
	padding:40px 60px 0;
	width:45%;
}
.top_media .top_news h2{
	font-size:24px;
	letter-spacing:0.1em;
	position:relative;
	padding-left:15px;
	margin:0;
}
.top_media .top_news h2 a{
	position:absolute;
	top:30%;
	right:0;
	font-size:16px;
	letter-spacing:0.02em;
	text-decoration:none;
	color:#555;
	background:url(../img/more3.svg) no-repeat left center;
	padding-left:20px;
}
.top_media .top_news h2 a:hover{
	color:#FABE31;
}
.top_media .i-cat {
	color: #fff;
	background: #FABE31;
	padding: 5px 20px;
	margin: 0 30px 0 0;
	font-weight: 400;
	border-radius:30px;
}
.top_media .line-list li h4 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	line-height: 160%;
	width: calc(100% - 250px);
	font-size:16px;
}

/*==================================================================
	parts settings - あいさつなど -
===================================================================*/
/* 01
-------------------------------------------------------------------*/
.about_img01{
	background:url(../img/image.jpg) no-repeat center center/cover;
	height:100%;
}


/* 02
-------------------------------------------------------------------*/
.about_img02_1{
	background:url(../img/image.jpg) no-repeat center center/cover;
	height:257px;
}
.about_img02_2{
	background:url(../img/image.jpg) no-repeat center center/cover;
	height:257px;
}
.about_img02_3{
	background:url(../img/image.jpg) no-repeat center center/cover;
	height:257px;
}


/* 03
-------------------------------------------------------------------*/
.about_img03{
	background:url(../img/image.jpg) no-repeat center center/cover;
	height:100%;
}


/* 04
-------------------------------------------------------------------*/
.about_img04{
	background:url(../img/image.jpg) no-repeat center center/cover;
	height:380px;
	width:60%;
}
.about_txt{
	writing-mode: vertical-rl;
	max-height:30em;
	margin:-10em 0 0 auto;
}
.about_txt h3{
	margin-left:60px;
}
.about_txt p{
	margin-left:30px;
}



/*==================================================================
	parts settings - 特徴など -
===================================================================*/
/* 01
-------------------------------------------------------------------*/
.point_box01 h3{
	text-align:center;
	font-size:20px;
	margin:40px 0 30px;
	font-weight:600;
}
.point_img01_1,
.point_img01_2,
.point_img01_3{
	height:273px;
}
.point_img01_1{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img01_2{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img01_3{
	background:url(../img/image.jpg) no-repeat center center/cover;
}


/* 02
-------------------------------------------------------------------*/
.point_box02 .uk-grid{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.point_box02-2 .uk-grid{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.point_box02{
	margin:0 0 180px;
	position:relative;
}
.uk-grid>*>:last-child.point_txt02{
	background:#fff;
	margin:180px 0 -80px;
	padding:70px;
}
.point_txt02 h3{
	font-size:24px;
	margin:0 0 30px ;
	font-weight:600;
	line-height:180%;
}
.point_img02_1,
.point_img02_2,
.point_img02_3{
	width:60%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.point_img02_1{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img02_2{
	background:url(../img/image.jpg) no-repeat center center/cover;
	left:auto;
	right:0;
}
.point_img02_3{
	background:url(../img/image.jpg) no-repeat center center/cover;
}

/* 03
-------------------------------------------------------------------*/
.Toppoint03 li{
	margin:0;
}
.point_box03{
	width:600px;
	background:#f6f6f6;
	margin:10px 35px;
	position:relative;
}
.point_img03{
	height:278px;
	width:100%;
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img03-2{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img03-3{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img03-4{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_txt03{
	padding:60px;
}
.point_txt03 h3{
	color:#444;
	font-weight:600;
	text-align:center;
	font-size:24px;
	margin: 0 0 30px 0;
	letter-spacing:0.1em;
}
.uk-slidenav-previous svg,
.uk-slidenav-next svg{
	display:none;
}
.uk-slidenav-previous {
	background:url(../img/arrow_left.svg) no-repeat center center/cover;
	width:60px;
	height:60px;
	left:100px;
}
.uk-slidenav-next {
	background:url(../img/arrow_right.svg) no-repeat center center/cover;
	width:60px;
	height:60px;
	right:100px;
}



/* 04
-------------------------------------------------------------------*/
.point_box04{
	position:relative;
}
.point_txt04{
	padding:35px 35px 60px;
}
.point_txt04 h3{
	font-size:22px;
	font-weight:600;
	text-align:center;
}
.point_txt04 p.more{
	position:absolute;
	bottom:0;
	left:35px;
	width:calc(100% - 70px);
}
.point_txt04 p.more a{
	display:block;
	min-width:initial;
}
.point_box04 .no{
	position:absolute;
	top:-10px;
	left:15px;
}
.point_box04 .no p{
	color:#fff;
	font-size:15px;
	display: inline-block;
	position: relative;
	padding: 15px 7px;
	background: #aaa;
	line-height:100%;
}
.point_box04 .no p:before {
  position: absolute;
  content: '';
  top: 0;
  left:-5px;
  border: none;
  border-top: solid 10px transparent;
  border-right: solid 5px #777;
}
.point_img04_1,
.point_img04_2,
.point_img04_3,
.point_img04_4{
	height:273px;
}
.point_img04_1{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img04_2{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img04_3{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.point_img04_4{
	background:url(../img/image.jpg) no-repeat center center/cover;
}



/*==================================================================
	parts settings - メニューなど -
===================================================================*/
/* 01
-------------------------------------------------------------------*/
.Topmenu01 .uk-grid{
	-webkit-justify-content: center;
	justify-content: center;
}
.menu_box01{
	display:block;
	height:180px;
	position:relative;
	overflow: hidden;
}
.menu_box01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu_box01:hover:after {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.uk-grid>*>:last-child.menu_box01{
	margin:0 0 40px;
}
.menu_box01 h3{
	position:absolute;
	bottom:0;
	left:0;
	width:calc(100% - 30px);
	padding:15px 15px;
	background:rgba(255,255,255,0.8);
	font-size:18px;
	text-decoration:none;
	margin:0;
	font-weight:600;
	text-align:center;
	z-index:2;
	letter-spacing:0.1em;
}
.menu_img01_1:after{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img01_2:after{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img01_3:after{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img01_4:after{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img01_5:after{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img01_6:after{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img01_7:after{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img01_8:after{
	background:url(../img/image.jpg) no-repeat center center/cover;
}

/* 02
-------------------------------------------------------------------*/
.Topmenu02 .uk-grid{
	-webkit-justify-content: center;
	justify-content: center;
}
.Topmenu02 p.more{
	margin-top:0;
}
.menu_box02 {
	display:block;
	text-decoration:none;
}
.uk-grid>*>:last-child.menu_box02 {
	margin:0 0 60px 0;
}
.menu_box02 h3{
	font-size:20px;
	text-align:center;
	margin:25px 0 0 0;
}
.menu_img02{
	display:block;
	overflow: hidden;
	border-radius:100px;
	height:200px;
	width:200px;
	margin:0 auto;
	transition-duration: 0.3s;
}
.menu_img02_1,
.menu_img02_2,
.menu_img02_3,
.menu_img02_4,
.menu_img02_5,
.menu_img02_6,
.menu_img02_7,
.menu_img02_8,
.menu_img02_9{
	transition-duration: 0.3s;
	overflow:hidden;
	height:200px;
	width:200px;
}
.menu_img02_1{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img02_2{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img02_3{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img02_4{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img02_5{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img02_6{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img02_7{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img02_8{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img02_9{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.Topmenu02 a:hover .menu_img02_1,
.Topmenu02 a:hover .menu_img02_2,
.Topmenu02 a:hover .menu_img02_3,
.Topmenu02 a:hover .menu_img02_4,
.Topmenu02 a:hover .menu_img02_5,
.Topmenu02 a:hover .menu_img02_6,
.Topmenu02 a:hover .menu_img02_7,
.Topmenu02 a:hover .menu_img02_8,
.Topmenu02 a:hover .menu_img02_9{
	transform: scale(1.1);
	transition-duration: 0.3s;
}


/* 03
-------------------------------------------------------------------*/
.Topmenu03 .uk-grid{
	-webkit-justify-content: center;
	justify-content: center;
}
.Topmenu03 .uk-grid >*> a{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background:#eee;
	text-decoration:none;
	text-align:center;
	padding:15px 10px;
	margin:0 0 40px;
	min-height:95px;
}
.Topmenu03 .uk-grid >*> a:hover{
	background:#ccc;
}
.Topmenu03 a h3{
	font-size:18px;
	margin:0;
}
.Topmenu03 p.more{
	margin-top:20px;
}


/* 04
-------------------------------------------------------------------*/
.menu_box04{
	display:block;
	background:#F8F8F8;
	text-decoration:none;
	margin:0 0 40px;
}
.menu_box04:hover{
	background:#eee;
}
.menu_box04:hover p:last-child{
	color:red;
}
.menu_txt04{
	padding:40px 60px 30px;
}
.menu_txt04 h3{
	font-size:22px;
	margin:0 0 30px;
	font-weight:600;
}
.menu_txt04 p:last-child{
	text-align:right;
	margin:0;
	font-size:20px;
}
.menu_img04 {
	overflow:hidden;
	height:100%;
	width:100%;
	transition-duration: 0.3s;
}
.menu_img04_1,
.menu_img04_2,
.menu_img04_3,
.menu_img04_4{
	transition-duration: 0.3s;
	overflow:hidden;
	width:100%;
	height:100%;
}
.menu_img04_1{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img04_2{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img04_3{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.menu_img04_4{
	background:url(../img/image.jpg) no-repeat center center/cover;
}
.Topmenu04 a:hover .menu_img04_1,
.Topmenu04 a:hover .menu_img04_2,
.Topmenu04 a:hover .menu_img04_3,
.Topmenu04 a:hover .menu_img04_4{
	transform: scale(1.1);
	transition-duration: 0.3s;
}


/*==================================================================
	parts settings - 投稿出力 -
===================================================================*/
/* 01
-------------------------------------------------------------------*/

.Topnews01 ul li a{
	display:block;
	text-decoration:none;
}
.Topnews01 ul li a:hover {
	background:#fff;
}
.Topnews01 .uk-grid>*>a:last-child  {
	margin:0 0 40px;
}
.Topnews01 a > .uk-grid{
	height:100%;
}
.news_box01{
	padding:15px 30px 25px ;
}
.news_box01 h3{
	font-size:16px;	
	margin:15px 0 0 0;
}
.news_box01 .i-cat{
	margin:0;
}
.Topnews01 p.more{
	margin-top:20px;
}


/* 02
-------------------------------------------------------------------*/
.Topnews02{
	background:#f7f7f7;
	padding:120px 0;
}
.Topnews02 .line-list{
	max-width:1000px;
	margin:0 auto;
}
.Topnews02 .line-list li h3 {
	width: calc(100% - 250px);
}
.Topnews02 .line-list a {
	padding: 25px 20px;
}

/* 03
-------------------------------------------------------------------*/
.Topnews03 h3{
	text-align:center;
	font-size:24px;
	font-weight:600;
}
.Topnews03 .line-list li h4 {
	width: calc(100% - 110px);
	display:inline-block;
	font-size:16px;
	margin: 0 ;
	vertical-align: middle;
	line-height:160%;
	transition:0.4s;
}
.Topnews03 .line-list li a:hover h4{
	text-decoration:underline;
	transition:0.4s;
}


/* 04
-------------------------------------------------------------------*/
.Topnews04 .uk-grid >*{
	margin:0 0 60px;
}
.Topnews04 p.more{
	margin:0;
}
.Topnews04 .news_img{
	height:223px;
}
.Topnews04 .box-list a{
	display:block;
	text-decoration:none;
}
.news_box04{
	padding:15px;
}
.news_box04 h3{
	font-size:16px;
	margin:15px 0 0 0;
}
.Topnews04 .i-cat{
	margin:0;
}


/* 05
-------------------------------------------------------------------*/
.Topnews05 #js-tabContent{
	padding:60px ;
}
.Topnews05 .i-cat{
	background:#fff;
}

/*==================================================================
	parts settings - footer -
===================================================================*/
/* mainslide(imgslide)
------------------------------------------------------------------*/
.mainslide{
	background:url(../img/mainslide.png) repeat-x ;
	height:242px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* 　footer_contact
-------------------------------------------------------------------*/
.footer_contact{
	background:url(../img/image.jpg) no-repeat center center/cover;
	padding:100px 0 160px 0;
	position:relative;
}
.footer_contact:before{
	content:"";
	background:rgba(90,90,90,0.3);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
}
.footer_contact p.more a{
	font-size:26px;
	background-color:rgba(255,255,255,0.8);
	padding:25px 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height:100px;
	line-height:140%;
}



/* 　parallax
-------------------------------------------------------------------*/
.parallax{
	background:url(../img/image.jpg) no-repeat fixed center center/cover;
	height:440px;
	width:100%;
}



/* 　CV03
-------------------------------------------------------------------*/
.cv .dllist dt, .cv .dllist dd {
	margin: 0 0 50px;
}


/* 　footer01
-------------------------------------------------------------------*/
.footer01{
	background:none;
}
.footer01 .footer_sign{
	position:static;
	text-align:right;
	margin:60px 0 0 0;
}


/* 　footer02
-------------------------------------------------------------------*/
.footer02{
	padding-bottom:0;
}
.footer02 p{
	font-weight:600;
}
.footer02 .footer_sign{
	position:static;
	background:#eee;
	padding:15px;
	margin:80px 0 0 0;
}
.footer02 .footer_sign p{
	font-weight:normal;
	text-align:center;
}
.footer02 .footer_sitemap .uk-grid > *:last-child .footer_sitemap2{
	float:left;
	width:50%;
}


/* 　footer03
-------------------------------------------------------------------*/
.footer03{
	background:#fff;
}
.footer03 .footer_sign{
	position:static;
	text-align:center;
	margin:80px 0 0 0;
}
.footer03 .footer_sitemap{
	margin:60px 0 0 0;
}
.footer03 .footer_sitemap li{
	display:inline-block;
	margin:0 20px;
}
.footer03 .footer_sitemap li a{
	font-size:16px;
}



