@charset "utf-8";
/* CSS Document */

/* FIRST BANK OF TOYAMA
-----------------------------------------------------*/

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: top;
	height: auto;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	vertical-align: baseline;
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.2;
	font-family: Arial,Roboto,'Droid Sans',YuGothic,'Meiryo UI','Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
	color: #434343;
	-webkit-text-size-adjust: 100%;
}

/* ==============================================
    link
============================================== */
a,
a:visited,
a:active {
	color: #434343;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img:hover,
form input[type="submit"]:hover,
#orderBtn a:hover,
#pagetop:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* ==============================================
    container
============================================== */
#container {
	position: relative;
	border-top: 5px solid #00a650;
}

/* ==============================================
    
============================================== */
#header,
#headerMenu,
#contents {
	zoom: 1;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#header:after,
#contents:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

.sp,
.sp2 {
	display: none;
}

/* ==============================================
    header / headerMenu
============================================== */
#header a,
#headerMenu a {
	text-decoration: none;
}
#header #siteid img,
#header #siteid span,
#headerMenu > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* ==============================================
    header
============================================== */
#header {
	margin-bottom: 35px;
}
#header #siteid {
	display: block;
	margin-top: 14px;
	font-family: Meiryo,sans-serif;
}
#header #siteid img,
#header #siteid span {
	vertical-align: middle;
}
#header #siteid span {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 17px;
}

/* ==============================================
    headerMenu
============================================== */
#headerMenu {
	margin-bottom: 20px;
	text-align: center;
}
#headerMenu li {
	list-style: none;
	font-size: 17px;
}
#headerMenu li a,
#headerMenu > li {
	width: 235px;
}
#headerMenu li a {
	display: block;
}
#headerMenu > li span,
#headerMenu li#hm_entry a {
	/*padding: 22px 0 18px;*/
	display: block;
	padding: 12px 0 44px;
}
#headerMenu > li {
	position: relative;
	vertical-align: top;
	border-right: 1px solid #d5d5d5;
}
#headerMenu > li:first-child {
	border-left: 1px solid #d5d5d5;
}
#headerMenu li#hm_entry {
	font-weight: bold;
	padding: 0;
}
#headerMenu > li a:hover {
	background-color: #ceebd9;
}
#headerMenu li.menuBtn {
	cursor: pointer;
}

#headerMenu li.menuBtn {
	background-image: url("image/menu_detail1_pc.png");
	background-repeat:  no-repeat;
	background-position: 50% 38px;
}
#headerMenu li#hm_entry a {
	background-image: url("image/menu_detail2_pc.png");
	background-repeat:  no-repeat;
	background-position: 50% 38px;
}



@media screen and (max-width: 600px) {
    #headerMenu {
        margin-bottom: 0;
    }
    #headerMenu li {
        font-size: 15px;
    }
    #headerMenu li a {
        display: block;
        width: 100%;
    }
	#headerMenu li.menuBtn span {
	
	}
    #headerMenu > li span ,
    #headerMenu li#hm_entry a {
        padding: 8px 0 38px;
    }
    #headerMenu > li {
        position: relative;
        width: 24%;
        margin-bottom: 10px;
    }
	
	#headerMenu li.menuBtn {
		background-image: url("image/menu_detail1_sp.png");
		background-position: 50% 34px;
		background-size: 150px 27px;
	}
	#headerMenu li#hm_entry a {
		background-image: url("image/menu_detail2_sp.png");
		background-position: 50% 34px;
		background-size: 150px 27px;
	}
}
@media screen and (max-width: 490px) {
    #headerMenu > li {
        width: 48%;
        margin-bottom: 5px;
    }
    #headerMenu > li:nth-child(3) {
        border-left: 1px solid #d5d5d5;
    }
}

#headerMenu li ul {
	position: absolute;
	display: none;
	border-left: none;
	z-index: 100;
	top: 75px;
}
#headerMenu li li {
	border-right: none;
	border-bottom: 1px solid #d5d5d5;
	font-size: 15px;
	line-height: 1.2;
}
#headerMenu li li a {
	display: block;
	padding: 5px 0 40px;
	background-color: rgba(255,255,255,0.93);
	background-color: #fff\9;
	vertical-align: middle;
}
#headerMenu li li.row2 a {
	
}
#headerMenu li li a:hover {
	background-color: rgba(202,234,214,0.93);
	background-color: #caead6\9;
}

#headerMenu li li a {
	position: relative;
}
#headerMenu li li a::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 5px;
	background-image: url("image/menu_more_pc.png");
	background-repeat:  no-repeat;
	background-size: contain;
	width: 180px;
	height: 30px;
	margin-left: -90px;
}

#headerMenu li li.row2 a {
	background-position: 50% 45px;
}

@media screen and (max-width: 600px) {
    #headerMenu li ul {
        width: 100%;
        padding-top: 0;
        top: 64px;
    }
    #headerMenu li li {
        font-size: 13px;
    }
    #headerMenu > li:first-child {
        border-left: 1px solid #d5d5d5;
    }
    #headerMenu li#hm_mypage,
    #headerMenu li#hm_login {
        width: 40%;
    }
    #headerMenu li#hm_mypage {
        border-left: 1px solid #d5d5d5;
    }

    #headerMenu li li a {
		padding: 5px 0 32px;
    }
	#headerMenu li li a::after {
		background-image: url("image/menu_more_sp.png");
		width: 135px;
		height: 22.5px;
		margin-left: -67.5px;
	}
}

