/*
Theme Name: CUBIC
Description: CUBIC Template
Author: 管理人
*/


.in{
    /*width: 1200px;*/
    padding: 0 50px;
}
.inw{
    max-width:1600px;
    padding: 0 50px;
}
.inmin,
.site-content,
.two-column{
	max-width:1200px;
	padding: 0 50px;
}
.mob{
    display: none;
}

/*----------------------------------------------*/
/*ヘッダー-----------------------*/
header{
	position:fixed;
	top: 20px;
}
.hed_icon{
    width: 100px;
}
.hed_nav{
    margin-left: 50px;
	font-size: 14px;
	-webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
	
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.hed_navmain .menu{
    display: -webkit-flex;
    display: flex;
    /*gap:10px;*/
	background-color: #fff;
	border-radius: 5px;
}
.hed_navsab > ul{
    -webkit-align-items: center;
    align-items: center;
}
.hed_navmain .sub-menu{
    position: absolute;
    left: 0;
    top: 40px;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px, rgba(0, 0, 0, 0.08) 4px 8px 24px 6px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.hed_navmain .active > .sub-menu{
    opacity: 1;
    top: 55px;
    visibility: visible;
}
.hed_navmain .sub-menu a{
    white-space: nowrap;
    padding: 1em;
    width: 100%;
}
.hed_navmain .sub-menu:has(.sub-menu) a{
    padding-right: 2em;
}
.hed_navmain .sub-menu:has(.sub-menu) a::before{
    transform: translateY(-25%) rotate(45deg);
} 
.hed_navmain .sub-menu .sub-menu{
    min-width: 100%;
    left: auto;
    right: -95%;
    top: 0;
}
.hed_navmain .sub-menu li.active .sub-menu{
    right: -103%;
}
.hed_navsab a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    gap: 0 0.5em;
	background-color: #333;
	color: #fff;
	border-radius:4px;
	height: 100%;
	padding: 0.3em 1em;
	min-height: 33px;
}
header.is-fixed{
	padding-top:10px;
}
header.is-fixed .hed_nav{
	-webkit-flex-direction: initial;
flex-direction: initial;
}
header.is-fixed .hed_navsab a{
	padding: 0.5em 1em;
    min-height: 48px;
	border-radius:4px;
	
    -webkit-flex-direction: column;
    flex-direction: column;
}
.hed_navsab p{
	line-height:1;
}
.hed_navsab .hed_user_name p{
    font-size: 12px;
}
header.is-fixed .hed_user_name{
	display:none;
}

/*フッター-----------------------------------*/
.foot_contentbotn a{
	position:relative;
}
.foot_contentbotn a::before {
    
    background-color: #fff;
}
.foot_contentbotn a:hover{
	color:#93bcd9;
}
.foot_widgetbox,
.foot_end{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.foot_widgetbox #foot_widget,
.foot_end .foot_endr{
	order:2;
}
.foot_widgetbox .calendar-widget,
.foot_end .foot_endl{
	order:1;
}
.footer-widget .menu > li + li,
.menu-foot-menu-container{
	margin-top:1.2em;
}
#foot_widget a:hover{
	color:#93bcd9;
}
.foot_endr .hcurtains::before{
	background-color:#93bcd9;
}
.foot_endr a:hover{
	color:#fff;
}
.foot_endl{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/*フッター営業日カレンダー*/
.ucart_widget_body li .calendar_toot{
    width: 100%;
}

/*----ホーム------------------------------*/

/*----ホーム共通矢印------------------------------*/

.listarrow i::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #93bcd9;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
}
a:hover .listarrow i{
	color:#fff;
}
.listarrow i::before{
	position:relative;
	z-index:1;
}
a:hover .listarrow i::after {
	width:100%;
	height:100%;
}


/*ボタン*/

.link_button .link_text:hover{
	color:#93bcd9;
}
/*----ホーム共通横から出てくる------------------------------*/

.hcurtains{
	position:relative;
}

.hcurtains > div{
	position: relative;
    z-index: 1;
}
.hcurtains::before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.79,.17,.15,.96);
    width: 100%;
    z-index: 1;
}
.hcurtains:hover::before{
	 transform:scaleX(1);
	transform-origin: left center;
	transition: transform .3s cubic-bezier(.79,.17,.15,.96)
}

/*----ホーム------------------------------*/

.home01{
	
}



/*ホームメインビジュアル*/

.mv_imgbox{
	margin-top: 150px;
	
}
.mv_imgbox .slideurl_text{
    min-height: 600px;
    -webkit-justify-content: center;
    justify-content: center;
}
.mv_imgbox ul li:nth-child(1) .slideurl_content{
    padding: 40px 80px;
}
.mv_imgbox ul li:nth-child(1) .slideurl_text{
    width: 50%;
}
.mv_imgbox ul li + li .slideurl_text{
    min-height: 520px;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    text-align: center;
}
.mv_imgbox a:hover .slide_img{
	transform: scale(1.05);
}
.splide__arrows button{
	position: absolute;
	width: 3em;
	height: 3em;
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: #f5f5f5;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
	transition: 0.5s;
	transform: translate(0, 30px);
	opacity: 0;
}
.mv_imgbox:hover .splide__arrows button,
#img-box:hover .splide__arrows button {
	transform: translate(0, 0);
	opacity: 1;
}
.splide__arrows button.splide__arrow--prev{
	left: -3.5em;
}
.splide__arrows button.splide__arrow--next{
	right:-3.5em;
}


/*ホーム商品一覧*/
.home01_buttonbox,
.home_newslist{
	
}
.home01_buttonbox{
    margin-top: 40px;
}
.home01_buttonbox ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 265px), 1fr));
    grid-gap: 1rem;
}
.home01_buttonbox ul li + li{
    margin-top: 0;
}
.home01_itembox{
    padding: 0 30px 0 20px;
}
#home01item_link ul li{
	
}

#home01item_link.home01_item.open ul li{
    opacity: 1;
    transform: translate(0);
}
#home01item_link ul li a:hover::after {
	transform:scaleX(1);
	transform-origin: left center
}


/*ホームお知らせ一覧*/