/* ==============================================
    contents
============================================== */
#contents {
	font-size: 16px;
    overflow: hidden;
}
#contents p,
#contents dd,
#contents th,
#contents td {
	line-height: 1.5;
}

/* ==============================================
    footerMenu
============================================== */
#footerMenu {
	width: 960px;
	margin: 50px auto 0;
	padding-top: 15px;
	border-top: 1px solid #d5d5d5;
	text-align: left;
	font-size: 14px;
}
#footerMenu p,
#footerMenu ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding-right: 65px;
}
#footerMenu p {
	margin-left: 5px;
	padding-left: 23px;
	padding-right: 85px;
	background: url(image/fm_home.gif) no-repeat 0 0px;
	font-weight: bold;
}
#footerMenu ul {
	list-style: none;
}
#footerMenu ul li {
	margin-bottom: 10px;
}
#footerMenu ul li.corner {
	margin-bottom: 18px;
	font-weight: bold;
}
#footerMenu ul a {
	display: block;
	padding-left: 8px;
	background: url(image/fm_icn.gif) no-repeat 0 6px;
}
#footerMenu ul#fm_mypage {
	padding-right: 0;
}
#footerMenu ul#fm_mypage li {
	margin-bottom: 30px;
}
#footerMenu ul#fm_mypage a {
	padding-left: 0;
	background: none;
	font-weight: bold;
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    bottom: 0;
    right: 15px;
    display: none; /*通常は非表示に*/
}
#pagetop img {
	cursor: pointer;
}

/* ==============================================
    copyright
============================================== */
#copyright {
	padding: 55px 0 35px;
	font-size: 12px;
}
#copyright br {
	display: none;
}


table.no_br{
	border:0px;
	font-size:100%;
	}
table.no_br td{
	border:0px;
	vertical-align:middle;
	}
table.no_br tr{
	border:0px;
	vertical-align:middle;
	}
table.no_br th{
	border:0px;
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
	}
.red{
	color:red;
	}
        
table.entry{
	border-collapse:collapse;
	border:1px solid #00A650;
	width:100%;
	font-size:100%;
	}
table.entry th{
	border:1px solid #00A650;
	background-color: #ECF9F2;
	color:#333333;
	padding:3px;
	text-align:left;
	font-weight:normal;
	}
table.entry td{
	border:1px solid #00A650;
	padding:3px;
	}
	
	
@media screen and (max-width: 960px) {
    #container,
    #copyright {
        width: 960px;
    }
}
@media screen and (max-width: 600px) {
/****************************************************
    600px未満に適用
****************************************************/
#container,
#header,
#headerMenu,
#contents,
#copyright {
	width: 100%;
}

#container {
    padding-bottom: 50px;
}

.pc {
	display: none;
}
.sp {
	display: block;
}


/* ==============================================
    header
============================================== */
#header {
	margin-bottom: 25px;
}
#header #siteid {
	text-align: center;
}
#header #siteid img {
	width: 60%;
}
#header #siteid span {
	padding-left: 10px;
	font-size: 14px;
}

/* ==============================================
    contents
============================================== */
h1 img {
	width: 100%;
}
#contents {
	font-size: 14px;
}

/* ==============================================
    footerMenu
============================================== */
#footerMenu {
	display: none;
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    right: 0;
	text-align: right;
}
#pagetop img {
	width: 80%;
}

/* ==============================================
    copyright
============================================== */
#copyright {
	padding: 15px 0;
}

/****************************************************/
}

@media screen and (max-width: 400px) {
/****************************************************
    400px未満に適用
****************************************************/
.sp2 {
	display: block;
}

/* ==============================================
    header
============================================== */
#header {
	margin-bottom: 15px;
}
#header #siteid img {
	width: 70%;
}
#header #siteid span {
	padding-top: 3px;
	font-size: 12px;
}

/* ==============================================
    copyright
============================================== */
#copyright br {
	display: block;
}


/****************************************************/
}




ul.tab_menu {

}
ul.tab_menu li {
	cursor: pointer !important;
	text-decoration: underline !important;
}

.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
}


/* ==============================================
    スクロールアニメーション
============================================== */
.scrollin {}
.fadein {}
.slidein {}

.scrollin {
	opacity : 0;
	visibility: hidden;
	transition: 0.9s;
}
.scrollin.active {
	opacity: 1;
	visibility: visible;
}
.scrollin.fadein { transform: translateY(100px); }
.scrollin.fadein.active { transform: translateY(0); }
.scrollin.rtl { transform: translateX(100px); }
.scrollin.rtl2 { transform: translateX(400px); }
.scrollin.ltr { transform: translateX(-100px); }
.scrollin.rtl.active,
.scrollin.rtl2.active,
.scrollin.ltr.active { transform: translateX(0); }


/* ==============================================
    border-radius 2025.01
============================================== */
#contents h1 img:first-of-type {
    border-radius: 15px;
}
#woman .center a img {
    border-radius: 10px;
}
#works02 #title h1 img {
    border-radius: 10px;
}
#works02 #title p {
    right: 14px !important;
}
#works02 #oneday .sliderWraper {
    border-radius: 20px;
}
#worksBtn li {
    border-radius: 10px;
}
#process1 dt,
#process2 dt,
#process3 dt {
    border-radius: 10px;
}