.home_newslist{
	position:relative;
	margin-top: 50px;
	padding-top: 50px;
}
.home_newslist::before{
	content: "";
	display: block;
	left: 0;
	top: 0;
	height: 8px;
	position: absolute;
	width: 100%;
	background: radial-gradient(circle farthest-side, #92bcd9, #92bcd9 22%, transparent 22%, transparent);
	background-size: 8px 10px;
}
.home_newslist{
	display: grid;
   gap: 27px 10px;
}
.home01 .newslist{
	grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
}
.home01 .link_button{
	grid-column-start: 2;
    grid-row-start: 1;
}
.home_newslist .home_taitl h3{
	font-size:29px;
}
.home_newslist .home_taitl{
	 display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	flex-wrap: wrap;
	gap: 6px 20px;
	margin-bottom:0;
}
.home_newslist .link_button{
	margin-top:0;
	text-align:right;
}
.home_newslist .home_newshed{
	margin-bottom:0;
}

.home_newslist .splide__arrows{
	display:none;
}

/*ホーム------------------------*/
.home02 .inmin{
	display: grid;
    gap: 50px 10px;
}
.home02 .home_contenthed{
	
}

.home02_list li + li{
	margin-top:10px;
}
.home02_list a{
	padding: 40px 70px;
}
.home02 .home02_list{
	grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
}
.home02 .link_button{
	grid-column-start: 2;
    grid-row-start: 1;
	text-align: right;
}
.home02_list a{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
}
.home02_list .listimg{
	width: 27%;
}
.home02_list .home02_listtextbox{
	width: 69%;
}





/*ホームご利用案内-----------------*/
.home03 .inmin{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
/**/
.home04 .inmin{
	display: grid;
    gap: 50px 10px;
}

.home04 .home04_list{
	grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
}
.home04 .link_button{
	grid-column-start: 2;
    grid-row-start: 1;
	text-align: right;
}

.home04_list ul a{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
}
.home04_list ul a .home04img{
	width: 30%;
	order: 4;
	margin-top: -80px;
    margin-left: auto;
}
.home04_list ul a .list_cats{
	order: 5;
}
.home04_list ul a .list_time{
	order: 1;
}
.home04_list ul a h4{
	order: 2;
	width: calc(70% - 100px);
}
.home04_listtext{
	order: 3;
	width: 68%;
}
.home04_list .list_tags{
	order: 5;
	padding-left: 20px;
	position: relative;
}
.home04_list .list_tags::before{
	background: radial-gradient(circle farthest-side, #92bcd9, #92bcd9 22%, transparent 22%, transparent);
    background-size: 10px 8px;
    content: "";
    display: block;
    height: 24px;
    left: -0;
    position: absolute;
    top: 0;
    width: 8px;
}
.list_time > div{
    flex-direction: column;
    line-height: 24px;
    height: 70px;
    width: 70px;
}
.home04_list .listarrow{
	position: absolute;
	right: 0;
	bottom: 10px;
}

/*下層ページ---------------------------*/

/*下層ページヘッダー*/
.content_hedwrapper{
	padding: 10px 30px 0;
}
.content_hed{
	border-radius: 10px;
	padding: 120px 0 30px;
}

/*お知らせ、実績詳細*/
.single_wrapper .inmin{
	padding: 0 10%;
}
.single_wrapper .basebox{
	padding:0 5%;
}
.content_nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 12%;
}
.navleft {
    grid-column-start: 1;
    grid-row-start: 1;
}  
.navright {
    grid-column-start: 2;
    grid-row-start: 1;
}
.content_nav .content_navimg{
	width:40%;
}
.content_navtaitl{
	width: 40%;
}
.navleft .content_nav_arrow{
	-webkit-order: -1;
    order: -1;
}
/*--商品-----------------*/
/*--商品一覧--------*/

.cathed_img:hover .splide__arrows button{
    opacity: 1;
    transform: translate(0, 0);
}

/*検索フォーム*/

.hed_searchfom form table{
    width: 100%;
}
.hed_searchfom form table tr + tr{
    
}
.hed_searchfom form table th,
.hed_searchfom form table td{
    padding: 10px;
}
.hed_searchfom form table th{
    width: 6em;
}

/*--商品詳細--------*/
.form_eyecatch > img {
    grid-row: 1 / 3;
    grid-column: 1;
    padding-right: 1em;
}

/*自分でデザインする-----------------------*/
.mitumori_table .mitumori_tbody dl{
	-webkit-flex-grow: 1;
   flex-grow: 1;
}
.mitumori_table .mitumori_tbody dl + dl{
   border-left: 1px solid #93bcd9;
}
.mitumori_table dt,
.mitumori_table dd{
   padding: 0.5em;
}

/*データ作成用テンプレート-------*/
.download_box table th,
.download_box table td{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}
.download_box table th{
    background-color: #92bcd9;
}
.download_box table thead{
    
}

/*ウェルカート---------------------*/

/*マイページ*/
#memberpages #memberinfo li + li{
    margin-top: 10px;
}
.member_submenu li a{
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    font-weight: 600;
    text-decoration: none;
}
.member_submenu li.edit_member a{
    background-color: #93bcd9;
    color: #fff;
}
.member_submenu li:nth-child(2) a{
    background-color: #ffba71;
    color: #fff;
}
.member_submenu li.logout_member a{
    color: #999;
}
/*会員登録、会員情報編集ページ*/
#memberedit th,
#newmember th{
    width: 18em;
}
